Searched refs:shndx (Results 1 – 2 of 2) sorted by relevance
54 uint16_t shndx = 0; member
753 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()