Searched refs:LoadSymbol (Results 1 – 2 of 2) sorted by relevance
52 return (loader_function)LoadSymbol(function_name); in GetLoaderFunction()57 return (loader_function_with_arg)LoadSymbol(function_name); in GetLoaderFunctionWithArg()61 void (*func)() = (void (*)())LoadSymbol("__sanitizer_reset_coverage"); in SancovResetCoverage()71 (void (*)(writeout_fn, flush_fn))LoadSymbol("llvm_gcov_init"); in GcovInit()80 void (*func)() = (void (*)()) LoadSymbol("__gcov_flush"); in GcovFlush()88 void* DllLoader::LoadSymbol(const char* symbol_name) const { in LoadSymbol() function in android::vts::DllLoader
64 void* LoadSymbol(const char* symbol_name) const;