Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 36) sorted by relevance

12

/elf/
A Drestest1.c21 error (EXIT_FAILURE, 0, "while loading `%s': %s", "testobj1.so", in main()
26 error (EXIT_FAILURE, 0, "while loading `%s': %s", "testobj1_1.so", in main()
31 error (EXIT_FAILURE, 0, "getting `obj1func1' in `%s': %s", in main()
36 error (EXIT_FAILURE, 0, "getting `obj1func1' in `%s': %s", in main()
44 error (EXIT_FAILURE, 0, "cannot close testobj1.so: %s\n", dlerror ()); in main()
46 error (EXIT_FAILURE, 0, "cannot close testobj1_1.so: %s\n", dlerror ()); in main()
A Dtst-nodelete-dlclose-dso.c48 char *error; in primary() local
59 error = dlerror (); in primary()
60 if (error != NULL) in primary()
63 error); in primary()
A Dorigtest.c15 error (EXIT_FAILURE, 0, "while loading `%s': %s", "testobj1.so", in main()
20 error (EXIT_FAILURE, 0, "getting `obj1func1' in `%s': %s", in main()
27 error (EXIT_FAILURE, 0, "while close `%s': %s", in main()
A Drestest2.c15 error (EXIT_FAILURE, 0, "dlsym (RTLD_NEXT, \"getpid\"): %s", dlerror ()); in getpid()
28 error (EXIT_FAILURE, 0, "dlsym (RTLD_DEFAULT, \"getpid\"): %s", dlerror ()); in main()
31 error (EXIT_FAILURE, 0, "main getpid() not called"); in main()
A Dsln.c157 const char *error; in makesymlink() local
177 error = strerror (errno); in makesymlink()
178 fprintf (stderr, _("%s: invalid destination: %s\n"), dest, error); in makesymlink()
187 error = strerror (errno); in makesymlink()
190 src, dest, error); in makesymlink()
197 error = strerror (errno); in makesymlink()
199 src, dest, error); in makesymlink()
A Dtst-unwind-main.c53 error (1, rc, "pthread_create"); in main()
56 error (1, rc, "pthread_join"); in main()
A Ddl-trampoline.c1 #error "Architecture specific PLT trampolines must be defined."
A Dchroot_canon.c121 goto error; in chroot_canon()
132 goto error; in chroot_canon()
140 goto error; in chroot_canon()
151 goto error; in chroot_canon()
174 error: in chroot_canon()
A DmarkermodMARKER-VALUE.c22 # error MARKER not defined
A Dreadlib.c96 error (0, 0, _("Input file %s not found.\n"), file_name); in process_file()
102 error (0, 0, _("Cannot fstat file %s.\n"), file_name); in process_file()
113 error (0, 0, _("File %s is empty, not checked."), file_name); in process_file()
119 error (0, 0, _("File %s is too small, not checked."), file_name); in process_file()
129 error (0, 0, _("Cannot mmap file %s.\n"), file_name); in process_file()
168 error (0, 0, _("%s is not an ELF file - it has the wrong magic bytes at the start.\n"), in process_file()
A Dpldd.c102 error (EXIT_FAILURE, 0, gettext ("invalid process ID '%s'"), in main()
110 error (EXIT_FAILURE, errno, gettext ("cannot open %s"), buf); in main()
141 error (EXIT_FAILURE, errno, gettext ("cannot open %s/task"), buf); in main()
144 error (EXIT_FAILURE, errno, gettext ("cannot prepare reading %s/task"), in main()
157 error (EXIT_FAILURE, 0, gettext ("invalid thread ID '%s'"), in main()
168 error (EXIT_FAILURE, errno, gettext ("cannot attach to process %lu"), in main()
183 error (EXIT_FAILURE, 0, gettext ("no valid %s/task entries"), buf); in main()
289 error (0, errno, gettext ("cannot get information about process %lu"), in get_process_info()
302 error (0, 0, gettext ("process %lu is no ELF program"), pid); in get_process_info()
A Dpldd-xx.c101 error (EXIT_FAILURE, 0, gettext ("cannot find program header of process")); in E()
105 error (EXIT_FAILURE, 0, gettext ("cannot read program header")); in E()
127 error (EXIT_FAILURE, 0, gettext ("cannot read dynamic section")); in E()
136 error (EXIT_FAILURE, 0, gettext ("cannot read r_debug")); in E()
153 error (EXIT_FAILURE, 0, gettext ("cannot read program interpreter")); in E()
182 error (EXIT_FAILURE, 0, gettext ("cannot read link map")); in E()
189 error (EXIT_FAILURE, 0, gettext ("cannot read object name")); in E()
195 error (EXIT_FAILURE, 0, in E()
A Dunload2.c28 error (EXIT_FAILURE, errno, "cannot load \"unload2mod.so\""); in main()
31 error (EXIT_FAILURE, errno, "cannot load \"unload2dep.so\""); in main()
A Dldconfig.c444 error (EXIT_FAILURE, errno, in add_glibc_hwcaps_subdirectories()
519 error (0, errno, _("Can't stat %s"), entry->path); in add_dir_1()
600 error (0, 0, _("Can't stat %s\n"), full_libname); in create_links()
629 error (0, 0, _("Can't unlink %s"), full_soname); in create_links()
699 error (0, errno, _("Can't find %s"), path); in manual_link()
920 error (0, errno, _("Cannot stat %s"), file_name); in search_dir()
1237 error (0, errno, _("\ in parse_conf()
1303 error (EXIT_FAILURE, 0, in parse_conf_include()
1311 error (EXIT_FAILURE, 0, _("memory exhausted")); in parse_conf_include()
1391 error (EXIT_FAILURE, 0, in main()
[all …]
A DVersions30 # Internal error handling support. Interposes the functions in ld.so.
70 # Internal error handling support.
73 # Internal error handling support. Interposed by libc.so.
A Dconstload1.c19 error (EXIT_FAILURE, errno, "cannot load module \"constload2.so\""); in main()
A Dreadelflib.c34 error (0, 0, _("file %s is truncated\n"), file_name); \
65 error (0, 0, _("%s is a 32 bit ELF file.\n"), file_name); in process_elf_file()
67 error (0, 0, _("%s is a 64 bit ELF file.\n"), file_name); in process_elf_file()
69 error (0, 0, _("Unknown ELFCLASS in file %s.\n"), file_name); in process_elf_file()
76 error (0, 0, _("%s is not a shared object file (Type: %d).\n"), file_name, in process_elf_file()
104 error (0, 0, _("more than one dynamic segment\n")); in process_elf_file()
A Dloadfail.c21 error (EXIT_FAILURE, 0, "failed to load shared object: %s", dlerror ()); in main()
A Dcache.c296 error (EXIT_FAILURE, 0, _("Cache file has wrong endianness.\n")); in check_new_cache()
333 error (EXIT_FAILURE, errno, _("mmap of cache file failed.\n")); in print_cache()
337 error (EXIT_FAILURE, 0, _("File is not a cache file.\n")); in print_cache()
351 error (EXIT_FAILURE, 0, _("File is not a cache file.\n")); in print_cache()
362 error (EXIT_FAILURE, 0, _("File is not a cache file.\n")); in print_cache()
403 error (EXIT_FAILURE, 0, in print_cache()
733 error (EXIT_FAILURE, errno, _("Writing of cache data failed")); in save_cache()
747 error (EXIT_FAILURE, errno, _("Writing of cache data failed")); in save_cache()
752 error (EXIT_FAILURE, errno, _("Writing of cache data failed")); in save_cache()
764 error (EXIT_FAILURE, errno, in save_cache()
[all …]
A Dstringtable.c90 error (EXIT_FAILURE, 0, _("String table string is too long")); in stringtable_add()
103 error (EXIT_FAILURE, 0, _("String table has too many entries")); in stringtable_add()
188 error (EXIT_FAILURE, 0, _("String table is too large")); in stringtable_finalize()
196 error (EXIT_FAILURE, 0, _("String table is too large")); in stringtable_finalize()
A Dsprof.c56 # error "Unknown BYTE_ORDER " BYTE_ORDER
441 error (0, errno, _("cannot create internal descriptor")); in load_shobj()
567 error (EXIT_FAILURE, errno, in load_shobj()
615 error (EXIT_FAILURE, errno, _("cannot determine file name")); in load_shobj()
647 error (EXIT_FAILURE, errno, in load_shobj()
654 error (EXIT_FAILURE, errno, in load_shobj()
662 error (EXIT_FAILURE, errno, in load_shobj()
714 error (EXIT_FAILURE, errno, _("failed to load symbol data")); in load_shobj()
779 error (0, errno, _("cannot load profiling data")); in load_profdata()
795 error (0, 0, in load_profdata()
[all …]
A Dtst-execstack.c100 error (1, rc, "pthread_create"); in do_test()
212 error (1, rc, "pthread_create"); in do_test()
A Dtst-audit13mod1.c76 # error "architecture specific code needed in sysdeps/CPU/tst-audit.h"
A Dloadtest.c122 error (EXIT_FAILURE, 0, "cannot load `%s': %s", in main()
128 error (EXIT_FAILURE, 0, in main()
A Dtst-auditmod1.c110 # error "architecture specific code needed in sysdeps/CPU/tst-audit.h"

Completed in 79 milliseconds

12