Searched refs:_start (Results 1 - 25 of 57) sorted by last modified time

123

/freebsd-11-stable/sys/conf/
H A Dkern.post.mk404 _binary_${MFS_IMAGE:C,[^[:alnum:]],_,g}_start=mfs_root \
/freebsd-11-stable/stand/uboot/lib/
H A Dcopy.c54 extern void _start(void); /* ubldr entry point address. */
103 subldr = rounddown2((uintptr_t)_start, KERN_ALIGN);
/freebsd-11-stable/stand/powerpc/kboot/
H A Dmain.c485 _start(int argc, const char **argv, char **env) function
/freebsd-11-stable/stand/efi/loader/arch/arm64/
H A Dstart.S72 .long _start - efi_start /* Entry point */
140 .globl _start
141 _start: label
/freebsd-11-stable/lib/csu/arm/
H A Dcrt1.c56 extern void _start(int, char **, char **, const struct Struct_Obj_Entry *,
74 " .globl _start \n"
75 " _start: \n"
/freebsd-11-stable/sys/sys/
H A Dlinker.h154 void *_start, void *_stop, int *_count);
/freebsd-11-stable/sys/arm64/arm64/
H A Dlocore.S58 .globl _start
59 _start: label
/freebsd-11-stable/sys/arm/arm/
H A Dlocore-v4.S86 ASENTRY_NP(_start)
131 adr r1, _start
141 Lram_offset: .word from_ram-_C_LABEL(_start)
272 END(_start)
344 .word _start
H A Delf_trampoline.c50 void _start(void);
214 uint32_t src_addr = (uint32_t)&_start - PHYSADDR + FLASHADDR
217 target_addr = (unsigned int)&_start - PHYSADDR + LOADERRAMADDR;
219 (unsigned int)&_end - (unsigned int)&_start;
221 (unsigned int)&_end - (unsigned int)&_start);
H A Dlocore-v6.S103 ASENTRY_NP(_start)
236 END(_start)
/freebsd-11-stable/stand/sparc64/boot1/
H A DMakefile8 SRCS= _start.s boot1.c
H A D_start.s1 /* $FreeBSD: stable/11/stand/sparc64/boot1/_start.s 93311 2002-03-28 02:41:52Z obrien $ */
4 .globl _start
5 _start: label
/freebsd-11-stable/stand/sparc64/loader/
H A Dlocore.S25 ENTRY(_start)
/freebsd-11-stable/stand/powerpc/uboot/
H A Dstart.S35 .globl _start
36 _start: label
/freebsd-11-stable/stand/pc98/btx/lib/
H A Dbtxcsu.S27 .global _start
31 _start: cld label
/freebsd-11-stable/stand/mips/uboot/
H A Dstart.S38 ENTRY(_start)
42 END(_start)
/freebsd-11-stable/stand/i386/kgzldr/
H A Dstart.s31 .globl _start
35 _start: cld # String ops inc label
/freebsd-11-stable/stand/i386/btx/lib/
H A Dbtxcsu.S27 .global _start
31 _start: cld label
/freebsd-11-stable/stand/efi/loader/arch/i386/
H A Dstart.S37 * _start(EFI_IMAGE image_handle, EFI_SYSTEM_TABLE *system_table);
43 ENTRY(_start)
62 END(_start)
/freebsd-11-stable/stand/efi/loader/arch/arm/
H A Dstart.S74 .long _start - efi_start /* Entry point */
143 _start: label
/freebsd-11-stable/stand/efi/loader/arch/amd64/
H A Dstart.S42 .globl _start
43 _start: label
/freebsd-11-stable/stand/arm/uboot/
H A Dstart.S39 .globl _start
40 _start: label
/freebsd-11-stable/sys/dev/hptrr/
H A Dldm.h115 #define INIT_LOCK_REQUEST(req, _start, _end, _cb, _arg, _cc) \
118 (req)->start = _start;\
/freebsd-11-stable/sys/dev/hptnr/
H A Dldm.h116 #define INIT_LOCK_REQUEST(req, _start, _end, _cb, _arg, _cc) \
119 (req)->start = _start;\
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dldm.h116 #define INIT_LOCK_REQUEST(req, _start, _end, _cb, _arg, _cc) \
119 (req)->start = _start;\

Completed in 192 milliseconds

123