Home | History | Annotate | Download | only in gold

Lines Matching refs:addend_

1322 	r_type_(r_type), r_sym_(r_sym), addend_(addend)
1342 Address addend_;
2909 this->r_type_, this->addend_);
2913 this->r_type_, this->addend_);
2975 to += this->addend_;
4149 : sym_(sym), object_(0), addend_(0), locsym_(0)
4154 : sym_(NULL), object_(object), addend_(0), locsym_(locsym_index)
4161 : sym_(sym), object_(0), addend_(0), locsym_(0)
4164 this->addend_ = addend;
4168 this->addend_ = addend;
4169 if (this->addend_ >= 32768)
4178 : sym_(NULL), object_(object), addend_(0), locsym_(locsym_index)
4181 this->addend_ = addend;
4184 this->addend_ = addend;
4191 && this->addend_ == that.addend_
4197 typename elfcpp::Elf_types<size>::Elf_Addr addend_;
4208 ^ ent.addend_
4803 if (ppcobj != NULL && cs->first.addend_ >= 32768)
4809 + cs->first.addend_);