reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  930   return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend,
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
   48   uint8_t *Src = Sections[RE.SectionID].getAddress() + RE.Offset;
  151   uint8_t *LocalAddress = Section.getAddress() + RE.Offset;
  152   uint64_t FinalAddress = Section.getLoadAddress() + RE.Offset;
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFI386.h
  133     uint8_t *Target = Section.getAddressWithOffset(RE.Offset);
  147       LLVM_DEBUG(dbgs() << "\t\tOffset: " << RE.Offset
  162       LLVM_DEBUG(dbgs() << "\t\tOffset: " << RE.Offset
  175       Result = Result - Section.getLoadAddress() + RE.Addend - 4 - RE.Offset;
  180       LLVM_DEBUG(dbgs() << "\t\tOffset: " << RE.Offset
  192       LLVM_DEBUG(dbgs() << "\t\tOffset: " << RE.Offset
  201       LLVM_DEBUG(dbgs() << "\t\tOffset: " << RE.Offset
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h
  176     uint8_t *Target = Section.getAddressWithOffset(RE.Offset);
  192       LLVM_DEBUG(dbgs() << "\t\tOffset: " << RE.Offset
  206       LLVM_DEBUG(dbgs() << "\t\tOffset: " << RE.Offset
  219       LLVM_DEBUG(dbgs() << "\t\tOffset: " << RE.Offset
  228       LLVM_DEBUG(dbgs() << "\t\tOffset: " << RE.Offset
  238       LLVM_DEBUG(dbgs() << "\t\tOffset: " << RE.Offset
  265           RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4;
  270       LLVM_DEBUG(dbgs() << "\t\tOffset: " << RE.Offset
  280           RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4;
  285       LLVM_DEBUG(dbgs() << "\t\tOffset: " << RE.Offset
  295           RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4;
  300       LLVM_DEBUG(dbgs() << "\t\tOffset: " << RE.Offset
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h
   88     uint8_t *Target = Section.getAddressWithOffset(RE.Offset);
   98       uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset);
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp
   18     resolveMIPSO32Relocation(Section, RE.Offset, Value, RE.RelType, RE.Addend);
   20     resolveMIPSN32Relocation(Section, RE.Offset, Value, RE.RelType, RE.Addend,
   23     resolveMIPSN64Relocation(Section, RE.Offset, Value, RE.RelType, RE.Addend,
   34     Value = evaluateMIPS64Relocation(Section, RE.Offset, Value, RE.RelType,
   45     applyMIPSRelocation(Section.getAddressWithOffset(RE.Offset), Value,
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h
   36     uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
  359     uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
  384           RE.IsPCRel ? (RE.Addend - RE.Offset) : (Value + RE.Addend);
  392       uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset);
  401       uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset);
  474     RelocationEntry TargetRE(RE.SectionID, RE.Offset, RE.RelType, Offset,
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h
   65     uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
  206     uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
  211       uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset);
  339     RelocationEntry TargetRE(RE.SectionID, RE.Offset, RE.RelType, 0,
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h
  102     uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
  105       uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset);
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h
   89     uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset);
   96       uint64_t FinalAddress = Section.getLoadAddressWithOffset(RE.Offset);
  152     RelocationEntry TargetRE(RE.SectionID, RE.Offset,