Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/src/
Dsymbols_file.cpp236 if (elfFile_->GetSectionInfo(shinfo, ".eh_frame_hdr")) { in LoadDebugInfo()
250 bool GetSectionInfo(const std::string &name, uint64_t &sectionVaddr, uint64_t &sectionSize, in GetSectionInfo() function in OHOS::Developtools::NativeDaemon::ElfFileSymbols
254 if (elfFile_->GetSectionInfo(shdrInfo, name)) { in GetSectionInfo()
271 if (!elfFile_->GetSectionInfo(shinfo, ".eh_frame_hdr")) { in GetHDRSectionInfo()
Dstack_preprocess.cpp980 if (elfPtr->GetSectionInfo(shdr, ".symtab")) { in GetSymbols()
983 } else if (elfPtr->GetSectionInfo(shdr, ".dynsym")) { in GetSymbols()
995 if (!elfPtr->GetSectionInfo(shdr, strSecName)) { in GetSymbols()
Dcall_stack.cpp144 symbolsFile.GetSectionInfo(ARM_EXIDX, SectionVaddr, SectionSize, SectionFileOffset)) { in fillUDI()
/developtools/hiperf/test/unittest/common/native/
Dsymbols_file_test.cpp238 EXPECT_EQ(symbolsFile->GetSectionInfo("", value, value, value), false);
673 HWTEST_F(SymbolsFileTest, GetSectionInfo, TestSize.Level1)
741 EXPECT_EQ(symbolsFile->GetSectionInfo(info.name, addr, size, offset), true);
809 EXPECT_EQ(symbolsFile->GetSectionInfo(EH_FRAME_HR, addr, size, offset), false);
/developtools/hiperf/src/
Dsymbols_file.cpp264 if (elfFile_->GetSectionInfo(shinfo, ".eh_frame_hdr")) { in LoadDebugInfo()
283 bool GetSectionInfo(const std::string &name, uint64_t &sectionVaddr, uint64_t &sectionSize, in GetSectionInfo() function in OHOS::Developtools::HiPerf::ElfFileSymbols
287 if (elfFile_->GetSectionInfo(shdrInfo, name)) { in GetSectionInfo()
304 if (!elfFile_->GetSectionInfo(shinfo, ".eh_frame_hdr")) { in GetHDRSectionInfo()
Dcallstack.cpp157 symbolsFile.GetSectionInfo(ARM_EXIDX, SectionVaddr, SectionSize, SectionFileOffset)) { in fillUDI()
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dsymbols_file_test.cpp269 EXPECT_EQ(symbolsFile->GetSectionInfo("", value, value, value), false);
745 HWTEST_F(SymbolsFileTest, GetSectionInfo, TestSize.Level1)
812 EXPECT_EQ(symbolsFile->GetSectionInfo(info.name, addr, size, offset), true);
881 EXPECT_EQ(symbolsFile->GetSectionInfo(EH_FRAME_HR, addr, size, offset), false);
/developtools/profiler/device/plugins/native_daemon/include/
Dsymbols_file.h139 virtual bool GetSectionInfo([[maybe_unused]] const std::string &name, in GetSectionInfo() function
/developtools/hiperf/include/
Dsymbols_file.h159 virtual bool GetSectionInfo([[maybe_unused]] const std::string &name, in GetSectionInfo() function