/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
indirect3c.c | 12 bar (void) function
|
indirect4c.c | 12 bar (void) function
|
pr11138-1.c | 4 bar (void) function 6 printf ("DSO bar\n"); 12 bar ();
|
pr11138-2.c | 6 bar (void) function 8 printf ("MAIN bar\n"); 14 bar ();
|
pr12975.s | 6 .section .text.bar,"ax",%progbits 7 .type bar, %function 8 .globl bar 9 bar: label
|
pr14170b.s | 8 .globl bar 9 bar: label 11 .size bar, . - bar
|
pr9676-1.c | 12 bar (void) function
|
pr9679-2.c | 10 bar (void) function
|
weak-dyn-1a.s | 6 .globl bar 7 .type bar,%object 8 .size bar,1 12 bar: label
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfweak/ |
bar1a.c | 5 extern int * bar (); 13 if (&deallocate_foo != bar () || &deallocate_foo != foo ()) 23 bar() function
|
bar1b.c | 4 bar() function
|
bar1c.c | 4 bar() function
|
size_foo.c | 1 #pragma weak bar macro 3 extern void bar (); 8 bar ();
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/ |
nogot1.s | 1 .type bar, @function 2 bar: label 4 .size bar, .-bar 8 leal bar, %eax
|
protected1.s | 8 .globl bar 9 .type bar, @function 10 bar: label 13 .size bar, .-bar
|
protected2.s | 8 .globl bar 9 .type bar, @function 10 bar: label 13 .size bar, .-bar
|
protected3.s | 10 .globl bar 11 .type bar, @function 12 bar: label 15 .size bar, .-bar
|
protected4.s | 8 .globl bar 9 .type bar, @function 10 bar: label 12 .size bar, .-bar
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/ |
ifunc-1-local-x86.s | 8 .globl bar 9 .type bar, @function 10 bar: label 13 .size bar, .-bar
|
ifunc-1-x86.s | 11 .globl bar 12 .type bar, @function 13 bar: label 16 .size bar, .-bar
|
ifunc-2-i386.s | 11 .globl bar 12 .type bar, @function 13 bar: label 21 .size bar, .-bar
|
ifunc-2-local-i386.s | 8 .globl bar 9 .type bar, @function 10 bar: label 18 .size bar, .-bar
|
ifunc-2-local-x86-64.s | 11 .globl bar 12 .type bar, @function 13 bar: label 17 .size bar, .-bar
|
ifunc-2-x86-64.s | 11 .globl bar 12 .type bar, @function 13 bar: label 17 .size bar, .-bar
|
ifunc-3-x86.s | 11 .globl bar 12 .type bar, @function 13 bar: label 16 .size bar, .-bar
|