symbols_ld_constructors_start.hss 568 B

12345678910
  1. [Main]
  2. Title=__ld_constructors_start
  3. See Also=symbols_ld_constructors_end: __ld_constructors_end, symbols_ld_constructors_size: __ld_constructors_size, symbols_ld_constructor_count: __ld_constructor_count, symbols_ld_destructors_start: __ld_destructors_start
  4. [Top]
  5. This built-in symbol represents the beginning of the constructor section of
  6. the program. A constructor section contains an array of pointers to
  7. functions, all of which do not take any parameters. These functions are to be
  8. executed at program startup. If no constructors are used, an error is
  9. reported.