Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_loader/
Defi_image_loader.c91 static efi_status_t efi_loader_relocate(const IMAGE_BASE_RELOCATION *rel, in efi_loader_relocate()
96 const IMAGE_BASE_RELOCATION *end; in efi_loader_relocate()
102 end = (const IMAGE_BASE_RELOCATION *)((const char *)rel + rel_size); in efi_loader_relocate()
150 rel = (const IMAGE_BASE_RELOCATION *)relocs; in efi_loader_relocate()
207 const IMAGE_BASE_RELOCATION *rel; in efi_load_pe()
/external/u-boot/include/
Dpe.h181 } IMAGE_BASE_RELOCATION,*PIMAGE_BASE_RELOCATION; typedef