symbols_ld_bss_ref_count.hss 675 B

12345678910
  1. [Main]
  2. Title=__ld_bss_ref_count
  3. See Also=insert_kernel_bss_refs: __ld_insert_kernel_bss_refs, insert_mlink_bss_refs: __ld_insert_mlink_bss_refs, insert_compressed_bss_refs: __ld_compressed_bss_refs, insert_fargo021_bss_refs: __ld_fargo021_bss_refs, insert_preos_compressed_tables: __ld_insert_preos_compressed_tables
  4. [Top]
  5. This built-in symbol represents the number of references to the BSS section.
  6. If the program does not contain a BSS section, it resolves to a value of 0.
  7. If the BSS section is merged with the other sections, the references counted
  8. by this symbol and the references counted by
  9. <A HREF="$$LINK(symbols_ld_reloc_count)">__ld_reloc_count</A> will overlap.