/openbsd/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_win.cpp | 211 PVOID Reserved1[12]; 213 PVOID ProcessEnvironmentBlock; 214 PVOID Reserved2[399]; 216 PVOID TlsSlots[64]; 218 PVOID Reserved5[26]; 219 PVOID ReservedForOle; 220 PVOID Reserved6[4]; 221 PVOID TlsExpansionSlots;
|
/openbsd/gnu/llvm/libunwind/src/ |
H A D | Unwind-seh.cpp | 59 _GCC_specific_handler(PEXCEPTION_RECORD ms_exc, PVOID frame, PCONTEXT ms_ctx, in _GCC_specific_handler() 151 RtlUnwindEx(frame, (PVOID)disp->ControlPc, ms_exc, exc, ms_ctx, disp->HistoryTable); in _GCC_specific_handler() 187 RtlUnwindEx(frame, (PVOID)target, ms_exc, (PVOID)retval, &new_ctx, disp->HistoryTable); in _GCC_specific_handler() 216 (PVOID)disp_ctx->EstablisherFrame, in __libunwind_seh_personality() 390 RtlUnwindEx((PVOID)exception_object->private_[1], in _Unwind_Resume() 391 (PVOID)exception_object->private_[2], &ms_exc, in _Unwind_Resume()
|
H A D | UnwindCursor.hpp | 66 PVOID HandlerData;
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | CrashRecoveryContext.cpp | 317 PVOID handle = ::AddVectoredExceptionHandler(1, ExceptionHandler); in installExceptionOrSignalHandlers() 322 PVOID currentHandle = const_cast<PVOID>(sCurrentExceptionHandle); in uninstallExceptionOrSignalHandlers()
|
/openbsd/gnu/llvm/libcxx/src/support/win32/ |
H A D | thread_win32.cpp | 142 __libcpp_init_once_execute_once_thunk(PINIT_ONCE __init_once, PVOID __parameter, in __libcpp_init_once_execute_once_thunk() 143 PVOID *__context) in __libcpp_init_once_execute_once_thunk()
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | thread.h | 24 typedef void *PVOID; typedef 25 typedef PVOID HANDLE;
|
/openbsd/gnu/llvm/compiler-rt/lib/builtins/ |
H A D | emutls.c | 185 static BOOL CALLBACK emutls_init(PINIT_ONCE p0, PVOID p1, PVOID *p2) { in emutls_init()
|
/openbsd/gnu/usr.bin/perl/os2/ |
H A D | os2ish.h | 1087 ULONG _res_,PVOID buf,ULONG bufsz); 1177 PVOID semrecs; /* array of associated sema's */ 1223 PVOID _reserved_; 1235 PVOID _reserved2_;
|
H A D | os2.c | 1939 if (DosQuerySysInfo(QSV_NUMPROCESSORS, QSV_NUMPROCESSORS, (PVOID)&res, sizeof(res))) in numprocessors() 3194 (PVOID)si, in XS() 3199 (PVOID)(si+last-1), in XS() 3240 (PVOID)si, in XS() 3265 (PVOID)si, sizeof(si)))) in XS() 3855 (ULONG r1, ULONG r2, PVOID buf, ULONG szbuf, ULONG fnum),
|
/openbsd/gnu/llvm/llvm/lib/Support/Windows/ |
H A D | Signals.inc | 58 PVOID Key; 100 PVOID FuncTableEntry; 111 HANDLE hProcess, DWORD64 qwBaseAddress, PVOID lpBuffer, DWORD nSize, 114 typedef PVOID(__stdcall *PFUNCTION_TABLE_ACCESS_ROUTINE64)(HANDLE ahProcess, 131 PVOID, PREAD_PROCESS_MEMORY_ROUTINE64, 152 typedef PVOID(WINAPI *fpSymFunctionTableAccess64)(HANDLE, DWORD64); 163 PVOID);
|
/openbsd/gnu/usr.bin/cvs/os2/ |
H A D | filesubr.c | 797 (PVOID) &FindBuffer, /* Result buffer */ 858 (PVOID) &FindBuffer,
|
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtilWindows.cpp | 90 void CALLBACK AlarmHandler(PVOID, BOOLEAN) { in AlarmHandler() argument
|
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/ |
H A D | PrfDB.xs | 20 BOOL (*pPrfQueryProfileData) (HINI hini, PCSZ pszApp, PCSZ pszKey, PVOID pBuffer,
|
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-Process/ |
H A D | Process.xs | 293 DeclWinFunc_CACHE(BOOL, SetWindowPtr, (HWND hwnd, LONG index, PVOID p), 366 DeclWinFunc_CACHE_resetError(PVOID, QueryWindowPtr, (HWND hwnd, LONG index), 1546 C_ARGS: hwnd, index, (PVOID)p
|
/openbsd/gnu/usr.bin/perl/cpan/Win32/ |
H A D | Win32.xs | 36 typedef LONG (WINAPI *PFNRegGetValueA)(HKEY, LPCSTR, LPCSTR, DWORD, LPDWORD, PVOID, LPDWORD);
|
/openbsd/gnu/usr.bin/perl/win32/ |
H A D | win32.c | 5316 typedef NTSTATUS (NTAPI *pNtQueryInformationFile_t)(HANDLE, PIO_STATUS_BLOCK, PVOID, ULONG, ULONG);
|