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

123

/illumos-gate/usr/src/boot/sys/boot/sparc64/boot1/
H A D_start.s4 .globl _start
5 _start: label
H A DMakefile7 SRCS= _start.s boot1.c
/illumos-gate/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
/illumos-gate/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)
/illumos-gate/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
/illumos-gate/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)
/illumos-gate/usr/src/lib/brand/shared/brand/sparc/
H A Dcrt.s32 _start(void)
56 ENTRY_NP(_start)
78 SET_SIZE(_start)
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_xen.s39 ENTRY_NP(_start)
82 SET_SIZE(_start)
86 ENTRY_NP(_start)
124 SET_SIZE(_start)
/illumos-gate/usr/src/boot/sys/sys/
H A Dbitstring.h77 register int _start = (start), _stop = (stop); \
78 register int _startbyte = _bit_byte(_start); \
81 _name[_startbyte] &= ((0xff >> (8 - (_start&0x7))) | \
84 _name[_startbyte] &= 0xff >> (8 - (_start&0x7)); \
94 register int _start = (start), _stop = (stop); \
95 register int _startbyte = _bit_byte(_start); \
98 _name[_startbyte] |= ((0xff << (_start&0x7)) & \
101 _name[_startbyte] |= 0xff << ((_start)&0x7); \
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/amd64/
H A Dstart.S42 .globl _start
43 _start: label
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/i386/
H A Dstart.S37 * _start(EFI_IMAGE image_handle, EFI_SYSTEM_TABLE *system_table);
43 ENTRY(_start) function
62 END(_start)
/illumos-gate/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
/illumos-gate/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
193 .size _start, .-_start
/illumos-gate/usr/src/psm/stand/bootlst/sparc/
H A Dsrt0.s45 _start(void *a, ...)
68 ENTRY(_start) function
87 SET_SIZE(_start)
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/arm64/
H A Dstart.S72 .long _start - efi_start /* Entry point */
140 .globl _start
141 _start: label
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A Dlocore.S25 ENTRY(_start) function
/illumos-gate/usr/src/grub/grub-0.97/stage1/
H A Dstage1.S30 #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
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsun4u_srt0.s41 _start(void *a, ...)
58 ! Create a stack just below _start.
75 ENTRY(_start) function
117 SET_SIZE(_start)
H A Dboot_plat.h104 extern void _start(void *romp, ...);
/illumos-gate/usr/src/boot/sys/boot/i386/btx/lib/
H A Dbtxcsu.S27 .global _start
31 _start: cld label
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcb_srt0.s52 _start(void *a, ...)
77 ENTRY(_start) function
120 SET_SIZE(_start)

Completed in 79 milliseconds

123