Searched refs:func_p (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-i386/
H A Dplt-main1.c2 typedef int (*func_p) (void); typedef
4 func_p
H A Dplt-main2.c2 typedef int (*func_p) (void); typedef
3 func_p foo_ptr = foo;
H A Dpr18900c.c3 typedef void (*func_p) (void); typedef
5 func_p p1 = &foo;
H A Dplt-main3.c2 typedef int (*func_p) (void); typedef
3 extern func_p get_bar (void);
8 func_p bar_ptr = get_bar ();
H A Dplt-main4.c2 typedef int (*func_p) (void); typedef
3 extern func_p foo_ptr;
H A Dpr18900b.c5 typedef void (*func_p) (void); typedef
7 extern const func_p p1;
9 func_p p2 = &foo;
10 func_p p3 = &foo;
H A Dno-plt-extern1b.S15 .globl func_p
18 .type func_p, @object
19 .size func_p, 4
20 func_p: label
H A Dno-plt-extern1a.S19 .globl func_p
22 .type func_p, @object
23 .size func_p, 4
24 func_p: label
H A Dno-plt-check1b.S14 cmpl %edx, func_p
H A Dno-plt-check1a.S16 movl func_p@GOT(%ebx), %edx
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-x86-64/
H A Dplt-main1.c2 typedef int (*func_p) (void); typedef
4 func_p
H A Dplt-main2.c2 typedef int (*func_p) (void); typedef
3 func_p foo_ptr = foo;
H A Dpr18900c.c3 typedef void (*func_p) (void); typedef
5 func_p p1 = &foo;
H A Dplt-main3.c2 typedef int (*func_p) (void); typedef
3 extern func_p get_bar (void);
8 func_p bar_ptr = get_bar ();
H A Dplt-main4.c2 typedef int (*func_p) (void); typedef
3 extern func_p foo_ptr;
H A Dpr18900b.c5 typedef void (*func_p) (void); typedef
7 extern const func_p p1;
9 func_p p2 = &foo;
10 func_p p3 = &foo;
H A Dno-plt-extern1.S15 .globl func_p
17 .type func_p, @object
18 func_p: label
21 .size func_p, 8
25 .size func_p, 4
H A Dno-plt-check1.S14 cmpq %rax, func_p(%rip)
17 cmpl %eax, func_p(%rip)
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-ifunc/
H A Dpr23169a.c1 int (*func_p) (void); variable
7 if (func_p != &func || func_p () != 0xbadbeef)
H A Dpr23169b.c3 extern int (*func_p) (void);
11 if (func_p != &func || func_p () != 0xbadbeef)
18 func_p = &func;
H A Difunc-main.c6 typedef int (*func_p) (void); typedef
8 func_p foo_ptr = foo;
10 func_p
20 func_p bar_ptr = get_bar ();
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dpr26391a.c1 typedef void (*func_p) (void); typedef
3 extern func_p bar1_p (void);
4 extern func_p bar2_p (void);
5 extern func_p bar3_p (void);
10 func_p f;
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Ddwarf1.c429 int func_p = FALSE; local
470 func_p = TRUE;
477 return line_p || func_p;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Ddwarf1.c427 int func_p = false; local
468 func_p = true;
475 return line_p || func_p;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Ddwarf1.c427 int func_p = false; local
468 func_p = true;
475 return line_p || func_p;

Completed in 180 milliseconds

12