Home
last modified time | relevance | path

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

/DragonStub/apps/
H A Dstub.c43 static u64 image_base = 0; variable
96 image_base = (u64)loaded_image->ImageBase; in init_efi_program_info()
99 efi_info("DragonStub loaded at 0x%p\n", image_base); in init_efi_program_info()
H A Delf.c211 void efi_remap_image_all_rwx(unsigned long image_base, unsigned alloc_size) in efi_remap_image_all_rwx() argument
228 status = memattr->get_memory_attributes(memattr, image_base, alloc_size, in efi_remap_image_all_rwx()
244 memattr, image_base, alloc_size, EFI_MEMORY_XP); in efi_remap_image_all_rwx()
251 memattr, image_base, alloc_size, EFI_MEMORY_WP); in efi_remap_image_all_rwx()
258 memattr, image_base, alloc_size, EFI_MEMORY_RP); in efi_remap_image_all_rwx()