Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf_parser.h53 virtual uint64_t GetEndVaddr() { return endVaddr_; } in GetEndVaddr() function
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/include/
H A Delf_imitate.h65 uint64_t GetEndVaddr() { return endVaddr_; } in GetEndVaddr() function
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf.cpp383 uint64_t DfxElf::GetEndVaddr() in GetEndVaddr() function in OHOS::HiviewDFX::DfxElf