Searched refs:libraries (Results 1 – 5 of 5) sorted by relevance
2 # Subtle combination of files and libraries make up the C++ runtime system for
108 * (compatibility for running old libraries on new kernels -
9469 OSDictionary * libraries = NULL; // do not release local9543 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… local12406 if (libraries) {12407 result->setObject(kOSBundleLibrariesKey, libraries);
2717 …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);
970 # Default runtime libraries to be linked with the kernel