Searched refs:sectionVaddr (Results 1 – 4 of 4) sorted by relevance
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | symbols_file.h | 140 [[maybe_unused]] uint64_t §ionVaddr, in GetSectionInfo() argument
|
| /developtools/hiperf/include/ |
| D | symbols_file.h | 160 [[maybe_unused]] uint64_t §ionVaddr, in GetSectionInfo() argument
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | symbols_file.cpp | 250 bool GetSectionInfo(const std::string &name, uint64_t §ionVaddr, uint64_t §ionSize, in GetSectionInfo() argument 255 sectionVaddr = shdrInfo.addr; in GetSectionInfo() 258 … HLOGM("Get Section '%s' %" PRIx64 " - %" PRIx64 "", name.c_str(), sectionVaddr, sectionSize); in GetSectionInfo()
|
| /developtools/hiperf/src/ |
| D | symbols_file.cpp | 283 bool GetSectionInfo(const std::string &name, uint64_t §ionVaddr, uint64_t §ionSize, in GetSectionInfo() argument 288 sectionVaddr = shdrInfo.addr; in GetSectionInfo() 291 … HLOGM("Get Section '%s' %" PRIx64 " - %" PRIx64 "", name.c_str(), sectionVaddr, sectionSize); in GetSectionInfo()
|