Searched refs:source_version_command (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_srcversion.h38 struct source_version_command;
50 void kxld_srcversion_init_from_macho(KXLDsrcversion *srcversion, struct source_version_command *src)
H A Dkxld_srcversion.c41 kxld_srcversion_init_from_macho(KXLDsrcversion *srcversion, struct source_version_command *src)
63 return sizeof(struct source_version_command);
73 struct source_version_command *srcversionhdr = NULL;
81 srcversionhdr = (struct source_version_command *) ((void *) (buf + *header_offset));
H A Dkxld_object.c517 struct source_version_command *source_version_hdr = NULL;
641 source_version_hdr = (struct source_version_command *) (void *) cmd_hdr;
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1434 * The source_version_command is an optional load command containing
1437 struct source_version_command { struct
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A Dmacho_util.c589 struct source_version_command * sv_command = (struct source_version_command *)load_command;

Completed in 107 milliseconds