Lines Matching full:addend_
1222 r_type_(r_type), r_sym_(r_sym), addend_(addend)
1242 Address addend_;
2651 this->r_type_, this->addend_);
2655 this->r_type_, this->addend_);
2715 to += this->addend_;
3843 : sym_(sym), object_(0), addend_(0), locsym_(0)
3848 : sym_(NULL), object_(object), addend_(0), locsym_(locsym_index)
3855 : sym_(sym), object_(0), addend_(0), locsym_(0)
3858 this->addend_ = addend;
3862 this->addend_ = addend;
3863 if (this->addend_ >= 32768)
3872 : sym_(NULL), object_(object), addend_(0), locsym_(locsym_index)
3875 this->addend_ = addend;
3878 this->addend_ = addend;
3885 && this->addend_ == that.addend_
3891 typename elfcpp::Elf_types<size>::Elf_Addr addend_;
3902 ^ ent.addend_
4473 if (ppcobj != NULL && cs->first.addend_ >= 32768)
4479 + cs->first.addend_);