/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
insn-opts.s | 3 .globl foo 4 .type foo, @function 5 foo: label 8 .size foo, . - foo
|
lui.s | 4 foo: label 13 lui $2, bar - foo
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/ |
for.s | 3 xdef foo 4 foo label
|
repeat.s | 3 xdef foo 4 foo label
|
while.s | 3 xdef foo 4 foo label
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/nds32/ |
to-16bit-v2.s | 0 foo: 1 foo: label
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/pdp11/ |
opcode.s | 19 foo: .word 0 label 20 bar: .word foo 75 bic foo,@bar 156 negb foo 168 movb $17,foo 189 addf foo,ac2 217 subd foo,ac2
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/ |
pcrel2.s | 5 bf foo 8 .globl foo 9 foo: label 10 bra foo 15 .long . - foo 16 .word . - foo 17 .byte . - foo
|
tlsd.s | 3 .global foo, bar 5 foo: .long 25 label 21 ! Dynamic TLS model, foo not known to be in the current object 31 1: .long foo@TLSGD
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
unwind-3.s | 6 foo: label
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
dynamic_list_lib2.cc | 28 foo() function 36 return foo();
|
gc_orphan_section_test.cc | 29 int foo __attribute__((__section__("_foo"))) = 1; variable
|
icf_preemptible_functions_test.cc | 24 // correctly handled by ICF. In this program, foo and bar should not 37 int foo() function
|
plugin_final_layout.cc | 26 // are grouped. The plugin does not want foo and baz next to each other. 27 // Plugin section order is foo() followed by bar() and then baz(). 40 void foo () function
|
undef_symbol.cc | 28 class Foo 31 Foo() 40 static Foo foo; variable
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/ |
ifunc-10.s | 1 .section .text.foo,"ax",@progbits 2 .type foo, @function 3 foo: label 4 .global foo 23 .section .data.foo,"aw",@progbits
|
ifunc-11.s | 1 .section .text.foo,"ax",@progbits 2 .type foo, @function 3 foo: label 4 .global foo 24 .section .data.foo,"aw",@progbits
|
ifunc-12.s | 1 .section .text.foo,"ax",@progbits 2 .type foo, @function 3 foo: label 22 .section .data.foo,"aw",@progbits
|
ifunc-18b.s | 2 .type foo, %gnu_indirect_function 3 .hidden foo 4 .globl foo 5 foo: label 7 .size foo, .-foo 15 foo1 = foo
|
ifunc-19b.s | 2 .type foo, %gnu_indirect_function 3 .hidden foo 4 .globl foo 5 foo: label 7 .size foo, .-foo 15 foo1 = foo
|
ifunc-4.s | 2 .type foo, %gnu_indirect_function 3 .globl foo 4 .type foo, @function 5 foo: label 7 .size foo, .-foo 18 bl foo
|
ifunc-5-local.s | 2 .type foo, %gnu_indirect_function 3 .type foo, @function 4 foo: label 6 .size foo, .-foo 17 bl foo 18 adrp x0, :got:foo 19 ldr x0, [x0, #:got_lo12:foo]
|
ifunc-5.s | 2 .type foo, %gnu_indirect_function 3 .globl foo 4 .type foo, @function 5 foo: label 7 .size foo, .-foo 18 bl foo 19 adrp x0, :got:foo 20 ldr x0, [x0, #:got_lo12:foo]
|
ifunc-6.s | 2 .type foo, %gnu_indirect_function 3 .globl foo 4 .type foo, @function 5 foo: label 7 .size foo, .-foo 8 .protected foo 19 bl foo 20 adrp x0, :got:foo 21 ldr x0, [x0, #:got_lo12:foo] [all...] |
ifunc-7.s | 2 .type foo, %gnu_indirect_function 3 .globl foo 4 .type foo, @function 5 foo: label 7 .size foo, .-foo 8 .hidden foo 19 bl foo 20 adrp x0, :got:foo 21 ldr x0, [x0, #:got_lo12:foo] [all...] |