/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfweak/ |
size2a.s | 3 .global __start 5 .type __start, "function" 7 __start: label 10 .size __start, 1
|
size2b.s | 3 .weak __start 5 .type __start, "function" 7 __start: label 11 .size __start, 2
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/ |
ifunc-17a.s | 4 .globl __start 9 __start: label
|
ifunc-4-local-x86.s | 13 .type __start,"function" 14 .global __start 15 __start: label 16 .type __start,"function"
|
ifunc-4-x86.s | 14 .type __start,"function" 15 .global __start 16 __start: label 17 .type __start,"function"
|
ifunc-5-i386.s | 14 .type __start,"function" 15 .global __start 16 __start: label 17 .type __start,"function"
|
ifunc-5-local-i386.s | 13 .type __start,"function" 14 .global __start 15 __start: label 16 .type __start,"function"
|
ifunc-5-local-x86-64.s | 13 .type __start,"function" 14 .global __start 15 __start: label 16 .type __start,"function"
|
ifunc-5-x86-64.s | 14 .type __start,"function" 15 .global __start 16 __start: label 17 .type __start,"function"
|
ifunc-6-i386.s | 15 .type __start,"function" 16 .global __start 17 __start: label 18 .type __start,"function"
|
ifunc-6-x86-64.s | 15 .type __start,"function" 16 .global __start 17 __start: label 18 .type __start,"function"
|
ifunc-7-i386.s | 15 .type __start,"function" 16 .global __start 17 __start: label 18 .type __start,"function"
|
ifunc-7-x86-64.s | 15 .type __start,"function" 16 .global __start 17 __start: label 18 .type __start,"function"
|
ifunc-8a-i386.s | 8 .type __start,"function" 9 .global __start 10 __start: label 11 .type __start,"function"
|
ifunc-8a-x86-64.s | 8 .type __start,"function" 9 .global __start 10 __start: label 11 .type __start,"function"
|
ifunc-9-x86.s | 14 .type __start,"function" 15 .global __start 16 __start: label 17 .type __start,"function"
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-metag/ |
stub_pic_shared.s | 3 .global __start 4 __start: label
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
mips16-pic-4c.s | 30 .global __start 31 .type __start,@function 32 .ent __start 33 __start: label 38 .end __start
|
pic-and-nonpic-3b.s | 3 .global __start 4 .ent __start 5 __start: label 8 .end __start
|
reloc-6b.s | 1 .globl __start 3 __start: label
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-misc/ |
start.s | 6 .global __start 7 __start: label
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-pie/ |
vaddr.s | 4 .globl __start 9 __start: label
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
pr14962a.s | 4 .globl __start 9 __start: label
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
empty.s | 10 .type __start,"function" 11 .global __start 12 __start: label
|
empty2.s | 12 .type __start,"function" 13 .global __start 14 __start: label
|