Home
last modified time | relevance | path

Searched refs:shstrtab_ (Results 1 – 1 of 1) sorted by relevance

/art/libelffile/elf/
Delf_builder.h470 shstrtab_(this, ".shstrtab", 0, 1), in ElfBuilder()
537 shstrtab_.Start(); in End()
538 shstrtab_.Write(""); in End()
540 section->header_.sh_name = shstrtab_.Write(section->name_); in End()
548 shstrtab_.End(); in End()
571 elf_header.e_shstrndx = shstrtab_.GetSectionIndex(); in End()
599 if (section == &shstrtab_ || // Section names will be recreated. in Strip()
614 shstrtab_.Reset(); in Strip()
953 StringSection shstrtab_; variable