Home
last modified time | relevance | path

Searched refs:putmemory (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dwince.c502 putmemory (LPCSTR huh, gdb_wince_id what, const void *mem, gdb_wince_len len) in putmemory() function
634 putmemory ("CreateProcess exec_file", GDB_CREATEPROCESS, buf, len); in create_process()
636 putmemory ("CreateProcess args", GDB_CREATEPROCESS, buf, len); in create_process()
680 putmemory ("SetThreadContext context", GDB_SETTHREADCONTEXT, c, sizeof (*c)); in set_thread_context()
703 putmemory ("WriteProcProcessMemory buf", GDB_WRITEPROCESSMEMORY, buf, len); in write_process_memory()
Dwince-stub.c213 putmemory (LPCWSTR huh, int s, gdb_wince_id what, const void *mem, gdb_wince_len len) in putmemory() function
228 putmemory (huh, s, what, mem, len); in putresult()