Searched refs:func_ptr (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgbl-ctors.h43 typedef void (*func_ptr) (void); typedef
48 extern func_ptr __CTOR_LIST__[];
49 extern func_ptr __DTOR_LIST__[];
H A Dcrtstuff.c146 typedef void (*func_ptr) (void); typedef
178 static func_ptr force_to_data[1] __attribute__ ((__used__)) = { };
180 STATIC func_ptr __CTOR_LIST__[1]
181 __attribute__ ((__used__, aligned(sizeof(func_ptr))))
182 = { (func_ptr) (-1) };
184 STATIC func_ptr __CTOR_LIST__[1]
185 __attribute__ ((__used__, section(".ctors"), aligned(sizeof(func_ptr))))
186 = { (func_ptr) (-1) };
193 STATIC func_ptr __DTOR_LIST__[1]
194 __attribute__ ((used, aligned(sizeof(func_ptr))))
[all...]
H A Dlibgcc2.c2132 static func_ptr *p = __DTOR_LIST__ + 1;
2215 func_ptr __CTOR_LIST__[2] = {0, 0};
2216 func_ptr __DTOR_LIST__[2] = {0, 0};
2218 func_ptr __CTOR_LIST__[2];
2219 func_ptr __DTOR_LIST__[2];
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Daof.h50 extern func_ptr __CTOR_END__[1]; \
51 func_ptr __CTOR_LIST__[1] = {__CTOR_END__};
55 func_ptr __CTOR_END__[1] = { (func_ptr) 0 };
60 func_ptr *ptr = __CTOR_LIST__ + 1; \
69 extern func_ptr __DTOR_END__[1]; \
70 func_ptr __DTOR_LIST__[1] = {__DTOR_END__};
74 func_ptr __DTOR_END__[1] = { (func_ptr) 0 };
79 func_ptr *pt
[all...]
/freebsd-9.3-release/contrib/gcc/config/
H A Dinterix.h95 func_ptr *p; \
109 func_ptr *p; \
H A Dsvr3.h144 func_ptr *p, *beg = alloca (0); \
156 func_ptr *p, *beg = alloca (0); \
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h317 void** func_ptr; member in struct:___itt_api_info_20101001
325 void** func_ptr; member in struct:___itt_api_info

Completed in 82 milliseconds