Searched refs:shstrtab_ (Results 1 – 1 of 1) sorted by relevance
482 shstrtab_(this, ".shstrtab", 0, 1), in ElfBuilder()549 shstrtab_.Start(); in End()550 shstrtab_.Write(""); in End()552 section->header_.sh_name = shstrtab_.Write(section->name_); in End()560 shstrtab_.End(); in End()583 elf_header.e_shstrndx = shstrtab_.GetSectionIndex(); in End()611 if (section == &shstrtab_ || // Section names will be recreated. in Strip()627 shstrtab_.Reset(); in Strip()999 StringSection shstrtab_; variable