Searched refs:_start (Results 1 – 21 of 21) sorted by relevance
51 .4byte _edata - _start // SizeOfCode54 .4byte _start - ImageBase // AddressOfEntryPoint55 .4byte _start - ImageBase // BaseOfCode72 .4byte _start - ImageBase // SizeOfHeaders126 .4byte _edata - _start // VirtualSize127 .4byte _start - ImageBase // VirtualAddress128 .4byte _edata - _start // SizeOfRawData129 .4byte _start - ImageBase // PointerToRawData139 .globl _start140 .type _start, @function[all …]
48 .4byte _edata - _start // SizeOfCode51 .4byte _start - ImageBase // AddressOfEntryPoint52 .4byte _start - ImageBase // BaseOfCode69 .4byte _start - ImageBase // SizeOfHeaders123 .4byte _edata - _start // VirtualSize124 .4byte _start - ImageBase // VirtualAddress125 .4byte _edata - _start // SizeOfRawData126 .4byte _start - ImageBase // PointerToRawData138 .globl _start139 .ent _start[all …]
48 .4byte _etext - _start // SizeOfCode51 .4byte _start - ImageBase // AddressOfEntryPoint52 .4byte _start - ImageBase // BaseOfCode70 .4byte _start - ImageBase // SizeOfHeaders103 .4byte _evtext - _start // VirtualSize104 .4byte _start - ImageBase // VirtualAddress105 .4byte _etext - _start // SizeOfRawData106 .4byte _start - ImageBase // PointerToRawData152 .globl _start153 .type _start,%function[all …]
40 .proc _start label41 _start: label67 .endp _start76 data8 _start
40 .globl _start41 .type _start,%function42 _start: label
22 .globl _start23 .type _start,%function24 _start: label
39 .globl _start40 .type _start,%function41 _start: label
54 .4byte _start - ImageBase // AddressOfEntryPoint154 .globl _start155 .type _start,%function156 _start: label
3 ENTRY(_start)
4 ENTRY(_start)
5 ENTRY(_start)
453 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()
115 $(OBJCOPY) --redefine-sym $(PAYLOAD_PATH_REPLACEMENT)_start=_binary_payload_start \
327 "_start". Upon activation, the self-relocator searches the .dynamic370 data8 _start373 this places the procedure label for entry point _start in a section374 called ".plabel". Now, the only problem is that _start and __gp need
1223 * gnuefi/crt0-efi-ia32.S (_start): Exit if _relocate() returns with1274 * gnuefi/crt0-efi-ia64.S (_start): Use movl/add to load