Searched refs:crt_func (Results 1 – 2 of 2) sorted by relevance
27 typedef void (*crt_func)(void); typedef29 static crt_func __JCR_END__[] __section(".jcr") __used = {30 (crt_func)041 static crt_func __CTOR_END__[] __section(".ctors") __used = {42 (crt_func)044 static crt_func __DTOR_END__[] __section(".dtors") __used = {45 (crt_func)051 crt_func fn; in __do_global_ctors_aux()56 if (fn == (crt_func)0 || fn == (crt_func)-1) in __do_global_ctors_aux()
28 typedef void (*crt_func)(void); typedef62 static crt_func __CTOR_LIST__[] __section(".ctors") __used = {63 (crt_func)-165 static crt_func __DTOR_LIST__[] __section(".dtors") __used = {66 (crt_func)-172 crt_func fn; in __do_global_dtors_aux()81 if (fn == (crt_func)0 || fn == (crt_func)-1) in __do_global_dtors_aux()102 static crt_func __JCR_LIST__[] __section(".jcr") __used = { };