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

/macosx-10.10/Csu-85/
H A Dlazy_dylib_loader.c34 #ifndef LC_LAZY_LOAD_DYLIB
35 #define LC_LAZY_LOAD_DYLIB 0x20 macro
90 // walk load commands to find LC_LAZY_LOAD_DYLIB that matches ordinal
98 case LC_LAZY_LOAD_DYLIB:
172 case LC_LAZY_LOAD_DYLIB:
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h283 #define LC_LAZY_LOAD_DYLIB 0x20 /* delay load of dylib until first use */ macro
/macosx-10.10/emacs-93/emacs/src/
H A Dunexmacosx.c657 case LC_LAZY_LOAD_DYLIB:
658 printf("LC_LAZY_LOAD_DYLIB ");
/macosx-10.10/emacs-93/
H A Dunexmacosx.c657 case LC_LAZY_LOAD_DYLIB:
658 printf("LC_LAZY_LOAD_DYLIB ");

Completed in 74 milliseconds