Searched refs:abbrev_shndx_ (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Ddwarf_reader.h209 : abbrev_shndx_(0), abbrev_offset_(0), buffer_(NULL), buffer_end_(NULL),
229 if (this->abbrev_shndx_ > 0
230 && this->abbrev_shndx_ == abbrev_shndx
276 unsigned int abbrev_shndx_; member in class:gold::Dwarf_abbrev_table
700 reloc_type_(reloc_type), abbrev_shndx_(0), string_shndx_(0),
772 { this->abbrev_shndx_ = abbrev_shndx; }
884 unsigned int abbrev_shndx_; member in class:gold::Dwarf_info_reader
H A Ddwarf_reader.cc177 if (abbrev_shndx == 0 && this->abbrev_shndx_ > 0)
178 abbrev_shndx = this->abbrev_shndx_;
199 if (abbrev_shndx != this->abbrev_shndx_)
213 this->abbrev_shndx_ = abbrev_shndx;
1263 unsigned int abbrev_shndx = this->abbrev_shndx_;

Completed in 50 milliseconds