Home
last modified time | relevance | path

Searched refs:abbrev_shndx (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Ddwarf_reader.h225 unsigned int abbrev_shndx, in read_abbrevs() argument
230 && this->abbrev_shndx_ == abbrev_shndx in read_abbrevs()
233 return this->do_read_abbrevs(object, abbrev_shndx, abbrev_offset); in read_abbrevs()
252 unsigned int abbrev_shndx,
771 set_abbrev_shndx(unsigned int abbrev_shndx) in set_abbrev_shndx() argument
772 { this->abbrev_shndx_ = abbrev_shndx; } in set_abbrev_shndx()
Ddwarf_reader.cc171 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
[all …]
DChangeLog2814 abbrev_shndx.