Searched refs:unwanted_symbols (Results 1 – 1 of 1) sorted by relevance
40 const char* const* unwanted_symbols, in CheckLibrary() argument63 if (unwanted_symbols) { in CheckLibrary()64 for (; *unwanted_symbols; ++unwanted_symbols) { in CheckLibrary()65 const char* symbol_name = *unwanted_symbols; in CheckLibrary()