Searched refs:LC_DYLIB_CODE_SIGN_DRS (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h296 #define LC_DYLIB_CODE_SIGN_DRS 0x2B /* Code signing DRs copied from linked dylibs */ macro
1159 or LC_DYLIB_CODE_SIGN_DRS */
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c683 case LC_DYLIB_CODE_SIGN_DRS:
684 printf("LC_DYLIB_CODE_SIGN_DRS ");
1046 /* Copy a LC_DYLIB_CODE_SIGN_DRS load command from the input file to the output
1251 case LC_DYLIB_CODE_SIGN_DRS:
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c683 case LC_DYLIB_CODE_SIGN_DRS:
684 printf("LC_DYLIB_CODE_SIGN_DRS ");
1046 /* Copy a LC_DYLIB_CODE_SIGN_DRS load command from the input file to the output
1251 case LC_DYLIB_CODE_SIGN_DRS:
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmacho++.cpp404 if (const load_command *cmd = findCommand(LC_DYLIB_CODE_SIGN_DRS))
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmacho++.cpp404 if (const load_command *cmd = findCommand(LC_DYLIB_CODE_SIGN_DRS))
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h296 #define LC_DYLIB_CODE_SIGN_DRS 0x2B /* Code signing DRs copied from linked dylibs */ macro
1160 or LC_DYLIB_CODE_SIGN_DRS */
/macosx-10.9.5/cctools-845/libstuff/
H A Dcheckout.c151 else if(lc->cmd == LC_DYLIB_CODE_SIGN_DRS){
154 "LC_DYLIB_CODE_SIGN_DRS load command): ");
H A Dswap_headers.c1092 case LC_DYLIB_CODE_SIGN_DRS:
1096 "(LC_DYLIB_CODE_SIGN_DRS command %lu has incorrect "
1645 case LC_DYLIB_CODE_SIGN_DRS:
H A Dofile.c4065 case LC_DYLIB_CODE_SIGN_DRS:
4066 cmd_name = "LC_DYLIB_CODE_SIGN_DRS";
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOFileAbstraction.hpp84 #ifndef LC_DYLIB_CODE_SIGN_DRS
85 #define LC_DYLIB_CODE_SIGN_DRS 0x2B macro
H A Dupdate_dyld_shared_cache.cpp1856 case LC_DYLIB_CODE_SIGN_DRS:
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_object.c663 case LC_DYLIB_CODE_SIGN_DRS:
948 case LC_DYLIB_CODE_SIGN_DRS:
/macosx-10.9.5/cctools-845/misc/
H A Dinstall_name_tool.c1061 case LC_DYLIB_CODE_SIGN_DRS:
H A Dpagestuff.c572 else if(code_sign_drs == NULL && lc->cmd == LC_DYLIB_CODE_SIGN_DRS){
H A Dstrip.c4136 case LC_DYLIB_CODE_SIGN_DRS:
4257 case LC_DYLIB_CODE_SIGN_DRS:
H A Dredo_prebinding.c9298 case LC_DYLIB_CODE_SIGN_DRS:
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c2157 case LC_DYLIB_CODE_SIGN_DRS:
3390 else if(ld->cmd == LC_DYLIB_CODE_SIGN_DRS)
3391 printf(" cmd LC_DYLIB_CODE_SIGN_DRS\n");

Completed in 250 milliseconds