Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
Dno-plt-extern1.S15 .globl func_p symbol
17 .type func_p, @object
18 func_p: label
21 .size func_p, 8
25 .size func_p, 4
Dpr18900b.c5 typedef void (*func_p) (void); typedef
7 extern const func_p p1;
9 func_p p2 = &foo;
10 func_p p3 = &foo;
Dplt-main3.c2 typedef int (*func_p) (void); typedef
3 extern func_p get_bar (void);
8 func_p bar_ptr = get_bar (); in check_bar()
Dplt-main1.c2 typedef int (*func_p) (void); typedef
4 func_p
Dplt-main2.c2 typedef int (*func_p) (void); typedef
3 func_p foo_ptr = foo;
Dpr18900c.c3 typedef void (*func_p) (void); typedef
5 func_p p1 = &foo;
Dplt-main4.c2 typedef int (*func_p) (void); typedef
3 extern func_p foo_ptr;
Dno-plt-check1.S14 cmpq %rax, func_p(%rip)
17 cmpl %eax, func_p(%rip)
Dno-plt-1d.dd14 …: 4(0|8) 39 05 ([0-9a-f]{2} ){4}[ ]+(rex |)cmp +%(e|r)ax,0x[0-9a-f]+\(%rip\) +# [a-f0-9]+ <func_p>
Dno-plt-1e.dd14 …: 4(0|8) 39 05 ([0-9a-f]{2} ){4}[ ]+(rex |)cmp +%(e|r)ax,0x[0-9a-f]+\(%rip\) +# [a-f0-9]+ <func_p>
Dno-plt-1a.dd14 …: 4(0|8) 39 05 ([0-9a-f]{2} ){4}[ ]+(rex |)cmp +%(e|r)ax,0x[0-9a-f]+\(%rip\) +# [a-f0-9]+ <func_p>
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
Dpr18900b.c5 typedef void (*func_p) (void); typedef
7 extern const func_p p1;
9 func_p p2 = &foo;
10 func_p p3 = &foo;
Dno-plt-extern1b.S15 .globl func_p symbol
18 .type func_p, @object
19 .size func_p, 4
20 func_p: label
Dno-plt-extern1a.S19 .globl func_p symbol
22 .type func_p, @object
23 .size func_p, 4
24 func_p: label
Dplt-main3.c2 typedef int (*func_p) (void); typedef
3 extern func_p get_bar (void);
8 func_p bar_ptr = get_bar (); in check_bar()
Dplt-main1.c2 typedef int (*func_p) (void); typedef
4 func_p
Dplt-main2.c2 typedef int (*func_p) (void); typedef
3 func_p foo_ptr = foo;
Dpr18900c.c3 typedef void (*func_p) (void); typedef
5 func_p p1 = &foo;
Dplt-main4.c2 typedef int (*func_p) (void); typedef
3 extern func_p foo_ptr;
Dno-plt-check1b.S14 cmpl %edx, func_p
Dno-plt-check1a.S16 movl func_p@GOT(%ebx), %edx
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-ifunc/
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 (); in main()
/toolchain/binutils/binutils-2.27/bfd/
Ddwarf1.c396 int func_p = FALSE; in dwarf1_unit_find_nearest_line() local
437 func_p = TRUE; in dwarf1_unit_find_nearest_line()
444 return line_p || func_p; in dwarf1_unit_find_nearest_line()
Ddwarf2.c2959 bfd_boolean func_p; in comp_unit_find_nearest_line() local
2989 func_p = lookup_address_in_function_table (unit, addr, function_ptr); in comp_unit_find_nearest_line()
2990 if (func_p && (*function_ptr)->tag == DW_TAG_inlined_subroutine) in comp_unit_find_nearest_line()
/toolchain/binutils/binutils-2.27/ld/
DChangeLog374 * testsuite/ld-i386/no-plt-extern1a.S (func_p): New. Static
376 * testsuite/ld-i386/no-plt-extern1b.S (func_p): Likewise.
377 * testsuite/ld-x86-64/no-plt-extern1.S (func_p): Likewise.