Searched refs:MH_FORCE_FLAT (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h146 #define MH_FORCE_FLAT 0x100 /* the executable is forcing all images macro
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h146 #define MH_FORCE_FLAT 0x100 /* the executable is forcing all images macro
/macosx-10.9.5/cctools-845/ld/
H A Dlayout.c1329 output_mach_header.flags |= MH_FORCE_FLAT;
/macosx-10.9.5/cctools-845/misc/
H A Dredo_prebinding.c2524 arch_force_flat_namespace = (mh_flags & MH_FORCE_FLAT) == MH_FORCE_FLAT;
2749 arch_force_flat_namespace = (mh_flags & MH_FORCE_FLAT) ==
2750 MH_FORCE_FLAT;
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachO.cpp710 return ( (mh->flags & MH_FORCE_FLAT) != 0 );
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c1708 if(f & MH_FORCE_FLAT){
1710 f &= ~MH_FORCE_FLAT;

Completed in 280 milliseconds