symbols_ld_data_start.hss 437 B

12345678910
  1. [Main]
  2. Title=__ld_data_start
  3. See Also=symbols_ld_data_end: __ld_data_end, symbols_ld_data_size: __ld_data_size
  4. [Top]
  5. This built-in symbol represents the starting address of the data section, if
  6. the program does not mix text and data (for example if the data is written
  7. into an external file). It points to the location behind the last item in the
  8. section. If the program does not contain an explicit data section, an error
  9. is reported.