Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-subr.c30 int _libctf_debug = 0; /* Debugging messages enabled. */ variable
163 _libctf_debug = getenv ("LIBCTF_DEBUG") != NULL; in libctf_init_debug()
174 _libctf_debug = debug; in ctf_setdebug()
180 return _libctf_debug; in ctf_getdebug()
186 if (_libctf_debug) in ctf_dprintf()
H A Dctf-impl.h479 extern int _libctf_debug; /* debugging messages enabled */