Home
last modified time | relevance | path

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

/u-boot/arch/arm/lib/
A Dcrt0_arm_efi.S17 .globl image_base
18 image_base: label
21 .long pe_header - image_base /* Offset to the PE header */
44 .long _start - image_base /* AddressOfEntryPoint */
45 .long _start - image_base /* BaseOfCode */
60 .long _edata - image_base /* SizeOfImage */
65 .long _start - image_base /* SizeOfHeaders */
108 .long _start - image_base /* VirtualAddress */
110 .long _start - image_base /* PointerToRawData */
124 adr r0, image_base
/u-boot/lib/efi_selftest/
A Defi_selftest_miniapp_exit.c47 loaded_image_protocol->image_base || in check_loaded_image_protocol()
49 loaded_image_protocol->image_base + in check_loaded_image_protocol()
/u-boot/lib/efi_loader/
A Defi_image_loader.c72 image->image_base, image->image_base + image->image_size - 1); in efi_print_image_info()
73 if (pc && pc >= image->image_base && in efi_print_image_info()
74 pc < image->image_base + image->image_size) in efi_print_image_info()
75 printf(" pc=0x%zx", pc - image->image_base); in efi_print_image_info()
743 uint64_t image_base; in efi_load_pe() local
795 image_base = opt->ImageBase; in efi_load_pe()
811 image_base = opt->ImageBase; in efi_load_pe()
851 (unsigned long)image_base) != EFI_SUCCESS) { in efi_load_pe()
864 loaded_image_info->image_base = efi_reloc; in efi_load_pe()
A Defi_boottime.c3096 efi_free_pages((uintptr_t)loaded_image_protocol->image_base, in efi_delete_image()
/u-boot/include/
A Dinitcall.h37 reloc_ofs = (unsigned long)image_base; in initcall_run_list()
A Datf_common.h128 uintptr_t image_base; /* physical address of base of image */ member
A Defi.h391 extern char image_base[];
A Defi_api.h466 void *image_base; member
/u-boot/arch/x86/lib/
A Dcrt0_x86_64_efi.S21 lea image_base(%rip), %rcx
A Dcrt0_ia32_efi.S25 addl $image_base-0b,%eax # %eax = ldbase
A Delf_x86_64_efi.lds13 image_base = .; symbol
A Delf_ia32_efi.lds13 image_base = .; symbol

Completed in 24 milliseconds