Searched refs:ctor (Results 1 – 2 of 2) sorted by relevance
45 void **ctor; in call_constructors() local47 ctor = &__ctor_list; in call_constructors()48 while (ctor != &__ctor_end) { in call_constructors()51 func = (void ( *)(void))*ctor; in call_constructors()54 ctor++; in call_constructors()
127 /* We don't want to include the .ctor section from129 The .ctor section from the crtend file contains the
Completed in 3 milliseconds