symbols_ld_destructors_end.hss 497 B

123456789
  1. [Main]
  2. Title=__ld_destructors_end
  3. See Also=symbols_ld_destructors_start: __ld_destructors_start, symbols_ld_destructors_size: __ld_destructors_size, symbols_ld_destructor_count: __ld_destructor_count
  4. [Top]
  5. This built-in symbol represents the end of the destructor section of the
  6. program. A destructor section contains an array of pointers to functions,
  7. all of which do not take any parameters. These functions are to be executed
  8. at program exit. If no destructors are used, an error is reported.