Lines Matching refs:shnum
160 shnum() const in shnum() function in gold::Dwo_file
161 { return this->obj_->shnum(); } in shnum()
778 const unsigned int shnum = this->elf_file_.shnum(); in setup() local
780 this->set_shnum(shnum); in setup()
781 this->section_offsets().resize(shnum); in setup()
784 const unsigned char* const pshdrs = this->get_view(shoff, shnum * shdr_size, in setup()
803 pshdrs, this->shnum(), names, section_names_size, this, true); in setup()
845 unsigned int shnum = this->shnum(); in read_executable() local
846 this->is_compressed_.resize(shnum); in read_executable()
847 this->sect_offsets_.resize(shnum); in read_executable()
854 for (unsigned int i = 1; i < shnum; i++) in read_executable()
890 unsigned int shnum = this->shnum(); in read() local
891 this->is_compressed_.resize(shnum); in read()
892 this->sect_offsets_.resize(shnum); in read()
905 for (unsigned int i = 1; i < shnum; i++) in read()
990 unsigned int shnum = this->shnum(); in verify() local
991 this->is_compressed_.resize(shnum); in verify()
992 this->sect_offsets_.resize(shnum); in verify()
998 for (unsigned int i = 1; i < shnum; i++) in verify()