• Home
  • Raw
  • Download

Lines Matching refs:Addend

83     uint64_t Addend = 0;  in processRelocationRef()  local
92 Addend = readBytesUnaligned(Displacement, 4); in processRelocationRef()
104 << TargetName << " Addend " << Addend << "\n"); in processRelocationRef()
141 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef()
148 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef()
161 RelocationEntry(SectionID, Offset, RelType, TargetOffset + Addend); in processRelocationRef()
167 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID, in processRelocationRef()
176 TargetOffset + Addend, true, 0); in processRelocationRef()
201 : Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend); in resolveRelocation()
216 Sections[0].getLoadAddress() + RE.Addend; in resolveRelocation()
238 assert(static_cast<uint64_t>(RE.Addend) <= UINT32_MAX && in resolveRelocation()
241 << " RelType: IMAGE_REL_ARM_SECREL Value: " << RE.Addend in resolveRelocation()
243 writeBytesUnaligned(RE.Addend, Target, 2); in resolveRelocation()
248 Sections[RE.Sections.SectionA].getLoadAddressWithOffset(RE.Addend); in resolveRelocation()
276 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()
277 assert(static_cast<int64_t>(RE.Addend) <= INT32_MAX && in resolveRelocation()
279 assert(static_cast<int64_t>(RE.Addend) >= INT32_MIN && in resolveRelocation()
291 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()
292 assert(static_cast<int64_t>(RE.Addend) <= INT32_MAX && in resolveRelocation()
294 assert(static_cast<int64_t>(RE.Addend) >= INT32_MIN && in resolveRelocation()
306 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()
307 assert(static_cast<int64_t>(RE.Addend) <= INT32_MAX && in resolveRelocation()
309 assert(static_cast<int64_t>(RE.Addend) >= INT32_MIN && in resolveRelocation()