/toolchain/binutils/binutils-2.25/gold/ |
D | gold-threads.cc | 103 gold_fatal(_("pthead_mutextattr_init failed: %s"), strerror(err)); in Lock_impl_threads() 107 gold_fatal(_("pthread_mutextattr_settype failed: %s"), strerror(err)); in Lock_impl_threads() 112 gold_fatal(_("pthread_mutex_init failed: %s"), strerror(err)); in Lock_impl_threads() 116 gold_fatal(_("pthread_mutexattr_destroy failed: %s"), strerror(err)); in Lock_impl_threads() 123 gold_fatal(_("pthread_mutex_destroy failed: %s"), strerror(err)); in ~Lock_impl_threads() 131 gold_fatal(_("pthread_mutex_lock failed: %s"), strerror(err)); in acquire() 139 gold_fatal(_("pthread_mutex_unlock failed: %s"), strerror(err)); in release() 220 gold_fatal(_("pthread_cond_init failed: %s"), strerror(err)); in Condvar_impl_threads() 227 gold_fatal(_("pthread_cond_destroy failed: %s"), strerror(err)); in ~Condvar_impl_threads() 236 gold_fatal(_("pthread_cond_wait failed: %s"), strerror(err)); in wait() [all …]
|
D | options.cc | 202 gold_fatal(_("%s: invalid option value (expected an integer): %s"), in parse_uint() 212 gold_fatal(_("%s: invalid option value (expected an integer): %s"), in parse_int() 222 gold_fatal(_("%s: invalid option value (expected an integer): %s"), in parse_uint64() 232 gold_fatal(_("%s: invalid option value " in parse_double() 243 gold_fatal(_("%s: invalid option value " in parse_percent() 252 gold_fatal(_("%s: must take a non-empty argument"), option_name); in parse_string() 293 gold_fatal(_("%s: must take one of the following arguments: %s"), in parse_choices() 534 gold::gold_fatal(_("unable to parse script file %s"), arg); in parse_script() 542 gold::gold_fatal(_("unable to parse version script file %s"), arg); in parse_version_script() 550 gold::gold_fatal(_("unable to parse dynamic-list script file %s"), arg); in parse_dynamic_list() [all …]
|
D | dwp.cc | 956 gold_fatal(_("%s: .dwp file must have no more than one " in read() 1018 gold_fatal(_("%s: no .debug_cu_index section found"), this->name_); in verify() 1035 gold_fatal(_("%s: can't open"), this->name_); in make_object() 1045 gold_fatal(_("%s: not an ELF object file"), this->name_); in make_object() 1055 gold_fatal(_("%s: %s"), this->name_, error.c_str()); in make_object() 1156 gold_fatal(_("%s: section %s has unsupported version number %d"), in sized_read_unit_index() 1182 gold_fatal(_("%s: section %s is corrupt"), this->name_, in sized_read_unit_index() 1298 gold_fatal(_("%s: section %s has unsupported version number %d"), in sized_verify_dwo_list() 1322 gold_fatal(_("%s: section %s is corrupt"), this->name_, in sized_verify_dwo_list() 1376 gold_fatal(_("%s: last entry in string section '%s' " in add_strings() [all …]
|
D | fileread.cc | 249 gold_fatal(_("could not reopen file %s"), this->name_.c_str()); in reopen_descriptor() 402 gold_fatal(_("%s: pread failed: %s"), in do_read() 416 gold_fatal(_("%s: file too short: read only %lld of %lld bytes at %lld"), in do_read() 539 gold_fatal(_("%s: attempt to map %lld bytes at offset %lld exceeds " in find_or_make_view() 679 gold_fatal(_("%s: lseek failed: %s"), in do_readv() 685 gold_fatal(_("%s: readv failed: %s"), in do_readv() 688 gold_fatal(_("%s: file too short: read only %zd of %zd bytes at %lld"), in do_readv() 950 gold_fatal(_("%s: stat failed: %s"), this->name_.c_str(), in get_mtime()
|
D | gold.cc | 193 gold_fatal(_("no input files")); in queue_initial_tasks() 667 gold_fatal(_("cannot mix -r with dynamic object %s"), in queue_middle_tasks() 671 gold_fatal(_("cannot use non-ELF output format with dynamic object %s"), in queue_middle_tasks() 683 gold_fatal(_("cannot mix split-stack '%s' and " in queue_middle_tasks()
|
D | dwp.h | 85 gold_fatal(const char* format, ...) ATTRIBUTE_NORETURN ATTRIBUTE_PRINTF_1;
|
D | workqueue-threads.cc | 106 gold_fatal(_("%s failed: %s"), function, strerror(err)); in check()
|
D | gold.h | 87 gold_fatal(const char* format, ...) ATTRIBUTE_NORETURN ATTRIBUTE_PRINTF_1;
|
D | descriptors.cc | 187 gold_fatal(_("out of file descriptors and couldn't close any")); in open()
|
D | parameters.cc | 374 gold_fatal(_("no supported target for -EB/-EL option")); in parameters_force_valid_target()
|
D | errors.cc | 224 gold_fatal(const char* format, ...) in gold_fatal() function
|
D | output.cc | 4924 gold_fatal(_("%s: incremental base and output file name are the same"), in open_base_file() 5046 gold_fatal(_("%s: open: %s"), this->name_, strerror(errno)); in open() 5070 gold_fatal(_("%s: mremap: %s"), this->name_, strerror(errno)); in resize() 5089 gold_fatal(_("%s: mmap: %s"), this->name_, strerror(errno)); in resize() 5144 gold_fatal(_("%s: %s"), this->name_, strerror(err)); in map_no_anonymous() 5181 gold_fatal(_("%s: mmap: failed to allocate %lu bytes for output file: %s"), in map()
|
D | layout.cc | 352 gold_fatal("Section_info of %s missing.\n", os->name()); in verify_sections() 356 gold_fatal("Section order changed. Expecting %s but see %s\n", in verify_sections() 361 gold_fatal("Section %s changed.\n", os->name()); in verify_sections() 2627 gold_fatal(_("unable to open --section-ordering-file file %s: %s"), in read_layout_from_file() 3158 gold_fatal(_("--build-id argument '%s' not a valid hex number"), in create_build_id() 3164 gold_fatal(_("unrecognized --build-id argument '%s'"), style); in create_build_id()
|
D | tilegx.cc | 2724 gold_fatal(_("TLS_DESC not yet supported for incremental linking")); in reserve_local_got_entry() 2779 gold_fatal(_("TLS_DESC not yet supported for TILEGX")); in reserve_global_got_entry()
|
D | object.cc | 3077 gold_fatal(_("%s: unsupported ELF machine number %d"), in make_elf_sized_object()
|
D | x86_64.cc | 1921 gold_fatal(_("TLS_DESC not yet supported for incremental linking")); in reserve_local_got_entry()
|