Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/lib/
H A Dcrt0_arm_efi.S16 .globl image_base symbol
17 image_base: label
20 .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 */
126 adr r0, image_base
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dcrt0_x86_64_efi.S21 lea image_base(%rip), %rdi
H A Dcrt0_ia32_efi.S26 addl $image_base-0b,%eax # %eax = ldbase
H A Delf_x86_64_efi.lds14 image_base = .; symbol
H A Delf_ia32_efi.lds14 image_base = .; symbol
/rk3399_rockchip-uboot/lib/
H A Dinitcall.c38 reloc_ofs = (unsigned long)image_base; in initcall_run_list()
/rk3399_rockchip-uboot/include/
H A Datf_common.h152 uintptr_t image_base; /* physical address of base of image */ member
H A Defi.h320 extern char image_base[];
H A Defi_api.h263 void *image_base; member
/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_image_loader.c180 loaded_image_info->image_base = efi; in efi_load_pe()