Lines Matching refs:DataDirectory
403 &opt->DataDirectory[ctidx], 0); in efi_image_parse()
405 &opt->DataDirectory[ctidx] + 1, in efi_image_parse()
408 authoff = opt->DataDirectory[ctidx].VirtualAddress; in efi_image_parse()
409 authsz = opt->DataDirectory[ctidx].Size; in efi_image_parse()
426 &opt->DataDirectory[ctidx], 0); in efi_image_parse()
428 &opt->DataDirectory[ctidx] + 1, in efi_image_parse()
431 authoff = opt->DataDirectory[ctidx].VirtualAddress; in efi_image_parse()
432 authsz = opt->DataDirectory[ctidx].Size; in efi_image_parse()
916 rel_size = opt->DataDirectory[rel_idx].Size; in efi_load_pe()
917 rel = efi_reloc + opt->DataDirectory[rel_idx].VirtualAddress; in efi_load_pe()
932 rel_size = opt->DataDirectory[rel_idx].Size; in efi_load_pe()
933 rel = efi_reloc + opt->DataDirectory[rel_idx].VirtualAddress; in efi_load_pe()