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

/macosx-10.10.1/dyld-353.2.1/src/
H A DImageLoaderMachO.h70 virtual bool isDylib() const;
H A DImageLoader.h479 virtual bool isDylib() const = 0;
H A Ddyld.cpp2338 if ( image->isDylib() && (loadedImageInstallPath != NULL) && (loadedImageInstallPath[0] == '/') ) {
2356 if ( context.mustBeDylib && !image->isDylib() )
2655 if ( !context.mustBeDylib || anImage->isDylib() )
2664 if ( !context.mustBeDylib || anImage->isDylib() )
2673 if ( !context.mustBeDylib || anImage->isDylib() ) {
3020 if ( !gSharedCacheOverridden && !image->inSharedCache() && image->isDylib() && cacheablePath(path) && inSharedCache(path) ) {
H A DImageLoaderMachO.cpp692 return (this->isDylib() || this->isBundle() || this->isPositionIndependentExecutable());
701 bool ImageLoaderMachO::isDylib() const function in class:ImageLoaderMachO
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOLayout.hpp130 virtual bool isDylib() const = 0;
178 virtual bool isDylib() const { return fIsDylib; } function in class:MachOLayout
H A Dupdate_dyld_shared_cache.cpp505 if ( layout->isDylib() ) {

Completed in 410 milliseconds