Home
last modified time | relevance | path

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

/art/compiler/
Delf_builder.h509 shstrtab_(".shstrtab", 0) { in ElfBuilder()
625 sections.push_back(&shstrtab_); in Write()
631 Elf_Word name_offset = shstrtab_.AddName(sections[i]->GetName()); in Write()
725 elf_header.e_shstrndx = shstrtab_.GetSectionIndex(); in Write()
938 StrtabSection shstrtab_; variable