Home | History | Annotate | Download | only in Targets

Lines Matching defs:Addend

55     RE.Addend = memcpyAddend(RE);
67 // Value.Addend += RelocAddr + 4;
72 RE.Addend = Value.Offset;
97 writeBytesUnaligned(Value + RE.Addend, LocalAddress, 1 << RE.Size);
105 Value = SectionABase - SectionBBase + RE.Addend;
143 uint64_t Addend = readBytesUnaligned(LocalAddress, NumBytes);
168 // Compute the addend 'C' from the original expression 'A - B + C'.
169 Addend -= AddrA - AddrB;
172 << ", Addend: " << Addend << ", SectionA ID: " << SectionAID
176 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID,