Lines Matching refs:Addend
61 uint64_t Addend = 0; in processRelocationRef() local
70 Addend = readBytesUnaligned(Displacement, 4); in processRelocationRef()
82 << " Addend " << Addend << "\n"); in processRelocationRef()
103 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef()
116 getSymbolOffset(*Symbol) + Addend); in processRelocationRef()
122 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef()
132 getSymbolOffset(*Symbol) + Addend, true, 0); in processRelocationRef()
156 : Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend); in resolveRelocation()
172 Sections[0].getLoadAddress() + RE.Addend; in resolveRelocation()
197 assert(static_cast<int32_t>(RE.Addend) <= INT32_MAX && in resolveRelocation()
199 assert(static_cast<int32_t>(RE.Addend) >= INT32_MIN && in resolveRelocation()
202 << " RelType: IMAGE_REL_ARM_SECREL Value: " << RE.Addend in resolveRelocation()
204 writeBytesUnaligned(RE.Addend, Target, 2); in resolveRelocation()
209 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend); in resolveRelocation()
239 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()
240 assert(static_cast<int32_t>(RE.Addend) <= INT32_MAX && in resolveRelocation()
242 assert(static_cast<int32_t>(RE.Addend) >= INT32_MIN && in resolveRelocation()
254 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()
255 assert(static_cast<int32_t>(RE.Addend) <= INT32_MAX && in resolveRelocation()
257 assert(static_cast<int32_t>(RE.Addend) >= INT32_MIN && in resolveRelocation()
269 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()
270 assert(static_cast<int32_t>(RE.Addend) <= INT32_MAX && in resolveRelocation()
272 assert(static_cast<int32_t>(RE.Addend) >= INT32_MIN && in resolveRelocation()