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

  /art/compiler/
elf_builder.h 479 shstrtab_(this, ".shstrtab", 0, 1),
566 shstrtab_.Start();
567 shstrtab_.Write("");
569 section->header_.sh_name = shstrtab_.Write(section->name_);
574 shstrtab_.End();
596 elf_header.e_shstrndx = shstrtab_.GetSectionIndex();
922 StringSection shstrtab_; member in class:art::FINAL
    [all...]
  /toolchain/binutils/binutils-2.25/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 623 const Output_section* shstrtab_; member in class:gold::Output_file_header
    [all...]

Completed in 155 milliseconds