HomeSort by relevance Sort by last modified time
    Searched defs:foo1 (Results 26 - 50 of 137) sorted by null

12 3 4 5 6

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
indirect4b.c 12 foo1 (void) function
17 asm (".symver foo1,foo@FOO1");
dl4.c 3 int foo1; variable
12 if (foo1 == 1)
14 else if (foo1 == 0)
20 foo1 = -1;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elfcomm/
common1a.c 1 char foo1 [2] __attribute__((aligned(64))); variable
common1b.c 6 char foo1 [] = "Aligned at odd byte."; variable
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/
relax3.s 3 foo1: label
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
pr20093-1.s 2 foo1: label
10 movq foo1@GOTPCREL(%rip), %rax
  /external/clang/test/CXX/temp/temp.param/
p9.cpp 8 void foo1(T) { } function
  /external/clang/test/CodeGen/
mips-byval-arg.c 10 // O32-LABEL: define void @foo1(i32 inreg %a0.coerce0, i32 inreg %a0.coerce1, i32 inreg %a0.coerce2)
11 // N64-LABEL: define void @foo1(i64 inreg %a0.coerce0, i32 inreg %a0.coerce1)
13 void foo1(S0 a0) { function
mips-unsigned-extend.c 8 void foo1() { function
  /external/clang/test/FixIt/
fixit-pmem.cpp 21 void foo1(int (S::*ps)(), S s, S* p) function
  /external/clang/test/Sema/
attr-disable-tail-calls.c 3 void __attribute__((disable_tail_calls,naked)) foo1(int a) { // expected-error {{'disable_tail_calls' and 'naked' attributes are not compatible}} expected-note {{conflicting attribute is here}} function
  /external/clang/test/SemaCXX/
attr-disable-tail-calls.cpp 6 [[clang::disable_tail_calls]] virtual int foo1() { return 1; } function in class:B
  /external/compiler-rt/test/asan/TestCases/Windows/
null_deref_multiple_dlls.cc 15 __declspec(dllimport) void foo1();
19 foo1();
23 __declspec(dllexport) void foo1() {} function
  /external/llvm/test/Object/Inputs/
elfver.S 17 .symver foo1, foo@VER1
18 .globl foo1
19 .type foo1, @function
20 foo1: label
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4066.go 30 foo1()
35 func foo1() { func
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4066.go 30 foo1()
35 func foo1() { func
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/symver/
symver1.s 4 .globl foo1
5 .type foo1,object
6 foo1: label
9 .symver foo1,foo1@@@version1
11 .size foo1,L_foo1-foo1
  /toolchain/binutils/binutils-2.27/gold/testsuite/
pr14265.c 2 int foo1 __attribute__((used,section(".foo1.0"))); variable
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
ifunc-18b.s 10 bl foo1
13 .hidden foo1
14 .globl foo1
15 foo1 = foo define
ifunc-19b.s 10 bl foo1
13 .hidden foo1
14 .globl foo1
15 foo1 = foo define
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-gc/
pr14265.c 2 int foo1 __attribute__((used,section(".foo1.0"))); variable
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-ifunc/
ifunc-18b.s 10 jmp foo1@PLT
13 .hidden foo1
14 .globl foo1
15 foo1 = foo define
ifunc-19b.s 10 jmp foo1@PLT
13 .hidden foo1
14 .globl foo1
15 foo1 = foo define
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
vxworks-forced-local-1.s 1 .globl foo1
4 lw $4,%call16(foo1)($gp)
8 foo1: label
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
weak1.s 2 .global foo1
5 foo1: label

Completed in 278 milliseconds

12 3 4 5 6