Searched refs:NTAPI (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_win_dynamic_runtime_thunk.cpp | 69 static void NTAPI asan_thread_init(void *mod, unsigned long reason, in asan_thread_init() 79 __declspec(allocate(".CRT$XLAB")) void (NTAPI *__asan_tls_init)(void *, variable
|
H A D | asan_win.cpp | 385 static void NTAPI asan_thread_init(void *module, DWORD reason, void *reserved) { 391 __declspec(allocate(".CRT$XLAB")) void(NTAPI *__asan_tls_init)( 395 static void NTAPI asan_thread_exit(void *module, DWORD reason, void *reserved) { 405 __declspec(allocate(".CRT$XLY")) void(NTAPI *__asan_tls_exit)( 392 __declspec(allocate(".CRT$XLAB")) void(NTAPI *__asan_tls_init)( global() variable 406 __declspec(allocate(".CRT$XLY")) void(NTAPI *__asan_tls_exit)( global() variable
|
/freebsd-src/sys/contrib/libsodium/src/libsodium/randombytes/sysrandom/ |
H A D | randombytes_sysrandom.c | 54 BOOLEAN NTAPI RtlGenRandom(PVOID RandomBuffer, ULONG RandomBufferLength);
|
/freebsd-src/sys/contrib/libsodium/src/libsodium/randombytes/salsa20/ |
H A D | randombytes_salsa20_random.c | 48 BOOLEAN NTAPI RtlGenRandom(PVOID RandomBuffer, ULONG RandomBufferLength);
|
/freebsd-src/contrib/llvm-project/openmp/runtime/src/ |
H A D | z_Windows_NT_util.cpp | 126 typedef NTSTATUS(NTAPI *NtQuerySystemInformation_t)(SYSTEM_INFORMATION_CLASS,
|