Home
last modified time | relevance | path

Searched refs:image_base (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/arch/arm/lib/
H A Dcrt0_arm_efi.S17 .globl image_base
18 image_base: label
21 .long pe_header - image_base /* Offset to the PE header */
45 .long _start - image_base /* AddressOfEntryPoint */
46 .long _start - image_base /* BaseOfCode */
61 .long _edata - image_base /* SizeOfImage */
66 .long _start - image_base /* SizeOfHeaders */
109 .long _start - image_base /* VirtualAddress */
111 .long _start - image_base /* PointerToRawData */
125 adr r0, image_base
/openbmc/u-boot/lib/efi_loader/
H A Defi_image_loader.c229 uint64_t image_base; in efi_load_pe() local
273 image_base = opt->ImageBase; in efi_load_pe()
289 image_base = opt->ImageBase; in efi_load_pe()
321 (unsigned long)image_base) != EFI_SUCCESS) { in efi_load_pe()
333 loaded_image_info->image_base = efi; in efi_load_pe()
/openbmc/u-boot/include/
H A Dinitcall.h28 reloc_ofs = (unsigned long)image_base; in initcall_run_list()
H A Datf_common.h122 uintptr_t image_base; /* physical address of base of image */ member
H A Defi.h376 extern char image_base[];
H A Defi_api.h347 void *image_base; member
/openbmc/u-boot/arch/x86/lib/
H A Dcrt0_x86_64_efi.S21 lea image_base(%rip), %rcx
H A Dcrt0_ia32_efi.S25 addl $image_base-0b,%eax # %eax = ldbase
H A Delf_x86_64_efi.lds13 image_base = .; symbol
H A Delf_ia32_efi.lds13 image_base = .; symbol
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/corstone1000/
H A D0002-fix-corstone1000-pass-spsr-value-explicitly.patch28 .image_info.image_base = BL33_BASE,
/openbmc/u-boot/cmd/
H A Dbootefi.c293 mdp->start_address = (uintptr_t)loaded_image_info->image_base; in do_bootefi_exec()