Home | History | Annotate | Download | only in MC

Lines Matching refs:Addend

148                           int64_t Addend) const {
150 IsRelocWithSymbol, Addend);
704 int64_t Addend = 0;
746 Addend = Value;
753 (RelocSymbol != 0), Addend);
763 Addend = 0;
766 assert(isInt<64>(Addend));
768 assert(isInt<32>(Addend));
770 ELFRelocationEntry ERE(RelocOffset, Index, Type, RelocSymbol, Addend, Fixup);