Home
last modified time | relevance | path

Searched refs:func_ptr (Results 1 – 25 of 31) sorted by relevance

12

/openbsd-src/gnu/gcc/gcc/
H A Dcrtstuff.c146 typedef void (*func_ptr) (void); typedef
178 static func_ptr force_to_data[1] __attribute__ ((__unused__)) = { };
180 STATIC func_ptr __CTOR_LIST__[1]
181 __attribute__ ((__unused__, aligned(sizeof(func_ptr))))
182 = { (func_ptr) (-1) };
184 STATIC func_ptr __CTOR_LIST__[1]
185 __attribute__ ((__unused__, section(".ctors"), aligned(sizeof(func_ptr))))
186 = { (func_ptr) (-1) };
193 STATIC func_ptr __DTOR_LIST__[1]
194 __attribute__ ((aligned(sizeof(func_ptr))))
[all …]
H A Dgbl-ctors.h43 typedef void (*func_ptr) (void); typedef
48 extern func_ptr __CTOR_LIST__[];
49 extern func_ptr __DTOR_LIST__[];
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcrtstuff.c137 typedef void (*func_ptr) (void); typedef
169 static func_ptr force_to_data[1] __attribute__ ((__unused__)) = { };
171 STATIC func_ptr __CTOR_LIST__[1]
172 __attribute__ ((__unused__, aligned(sizeof(func_ptr))))
173 = { (func_ptr) (-1) };
175 STATIC func_ptr __CTOR_LIST__[1]
176 __attribute__ ((__unused__, section(".ctors"), aligned(sizeof(func_ptr))))
177 = { (func_ptr) (-1) };
184 STATIC func_ptr __DTOR_LIST__[1]
185 __attribute__ ((aligned(sizeof(func_ptr))))
[all …]
H A Dgbl-ctors.h47 typedef void (*func_ptr) (void); typedef
52 extern func_ptr __CTOR_LIST__[];
53 extern func_ptr __DTOR_LIST__[];
H A Dgcov.c1305 struct coverage *func_ptr = NULL; local
1315 func_ptr = &function;
1346 calculate_branch_probs (block_ptr, line_ptr, func_ptr);
1356 if (func_ptr && is_this_file)
1357 function_summary (func_ptr, "function");
1389 calculate_branch_probs (block_ptr, line_ptr, func_ptr);
1404 if (func_ptr)
1407 func_ptr->lines++;
1409 func_ptr->lines_executed++;
1418 if (func_ptr && is_this_file)
[all …]
H A Dlibgcc2.c1831 static func_ptr *p = __DTOR_LIST__ + 1; in __do_global_dtors()
1912 func_ptr __CTOR_LIST__[2] = {0, 0};
1913 func_ptr __DTOR_LIST__[2] = {0, 0};
1915 func_ptr __CTOR_LIST__[2];
1916 func_ptr __DTOR_LIST__[2];
1931 static func_ptr *atexit_chain = 0;
1936 atexit (func_ptr func) in atexit()
1942 atexit_chain = (func_ptr *) realloc (atexit_chain, atexit_chain_length in atexit()
1943 * sizeof (func_ptr)); in atexit()
1945 atexit_chain = (func_ptr *) malloc (atexit_chain_length in atexit()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arc/
H A Dinitfini.c33 typedef void (*func_ptr) (void); typedef
49 static func_ptr __CTOR_LIST__[1] __attribute__ ((section (".ctors")))
50 = { (func_ptr) (-1) };
52 static func_ptr __DTOR_LIST__[1] __attribute__ ((section (".dtors")))
53 = { (func_ptr) (-1) };
75 func_ptr *p; in __do_global_dtors()
119 static func_ptr __CTOR_END__[1] __attribute__ ((section (".ctors")))
120 = { (func_ptr) 0 };
122 static func_ptr __DTOR_END__[1] __attribute__ ((section (".dtors")))
123 = { (func_ptr) 0 };
[all …]
/openbsd-src/gnu/gcc/gcc/config/arc/
H A Dinitfini.c33 typedef void (*func_ptr) (void); typedef
49 static func_ptr __CTOR_LIST__[1] __attribute__ ((section (".ctors")))
50 = { (func_ptr) (-1) };
52 static func_ptr __DTOR_LIST__[1] __attribute__ ((section (".dtors")))
53 = { (func_ptr) (-1) };
75 func_ptr *p; in __do_global_dtors()
119 static func_ptr __CTOR_END__[1] __attribute__ ((section (".ctors")))
120 = { (func_ptr) 0 };
122 static func_ptr __DTOR_END__[1] __attribute__ ((section (".dtors")))
123 = { (func_ptr) 0 };
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m32r/
H A Dinitfini.c33 typedef void (*func_ptr) (void); typedef
49 static func_ptr __CTOR_LIST__[1]
51 = { (func_ptr) (-1) };
53 static func_ptr __DTOR_LIST__[1]
55 = { (func_ptr) (-1) };
77 func_ptr *p; in __do_global_dtors()
125 static func_ptr __CTOR_END__[1]
127 = { (func_ptr) 0 };
129 static func_ptr __DTOR_END__[1]
131 = { (func_ptr) 0 };
[all …]
/openbsd-src/gnu/gcc/gcc/config/m32r/
H A Dinitfini.c33 typedef void (*func_ptr) (void); typedef
49 static func_ptr __CTOR_LIST__[1]
51 = { (func_ptr) (-1) };
53 static func_ptr __DTOR_LIST__[1]
55 = { (func_ptr) (-1) };
77 func_ptr *p; in __do_global_dtors()
125 static func_ptr __CTOR_END__[1]
127 = { (func_ptr) 0 };
129 static func_ptr __DTOR_END__[1]
131 = { (func_ptr) 0 };
[all …]
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Daof.h49 extern func_ptr __CTOR_END__[1]; \
50 func_ptr __CTOR_LIST__[1] = {__CTOR_END__};
54 func_ptr __CTOR_END__[1] = { (func_ptr) 0 };
59 func_ptr *ptr = __CTOR_LIST__ + 1; \
68 extern func_ptr __DTOR_END__[1]; \
69 func_ptr __DTOR_LIST__[1] = {__DTOR_END__};
73 func_ptr __DTOR_END__[1] = { (func_ptr) 0 };
78 func_ptr *ptr = __DTOR_LIST__ + 1; \
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/
H A Daof.h91 extern func_ptr __CTOR_END__[1]; \
92 func_ptr __CTOR_LIST__[1] = {__CTOR_END__};
96 func_ptr __CTOR_END__[1] = { (func_ptr) 0 };
100 func_ptr *ptr = __CTOR_LIST__ + 1; \
107 extern func_ptr __DTOR_END__[1]; \
108 func_ptr __DTOR_LIST__[1] = {__DTOR_END__};
112 func_ptr __DTOR_END__[1] = { (func_ptr) 0 };
116 func_ptr *ptr = __DTOR_LIST__ + 1; \
/openbsd-src/gnu/gcc/gcc/config/pa/
H A Dpa64-hpux.h366 func_ptr *p = __CTOR_LIST__; \
369 for (; *p != (func_ptr) -1; p--) \
393 STATIC func_ptr __DTOR_LIST__[1] \
394 __attribute__ ((aligned(sizeof(func_ptr)))) \
395 = { (func_ptr) (-1) }; \
399 STATIC func_ptr __DTOR_LIST__[1] \
400 __attribute__ ((section(".dtors"), aligned(sizeof(func_ptr)))) \
401 = { (func_ptr) (-1) }; \
H A Dpa32-linux.h34 STATIC func_ptr __CTOR_LIST__[1] \
36 aligned(sizeof(func_ptr)))) \
37 = { (func_ptr) (-1) }
/openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/
H A Dpa64-hpux.h388 func_ptr *p = __CTOR_LIST__; \
391 for (; *p != (func_ptr) -1; p--) \
414 STATIC func_ptr __DTOR_LIST__[1] \
415 __attribute__ ((aligned(sizeof(func_ptr)))) \
416 = { (func_ptr) (-1) }; \
420 STATIC func_ptr __DTOR_LIST__[1] \
421 __attribute__ ((section(".dtors"), aligned(sizeof(func_ptr)))) \
422 = { (func_ptr) (-1) }; \
H A Dpa32-linux.h42 STATIC func_ptr __CTOR_LIST__[1] \
44 aligned(sizeof(func_ptr)))) \
45 = { (func_ptr) (-1) }
/openbsd-src/gnu/usr.bin/gcc/gcc/config/vax/
H A Dvms.h227 func_ptr *p; \
228 extern func_ptr __CTOR_LIST__[1], __CTOR_LIST_END__[1]; \
229 extern func_ptr __CTOR_LIST_SHR__[1], __CTOR_LIST_SHR_END__[1]; \
254 func_ptr *p; \
255 extern func_ptr __DTOR_LIST__[1], __DTOR_LIST_END__[1]; \
256 extern func_ptr __DTOR_LIST_SHR__[1], __DTOR_LIST_SHR_END__[1]; \
/openbsd-src/gnu/gcc/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); \
/openbsd-src/gnu/usr.bin/gcc/gcc/config/
H A Dinterix.h99 func_ptr *p; \
113 func_ptr *p; \
H A Dsvr3.h211 func_ptr *p, *beg = alloca (0); \
223 func_ptr *p, *beg = alloca (0); \
/openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrvbegin.c75 extern func_ptr __EH_FRAME_BEGIN__[];
108 static func_ptr *p = __DTOR_LIST__ + 1; in __do_global_dtors()
/openbsd-src/gnu/gcc/gcc/config/frv/
H A Dfrvbegin.c85 extern func_ptr __EH_FRAME_BEGIN__[];
118 static func_ptr *p = __DTOR_LIST__ + 1; in __do_global_dtors()
/openbsd-src/gnu/gcc/gcc/config/h8300/
H A Dh8300.h1061 extern func_ptr __ctors[]; \
1062 extern func_ptr __ctors_end[]; \
1063 func_ptr *p; \
1073 extern func_ptr __dtors[]; \
1074 extern func_ptr __dtors_end[]; \
1075 func_ptr *p; \
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/
H A Dvar-cmd.c56 void (*func_ptr) (void); member
229 weird->func_ptr = nothing; in do_children_tests()

12