HomeSort by relevance Sort by last modified time
    Searched defs:bar2 (Results 1 - 25 of 48) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
group-2.s 6 .global bar2
7 bar2: label
  /toolchain/binutils/binutils-2.25/gold/testsuite/
merge_string_literals_2.cc 26 const char* bar2() { function
  /external/clang/test/CodeGenCXX/
2004-06-08-LateTemplateInstantiation.cpp 16 void *bar2() { function
fastcall.cpp 16 void bar2(S1 a, int b) { function
address-space-ref.cpp 28 bc & bar2(bc &x, bc & y) { function
attr.cpp 11 virtual void bar2() __attribute__((aligned(2)));
20 void C::bar2() { } function in class:C
regparm.cpp 15 void bar2(S1 a, int b) { function
  /external/llvm/test/MC/ELF/
relocation-386.s 12 // CHECK-NEXT: 0x{{[^ ]+}} R_386_PLT32 bar2 0x0
16 // Relocation 4 (bar2@GOT) is of type R_386_GOT32
60 // Relocation 25 (_GLOBAL_OFFSET_TABLE_-bar2) is of type R_386_GOTPC.
62 // Relocation 26 (und_symbol-bar2) is of type R_386_PC32
64 // Relocation 27 (und_symbol-bar2) is of type R_386_PC16
66 // Relocation 28 (und_symbol-bar2) is of type R_386_PC8
81 .global bar2
82 bar2: label
83 calll bar2@PLT
113 subl _GLOBAL_OFFSET_TABLE_-bar2, %eb
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
relocation-386.s 29 // Relocation 4 (bar2@GOT) is of type R_386_GOT32
196 .global bar2
197 bar2: label
198 calll bar2@PLT
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
ifunc-3.s 5 .long bar2-.
7 .long bar2-start1
18 .long bar2-.
20 .long bar2-start1
38 .long bar2-.
40 .long bar2-start2
41 .long bar2-base
43 .type bar2,%gnu_indirect_function
44 bar2: label
46 .size bar2,.-bar
    [all...]
ifunc-2.s 5 .long bar2-foo2
6 .long bar1-bar2
7 .long bar2-bar1
9 .long start1-bar2
20 .long bar2-foo2
21 .long bar1-bar2
22 .long bar2-bar1
24 .long start1-bar2
35 .long bar2-foo2
36 .long bar1-bar2
88 bar2: label
    [all...]
  /external/clang/test/Sema/
attr-naked.cpp 4 static void bar2();
13 void __attribute__((naked)) Foo::bar2() { function in class:Foo
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
farcall-back.s 4 .global bar2
15 b bar2
16 bl bar2
33 .type bar2, @function
34 bar2: label
  /external/compiler-rt/test/asan/TestCases/Linux/
coverage-missing.cc 54 void bar2();
62 void bar2() { fprintf(stderr, "bar2\n"); } function
77 bar2();
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
farcall-group.s 12 bl bar2
25 .global bar2
26 .type bar2, %function
27 bar2: label
farcall-mix.s 12 bl bar2
27 .global bar2
28 .type bar2, %function
29 bar2: label
farcall-mix2.s 12 bl bar2
32 .global bar2
33 .type bar2, %function
34 bar2: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvers/
vers9.c 8 const char * bar2 = "asdf"; variable
vers5.c 8 const char * bar2 = "asdf"; variable
  /external/clang/test/CodeGen/
ifunc.c 28 void bar2(void) { function
nonnull.c 13 // CHECK: define void @bar2(i32* %x, i32* nonnull %y)
14 void bar2(int * x, int * y) __attribute__((nonnull(2))) { function
  /external/clang/test/Parser/
cxx1z-nested-namespace-definition.cpp 29 namespace bar2 { namespace in namespace:bar1
37 return bar1::bar2::bar3::bar(x);
  /external/compiler-rt/test/tsan/
simple_stack2.cc 23 void __attribute__((noinline)) bar2() { function
40 bar2();
52 // CHECK-NEXT: #1 bar2{{.*}} {{.*}}simple_stack2.cc:27{{(:3)?}} (simple_stack2.cc.exe+{{.*}})
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
reloc.s 7 add r4, r0, bar2
43 bar2: .long 0xdeadbeef label
  /external/clang/test/SemaCXX/
class-names.cpp 31 void bar2() function

Completed in 823 milliseconds

1 2