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

/darwin-on-arm/xnu/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.c514 struct source_version_command *source_version_hdr = NULL;
638 source_version_hdr = (struct source_version_command *) (void *) cmd_hdr;
/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1418 * The source_version_command is an optional load command containing
1421 struct source_version_command { struct

Completed in 103 milliseconds