/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvers/ |
vers28b.c | 1 #pragma weak foo macro 3 void foo () {} function
|
vers32a.c | 1 void foo(void) {} function
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfweak/ |
foo.c | 1 #pragma weak foo macro 3 extern void foo (); 6 foo () function
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/ |
compressed1.s | 12 .globl foo 13 .type foo, @function 14 foo: label 33 .size foo, .-foo 74 .string "foo" 150 .string "foo"
|
plt-pic.s | 2 .globl foo 3 .type foo,@function 4 foo: label
|
pr12570a.s | 2 .globl foo 3 .type foo, @function 4 foo: label 8 .size foo, .-foo
|
pr12570b.s | 2 .globl foo 3 .type foo, @function 4 foo: label 8 .size foo, .-foo
|
warn1.s | 2 .globl foo 3 .type foo, @function 4 foo: label
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/ |
ifunc-14b.s | 1 .type foo, %gnu_indirect_function 2 .globl foo 3 foo: label 5 .size foo, .-foo
|
ifunc-17b.s | 1 .weak foo 2 .type foo, %gnu_indirect_function 3 .size foo,1 5 foo: label
|
ifunc-8b-i386.s | 2 .type foo, %gnu_indirect_function 3 .globl foo 4 .type foo, @function 5 foo: label 7 .size foo, .-foo
|
ifunc-8b-x86-64.s | 2 .type foo, %gnu_indirect_function 3 .globl foo 4 .type foo, @function 5 foo: label 7 .size foo, .-foo
|
test-2.c | 2 int foo (void) { library_func2 (); return 0; } function
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68k/ |
got-1.s | 5 .globl foo 6 .type foo, @function 7 foo: label 17 .size foo, .-foo
|
plt1-empty.s | 2 .globl foo 3 foo: label
|
tls-gd-1.s | 4 .globl foo 5 .type foo, @function 6 foo: label 15 .size foo, .-foo
|
tls-gd-2.s | 4 .globl foo 5 .type foo, @function 6 foo: label 23 .size foo, .-foo
|
tls-gd-ie-1.s | 4 .globl foo 5 .type foo, @function 6 foo: label 22 .size foo, .-foo
|
tls-ie-1.s | 4 .globl foo 5 .type foo, @function 6 foo: label 19 .size foo, .-foo
|
tls-ld-1.s | 4 .globl foo 5 .type foo, @function 6 foo: label 20 .size foo, .-foo
|
tls-ld-2.s | 4 .globl foo 5 .type foo, @function 6 foo: label 18 .size foo, .-foo
|
tls-le-1.s | 4 .globl foo 5 .type foo, @function 6 foo: label 19 .size foo, .-foo
|
tls-no-1.s | 4 .globl foo 5 .type foo, @function 6 foo: label 17 .size foo, .-foo
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
export-class-call16-n32.s | 3 .xdef foo 4 .ent foo 5 foo: label 10 .cpsetup $25, 0, foo 18 .end foo
|
export-class-call16-n64.s | 3 .xdef foo 4 .ent foo 5 foo: label 10 .cpsetup $25, 0, foo 18 .end foo
|