Searched refs:attributes_ (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | dwarf_reader.cc | 787 child_offset_(0), sibling_offset_(0), abbrev_code_(NULL), attributes_(), in Dwarf_die() 826 this->attributes_.reserve(nattr); in read_attributes() 1112 this->attributes_.push_back(attr_value); in read_attributes() 1281 for (unsigned int i = 0; i < this->attributes_.size(); ++i) in attribute() 1283 if (this->attributes_[i].attr == attr) in attribute() 1284 return &this->attributes_[i]; in attribute()
|
H A D | script-sections.cc | 53 attributes_(attributes), in Memory_region() 186 unsigned int attributes_; member in gold::Memory_region 209 unsigned int attrs = this->attributes_; in attributes_compatible() 258 unsigned int attrs = this->attributes_; in print()
|
H A D | dwarf_reader.h | 668 Attributes attributes_; variable
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | dwarf_reader.cc | 787 child_offset_(0), sibling_offset_(0), abbrev_code_(NULL), attributes_(), in Dwarf_die() 826 this->attributes_.reserve(nattr); in read_attributes() 1112 this->attributes_.push_back(attr_value); in read_attributes() 1281 for (unsigned int i = 0; i < this->attributes_.size(); ++i) in attribute() 1283 if (this->attributes_[i].attr == attr) in attribute() 1284 return &this->attributes_[i]; in attribute()
|
H A D | script-sections.cc | 53 attributes_(attributes), in Memory_region() 186 unsigned int attributes_; member in gold::Memory_region 209 unsigned int attrs = this->attributes_; in attributes_compatible() 258 unsigned int attrs = this->attributes_; in print()
|
H A D | dwarf_reader.h | 668 Attributes attributes_; variable
|