Searched refs:DEBUG_FILES (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | descriptors.cc | 85 if (is_debugging_enabled(DEBUG_FILES)) in open() 106 gold_debug(DEBUG_FILES, "Reused existing descriptor %d for \"%s\"", in open() 137 gold_debug(DEBUG_FILES, "Opened new descriptor %d for \"%s\"", in open() 173 gold_debug(DEBUG_FILES, "Opened new descriptor %d for \"%s\"", in open() 223 gold_debug(DEBUG_FILES, "Released descriptor %d for \"%s\"", in release() 249 gold_debug(DEBUG_FILES, "Closed descriptor %d for \"%s\"", in close_some_descriptor() 283 gold_debug(DEBUG_FILES, "Closed descriptor %d for \"%s\" (close_all)", in close_all()
|
D | debug.h | 38 const int DEBUG_FILES = 0x4; variable 43 const int DEBUG_ALL = (DEBUG_TASK | DEBUG_SCRIPT | DEBUG_FILES 56 { "files", DEBUG_FILES }, in debug_string_to_enum()
|
D | fileread.cc | 211 gold_debug(DEBUG_FILES, "Attempt to open %s succeeded", in open() 296 gold_debug(DEBUG_FILES, "Locking file \"%s\"", this->name_.c_str()); in lock() 306 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()
|