HomeSort by relevance Sort by last modified time
    Searched defs:foo (Results 1251 - 1275 of 3525) sorted by null

<<51525354555657585960>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
defsym.s 4 bl foo
8 .globl foo
9 .type foo,@function
10 foo: label
11 addis 2,12,.TOC.-foo@ha
12 addi 2,2,.TOC.-foo@l
13 .localentry foo,.-foo
15 .size foo,.-foo
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-s390/
gotreloc-1.s 2 .globl foo
3 foo: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
cross3.c 4 foo () function
cross4.c 3 foo () function
7 void (*dummy) () = foo;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
fdpic-funcdesc-shared.s 6 .long foo@FUNCDESC
8 .type foo,@function
9 foo: label
fdpic-gotfuncdesc-static.s 9 .long foo@GOTFUNCDESC
10 .type foo,@function
11 foo: label
fdpic-gotfuncdesci20-static.s 5 movi20 #foo@GOTFUNCDESC, r0
7 .type foo,@function
8 foo: label
fdpic-goti20-static.s 5 movi20 #foo@GOT, r0
8 .type foo,@object
9 .size foo,4
10 foo: label
fdpic-gotofffuncdesc-shared.s 9 .long foo@GOTOFFFUNCDESC
10 .type foo,@function
11 foo: label
fdpic-gotofffuncdesc-static.s 9 .long foo@GOTOFFFUNCDESC
10 .type foo,@function
11 foo: label
fdpic-gotofffuncdesci20-shared.s 5 movi20 #foo@GOTOFFFUNCDESC, r1
7 .type foo,@function
8 foo: label
fdpic-gotofffuncdesci20-static.s 5 movi20 #foo@GOTOFFFUNCDESC, r1
7 .type foo,@function
8 foo: label
fdpic-gotoffi20-shared.s 5 movi20 #foo@GOTOFF, r0
8 .type foo,@object
9 .size foo,4
10 foo: label
fdpic-gotoffi20-static.s 5 movi20 #foo@GOTOFF, r0
8 .type foo,@object
9 .size foo,4
10 foo: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
dlsection-1.s 10 .global foo
11 start: .long datalabel foo
14 foo: .long 23 label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
bnd-ifunc-1.s 1 .type foo, %gnu_indirect_function
4 .set __GI_foo, foo
6 .globl foo
7 .type foo, @function
8 foo: label
10 .size foo, .-foo
lea1.s 2 .globl foo
3 .type foo, @function
4 foo: label
6 .size foo, .-foo
10 movq foo@GOTPCREL(%rip), %rax
nogot1.s 5 .globl foo
6 .type foo, @function
7 foo: label
10 .size foo, .-foo
pr12718.s 1 .globl foo
2 foo: ret label
4 _start: call foo
pr17306a.s 2 .globl foo
3 foo: label
9 pushq foo@GOTPCREL(%rip)
protected1.s 2 .globl foo
3 .protected foo
4 .type foo, @function
5 foo: label
7 .size foo, .-foo
11 leaq foo(%rip), %rax
protected2.s 2 .globl foo
3 .protected foo
4 .type foo, @function
5 foo: label
7 .size foo, .-foo
11 call foo
protected3.s 1 .protected foo
2 .globl foo
5 .type foo, @object
6 .size foo, 4
7 foo: label
13 movl foo(%rip), %eax
protected4.s 2 .protected foo
3 .globl foo
4 .type foo, @function
5 foo: label
7 .size foo, .-foo
11 movabsq $foo@GOTOFF, %rax
protected5.s 2 .protected foo
3 .globl foo
4 .type foo, @function
5 foo: label
7 .size foo, .-foo
11 movabsq $foo@GOTOFF, %rax

Completed in 514 milliseconds

<<51525354555657585960>>