Searched refs:_start (Results 1 - 25 of 51) sorted by relevance

123

/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/
H A Dpxeboot.S28 .globl start, _start;
29 _start: label
41 . = _start + 0x8200 - 0x7C00 - 0x200 - 1
H A Dboot.S39 .globl _start, start;
40 _start: label
43 * _start is loaded at 0x7c00 and is jumped to with CS:IP 0:0x7c00
60 . = _start + GRUB_BOOT_MACHINE_BPB_START
61 . = _start + 4
81 . = _start + GRUB_BOOT_MACHINE_BPB_END
90 . = _start + GRUB_BOOT_MACHINE_KERNEL_SECTOR
94 . = _start + GRUB_BOOT_MACHINE_BOOT_DRIVE
112 . = _start + GRUB_BOOT_MACHINE_DRIVE_CHECK
413 . = _start
[all...]
H A Dstartup_raw.S36 .globl start, _start
38 _start: label
53 . = _start + GRUB_DECOMPRESSOR_MACHINE_COMPRESSED_SIZE
56 . = _start + GRUB_DECOMPRESSOR_MACHINE_UNCOMPRESSED_SIZE
60 . = _start + GRUB_KERNEL_I386_PC_REED_SOLOMON_REDUNDANCY
106 addl $(LOCAL(decompressor_end) - GRUB_KERNEL_I386_PC_NO_REED_SOLOMON_PART - _start), %edx
108 leal _start + GRUB_KERNEL_I386_PC_NO_REED_SOLOMON_PART, %eax
119 . = _start + GRUB_KERNEL_I386_PC_NO_REED_SOLOMON_PART
134 .long multiboot_header - _start + 0x100000 + 0x200
142 .long multiboot_entry - _start
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/efi/
H A Dstartup.S25 .globl start, _start
27 _start: label
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/ieee1275/
H A Dstartup.S35 .globl start, _start
38 _start: label
/osnet-11/usr/src/grub/grub2/grub-core/kern/x86_64/efi/
H A Dstartup.S25 .globl start, _start
29 _start: label
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/qemu/
H A Dstartup.S28 .globl _start
29 _start: label
32 . = _start + GRUB_KERNEL_I386_QEMU_CORE_ENTRY_ADDR
46 movl $(_edata - _start), %ecx
47 movl $_start, %edi
/osnet-11/usr/src/lib/brand/shared/brand/amd64/
H A Dcrt.s31 _start(void)
51 * it. This routine is modeled after the default crt1.s`_start()
54 ENTRY_NP(_start)
71 SET_SIZE(_start)
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dboot.S23 .globl start, _start
25 _start: label
43 .long _start
H A Dboot.S.texi23 .globl start, _start
25 _start:
43 .long _start
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/qemu/
H A Dboot.S28 .globl _start
29 _start: label
35 . = _start + GRUB_BOOT_I386_QEMU_CORE_ENTRY_ADDR
67 jmp _start
/osnet-11/usr/src/grub/grub2/grub-core/kern/ia64/efi/
H A Dstartup.S27 .global _start
28 .proc _start
29 _start: label
44 .endp _start
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dpxeloader.S27 .globl _start; _start:
46 . = _start + 0x7C80 - 0x7C00
53 . = _start + 0x8200 - 0x7C00 - 1
H A Dnbloader.S28 .globl _start; _start:
40 .word NBI_DEST_OFF + (relocate - _start)
71 ljmp $0, $(RELOCATED_ADDR + copy_rest - _start)
120 . = _start + 0x200 - 1
/osnet-11/usr/src/lib/brand/shared/brand/i386/
H A Dcrt.s31 _start(void)
51 * it. This routine is modeled after the default crt1.s`_start()
54 ENTRY_NP(_start)
75 SET_SIZE(_start)
/osnet-11/usr/src/lib/brand/shared/brand/sparc/
H A Dcrt.s32 _start(void)
56 ENTRY_NP(_start)
78 SET_SIZE(_start)
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/coreboot/
H A Dstartup.S38 .globl start, _start
40 _start: label
/osnet-11/usr/src/grub/grub2/grub-core/kern/powerpc/ieee1275/
H A Dstartup.S28 .globl start, _start
30 _start: label
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/pc/
H A Dstartup.S52 .globl start, _start
54 _start: label
57 movl %ecx, (LOCAL(real_to_prot_addr) - _start) (%esi)
58 movl %edi, (LOCAL(prot_to_real_addr) - _start) (%esi)
61 movl $(_edata - _start), %ecx
62 movl $(_start), %edi
75 addl $_start, %esi
/osnet-11/usr/src/lib/common/amd64/
H A Dgcrt1.s37 .globl _start
101 .type _start,@function
102 _start: label
105 * there was a genuine call to _start.
148 movq $_start,%rdi
191 .size _start, .-_start
H A Dcrt1.s37 .globl _start
103 .type _start,@function
104 _start: label
107 * there was a genuine call to _start.
172 .size _start, .-_start
/osnet-11/usr/src/lib/common/i386/
H A Dgcrt1.s37 .globl _start
80 * there was a genuine call to _start.
81 * sdb stack trace shows _start(argc,argv[0],argv[1],...,envp[0],...)
83 .type _start,@function
84 _start: label
118 pushl $_start
206 .size _start, .-_start
H A Dcrt1.s35 .globl _start
80 * there was a genuine call to _start.
81 * sdb stack trace shows _start(argc,argv[0],argv[1],...,envp[0],...)
83 .type _start,@function
84 _start: label
182 .size _start, .-_start
/osnet-11/usr/src/grub/grub2/grub-core/kern/sparc64/ieee1275/
H A Dcrt0.S25 .globl _start
26 _start: label
30 . = EXT_C(_start) + GRUB_KERNEL_MACHINE_TOTAL_MODULE_SIZE
/osnet-11/usr/src/grub/grub2/grub-core/tests/boot/
H A Dkernel-8086.S5 .globl _start
6 _start: label

Completed in 122 milliseconds

123