Searched refs:GetRelPc (Results 1 - 11 of 11) sorted by relevance
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | elf_test.cpp | 84 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 D | maps_test.cpp | 150 EXPECT_EQ(true, ((map->GetElf() == nullptr) && (map->GetRelPc(pc) == invalidOffset))); in HWTEST_F()
|
H A D | elf_imitate.cpp | 824 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 D | dfx_map.h | 52 uint64_t GetRelPc(uint64_t pc);
|
H A D | dfx_elf.h | 64 uint64_t GetRelPc(uint64_t pc, uint64_t mapStart, uint64_t mapOffset);
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_map.cpp | 293 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 D | dfx_accessors.cpp | 177 uintptr_t pos = ctx->map->GetRelPc(addr); in AccessMem()
|
H A D | unwinder.cpp | 1226 frame.relPc = frame.map->GetRelPc(frame.pc); in FillFrame() 1367 uint64_t relPc = map->GetRelPc(static_cast<uint64_t>(pc)); in GetSymbolByPc()
|
H A D | dfx_elf.cpp | 400 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 D | elf_imitate.h | 73 uint64_t GetRelPc(uint64_t pc, uint64_t mapStart, uint64_t mapOffset);
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | dfx_unwind_async_thread.cpp | 151 frame.relPc = map->GetRelPc(pc); in UnwindThreadFallback()
|
Completed in 9 milliseconds