Searched refs:putdword (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | wince.c | 481 putdword (LPCSTR huh, gdb_wince_id what, DWORD n) in putdword() function 556 #define puthandle(huh, what, h) putdword ((huh), (what), (DWORD) (h)) 557 #define putpvoid(huh, what, p) putdword ((huh), (what), (DWORD) (p)) 648 putdword ("CreateProcess flags", GDB_CREATEPROCESS, flags); in create_process() 672 putdword ("WaitForDebugEvent ms", GDB_WAITFORDEBUGEVENT, ms); in wait_for_debug_event() 684 putdword ("GetThreadContext flags", GDB_GETTHREADCONTEXT, in get_thread_context() 796 putdword ("ContinueDebugEvent pid", GDB_CONTINUEDEBUGEVENT, pid); in continue_debug_event() 797 putdword ("ContinueDebugEvent tid", GDB_CONTINUEDEBUGEVENT, tid); in continue_debug_event() 798 putdword ("ContinueDebugEvent status", GDB_CONTINUEDEBUGEVENT, status); in continue_debug_event() 822 (void) putdword ("Stopping gdb stub", GDB_STOPSTUB, 0); in stop_stub()
|
| D | wince-stub.c | 188 putdword (LPCWSTR huh, int s, gdb_wince_id what, DWORD n) in putdword() function 433 putdword (L"SuspendThread result", s, GDB_SUSPENDTHREAD, res); in suspend_thread() 443 putdword (L"ResumeThread result", s, GDB_RESUMETHREAD, res); in resume_thread()
|
| /mirbsd/src/sys/arch/i386/i386/ |
| D | vm86.c | 91 #define putdword(base, ptr, val) \ macro 350 putdword(ss, sp, get_vflags(p) & ~PSL_VM);
|