Searched refs:efi_reloc (Results 1 – 1 of 1) sorted by relevance
22 unsigned long rel_size, void *efi_reloc) in efi_loader_relocate() argument35 unsigned long delta = (unsigned long)efi_reloc; in efi_loader_relocate()36 uint64_t *x64 = efi_reloc + offset; in efi_loader_relocate()37 uint32_t *x32 = efi_reloc + offset; in efi_loader_relocate()38 uint16_t *x16 = efi_reloc + offset; in efi_loader_relocate()83 void *efi_reloc; in efi_load_pe() local129 efi_reloc = efi_alloc(virt_size, EFI_LOADER_DATA); in efi_load_pe()130 if (!efi_reloc) { in efi_load_pe()135 entry = efi_reloc + opt->AddressOfEntryPoint; in efi_load_pe()137 rel = efi_reloc + opt->DataDirectory[rel_idx].VirtualAddress; in efi_load_pe()[all …]