Home
last modified time | relevance | path

Searched refs:GetRelPc (Results 1 - 11 of 11) sorted by relevance

/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Delf_test.cpp84 ASSERT_EQ(elf.GetRelPc(0xf78c00f0, 0xf78c0000, 0), elfImitate.GetRelPc(0xf78c00f0, 0xf78c0000, 0)); in HWTEST_F()
130 ASSERT_EQ(elf.GetRelPc(0xf78c00f0, 0xf78c0000, 0), elfImitate.GetRelPc(0xf78c00f0, 0xf78c0000, 0)); in HWTEST_F()
H A Dmaps_test.cpp150 EXPECT_EQ(true, ((map->GetElf() == nullptr) && (map->GetRelPc(pc) == invalidOffset))); in HWTEST_F()
H A Delf_imitate.cpp824 uint64_t ElfImitate::GetRelPc(uint64_t pc, uint64_t mapStart, uint64_t mapOffset) in GetRelPc() function in OHOS::HiviewDFX::ElfImitate
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_map.h52 uint64_t GetRelPc(uint64_t pc);
H A Ddfx_elf.h64 uint64_t GetRelPc(uint64_t pc, uint64_t mapStart, uint64_t mapOffset);
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_map.cpp293 uint64_t DfxMap::GetRelPc(uint64_t pc) in GetRelPc() function in OHOS::HiviewDFX::DfxMap
296 return GetElf()->GetRelPc(pc, begin, offset); in GetRelPc()
H A Ddfx_accessors.cpp177 uintptr_t pos = ctx->map->GetRelPc(addr); in AccessMem()
H A Dunwinder.cpp1226 frame.relPc = frame.map->GetRelPc(frame.pc); in FillFrame()
1367 uint64_t relPc = map->GetRelPc(static_cast<uint64_t>(pc)); in GetSymbolByPc()
H A Ddfx_elf.cpp400 uint64_t DfxElf::GetRelPc(uint64_t pc, uint64_t mapStart, uint64_t mapOffset) in GetRelPc() function in OHOS::HiviewDFX::DfxElf
/base/hiviewdfx/faultloggerd/test/unittest/unwind/include/
H A Delf_imitate.h73 uint64_t GetRelPc(uint64_t pc, uint64_t mapStart, uint64_t mapOffset);
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_async_thread.cpp151 frame.relPc = map->GetRelPc(pc); in UnwindThreadFallback()

Completed in 9 milliseconds