HomeSort by: relevance | last modified time | path
    Searched refs:debug_write (Results 1 - 9 of 9) sorted by relevancy

  /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

Completed in 62 milliseconds