Home
last modified time | relevance | path

Searched refs:InternalGetProcAddress (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_win_dll_thunk.cc28 __interception::InternalGetProcAddress((void *)GetModuleHandleA(0), name); in dllThunkGetRealAddrOrDie()
43 uptr wrapper = __interception::InternalGetProcAddress( in dllThunkInterceptWhenPossible()
H A Dsanitizer_win_weak_interception.cc32 uptr real = __interception::InternalGetProcAddress( in interceptWhenPossible()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win_dll_thunk.cc26 __interception::InternalGetProcAddress((void *)GetModuleHandleA(0), name); in dllThunkGetRealAddrOrDie()
41 uptr wrapper = __interception::InternalGetProcAddress( in dllThunkInterceptWhenPossible()
H A Dsanitizer_win_weak_interception.cc30 uptr real = __interception::InternalGetProcAddress( in interceptWhenPossible()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win_dll_thunk.cpp27 __interception::InternalGetProcAddress((void *)GetModuleHandleA(0), name); in dllThunkGetRealAddrOrDie()
42 uptr wrapper = __interception::InternalGetProcAddress( in dllThunkInterceptWhenPossible()
H A Dsanitizer_win_weak_interception.cpp31 uptr real = __interception::InternalGetProcAddress( in interceptWhenPossible()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
H A Dinterception_win_test.cc300 TEST(Interception, InternalGetProcAddress) { in TEST() argument
305 uptr DbgPrint_adddress = InternalGetProcAddress(ntdll_handle, "DbgPrint"); in TEST()
306 uptr isdigit_address = InternalGetProcAddress(ntdll_handle, "isdigit"); in TEST()
630 uptr FunPtr = InternalGetProcAddress((void *)GetModuleHandleA(0), "example"); in TEST()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/
H A Dinterception_win.h33 uptr InternalGetProcAddress(void *module, const char *func_name);
H A Dinterception_win.cc875 uptr InternalGetProcAddress(void *module, const char *func_name) { in InternalGetProcAddress() function
924 return InternalGetProcAddress(redirected_module, separator + 1); in InternalGetProcAddress()
939 uptr func_addr = InternalGetProcAddress(DLLs[i], func_name); in OverrideFunction()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/
H A Dinterception_win.h35 uptr InternalGetProcAddress(void *module, const char *func_name);
H A Dinterception_win.cc877 uptr InternalGetProcAddress(void *module, const char *func_name) { in InternalGetProcAddress() function
926 return InternalGetProcAddress(redirected_module, separator + 1); in InternalGetProcAddress()
941 uptr func_addr = InternalGetProcAddress(DLLs[i], func_name); in OverrideFunction()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/
H A Dinterception_win.h34 uptr InternalGetProcAddress(void *module, const char *func_name);
H A Dinterception_win.cpp928 uptr InternalGetProcAddress(void *module, const char *func_name) { in InternalGetProcAddress() function
977 return InternalGetProcAddress(redirected_module, separator + 1); in InternalGetProcAddress()
992 uptr func_addr = InternalGetProcAddress(DLLs[i], func_name); in OverrideFunction()