Searched refs:CalculatedValue (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A 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()
|
| H A D | RuntimeDyldELFMips.h | 60 void applyMIPSRelocation(uint8_t *TargetPtr, int64_t CalculatedValue,
|