• Home
  • Raw
  • Download

Lines Matching refs:getAddressWithOffset

235     support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) =  in resolveX86_64Relocation()
238 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveX86_64Relocation()
248 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
251 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveX86_64Relocation()
267 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
274 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
286 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86Relocation()
294 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86Relocation()
310 reinterpret_cast<uint32_t *>(Section.getAddressWithOffset(Offset)); in resolveAArch64Relocation()
314 << format("%llx", Section.getAddressWithOffset(Offset)) in resolveAArch64Relocation()
326 reinterpret_cast<uint64_t *>(Section.getAddressWithOffset(Offset)); in resolveAArch64Relocation()
450 reinterpret_cast<uint32_t *>(Section.getAddressWithOffset(Offset)); in resolveARMRelocation()
455 << Section.getAddressWithOffset(Offset) in resolveARMRelocation()
499 uint8_t *TargetPtr = Section.getAddressWithOffset(Offset); in resolveMIPSRelocation()
503 << Section.getAddressWithOffset(Offset) << " FinalAddress: " in resolveMIPSRelocation()
626 applyMIPS64Relocation(Section.getAddressWithOffset(Offset), CalculatedValue, in resolveMIPS64Relocation()
637 << format("%llx", Section.getAddressWithOffset(Offset)) in evaluateMIPS64Relocation()
930 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC32Relocation()
950 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC64Relocation()
1041 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolveSystemZRelocation()
1293 (uint64_t)Section.getAddressWithOffset(i->second), in processRelocationRef()
1301 Section.getAddressWithOffset(Section.getStubOffset())); in processRelocationRef()
1328 reinterpret_cast<uint64_t>(Section.getAddressWithOffset( in processRelocationRef()
1345 reinterpret_cast<uint64_t>(Section.getAddressWithOffset(i->second)), in processRelocationRef()
1353 Section.getAddressWithOffset(Section.getStubOffset())); in processRelocationRef()
1362 Section.getAddressWithOffset( in processRelocationRef()
1406 Section.getAddressWithOffset(Section.getStubOffset())); in processRelocationRef()
1494 uint8_t *Target = Section.getAddressWithOffset(Offset); in processRelocationRef()
1510 Sections[Value.SectionID].getAddressWithOffset(Value.Addend); in processRelocationRef()
1531 Section.getAddressWithOffset(i->second)), in processRelocationRef()
1539 Section.getAddressWithOffset(Section.getStubOffset()), in processRelocationRef()
1574 Section.getAddressWithOffset( in processRelocationRef()
1660 StubAddress = uintptr_t(Section.getAddressWithOffset(i->second)); in processRelocationRef()