Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Delf_test.cpp46 std::vector<std::string> interestedSections = { ".dynsym", ".eh_frame_hdr", ".eh_frame", ".symtab" … variable
62 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]);