symbols_ld_data_end.hss 426 B

12345678910
  1. [Main]
  2. Title=__ld_data_end
  3. See Also=symbols_ld_data_start: __ld_data_start, symbols_ld_data_size: __ld_data_size
  4. [Top]
  5. This built-in symbol represents the end of the data section, if the program
  6. does not mix text and data (for example if the data is written into an
  7. 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.