Home
last modified time | relevance | path

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

/xnu-10002.41.9/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.c585 struct build_version_command *build_version_hdr = NULL; in init_from_final_linked_image()
727 build_version_hdr = (struct build_version_command *)cmd_hdr; in init_from_final_linked_image()
1092 cmd_hdr->cmd, ((struct build_version_command *)cmd_hdr)->platform); in init_from_object()
/xnu-10002.41.9/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1260 struct build_version_command { struct
/xnu-10002.41.9/bsd/kern/
H A Dmach_loader.c1424 struct build_version_command* bvc = (struct build_version_command*)lcp; in parse_machfile()
1661 struct build_version_command *bvc; in check_if_simulator_binary()
1663 bvc = (struct build_version_command *) lcp; in check_if_simulator_binary()