Home | History | Annotate | Download | only in Targets

Lines Matching defs:Addend

74     RE.Addend = decodeAddend(RE);
84 RE.Addend = Value.Offset;
114 writeBytesUnaligned(Value + RE.Addend, LocalAddress, 1 << RE.Size);
119 Value += RE.Addend;
139 Value = SectionABase - SectionBBase + RE.Addend;
255 int64_t Addend = FullImmVal - (AddrA - AddrB);
257 // addend = Encoded - Expected
261 << ", Addend: " << Addend << ", SectionA ID: " << SectionAID
265 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID,