Lines Matching refs:ctidx
267 int ctidx = IMAGE_DIRECTORY_ENTRY_SECURITY; in efi_image_parse() local
301 if (nt64->OptionalHeader.NumberOfRvaAndSizes <= ctidx) { in efi_image_parse()
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()
325 if (nt->OptionalHeader.NumberOfRvaAndSizes <= ctidx) { 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()