Home | History | Annotate | Download | only in Targets

Lines Matching refs:Addend

60   // the symbol resides (RE.Addend provides additional information about the
80 uint64_t Result = Value + RE.Addend;
99 writeBytesUnaligned(Value + RE.Addend, Target, 8);
123 // Determine the Addend used to adjust the relocation value.
126 uint64_t Addend = 0;
140 Addend = readBytesUnaligned(Displacement, 4);
146 Addend = readBytesUnaligned(Displacement, 8);
161 << " Addend " << Addend << "\n");
164 RelocationEntry RE(SectionID, Offset, RelType, Addend);
171 RelocationEntry RE(SectionID, Offset, RelType, TargetOffset + Addend);