HomeSort by: relevance | last modified time | path
    Searched refs:func_ptr (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc/dist/gcc/config/pa/
pa32-netbsd.h 34 STATIC func_ptr __CTOR_LIST__[1] \
36 aligned(sizeof(func_ptr)))) \
37 = { (func_ptr) (-1) }
pa32-linux.h 33 STATIC func_ptr __CTOR_LIST__[1] \
35 aligned(sizeof(func_ptr)))) \
36 = { (func_ptr) (-1) }
  /src/external/gpl3/gcc/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/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/gcc/config/pa/
pa32-netbsd.h 34 STATIC func_ptr __CTOR_LIST__[1] \
36 aligned(sizeof(func_ptr)))) \
37 = { (func_ptr) (-1) }
pa32-linux.h 33 STATIC func_ptr __CTOR_LIST__[1] \
35 aligned(sizeof(func_ptr)))) \
36 = { (func_ptr) (-1) }
  /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/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/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/external/gpl3/gcc/dist/libgcc/config/pa/
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) }; \
  /src/external/gpl3/gcc.old/dist/libgcc/config/pa/
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) }; \
  /src/external/gpl3/gcc/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/
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/gdb.old/dist/gdb/testsuite/gdb.arch/
aarch64-tagged-pointer.c 45 void (*func_ptr) (void) = foo;
46 func_ptr = (void (*) (void)) ((uintptr_t) func_ptr | 0xf000000000000000ULL);
52 (*func_ptr) ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
aarch64-tagged-pointer.c 45 void (*func_ptr) (void) = foo;
46 func_ptr = (void (*) (void)) ((uintptr_t) func_ptr | 0xf000000000000000ULL);
52 (*func_ptr) ();
  /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/gpl3/gcc/dist/gcc/config/ia64/
vms.h 88 STATIC func_ptr __CTOR_LIST__[1] \
89 __attribute__ ((__unused__, section(".ctors"), aligned(sizeof(func_ptr)))) \
90 = { (func_ptr) (-1) };
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
vms.h 88 STATIC func_ptr __CTOR_LIST__[1] \
89 __attribute__ ((__unused__, section(".ctors"), aligned(sizeof(func_ptr)))) \
90 = { (func_ptr) (-1) };
  /src/external/gpl3/gcc/dist/libgcc/config/frv/
frvbegin.c 81 extern func_ptr __EH_FRAME_BEGIN__[];
114 static func_ptr *p = __DTOR_LIST__ + 1;

Completed in 35 milliseconds

1 2 3