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

/macosx-10.9.5/cctools-845/ld/
H A Dfvmlibs.c62 * builds an object file with segments marked with SG_FVMLIB and one
108 if(sg->flags == SG_FVMLIB)
140 error_with_cur_obj("contains SG_FVMLIB segments but no "
145 error_with_cur_obj("contains SG_FVMLIB segments and more than "
157 if(sg->flags == SG_FVMLIB)
311 if(flags & SG_FVMLIB){
313 flags &= ~SG_FVMLIB;
H A Dpass1.c4168 * stuff field is set if any SG_FVMLIB segments or LC_LOADFVMLIB commands are
4544 if(sg->flags == SG_FVMLIB){
4546 error_with_cur_obj("SG_FVMLIB segment %.16s contains "
5631 if(sg->flags == SG_FVMLIB){
5633 error_with_cur_obj("SG_FVMLIB segment %.16s contains "
/macosx-10.9.5/cctools-845/misc/
H A Dsize.c260 if(sg->flags & SG_FVMLIB)
305 if(sg64->flags & SG_FVMLIB)
/macosx-10.9.5/cctools-845/libstuff/
H A Dcheckout.c666 (object->seg_linkedit->flags & SG_FVMLIB) != SG_FVMLIB &&
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h365 #define SG_FVMLIB 0x2 /* this segment is the VM that is allocated by macro
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h366 #define SG_FVMLIB 0x2 /* this segment is the VM that is allocated by macro
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c2522 if(flags & SG_FVMLIB){
2524 flags &= ~SG_FVMLIB;

Completed in 300 milliseconds