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

/macosx-10.9.5/cctools-845/include/mach-o/
H A Dswap.h138 struct routines_command_64 *r_cmd,
H A Dloader.h814 struct routines_command_64 { /* for 64-bit architectures */ struct
/macosx-10.9.5/cctools-845/include/stuff/
H A Dbytesex.h319 struct routines_command_64 *r_cmd,
/macosx-10.9.5/cctools-845/libstuff/
H A Dswap_headers.c88 struct routines_command_64 *rc64;
1014 rc64 = (struct routines_command_64 *)lc;
1015 if(rc64->cmdsize != sizeof(struct routines_command_64)){
1622 rc64 = (struct routines_command_64 *)lc;
H A Dofile.c3364 struct routines_command_64 *rc64;
3960 if(l.cmdsize < sizeof(struct routines_command_64)){
3970 rc64 = (struct routines_command_64 *)lc;
3973 if(rc64->cmdsize != sizeof(struct routines_command_64)){
H A Dbytesex.c2387 struct routines_command_64 *r_cmd,
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h813 struct routines_command_64 { /* for 64-bit architectures */ struct
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.h280 struct routines_command_64 *rc64);
H A Dofile_print.c1816 struct routines_command_64 rc64;
2113 memset((char *)&rc64, '\0', sizeof(struct routines_command_64));
2114 size = left < sizeof(struct routines_command_64) ?
2115 left : sizeof(struct routines_command_64);
3273 * print an LC_ROUTINES_64 command. The routines_command_64 structure specified
3278 struct routines_command_64 *rc64)
3282 if(rc64->cmdsize != sizeof(struct routines_command_64))
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DMachO.h450 struct routines_command_64 { struct in namespace:llvm::MachO
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOFileAbstraction.hpp416 template <> struct macho_routines_content<Pointer64<BigEndian> > { routines_command_64 fields; enum { CMD = LC_ROUTINES_64 }; };
418 template <> struct macho_routines_content<Pointer64<LittleEndian> > { routines_command_64 fields; enum { CMD = LC_ROUTINES_64 }; };
/macosx-10.9.5/cctools-845/libmacho/
H A Dswap.c366 struct routines_command_64 *r_cmd,
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachO.cpp70 struct macho_routines_command : public routines_command_64 {};
H A DImageLoaderMachOCompressed.cpp52 struct macho_routines_command : public routines_command_64 {};
H A DImageLoaderMachOClassic.cpp75 struct macho_routines_command : public routines_command_64 {};

Completed in 187 milliseconds