Lines Matching refs:DataDirectory
309 &opt->DataDirectory[ctidx], 0); in efi_image_parse()
311 &opt->DataDirectory[ctidx] + 1, in efi_image_parse()
314 authoff = opt->DataDirectory[ctidx].VirtualAddress; in efi_image_parse()
315 authsz = opt->DataDirectory[ctidx].Size; in efi_image_parse()
332 &opt->DataDirectory[ctidx], 0); in efi_image_parse()
334 &opt->DataDirectory[ctidx] + 1, in efi_image_parse()
337 authoff = opt->DataDirectory[ctidx].VirtualAddress; in efi_image_parse()
338 authsz = opt->DataDirectory[ctidx].Size; in efi_image_parse()
806 rel_size = opt->DataDirectory[rel_idx].Size; in efi_load_pe()
807 rel = efi_reloc + opt->DataDirectory[rel_idx].VirtualAddress; in efi_load_pe()
822 rel_size = opt->DataDirectory[rel_idx].Size; in efi_load_pe()
823 rel = efi_reloc + opt->DataDirectory[rel_idx].VirtualAddress; in efi_load_pe()