Searched refs:GetLoadBase (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | elf_test.cpp | 81 ASSERT_EQ(elf.GetLoadBase(0xf78c0000, 0), elfImitate.GetLoadBase(0xf78c0000, 0)); 127 ASSERT_EQ(elf.GetLoadBase(0xf78c0000, 0), elfImitate.GetLoadBase(0xf78c0000, 0));
|
H A D | elf_imitate.cpp | 803 uint64_t ElfImitate::GetLoadBase(uint64_t mapStart, uint64_t mapOffset) in GetLoadBase() function in OHOS::HiviewDFX::ElfImitate 826 return (pc - GetLoadBase(mapStart, mapOffset)); in GetRelPc()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/include/ |
H A D | elf_imitate.h | 70 uint64_t GetLoadBase(uint64_t mapStart, uint64_t mapOffset);
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dfx_elf.h | 55 uint64_t GetLoadBase(uint64_t mapStart, uint64_t mapOffset);
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_elf.cpp | 320 uint64_t DfxElf::GetLoadBase(uint64_t mapStart, uint64_t mapOffset) in GetLoadBase() function in OHOS::HiviewDFX::DfxElf 401 return (pc - GetLoadBase(mapStart, mapOffset)); in GetRelPc() 778 uintptr_t loadBase = GetLoadBase(map->begin, map->offset); in FindUnwindTableInfo()
|