Searched refs:MH_DYLIB_STUB (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/cctools-845/misc/
H A Dchecksyms.c309 ofile->mh_filetype == MH_DYLIB_STUB)
470 ofile->mh_filetype == MH_DYLIB_STUB ||
612 ofile->mh_filetype == MH_DYLIB_STUB) &&
708 if(ofile->mh_filetype != MH_DYLIB_STUB){
H A Dcmpdylib.c316 ofile->mh_filetype != MH_DYLIB_STUB))
323 ofile->mh_filetype != MH_DYLIB_STUB))
H A Dstrip.c974 if(object->mh_filetype == MH_DYLIB_STUB){
1018 if(object->mh_filetype == MH_DYLIB_STUB)
1060 object->mh_filetype = MH_DYLIB_STUB;
1061 object->mh->filetype = MH_DYLIB_STUB;
1065 object->mh_filetype = MH_DYLIB_STUB;
1066 object->mh64->filetype = MH_DYLIB_STUB;
1085 * dealing with MH_DYLIB_STUB filetypes special
1121 * dealing with MH_DYLIB_STUB filetypes special
1503 * have been changed from MH_DYLIB to MH_DYLIB_STUB above.
1506 object->mh_filetype == MH_DYLIB_STUB){
[all...]
H A Dlipo.c2467 mh64->filetype = MH_DYLIB_STUB;
2476 mh->filetype = MH_DYLIB_STUB;
H A Dpagestuff.c520 dylib_stub = ofile.mh->filetype == MH_DYLIB_STUB;
527 dylib_stub = ofile.mh64->filetype == MH_DYLIB_STUB;
H A Dinstall_name_tool.c380 if(object->mh_filetype == MH_DYLIB_STUB)
H A Dindr.c616 object->mh_filetype == MH_DYLIB_STUB){
H A Dlibtool.c1752 ofile->mh_filetype == MH_DYLIB_STUB){
/macosx-10.9.5/cctools-845/libstuff/
H A Dofile.c321 ofile.mh_filetype == MH_DYLIB_STUB)){
475 ofile.mh_filetype == MH_DYLIB_STUB)){
582 ofile.mh_filetype == MH_DYLIB_STUB)){
757 ofile.mh_filetype == MH_DYLIB_STUB){
2389 * for the first module of an MH_DYLIB or MH_DYLIB_STUB file.
2417 ofile->mh_filetype != MH_DYLIB_STUB)){
2426 ofile->mh_filetype != MH_DYLIB_STUB)){
2489 * for the next module of an MH_DYLIB or MH_DYLIB_STUB file.
2509 ofile->mh_filetype != MH_DYLIB_STUB)){
2518 ofile->mh_filetype != MH_DYLIB_STUB)){
[all...]
H A Dcheckout.c195 (object->mh_filetype == MH_DYLIB_STUB && ncmds > 0)) &&
199 "MH_DYLIB" : "MH_DYLIB_STUB");
227 object->mh_filetype == MH_DYLIB_STUB */ ){
/macosx-10.9.5/cctools-845/ld/
H A Ddylibs.c150 mh->filetype != MH_DYLIB_STUB) ){
H A Dpass1.c4170 * MH_DYLIB_STUB type and has a LC_ID_DYLIB command or a LC_LOAD_DYLIB,
4467 mh->filetype != MH_DYLIB_STUB &&
4475 * If this is a MH_DYLIB or MH_DYLIB_STUB file then a single LC_ID_DYLIB
4479 mh->filetype == MH_DYLIB_STUB);
4665 if(mh->filetype != MH_DYLIB_STUB &&
4892 if(mh->filetype != MH_DYLIB && mh->filetype != MH_DYLIB_STUB){
4895 "MH_DYLIB_STUB");
4901 MH_DYLIB ? "MH_DYLIB" : "MH_DYLIB_STUB");
4981 if(mh->filetype != MH_DYLIB && mh->filetype != MH_DYLIB_STUB){
4984 "MH_DYLIB_STUB");
[all...]
H A Dsymbols.c977 MH_DYLIB_STUB))
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h118 #define MH_DYLIB_STUB 0x9 /* shared library stub for static */ macro
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h118 #define MH_DYLIB_STUB 0x9 /* shared library stub for static */ macro
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOLayout.hpp448 case MH_DYLIB_STUB:
/macosx-10.9.5/cctools-845/otool/
H A Dmain.c934 * The MH_DYLIB_STUB format has all section sizes set to zero
938 * the section contents of one of these sections in a MH_DYLIB_STUB
941 if(mh_filetype == MH_DYLIB_STUB &&
H A Dofile_print.c1655 case MH_DYLIB_STUB:

Completed in 190 milliseconds