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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp498 UInt32 *endMap; local
536 endMap = map + (data->getLength() / sizeof(UInt32));
591 } while( !cmp && (map < endMap) );
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dkld_patch.c2167 vm_address_t startMachO, endMachO, endMap;
2177 endMap = (vm_address_t) file->fMap + file->fMapSize;
2180 if (endMachO < round_page_32(endMap)) {

Completed in 126 milliseconds