Home
last modified time | relevance | path

Searched refs:DEBUG_FILES (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Ddescriptors.cc85 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()
Ddebug.h38 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()
Dfileread.cc211 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()
Ddirsearch.cc272 gold_debug(DEBUG_FILES, "Attempt to open %s/%s failed", in find()
Dparameters.cc101 this->debug_ |= DEBUG_FILES; in set_options()