Home
last modified time | relevance | path

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

/xnu-8020.121.3/libkern/kxld/
H A Dkxld_srcversion.c41 kxld_srcversion_init_from_macho(KXLDsrcversion *srcversion, struct source_version_command *src) in kxld_srcversion_init_from_macho()
63 return sizeof(struct source_version_command); in kxld_srcversion_get_macho_header_size()
73 struct source_version_command *srcversionhdr = NULL; in kxld_srcversion_export_macho()
81 srcversionhdr = (struct source_version_command *) ((void *) (buf + *header_offset)); in kxld_srcversion_export_macho()
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_object.c581 struct source_version_command *source_version_hdr = NULL; in init_from_final_linked_image()
726 source_version_hdr = (struct source_version_command *) (void *) cmd_hdr; in init_from_final_linked_image()
/xnu-8020.121.3/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1542 struct source_version_command { struct