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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachORebaser.hpp887 pint_t* nonLazyPointerAddr = this->mappedAddressForVMAddress(sect->addr()); local
888 for (uint32_t j=0; j < pointerCount; ++j, ++nonLazyPointerAddr) {
890 pint_t value = A::P::getP(*nonLazyPointerAddr);
891 P::setP(*nonLazyPointerAddr, value + this->getSlideForVMAddress(value));

Completed in 105 milliseconds