Searched refs:MH_NOUNDEFS (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h125 #define MH_NOUNDEFS 0x1 /* the object file has no undefined macro
/macosx-10.9.5/cctools-845/misc/
H A Dchecksyms.c613 (mh_flags & MH_NOUNDEFS) == MH_NOUNDEFS){
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h125 #define MH_NOUNDEFS 0x1 /* the object file has no undefined macro
/macosx-10.9.5/cctools-845/ld/
H A Dpass2.c164 if(output_mach_header.flags & MH_NOUNDEFS ||
H A Dsymbols.c387 * layout_merged_symbols() to properly set the MH_NOUNDEFS flag (which in turn
5674 * The MH_NOUNDEFS flag is set only if there are no undefined symbols
5680 output_mach_header.flags |= MH_NOUNDEFS;
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_object.c1864 mach->flags = MH_NOUNDEFS;
1899 mach->flags = MH_NOUNDEFS;
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c1676 if(f & MH_NOUNDEFS){
1678 f &= ~MH_NOUNDEFS;

Completed in 141 milliseconds