Lines Matching refs:shnum
141 shnum() in shnum() function
148 shnum() const in shnum() function
482 unsigned int shnum = this->shnum(); in find_section_by_type() local
484 This::shdr_size * shnum)); in find_section_by_type()
485 for (unsigned int i = 0; i < shnum; i++) in find_section_by_type()
500 if (shndx >= this->shnum()) in section_header_offset()
502 shndx, this->shnum()); in section_header_offset()
561 if (shndx >= this->shnum()) in section_contents()
563 shndx, this->shnum()); in section_contents()
579 if (shndx >= this->shnum()) in section_size()
581 shndx, this->shnum()); in section_size()
598 if (shndx >= this->shnum()) in section_flags()
600 shndx, this->shnum()); in section_flags()
617 if (shndx >= this->shnum()) in section_addr()
619 shndx, this->shnum()); in section_addr()
636 if (shndx >= this->shnum()) in section_type()
638 shndx, this->shnum()); in section_type()
655 if (shndx >= this->shnum()) in section_link()
657 shndx, this->shnum()); in section_link()
674 if (shndx >= this->shnum()) in section_info()
676 shndx, this->shnum()); in section_info()
693 if (shndx >= this->shnum()) in section_addralign()
695 shndx, this->shnum()); in section_addralign()