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

123

/u-boot/arch/arm/include/asm/arch-bcm281xx/
H A Dboot0.h7 _start:
10 .word _end - _start
/u-boot/arch/arm/include/asm/arch-bcm235xx/
H A Dboot0.h7 _start:
10 .word _end - _start
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dresetvec.S2 b _start
/u-boot/arch/x86/cpu/
H A Dstart64.S13 .globl _start
14 .type _start, @function
15 _start: label
H A Dstart_from_tpl.S14 .globl _start
15 .type _start, @function
16 _start: label
H A Dstart_from_spl.S14 .globl _start
15 .type _start, @function
16 _start: label
/u-boot/arch/arm/mach-nexell/include/mach/
H A Dboot0.h23 .word (_end - _start) + 20 * 1024 /* 0x50: load size
37 _start:
/u-boot/arch/arm/lib/
H A Dcrt0_arm_efi.S41 .long _edata - _start /* SizeOfCode */
44 .long _start - image_base /* AddressOfEntryPoint */
45 .long _start - image_base /* BaseOfCode */
65 .long _start - image_base /* SizeOfHeaders */
115 .long _start - image_base /* VirtualAddress */
117 .long _start - image_base /* PointerToRawData */
145 _start: label
H A Dcrt0_aarch64_efi.S43 .long _etext - _start /* SizeOfCode */
46 .long _start - ImageBase /* AddressOfEntryPoint */
47 .long _start - ImageBase /* BaseOfCode */
66 .long _start - ImageBase /* SizeOfHeaders */
116 .long _etext - _start /* VirtualSize */
117 .long _start - ImageBase /* VirtualAddress */
118 .long _etext - _start /* SizeOfRawData */
119 .long _start - ImageBase /* PointerToRawData */
147 _start: label
/u-boot/arch/arm/mach-socfpga/include/mach/
H A Dboot0.h9 _start:
/u-boot/arch/sh/lib/
H A Dstart.S13 .global _start
14 _start: label
23 add #(_start-1b), r5
70 ._reloc_dst: .long _start
72 ._reloc_size: .long (_end - _start)
75 ._gd_init: .long (_start - GENERATED_GBL_DATA_SIZE)
77 ._gd_malloc_base: .long (_start - GENERATED_GBL_DATA_SIZE + GD_MALLOC_BASE)
79 ._stack_init: .long (_start - GENERATED_GBL_DATA_SIZE - CONFIG_SYS_MALLOC_LEN - 16)
/u-boot/arch/riscv/lib/
H A Dcrt0_riscv_efi.S66 .long _edata - _start /* SizeOfCode */
69 .long _start - ImageBase /* AddressOfEntryPoint */
70 .long _start - ImageBase /* BaseOfCode */
96 .long _start - ImageBase /* SizeOfHeaders */
151 .long _etext - _start /* VirtualSize */
152 .long _start - ImageBase /* VirtualAddress */
153 .long _etext - _start /* SizeOfRawData */
154 .long _start - ImageBase /* PointerToRawData */
182 _start: label
/u-boot/arch/x86/lib/
H A Dcrt0_x86_64_efi.S14 .globl _start
15 _start: label
H A Dcrt0_ia32_efi.S13 .globl _start
14 _start: label
/u-boot/arch/arc/cpu/arcv1/
H A Divt.S10 j _start /* 0 - 0x000 */
/u-boot/examples/api/
H A Dcrt0.S11 .globl _start
12 _start: label
30 .globl _start
31 _start: label
/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dboot0.h9 _start:
/u-boot/arch/arm/mach-renesas/include/mach/
H A Dboot0.h9 _start:
/u-boot/arch/arc/cpu/arcv2/
H A Divt.S9 .word _start /* 0x00 - Reset */
/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dboot0.h49 * For armv7, the addr '_start' will used as vector start address
53 _start:
/u-boot/arch/nios2/cpu/
H A Dstart.S21 .global _start, _except_start, _except_end
23 _start: label
76 _cur: movhi r5, %hi(_cur - _start)
77 ori r5, r5, %lo(_cur - _start)
78 sub r4, r4, r5 /* r4 <- cur _start */
80 movhi r5, %hi(_start)
81 ori r5, r5, %lo(_start) /* r5 <- linked _start */
135 * NEVER RETURNS -- but branch to the _start just
138 br _start
[all...]
/u-boot/arch/arm/include/asm/arch-tegra/
H A Dap.h40 extern void _start(void);
/u-boot/arch/arc/lib/
H A Dstart.S12 ENTRY(_start)
117 ENDPROC(_start)
/u-boot/arch/arm/cpu/armv8/
H A Dlinux-kernel-image-header-vars.h49 #define __CODE_DATA_SIZE (__bss_start - _start)
/u-boot/include/asm-generic/
H A Dsections.h78 extern void _start(void);

Completed in 148 milliseconds

123