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 */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
47 loaded_image_protocol->image_base || in check_loaded_image_protocol()49 loaded_image_protocol->image_base + in check_loaded_image_protocol()
72 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() local795 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()
3096 efi_free_pages((uintptr_t)loaded_image_protocol->image_base, in efi_delete_image()
37 reloc_ofs = (unsigned long)image_base; in initcall_run_list()
128 uintptr_t image_base; /* physical address of base of image */ member
391 extern char image_base[];
466 void *image_base; member
21 lea image_base(%rip), %rcx
25 addl $image_base-0b,%eax # %eax = ldbase
13 image_base = .; symbol
Completed in 24 milliseconds