Home
last modified time | relevance | path

Searched refs:textExecVaddr_ (Results 1 – 14 of 14) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
Dsymbols_file.cpp334 if (textExecVaddr_ != std::min(textExecVaddr_, phdr->vaddr_)) { in LoadDebugInfo()
335 textExecVaddr_ = std::min(textExecVaddr_, phdr->vaddr_); in LoadDebugInfo()
341 HLOGD("textExecVaddr_ 0x%016" PRIx64 " file offset 0x%016" PRIx64 "", textExecVaddr_, in LoadDebugInfo()
744 if (textExecVaddr_ != std::min(textExecVaddr_, phdr->vaddr_)) { in LoadElfSymbols()
745 textExecVaddr_ = std::min(textExecVaddr_, phdr->vaddr_); in LoadElfSymbols()
751 HLOGD("textExecVaddr_ 0x%016" PRIx64 " file offset 0x%016" PRIx64 "", textExecVaddr_, in LoadElfSymbols()
797 uint64_t vaddr = ip - mapStart + mapPageOffset - textExecVaddrFileOffset_ + textExecVaddr_; in GetVaddrInSymbols()
801 textExecVaddrFileOffset_, textExecVaddr_); in GetVaddrInSymbols()
1250 symbolsFile->textExecVaddr_ = symbolFileStruct.textExecVaddr_; in LoadSymbolsFromSaved()
1267 symbolFileStruct.textExecVaddr_ = textExecVaddr_; in ExportSymbolToFileFormat()
/developtools/hiperf/src/
Dsymbols_file.cpp361 if (textExecVaddr_ != std::min(textExecVaddr_, phdr->vaddr_)) { in LoadDebugInfo()
362 textExecVaddr_ = std::min(textExecVaddr_, phdr->vaddr_); in LoadDebugInfo()
368 HLOGD("textExecVaddr_ 0x%016" PRIx64 " file offset 0x%016" PRIx64 "", textExecVaddr_, in LoadDebugInfo()
774 if (textExecVaddr_ != std::min(textExecVaddr_, phdr->vaddr_)) { in LoadElfSymbols()
775 textExecVaddr_ = std::min(textExecVaddr_, phdr->vaddr_); in LoadElfSymbols()
781 HLOGD("textExecVaddr_ 0x%016" PRIx64 " file offset 0x%016" PRIx64 "", textExecVaddr_, in LoadElfSymbols()
827 uint64_t vaddr = ip - mapStart + mapPageOffset - textExecVaddrFileOffset_ + textExecVaddr_; in GetVaddrInSymbols()
831 textExecVaddrFileOffset_, textExecVaddr_); in GetVaddrInSymbols()
1339 symbolsFile->textExecVaddr_ = symbolFileStruct.textExecVaddr_; in LoadSymbolsFromSaved()
1357 symbolFileStruct.textExecVaddr_ = textExecVaddr_; in ExportSymbolToFileFormat()
Dperf_file_format.cpp210 size += sizeof(symbolFileStruct.textExecVaddr_); in GetSize()
246 Read(symbolFileStruct.textExecVaddr_); in PerfFileSectionSymbolsFiles()
284 Write(symbolFileStruct.textExecVaddr_); in GetBinary()
296 symbolFileStruct.textExecVaddr_, symbolFileStruct.textExecVaddrFileOffset_, in GetBinary()
Dsubcommand_dump.cpp467 PrintIndent(LEVEL2, "minExecAddr:0x%" PRIx64 "\n", symbolFileStruct.textExecVaddr_); in PrintSymbolFile()
Dvirtual_runtime.cpp241 true, 0, 0, kernelFile->textExecVaddr_, kernelFile->textExecVaddrRange_, in UpdateKernelSymbols()
/developtools/profiler/device/plugins/native_daemon/include/
Dperf_file_format.h39 uint64_t textExecVaddr_; member
Dsymbols_file.h237 uint64_t textExecVaddr_ = maxVaddr; variable
/developtools/hiperf/test/unittest/common/native/
Dperf_file_format_test.cpp115 ASSERT_EQ(a[i].textExecVaddr_, b[i].textExecVaddr_); in CompareVecSymFile()
140 symFile.textExecVaddr_ = BIGK;
141 testSize += sizeof(symFile.textExecVaddr_);
Dsymbols_file_test.cpp588 elfSymbols->textExecVaddr_ = 0x002c5000;
907 sfs.textExecVaddr_ = rnd_();
930 EXPECT_EQ(symbolsFile->textExecVaddr_, sfs.textExecVaddr_);
974 symbolsFile->textExecVaddr_ = std::numeric_limits<uint64_t>::max();
977 symbolsFile->textExecVaddr_ = std::min(symbol.funcVaddr_, symbolsFile->textExecVaddr_);
Dvirtual_runtime_test.cpp259 user->textExecVaddr_ = testUserVaddr; in PrepareUserSymbol()
325 symbolFileStruct.textExecVaddr_ = testUserVaddr;
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dsymbols_file_test.cpp630 elfSymbols->textExecVaddr_ = 0x002c5000;
951 sfs.textExecVaddr_ = rnd_();
974 EXPECT_EQ(symbolsFile->textExecVaddr_, sfs.textExecVaddr_);
1018 symbolsFile->textExecVaddr_ = std::numeric_limits<uint64_t>::max();
1021 symbolsFile->textExecVaddr_ = std::min(symbol.funcVaddr_, symbolsFile->textExecVaddr_);
Dvirtual_runtime_test.cpp150 user->textExecVaddr_ = TEST_KERNEL_VADDR; in PrepareUserSymbol()
/developtools/hiperf/include/
Dperf_file_format.h193 uint64_t textExecVaddr_; member
Dsymbols_file.h241 uint64_t textExecVaddr_ = maxVaddr; variable