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

/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachOCompressed.cpp1459 uintptr_t* fixupLocation = (uintptr_t*)addr; local
1460 uintptr_t curValue = *fixupLocation;
1463 *fixupLocation = newValue;
1483 uintptr_t* fixupLocation = (uintptr_t*)addr; local
1484 uintptr_t value = *fixupLocation;
1492 fixupLocation, context.dynamicInterposeArray[i].replacee, context.dynamicInterposeArray[i].replacement, this->getPath());
1494 *fixupLocation = (uintptr_t)context.dynamicInterposeArray[i].replacement;

Completed in 153 milliseconds