Home | History | Annotate | Download | only in Targets

Lines Matching refs:Addend

69     RE.Addend = memcpyAddend(RE);
84 // Value.Addend += RelocAddr + 4;
89 RE.Addend = Value.Offset;
112 writeBytesUnaligned(Value + RE.Addend, LocalAddress, 1 << RE.Size);
120 Value = SectionABase - SectionBBase + RE.Addend;
159 uint64_t Addend = readBytesUnaligned(LocalAddress, NumBytes);
192 // Compute the addend 'C' from the original expression 'A - B + C'.
193 Addend -= AddrA - AddrB;
196 << ", Addend: " << Addend << ", SectionA ID: " << SectionAID
200 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID,