Searched refs:ctor_fn_t (Results 1 – 3 of 3) sorted by relevance
1070 ctor_fn_t *fn = (ctor_fn_t *) __ctors_start; in do_ctors()1072 for (; fn < (ctor_fn_t *) __ctors_end; fn++) in do_ctors()
138 typedef void (*ctor_fn_t)(void); typedef
529 ctor_fn_t *ctors;