Home
last modified time | relevance | path

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

/u-boot/lib/efi_loader/
A Defi_image_loader.c267 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()
[all …]

Completed in 3 milliseconds