/elf/ |
A D | sln.c | 76 printf (_("Usage: sln src dest|file\n\n")); in usage() 77 printf (_("For bug reporting instructions, please see:\n\ in usage() 97 fprintf (stderr, _("%s: file open error: %m\n"), file); in makesymlinks() 134 fprintf (stderr, _("No target in line %d\n"), lineno); in makesymlinks() 164 fprintf (stderr, _("%s: destination must not be a directory\n"), in makesymlink() 170 fprintf (stderr, _("%s: failed to remove the old destination\n"), in makesymlink() 178 fprintf (stderr, _("%s: invalid destination: %s\n"), dest, error); in makesymlink() 189 fprintf (stderr, _("Invalid link from \"%s\" to \"%s\": %s\n"), in makesymlink() 198 fprintf (stderr, _("Invalid link from \"%s\" to \"%s\": %s\n"), in makesymlink()
|
A D | readlib.c | 96 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 D | ldconfig.c | 445 _("Could not form glibc-hwcaps path")); 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() 641 fputs (_(" (changed)\n"), stdout); in create_links() 643 fputs (_(" (SKIPPED)\n"), stdout); 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() 1311 error (EXIT_FAILURE, 0, _("memory exhausted")); in parse_conf_include() 1392 _("relative path `%s' used to build cache"), in main() [all …]
|
A D | readelflib.c | 34 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 D | cache.c | 179 fputs (_("unknown"), stdout); in print_entry() 258 printf (_(", OS ABI: %s %d.%d.%d"), in print_entry() 259 _(abi_tag_os[os > MAXTAG ? MAXTAG : os]), in print_entry() 305 fputs (_("Cache generated by: "), stdout); in print_extensions() 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() 406 printf (_("%d libs found in cache `%s'\n"), 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() [all …]
|
A D | stringtable.c | 90 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 D | sprof.c | 441 error (0, errno, _("cannot create internal descriptor")); in load_shobj() 568 _("reading of section header string table failed")); in load_shobj() 615 error (EXIT_FAILURE, errno, _("cannot determine file name")); in load_shobj() 648 _("reading of ELF header failed")); in load_shobj() 655 _("reading of section headers failed")); in load_shobj() 663 _("reading of section header string table failed")); in load_shobj() 684 fprintf (stderr, _("\ 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() 824 error (0, errno, _("cannot create internal descriptor")); in load_profdata() [all …]
|
A D | dl-tunables.h | 50 # define TUNABLE_ENUM_NAME1(__top,__ns,__id) __top ## _ ## __ns ## _ ## __id
|
A D | link.h | 31 #define _ElfW(e,w,t) _ElfW_1 (e, w, _##t)
|
A D | tst-stringtable.c | 179 #define _(arg) arg macro
|
A D | pldd-xx.c | 22 #define EW_(e, w, t) EW__(e, w, _##t)
|