Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_loader/
H A Defi_image_loader.c103 unsigned long rel_size, void *efi_reloc, in efi_loader_relocate() argument
106 unsigned long delta = (unsigned long)efi_reloc - pref_address; in efi_loader_relocate()
121 uint64_t *x64 = efi_reloc + offset; in efi_loader_relocate()
122 uint32_t *x32 = efi_reloc + offset; in efi_loader_relocate()
123 uint16_t *x16 = efi_reloc + offset; in efi_loader_relocate()
224 void *efi_reloc; in efi_load_pe() local
276 efi_reloc = efi_alloc(virt_size, in efi_load_pe()
278 if (!efi_reloc) { in efi_load_pe()
283 handle->entry = efi_reloc + opt->AddressOfEntryPoint; in efi_load_pe()
285 rel = efi_reloc + opt->DataDirectory[rel_idx].VirtualAddress; in efi_load_pe()
[all …]