Searched refs:GetSymbolByPc (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | unwinder.h | 93 static bool GetSymbolByPc(uintptr_t pc, std::shared_ptr<DfxMaps> maps,
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | libunwinder.map | 35 OHOS::HiviewDFX::Unwinder::GetSymbolByPc*;
|
H A D | unwinder.cpp | 1379 bool Unwinder::GetSymbolByPc(uintptr_t pc, std::shared_ptr<DfxMaps> maps, std::string& funcName, ui… in GetSymbolByPc() function in OHOS::HiviewDFX::Unwinder
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | unwinder_test.cpp | 911 … ASSERT_FALSE(unwinder->GetSymbolByPc(0x00000000, maps, funcName, funcOffset)); // Find map is null 912 ASSERT_FALSE(unwinder->GetSymbolByPc(pc0, maps, funcName, funcOffset)); // Get elf is null
|