Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf.cpp198 bool DfxElf::IsEmbeddedElfValid() in IsEmbeddedElfValid() function in OHOS::HiviewDFX::DfxElf
549 if (IsEmbeddedElfValid()) { in GetElfSymbols()
572 if (IsEmbeddedElfValid()) { in GetFuncSymbols()
596 if (IsEmbeddedElfValid() && in GetFuncInfoLazily()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf.h78 bool IsEmbeddedElfValid();
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dsymbols_test.cpp140 ASSERT_TRUE(elf->IsEmbeddedElfValid());
H A Delf_test.cpp171 ASSERT_TRUE(elf.IsEmbeddedElfValid());