Searched refs:CalculatedValue (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h64 void applyMIPS64Relocation(uint8_t *TargetPtr, int64_t CalculatedValue,
H A DRuntimeDyldELF.cpp611 int64_t CalculatedValue = evaluateMIPS64Relocation(Section, Offset, Value, local
616 CalculatedValue = evaluateMIPS64Relocation(Section, Offset, 0, RelType,
617 CalculatedValue, SymOffset,
622 CalculatedValue = evaluateMIPS64Relocation(Section, Offset, 0, RelType,
623 CalculatedValue, SymOffset,
626 applyMIPS64Relocation(Section.getAddressWithOffset(Offset), CalculatedValue,
731 int64_t CalculatedValue,
741 writeBytesUnaligned(CalculatedValue & 0xffffffff, TargetPtr, 4);
745 writeBytesUnaligned(CalculatedValue, TargetPtr, 8);
749 Insn = (Insn & 0xfc000000) | CalculatedValue;
730 applyMIPS64Relocation(uint8_t *TargetPtr, int64_t CalculatedValue, uint32_t Type) argument
[all...]

Completed in 100 milliseconds