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

/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h127 #define MH_INCRLINK 0x2 /* the object file is the output of an macro
/macosx-10.9.5/xnu-2422.115.4/SETUP/kextsymboltool/
H A Dkextsymboltool.c746 hdr.flags = MH_INCRLINK;
786 hdr.flags = MH_INCRLINK;
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h127 #define MH_INCRLINK 0x2 /* the object file is the output of an macro
/macosx-10.9.5/cctools-845/ld/
H A Dlayout.c1319 output_mach_header.flags |= MH_INCRLINK;
H A Dpass1.c4460 if((mh->flags & MH_INCRLINK) != 0){
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c1680 if(f & MH_INCRLINK){
1682 f &= ~MH_INCRLINK;

Completed in 231 milliseconds