Searched refs:DEBUG_FILES (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | descriptors.cc | 86 if (is_debugging_enabled(DEBUG_FILES)) in open() 107 gold_debug(DEBUG_FILES, "Reused existing descriptor %d for \"%s\"", in open() 138 gold_debug(DEBUG_FILES, "Opened new descriptor %d for \"%s\"", in open() 174 gold_debug(DEBUG_FILES, "Opened new descriptor %d for \"%s\"", in open() 224 gold_debug(DEBUG_FILES, "Released descriptor %d for \"%s\"", in release() 250 gold_debug(DEBUG_FILES, "Closed descriptor %d for \"%s\"", in close_some_descriptor() 284 gold_debug(DEBUG_FILES, "Closed descriptor %d for \"%s\" (close_all)", in close_all()
|
| D | debug.h | 38 const int DEBUG_FILES = 0x4; variable 45 const int DEBUG_ALL = (DEBUG_TASK | DEBUG_SCRIPT | DEBUG_FILES 58 { "files", DEBUG_FILES }, in debug_string_to_enum()
|
| D | fileread.cc | 212 gold_debug(DEBUG_FILES, "Attempt to open %s succeeded", in open() 300 gold_debug(DEBUG_FILES, "Locking file \"%s\"", this->name_.c_str()); in lock() 310 gold_debug(DEBUG_FILES, "Unlocking file \"%s\"", this->name_.c_str()); in unlock()
|
| D | dirsearch.cc | 272 gold_debug(DEBUG_FILES, "Attempt to open %s/%s failed", in find()
|
| D | parameters.cc | 101 this->debug_ |= DEBUG_FILES; in set_options()
|