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/
elf_builder.h 527 shstrtab_(this, ".shstrtab", 0, 1),
616 shstrtab_.Start();
617 shstrtab_.Write("");
619 section->header_.sh_name = shstrtab_.Write(section->name_);
624 shstrtab_.End();
646 elf_header.e_shstrndx = shstrtab_.GetSectionIndex();
1004 StringSection shstrtab_; member in class:art::FINAL
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dwp.cc 458 stringpool_(), shstrtab_(), cu_index_(), tu_index_(), last_type_sig_(0),
675 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 623 const Output_section* shstrtab_; member in class:gold::Output_file_header
    [all...]

Completed in 151 milliseconds