Home
last modified time | relevance | path

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

/xnu-8020.121.3/libkern/kxld/
H A Dkxld_versionmin.h61 void kxld_versionmin_init_from_build_cmd(KXLDversionmin *versionmin, struct build_version_command *…
H A Dkxld_versionmin.c67 kxld_versionmin_init_from_build_cmd(KXLDversionmin *versionmin, struct build_version_command *src) in kxld_versionmin_init_from_build_cmd()
H A Dkxld_object.c580 struct build_version_command *build_version_hdr = NULL; in init_from_final_linked_image()
722 build_version_hdr = (struct build_version_command *)cmd_hdr; in init_from_final_linked_image()
1087 cmd_hdr->cmd, ((struct build_version_command *)cmd_hdr)->platform); in init_from_object()
/xnu-8020.121.3/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1260 struct build_version_command { struct
/xnu-8020.121.3/bsd/kern/
H A Dmach_loader.c1403 struct build_version_command* bvc = (struct build_version_command*)lcp; in parse_machfile()
1617 struct build_version_command *bvc; in check_if_simulator_binary()
1619 bvc = (struct build_version_command *) lcp; in check_if_simulator_binary()