| /src/external/gpl3/gdb/dist/gdbserver/ |
| debug.h | 65 ssize_t debug_write (const void *buf, size_t nbyte);
|
| debug.cc | 117 debug_write (const void *buf, size_t nbyte) function
|
| linux-low.cc | 5840 if (debug_write ("sigchld_handler\n",
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| debug.h | 60 ssize_t debug_write (const void *buf, size_t nbyte);
|
| debug.cc | 115 debug_write (const void *buf, size_t nbyte) function
|
| linux-low.cc | 5855 if (debug_write ("sigchld_handler\n",
|
| /src/external/gpl3/binutils/dist/binutils/ |
| debug.h | 164 /* This structure is passed to debug_write. It holds function 165 pointers that debug_write will call based on the accumulated 791 extern bool debug_write
|
| prdbg.c | 24 supplying a set of routines to debug_write. */ 299 bool ret = debug_write (dhandle, as_tags ? &tg_fns : &pr_fns, &info);
|
| wrstabs.c | 130 /* This is the handle passed through debug_write. */ 505 if (! debug_write (dhandle, &stab_fns, (void *) &info))
|
| debug.c | 56 /* Mark. This is used by debug_write. */ 58 /* A struct/class ID used by debug_write. */ 60 /* The base for class_id for this call to debug_write. */ 62 /* The current line number in debug_write. */ 65 /* A list of classes which have assigned ID's during debug_write. 108 /* Used by debug_write to stop DEBUG_KIND_INDIRECT infinite recursion. */ 498 /* Mark. This is used by debug_write. */ 524 /* During debug_write, a linked list of these structures is used to 2312 debug_write (void *handle, const struct debug_write_fns *fns, void *fhandle) 2325 to debug_write. * 2309 debug_write (void *handle, const struct debug_write_fns *fns, void *fhandle) function [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| debug.h | 164 /* This structure is passed to debug_write. It holds function 165 pointers that debug_write will call based on the accumulated 791 extern bool debug_write
|
| prdbg.c | 24 supplying a set of routines to debug_write. */ 299 bool ret = debug_write (dhandle, as_tags ? &tg_fns : &pr_fns, &info);
|
| wrstabs.c | 130 /* This is the handle passed through debug_write. */ 505 if (! debug_write (dhandle, &stab_fns, (void *) &info))
|
| debug.c | 56 /* Mark. This is used by debug_write. */ 58 /* A struct/class ID used by debug_write. */ 60 /* The base for class_id for this call to debug_write. */ 62 /* The current line number in debug_write. */ 65 /* A list of classes which have assigned ID's during debug_write. 108 /* Used by debug_write to stop DEBUG_KIND_INDIRECT infinite recursion. */ 498 /* Mark. This is used by debug_write. */ 524 /* During debug_write, a linked list of these structures is used to 2312 debug_write (void *handle, const struct debug_write_fns *fns, void *fhandle) 2325 to debug_write. * 2309 debug_write (void *handle, const struct debug_write_fns *fns, void *fhandle) function [all...] |
| /src/tests/dev/audio/ |
| audiotest.c | 114 int debug_write(int, int, const void *, size_t); 991 debug_write(__LINE__, fd, addr, len) 992 int debug_write(int line, int fd, const void *addr, size_t len) function
|