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

1 2

  /bionic/linker/arch/arm/
begin.S 31 .type _start,#function
32 .globl _start
34 _start: label
  /bionic/linker/arch/x86/
begin.c 34 __LIBC_HIDDEN__ void _start() { function
  /external/clang/test/CodeGen/
2002-09-19-StarInLabel.c 4 extern void _start() __asm__("_start");
7 void _start() {} function
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
complex_rep.S 8 .globl _start
9 _start: label
million.S 5 .globl _start
6 _start: label
clone_test.S 5 .globl _start
6 _start: label
  /external/valgrind/main/exp-bbv/tests/arm-linux/
million.S 9 .globl _start
10 _start: label
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
million.S 5 .globl _start
6 _start: label
  /external/valgrind/main/exp-bbv/tests/x86/
complex_rep.S 8 .globl _start
9 _start: label
million.S 7 .globl _start
8 _start: label
rep_prefix.S 8 .globl _start
9 _start: label
  /bionic/libc/arch-arm/bionic/
crtbegin.c 42 __LIBC_HIDDEN__ void _start() { function
  /bionic/libc/arch-x86/bionic/
crtbegin.c 44 void _start() { function
  /development/ndk/platforms/android-9/arch-x86/src/
crtbegin_dynamic.S 29 .type _start, @function
30 .globl _start
52 _start: label
crtbegin_static.S 29 .type _start, @function
30 .globl _start
52 _start: label
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ParserRuleReturnScope.cs 60 private TToken _start; field in class:Antlr.Runtime.ParserRuleReturnScope
65 return _start;
69 _start = value;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeRuleReturnScope.cs 42 private TTree _start; field in class:Antlr.Runtime.Tree.TreeRuleReturnScope
47 return _start;
51 _start = value;
  /external/grub/docs/
boot.S 23 .globl start, _start
25 _start: label
43 .long _start
  /external/qemu-pc-bios/bochs/bios/
rombios32start.S 23 .globl _start
31 _start: label
  /external/valgrind/main/exp-bbv/tests/x86-linux/
clone_test.S 5 .globl _start
6 _start: label
  /bionic/libc/arch-mips/bionic/
crtbegin.S 32 .globl _start
54 _start: label
  /development/ndk/platforms/android-3/arch-arm/src/
crtbegin_dynamic.c 77 void _start() { function
crtbegin_static.c 77 void _start() { function
  /development/ndk/platforms/android-9/arch-mips/src/
crtbegin_dynamic.S 32 .globl _start
54 _start: label
67 # Use jalr intead of jr so stack unwinding past __libc_init can terminate at _start
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ParserRuleReturnScope.cs 61 private TToken _start; field in class:Antlr.Runtime.ParserRuleReturnScope
68 return _start;
73 _start = value;

Completed in 214 milliseconds

1 2