Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/src/
Dsymbols_file.cpp416 const auto &shdrInfo = shdrMap_.at(name); in GetSectionInfo() local
417 sectionVaddr = shdrInfo.sectionVaddr_; in GetSectionInfo()
418 sectionSize = shdrInfo.sectionSize_; in GetSectionInfo()
419 sectionFileOffset = shdrInfo.sectionFileOffset_; in GetSectionInfo()
/developtools/hiperf/src/
Dsymbols_file.cpp444 const auto &shdrInfo = shdrMap_.at(name); in GetSectionInfo() local
445 sectionVaddr = shdrInfo.sectionVaddr_; in GetSectionInfo()
446 sectionSize = shdrInfo.sectionSize_; in GetSectionInfo()
447 sectionFileOffset = shdrInfo.sectionFileOffset_; in GetSectionInfo()