Searched refs:LC_SUB_CLIENT (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/cctools-845/ld/
H A Ddylibs.c437 * create_sub_client_commands() creates the LC_SUB_CLIENT load commands from
461 sub->cmd = LC_SUB_CLIENT;
H A Dpass1.c5099 case LC_SUB_CLIENT:
5102 error_with_cur_obj("LC_SUB_CLIENT load command in "
5109 error_with_cur_obj("LC_SUB_CLIENT load command in non-"
5119 "for LC_SUB_CLIENT", i);
5501 * LC_SUB_CLIENT commands to see if this client name is listed.
5511 if(lc->cmd == LC_SUB_CLIENT){
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h264 #define LC_SUB_CLIENT 0x14 /* sub client */ macro
675 * is built with "-allowable_client client_name" and an LC_SUB_CLIENT load
681 uint32_t cmd; /* LC_SUB_CLIENT */
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h264 #define LC_SUB_CLIENT 0x14 /* sub client */ macro
676 * is built with "-allowable_client client_name" and an LC_SUB_CLIENT load
682 uint32_t cmd; /* LC_SUB_CLIENT */
/macosx-10.9.5/cctools-845/libstuff/
H A Dswap_headers.c304 case LC_SUB_CLIENT:
308 "(LC_SUB_CLIENT command %lu has too small cmdsize "
315 "LC_SUB_CLIENT command %lu extends past the end "
1272 case LC_SUB_CLIENT:
H A Dofile.c4568 case LC_SUB_CLIENT:
4570 Mach_O_error(ofile, "malformed object (LC_SUB_CLIENT "
4578 Mach_O_error(ofile, "malformed object (LC_SUB_CLIENT "
4584 "(cleient.offset field of LC_SUB_CLIENT command "
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c617 case LC_SUB_CLIENT:
618 printf("LC_SUB_CLIENT ");
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c617 case LC_SUB_CLIENT:
618 printf("LC_SUB_CLIENT ");
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c2013 case LC_SUB_CLIENT:
3101 * print an LC_SUB_CLIENT command. The sub_client_command
3111 printf(" cmd LC_SUB_CLIENT\n");

Completed in 236 milliseconds