Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_loader/
H A Defi_image_loader.c102 static efi_status_t efi_loader_relocate(const IMAGE_BASE_RELOCATION *rel, in efi_loader_relocate()
107 const IMAGE_BASE_RELOCATION *end; in efi_loader_relocate()
113 end = (const IMAGE_BASE_RELOCATION *)((const char *)rel + rel_size); in efi_loader_relocate()
161 rel = (const IMAGE_BASE_RELOCATION *)relocs; in efi_loader_relocate()
226 const IMAGE_BASE_RELOCATION *rel; in efi_load_pe()
/openbmc/u-boot/include/
H A Dpe.h181 } IMAGE_BASE_RELOCATION,*PIMAGE_BASE_RELOCATION; typedef