Home
last modified time | relevance | path

Searched refs:ElfGetBuildId (Results 1 – 3 of 3) sorted by relevance

/developtools/hiperf/src/
Dhiperf_libreport.cpp174 static std::string ElfGetBuildId(const unsigned char *buffer, size_t size) in ElfGetBuildId() function
236 buildId = ElfGetBuildId(data, shdr->secSize_); in ReportGetBuildId()
Dsymbols_file.cpp247 std::string ElfGetBuildId(const unsigned char *buffer, size_t size) const in ElfGetBuildId() function in OHOS::Developtools::HiPerf::ElfFileSymbols
704 buildIdFound = ElfGetBuildId(data, shdr->secSize_); in ParseShdr()
1037 … buildId_ = ElfGetBuildId(reinterpret_cast<const unsigned char*>(notes.data()), notes.size()); in LoadSymbols()
1098 …buildId_ = ElfGetBuildId(reinterpret_cast<const unsigned char*>(buildIdRaw.data()), buildIdRaw.siz… in LoadBuildId()
/developtools/profiler/device/plugins/native_daemon/src/
Dsymbols_file.cpp229 std::string ElfGetBuildId(const unsigned char *buffer, size_t size) const in ElfGetBuildId() function in OHOS::Developtools::NativeDaemon::ElfFileSymbols
668 buildIdFound = ElfGetBuildId(data, shdr->secSize_); in ParseShdr()
937 buildId_ = ElfGetBuildId((const unsigned char *)notes.data(), notes.size()); in LoadSymbols()
1011 buildId_ = ElfGetBuildId((const unsigned char *)buildIdRaw.data(), buildIdRaw.size()); in LoadBuildId()