Searched refs:applyMIPSRelocation (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldELFMips.cpp | 45 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 D | RuntimeDyldELFMips.h | 58 void applyMIPSRelocation(uint8_t *TargetPtr, int64_t CalculatedValue,
|