Searched refs:section_header (Results 1 – 1 of 1) sorted by relevance
76 const auto section_header = reinterpret_cast<const IMAGE_SECTION_HEADER *>( in load_sections_and_execute() local84 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 §ion = section_header[i]; in load_sections_and_execute()
Completed in 7 milliseconds