Searched refs:ImageBase (Results 1 – 4 of 4) sorted by relevance
18 .globl ImageBase19 ImageBase: label23 .long pe_header - ImageBase /* Offset to the PE header */45 .long _start - ImageBase /* AddressOfEntryPoint */46 .long _start - ImageBase /* BaseOfCode */60 .long _edata - ImageBase /* SizeOfImage */65 .long _start - ImageBase /* SizeOfHeaders */110 .long _start - ImageBase /* VirtualAddress */112 .long _start - ImageBase /* PointerToRawData */125 adr x0, ImageBase
33 .globl ImageBase34 ImageBase: label37 .long pe_header - ImageBase /* Offset to the PE header */59 .long _start - ImageBase /* AddressOfEntryPoint */60 .long _start - ImageBase /* BaseOfCode */81 .long _edata - ImageBase /* SizeOfImage */86 .long _start - ImageBase /* SizeOfHeaders */148 .long _start - ImageBase /* VirtualAddress */150 .long _start - ImageBase /* PointerToRawData */164 lla a0, ImageBase
63 uint64_t ImageBase; member109 uint32_t ImageBase; member
795 image_base = opt->ImageBase; in efi_load_pe()811 image_base = opt->ImageBase; in efi_load_pe()
Completed in 7 milliseconds