Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gold/
Ddwarf_reader.cc652 child_offset_(0), sibling_offset_(0), abbrev_code_(NULL), attributes_(), in Dwarf_die()
691 this->attributes_.reserve(nattr); in read_attributes()
906 this->attributes_.push_back(attr_value); in read_attributes()
1051 for (unsigned int i = 0; i < this->attributes_.size(); ++i) in attribute()
1053 if (this->attributes_[i].attr == attr) in attribute()
1054 return &this->attributes_[i]; in attribute()
Ddwarf_reader.h659 Attributes attributes_; variable
Dscript-sections.cc53 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()