Searched refs:crt_func (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/csu/common/
H A Dcrtend.c29 typedef void (*crt_func)(void); typedef
31 static crt_func __JCR_END__[] __section(".jcr") __used = {
32 (crt_func)0
43 static crt_func __CTOR_END__[] __section(".ctors") __used = {
44 (crt_func)0
46 static crt_func __DTOR_END__[] __section(".dtors") __used = {
47 (crt_func)0
53 crt_func fn;
58 if (fn == (crt_func)0 || fn == (crt_func)
[all...]
H A Dcrtbegin.c31 typedef void (*crt_func)(void); typedef
65 static crt_func __CTOR_LIST__[] __section(".ctors") __used = {
66 (crt_func)-1
68 static crt_func __DTOR_LIST__[] __section(".dtors") __used = {
69 (crt_func)-1
75 crt_func fn;
84 if (fn == (crt_func)0 || fn == (crt_func)-1)
105 static crt_func __JCR_LIST__[] __section(".jcr") __used = { };

Completed in 58 milliseconds