Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/kern/
H A Dmach_loader.c1420 struct build_version_command* bvc = (struct build_version_command*)lcp; in parse_machfile() local
1421 if (bvc->cmdsize < sizeof(*bvc)) { in parse_machfile()
1429 result->ip_platform = bvc->platform; in parse_machfile()
1430 result->lr_sdk = bvc->sdk; in parse_machfile()
1431 result->lr_min_sdk = bvc->minos; in parse_machfile()
1657 struct build_version_command *bvc; in check_if_simulator_binary() local
1659 bvc = (struct build_version_command *) lcp; in check_if_simulator_binary()
1660 if (bvc->cmdsize < sizeof(*bvc)) { in check_if_simulator_binary()
1665 if (bvc->platform == PLATFORM_IOSSIMULATOR || in check_if_simulator_binary()
1666 bvc->platform == PLATFORM_WATCHOSSIMULATOR) { in check_if_simulator_binary()