| /openbmc/qemu/tests/multiboot/ |
| H A D | aout_kludge.S | 51 .int _start 58 .int _start 65 .int _start 74 .int _start 81 .int _start 88 .int _start 95 .int _start 102 .int _start 109 .int _start 115 .global _start [all …]
|
| /openbmc/u-boot/arch/arm/lib/ |
| H A D | crt0_arm_efi.S | 42 .long _edata - _start /* SizeOfCode */ 45 .long _start - image_base /* AddressOfEntryPoint */ 46 .long _start - image_base /* BaseOfCode */ 66 .long _start - image_base /* SizeOfHeaders */ 108 .long _edata - _start /* VirtualSize */ 109 .long _start - image_base /* VirtualAddress */ 110 .long _edata - _start /* SizeOfRawData */ 111 .long _start - image_base /* PointerToRawData */ 119 _start: label
|
| H A D | crt0_aarch64_efi.S | 42 .long _edata - _start /* SizeOfCode */ 45 .long _start - ImageBase /* AddressOfEntryPoint */ 46 .long _start - ImageBase /* BaseOfCode */ 65 .long _start - ImageBase /* SizeOfHeaders */ 109 .long _edata - _start /* VirtualSize */ 110 .long _start - ImageBase /* VirtualAddress */ 111 .long _edata - _start /* SizeOfRawData */ 112 .long _start - ImageBase /* PointerToRawData */ 120 _start: label
|
| /openbmc/u-boot/arch/riscv/lib/ |
| H A D | crt0_riscv_efi.S | 55 .long _edata - _start /* SizeOfCode */ 58 .long _start - ImageBase /* AddressOfEntryPoint */ 59 .long _start - ImageBase /* BaseOfCode */ 78 .long _start - ImageBase /* SizeOfHeaders */ 122 .long _edata - _start /* VirtualSize */ 123 .long _start - ImageBase /* VirtualAddress */ 124 .long _edata - _start /* SizeOfRawData */ 125 .long _start - ImageBase /* PointerToRawData */ 133 _start: label
|
| /openbmc/u-boot/arch/sh/lib/ |
| H A D | start.S | 13 .global _start 14 _start: label 29 add #(_start-1b), r5 60 ._reloc_dst: .long _start 64 ._gd_init: .long (_start - GENERATED_GBL_DATA_SIZE) 65 ._stack_init: .long (_start - GENERATED_GBL_DATA_SIZE - CONFIG_SYS_MALLOC_LEN - 16)
|
| /openbmc/qemu/tests/tcg/loongarch64/system/ |
| H A D | boot.S | 10 .global _start 12 _start: label 17 .type _start 2 18 .size _start, .-_start
|
| /openbmc/qemu/tests/tcg/hexagon/ |
| H A D | test_call.S | 21 .globl _start 22 _start: label 37 .size _start, .Ltmp1-_start
|
| H A D | test_jmp.S | 6 .globl _start 8 _start: label
|
| /openbmc/u-boot/arch/x86/cpu/ |
| H A D | start64.S | 13 .globl _start 14 .type _start, @function 15 _start: label
|
| /openbmc/u-boot/arch/nios2/cpu/ |
| H A D | start.S | 22 .global _start, _except_start, _except_end 24 _start: label 77 _cur: movhi r5, %hi(_cur - _start) 78 ori r5, r5, %lo(_cur - _start) 81 movhi r5, %hi(_start) 82 ori r5, r5, %lo(_start) /* r5 <- linked _start */ 139 br _start
|
| /openbmc/u-boot/examples/api/ |
| H A D | crt0.S | 11 .globl _start 12 _start: label 30 .globl _start 31 _start: label
|
| /openbmc/qemu/tests/tcg/xtensa/ |
| H A D | crt.S | 5 movi a2, _start 9 .global _start 10 _start: label
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc8xx/ |
| H A D | start.S | 49 GOT_ENTRY(_start) 70 .globl _start 71 _start: label 123 addi r3, r3, in_flash - _start + EXC_OFF_SYS_RESET 417 addi r0, r10, in_ram - _start + EXC_OFF_SYS_RESET 493 lwz r7, GOT(_start) 511 li r7, .L_MachineCheck - _start + EXC_OFF_SYS_RESET 512 li r8, Alignment - _start + EXC_OFF_SYS_RESET 519 li r7, .L_Alignment - _start + EXC_OFF_SYS_RESET 522 li r7, .L_ProgramCheck - _start + EXC_OFF_SYS_RESET [all …]
|
| /openbmc/u-boot/arch/arm/include/asm/arch-bcm235xx/ |
| H A D | boot0.h | 7 _start: 10 .word _end - _start
|
| /openbmc/u-boot/arch/arm/include/asm/arch-bcm281xx/ |
| H A D | boot0.h | 7 _start: 10 .word _end - _start
|
| /openbmc/qemu/tests/tcg/tricore/asm/ |
| H A D | test_bmerge.S | 3 .global _start 4 _start: label
|
| H A D | test_abs.S | 3 .global _start 4 _start: label
|
| H A D | test_fmul.S | 3 .global _start 4 _start: label
|
| H A D | test_clz.S | 3 .global _start 4 _start: label
|
| H A D | test_ftoi.S | 3 .global _start 4 _start: label
|
| H A D | test_muls.S | 3 .global _start 4 _start: label
|
| H A D | test_msub.S | 3 .global _start 4 _start: label
|
| H A D | test_madd.S | 3 .global _start 4 _start: label
|
| H A D | test_crcn.S | 3 .global _start 4 _start: label
|
| H A D | test_imask.S | 3 .global _start 4 _start: label
|