Home
last modified time | relevance | path

Searched refs:GetLoadBias (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Delf_test.cpp72 ASSERT_EQ(elf.GetLoadBias(), elfImitate.GetLoadBias());
118 ASSERT_EQ(elf.GetLoadBias(), elfImitate.GetLoadBias());
H A Delf_imitate.cpp805 loadBase_ = mapStart - mapOffset - GetLoadBias(); in GetLoadBase()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/include/
H A Delf_imitate.h63 int64_t GetLoadBias() { return loadBias_; } in GetLoadBias() function
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf.h54 int64_t GetLoadBias();
H A Ddfx_elf_parser.h51 virtual int64_t GetLoadBias() { return loadBias_; } in GetLoadBias() function
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dlibunwinder.map48 OHOS::HiviewDFX::DfxElf::GetLoadBias*;
H A Ddfx_elf.cpp309 int64_t DfxElf::GetLoadBias() in GetLoadBias() function in OHOS::HiviewDFX::DfxElf
313 loadBias_ = elfParse_->GetLoadBias(); in GetLoadBias()
325 loadBase_ = mapStart - mapOffset - static_cast<uint64_t>(GetLoadBias()); in GetLoadBase()
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_fault_stack.cpp304 loadBias = elf->GetLoadBias(); in ParseUnwindStack()