Searched refs:shoff_ (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/elfcpp/
H A Delfcpp_file.h132 { return this->shoff_; }
224 off_t shoff_; member in class:elfcpp::Elf_file
378 this->shoff_ = ehdr.get_e_shoff();
407 && this->shoff_ != 0)
409 typename File::View v(this->file_->view(this->shoff_, This::shdr_size));
453 typename File::View v(this->file_->view(this->shoff_,
473 return this->shoff_ + This::shdr_size * shndx;

Completed in 93 milliseconds