symbols_ld_destructor_count.hss 541 B

12345678910
  1. [Main]
  2. Title=__ld_destructor_count
  3. See Also=symbols_ld_destructors_start: __ld_destructors_start, symbols_ld_destructors_end: __ld_destructors_end, symbols_ld_destructors_size: __ld_destructors_size, symbols_ld_constructor_count: __ld_constructor_count
  4. [Top]
  5. This built-in symbol represents the number of destructors the program uses.
  6. If no destructors are used, it resolves to a value of 0. The value equals
  7. the value of
  8. <A HREF="$$LINK(symbols_ld_destructors_size)">__ld_destructors_size</A>
  9. divided by the size of a pointer, which is 4.