Searched refs:LC_SUB_LIBRARY (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/cctools-845/ld/
H A Ddylibs.c380 * create_sub_library_commands() creates the LC_SUB_LIBRARY load commands from
425 sub->cmd = LC_SUB_LIBRARY;
H A Dpass1.c3202 case LC_SUB_LIBRARY:
3306 case LC_SUB_LIBRARY:
3836 * LC_SUB_UMBRELLA or LC_SUB_LIBRARY command with the same name as
3856 else if(lc->cmd == LC_SUB_LIBRARY){
5059 case LC_SUB_LIBRARY:
5062 error_with_cur_obj("LC_SUB_LIBRARY load command in "
5069 error_with_cur_obj("LC_SUB_LIBRARY load command in non-"
5079 "for LC_SUB_LIBRARY", i);
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h265 #define LC_SUB_LIBRARY 0x15 /* sub library */ macro
721 uint32_t cmd; /* LC_SUB_LIBRARY */
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h265 #define LC_SUB_LIBRARY 0x15 /* sub library */ macro
722 uint32_t cmd; /* LC_SUB_LIBRARY */
/macosx-10.9.5/cctools-845/libstuff/
H A Dswap_headers.c287 case LC_SUB_LIBRARY:
291 "(LC_SUB_LIBRARY command %lu has too small cmdsize "
298 "LC_SUB_LIBRARY command %lu extends past the end "
1267 case LC_SUB_LIBRARY:
H A Dofile.c4546 case LC_SUB_LIBRARY:
4548 Mach_O_error(ofile, "malformed object (LC_SUB_LIBRARY "
4556 Mach_O_error(ofile, "malformed object (LC_SUB_LIBRARY "
4562 "(sub_library.offset field of LC_SUB_LIBRARY command "
/macosx-10.9.5/cctools-845/cbtlibs/
H A Dlibsyminfo.c699 if(lc->cmd == LC_SUB_UMBRELLA || lc->cmd == LC_SUB_LIBRARY){
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c620 case LC_SUB_LIBRARY:
621 printf("LC_SUB_LIBRARY ");
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c620 case LC_SUB_LIBRARY:
621 printf("LC_SUB_LIBRARY ");
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOBinder.hpp405 // LC_SUB_LIBRARY means re-export one with matching leaf name
410 case LC_SUB_LIBRARY:
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachO.cpp397 case LC_SUB_LIBRARY:
H A DImageLoaderMachOClassic.cpp616 // need to match LC_SUB_LIBRARY string against the leaf name (without extension) of the install location of child...
635 case LC_SUB_LIBRARY:
/macosx-10.9.5/cctools-845/misc/
H A Dredo_prebinding.c3289 case LC_SUB_LIBRARY:
3436 case LC_SUB_LIBRARY:
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c2003 case LC_SUB_LIBRARY:
3073 * print an LC_SUB_LIBRARY command. The sub_library_command
3083 printf(" cmd LC_SUB_LIBRARY\n");

Completed in 380 milliseconds