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

<<11121314151617181920>>

  /external/swiftshader/third_party/LLVM/test/MC/ELF/
weak-relocation.s 5 .weak foo
6 foo: label
8 call foo
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
needed-by-reloc.s 1 .globl foo
4 .long foo
6 foo: label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/
fdpic.s 3 .long foo@PCREL
4 .long foo@FUNCDESC
5 .long foo@GOT
6 .long foo@GOTOFF
7 .long foo@GOTFUNCDESC
8 .long foo@GOTOFFFUNCDESC
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
indirect3c.c 3 extern void foo (void);
6 foo (void) function
14 foo ();
indirect4c.c 3 extern void foo (void);
6 foo (void) function
14 foo ();
pr9679-2.c 1 extern int foo (void) __attribute__((weak,__visibility__ ("hidden")));
4 foo (void) function
12 return foo ();
provide-hidden-1.s 2 .globl foo
3 foo: label
4 .dc.a 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 ();
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
aix-abs-reloc-1.s 1 .globl foo
2 .csect foo[RW]
3 foo: label
aix-core-sec-1.s 1 .globl foo
2 .csect foo[RO]
3 foo: label
aix-core-sec-2.s 1 .globl foo
2 .csect foo[RW]
3 foo: label
aix-rel-1.s 1 .globl foo
2 .csect foo[RW]
3 foo: label
  /build/kati/testcase/
implicit_pattern_rule_for_no_commands.mk 1 test: foo.c foo.h
3 foo.c foo.h:
6 test2: foo
9 foo: foo.o
11 foo.o: CFLAGS=-g
12 foo.o: foo.
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-class-nolimit.cpp 10 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "foo"
13 struct foo { struct in namespace:rdar14101097_1
16 typedef foo *foop;
27 // CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "foo"
30 struct foo;
32 foo *f;
34 struct foo { struct in namespace:rdar14101097_2
  /external/clang/test/Parser/
types.c 10 typedef struct foo { int x; } foo; typedef in typeref:struct:foo
12 foo *foo; local
13 foo->x = 0;
  /external/llvm/test/MC/ELF/
gen-dwarf.s 15 .globl foo
16 .type foo, @function
18 foo: label
20 .size foo, .-foo
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
050-if-defined.c 1 #if defined foo
6 #define foo macro
7 #if defined foo
12 #undef foo macro
13 #if defined foo
065-if-defined-parens.c 1 #if defined(foo)
6 #define foo macro
7 #if defined ( foo )
12 #undef foo macro
13 #if defined (foo)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
cfi-n64-1.s 1 .global foo
2 .type foo,@function
3 .ent foo
4 foo: label
9 .end foo
mips16-stabs.s 3 .globl foo
4 .ent foo
5 foo: label
6 .stabs "foo:F(0,49)",36,0,0,foo
8 .end foo
mips16-vis-1.s 2 .globl foo
3 .hidden foo
4 .ent foo
5 foo: label
7 .end foo
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
arm-lib-plt-2a.s 1 .globl foo
2 .type foo,%function
3 foo: label
5 .size foo,.-foo
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
pr12570b.s 2 .globl foo
3 .type foo, @function
4 foo: label
8 .size foo, .-foo
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
pr12570b.s 2 .globl foo
3 .type foo, @function
4 foo: label
8 .size foo, .-foo
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
ifunc-1.s 2 .set __GI_foo, foo
4 .globl foo
5 .type foo, %function
6 foo: label
8 .size foo, .-foo
9 .type foo, %gnu_indirect_function

Completed in 552 milliseconds

<<11121314151617181920>>