Home | History | Annotate | Download | only in MC

Lines Matching refs:Addend

146                           int64_t Addend) const {
148 IsRelocWithSymbol, Addend);
695 int64_t Addend = 0;
734 Addend = Value;
735 // Compensate for the addend on i386.
742 (RelocSymbol != 0), Addend);
755 Addend = 0;
758 assert(isInt<64>(Addend));
760 assert(isInt<32>(Addend));
762 ELFRelocationEntry ERE(RelocOffset, Index, Type, RelocSymbol, Addend, Fixup);