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

  /toolchain/binutils/binutils-2.27/elfcpp/
elfcpp_file.h 144 return this->shnum_;
150 if (this->shnum_ == 0 && this->shoff_ != 0)
153 return this->shnum_;
243 // Initialize shnum_ and shstrndx_.
256 unsigned int shnum_; member in class:elfcpp::Elf_file
409 this->shnum_ = ehdr.get_e_shnum();
430 // Initialize the shnum_ and shstrndx_ fields, handling overflow.
436 if ((this->shnum_ == 0 || this->shstrndx_ == SHN_XINDEX)
442 if (this->shnum_ == 0)
443 this->shnum_ = shdr.get_sh_size()
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
dwp.cc 452 abiversion_(0), fd_(NULL), next_file_offset_(0), shnum_(1), sections_(),
657 unsigned int shnum_; member in class:gold::Dwp_output_file
    [all...]
object.h 400 : name_(name), input_file_(input_file), offset_(offset), shnum_(-1U),
548 { return this->shnum_; }
978 { this->shnum_ = shnum; }
1063 unsigned int shnum_; member in class:gold::Object
    [all...]

Completed in 69 milliseconds