__ld_constructor_count

Previous Symbols Built into the TIGCC Linker Next

This built-in symbol represents the number of constructors the program uses. If no constructors are used, it resolves to a value of 0. The value equals the value of __ld_constructors_size divided by the size of a pointer, which is 4.


See also: __ld_constructors_start, __ld_constructors_end, __ld_constructors_size, __ld_destructor_count