Home
last modified time | relevance | path

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

/u-boot/lib/efi_loader/
A Defi_image_loader.c114 unsigned long rel_size, void *efi_reloc, in efi_loader_relocate() argument
132 uint64_t *x64 = efi_reloc + offset; in efi_loader_relocate()
133 uint32_t *x32 = efi_reloc + offset; in efi_loader_relocate()
134 uint16_t *x16 = efi_reloc + offset; in efi_loader_relocate()
846 void *efi_reloc; in efi_load_pe() local
910 if (!efi_reloc) { in efi_load_pe()
926 if (!efi_reloc) { in efi_load_pe()
956 memcpy(efi_reloc, efi, in efi_load_pe()
972 memcpy(efi_reloc + sec->VirtualAddress, in efi_load_pe()
980 efi_free_pages((uintptr_t) efi_reloc, in efi_load_pe()
[all …]

Completed in 5 milliseconds