Home
last modified time | relevance | path

Searched defs:GetLoadBias (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf_parser.h51 virtual int64_t GetLoadBias() { return loadBias_; } in GetLoadBias() function
/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/
H A Ddfx_elf.cpp309 int64_t DfxElf::GetLoadBias() in GetLoadBias() function in OHOS::HiviewDFX::DfxElf