HomeSort by: relevance | last modified time | path
    Searched defs:_libctf_debug (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/binutils/dist/libctf/
ctf-subr.c 34 int _libctf_debug = 0; /* Debugging messages enabled. */ variable
198 _libctf_debug = getenv ("LIBCTF_DEBUG") != NULL;
209 _libctf_debug = debug;
215 return _libctf_debug;
221 if (_libctf_unlikely_ (_libctf_debug))
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-subr.c 34 int _libctf_debug = 0; /* Debugging messages enabled. */ variable
198 _libctf_debug = getenv ("LIBCTF_DEBUG") != NULL;
209 _libctf_debug = debug;
215 return _libctf_debug;
221 if (_libctf_unlikely_ (_libctf_debug))
  /src/external/gpl3/gdb/dist/libctf/
ctf-subr.c 34 int _libctf_debug = 0; /* Debugging messages enabled. */ variable
198 _libctf_debug = getenv ("LIBCTF_DEBUG") != NULL;
209 _libctf_debug = debug;
215 return _libctf_debug;
221 if (_libctf_unlikely_ (_libctf_debug))
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-subr.c 34 int _libctf_debug = 0; /* Debugging messages enabled. */ variable
161 _libctf_debug = getenv ("LIBCTF_DEBUG") != NULL;
172 _libctf_debug = debug;
178 return _libctf_debug;
184 if (_libctf_unlikely_ (_libctf_debug))
  /src/external/cddl/osnet/dist/common/ctf/
ctf_open.c 48 int _libctf_debug = 0; /* debugging messages enabled */ variable

Completed in 28 milliseconds