Searched refs:routines_command (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h796 struct routines_command { /* for 32-bit architectures */ struct
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DMachO.h437 struct routines_command { struct in namespace:llvm::MachO
/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/dyld-353.2.1/src/
H A DImageLoaderMachOCompressed.cpp59 struct macho_routines_command : public routines_command {};
H A DImageLoaderMachO.cpp77 struct macho_routines_command : public routines_command {};
H A DImageLoaderMachOClassic.cpp82 struct macho_routines_command : public routines_command {};

Completed in 103 milliseconds