Searched refs:kSymbols (Results 1 – 1 of 1) sorted by relevance
256 } kSymbols[] = { in WrapLinkerSymbol() local269 static const size_t kCount = sizeof(kSymbols) / sizeof(kSymbols[0]); in WrapLinkerSymbol()271 if (!strcmp(kSymbols[n].name, name)) in WrapLinkerSymbol()272 return kSymbols[n].address; in WrapLinkerSymbol()