Searched refs:CalculatedValue (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldELFMips.cpp | 269 int64_t CalculatedValue = evaluateMIPS64Relocation( in resolveMIPSN32Relocation() local 271 applyMIPSRelocation(Section.getAddressWithOffset(Offset), CalculatedValue, in resolveMIPSN32Relocation() 285 int64_t CalculatedValue = evaluateMIPS64Relocation(Section, Offset, Value, in resolveMIPSN64Relocation() local 290 CalculatedValue = evaluateMIPS64Relocation(Section, Offset, 0, RelType, in resolveMIPSN64Relocation() 291 CalculatedValue, SymOffset, in resolveMIPSN64Relocation() 296 CalculatedValue = evaluateMIPS64Relocation(Section, Offset, 0, RelType, in resolveMIPSN64Relocation() 297 CalculatedValue, SymOffset, in resolveMIPSN64Relocation() 300 applyMIPSRelocation(Section.getAddressWithOffset(Offset), CalculatedValue, in resolveMIPSN64Relocation()
|
D | RuntimeDyldELFMips.h | 60 void applyMIPSRelocation(uint8_t *TargetPtr, int64_t CalculatedValue,
|
/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,
|