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);
127 // Determine the Addend used to adjust the relocation value.
130 uint64_t Addend = 0;
144 Addend = readBytesUnaligned(Displacement, 4);
150 Addend = readBytesUnaligned(Displacement, 8);
165 << " Addend " << Addend << "\n");
168 RelocationEntry RE(SectionID, Offset, RelType, Addend);
179 RelocationEntry RE(SectionID, Offset, RelType, TargetOffset + Addend);