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

1 2 3 4 5 6

  /external/grub/stage2/
pxeloader.S 27 .globl _start; _start:
35 . = _start + 0x8200 - 0x7C00 - 1
nbloader.S 28 .globl _start; _start:
40 .word NBI_DEST_OFF + (relocate - _start)
71 ljmp $0, $(RELOCATED_ADDR + copy_rest - _start)
120 . = _start + 0x200 - 1
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
  /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
  /external/grub/docs/
boot.S 23 .globl start, _start
25 _start: label
43 .long _start
boot.S.texi 23 .globl start, _start
25 _start:
43 .long _start
  /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_static.S 30 .type _start,#function
31 .globl _start
53 _start: label
crtbegin_dynamic.S 30 .type _start,#function
31 .globl _start
53 _start: label
  /external/grub/stage1/
stage1.S 30 #define ABS(x) (x-_start+0x7c00)
46 .globl _start; _start:
48 * _start is loaded at 0x7c00 and is jumped to with CS:IP 0:0x7c00
65 . = _start + 4
85 . = _start + STAGE1_BPBEND
435 . = _start + STAGE1_WINDOWS_NT_MAGIC
447 . = _start + STAGE1_PARTSTART
496 . = _start + STAGE1_PARTEND
  /bionic/libc/arch-x86/bionic/
crtbegin_static.S 29 .type _start, @function
30 .globl _start
52 _start: label
crtbegin_dynamic.S 29 .type _start, @function
30 .globl _start
52 _start: label
  /external/dropbear/
svr-main.c 291 extern void _start(void), etext(void);
292 monstartup((u_long)&_start, (u_long)&etext);
  /external/expat/amiga/
expat_lib.c 120 void _start() function
  /build/core/
armelflib.x 5 ENTRY(_start)
  /external/qemu/
i386-vl.ld 7 ENTRY(_start)
i386.ld 6 ENTRY(_start)
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/
armelf.xr 5 ENTRY(_start)
armelf.xu 5 ENTRY(_start)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/
armelf.xr 5 ENTRY(_start)
armelf.xu 5 ENTRY(_start)

Completed in 1298 milliseconds

1 2 3 4 5 6