Lines Matching refs:abbrev_shndx
171 unsigned int abbrev_shndx, in do_read_abbrevs() argument
178 if (abbrev_shndx == 0 && this->abbrev_shndx_ > 0) in do_read_abbrevs()
179 abbrev_shndx = this->abbrev_shndx_; in do_read_abbrevs()
180 else if (abbrev_shndx == 0) in do_read_abbrevs()
187 abbrev_shndx = i; in do_read_abbrevs()
195 if (abbrev_shndx == 0) in do_read_abbrevs()
200 if (abbrev_shndx != this->abbrev_shndx_) in do_read_abbrevs()
210 object->decompressed_section_contents(abbrev_shndx, in do_read_abbrevs()
214 this->abbrev_shndx_ = abbrev_shndx; in do_read_abbrevs()
1264 unsigned int abbrev_shndx = this->abbrev_shndx_; in do_parse() local
1311 abbrev_shndx = in do_parse()
1313 if (abbrev_shndx == 0) in do_parse()
1348 this->abbrev_table_.read_abbrevs(this->object_, abbrev_shndx, in do_parse()