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

/macosx-10.10.1/dyld-353.2.1/src/
H A DImageLoaderMachO.cpp162 if ( context.codeSigningEnforced && (segCmd->fileoff < mh->sizeofcmds) && (segCmd->filesize != 0) ) {
195 if ( context.codeSigningEnforced && !foundLoadCommandSegment )
199 if ( context.codeSigningEnforced ) {
772 bool codeSigningEnforced = context.codeSigningEnforced; local
773 if ( context.mainExecutableCodeSigned && !codeSigningEnforced ) {
783 codeSigningEnforced = codeSignEnforcementDynamicallyEnabled;
786 if ( codeSigningEnforced ) {
H A DImageLoader.h286 bool codeSigningEnforced; member in struct:ImageLoader::LinkContext
H A Ddyld.cpp4359 gLinkContext.codeSigningEnforced = true;
4367 gLinkContext.codeSigningEnforced = true;

Completed in 93 milliseconds