Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.c77 static int Supported_Arch = XLATOR_ALLARCH; /* from "Arch" SPEC keyword */ variable
253 Supported_Arch = XLATOR_ALLARCH; in xlator_start_if()
349 Supported_Arch = 0; in xlator_take_kvpair()
359 if (Supported_Arch == 0) { in xlator_take_kvpair()
366 "%s\tSupported_Arch=%d", Curfun, value, Supported_Arch); in xlator_take_kvpair()
484 if (Version_Arch & (~Supported_Arch)) { in xlator_end_if()
491 if ((TargetArchToken & Supported_Arch) == 0) { in xlator_end_if()
557 Supported_Arch = XLATOR_ALLARCH; in xlator_end_if()
1027 Supported_Arch |= x; in set_supported_arch()