Searched refs:CalculatedValue (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 611 int64_t CalculatedValue = evaluateMIPS64Relocation(Section, Offset, Value, in resolveMIPS64Relocation() local 616 CalculatedValue = evaluateMIPS64Relocation(Section, Offset, 0, RelType, in resolveMIPS64Relocation() 617 CalculatedValue, SymOffset, in resolveMIPS64Relocation() 622 CalculatedValue = evaluateMIPS64Relocation(Section, Offset, 0, RelType, in resolveMIPS64Relocation() 623 CalculatedValue, SymOffset, in resolveMIPS64Relocation() 626 applyMIPS64Relocation(Section.getAddressWithOffset(Offset), CalculatedValue, in resolveMIPS64Relocation() 731 int64_t CalculatedValue, in applyMIPS64Relocation() argument 741 writeBytesUnaligned(CalculatedValue & 0xffffffff, TargetPtr, 4); in applyMIPS64Relocation() 745 writeBytesUnaligned(CalculatedValue, TargetPtr, 8); in applyMIPS64Relocation() 749 Insn = (Insn & 0xfc000000) | CalculatedValue; in applyMIPS64Relocation() [all …]
|
D | RuntimeDyldELF.h | 67 void applyMIPS64Relocation(uint8_t *TargetPtr, int64_t CalculatedValue,
|