Searched refs:sections (Results 1 – 1 of 1) sorted by relevance
75 const auto sections = file_header->NumberOfSections; in load_sections_and_execute() local79 if (sections <= 0) { in load_sections_and_execute()83 for (size_t i = 0; i < sections; i++) { in load_sections_and_execute()92 const auto &last_section = section_header[sections - 1]; in load_sections_and_execute()105 for (size_t i = 0; i < sections; i++) { in load_sections_and_execute()
Completed in 6 milliseconds