Home
last modified time | relevance | path

Searched refs:applyMIPSRelocation (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp45 applyMIPSRelocation(Section.getAddressWithOffset(RE.Offset), Value, in applyRelocation()
213 void RuntimeDyldELFMips::applyMIPSRelocation(uint8_t *TargetPtr, int64_t Value, in applyMIPSRelocation() function in RuntimeDyldELFMips
270 applyMIPSRelocation(Section.getAddressWithOffset(Offset), CalculatedValue, in resolveMIPSN32Relocation()
299 applyMIPSRelocation(Section.getAddressWithOffset(Offset), CalculatedValue, in resolveMIPSN64Relocation()
319 applyMIPSRelocation(TargetPtr, Value, Type); in resolveMIPSO32Relocation()
H A DRuntimeDyldELFMips.h58 void applyMIPSRelocation(uint8_t *TargetPtr, int64_t CalculatedValue,