Searched refs:applyMIPSRelocation (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldELFMips.cpp | 46 applyMIPSRelocation(Section.getAddressWithOffset(RE.Offset), Value, in applyRelocation() 214 void RuntimeDyldELFMips::applyMIPSRelocation(uint8_t *TargetPtr, int64_t Value, in applyMIPSRelocation() function in RuntimeDyldELFMips 271 applyMIPSRelocation(Section.getAddressWithOffset(Offset), CalculatedValue, in resolveMIPSN32Relocation() 300 applyMIPSRelocation(Section.getAddressWithOffset(Offset), CalculatedValue, in resolveMIPSN64Relocation() 320 applyMIPSRelocation(TargetPtr, Value, Type); in resolveMIPSO32Relocation()
|
D | RuntimeDyldELFMips.h | 60 void applyMIPSRelocation(uint8_t *TargetPtr, int64_t CalculatedValue,
|