Home
last modified time | relevance | path

Searched refs:version_min_command (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.121.3/libkern/kxld/
H A Dkxld_versionmin.c41 kxld_versionmin_init_from_macho(KXLDversionmin *versionmin, struct version_min_command *src) in kxld_versionmin_init_from_macho()
105 return sizeof(struct version_min_command); in kxld_versionmin_get_macho_header_size()
115 struct version_min_command *versionminhdr = NULL; in kxld_versionmin_export_macho()
124 versionminhdr = (struct version_min_command *) ((void *) (buf + *header_offset)); in kxld_versionmin_export_macho()
H A Dkxld_versionmin.h38 struct version_min_command;
58 void kxld_versionmin_init_from_macho(KXLDversionmin *versionmin, struct version_min_command *src)
H A Dkxld_object.c579 struct version_min_command *versionmin_hdr = NULL; in init_from_final_linked_image()
718 versionmin_hdr = (struct version_min_command *) cmd_hdr; in init_from_final_linked_image()
/xnu-8020.121.3/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1245 struct version_min_command { struct
/xnu-8020.121.3/bsd/kern/
H A Dmach_loader.c179 struct version_min_command *vmc,
1381 struct version_min_command *vmc; in parse_machfile()
1386 vmc = (struct version_min_command *) lcp; in parse_machfile()
2523 struct version_min_command *vmc, in load_version()