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

/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h813 struct routines_command_64 { /* for 64-bit architectures */ struct
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DMachO.h450 struct routines_command_64 { struct in namespace:llvm::MachO
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOFileAbstraction.hpp428 template <> struct macho_routines_content<Pointer64<BigEndian> > { routines_command_64 fields; enum { CMD = LC_ROUTINES_64 }; };
430 template <> struct macho_routines_content<Pointer64<LittleEndian> > { routines_command_64 fields; enum { CMD = LC_ROUTINES_64 }; };
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachOCompressed.cpp52 struct macho_routines_command : public routines_command_64 {};
H A DImageLoaderMachO.cpp70 struct macho_routines_command : public routines_command_64 {};
H A DImageLoaderMachOClassic.cpp75 struct macho_routines_command : public routines_command_64 {};

Completed in 178 milliseconds