Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dmach_loader.c1404 struct build_version_command* bvc = (struct build_version_command*)lcp; in parse_machfile() local
1405 if (bvc->cmdsize < sizeof(*bvc)) { in parse_machfile()
1413 result->ip_platform = bvc->platform; in parse_machfile()
1414 result->lr_sdk = bvc->sdk; in parse_machfile()
1415 result->lr_min_sdk = bvc->minos; in parse_machfile()
1618 struct build_version_command *bvc; in check_if_simulator_binary() local
1620 bvc = (struct build_version_command *) lcp; in check_if_simulator_binary()
1621 if (bvc->cmdsize < sizeof(*bvc)) { in check_if_simulator_binary()
1626 if (bvc->platform == PLATFORM_IOSSIMULATOR || in check_if_simulator_binary()
1627 bvc->platform == PLATFORM_WATCHOSSIMULATOR) { in check_if_simulator_binary()