| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | symbols_file.cpp | 236 if (elfFile_->GetSectionInfo(shinfo, ".eh_frame_hdr")) { in LoadDebugInfo() 250 bool GetSectionInfo(const std::string &name, uint64_t §ionVaddr, uint64_t §ionSize, 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()
|
| D | stack_preprocess.cpp | 980 if (elfPtr->GetSectionInfo(shdr, ".symtab")) { in GetSymbols() 983 } else if (elfPtr->GetSectionInfo(shdr, ".dynsym")) { in GetSymbols() 995 if (!elfPtr->GetSectionInfo(shdr, strSecName)) { in GetSymbols()
|
| D | call_stack.cpp | 144 symbolsFile.GetSectionInfo(ARM_EXIDX, SectionVaddr, SectionSize, SectionFileOffset)) { in fillUDI()
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | symbols_file_test.cpp | 238 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/ |
| D | symbols_file.cpp | 264 if (elfFile_->GetSectionInfo(shinfo, ".eh_frame_hdr")) { in LoadDebugInfo() 283 bool GetSectionInfo(const std::string &name, uint64_t §ionVaddr, uint64_t §ionSize, 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()
|
| D | callstack.cpp | 157 symbolsFile.GetSectionInfo(ARM_EXIDX, SectionVaddr, SectionSize, SectionFileOffset)) { in fillUDI()
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
| D | symbols_file_test.cpp | 269 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/ |
| D | symbols_file.h | 139 virtual bool GetSectionInfo([[maybe_unused]] const std::string &name, in GetSectionInfo() function
|
| /developtools/hiperf/include/ |
| D | symbols_file.h | 159 virtual bool GetSectionInfo([[maybe_unused]] const std::string &name, in GetSectionInfo() function
|