Home
last modified time | relevance | path

Searched refs:interestedSections (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Delf_test.cpp46 std::vector<std::string> interestedSections = { ".dynsym", ".eh_frame_hdr", ".eh_frame", ".symtab" }; member
62 for (size_t i = 0; i < interestedSections.size(); i++) { in HWTEST_F()
63 elf.GetSectionInfo(shdr, interestedSections[i]); in HWTEST_F()
64 elfImitate.GetSectionInfo(shdrImitate, interestedSections[i]); in HWTEST_F()
65 GTEST_LOG_(INFO) << interestedSections[i]; in HWTEST_F()
108 for (size_t i = 0; i < interestedSections.size(); i++) { in HWTEST_F()
109 GTEST_LOG_(INFO) << interestedSections[i]; in HWTEST_F()
110 elf.GetSectionInfo(shdr, interestedSections[i]); in HWTEST_F()
111 elfImitate.GetSectionInfo(shdrImitate, interestedSections[i]); in HWTEST_F()

Completed in 1 milliseconds