Home
last modified time | relevance | path

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

/xnu-11215.41.3/bsd/kern/
H A Dmach_loader.c1426 struct build_version_command* bvc = (struct build_version_command*)lcp; in parse_machfile() local
1427 if (bvc->cmdsize < sizeof(*bvc)) { in parse_machfile()
1435 result->ip_platform = bvc->platform; in parse_machfile()
1436 result->lr_sdk = bvc->sdk; in parse_machfile()
1437 result->lr_min_sdk = bvc->minos; in parse_machfile()
1663 struct build_version_command *bvc; in check_if_simulator_binary() local
1665 bvc = (struct build_version_command *) lcp; in check_if_simulator_binary()
1666 if (bvc->cmdsize < sizeof(*bvc)) { in check_if_simulator_binary()
1671 if (bvc->platform == PLATFORM_IOSSIMULATOR || in check_if_simulator_binary()
1672 bvc->platform == PLATFORM_WATCHOSSIMULATOR) { in check_if_simulator_binary()