Searched refs:puthandle (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dwince.c551 #define puthandle(huh, what, h) putdword ((huh), (what), (DWORD) (h)) macro
650 puthandle ("TerminateProcess handle", GDB_TERMINATEPROCESS, h);
668 puthandle ("GetThreadContext handle", GDB_GETTHREADCONTEXT, h);
679 puthandle ("SetThreadContext handle", GDB_SETTHREADCONTEXT, h);
689 puthandle ("ReadProcessMemory handle", GDB_READPROCESSMEMORY, h);
701 puthandle ("WriteProcessMemory handle", GDB_WRITEPROCESSMEMORY, h);
737 puthandle ("ThreadAlive handle", GDB_THREADALIVE, h);
746 puthandle ("SuspendThread handle", GDB_SUSPENDTHREAD, h);
755 puthandle ("ResumeThread handle", GDB_RESUMETHREAD, h);
777 puthandle ("CloseHandl
[all...]

Completed in 77 milliseconds