Home
last modified time | relevance | path

Searched refs:shstrndx_ (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp_file.h161 return this->shstrndx_; in shstrndx()
167 if (this->shstrndx_ == SHN_XINDEX && this->shoff_ != 0) in shstrndx()
173 return this->shstrndx_; in shstrndx()
188 if (this->shstrndx_ == SHN_XINDEX && this->shoff_ != 0) in large_shndx_offset()
258 unsigned int shstrndx_; variable
410 this->shstrndx_ = ehdr.get_e_shstrndx(); in construct()
436 if ((this->shnum_ == 0 || this->shstrndx_ == SHN_XINDEX) in initialize_shnum()
445 if (this->shstrndx_ == SHN_XINDEX) in initialize_shnum()
447 this->shstrndx_ = shdr.get_sh_link(); in initialize_shnum()
460 if (this->shstrndx_ >= this->shnum_) in initialize_shnum()
[all …]
DChangeLog344 (Elf_File::initialize_shnum): If necessary, adjust shstrndx_ and
/toolchain/binutils/binutils-2.25/gold/
Ddwp.cc453 section_id_map_(), shoff_(0), shstrndx_(0), have_strings_(false), in Dwp_output_file()
665 unsigned int shstrndx_; member in gold::Dwp_output_file
1881 this->shstrndx_ = this->shnum_++; in finalize()
1906 if (this->shstrndx_ >= elfcpp::SHN_LORESERVE) in finalize()
1907 sh0_link = this->shstrndx_; in finalize()
2136 ehdr.put_e_shstrndx(this->shstrndx_ < elfcpp::SHN_LORESERVE in sized_write_ehdr()
2137 ? this->shstrndx_ in sized_write_ehdr()