Searched refs:triplemap (Results 1 – 1 of 1) sorted by relevance
48 static struct TripleMap triplemap[] = { variable63 for (infoIndex = 0; triplemap[infoIndex].String != NULL; ++infoIndex) { in tripleFromArch()64 if (arch == triplemap[infoIndex].Arch) in tripleFromArch()65 return triplemap[infoIndex].String; in tripleFromArch()