Lines Matching refs:strtab
299 void PopulateHeader(Writer::Slot<Header> header, ELFStringTable* strtab);
435 ELFStringTable* strtab) { in PopulateHeader() argument
436 header->name = static_cast<uint32_t>(strtab->Add(name_)); in PopulateHeader()
682 ELFStringTable* strtab = static_cast<ELFStringTable*>(SectionAt(1)); in WriteSectionTable() local
683 strtab->AttachWriter(w); in WriteSectionTable()
686 section->PopulateHeader(headers.at(index), strtab); in WriteSectionTable()
689 strtab->DetachWriter(); in WriteSectionTable()
818 ELFStringTable* strtab = in WriteBody() local
820 strtab->AttachWriter(w); in WriteBody()
823 WriteSymbolsList(&locals_, symbols.at(1), strtab); in WriteBody()
826 strtab); in WriteBody()
827 strtab->DetachWriter(); in WriteBody()
850 ELFStringTable* strtab) { in WriteSymbolsList() argument
853 symbol.Write(dst.at(i++), strtab); in WriteSymbolsList()
977 ELFStringTable* strtab = zone->New<ELFStringTable>(".strtab"); in CreateSymbolsTable() local
981 elf->AddSection(strtab); in CreateSymbolsTable()