Home
last modified time | relevance | path

Searched refs:_libctf_debug (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-subr.c34 int _libctf_debug = 0; /* Debugging messages enabled. */ variable
161 _libctf_debug = getenv ("LIBCTF_DEBUG") != NULL; in libctf_init_debug()
172 _libctf_debug = debug; in ctf_setdebug()
178 return _libctf_debug; in ctf_getdebug()
184 if (_libctf_unlikely_ (_libctf_debug)) in ctf_dprintf()
H A Dctf-impl.h792 extern int _libctf_debug; /* debugging messages enabled */
H A DChangeLog-2020817 * ctf-subr.c (ctf_dprintf): _libctf_debug is unlikely to be set.
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-subr.c34 int _libctf_debug = 0; /* Debugging messages enabled. */ variable
161 _libctf_debug = getenv ("LIBCTF_DEBUG") != NULL; in libctf_init_debug()
172 _libctf_debug = debug; in ctf_setdebug()
178 return _libctf_debug; in ctf_getdebug()
184 if (_libctf_unlikely_ (_libctf_debug)) in ctf_dprintf()
H A Dctf-impl.h793 extern int _libctf_debug; /* debugging messages enabled */
H A DChangeLog-2020817 * ctf-subr.c (ctf_dprintf): _libctf_debug is unlikely to be set.
/netbsd-src/external/cddl/osnet/dist/lib/libctf/common/
H A Dlibctf.h54 extern int _libctf_debug;
H A Dctf_subr.c79 if (_libctf_debug) { in ctf_dprintf()
H A Dctf_lib.c80 _libctf_debug = getenv("LIBCTF_DEBUG") != NULL; in _libctf_init()
/netbsd-src/external/cddl/osnet/dist/uts/common/ctf/
H A Dctf_subr.c88 if (_libctf_debug) { in ctf_dprintf()
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_impl.h334 extern int _libctf_debug; /* debugging messages enabled */
H A Dctf_open.c48 int _libctf_debug = 0; /* debugging messages enabled */ variable
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-2020817 * ctf-subr.c (ctf_dprintf): _libctf_debug is unlikely to be set.