Searched refs:image_base (Results 1 – 12 of 12) sorted by relevance
17 .globl image_base18 image_base: label21 .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
229 uint64_t image_base; in efi_load_pe() local273 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()
28 reloc_ofs = (unsigned long)image_base; in initcall_run_list()
122 uintptr_t image_base; /* physical address of base of image */ member
376 extern char image_base[];
347 void *image_base; member
21 lea image_base(%rip), %rcx
25 addl $image_base-0b,%eax # %eax = ldbase
13 image_base = .; symbol
28 .image_info.image_base = BL33_BASE,
293 mdp->start_address = (uintptr_t)loaded_image_info->image_base; in do_bootefi_exec()