Home
last modified time | relevance | path

Searched refs:_start (Results 1 – 21 of 21) sorted by relevance

/DragonStub/gnuefi/
H A Dcrt0-efi-loongarch64.S51 .4byte _edata - _start // SizeOfCode
54 .4byte _start - ImageBase // AddressOfEntryPoint
55 .4byte _start - ImageBase // BaseOfCode
72 .4byte _start - ImageBase // SizeOfHeaders
126 .4byte _edata - _start // VirtualSize
127 .4byte _start - ImageBase // VirtualAddress
128 .4byte _edata - _start // SizeOfRawData
129 .4byte _start - ImageBase // PointerToRawData
139 .globl _start
140 .type _start, @function
[all …]
H A Dcrt0-efi-mips64el.S48 .4byte _edata - _start // SizeOfCode
51 .4byte _start - ImageBase // AddressOfEntryPoint
52 .4byte _start - ImageBase // BaseOfCode
69 .4byte _start - ImageBase // SizeOfHeaders
123 .4byte _edata - _start // VirtualSize
124 .4byte _start - ImageBase // VirtualAddress
125 .4byte _edata - _start // SizeOfRawData
126 .4byte _start - ImageBase // PointerToRawData
138 .globl _start
139 .ent _start
[all …]
H A Dcrt0-efi-arm.S48 .4byte _etext - _start // SizeOfCode
51 .4byte _start - ImageBase // AddressOfEntryPoint
52 .4byte _start - ImageBase // BaseOfCode
70 .4byte _start - ImageBase // SizeOfHeaders
103 .4byte _evtext - _start // VirtualSize
104 .4byte _start - ImageBase // VirtualAddress
105 .4byte _etext - _start // SizeOfRawData
106 .4byte _start - ImageBase // PointerToRawData
152 .globl _start
153 .type _start,%function
[all …]
H A Dcrt0-efi-ia64.S40 .proc _start label
41 _start: label
67 .endp _start
76 data8 _start
H A Dcrt0-efi-x86_64.S40 .globl _start
41 .type _start,%function
42 _start: label
H A Dcrt0-efi-aarch64.S22 .globl _start
23 .type _start,%function
24 _start: label
H A Dcrt0-efi-ia32.S39 .globl _start
40 .type _start,%function
41 _start: label
H A Dcrt0-efi-riscv64.S54 .4byte _start - ImageBase // AddressOfEntryPoint
154 .globl _start
155 .type _start,%function
156 _start: label
H A Delf_loongarch64_efi.lds3 ENTRY(_start)
H A Delf_mips64el_efi.lds3 ENTRY(_start)
H A Delf_x86_64_fbsd_efi.lds4 ENTRY(_start)
H A Delf_aarch64_efi.lds3 ENTRY(_start)
H A Delf_x86_64_efi.lds4 ENTRY(_start)
H A Delf_ia32_fbsd_efi.lds3 ENTRY(_start)
H A Delf_ia32_efi.lds3 ENTRY(_start)
H A Delf_arm_efi.lds3 ENTRY(_start)
H A Delf_riscv64_efi.lds5 ENTRY(_start)
/DragonStub/apps/
H A Delf.c453 extern void _start(void); in load_elf()
455 u64 image_size = (u64)&_image_end - (u64)&_start; in load_elf()
457 efi_remap_image_all_rwx((u64)&_start, (image_size + 4095) & ~4095); in load_elf()
H A DMakefile115 $(OBJCOPY) --redefine-sym $(PAYLOAD_PATH_REPLACEMENT)_start=_binary_payload_start \
/DragonStub/docs/
H A DREADME.gnuefi327 "_start". Upon activation, the self-relocator searches the .dynamic
370 data8 _start
373 this places the procedure label for entry point _start in a section
374 called ".plabel". Now, the only problem is that _start and __gp need
/DragonStub/
H A DChangeLog1223 * gnuefi/crt0-efi-ia32.S (_start): Exit if _relocate() returns with
1274 * gnuefi/crt0-efi-ia64.S (_start): Use movl/add to load