Searched refs:nextArch (Results 1 - 1 of 1) sorted by path

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkernelcache.c242 struct fat_arch * nextArch = NULL; local
251 nextArch = &prevArch[1];
252 numArchs = (unsigned int)(nextArch - firstArch);
255 nextArch = NULL;
260 return nextArch;

Completed in 250 milliseconds