Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_loader/
Defi_image_loader.c92 unsigned long rel_size, void *efi_reloc, in efi_loader_relocate() argument
102 end = (const IMAGE_BASE_RELOCATION *)((const char *)rel + rel_size); in efi_loader_relocate()
208 unsigned long rel_size; in efi_load_pe() local
266 rel_size = opt->DataDirectory[rel_idx].Size; in efi_load_pe()
282 rel_size = opt->DataDirectory[rel_idx].Size; in efi_load_pe()
302 if (efi_loader_relocate(rel, rel_size, efi_reloc, in efi_load_pe()
/external/u-boot/tools/
Dmips-relocs.c198 size_t rel_size, rel_actual_size, load_sz; in main() local
397 rel_size = shdr_field(i_rel_shdr, sh_size); in main()
399 if (rel_actual_size > rel_size) { in main()
413 load_sz -= rel_size - rel_actual_size; in main()