Searched refs:LC_ROUTINES (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/Csu-85/
H A Dlazy_dylib_loader.c53 #define LC_ROUTINES_COMMAND LC_ROUTINES
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h261 #define LC_ROUTINES 0x11 /* image routines */ macro
797 uint32_t cmd; /* LC_ROUTINES */
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOFileAbstraction.hpp427 template <> struct macho_routines_content<Pointer32<BigEndian> > { routines_command fields; enum { CMD = LC_ROUTINES }; };
429 template <> struct macho_routines_content<Pointer32<LittleEndian> > { routines_command fields; enum { CMD = LC_ROUTINES }; };
/macosx-10.10/emacs-93/emacs/src/
H A Dunexmacosx.c612 case LC_ROUTINES:
613 printf("LC_ROUTINES ");
/macosx-10.10/emacs-93/
H A Dunexmacosx.c612 case LC_ROUTINES:
613 printf("LC_ROUTINES ");
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachOCompressed.cpp56 #define LC_ROUTINES_COMMAND LC_ROUTINES
H A DImageLoaderMachO.cpp73 #define LC_ROUTINES_COMMAND LC_ROUTINES
H A DImageLoaderMachOClassic.cpp79 #define LC_ROUTINES_COMMAND LC_ROUTINES

Completed in 192 milliseconds