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

  /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
  /bionic/linker/arch/x86/
begin.S 31 .type _start, @function
32 .globl _start
34 _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/grub/stage2/
start.S 35 # define ABS(x) (x-_start+0x2000)
37 # define ABS(x) (x-_start+0x8000)
51 .globl start, _start
53 _start: label
55 * _start is loaded at 0x8000 and is jumped to with
388 . = _start + 0x200 - BOOTSEC_LISTSIZE
start_eltorito.S 40 #define ABS(x) (x-_start+BOOTSEC_LOCATION)
59 .globl start, _start
67 _start: label
71 . = _start + 8 /* Pad to file offset 8 */
309 . = _start + SECTOR_SIZE - BOOTSEC_LISTSIZE
asm.S 61 .globl start, _start
63 _start: label
    [all...]
  /external/expat/amiga/
expat_lib.c 120 void _start() function
  /frameworks/base/media/java/android/media/
MediaPlayer.java 819 _start(); method
822 private native void _start() throws IllegalStateException; method in class:MediaPlayer
    [all...]

Completed in 203 milliseconds