Lines Matching refs:Addend
78 // Determine the Addend used to adjust the relocation value.
79 uint64_t Addend = 0;
89 Addend = readBytesUnaligned(Displacement, 4);
102 << TargetName << " Addend " << Addend << "\n");
117 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID,
130 RelocationEntry(SectionID, Offset, RelType, TargetOffset + Addend);
156 RE.Addend);
170 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend) -
186 Result = Result - Section.getLoadAddress() + RE.Addend - 4 - RE.Offset;
210 assert(static_cast<uint64_t>(RE.Addend) <= UINT32_MAX &&
214 << RE.Addend << '\n');
215 writeBytesUnaligned(RE.Addend, Target, 4);