Lines Matching refs:TargetPtr
213 void RuntimeDyldELFMips::applyMIPSRelocation(uint8_t *TargetPtr, int64_t Value, in applyMIPSRelocation() argument
215 uint32_t Insn = readBytesUnaligned(TargetPtr, 4); in applyMIPSRelocation()
234 writeBytesUnaligned(Insn, TargetPtr, 4); in applyMIPSRelocation()
238 writeBytesUnaligned(Insn, TargetPtr, 4); in applyMIPSRelocation()
242 writeBytesUnaligned(Insn, TargetPtr, 4); in applyMIPSRelocation()
246 writeBytesUnaligned(Insn, TargetPtr, 4); in applyMIPSRelocation()
251 writeBytesUnaligned(Insn, TargetPtr, 4); in applyMIPSRelocation()
256 writeBytesUnaligned(Value & 0xffffffff, TargetPtr, 4); in applyMIPSRelocation()
260 writeBytesUnaligned(Value, TargetPtr, 8); in applyMIPSRelocation()
307 uint8_t *TargetPtr = Section.getAddressWithOffset(Offset); in resolveMIPSO32Relocation() local
319 applyMIPSRelocation(TargetPtr, Value, Type); in resolveMIPSO32Relocation()