Searched refs:stringTable (Results 1 – 3 of 3) sorted by relevance
363 stringTable = CHECK(obj.getStringTableForSymtab(*symtabSec, sections), this); in init()404 StringRef signature = CHECK(sym.getName(this->stringTable), this); in getShtGroupSignature()1037 symtab->insert(CHECK(eSyms[i].getName(this->stringTable), this)); in initializeSymbols()1054 StringRefZ name = this->stringTable.data() + eSym.st_name; in initializeSymbols()1061 sourceFile = CHECK(eSym.getName(this->stringTable), this); in initializeSymbols()1063 if (this->stringTable.size() <= eSym.st_name) in initializeSymbols()1253 if (val >= this->stringTable.size()) in parse()1255 dtNeeded.push_back(this->stringTable.data() + val); in parse()1258 if (val >= this->stringTable.size()) in parse()1260 soName = this->stringTable.data() + val; in parse()[all …]
163 StringRef getStringTable() const { return stringTable; } in getStringTable()180 StringRef stringTable; variable
257 StringTable stringTable(f); // read the string table in computeExternalSymbols() local282 defined->insert(stringTable.decode(e.name)); in computeExternalSymbols()284 undefined->insert(stringTable.decode(e.name)); in computeExternalSymbols()