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

1 2

  /bionic/linker/arch/x86/
begin.S 31 .type _start, @function
32 .globl _start
34 _start: label
  /bionic/linker/arch/arm/
begin.S 31 .type _start,#function
32 .globl _start
34 _start: label
  /bionic/linker/arch/sh/
begin.S 30 .type _start,#function
31 .globl _start
33 _start: label
  /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
fldcw_check.S 2 .globl _start
4 _start: label
rep_prefix.S 8 .globl _start
9 _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
fldcw_check.S 2 .globl _start
4 _start: label
  /bionic/libc/arch-arm/bionic/
crtbegin_dynamic.S 30 .type _start,#function
31 .globl _start
53 _start: label
crtbegin_static.S 30 .type _start,#function
31 .globl _start
53 _start: label
  /bionic/libc/arch-sh/bionic/
crtbegin_dynamic.S 30 .type _start,#function
31 .globl _start
53 _start: label
crtbegin_static.S 30 .type _start,#function
31 .globl _start
53 _start: label
  /bionic/libc/arch-x86/bionic/
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/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
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
server_process_unittest.py 61 def _start(self): member in class:FakeServerProcess

Completed in 661 milliseconds

1 2