Home
last modified time | relevance | path

Searched refs:ImageBase (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dcrt0_aarch64_efi.S16 .globl ImageBase symbol
17 ImageBase: label
20 .long pe_header - ImageBase /* Offset to the PE header */
43 .long _start - ImageBase /* AddressOfEntryPoint */
44 .long _start - ImageBase /* BaseOfCode */
58 .long _edata - ImageBase /* SizeOfImage */
63 .long _start - ImageBase /* SizeOfHeaders */
108 .long _start - ImageBase /* VirtualAddress */
110 .long _start - ImageBase /* PointerToRawData */
125 adr x0, ImageBase
/OK3568_Linux_fs/u-boot/include/
H A Dpe.h74 uint64_t ImageBase; member
120 uint32_t ImageBase; member
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dheader.S141 # PE specification requires ImageBase to be 64k aligned
144 .long image_base # ImageBase
146 .quad image_base # ImageBase
/OK3568_Linux_fs/kernel/arch/arm/boot/compressed/
H A Defi-header.S74 .long 0 @ ImageBase