Lines Matching refs:Addend
28 int64_t Addend) { in resolveRelocation() argument
36 << " Addend: " << Addend in resolveRelocation()
52 Addend); in resolveRelocation()
61 Addend); in resolveRelocation()
71 Addend); in resolveRelocation()
83 int64_t Addend) { in resolveI386Relocation() argument
92 uint64_t ValueToWrite = Value + Addend; in resolveI386Relocation()
112 int64_t Addend) { in resolveX86_64Relocation() argument
129 Value += Addend; in resolveX86_64Relocation()
154 int64_t Addend) { in resolveARMRelocation() argument
227 Value.Addend = lsi->second.second; in processRelocationRef()
233 Value.Addend = gsi->second.second; in processRelocationRef()
250 Value.Addend = *(const intptr_t *)Target; in processRelocationRef()
251 if (Value.Addend) { in processRelocationRef()
254 Value.Addend += Section.ObjAddress - Sections[Value.SectionID].ObjAddress; in processRelocationRef()