Searched refs:MH_DYLDLINK (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/cctools-845/misc/
H A Dchecksyms.c303 if((mh_flags & MH_DYLDLINK) == MH_DYLDLINK &&
327 (mh_flags & MH_DYLDLINK) == 0 &&
460 if((mh_flags & MH_DYLDLINK) == MH_DYLDLINK &&
H A Dctf_insert.c260 if((flags & MH_DYLDLINK) == MH_DYLDLINK ||
H A Dredo_prebinding.c2348 (mh_flags & MH_DYLDLINK) != MH_DYLDLINK){
2422 if((mh_flags & MH_DYLDLINK) == MH_DYLDLINK)
2451 (mh_flags & MH_DYLDLINK) != MH_DYLDLINK){
2458 (mh_flags & MH_DYLDLINK) != MH_DYLDLINK){
H A Dstrip.c1219 (flags & MH_DYLDLINK) == MH_DYLDLINK &&
2841 if((mh_flags & MH_DYLDLINK) != MH_DYLDLINK ||
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h130 #define MH_DYLDLINK 0x4 /* the object file is input for the macro
515 with the MH_DYLDLINK flag */
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h130 #define MH_DYLDLINK 0x4 /* the object file is input for the macro
516 with the MH_DYLDLINK flag */
/macosx-10.9.5/cctools-845/libstuff/
H A Dcheckout.c249 else if(flags & MH_DYLDLINK){
/macosx-10.9.5/cctools-845/ld/
H A Dlayout.c1321 output_mach_header.flags |= MH_DYLDLINK;
H A Dpass1.c4465 if((mh->flags & MH_DYLDLINK) != 0 &&
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c1684 if(f & MH_DYLDLINK){
1686 f &= ~MH_DYLDLINK;

Completed in 218 milliseconds