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

Declarations

lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.h
   59   void applyMIPSRelocation(uint8_t *TargetPtr, int64_t CalculatedValue,

References

lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp
   45     applyMIPSRelocation(Section.getAddressWithOffset(RE.Offset), Value,
  270   applyMIPSRelocation(Section.getAddressWithOffset(Offset), CalculatedValue,
  299   applyMIPSRelocation(Section.getAddressWithOffset(Offset), CalculatedValue,
  319   applyMIPSRelocation(TargetPtr, Value, Type);