Home
last modified time | relevance | path

Searched refs:TargetPtr (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp213 void RuntimeDyldELFMips::applyMIPSRelocation(uint8_t *TargetPtr, int64_t Value, in applyMIPSRelocation() argument
215 uint32_t Insn = readBytesUnaligned(TargetPtr, 4); in applyMIPSRelocation()
234 writeBytesUnaligned(Insn, TargetPtr, 4); in applyMIPSRelocation()
238 writeBytesUnaligned(Insn, TargetPtr, 4); in applyMIPSRelocation()
242 writeBytesUnaligned(Insn, TargetPtr, 4); in applyMIPSRelocation()
246 writeBytesUnaligned(Insn, TargetPtr, 4); in applyMIPSRelocation()
251 writeBytesUnaligned(Insn, TargetPtr, 4); in applyMIPSRelocation()
256 writeBytesUnaligned(Value & 0xffffffff, TargetPtr, 4); in applyMIPSRelocation()
260 writeBytesUnaligned(Value, TargetPtr, 8); in applyMIPSRelocation()
307 uint8_t *TargetPtr = Section.getAddressWithOffset(Offset); in resolveMIPSO32Relocation() local
[all …]
H A DRuntimeDyldELFMips.h58 void applyMIPSRelocation(uint8_t *TargetPtr, int64_t CalculatedValue,
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp409 uint32_t *TargetPtr = in resolveAArch64Relocation() local
443 write(isBE, TargetPtr, Value + Addend); in resolveAArch64Relocation()
473 *TargetPtr &= 0xff00001fU; in resolveAArch64Relocation()
530 or32AArch64Imm(TargetPtr, Value + Addend); in resolveAArch64Relocation()
569 *TargetPtr &= 0xff00001fU; in resolveAArch64Relocation()
582 *TargetPtr &= 0x9f00001fU; in resolveAArch64Relocation()
586 *TargetPtr |= (Result & 0x3) << 29; in resolveAArch64Relocation()
596 uint32_t *TargetPtr = in resolveARMRelocation() local
616 support::ulittle32_t::ref{TargetPtr} = in resolveARMRelocation()
632 support::ulittle32_t::ref{TargetPtr} = in resolveARMRelocation()
[all …]
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dacmacros.h479 #define ACPI_SET_BITS(TargetPtr, Position, Mask, Value) \ argument
480 (*(TargetPtr) |= (((Value) & (Mask)) << (Position)))
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp3261 Value *TargetPtr = CB.getArgOperand(1); in visitLibAtomicExchange() local
3273 {DstPtr, TargetPtr, IRB.CreateIntCast(Size, DFSF.DFS.IntptrTy, false)}); in visitLibAtomicExchange()
3278 {TargetPtr, SrcPtr, IRB.CreateIntCast(Size, DFSF.DFS.IntptrTy, false)}); in visitLibAtomicExchange()
3285 Value *TargetPtr = CB.getArgOperand(1); in visitLibAtomicCompareExchange() local
3303 TargetPtr, ExpectedPtr, DesiredPtr, in visitLibAtomicCompareExchange()