Searched refs:CalculatedValue (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldELFMips.cpp | 268 int64_t CalculatedValue = evaluateMIPS64Relocation( in resolveMIPSN32Relocation() local 270 applyMIPSRelocation(Section.getAddressWithOffset(Offset), CalculatedValue, in resolveMIPSN32Relocation() 284 int64_t CalculatedValue = evaluateMIPS64Relocation(Section, Offset, Value, in resolveMIPSN64Relocation() local 289 CalculatedValue = evaluateMIPS64Relocation(Section, Offset, 0, RelType, in resolveMIPSN64Relocation() 290 CalculatedValue, SymOffset, in resolveMIPSN64Relocation() 295 CalculatedValue = evaluateMIPS64Relocation(Section, Offset, 0, RelType, in resolveMIPSN64Relocation() 296 CalculatedValue, SymOffset, in resolveMIPSN64Relocation() 299 applyMIPSRelocation(Section.getAddressWithOffset(Offset), CalculatedValue, in resolveMIPSN64Relocation()
|
| H A D | RuntimeDyldELFMips.h | 58 void applyMIPSRelocation(uint8_t *TargetPtr, int64_t CalculatedValue,
|