Searched refs:stringTable (Results 1 – 6 of 6) sorted by relevance
1116 sourceFile = CHECK(eSym.getName(this->stringTable), this); in initializeSymbols()1117 if (this->stringTable.size() <= eSym.st_name) in initializeSymbols()1119 StringRefZ name = this->stringTable.data() + eSym.st_name; in initializeSymbols()1147 StringRefZ name = this->stringTable.data() + eSym.st_name; in initializeSymbols()1207 StringRefZ name = this->stringTable.data() + eSym.st_name; in initializeSymbols()1399 if (aux->vna_name >= this->stringTable.size()) in parseVerneed()1487 if (val >= this->stringTable.size()) in parse()1489 dtNeeded.push_back(this->stringTable.data() + val); in parse()1492 if (val >= this->stringTable.size()) in parse()1494 soName = this->stringTable.data() + val; in parse()[all …]
170 StringRef getStringTable() const { return stringTable; } in getStringTable()187 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()
130 .Case(section_names::stringTable, -1) in sectionOrder()
325 constexpr const char stringTable[] = "__string_table"; variable
1135 : LinkEditSection(segment_names::linkEdit, section_names::stringTable) {} in StringTableSection()