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

/macosx-10.9.5/Csu-79/
H A Dlazy_dylib_loader.c34 #ifndef LC_LAZY_LOAD_DYLIB
35 #define LC_LAZY_LOAD_DYLIB 0x20 macro
78 // walk load commands to find LC_LAZY_LOAD_DYLIB that matches ordinal
85 case LC_LAZY_LOAD_DYLIB:
158 case LC_LAZY_LOAD_DYLIB:
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h283 #define LC_LAZY_LOAD_DYLIB 0x20 /* delay load of dylib until first use */ macro
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h283 #define LC_LAZY_LOAD_DYLIB 0x20 /* delay load of dylib until first use */ macro
/macosx-10.9.5/cctools-845/libstuff/
H A Dswap_headers.c233 case LC_LAZY_LOAD_DYLIB:
234 cmd_name = "LC_LAZY_LOAD_DYLIB";
1252 case LC_LAZY_LOAD_DYLIB:
H A Dofile.c4477 case LC_LAZY_LOAD_DYLIB:
4478 cmd_name = "LC_LAZY_LOAD_DYLIB";
/macosx-10.9.5/cctools-845/misc/
H A Dinstall_name_tool.c696 case LC_LAZY_LOAD_DYLIB:
871 case LC_LAZY_LOAD_DYLIB:
H A Dnm.c552 lc->cmd == LC_LAZY_LOAD_DYLIB ||
646 lc->cmd == LC_LAZY_LOAD_DYLIB ||
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c653 case LC_LAZY_LOAD_DYLIB:
654 printf("LC_LAZY_LOAD_DYLIB ");
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c653 case LC_LAZY_LOAD_DYLIB:
654 printf("LC_LAZY_LOAD_DYLIB ");
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c1973 case LC_LAZY_LOAD_DYLIB:
2351 case LC_LAZY_LOAD_DYLIB:
2389 else if(l.cmd == LC_LAZY_LOAD_DYLIB)
2390 printf("LC_LAZY_LOAD_DYLIB ");
2956 * LC_LAZY_LOAD_DYLIB, or LC_LOAD_UPWARD_DYLIB command. The dylib_command
2975 else if(dl->cmd == LC_LAZY_LOAD_DYLIB)
2976 printf(" cmd LC_LAZY_LOAD_DYLIB\n");
7250 case LC_LAZY_LOAD_DYLIB:

Completed in 218 milliseconds