| /netbsd-src/external/gpl3/gcc/dist/libgcc/ |
| H A D | 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 …]
|
| H A D | gbl-ctors.h | 42 typedef void (*func_ptr) (void); typedef 47 extern func_ptr __CTOR_LIST__[]; 48 extern func_ptr __DTOR_LIST__[];
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
| H A D | 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 …]
|
| H A D | gbl-ctors.h | 42 typedef void (*func_ptr) (void); typedef 47 extern func_ptr __CTOR_LIST__[]; 48 extern func_ptr __DTOR_LIST__[];
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arc/ |
| H A D | 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; in __do_global_dtors() 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 …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/arc/ |
| H A D | 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; in __do_global_dtors() 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 …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/m32r/ |
| H A D | 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; in __do_global_dtors() 120 static func_ptr __CTOR_END__[1] 122 = { (func_ptr) 0 }; 124 static func_ptr __DTOR_END__[1] 126 = { (func_ptr) 0 }; [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/m32r/ |
| H A D | 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; in __do_global_dtors() 120 static func_ptr __CTOR_END__[1] 122 = { (func_ptr) 0 }; 124 static func_ptr __DTOR_END__[1] 126 = { (func_ptr) 0 }; [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/nds32/ |
| H A D | 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; in __do_global_dtors() 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 …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/nds32/ |
| H A D | 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; in __do_global_dtors() 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 …]
|
| /netbsd-src/tests/usr.bin/xlint/lint1/ |
| H A D | msg_247_portable.c | 64 static function_pointer func_ptr; variable 116 bool_ptr = (typeof(bool_ptr))func_ptr; in all_casts() 144 char_ptr = (typeof(char_ptr))func_ptr; in all_casts() 193 schar_ptr = (typeof(schar_ptr))func_ptr; in all_casts() 221 uchar_ptr = (typeof(uchar_ptr))func_ptr; in all_casts() 269 short_ptr = (typeof(short_ptr))func_ptr; in all_casts() 317 ushort_ptr = (typeof(ushort_ptr))func_ptr; in all_casts() 364 int_ptr = (typeof(int_ptr))func_ptr; in all_casts() 411 uint_ptr = (typeof(uint_ptr))func_ptr; in all_casts() 459 long_ptr = (typeof(long_ptr))func_ptr; in all_casts() [all...] |
| H A D | msg_247_lp64_ldbl128.c | 61 static function_pointer func_ptr; variable 113 bool_ptr = (typeof(bool_ptr))func_ptr; in all_casts() 141 char_ptr = (typeof(char_ptr))func_ptr; in all_casts() 190 schar_ptr = (typeof(schar_ptr))func_ptr; in all_casts() 218 uchar_ptr = (typeof(uchar_ptr))func_ptr; in all_casts() 266 short_ptr = (typeof(short_ptr))func_ptr; in all_casts() 314 ushort_ptr = (typeof(ushort_ptr))func_ptr; in all_casts() 361 int_ptr = (typeof(int_ptr))func_ptr; in all_casts() 408 uint_ptr = (typeof(uint_ptr))func_ptr; in all_casts() 454 long_ptr = (typeof(long_ptr))func_ptr; in all_casts() [all...] |
| H A D | msg_247_portable_int.c | 69 static function_pointer func_ptr; variable 121 bool_ptr = (typeof(bool_ptr))func_ptr; in all_casts() 149 char_ptr = (typeof(char_ptr))func_ptr; in all_casts() 198 schar_ptr = (typeof(schar_ptr))func_ptr; in all_casts() 226 uchar_ptr = (typeof(uchar_ptr))func_ptr; in all_casts() 274 short_ptr = (typeof(short_ptr))func_ptr; in all_casts() 322 ushort_ptr = (typeof(ushort_ptr))func_ptr; in all_casts() 369 int_ptr = (typeof(int_ptr))func_ptr; in all_casts() 416 uint_ptr = (typeof(uint_ptr))func_ptr; in all_casts() 464 long_ptr = (typeof(long_ptr))func_ptr; in all_casts() [all...] |
| H A D | msg_247_ilp32_ldbl64.c | 61 static function_pointer func_ptr; variable 113 bool_ptr = (typeof(bool_ptr))func_ptr; in all_casts() 141 char_ptr = (typeof(char_ptr))func_ptr; in all_casts() 190 schar_ptr = (typeof(schar_ptr))func_ptr; in all_casts() 218 uchar_ptr = (typeof(uchar_ptr))func_ptr; in all_casts() 266 short_ptr = (typeof(short_ptr))func_ptr; in all_casts() 314 ushort_ptr = (typeof(ushort_ptr))func_ptr; in all_casts() 359 int_ptr = (typeof(int_ptr))func_ptr; in all_casts() 404 uint_ptr = (typeof(uint_ptr))func_ptr; in all_casts() 449 long_ptr = (typeof(long_ptr))func_ptr; in all_casts() [all...] |
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/pa/ |
| H A D | pa64-hpux-lib.h | 69 func_ptr *p = __CTOR_LIST__; \ 72 for (; *p != (func_ptr) -1; p--) \ 96 STATIC func_ptr __DTOR_LIST__[1] \ 97 __attribute__ ((aligned(sizeof(func_ptr)))) \ 98 = { (func_ptr) (-1) }; \ 102 STATIC func_ptr __DTOR_LIST__[1] \ 103 __attribute__ ((section(".dtors"), aligned(sizeof(func_ptr)))) \ 104 = { (func_ptr) (-1) }; \
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/pa/ |
| H A D | pa64-hpux-lib.h | 69 func_ptr *p = __CTOR_LIST__; \ 72 for (; *p != (func_ptr) -1; p--) \ 96 STATIC func_ptr __DTOR_LIST__[1] \ 97 __attribute__ ((aligned(sizeof(func_ptr)))) \ 98 = { (func_ptr) (-1) }; \ 102 STATIC func_ptr __DTOR_LIST__[1] \ 103 __attribute__ ((section(".dtors"), aligned(sizeof(func_ptr)))) \ 104 = { (func_ptr) (-1) }; \
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/ |
| H A D | pa32-netbsd.h | 34 STATIC func_ptr __CTOR_LIST__[1] \ 36 aligned(sizeof(func_ptr)))) \ 37 = { (func_ptr) (-1) }
|
| H A D | pa32-linux.h | 33 STATIC func_ptr __CTOR_LIST__[1] \ 35 aligned(sizeof(func_ptr)))) \ 36 = { (func_ptr) (-1) }
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/ |
| H A D | pa32-netbsd.h | 34 STATIC func_ptr __CTOR_LIST__[1] \ 36 aligned(sizeof(func_ptr)))) \ 37 = { (func_ptr) (-1) }
|
| H A D | pa32-linux.h | 33 STATIC func_ptr __CTOR_LIST__[1] \ 35 aligned(sizeof(func_ptr)))) \ 36 = { (func_ptr) (-1) }
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/h8300/ |
| H A D | h8300.h | 606 extern func_ptr __ctors[]; \ 607 extern func_ptr __ctors_end[]; \ 608 func_ptr *p; \ 618 extern func_ptr __dtors[]; \ 619 extern func_ptr __dtors_end[]; \ 620 func_ptr *p; \
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/h8300/ |
| H A D | h8300.h | 625 extern func_ptr __ctors[]; \ 626 extern func_ptr __ctors_end[]; \ 627 func_ptr *p; \ 637 extern func_ptr __dtors[]; \ 638 extern func_ptr __dtors_end[]; \ 639 func_ptr *p; \
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/ |
| H A D | vms.h | 88 STATIC func_ptr __CTOR_LIST__[1] \ 89 __attribute__ ((__unused__, section(".ctors"), aligned(sizeof(func_ptr)))) \ 90 = { (func_ptr) (-1) };
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/ |
| H A D | vms.h | 88 STATIC func_ptr __CTOR_LIST__[1] \ 89 __attribute__ ((__unused__, section(".ctors"), aligned(sizeof(func_ptr)))) \ 90 = { (func_ptr) (-1) };
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/frv/ |
| H A D | frvbegin.c | 81 extern func_ptr __EH_FRAME_BEGIN__[]; 114 static func_ptr *p = __DTOR_LIST__ + 1; in __do_global_dtors()
|