Home
last modified time | relevance | path

Searched refs:libraries (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/libkern/kmod/
H A DREADME2 # Subtle combination of files and libraries make up the C++ runtime system for
/xnu-11215/osfmk/mach/
H A Dmach_host.defs108 * (compatibility for running old libraries on new kernels -
/xnu-11215/libkern/c++/
H A DOSKext.cpp9469 OSDictionary * libraries = NULL; // do not release local
9543 libraries = OSDynamicCast(OSDictionary,
9545 if (libraries == NULL || libraries->getCount() == 0) {
9556 dependencies = OSArray::withCapacity(libraries->getCount());
9569 libraryIterator = OSCollectionIterator::withCollection(libraries);
9584 libraries->getObject(libraryID));
12405 …OSDictionary *libraries = OSDynamicCast(OSDictionary, getPropertyForHostArch(kOSBundleLibrariesKey… local
12406 if (libraries) {
12407 result->setObject(kOSBundleLibrariesKey, libraries);
/xnu-11215/tests/
H A Dstackshot_tests.m2717 …b_index, uuid_count, "dyld_shared_cache_iterate_text exceeded number of libraries returned by kern…
2729 T_ASSERT_EQ(libs_found, uuid_count, "dyld iterator returned same number of libraries as kernel");
2731 T_LOG("verified %d libraries from dyld shared cache", libs_found);
/xnu-11215/makedefs/
H A DMakeInc.def970 # Default runtime libraries to be linked with the kernel