Home
last modified time | relevance | path

Searched refs:shndx (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_elf_define.h54 uint16_t shndx = 0; member
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Delf_imitate.cpp753 elfSymbol.shndx = SHN_UNDEF; in ParseElfSymbols()
755 elfSymbol.shndx = SHN_ABS; in ParseElfSymbols()
757 elfSymbol.shndx = static_cast<uint16_t>(std::stoul(strVec[INDEX_I6])); in ParseElfSymbols()
831 return ((symbol.shndx != SHN_UNDEF) && in IsFunc()