Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dmach_loader.c1403 struct build_version_command* bvc = (struct build_version_command*)lcp; in parse_machfile() local
1404 if (bvc->cmdsize < sizeof(*bvc)) { in parse_machfile()
1412 result->ip_platform = bvc->platform; in parse_machfile()
1413 result->lr_sdk = bvc->sdk; in parse_machfile()
1414 result->lr_min_sdk = bvc->minos; in parse_machfile()
1617 struct build_version_command *bvc; in check_if_simulator_binary() local
1619 bvc = (struct build_version_command *) lcp; in check_if_simulator_binary()
1620 if (bvc->cmdsize < sizeof(*bvc)) { in check_if_simulator_binary()
1625 if (bvc->platform == PLATFORM_IOSSIMULATOR || in check_if_simulator_binary()
1626 bvc->platform == PLATFORM_WATCHOSSIMULATOR) { in check_if_simulator_binary()