| /src/external/gpl3/gcc.old/dist/libgcc/ |
| gbl-ctors.h | 42 typedef void (*func_ptr) (void); typedef 47 extern func_ptr __CTOR_LIST__[]; 48 extern func_ptr __DTOR_LIST__[];
|
| crtstuff.c | 200 typedef void (*func_ptr) (void); typedef 235 static func_ptr force_to_data[1] __attribute__ ((__used__)) = { }; 237 STATIC func_ptr __CTOR_LIST__[1] 238 __attribute__ ((__used__, aligned(__alignof__(func_ptr)))) 239 = { (func_ptr) (-1) }; 241 STATIC func_ptr __CTOR_LIST__[1] 242 __attribute__ ((__used__, section(".ctors"), aligned(__alignof__(func_ptr)))) 243 = { (func_ptr) (-1) }; 250 STATIC func_ptr __DTOR_LIST__[1] 251 __attribute__ ((aligned(__alignof__(func_ptr)))) [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/arc/ |
| initfini.c | 30 typedef void (*func_ptr) (void); typedef 46 static func_ptr __CTOR_LIST__[1] __attribute__ ((section (".ctors"))) 47 = { (func_ptr) (-1) }; 49 static func_ptr __DTOR_LIST__[1] __attribute__ ((section (".dtors"))) 50 = { (func_ptr) (-1) }; 72 func_ptr *p; 116 static func_ptr __CTOR_END__[1] __attribute__ ((section (".ctors"))) 117 = { (func_ptr) 0 }; 119 static func_ptr __DTOR_END__[1] __attribute__ ((section (".dtors"))) 120 = { (func_ptr) 0 } [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/m32r/ |
| initfini.c | 28 typedef void (*func_ptr) (void); typedef 44 static func_ptr __CTOR_LIST__[1] 46 = { (func_ptr) (-1) }; 48 static func_ptr __DTOR_LIST__[1] 50 = { (func_ptr) (-1) }; 72 func_ptr *p; 120 static func_ptr __CTOR_END__[1] 122 = { (func_ptr) 0 }; 124 static func_ptr __DTOR_END__[1] 126 = { (func_ptr) 0 } [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/ |
| initfini.c | 33 typedef void (*func_ptr) (void); typedef 49 static func_ptr __CTOR_LIST__[1] __attribute__ ((section (".ctors"), used)) 50 = { (func_ptr) 0 }; 52 static func_ptr __DTOR_LIST__[1] __attribute__ ((section (".dtors"), used)) 53 = { (func_ptr) 0 }; 69 extern func_ptr __EH_FRAME_BEGIN__[]; 123 func_ptr *p; 171 static func_ptr __CTOR_END__[1] __attribute__ ((section (".ctors"), used)) 172 = { (func_ptr) 0 }; 174 static func_ptr __DTOR_END__[1] __attribute__ ((section (".dtors"), used) [all...] |
| /src/tests/usr.bin/xlint/lint1/ |
| msg_247_ilp32_ldbl64.c | 61 static function_pointer func_ptr; variable 113 bool_ptr = (typeof(bool_ptr))func_ptr; 141 char_ptr = (typeof(char_ptr))func_ptr; 190 schar_ptr = (typeof(schar_ptr))func_ptr; 218 uchar_ptr = (typeof(uchar_ptr))func_ptr; 266 short_ptr = (typeof(short_ptr))func_ptr; 314 ushort_ptr = (typeof(ushort_ptr))func_ptr; 359 int_ptr = (typeof(int_ptr))func_ptr; 404 uint_ptr = (typeof(uint_ptr))func_ptr; 449 long_ptr = (typeof(long_ptr))func_ptr; [all...] |
| msg_247_lp64_ldbl128.c | 61 static function_pointer func_ptr; variable 113 bool_ptr = (typeof(bool_ptr))func_ptr; 141 char_ptr = (typeof(char_ptr))func_ptr; 190 schar_ptr = (typeof(schar_ptr))func_ptr; 218 uchar_ptr = (typeof(uchar_ptr))func_ptr; 266 short_ptr = (typeof(short_ptr))func_ptr; 314 ushort_ptr = (typeof(ushort_ptr))func_ptr; 361 int_ptr = (typeof(int_ptr))func_ptr; 408 uint_ptr = (typeof(uint_ptr))func_ptr; 454 long_ptr = (typeof(long_ptr))func_ptr; [all...] |
| msg_247_portable.c | 64 static function_pointer func_ptr; variable 116 bool_ptr = (typeof(bool_ptr))func_ptr; 144 char_ptr = (typeof(char_ptr))func_ptr; 193 schar_ptr = (typeof(schar_ptr))func_ptr; 221 uchar_ptr = (typeof(uchar_ptr))func_ptr; 269 short_ptr = (typeof(short_ptr))func_ptr; 317 ushort_ptr = (typeof(ushort_ptr))func_ptr; 364 int_ptr = (typeof(int_ptr))func_ptr; 411 uint_ptr = (typeof(uint_ptr))func_ptr; 459 long_ptr = (typeof(long_ptr))func_ptr; [all...] |
| msg_247_portable_int.c | 69 static function_pointer func_ptr; variable 121 bool_ptr = (typeof(bool_ptr))func_ptr; 149 char_ptr = (typeof(char_ptr))func_ptr; 198 schar_ptr = (typeof(schar_ptr))func_ptr; 226 uchar_ptr = (typeof(uchar_ptr))func_ptr; 274 short_ptr = (typeof(short_ptr))func_ptr; 322 ushort_ptr = (typeof(ushort_ptr))func_ptr; 369 int_ptr = (typeof(int_ptr))func_ptr; 416 uint_ptr = (typeof(uint_ptr))func_ptr; 464 long_ptr = (typeof(long_ptr))func_ptr; [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| ittnotify_config.h | 316 void** func_ptr; member in struct:___itt_api_info_20101001 324 void** func_ptr; member in struct:___itt_api_info
|
| /src/external/gpl2/gmake/dist/ |
| function.c | 39 char *(*func_ptr) PARAMS ((char *output, char **argv, const char *fname)); member in struct:function_table_entry 2120 if (!entry_p->func_ptr) 2124 return entry_p->func_ptr (o, argv, entry_p->name);
|