Searched defs:GetProcAddress (Results 1 – 3 of 3) sorted by relevance
18 static void* GetProcAddress(const char* name) { in GetProcAddress() function
320 #define GetProcAddress dlsym macro
167 FARPROC PEImage::GetProcAddress(LPCSTR function_name) const { in GetProcAddress() function in base::win::PEImage