symbols_ld_data_ref_count.hss 684 B

123456789101112
  1. [Main]
  2. Title=__ld_data_ref_count
  3. See Also=insert_kernel_data_refs: __ld_insert_kernel_data_refs, insert_mlink_data_refs: __ld_insert_mlink_data_refs, insert_compressed_data_refs: __ld_insert_compressed_data_refs
  4. [Top]
  5. This built-in symbol represents the number of references to the data section,
  6. if the program does not mix text and data (for example if the data is written
  7. into an external file). If the program does not contain an explicit data
  8. section, it resolves to the value 0. If the data section is merged with the
  9. other sections, the references counted by this symbol and the references
  10. counted by <A HREF="$$LINK(symbols_ld_reloc_count)">__ld_reloc_count</A> will
  11. overlap.