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

/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachOClassic.cpp420 uintptr_t nextAltLoadAddress = 0; local
432 vm_address_t addr = nextAltLoadAddress + regions[i].sfm_address - regions[0].sfm_address;
438 vm_address_t addr = nextAltLoadAddress + regions[j].sfm_address - regions[0].sfm_address;
442 nextAltLoadAddress += 0x00100000; // skip ahead 1MB and try again
444 if ( (SHARED_REGION_BASE <= nextAltLoadAddress) && (nextAltLoadAddress < (SHARED_REGION_BASE + SHARED_REGION_SIZE)) )
445 nextAltLoadAddress = (SHARED_REGION_BASE + SHARED_REGION_SIZE);
446 if ( nextAltLoadAddress > 0xFF000000 )
455 uintptr_t slide = nextAltLoadAddress - regions[0].sfm_address;

Completed in 132 milliseconds