Searched refs:g_peMap (Results 1 – 1 of 1) sorted by relevance
91 static PeMap g_peMap[] = { variable121 uint32_t mapSize = sizeof(g_peMap) / sizeof(PeMap); in GetPeMapValue()124 if (strcmp(string, g_peMap[index].key) == 0) { in GetPeMapValue()125 return g_peMap[index].value; in GetPeMapValue()