Home
last modified time | relevance | path

Searched refs:gold_fatal (Results 1 – 16 of 16) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dgold-threads.cc103 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 …]
Doptions.cc202 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 …]
Ddwp.cc956 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 …]
Dfileread.cc249 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()
Dgold.cc193 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()
Ddwp.h85 gold_fatal(const char* format, ...) ATTRIBUTE_NORETURN ATTRIBUTE_PRINTF_1;
Dworkqueue-threads.cc106 gold_fatal(_("%s failed: %s"), function, strerror(err)); in check()
Dgold.h87 gold_fatal(const char* format, ...) ATTRIBUTE_NORETURN ATTRIBUTE_PRINTF_1;
Ddescriptors.cc187 gold_fatal(_("out of file descriptors and couldn't close any")); in open()
Dparameters.cc374 gold_fatal(_("no supported target for -EB/-EL option")); in parameters_force_valid_target()
Derrors.cc224 gold_fatal(const char* format, ...) in gold_fatal() function
Doutput.cc4924 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()
Dlayout.cc352 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()
Dtilegx.cc2724 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()
Dobject.cc3077 gold_fatal(_("%s: unsupported ELF machine number %d"), in make_elf_sized_object()
Dx86_64.cc1921 gold_fatal(_("TLS_DESC not yet supported for incremental linking")); in reserve_local_got_entry()