Searched refs:interestedSections (Results 1 – 1 of 1) sorted by relevance
46 std::vector<std::string> interestedSections = { ".dynsym", ".eh_frame_hdr", ".eh_frame", ".symtab" … variable62 for (size_t i = 0; i < interestedSections.size(); i++) {63 elf.GetSectionInfo(shdr, interestedSections[i]);64 elfImitate.GetSectionInfo(shdrImitate, interestedSections[i]);65 GTEST_LOG_(INFO) << interestedSections[i];108 for (size_t i = 0; i < interestedSections.size(); i++) {109 GTEST_LOG_(INFO) << interestedSections[i];110 elf.GetSectionInfo(shdr, interestedSections[i]);111 elfImitate.GetSectionInfo(shdrImitate, interestedSections[i]);