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

<<41424344454647484950>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvers/
vers23a.c 11 foo (void) function
vers24c.c 1 /* Test whether .symver x, x@foo
3 to become dynamic relocations against x@foo. */
8 void foo (void) function
vers26b.c 1 #pragma weak foo macro
3 void foo ();
8 if (foo)
9 foo ();
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfweak/
bar.c 3 extern void foo ();
7 foo () function
9 printf ("strong foo\n");
15 foo ();
foo1a.c 4 foo () function
foo1b.c 4 foo () function
main.c 3 #pragma weak foo macro
5 extern void foo ();
9 foo () function
11 printf ("weak foo\n");
size_foo.c 6 foo () function
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-gc/
start.s 5 foo: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
combreloc.s 2 .globl _start, foo
13 call foo@PLT
16 foo: ret label
lea1.s 2 .globl foo
3 .type foo, @function
4 foo: label
6 .size foo, .-foo
10 movl foo@GOT(%ecx), %eax
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 pushl foo@GOT(%ebx)
protected1.s 2 .globl foo
3 .protected foo
4 .type foo, @function
5 foo: label
7 .size foo, .-foo
11 leal foo@GOTOFF(%ecx), %eax
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@GOTOFF(%ecx), %eax
protected4.s 2 .protected foo
3 .globl foo
4 .type foo, @function
5 foo: label
7 .size foo, .-foo
11 movl foo@GOTOFF(%ecx), %eax
protected5.s 2 .protected foo
3 .globl foo
4 .type foo, @function
5 foo: label
7 .size foo, .-foo
11 movl foo@GOTOFF(%ecx), %eax
tlsgd1.s 4 leal foo@TLSGD(,%ebx,1), %eax
6 leal foo@TLSGD(%ebx), %eax
9 .globl foo
12 .type foo, @object
13 .size foo, 4
14 foo: label
tlsgd2.s 4 leal foo@TLSGD(%ebx), %eax
8 .type foo, @object
9 .size foo, 4
10 foo: label
tlsie1.s 4 addl foo@gotntpoff(%ebx), %ecx
5 addl foo@indntpoff, %ecx
6 movl foo@gotntpoff(%ebx), %eax
7 movl foo@gotntpoff(%ebx), %ecx
8 movl foo@indntpoff, %eax
9 movl foo@indntpoff, %ecx
10 .globl foo
13 .type foo, @object
14 .size foo, 4
15 foo label
    [all...]
tlsie2.s 4 leal foo@gotntpoff(%ebx), %eax
6 .globl foo
9 .type foo, @object
10 .size foo, 4
11 foo: label
tlsie3.s 4 leal foo@gotntpoff(%ebx), %ecx
6 .globl foo
9 .type foo, @object
10 .size foo, 4
11 foo: label
tlsie4.s 4 leal foo@indntpoff(%ebx), %eax
6 .globl foo
9 .type foo, @object
10 .size foo, 4
11 foo: label

Completed in 419 milliseconds

<<41424344454647484950>>