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

1 2 3 4 5 6 7 8 910

  /external/clang/test/CodeGen/
2002-09-19-StarInLabel.c 4 extern void _start() __asm__("_start");
7 void _start() {} function
  /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
  /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
rep_prefix.S 8 .globl _start
9 _start: label
fldcw_check.S 2 .globl _start
4 _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
fldcw_check.S 2 .globl _start
4 _start: label
million.S 7 .globl _start
8 _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_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
  /external/qemu-pc-bios/bochs/bios/
rombios32start.S 23 .globl _start
31 _start: label

Completed in 729 milliseconds

1 2 3 4 5 6 7 8 910