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

  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_file.h 161 return this->shstrndx_;
167 if (this->shstrndx_ == SHN_XINDEX && this->shoff_ != 0)
173 return this->shstrndx_;
188 if (this->shstrndx_ == SHN_XINDEX && this->shoff_ != 0)
243 // Initialize shnum_ and shstrndx_.
258 unsigned int shstrndx_; member in class:elfcpp::Elf_file
410 this->shstrndx_ = ehdr.get_e_shstrndx();
430 // Initialize the shnum_ and shstrndx_ fields, handling overflow.
436 if ((this->shnum_ == 0 || this->shstrndx_ == SHN_XINDEX)
445 if (this->shstrndx_ == SHN_XINDEX
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dwp.cc 453 section_id_map_(), shoff_(0), shstrndx_(0), have_strings_(false),
665 unsigned int shstrndx_; member in class:gold::Dwp_output_file
    [all...]

Completed in 61 milliseconds