Searched refs:LC_PREBOUND_DYLIB (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h259 #define LC_PREBOUND_DYLIB 0x10 /* modules prebound for a dynamically */ macro
736 uint32_t cmd; /* LC_PREBOUND_DYLIB */
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h259 #define LC_PREBOUND_DYLIB 0x10 /* modules prebound for a dynamically */ macro
737 uint32_t cmd; /* LC_PREBOUND_DYLIB */
/macosx-10.9.5/cctools-845/libstuff/
H A Dswap_headers.c321 case LC_PREBOUND_DYLIB:
325 "(LC_PREBOUND_DYLIB command %lu has too small "
332 "LC_PREBOUND_DYLIB command %lu extends past the end "
339 "LC_PREBOUND_DYLIB command %lu extends past the end "
1277 case LC_PREBOUND_DYLIB:
H A Dofile.c4590 case LC_PREBOUND_DYLIB:
4592 Mach_O_error(ofile, "malformed object (LC_PREBOUND_DYLIB "
/macosx-10.9.5/cctools-845/misc/
H A Dinstall_name_tool.c630 * LC_PREBOUND_DYLIB commands for the specified arch.
710 case LC_PREBOUND_DYLIB:
894 case LC_PREBOUND_DYLIB:
H A Dredo_prebinding.c1699 * LC_PREBOUND_DYLIB commands, resets library timestamps, resets two-level hints
1703 * were found to be bound in the LC_PREBOUND_DYLIB commands.
2698 * LC_REEXPORT_DYLIB commands and update the LC_PREBOUND_DYLIB is this
2780 * LC_PREBOUND_DYLIB commands. Since this can set MH_ALLMODSBOUND
8756 * LC_PREBOUND_DYLIB commands if this is an excutable. It also updates the
8781 * existing LC_PREBOUND_DYLIB in the next loop. If we find a module
8795 * non LC_PREBOUND_DYLIB commands.
8897 if(lc1->cmd != LC_PREBOUND_DYLIB){
8940 * Only executables have LC_PREBOUND_DYLIB commands so if this is not
8947 * An executable targeting 10.4 or later doesn't need LC_PREBOUND_DYLIB
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c605 case LC_PREBOUND_DYLIB:
606 printf("LC_PREBOUND_DYLIB ");
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c605 case LC_PREBOUND_DYLIB:
606 printf("LC_PREBOUND_DYLIB ");
/macosx-10.9.5/cctools-845/ld/
H A Dpass1.c2420 * If prebinding an executable create a LC_PREBOUND_DYLIB
2437 p->pbdylib->cmd = LC_PREBOUND_DYLIB;
5295 case LC_PREBOUND_DYLIB:
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c2023 case LC_PREBOUND_DYLIB:
3129 * print an LC_PREBOUND_DYLIB command. The prebound_dylib_command structure
3141 printf(" cmd LC_PREBOUND_DYLIB\n");

Completed in 236 milliseconds