Searched refs:loader_function_with_arg (Results 1 – 3 of 3) sorted by relevance
29 typedef DriverBase* (*loader_function_with_arg)(uint64_t arg); typedef46 loader_function_with_arg GetLoaderFunctionWithArg(
55 loader_function_with_arg DllLoader::GetLoaderFunctionWithArg( in GetLoaderFunctionWithArg()57 return (loader_function_with_arg)LoadSymbol(function_name); in GetLoaderFunctionWithArg()
238 loader_function_with_arg func = in LoadDriverWithInterfacePointer()