Home
last modified time | relevance | path

Searched refs:GetLoadBase (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Delf_test.cpp81 ASSERT_EQ(elf.GetLoadBase(0xf78c0000, 0), elfImitate.GetLoadBase(0xf78c0000, 0));
127 ASSERT_EQ(elf.GetLoadBase(0xf78c0000, 0), elfImitate.GetLoadBase(0xf78c0000, 0));
H A Delf_imitate.cpp803 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 Delf_imitate.h70 uint64_t GetLoadBase(uint64_t mapStart, uint64_t mapOffset);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf.h55 uint64_t GetLoadBase(uint64_t mapStart, uint64_t mapOffset);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf.cpp320 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()