Home
last modified time | relevance | path

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

/art/libelffile/elf/
Delf_builder.h480 shstrtab_(this, ".shstrtab", 0, 1), in ElfBuilder()
547 shstrtab_.Start(); in End()
548 shstrtab_.Write(""); in End()
550 section->header_.sh_name = shstrtab_.Write(section->name_); in End()
558 shstrtab_.End(); in End()
581 elf_header.e_shstrndx = shstrtab_.GetSectionIndex(); in End()
609 if (section == &shstrtab_ || // Section names will be recreated. in Strip()
624 shstrtab_.Reset(); in Strip()
980 StringSection shstrtab_; variable