Searched refs:TargetPtr (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp309 uint32_t *TargetPtr = local
325 uint64_t *TargetPtr = local
327 *TargetPtr = Value + Addend;
334 *TargetPtr = static_cast<uint32_t>(Result & 0xffffffffU);
348 *TargetPtr &= 0xfc000000U;
350 *TargetPtr |= static_cast<uint32_t>(BranchImm & 0xffffffcU) >> 2;
358 *TargetPtr &= 0xffe0001fU;
360 *TargetPtr |= Result >> (48 - 5);
362 assert((*TargetPtr >> 21 & 0x3) == 3 && "invalid shift for relocation");
370 *TargetPtr
449 uint32_t *TargetPtr = local
499 uint8_t *TargetPtr = Section.getAddressWithOffset(Offset); local
730 applyMIPS64Relocation(uint8_t *TargetPtr, int64_t CalculatedValue, uint32_t Type) argument
[all...]
H A DRuntimeDyldELF.h64 void applyMIPS64Relocation(uint8_t *TargetPtr, int64_t CalculatedValue,
/freebsd-11.0-release/sys/contrib/dev/acpica/include/
H A Dacmacros.h292 #define ACPI_SET_BITS(TargetPtr, Position, Mask, Value) \
293 (*(TargetPtr) |= (((Value) & (Mask)) << (Position)))

Completed in 132 milliseconds