Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/include/
Dsymbols_file.h146 [[maybe_unused]] uint64_t &sectionVaddr, in GetSectionInfo() argument
/developtools/hiperf/include/
Dsymbols_file.h168 [[maybe_unused]] uint64_t &sectionVaddr, in GetSectionInfo() argument
/developtools/profiler/device/plugins/native_daemon/src/
Dsymbols_file.cpp252 bool GetSectionInfo(const std::string &name, uint64_t &sectionVaddr, uint64_t &sectionSize, in GetSectionInfo() argument
257 sectionVaddr = shdrInfo.addr; in GetSectionInfo()
260 … HLOGM("Get Section '%s' %" PRIx64 " - %" PRIx64 "", name.c_str(), sectionVaddr, sectionSize); in GetSectionInfo()
/developtools/hiperf/src/
Dsymbols_file.cpp302 bool GetSectionInfo(const std::string &name, uint64_t &sectionVaddr, uint64_t &sectionSize, in GetSectionInfo() argument
307 sectionVaddr = shdrInfo.addr; in GetSectionInfo()
310 … HLOGM("Get Section '%s' %" PRIx64 " - %" PRIx64 "", name.c_str(), sectionVaddr, sectionSize); in GetSectionInfo()