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

  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_file.h 132 { return this->shoff_; }
150 if (this->shnum_ == 0 && this->shoff_ != 0)
167 if (this->shstrndx_ == SHN_XINDEX && this->shoff_ != 0)
188 if (this->shstrndx_ == SHN_XINDEX && this->shoff_ != 0)
254 off_t shoff_; member in class:elfcpp::Elf_file
408 this->shoff_ = ehdr.get_e_shoff();
437 && this->shoff_ != 0)
439 typename File::View v(this->file_->view(this->shoff_, This::shdr_size));
483 typename File::View v(this->file_->view(this->shoff_,
503 return this->shoff_ + This::shdr_size * shndx
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dwp.cc 453 section_id_map_(), shoff_(0), shstrndx_(0), have_strings_(false),
663 off_t shoff_; member in class:gold::Dwp_output_file
    [all...]

Completed in 34 milliseconds