HomeSort by relevance Sort by last modified time
    Searched refs:gold_fatal (Results 1 - 16 of 16) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
gold-threads.cc 103 gold_fatal(_("pthead_mutextattr_init failed: %s"), strerror(err));
107 gold_fatal(_("pthread_mutextattr_settype failed: %s"), strerror(err));
112 gold_fatal(_("pthread_mutex_init failed: %s"), strerror(err));
116 gold_fatal(_("pthread_mutexattr_destroy failed: %s"), strerror(err));
123 gold_fatal(_("pthread_mutex_destroy failed: %s"), strerror(err));
131 gold_fatal(_("pthread_mutex_lock failed: %s"), strerror(err));
139 gold_fatal(_("pthread_mutex_unlock failed: %s"), strerror(err));
220 gold_fatal(_("pthread_cond_init failed: %s"), strerror(err));
227 gold_fatal(_("pthread_cond_destroy failed: %s"), strerror(err));
236 gold_fatal(_("pthread_cond_wait failed: %s"), strerror(err))
    [all...]
options.cc 202 gold_fatal(_("%s: invalid option value (expected an integer): %s"),
212 gold_fatal(_("%s: invalid option value (expected an integer): %s"),
222 gold_fatal(_("%s: invalid option value (expected an integer): %s"),
232 gold_fatal(_("%s: invalid option value "
243 gold_fatal(_("%s: invalid option value "
252 gold_fatal(_("%s: must take a non-empty argument"), option_name);
293 gold_fatal(_("%s: must take one of the following arguments: %s"),
534 gold::gold_fatal(_("unable to parse script file %s"), arg);
542 gold::gold_fatal(_("unable to parse version script file %s"), arg);
550 gold::gold_fatal(_("unable to parse dynamic-list script file %s"), arg)
    [all...]
dwp.h 85 gold_fatal(const char* format, ...) ATTRIBUTE_NORETURN ATTRIBUTE_PRINTF_1;
dwp.cc 956 gold_fatal(_("%s: .dwp file must have no more than one "
1018 gold_fatal(_("%s: no .debug_cu_index section found"), this->name_);
1035 gold_fatal(_("%s: can't open"), this->name_);
1045 gold_fatal(_("%s: not an ELF object file"), this->name_);
1055 gold_fatal(_("%s: %s"), this->name_, error.c_str());
    [all...]
workqueue-threads.cc 106 gold_fatal(_("%s failed: %s"), function, strerror(err));
fileread.cc 249 gold_fatal(_("could not reopen file %s"), this->name_.c_str());
402 gold_fatal(_("%s: pread failed: %s"),
416 gold_fatal(_("%s: file too short: read only %lld of %lld bytes at %lld"),
539 gold_fatal(_("%s: attempt to map %lld bytes at offset %lld exceeds "
679 gold_fatal(_("%s: lseek failed: %s"),
685 gold_fatal(_("%s: readv failed: %s"),
688 gold_fatal(_("%s: file too short: read only %zd of %zd bytes at %lld"),
940 // Return the file last modification time. Calls gold_fatal if the stat
950 gold_fatal(_("%s: stat failed: %s"), this->name_.c_str(),
gold.cc 193 gold_fatal(_("no input files"));
667 gold_fatal(_("cannot mix -r with dynamic object %s"),
671 gold_fatal(_("cannot use non-ELF output format with dynamic object %s"),
683 gold_fatal(_("cannot mix split-stack '%s' and "
gold.h 87 gold_fatal(const char* format, ...) ATTRIBUTE_NORETURN ATTRIBUTE_PRINTF_1;
descriptors.cc 187 gold_fatal(_("out of file descriptors and couldn't close any"));
parameters.cc 374 gold_fatal(_("no supported target for -EB/-EL option"));
errors.cc 224 gold_fatal(const char* format, ...) function in namespace:gold
output.cc     [all...]
layout.cc 352 gold_fatal("Section_info of %s missing.\n", os->name());
356 gold_fatal("Section order changed. Expecting %s but see %s\n",
361 gold_fatal("Section %s changed.\n", os->name());
    [all...]
tilegx.cc     [all...]
object.cc     [all...]
x86_64.cc     [all...]

Completed in 258 milliseconds