Lines Matching refs:TargetPtr
214 void RuntimeDyldELFMips::applyMIPSRelocation(uint8_t *TargetPtr, int64_t Value, in applyMIPSRelocation() argument
216 uint32_t Insn = readBytesUnaligned(TargetPtr, 4); in applyMIPSRelocation()
235 writeBytesUnaligned(Insn, TargetPtr, 4); in applyMIPSRelocation()
239 writeBytesUnaligned(Insn, TargetPtr, 4); in applyMIPSRelocation()
243 writeBytesUnaligned(Insn, TargetPtr, 4); in applyMIPSRelocation()
247 writeBytesUnaligned(Insn, TargetPtr, 4); in applyMIPSRelocation()
252 writeBytesUnaligned(Insn, TargetPtr, 4); in applyMIPSRelocation()
257 writeBytesUnaligned(Value & 0xffffffff, TargetPtr, 4); in applyMIPSRelocation()
261 writeBytesUnaligned(Value, TargetPtr, 8); in applyMIPSRelocation()
308 uint8_t *TargetPtr = Section.getAddressWithOffset(Offset); in resolveMIPSO32Relocation() local
320 applyMIPSRelocation(TargetPtr, Value, Type); in resolveMIPSO32Relocation()