Lines Matching full:addend
56 RE.Addend = memcpyAddend(RE); in processRelocationRef()
68 // Value.Addend += RelocAddr + 4; in processRelocationRef()
73 RE.Addend = Value.Offset; in processRelocationRef()
98 writeBytesUnaligned(Value + RE.Addend, LocalAddress, 1 << RE.Size); in resolveRelocation()
106 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
145 uint64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processSECTDIFFRelocation() local
170 if (Addend != AddrA - AddrB) in processSECTDIFFRelocation()
171 Error("Unexpected SECTDIFF relocation addend."); in processSECTDIFFRelocation()
174 << ", Addend: " << Addend << ", SectionA ID: " << SectionAID in processSECTDIFFRelocation()
205 int64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processI386ScatteredVANILLA() local
216 Addend -= SectionBaseAddr; in processI386ScatteredVANILLA()
217 RelocationEntry R(SectionID, Offset, RelocType, Addend, IsPCRel, Size); in processI386ScatteredVANILLA()