Searched refs:image_base (Results 1 – 10 of 10) sorted by relevance
16 .globl image_base symbol17 image_base: label20 .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
21 lea image_base(%rip), %rdi
26 addl $image_base-0b,%eax # %eax = ldbase
14 image_base = .; symbol
38 reloc_ofs = (unsigned long)image_base; in initcall_run_list()
152 uintptr_t image_base; /* physical address of base of image */ member
320 extern char image_base[];
263 void *image_base; member
180 loaded_image_info->image_base = efi; in efi_load_pe()