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

/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/c++/
H A DOSKext.h226 unsigned int prelinked:1; member in struct:OSKext::__anon14968
/macosx-10.10.1/xnu-2782.1.97/libsa/
H A Dbootstrap.cpp189 /* If the prelink info segment has a nonzero size, we are prelinked
246 "Starting from prelinked kernel.");
253 "Can't find prelinked kexts' text segment.");
261 IOLog("kaslr: prelinked kernel address info: \n");
338 "The prelinked kernel has no kext info dictionaries");
354 "Can't find info dictionary for prelinked kext #%d.", i);
394 #error Pick the right way to free prelinked data on this arch
410 /* Store the number of prelinked kexts in the registry so we can tell
411 * when the system has been started from a prelinked kernel.
428 "%u prelinked kext
[all...]
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp109 * not work on ARM. To get around that, we must free prelinked kext
243 // Identifiers of all kexts ever requested in kernel; used for prelinked kernel
660 sKernelKext->flags.prelinked = 0;
966 /* If we aren't flushing unused prelinked kexts, we have to put them
976 /* Set aside prelinked kexts (in-use or not) and break
1010 /* Finally, put back the prelinked kexts if we saved any.
1410 "Kext %s can't find prelinked kext executable size.",
1449 "Failed to allocate space for prelinked kext %s.",
1457 "Error: prelinked kext %s - source and load addresses "
1489 "Kext %s can't find prelinked kex
[all...]

Completed in 172 milliseconds