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

/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_versionmin.h38 struct version_min_command;
56 void kxld_versionmin_init_from_macho(KXLDversionmin *versionmin, struct version_min_command *src)
H A Dkxld_versionmin.c41 kxld_versionmin_init_from_macho(KXLDversionmin *versionmin, struct version_min_command *src)
73 return sizeof(struct version_min_command);
83 struct version_min_command *versionminhdr = NULL;
91 versionminhdr = (struct version_min_command *) ((void *) (buf + *header_offset));
H A Dkxld_object.c516 struct version_min_command *versionmin_hdr = NULL;
637 versionmin_hdr = (struct version_min_command *) cmd_hdr;
/macosx-10.10/dyld-353.2.1/src/
H A DdyldAPIsInLibSystem.cpp48 struct version_min_command { struct
438 const version_min_command* versCmd;
459 versCmd = (version_min_command*)cmd;
570 const version_min_command* versCmd;
584 versCmd = (version_min_command*)cmd;
H A DImageLoaderMachO.cpp383 const struct version_min_command* minOSVersionCmd = NULL;
454 minOSVersionCmd = (version_min_command*)cmd;
878 const struct version_min_command* versCmd;
883 versCmd = (version_min_command*)cmd;
896 const struct version_min_command* versCmd;
901 versCmd = (version_min_command*)cmd;
/macosx-10.10/objc4-646/runtime/
H A Dobjc-os.mm625 const struct version_min_command *cmd;
628 cmd = (const struct version_min_command *) (hi->mhdr + 1);
633 cmd = (const struct version_min_command *)((char *)cmd + cmd->cmdsize);
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1194 * The version_min_command contains the min OS version on which this
1197 struct version_min_command { struct
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DMachO.h583 struct version_min_command { struct in namespace:llvm::MachO

Completed in 207 milliseconds