Searched refs:MH_FVMLIB (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/cctools-845/ld/
H A Dfvmlibs.c115 * If the output file type is MH_FVMLIB then there should be one
118 * seen in the input files for the MH_FVMLIB output format and this is
121 if(filetype == MH_FVMLIB){
129 * For output file types that are not MH_FVMLIB then. There must be
133 * seen in the input files if the output format is not MH_FVMLIB and
H A Dlayout.c561 if(filetype != MH_FVMLIB &&
703 filetype == MH_FVMLIB ||
970 * A thread command (if the file type is NOT MH_DYLIB or MH_FVMLIB)
1002 if(filetype == MH_FVMLIB && nfvmlibs != 1){
1342 * MH_BUNDLE, MH_FVMLIB, MH_DYLIB and MH_DYLINKER format file types
1344 * For the MH_FVMLIB and MH_DYLINKER file types the headers are placed
1348 if(filetype == MH_FVMLIB){
1414 filetype == MH_FVMLIB ||
1626 filetype == MH_FVMLIB ||
1651 filetype == MH_FVMLIB ||
[all...]
H A Dpass1.c4834 if(filetype != MH_FVMLIB){
4837 "editor for output filetypes other than MH_FVMLIB)");
4847 if(filetype == MH_FVMLIB ||
4853 filetype == MH_FVMLIB ? "MH_FVMLIB" :
4884 if(filetype == MH_FVMLIB ||
4889 filetype == MH_FVMLIB ? "MH_FVMLIB" : "MH_DYLINKER");
4934 if(filetype == MH_FVMLIB ||
4941 filetype == MH_FVMLIB
[all...]
H A Dld.c658 if(filetype_specified == TRUE && filetype != MH_FVMLIB)
661 filetype = MH_FVMLIB;
2002 filetype != MH_FVMLIB){
2689 filetype == MH_FVMLIB ||
2698 filetype != MH_FVMLIB &&
2702 "MH_DYLIB, MH_DYLINKER or MH_FVMLIB)");
H A Dsymbols.c4172 * If the output format is MH_FVMLIB then commons are not
4176 if(filetype == MH_FVMLIB)
4177 error("common symbols not allowed with MH_FVMLIB "
4314 * Commons are not allowed with MH_FVMLIB or MH_DYLIB
4318 if(filetype == MH_FVMLIB ||
H A Dsections.c5144 if(filetype != MH_FVMLIB &&
/macosx-10.9.5/cctools-845/misc/
H A Dchecksyms.c331 ofile->mh_filetype != MH_FVMLIB){
467 ofile->mh_filetype == MH_FVMLIB))
471 ofile->mh_filetype == MH_FVMLIB) &&
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h90 * boundary for efficient demand pageing. The MH_EXECUTE, MH_FVMLIB, MH_DYLIB,
112 #define MH_FVMLIB 0x3 /* fixed VM shared library file */ macro
381 * segment of a MH_EXECUTE and MH_FVMLIB format file contains the mach_header
613 * A fixed virtual shared library (filetype == MH_FVMLIB in the mach header)
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h90 * boundary for efficient demand pageing. The MH_EXECUTE, MH_FVMLIB, MH_DYLIB,
112 #define MH_FVMLIB 0x3 /* fixed VM shared library file */ macro
382 * segment of a MH_EXECUTE and MH_FVMLIB format file contains the mach_header
614 * A fixed virtual shared library (filetype == MH_FVMLIB in the mach header)
/macosx-10.9.5/cctools-845/gprof/
H A Dgetnfile.c217 if(lib_ofile.mh == NULL || lib_ofile.mh->filetype != MH_FVMLIB){
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dmach_loader.c534 case MH_FVMLIB:
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c1643 case MH_FVMLIB:

Completed in 347 milliseconds