Searched refs:sPlatformImplMap (Results 1 – 1 of 1) sorted by relevance
2622 static const implementation_map_t sPlatformImplMap[] = { variable2722 for (int i = 0; i < NELEM(sPlatformImplMap); i++) { in FindPlatformImplAddr()2723 if (sPlatformImplMap[i].name == nullptr) { in FindPlatformImplAddr()2727 if (!strcmp(name, sPlatformImplMap[i].name)) { in FindPlatformImplAddr()2728 …nd %llu for sPlatformImplMap[%i].address (%s)", (unsigned long long)sPlatformImplMap[i].address, i… in FindPlatformImplAddr()2729 return sPlatformImplMap[i].address; in FindPlatformImplAddr()