Searched defs:TargetPtr (Results 1 – 4 of 4) sorted by relevance
213 void RuntimeDyldELFMips::applyMIPSRelocation(uint8_t *TargetPtr, int64_t Value, in applyMIPSRelocation()307 uint8_t *TargetPtr = Section.getAddressWithOffset(Offset); in resolveMIPSO32Relocation() local
409 uint32_t *TargetPtr = resolveAArch64Relocation() local 596 uint32_t *TargetPtr = resolveARMRelocation() local [all...]
3261 Value *TargetPtr = CB.getArgOperand(1); visitLibAtomicExchange() local 3285 Value *TargetPtr = CB.getArgOperand(1); visitLibAtomicCompareExchange() local
479 #define ACPI_SET_BITS(TargetPtr, Position, Mask, Value) \ argument