Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp_file.h132 { return this->shoff_; } in shoff()
150 if (this->shnum_ == 0 && this->shoff_ != 0) in shnum()
167 if (this->shstrndx_ == SHN_XINDEX && this->shoff_ != 0) in shstrndx()
188 if (this->shstrndx_ == SHN_XINDEX && this->shoff_ != 0) in large_shndx_offset()
254 off_t shoff_; variable
408 this->shoff_ = ehdr.get_e_shoff(); in construct()
437 && this->shoff_ != 0) in initialize_shnum()
439 typename File::View v(this->file_->view(this->shoff_, This::shdr_size)); in initialize_shnum()
483 typename File::View v(this->file_->view(this->shoff_, in find_section_by_type()
503 return this->shoff_ + This::shdr_size * shndx; in section_header_offset()
/toolchain/binutils/binutils-2.25/gold/
Ddwp.cc453 section_id_map_(), shoff_(0), shstrndx_(0), have_strings_(false), in Dwp_output_file()
663 off_t shoff_; member in gold::Dwp_output_file
1900 this->shoff_ = file_offset; in finalize()
2129 ehdr.put_e_shoff(this->shoff_); in sized_write_ehdr()