Searched refs:shdr_num_ (Results 1 – 1 of 1) sorted by relevance
183 size_t shdr_num_; member in nogrod::__anona7aeaf9f0111::ElfFileImpl190 : path_(path), fd_(fd), header_(nullptr), shdr_table_(nullptr), shdr_num_(0) {} in ElfFileImpl()200 for (size_t i = 0; i < shdr_num_; ++i) { in ValidateShdrTable()203 if (shdr->sh_link >= shdr_num_) { in ValidateShdrTable()205 "section %zd: sh_link (%d) is out of bounds (shnum=%zd)", i, shdr->sh_link, shdr_num_); in ValidateShdrTable()303 shdr_num_ = shdr_num; in Init()346 for (size_t i = 0; i < shdr_num_; ++i) { in FindSectionHeaderByType()357 for (size_t i = 0; i < shdr_num_; ++i) { in FindSectionHeaderByName()