symbols_ld_data_size.hss 376 B

123456789
  1. [Main]
  2. Title=__ld_data_size
  3. See Also=symbols_ld_data_start: __ld_data_start, symbols_ld_data_end: __ld_data_end
  4. [Top]
  5. This built-in symbol represents the size of the data section in bytes, if the
  6. program does not mix text and data (for example if the data is written into
  7. an external file). If the program does not contain a data section, the symbol
  8. resolves to the value 0.