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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dkmod.c713 boolean_t isPrelink; local
722 isPrelink = ((info->address >= sectPRELINKB) && (info->address < (sectPRELINKB + sectSizePRELINK)));
723 if (!isPrelink && kth_started) {
748 if (!isPrelink) {

Completed in 31 milliseconds