Home
last modified time | relevance | path

Searched refs:GetFuncSymbols (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Delf_test.cpp172 auto symbols1 = elf.GetFuncSymbols();
174 auto symbols2 = elf.GetEmbeddedElf()->GetFuncSymbols();
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_symbols.cpp78 auto elfSymbols = elf->GetFuncSymbols(); in ParseSymbols()
H A Ddfx_elf.cpp565 const std::vector<ElfSymbol>& DfxElf::GetFuncSymbols() in GetFuncSymbols() function in OHOS::HiviewDFX::DfxElf
627 auto symbols = GetFuncSymbols(); in GetFuncInfo()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf.h70 const std::vector<ElfSymbol>& GetFuncSymbols();