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

/opensolaris-onvv-gate/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;
349 Supported_Arch = 0;
359 if (Supported_Arch == 0) {
366 "%s\tSupported_Arch=%d", Curfun, value, Supported_Arch);
484 if (Version_Arch & (~Supported_Arch)) {
491 if ((TargetArchToken & Supported_Arch) == 0) {
557 Supported_Arch = XLATOR_ALLARCH;
999 * turns on bits of global Supported_Arch that correspond to the architecture
1027 Supported_Arch |
[all...]

Completed in 41 milliseconds