Searched refs:InternalGetProcAddress (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_win_dll_thunk.cc | 28 __interception::InternalGetProcAddress((void *)GetModuleHandleA(0), name); in dllThunkGetRealAddrOrDie() 43 uptr wrapper = __interception::InternalGetProcAddress( in dllThunkInterceptWhenPossible()
|
H A D | sanitizer_win_weak_interception.cc | 32 uptr real = __interception::InternalGetProcAddress( in interceptWhenPossible()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_win_dll_thunk.cc | 26 __interception::InternalGetProcAddress((void *)GetModuleHandleA(0), name); in dllThunkGetRealAddrOrDie() 41 uptr wrapper = __interception::InternalGetProcAddress( in dllThunkInterceptWhenPossible()
|
H A D | sanitizer_win_weak_interception.cc | 30 uptr real = __interception::InternalGetProcAddress( in interceptWhenPossible()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_win_dll_thunk.cpp | 27 __interception::InternalGetProcAddress((void *)GetModuleHandleA(0), name); in dllThunkGetRealAddrOrDie() 42 uptr wrapper = __interception::InternalGetProcAddress( in dllThunkInterceptWhenPossible()
|
H A D | sanitizer_win_weak_interception.cpp | 31 uptr real = __interception::InternalGetProcAddress( in interceptWhenPossible()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/ |
H A D | interception_win_test.cc | 300 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 D | interception_win.h | 33 uptr InternalGetProcAddress(void *module, const char *func_name);
|
H A D | interception_win.cc | 875 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 D | interception_win.h | 35 uptr InternalGetProcAddress(void *module, const char *func_name);
|
H A D | interception_win.cc | 877 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 D | interception_win.h | 34 uptr InternalGetProcAddress(void *module, const char *func_name);
|
H A D | interception_win.cpp | 928 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()
|