__ld_constructors_start

Previous Symbols Built into the TIGCC Linker Next

This built-in symbol represents the beginning of the constructor section of the program. A constructor section contains an array of pointers to functions, all of which do not take any parameters. These functions are to be executed at program startup. If no constructors are used, an error is reported.


See also: __ld_constructors_end, __ld_constructors_size, __ld_constructor_count, __ld_destructors_start