symbols_ld_constructor_count.hss 550 B

12345678910
  1. [Main]
  2. Title=__ld_constructor_count
  3. See Also=symbols_ld_constructors_start: __ld_constructors_start, symbols_ld_constructors_end: __ld_constructors_end, symbols_ld_constructors_size: __ld_constructors_size, symbols_ld_destructor_count: __ld_destructor_count
  4. [Top]
  5. This built-in symbol represents the number of constructors the program uses.
  6. If no constructors are used, it resolves to a value of 0. The value equals
  7. the value of
  8. <A HREF="$$LINK(symbols_ld_constructors_size)">__ld_constructors_size</A>
  9. divided by the size of a pointer, which is 4.