symbols_ld_constructors_size.hss 623 B

1234567891011
  1. [Main]
  2. Title=__ld_constructors_size
  3. See Also=symbols_ld_constructors_start: __ld_constructors_start, symbols_ld_constructors_end: __ld_constructors_end, symbols_ld_constructor_count: __ld_constructor_count
  4. [Top]
  5. This built-in symbol represents the size of the constructor section of the
  6. program. A constructor section contains an array of pointers to functions,
  7. all of which do not take any parameters. If no constructors are used, the
  8. symbol resolves to a value of 0. The value equals the value of
  9. <A HREF="$$LINK(symbols_ld_constructor_count)">__ld_constructor_count</A>
  10. multiplied by the size of a pointer, which is 4.