Home | History | Annotate | Download | only in src

Lines Matching defs:StringTable

188 class StringTable;
339 void PopulateHeader(Writer::Slot<Header> header, StringTable* strtab);
439 class StringTable : public ELFSection {
441 explicit StringTable(const char* name)
489 StringTable* strtab) {
632 sections_.Add(new StringTable(".shstrtab"));
719 StringTable* strtab = static_cast<StringTable*>(SectionAt(1));
833 void Write(Writer::Slot<SerializedLayout> s, StringTable* t) {
872 StringTable* strtab =
873 static_cast<StringTable*>(w->debug_object()->SectionAt(index() + 1));
906 StringTable* strtab) {
1023 StringTable* strtab = new StringTable(".strtab");