HomeSort by relevance Sort by last modified time
    Searched refs:foo (Results 201 - 225 of 7031) sorted by null

1 2 3 4 5 6 7 891011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
pcrel-4.s 2 .word foo-.
3 .word foo-(.-4)
4 .word foo+8-.
5 .word foo-.-16
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
indirect3a.c 2 extern void foo (void);
7 foo ();
indirect4a.c 2 extern void foo (void);
7 foo ();
needed1c.c 1 extern void foo (void);
7 foo ();
pr13250-2.c 3 extern void foo ();
8 foo ();
pr9676-3.c 1 extern int foo (void) __attribute__((section (".gnu.linkonce.t.1"), weak));
4 foo (void) function
pr9676-4.c 2 extern int foo (void);
7 foo ();
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvers/
vers23.c 2 extern void foo ();
8 foo ();
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvsb/
common.c 1 int foo; variable
2 asm (".hidden foo");
7 return foo;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68k/
plt1-empty.s 2 .globl foo
3 foo: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
region1a.s 2 .global foo
3 foo: .4byte 1 label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/
orphanb.s 1 .section .foo
orphane.s 1 .section .foo
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-pie/
start.s 2 .globl foo
3 foo: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
lto-11a.c 1 extern void foo(void);
6 foo();
lto-13a.c 1 extern void foo(void);
6 foo();
lto-3a.c 1 extern void foo(void);
6 foo();
pr16846b.c 1 extern __thread int foo;
6 return foo;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
aix-core-sec-3.s 1 .comm foo,8
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
cross4.c 3 foo () function
7 void (*dummy) () = foo;
dynamic-sections-2.s 2 .global foo
3 foo: .4byte 0 label
provide-1.s 2 .globl foo
3 foo: .long 0 label
provide-3.s 2 .globl foo
3 foo: .long 0 label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-undefined/
entry.s 2 .globl foo
3 foo: label
  /bionic/tools/versioner/tests/future_arch/headers/
foo.h 2 int foo() __INTRODUCED_IN(9);
4 int foo() __INTRODUCED_IN_FUTURE;

Completed in 3070 milliseconds

1 2 3 4 5 6 7 891011>>