Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_image_loader.c82 int num_sections; in efi_load_pe() local
113 num_sections = nt->FileHeader.NumberOfSections; in efi_load_pe()
117 for (i = num_sections - 1; i >= 0; i--) { in efi_load_pe()
158 for (i = num_sections - 1; i >= 0; i--) { in efi_load_pe()