Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.c75 static int Supported_Arch = XLATOR_ALLARCH; /* from "Arch" SPEC keyword */ variable
251 Supported_Arch = XLATOR_ALLARCH; in xlator_start_if()
346 Supported_Arch = 0; in xlator_take_kvpair()
356 if (Supported_Arch == 0) { in xlator_take_kvpair()
363 "%s\tSupported_Arch=%d", Curfun, value, Supported_Arch); in xlator_take_kvpair()
481 if (Version_Arch & (~Supported_Arch)) { in xlator_end_if()
488 if ((TargetArchToken & Supported_Arch) == 0) { in xlator_end_if()
554 Supported_Arch = XLATOR_ALLARCH; in xlator_end_if()
1024 Supported_Arch |= x; in set_supported_arch()