Home
last modified time | relevance | path

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

/lib/uefi/
A Duefi.cpp76 const auto section_header = reinterpret_cast<const IMAGE_SECTION_HEADER *>( in load_sections_and_execute() local
84 if (section_header[i].NumberOfRelocations != 0) { in load_sections_and_execute()
86 section_header[i].Name); in load_sections_and_execute()
92 const auto &last_section = section_header[sections - 1]; in load_sections_and_execute()
103 bio_read(dev, image_base, 0, section_header[0].PointerToRawData); in load_sections_and_execute()
106 const auto &section = section_header[i]; in load_sections_and_execute()

Completed in 7 milliseconds