HomeSort by relevance Sort by last modified time
    Searched refs:shstrtab_ (Results 1 - 5 of 5) sorted by null

  /external/vixl/examples/aarch32/
disasm-a32.cc 96 const char* shstrtab_; member in class:SectionLocator
103 shstrtab_ =
112 std::string(shstrtab_ + shdr_[shnum].sh_name) == section_name) {
  /art/compiler/linker/
elf_builder.h 545 shstrtab_(this, ".shstrtab", 0, 1),
638 shstrtab_.Start();
639 shstrtab_.Write("");
641 section->header_.sh_name = shstrtab_.Write(section->name_);
649 shstrtab_.End();
671 elf_header.e_shstrndx = shstrtab_.GetSectionIndex();
1026 StringSection shstrtab_; member in class:art::linker::FINAL
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
dwp.cc 454 stringpool_(), shstrtab_(), cu_index_(), tu_index_(), last_type_sig_(0),
671 Stringpool shstrtab_; member in class:gold::Dwp_output_file
    [all...]
output.cc 444 shstrtab_(NULL)
456 this->shstrtab_ = shstrtab;
571 unsigned int shstrndx = this->shstrtab_->out_shndx();
573 oehdr.put_e_shstrndx(this->shstrtab_->out_shndx());
    [all...]
output.h 747 const Output_section* shstrtab_; member in class:gold::Output_file_header
    [all...]

Completed in 315 milliseconds