HomeSort by relevance Sort by last modified time
    Searched refs:foo_p (Results 1 - 13 of 13) sorted by null

  /toolchain/binutils/binutils-2.27/gold/testsuite/
ifuncmod6.c 5 typedef int (*foo_p) (void); typedef
7 extern foo_p get_foo_p (void);
8 extern foo_p get_foo (void);
10 foo_p foo_ptr = foo;
12 foo_p
18 foo_p
ifuncmain5.c 8 typedef int (*foo_p) (void); typedef
10 extern foo_p __attribute__ ((noinline)) get_foo (void);
11 extern foo_p __attribute__ ((noinline)) get_foo_protected (void);
13 foo_p
20 foo_p
30 foo_p p;
ifuncmain6pie.c 11 typedef int (*foo_p) (void); typedef
12 extern foo_p foo_ptr;
30 extern foo_p get_foo (void);
31 extern foo_p get_foo_p (void);
33 foo_p my_foo_ptr = foo;
38 foo_p p;
ifuncmain1.c 17 #ifndef FOO_P
18 typedef int (*foo_p) (void); typedef
21 foo_p foo_ptr = foo;
22 foo_p foo_procted_ptr = foo_protected;
24 extern foo_p get_foo_p (void);
25 extern foo_p get_foo_hidden_p (void);
26 extern foo_p get_foo_protected_p (void);
31 foo_p p;
ifuncmain1vis.c 19 #ifndef FOO_P
20 typedef int (*foo_p) (void); typedef
23 foo_p foo_ptr = foo;
24 foo_p foo_procted_ptr = foo_protected;
26 extern foo_p get_foo_p (void);
27 extern foo_p get_foo_hidden_p (void);
28 extern foo_p get_foo_protected_p (void);
54 foo_p p;
ifuncmain7.c 28 typedef int (*foo_p) (void); typedef
30 extern foo_p __attribute__ ((noinline)) get_foo_p (void);
31 extern foo_p __attribute__ ((noinline)) get_foo (void);
33 foo_p foo_ptr = foo;
35 foo_p
42 foo_p
52 foo_p p;
ifuncmod1.c 69 #define FOO_P
70 typedef int (*foo_p) (void); typedef
72 extern foo_p get_foo_p (void);
73 extern foo_p get_foo_hidden_p (void);
74 extern foo_p get_foo_protected_p (void);
76 foo_p
83 foo_p
90 foo_p
ifuncmain3.c 16 typedef int (*foo_p) (void); typedef
42 foo_p p;
43 foo_p (*f) (void);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
pr19969b.S 5 movl foo_p(%rip), %eax
8 .globl foo_p
11 .type foo_p, @object
12 .size foo_p, 4
13 foo_p: label
pr19719.s 5 movl foo_p(%rip), %eax
9 .globl foo_p
12 .type foo_p, @object
14 .size foo_p, 4
15 foo_p: label
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
pr19579a.c 6 extern int *foo_p (void);
12 if (foo[0] == 0 && foo == foo_p () && bar[0] == 0 && bar == bar_p ())
pr19579b.c 5 foo_p (void) function
pr18720a.c 14 foo_p (void) function
23 foo_p ();

Completed in 1105 milliseconds