Searched refs:LC_IDFVMLIB (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/cctools-845/ld/
H A Dfvmlibs.c101 if(lc->cmd == LC_IDFVMLIB){
116 * LC_IDFVMLIB command seen in all the input files (that check is done
123 error_with_cur_obj("contains more than one LC_IDFVMLIB load "
132 * of these segments). There should not be any LC_IDFVMLIB commands
185 if(mfl->fl->cmd == LC_IDFVMLIB)
256 print(" LC_IDFVMLIB\n");
H A Dpass1.c4833 case LC_IDFVMLIB:
4835 error_with_cur_obj("LC_IDFVMLIB load command in object "
5743 case LC_IDFVMLIB:
/macosx-10.9.5/cctools-845/libstuff/
H A Dswap_headers.c198 case LC_IDFVMLIB:
204 fl->cmd == LC_IDFVMLIB ? "LC_IDFVMLIB" :
212 fl->cmd == LC_IDFVMLIB ? "LC_IDFVMLIB" :
1241 case LC_IDFVMLIB:
H A Dofile.c4435 case LC_IDFVMLIB:
4440 LC_IDFVMLIB ? "LC_IDFVMLIB" :
4449 "too small cmdsize field)", fl->cmd == LC_IDFVMLIB ?
4450 "LC_IDFVMLIB" : "LC_LOADFVMLIB", i);
4456 "of the file)", fl->cmd == LC_IDFVMLIB ? "LC_IDFVMLIB"
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h250 #define LC_IDFVMLIB 0x7 /* fixed VM shared library identification */ macro
614 * contains a fvmlib_command (cmd == LC_IDFVMLIB) to identify the library.
620 uint32_t cmd; /* LC_IDFVMLIB or LC_LOADFVMLIB */
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h250 #define LC_IDFVMLIB 0x7 /* fixed VM shared library identification */ macro
615 * contains a fvmlib_command (cmd == LC_IDFVMLIB) to identify the library.
621 uint32_t cmd; /* LC_IDFVMLIB or LC_LOADFVMLIB */
/macosx-10.9.5/cctools-845/misc/
H A Dsegedit.c620 case LC_IDFVMLIB:
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c1957 case LC_IDFVMLIB:
2325 case LC_IDFVMLIB:
2342 fl.fvmlib.name.offset, l.cmd == LC_IDFVMLIB ?
2343 "LC_IDFVMLIB" : "LC_LOADFVMLIB" , i);
2922 * print an LC_IDFVMLIB or LC_LOADFVMLIB command. The fvmlib_command structure
2932 if(fl->cmd == LC_IDFVMLIB)
2933 printf(" cmd LC_IDFVMLIB\n");

Completed in 237 milliseconds