diff options
| author | android-build-prod (mdb) <android-build-team-robot@google.com> | 2020-10-01 21:18:42 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-10-01 21:18:42 +0000 |
| commit | 60533dc6090cbc4036a49ca5213e9cca43ee63d0 (patch) | |
| tree | 4256b06ec4429e4e80bd73186ad107bfbd0581bc | |
| parent | fe5814ae0d81e43667acb198b00250499dd51d8a (diff) | |
| parent | 6edd8e54faf3b55179b0791716d48bf3109f0d6a (diff) | |
| download | platform_external_elfutils-sdk-release.tar.gz platform_external_elfutils-sdk-release.tar.bz2 platform_external_elfutils-sdk-release.zip | |
Merge "Snap for 6877830 from d219b55202eae5964ebcd1637b8c59e01a0cfc81 to sdk-release" into sdk-releasesdk-release
108 files changed, 3424 insertions, 2283 deletions
@@ -17,6 +17,8 @@ cc_defaults { cflags: [ "-DHAVE_CONFIG_H", "-D_GNU_SOURCE", + // upper bound for the number of lines of the resulting mnemonic files + "-DNMNES=1000", "-std=gnu99", "-Werror", // to suppress the "pointer of type ‘void *’ used in arithmetic" warning @@ -27,6 +29,11 @@ cc_defaults { "elfutils_headers", ], export_header_lib_headers: ["elfutils_headers"], + + visibility: [ + "//external/dwarves:__subpackages__", + "//external/elfutils:__subpackages__", + ], } cc_library { @@ -80,3 +87,56 @@ cc_library_headers { visibility: [":__subpackages__"], } +cc_library_host_static { + name: "libdw", + defaults: ["elfutils_defaults"], + target: { + darwin: { + enabled: false, + }, + }, + srcs: [ + "backends/*.c", + "libcpu/*_disasm.c", + "libdw/*.c", + "libdwelf/*.c", + "libdwfl/*.c", + "libebl/*.c", + ], + generated_headers: [ + "i386_dis", + "i386_mnemonics", + "x86_64_dis", + "x86_64_mnemonics", + ], + exclude_srcs: [ + // Do not enabled compression support + "libdwfl/bzip2.c", + "libdwfl/lzma.c", + // Those headers are incompatible with clang due to nested function + // definitions. + "libdwfl/dwfl_segment_report_module.c", + "libdwfl/elf-from-memory.c", + "libdwfl/link_map.c", + // Those are common source files actually used as headers and not + // compiled standalone. + "backends/common-reloc.c", + "backends/linux-core-note.c", + "backends/x86_corenote.c", + ], + local_include_dirs: [ + "libcpu", + "libasm", + "libdwelf", + "libdwfl", + "libebl", + ], + export_include_dirs: [ + "libdw", + ], + static_libs: [ + "libelf" + ], + compile_multilib: "64", +} + @@ -1,3 +1,26 @@ +2020-09-08 Mark Wielaard <mark@klomp.org> + + * configure.ac: Set version to 0.181. + * NEWS: Add 0.181 section. + +2020-08-20 Dmitry V. Levin <ldv@altlinux.org> + + * configure.ac (--enable-libdebuginfod): AC_DEFINE ENABLE_LIBDEBUGINFOD. + +2020-07-17 Mark Wielaard <mark@klomp.org> + + * configure.ac: Set -DBAD_FTS=1 also for CXXFLAGS. + +2020-06-19 Mark Wielaard <mark@klomp.org> + + * Makefile.am (SUBDIRS): Always add debuginfod. + * configure.ac (debuginfod): Split off... + (libdebuginfod): ... this. Also add DUMME_DEBUGINFOD. + +2020-06-15 Sergei Trofimovich <slyfox@gentoo.org> + + * configure.ac: Use READELF in build-id check. + 2020-06-11 Mark Wielaard <mark@klomp.org> * configure.ac: Set version to 0.180. @@ -9,11 +9,11 @@ third_party { type: GIT value: "git://sourceware.org/git/elfutils.git" } - version: "elfutils-0.179" + version: "elfutils-0.181" license_type: RESTRICTED last_upgrade_date { year: 2020 - month: 3 - day: 30 + month: 9 + day: 23 } } diff --git a/Makefile.am b/Makefile.am index bd8926b5..f68f0966 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,11 +27,7 @@ AM_MAKEFLAGS = --no-print-directory pkginclude_HEADERS = version.h SUBDIRS = config m4 lib libelf libcpu backends libebl libdwelf libdwfl libdw \ - libasm src po doc tests - -if DEBUGINFOD -SUBDIRS += debuginfod -endif + libasm debuginfod src po doc tests EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING \ COPYING COPYING-GPLV2 COPYING-LGPLV3 @@ -1,3 +1,20 @@ +Version 0.181 + +libelf: elf_update now compensates (fixes up) a bad sh_addralign for + SHF_COMPRESSED sections. + +libdebuginfod: configure now takes --enable-libdebuginfod=dummy or + --disable-libdebuginfod for bootstrapping. + DEBUGINFOD_URLS now accepts "scheme-free" urls + (guessing at what the user meant, either http:// or file://) + +readelf, elflint: Handle aarch64 bti, pac bits in dynamic table and gnu + property notes. + +libdw, readelf: Recognize DW_CFA_AARCH64_negate_ra_state. Allows unwinding + on arm64 for code that is compiled for PAC (Pointer + Authentication Code) as long as it isn't enabled. + Version 0.180 elflint: Allow SHF_EXCLUDE as generic section flag when --gnu is given. diff --git a/backends/ChangeLog b/backends/ChangeLog index 7d3578b0..ce4c971e 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -1,3 +1,16 @@ +2020-08-28 Mark Wielard <mark@klomp.org> + + * aarch64_init.c (aarch64_init): Hook dynamic_tag_name and + dynamic_tag_check. + * aarch64_symbol.c (aarch64_dynamic_tag_name): New function. + (aarch64_dynamic_tag_check): Likewise. + +2020-06-16 Mark Wielard <mark@klomp.org> + + * common-reloc.c (reloc_nametable): Make zero a 1 char array. + Initialize it as an array { '\0' }. + (reloc_type_name): Access zero as an array. + 2020-06-10 Mark Wielard <mark@klomp.org> * aarch64_init.c (aarch64_init): Remove ehlen, return eh. diff --git a/backends/aarch64_init.c b/backends/aarch64_init.c index 66bfae94..bed92954 100644 --- a/backends/aarch64_init.c +++ b/backends/aarch64_init.c @@ -50,6 +50,8 @@ aarch64_init (Elf *elf __attribute__ ((unused)), HOOK (eh, reloc_simple_type); HOOK (eh, return_value_location); HOOK (eh, check_special_symbol); + HOOK (eh, dynamic_tag_name); + HOOK (eh, dynamic_tag_check); HOOK (eh, data_marker_symbol); HOOK (eh, abi_cfi); diff --git a/backends/aarch64_symbol.c b/backends/aarch64_symbol.c index e30c409d..464a5695 100644 --- a/backends/aarch64_symbol.c +++ b/backends/aarch64_symbol.c @@ -106,3 +106,29 @@ aarch64_data_marker_symbol (const GElf_Sym *sym, const char *sname) && GELF_ST_TYPE (sym->st_info) == STT_NOTYPE && (strcmp (sname, "$d") == 0 || strncmp (sname, "$d.", 3) == 0)); } + +const char * +aarch64_dynamic_tag_name (int64_t tag, char *buf __attribute__ ((unused)), + size_t len __attribute__ ((unused))) +{ + switch (tag) + { + case DT_AARCH64_BTI_PLT: + return "AARCH64_BTI_PLT"; + case DT_AARCH64_PAC_PLT: + return "AARCH64_PAC_PLT"; + case DT_AARCH64_VARIANT_PCS: + return "AARCH64_VARIANT_PCS"; + default: + break; + } + return NULL; +} + +bool +aarch64_dynamic_tag_check (int64_t tag) +{ + return (tag == DT_AARCH64_BTI_PLT + || tag == DT_AARCH64_PAC_PLT + || tag == DT_AARCH64_VARIANT_PCS); +} diff --git a/backends/common-reloc.c b/backends/common-reloc.c index 096ed1c7..a91bc87d 100644 --- a/backends/common-reloc.c +++ b/backends/common-reloc.c @@ -45,14 +45,14 @@ static const struct EBLHOOK(reloc_nametable) { - char zero; + char zero[1]; #define RELOC_TYPE(type, uses) \ char name_##type[sizeof R_NAME (type)]; #include RELOC_TYPES #undef RELOC_TYPE } EBLHOOK(reloc_nametable) = { - '\0', + { '\0' }, #define RELOC_TYPE(type, uses) R_NAME (type), #include RELOC_TYPES #undef RELOC_TYPE @@ -92,7 +92,7 @@ EBLHOOK(reloc_type_name) (int reloc, #endif if (reloc >= 0 && reloc < nreloc && EBLHOOK(reloc_nameidx)[reloc] != 0) - return &reloc_namestr[EBLHOOK(reloc_nameidx)[reloc]]; + return reloc_namestr[EBLHOOK(reloc_nameidx)[reloc]]; return NULL; } @@ -7,9 +7,15 @@ /* Should ar and ranlib use -D behavior by default? */ #define DEFAULT_AR_DETERMINISTIC false +/* Build dummy libdebuginfod */ +/* #undef DUMMY_LIBDEBUGINFOD */ + /* Build debuginfod */ /* #undef ENABLE_DEBUGINFOD */ +/* Enable libdebuginfod */ +#define ENABLE_LIBDEBUGINFOD 1 + /* define if the compiler supports basic C++11 syntax */ #define HAVE_CXX11 1 @@ -84,7 +90,7 @@ #define PACKAGE_NAME "elfutils" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "elfutils 0.180" +#define PACKAGE_STRING "elfutils 0.181" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "elfutils" @@ -93,7 +99,7 @@ #define PACKAGE_URL "http://elfutils.org/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.180" +#define PACKAGE_VERSION "0.181" /* The size of `long', as computed by sizeof. */ #define SIZEOF_LONG 8 @@ -117,7 +123,7 @@ #define USE_ZLIB 1 /* Version number of package */ -#define VERSION "0.180" +#define VERSION "0.181" /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */ diff --git a/config/ChangeLog b/config/ChangeLog index 2ad93702..1cb3d204 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,11 @@ +2020-09-08 Mark Wielaard <mark@klomp.org> + + * elfutils.spec.in: Update for 0.181. + +2020-06-16 Mark Wielaard <mark@klomp.org> + + * upload-release.sh: Use /usr/bin/env bash. + 2020-06-11 Mark Wielaard <mark@klomp.org> * elfutils.spec.in: Update for 0.189. diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 7388829c..95f63f5a 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -327,6 +327,19 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Tue Sep 8 2020 Mark Wielaard <mark@klomp.org> 0.181-1 +- libelf: elf_update now compensates (fixes up) a bad sh_addralign + for SHF_COMPRESSED sections. +- libdebuginfod: configure now takes --enable-libdebuginfod=dummy or + --disable-libdebuginfod for bootstrapping. + DEBUGINFOD_URLS now accepts "scheme-free" urls + (guessing at what the user meant, either http:// or file://) +- readelf, elflint: Handle aarch64 bti, pac bits in dynamic table and + gnu property notes. +- libdw, readelf: Recognize DW_CFA_AARCH64_negate_ra_state. Allows + unwinding on arm64 for code that is compiled for PAC + (Pointer Authentication Code) as long as it isn't enabled. + * Thu Jun 11 2020 Mark Wielaard <mark@klomp.org> 0.180-1 - elflint: Allow SHF_EXCLUDE as generic section flag when --gnu is given. - libdw, readelf: Handle GCC LTO .gnu.debuglto_ prefix. diff --git a/config/upload-release.sh b/config/upload-release.sh index b52642ea..18c91c0e 100755 --- a/config/upload-release.sh +++ b/config/upload-release.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Must be run in the source directory. # Should have passed make distcheck. diff --git a/configure.ac b/configure.ac index 74cc749d..bf833872 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl GNU General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License dnl along with this program. If not, see <http://www.gnu.org/licenses/>. -AC_INIT([elfutils],[0.180],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) +AC_INIT([elfutils],[0.181],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/]) dnl Workaround for older autoconf < 2.64 m4_ifndef([AC_PACKAGE_URL], @@ -200,7 +200,7 @@ fi # We really want build-ids. Warn and force generating them if gcc was # configure without --enable-linker-build-id AC_CACHE_CHECK([whether the compiler generates build-ids], ac_cv_buildid, [dnl -AC_LINK_IFELSE([AC_LANG_PROGRAM()],[ac_cv_buildid=yes; readelf -n conftest$EXEEXT | grep -q NT_GNU_BUILD_ID || ac_cv_buildid=no],AC_MSG_FAILURE([unexpected compile failure]))]) +AC_LINK_IFELSE([AC_LANG_PROGRAM()],[ac_cv_buildid=yes; $READELF -n conftest$EXEEXT | grep -q NT_GNU_BUILD_ID || ac_cv_buildid=no],AC_MSG_FAILURE([unexpected compile failure]))]) if test "$ac_cv_buildid" = "no"; then AC_MSG_WARN([compiler doesn't generate build-id by default]) LDFLAGS="$LDFLAGS -Wl,--build-id" @@ -261,7 +261,8 @@ dnl check it before including config.h (which might define _FILE_OFFSET_BITS). AC_CACHE_CHECK([whether fts.h is bad when included (with LFS)], ac_cv_bad_fts, [AC_COMPILE_IFELSE([AC_LANG_SOURCE([[#include <fts.h>]])], ac_cv_bad_fts=no, ac_cv_bad_fts=yes)]) -AS_IF([test "x$ac_cv_bad_fts" = "xyes"], [CFLAGS="$CFLAGS -DBAD_FTS=1"]) +AS_IF([test "x$ac_cv_bad_fts" = "xyes"], + [CFLAGS="$CFLAGS -DBAD_FTS=1" CXXFLAGS="$CXXFLAGS -DBAD_FTS=1"]) # See if we can add -D_FORTIFY_SOURCE=2. Don't do it if it is already # (differently) defined or if it generates warnings/errors because we @@ -676,19 +677,43 @@ if test "$HAVE_BUNZIP2" = "no"; then AC_MSG_WARN([No bunzip2, needed to run make check]) fi -# Look for libmicrohttpd, libcurl, libarchive, sqlite for debuginfo server -# minimum versions as per rhel7. Single --enable-* option arranges to build -# both client and server. -AC_ARG_ENABLE([debuginfod],AC_HELP_STRING([--enable-debuginfod], [Build debuginfod server and client])) +# Look for libcurl for libdebuginfod minimum version as per rhel7. +AC_ARG_ENABLE([libdebuginfod],AC_HELP_STRING([--enable-libdebuginfod], [Build debuginfod client library (can be =dummy)])) +AS_IF([test "x$enable_libdebuginfod" != "xno"], [ + if test "x$enable_libdebuginfod" != "xdummy"; then + AC_MSG_NOTICE([checking libdebuginfod dependencies, --disable-libdebuginfod or --enable-libdebuginfo=dummy to skip]) + enable_libdebuginfod=yes # presume success + PKG_PROG_PKG_CONFIG + PKG_CHECK_MODULES([libcurl],[libcurl >= 7.29.0],[],[enable_libdebuginfod=no]) + if test "x$enable_libdebuginfod" = "xno"; then + AC_MSG_ERROR([dependencies not found, use --disable-libdebuginfod to disable or --enable-libdebuginfod=dummy to build a (bootstrap) dummy library.]) + fi + else + AC_MSG_NOTICE([building (bootstrap) dummy libdebuginfo library]) + fi +]) + +AS_IF([test "x$enable_libdebuginfod" = "xyes" || test "x$enable_libdebuginfod" = "xdummy"], + [AC_DEFINE([ENABLE_LIBDEBUGINFOD], [1], [Enable libdebuginfod])]) +AS_IF([test "x$enable_libdebuginfod" = "xdummy"], + [AC_DEFINE([DUMMY_LIBDEBUGINFOD], [1], [Build dummy libdebuginfod])]) +AM_CONDITIONAL([LIBDEBUGINFOD],[test "x$enable_libdebuginfod" = "xyes" || test "x$enable_libdebuginfod" = "xdummy"]) +AM_CONDITIONAL([DUMMY_LIBDEBUGINFOD],[test "x$enable_libdebuginfod" = "xdummy"]) + +# Look for libmicrohttpd, libarchive, sqlite for debuginfo server +# minimum versions as per rhel7. +AC_ARG_ENABLE([debuginfod],AC_HELP_STRING([--enable-debuginfod], [Build debuginfod server])) AC_PROG_CXX AS_IF([test "x$enable_debuginfod" != "xno"], [ AC_MSG_NOTICE([checking debuginfod C++11 support, --disable-debuginfod to skip]) AX_CXX_COMPILE_STDCXX(11, noext, mandatory) AC_MSG_NOTICE([checking debuginfod dependencies, --disable-debuginfod to skip]) + if test "x$enable_libdebuginfod" = "xno"; then + AC_MSG_ERROR([need libdebuginfod (or dummy), use --disable-debuginfod to disable.]) + fi enable_debuginfod=yes # presume success PKG_PROG_PKG_CONFIG PKG_CHECK_MODULES([libmicrohttpd],[libmicrohttpd >= 0.9.33],[],[enable_debuginfod=no]) - PKG_CHECK_MODULES([libcurl],[libcurl >= 7.29.0],[],[enable_debuginfod=no]) PKG_CHECK_MODULES([sqlite3],[sqlite3 >= 3.7.17],[],[enable_debuginfod=no]) PKG_CHECK_MODULES([libarchive],[libarchive >= 3.1.2],[],[enable_debuginfod=no]) if test "x$enable_debuginfod" = "xno"; then @@ -729,7 +754,8 @@ AC_MSG_NOTICE([ Deterministic archives by default : ${default_ar_deterministic} Native language support : ${USE_NLS} Extra Valgrind annotations : ${use_vg_annotations} - Debuginfod client/server support : ${enable_debuginfod} + libdebuginfod client support : ${enable_libdebuginfod} + Debuginfod server support : ${enable_debuginfod} EXTRA TEST FEATURES (used with make check) have bunzip2 installed (required) : ${HAVE_BUNZIP2} diff --git a/debuginfod/ChangeLog b/debuginfod/ChangeLog index bc3bce32..db8a76a7 100644 --- a/debuginfod/ChangeLog +++ b/debuginfod/ChangeLog @@ -1,3 +1,45 @@ +2020-07-03 Alice Zhang <alizhang@redhat.com> + + * debuginfod-client.c (debuginfod_query_server): Use strncasecmp + to compare effective_url. Try CURLINFO_SCHEME as fallback. + +2020-06-19 Mark Wielaard <mark@klomp.org> + + * Makefile.am (bin_PROGRAMS): Guard with DEBUGINFOD and + LIBDEBUGINFOD. + (debuginfod_LDADD): Remove libcurl. + (libdebuginfod): When static and DUMMY_LIBDEBUGINFO remove libcurl. + (noinst_LIBRARIES): Guard with LIBDEBUGINFOD. + (AM_CPPFLAGS): Add -Wno-unused-parameter when DUMMY_LIBDEBUGINFOD. + (pkginclude_headers): Guard with LIBDEBUGINFOD + (libdebuginfod_so_LIBS): Likewise. + (+libdebuginfod_so_LDLIBS): Likewise. + (install): Likewise. + (uninstall): Likewise. + * debuginfod-client.c: Include dummy functions when + DUMMY_LIBDEBUGINFOD. + * debuginfod.cxx: Remove curl.h include. + +2020-06-16 Mark Wielaard <mark@klomp.org> + + * debuginfod-client.c (debuginfod_query_server): Check malloc. + Move curl_multi_init call before handle_data malloc call. + +2020-06-16 Mark Wielaard <mark@klomp.org> + + * debuginfod-client.c (debuginfod_query_server): Replace sizeof + build_id_bytes check with strlen build_id check. + +2020-06-16 Mark Wielaard <mark@klomp.org> + + * debuginfod-client.c (debuginfod_query_server): Increase suffix + array and prepare having to escape 1 character with 2. + +2020-06-16 Mark Wielaard <mark@klomp.org> + + * debuginfod-client.c (debuginfod_clean_cache): Handle failing + fopen (interval_path). + 2020-03-29 Mark Wielaard <mark@klomp.org> * debuginfod-client.c (debuginfod_add_http_header): Check header diff --git a/debuginfod/Makefile.am b/debuginfod/Makefile.am index 51965f65..2e8a343c 100644 --- a/debuginfod/Makefile.am +++ b/debuginfod/Makefile.am @@ -45,8 +45,12 @@ if BUILD_STATIC libasm = ../libasm/libasm.a libdw = ../libdw/libdw.a -lz $(zip_LIBS) $(libelf) $(libebl) -ldl -lpthread libelf = ../libelf/libelf.a -lz +if DUMMY_LIBDEBUGINFOD libdebuginfod = ./libdebuginfod.a $(libcurl_LIBS) else +libdebuginfod = ./libdebuginfod.a +endif +else libasm = ../libasm/libasm.so libdw = ../libdw/libdw.so libelf = ../libelf/libelf.so @@ -57,24 +61,45 @@ libeu = ../lib/libeu.a AM_LDFLAGS = -Wl,-rpath-link,../libelf:../libdw:. -bin_PROGRAMS = debuginfod debuginfod-find +bin_PROGRAMS = +if DEBUGINFOD +bin_PROGRAMS += debuginfod +endif + +if LIBDEBUGINFOD +bin_PROGRAMS += debuginfod-find +endif + debuginfod_SOURCES = debuginfod.cxx -debuginfod_LDADD = $(libdw) $(libelf) $(libeu) $(libdebuginfod) $(libmicrohttpd_LIBS) $(libcurl_LIBS) $(sqlite3_LIBS) $(libarchive_LIBS) -lpthread -ldl +debuginfod_LDADD = $(libdw) $(libelf) $(libeu) $(libdebuginfod) $(libmicrohttpd_LIBS) $(sqlite3_LIBS) $(libarchive_LIBS) -lpthread -ldl debuginfod_find_SOURCES = debuginfod-find.c debuginfod_find_LDADD = $(libdw) $(libelf) $(libeu) $(libdebuginfod) +if LIBDEBUGINFOD noinst_LIBRARIES = libdebuginfod.a noinst_LIBRARIES += libdebuginfod_pic.a +endif libdebuginfod_a_SOURCES = debuginfod-client.c libdebuginfod_pic_a_SOURCES = debuginfod-client.c am_libdebuginfod_pic_a_OBJECTS = $(libdebuginfod_a_SOURCES:.c=.os) +if DUMMY_LIBDEBUGINFOD +AM_CPPFLAGS += -Wno-unused-parameter +endif + +if LIBDEBUGINFOD pkginclude_HEADERS = debuginfod.h +endif +if LIBDEBUGINFOD libdebuginfod_so_LIBS = libdebuginfod_pic.a +if DUMMY_LIBDEBUGINFOD +libdebuginfod_so_LDLIBS = +else libdebuginfod_so_LDLIBS = $(libcurl_LIBS) +endif libdebuginfod.so$(EXEEXT): $(srcdir)/libdebuginfod.map $(libdebuginfod_so_LIBS) $(AM_V_CCLD)$(LINK) $(dso_LDFLAGS) -o $@ \ -Wl,--soname,$@.$(VERSION) \ @@ -83,7 +108,9 @@ libdebuginfod.so$(EXEEXT): $(srcdir)/libdebuginfod.map $(libdebuginfod_so_LIBS) $(libdebuginfod_so_LDLIBS) @$(textrel_check) $(AM_V_at)ln -fs $@ $@.$(VERSION) +endif +if LIBDEBUGINFOD install: install-am libdebuginfod.so $(mkinstalldirs) $(DESTDIR)$(libdir) $(INSTALL_PROGRAM) libdebuginfod.so $(DESTDIR)$(libdir)/libdebuginfod-$(PACKAGE_VERSION).so @@ -95,6 +122,7 @@ uninstall: uninstall-am rm -f $(DESTDIR)$(libdir)/libdebuginfod.so.$(VERSION) rm -f $(DESTDIR)$(libdir)/libdebuginfod.so rmdir --ignore-fail-on-non-empty $(DESTDIR)$(includedir)/elfutils +endif EXTRA_DIST = libdebuginfod.map MOSTLYCLEANFILES = $(am_libdebuginfod_pic_a_OBJECTS) libdebuginfod.so.$(VERSION) diff --git a/debuginfod/debuginfod-client.c b/debuginfod/debuginfod-client.c index a7dfbfb1..18e7b85f 100644 --- a/debuginfod/debuginfod-client.c +++ b/debuginfod/debuginfod-client.c @@ -41,13 +41,35 @@ #include "config.h" #include "debuginfod.h" #include "system.h" +#include <errno.h> +#include <stdlib.h> + +/* We might be building a bootstrap dummy library, which is really simple. */ +#ifdef DUMMY_LIBDEBUGINFOD + +debuginfod_client *debuginfod_begin (void) { errno = ENOSYS; return NULL; } +int debuginfod_find_debuginfo (debuginfod_client *c, const unsigned char *b, + int s, char **p) { return -ENOSYS; } +int debuginfod_find_executable (debuginfod_client *c, const unsigned char *b, + int s, char **p) { return -ENOSYS; } +int debuginfod_find_source (debuginfod_client *c, const unsigned char *b, + int s, const char *f, char **p) { return -ENOSYS; } +void debuginfod_set_progressfn(debuginfod_client *c, + debuginfod_progressfn_t fn) { } +void debuginfod_set_user_data (debuginfod_client *c, void *d) { } +void* debuginfod_get_user_data (debuginfod_client *c) { return NULL; } +const char* debuginfod_get_url (debuginfod_client *c) { return NULL; } +int debuginfod_add_http_header (debuginfod_client *c, + const char *h) { return -ENOSYS; } +void debuginfod_end (debuginfod_client *c) { } + +#else /* DUMMY_LIBDEBUGINFOD */ + #include <assert.h> #include <dirent.h> #include <stdio.h> -#include <stdlib.h> #include <errno.h> #include <unistd.h> -#include <errno.h> #include <fcntl.h> #include <fts.h> #include <regex.h> @@ -244,9 +266,14 @@ debuginfod_clean_cache(debuginfod_client *c, /* Check timestamp of interval file to see whether cleaning is necessary. */ time_t clean_interval; interval_file = fopen(interval_path, "r"); - if (fscanf(interval_file, "%ld", &clean_interval) != 1) + if (interval_file) + { + if (fscanf(interval_file, "%ld", &clean_interval) != 1) + clean_interval = cache_clean_default_interval_s; + fclose(interval_file); + } + else clean_interval = cache_clean_default_interval_s; - fclose(interval_file); if (time(NULL) - st.st_mtime < clean_interval) /* Interval has not passed, skip cleaning. */ @@ -469,7 +496,7 @@ debuginfod_query_server (debuginfod_client *c, char *target_cache_dir = NULL; char *target_cache_path = NULL; char *target_cache_tmppath = NULL; - char suffix[PATH_MAX]; + char suffix[PATH_MAX + 1]; /* +1 for zero terminator. */ char build_id_bytes[MAX_BUILD_ID_BYTES * 2 + 1]; int rc; @@ -491,7 +518,7 @@ debuginfod_query_server (debuginfod_client *c, /* Copy lowercase hex representation of build_id into buf. */ if ((build_id_len >= MAX_BUILD_ID_BYTES) || (build_id_len == 0 && - sizeof(build_id_bytes) > MAX_BUILD_ID_BYTES*2 + 1)) + strlen ((const char *) build_id) > MAX_BUILD_ID_BYTES*2)) return -EINVAL; if (build_id_len == 0) /* expect clean hexadecimal */ strcpy (build_id_bytes, (const char *) build_id); @@ -506,7 +533,7 @@ debuginfod_query_server (debuginfod_client *c, /* copy the filename to suffix, s,/,#,g */ unsigned q = 0; - for (unsigned fi=0; q < PATH_MAX-1; fi++) + for (unsigned fi=0; q < PATH_MAX-2; fi++) /* -2, escape is 2 chars. */ switch (filename[fi]) { case '\0': @@ -660,10 +687,24 @@ debuginfod_query_server (debuginfod_client *c, && (i == 0 || server_urls[i - 1] == url_delim_char)) num_urls++; + CURLM *curlm = curl_multi_init(); + if (curlm == NULL) + { + rc = -ENETUNREACH; + goto out0; + } + /* Tracks which handle should write to fd. Set to the first handle that is ready to write the target file to the cache. */ CURL *target_handle = NULL; struct handle_data *data = malloc(sizeof(struct handle_data) * num_urls); + if (data == NULL) + { + rc = -ENOMEM; + goto out0; + } + + /* thereafter, goto out1 on error. */ /* Initalize handle_data with default values. */ for (int i = 0; i < num_urls; i++) @@ -672,14 +713,6 @@ debuginfod_query_server (debuginfod_client *c, data[i].fd = -1; } - CURLM *curlm = curl_multi_init(); - if (curlm == NULL) - { - rc = -ENETUNREACH; - goto out0; - } - /* thereafter, goto out1 on error. */ - char *strtok_saveptr; char *server_url = strtok_r(server_urls, url_delim, &strtok_saveptr); @@ -866,19 +899,44 @@ debuginfod_query_server (debuginfod_client *c, &resp_code); if(ok1 == CURLE_OK && ok2 == CURLE_OK && effective_url) { - if (strncmp (effective_url, "http", 4) == 0) + if (strncasecmp (effective_url, "HTTP", 4) == 0) if (resp_code == 200) { verified_handle = msg->easy_handle; break; } - if (strncmp (effective_url, "file", 4) == 0) + if (strncasecmp (effective_url, "FILE", 4) == 0) if (resp_code == 0) { verified_handle = msg->easy_handle; break; } } + /* - libcurl since 7.52.0 version start to support + CURLINFO_SCHEME; + - before 7.61.0, effective_url would give us a + url with upper case SCHEME added in the front; + - effective_url between 7.61 and 7.69 can be lack + of scheme if the original url doesn't include one; + - since version 7.69 effective_url will be provide + a scheme in lower case. */ + #if LIBCURL_VERSION_NUM >= 0x073d00 /* 7.61.0 */ + #if LIBCURL_VERSION_NUM <= 0x074500 /* 7.69.0 */ + char *scheme = NULL; + CURLcode ok3 = curl_easy_getinfo (target_handle, + CURLINFO_SCHEME, + &scheme); + if(ok3 == CURLE_OK && scheme) + { + if (strncmp (scheme, "HTTP", 4) == 0) + if (resp_code == 200) + { + verified_handle = msg->easy_handle; + break; + } + } + #endif + #endif } } } @@ -1079,3 +1137,5 @@ __attribute__((destructor)) attribute_hidden void libdebuginfod_dtor(void) /* ... so don't do this: */ /* curl_global_cleanup(); */ } + +#endif /* DUMMY_LIBDEBUGINFOD */ diff --git a/debuginfod/debuginfod.cxx b/debuginfod/debuginfod.cxx index 76f1fa52..56210302 100644 --- a/debuginfod/debuginfod.cxx +++ b/debuginfod/debuginfod.cxx @@ -92,6 +92,14 @@ using namespace std; #include <libdwelf.h> #include <microhttpd.h> + +#if MHD_VERSION >= 0x00097002 +// libmicrohttpd 0.9.71 broke API +#define MHD_RESULT enum MHD_Result +#else +#define MHD_RESULT int +#endif + #include <curl/curl.h> #include <archive.h> #include <archive_entry.h> @@ -519,12 +527,12 @@ struct reportable_exception void report(ostream& o) const; // defined under obatched() class below - int mhd_send_response(MHD_Connection* c) const { + MHD_RESULT mhd_send_response(MHD_Connection* c) const { MHD_Response* r = MHD_create_response_from_buffer (message.size(), (void*) message.c_str(), MHD_RESPMEM_MUST_COPY); MHD_add_response_header (r, "Content-Type", "text/plain"); - int rc = MHD_queue_response (c, code, r); + MHD_RESULT rc = MHD_queue_response (c, code, r); MHD_destroy_response (r); return rc; } @@ -1723,7 +1731,7 @@ handle_metrics (off_t* size) /* libmicrohttpd callback */ -static int +static MHD_RESULT handler_cb (void * /*cls*/, struct MHD_Connection *connection, const char *url, @@ -1736,7 +1744,11 @@ handler_cb (void * /*cls*/, struct MHD_Response *r = NULL; string url_copy = url; +#if MHD_VERSION >= 0x00097002 + enum MHD_Result rc; +#else int rc = MHD_NO; // mhd +#endif int http_code = 500; off_t http_size = -1; struct timeval tv_start, tv_end; diff --git a/doc/ChangeLog b/doc/ChangeLog index f598b7f2..e0485004 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2020-06-19 Mark Wielaard <mark@klomp.org> + + * Makefile.am: Guard all client manpages with LIBDEBUGINFOD. + 2020-03-29 Mark Wielaard <mark@klomp.org> * debuginfod_find_debuginfo.3 (HTTP HEADER): Document the expected diff --git a/doc/Makefile.am b/doc/Makefile.am index f0c7e55d..ef66fb88 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -24,6 +24,9 @@ notrans_dist_man1_MANS= if DEBUGINFOD notrans_dist_man8_MANS += debuginfod.8 +endif + +if LIBDEBUGINFOD notrans_dist_man3_MANS += debuginfod_add_http_header.3 notrans_dist_man3_MANS += debuginfod_begin.3 notrans_dist_man3_MANS += debuginfod_end.3 @@ -36,4 +39,3 @@ notrans_dist_man3_MANS += debuginfod_set_progressfn.3 notrans_dist_man3_MANS += debuginfod_set_user_data.3 notrans_dist_man1_MANS += debuginfod-find.1 endif - diff --git a/lib/Android.bp b/lib/Android.bp new file mode 100644 index 00000000..31647ee5 --- /dev/null +++ b/lib/Android.bp @@ -0,0 +1,7 @@ +cc_library_host_static { + name: "libeu", + defaults: ["elfutils_defaults"], + srcs: ["*.c"], + exclude_srcs: ["dynamicsizehash*.c"], +} + diff --git a/libasm/ChangeLog b/libasm/ChangeLog index 2c092abe..83a65492 100644 --- a/libasm/ChangeLog +++ b/libasm/ChangeLog @@ -1,3 +1,11 @@ +2020-07-19 Mark Wielaard <mark@klomp.org> + + * libasmP.h: Include libebl.h after libasm.h. + +2020-07-05 Mark Wielaard <mark@klomp.org> + + * libasm.h: Include gelf.h. + 2020-04-25 Mark Wielaard <mark@klomp.org> * asm_end.c (text_end): Call fflush instead of fclose. diff --git a/libasm/libasm.h b/libasm/libasm.h index a45c9fa3..b67b77dc 100644 --- a/libasm/libasm.h +++ b/libasm/libasm.h @@ -31,6 +31,7 @@ #include <stdbool.h> #include <stdint.h> +#include <gelf.h> typedef struct ebl Ebl; diff --git a/libasm/libasmP.h b/libasm/libasmP.h index a4703fc3..53d8f3a0 100644 --- a/libasm/libasmP.h +++ b/libasm/libasmP.h @@ -31,8 +31,8 @@ #include <stdio.h> -#include "libebl.h" #include <libasm.h> +#include "libebl.h" #include "libdwelf.h" diff --git a/libcpu/Android.bp b/libcpu/Android.bp new file mode 100644 index 00000000..bca09fa0 --- /dev/null +++ b/libcpu/Android.bp @@ -0,0 +1,75 @@ +genrule { + name: "i386_mnemonics", + srcs: [ + "defs/i386", + ], + out: ["i386.mnemonics"], + cmd: "M4=$(location m4) $(location android_mnemonic_preprocess.sh) i386 $(in) $(out)", + tool_files: [ + "android_mnemonic_preprocess.sh", + ], + tools : [ + "m4", + ] +} + +genrule { + name: "x86_64_mnemonics", + srcs : [ + "defs/i386", + ], + out : ["x86_64.mnemonics"], + cmd : "M4=$(location m4) $(location android_mnemonic_preprocess.sh) x86_64 $(in) $(out)", + tool_files : [ + "android_mnemonic_preprocess.sh", + ], + tools : [ + "m4", + ] +} + +cc_binary_host { + name: "i386_gendis", + defaults: ["elfutils_defaults"], + srcs: [ + "i386_parse.y", + "i386_lex.l", + "i386_gendis.c", + ], + yacc: { + flags: ["-pi386_",] + }, + lex: { + flags: ["-Pi386_",] + }, + static_libs: [ + "libeu", + ], +} + +genrule { + name: "i386_dis", + srcs: [ + "defs/i386", + ], + out: ["i386_dis.h"], + cmd: "$(location m4) -Di386 -DDISASSEMBLER $(in) > i386_defs && $(location i386_gendis) i386_defs > $(out)", + tools: [ + "i386_gendis", + "m4", + ], +} + +genrule { + name: "x86_64_dis", + srcs: [ + "defs/i386", + ], + out: ["x86_64_dis.h"], + cmd: "$(location m4) -Dx86_64 -DDISASSEMBLER $(in) > x86_64_defs && $(location i386_gendis) x86_64_defs > $(out)", + tools: [ + "i386_gendis", + "m4", + ], +} + diff --git a/libcpu/android_mnemonic_preprocess.sh b/libcpu/android_mnemonic_preprocess.sh new file mode 100755 index 00000000..2b052495 --- /dev/null +++ b/libcpu/android_mnemonic_preprocess.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +arch="$1" +defs="$2" +out="$3" + +$M4 "-D${arch}" -DDISASSEMBLER "$defs" \ + | sed "1,/^%%/d;/^#/d;/^[[:space:]]*$/d;s/[^:]*:\([^[:space:]]*\).*/MNE(\\1)/;s/{[^}]*}//g;/INVALID/d" \ + | sort -u \ +> "$out" diff --git a/libdw/ChangeLog b/libdw/ChangeLog index c75b0958..8b0b583a 100644 --- a/libdw/ChangeLog +++ b/libdw/ChangeLog @@ -1,3 +1,37 @@ +2020-09-03 Mark Wielaard <mark@klomp.org> + + * dwarf.h: Add DW_CFA_AARCH64_negate_ra_state. + * cfi.h (struct Dwarf_CFI_s): Add e_machine field. + * cfi.c (execute_cfi): Recognize, but ignore + DW_CFA_AARCH64_negate_ra_state on aarch64. + * dwarf_getcfi.c (dwarf_getcfi): Set cfi e_machine. + * dwarf_getcfi_elf.c (allocate_cfi): Take ehdr as argument and set + cfi e_machine. + (getcfi_gnu_eh_frame): Pass ehdr to allocate_cfi. + (getcfi_scn_eh_frame): Likewise. + +2020-09-03 Mark Wielaard <mark@klomp.org> + + * libdw.map (ELFUTILS_0.126): Remove local wildcard. + (ELFUTILS_0.127): Likewise. + (ELFUTILS_0.130): Likewise. + (ELFUTILS_0.136): Likewise. + (ELFUTILS_0.138): Likewise. + +2020-08-25 Mark Wielaard <mark@klomp.org> + + * dwarf_getlocation.c (check_constant_offset): Rename to... + (is_constant_offset): .. this. + +2020-06-28 Mark Wielaard <mark@klomp.org> + + * linux-kernel-modules.c (intuit_kernel_bounds): Check read_address + returns an increasing address when searching for end. + +2020-06-16 Mark Wielaard <mark@klomp.org> + + * cfi.c (execute_cfi): Add missing FALLTHROUGH. + 2020-05-08 Mark Wielaard <mark@klomp.org> * libdw_visit_scopes.c (walk_children): Don't recurse into imported diff --git a/libdw/cfi.c b/libdw/cfi.c index 341e055b..a73fb03f 100644 --- a/libdw/cfi.c +++ b/libdw/cfi.c @@ -229,6 +229,7 @@ execute_cfi (Dwarf_CFI *cache, case DW_CFA_offset_extended: get_uleb128 (operand, program, end); cfi_assert (program < end); + FALLTHROUGH; case DW_CFA_offset + 0 ... DW_CFA_offset + CFI_PRIMARY_MAX: get_uleb128 (offset, program, end); offset *= cie->data_alignment_factor; @@ -349,24 +350,35 @@ execute_cfi (Dwarf_CFI *cache, case DW_CFA_nop: continue; - case DW_CFA_GNU_window_save: - /* This is magic shorthand used only by SPARC. It's equivalent - to a bunch of DW_CFA_register and DW_CFA_offset operations. */ - if (unlikely (! enough_registers (31, &fs, &result))) - goto out; - for (regno = 8; regno < 16; ++regno) + case DW_CFA_GNU_window_save: /* DW_CFA_AARCH64_negate_ra_state */ + if (cache->e_machine == EM_AARCH64) { - /* Find each %oN in %iN. */ - fs->regs[regno].rule = reg_register; - fs->regs[regno].value = regno + 16; + /* Toggles the return address state, indicating whether + the return address is encrypted or not on + aarch64. XXX not handled yet. */ } - unsigned int address_size = (cache->e_ident[EI_CLASS] == ELFCLASS32 - ? 4 : 8); - for (; regno < 32; ++regno) + else { - /* Find %l0..%l7 and %i0..%i7 in a block at the CFA. */ - fs->regs[regno].rule = reg_offset; - fs->regs[regno].value = (regno - 16) * address_size; + /* This is magic shorthand used only by SPARC. It's + equivalent to a bunch of DW_CFA_register and + DW_CFA_offset operations. */ + if (unlikely (! enough_registers (31, &fs, &result))) + goto out; + for (regno = 8; regno < 16; ++regno) + { + /* Find each %oN in %iN. */ + fs->regs[regno].rule = reg_register; + fs->regs[regno].value = regno + 16; + } + unsigned int address_size; + address_size = (cache->e_ident[EI_CLASS] == ELFCLASS32 + ? 4 : 8); + for (; regno < 32; ++regno) + { + /* Find %l0..%l7 and %i0..%i7 in a block at the CFA. */ + fs->regs[regno].rule = reg_offset; + fs->regs[regno].value = (regno - 16) * address_size; + } } continue; diff --git a/libdw/cfi.h b/libdw/cfi.h index 1ebf2dc3..1b0d712f 100644 --- a/libdw/cfi.h +++ b/libdw/cfi.h @@ -108,6 +108,8 @@ struct Dwarf_CFI_s size_t search_table_entries; uint8_t search_table_encoding; + uint16_t e_machine; + /* True if the file has a byte order different from the host. */ bool other_byte_order; diff --git a/libdw/dwarf.h b/libdw/dwarf.h index 71ca2baa..98b10437 100644 --- a/libdw/dwarf.h +++ b/libdw/dwarf.h @@ -966,6 +966,7 @@ enum DW_CFA_low_user = 0x1c, DW_CFA_MIPS_advance_loc8 = 0x1d, DW_CFA_GNU_window_save = 0x2d, + DW_CFA_AARCH64_negate_ra_state = 0x2d, DW_CFA_GNU_args_size = 0x2e, DW_CFA_GNU_negative_offset_extended = 0x2f, DW_CFA_high_user = 0x3f diff --git a/libdw/dwarf_getcfi.c b/libdw/dwarf_getcfi.c index 51932cd9..afa8a460 100644 --- a/libdw/dwarf_getcfi.c +++ b/libdw/dwarf_getcfi.c @@ -57,6 +57,11 @@ dwarf_getcfi (Dwarf *dbg) cfi->datarel = 0; cfi->e_ident = (unsigned char *) elf_getident (dbg->elf, NULL); + + GElf_Ehdr ehdr; + gelf_getehdr (dbg->elf, &ehdr); + cfi->e_machine = ehdr.e_machine; + cfi->other_byte_order = dbg->other_byte_order; cfi->default_same_value = false; diff --git a/libdw/dwarf_getcfi_elf.c b/libdw/dwarf_getcfi_elf.c index adcaea03..c0e3cadd 100644 --- a/libdw/dwarf_getcfi_elf.c +++ b/libdw/dwarf_getcfi_elf.c @@ -41,7 +41,7 @@ static Dwarf_CFI * -allocate_cfi (Elf *elf, GElf_Addr vaddr) +allocate_cfi (Elf *elf, const GElf_Ehdr *ehdr, GElf_Addr vaddr) { Dwarf_CFI *cfi = calloc (1, sizeof *cfi); if (cfi == NULL) @@ -58,6 +58,8 @@ allocate_cfi (Elf *elf, GElf_Addr vaddr) return NULL; } + cfi->e_machine = ehdr->e_machine; + if ((BYTE_ORDER == LITTLE_ENDIAN && cfi->e_ident[EI_DATA] == ELFDATA2MSB) || (BYTE_ORDER == BIG_ENDIAN && cfi->e_ident[EI_DATA] == ELFDATA2LSB)) cfi->other_byte_order = true; @@ -172,7 +174,7 @@ getcfi_gnu_eh_frame (Elf *elf, const GElf_Ehdr *ehdr, const GElf_Phdr *phdr) __libdw_seterrno (DWARF_E_INVALID_ELF); /* XXX might be read error */ return NULL; } - Dwarf_CFI *cfi = allocate_cfi (elf, eh_frame_ptr); + Dwarf_CFI *cfi = allocate_cfi (elf, ehdr, eh_frame_ptr); if (cfi != NULL) { cfi->data = (Elf_Data_Scn *) data; @@ -222,7 +224,7 @@ getcfi_scn_eh_frame (Elf *elf, const GElf_Ehdr *ehdr, __libdw_seterrno (DWARF_E_INVALID_ELF); return NULL; } - Dwarf_CFI *cfi = allocate_cfi (elf, shdr->sh_addr); + Dwarf_CFI *cfi = allocate_cfi (elf, ehdr, shdr->sh_addr); if (cfi != NULL) { cfi->data = (Elf_Data_Scn *) data; diff --git a/libdw/dwarf_getlocation.c b/libdw/dwarf_getlocation.c index 6fb3ff3d..4617f9e9 100644 --- a/libdw/dwarf_getlocation.c +++ b/libdw/dwarf_getlocation.c @@ -161,11 +161,14 @@ dwarf_getlocation_implicit_value (Dwarf_Attribute *attr, const Dwarf_Op *op, return 0; } -/* DW_AT_data_member_location can be a constant as well as a loclistptr. - Only data[48] indicate a loclistptr. */ +/* If the given attribute is DW_AT_data_member_location and it has constant + form then create a fake location using DW_OP_plus_uconst and the offset + value. On success returns zero and fills in llbuf (when not NULL) and + sets listlen to 1. Returns 1 when this isn't a DW_AT_data_member_location + offset. Returns -1 and sets dwarf_errno on failure (bad DWARF data). */ static int -check_constant_offset (Dwarf_Attribute *attr, - Dwarf_Op **llbuf, size_t *listlen) +is_constant_offset (Dwarf_Attribute *attr, + Dwarf_Op **llbuf, size_t *listlen) { if (attr->code != DW_AT_data_member_location) return 1; @@ -665,9 +668,9 @@ dwarf_getlocation (Dwarf_Attribute *attr, Dwarf_Op **llbuf, size_t *listlen) if (! attr_ok (attr)) return -1; - int result = check_constant_offset (attr, llbuf, listlen); + int result = is_constant_offset (attr, llbuf, listlen); if (result != 1) - return result; + return result; /* Either success 0, or -1 to indicate error. */ /* If it has a block form, it's a single location expression. Except for DW_FORM_data16, which is a 128bit constant. */ @@ -898,7 +901,8 @@ dwarf_getlocation_addr (Dwarf_Attribute *attr, Dwarf_Addr address, } } - int result = check_constant_offset (attr, llbufs, listlens); + /* If is_constant_offset is successful, we are done with 1 result. */ + int result = is_constant_offset (attr, llbufs, listlens); if (result != 1) return result ?: 1; @@ -979,7 +983,7 @@ dwarf_getlocations (Dwarf_Attribute *attr, ptrdiff_t offset, Dwarf_Addr *basep, } } - int result = check_constant_offset (attr, expr, exprlen); + int result = is_constant_offset (attr, expr, exprlen); if (result != 1) { if (result == 0) @@ -989,7 +993,7 @@ dwarf_getlocations (Dwarf_Attribute *attr, ptrdiff_t offset, Dwarf_Addr *basep, *endp = -1; return 1; } - return result; + return result; /* Something bad, dwarf_errno has been set. */ } /* We must be looking at a true loclistptr, fetch the initial diff --git a/libdw/libdw.map b/libdw/libdw.map index decac05c..8ab0a2a0 100644 --- a/libdw/libdw.map +++ b/libdw/libdw.map @@ -149,8 +149,6 @@ ELFUTILS_0.126 { global: dwarf_getelf; - local: - *; } ELFUTILS_0.122; ELFUTILS_0.127 { @@ -161,8 +159,6 @@ ELFUTILS_0.127 { dwfl_report_begin_add; dwfl_module_address_section; - local: - *; } ELFUTILS_0.126; ELFUTILS_0.130 { @@ -172,8 +168,6 @@ ELFUTILS_0.130 { dwfl_module_build_id; dwfl_module_report_build_id; - local: - *; } ELFUTILS_0.127; ELFUTILS_0.136 { @@ -181,8 +175,6 @@ ELFUTILS_0.136 { dwfl_addrsegment; dwfl_report_segment; - local: - *; } ELFUTILS_0.130; ELFUTILS_0.138 { @@ -190,8 +182,6 @@ ELFUTILS_0.138 { # Replaced ELFUTILS_0.130 version, which has bug-compatibility wrapper. dwfl_module_build_id; - local: - *; } ELFUTILS_0.136; ELFUTILS_0.142 { diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog index 4f1ec9da..ca10ce88 100644 --- a/libdwfl/ChangeLog +++ b/libdwfl/ChangeLog @@ -1,3 +1,45 @@ +2020-08-20 Dmitry V. Levin <ldv@altlinux.org> + + * Makefile.am (libdwfl_a_SOURCES): Conditionalize + debuginfod-client.c on LIBDEBUGINFOD. + * dwfl_build_id_find_elf.c (dwfl_build_id_find_elf): Conditionalize + __libdwfl_debuginfod_find_executable invocation on + ENABLE_LIBDEBUGINFOD. + * dwfl_end.c (dwfl_end): Conditionalize __libdwfl_debuginfod_end + invocation on ENABLE_LIBDEBUGINFOD. + * find-debuginfo.c (dwfl_standard_find_debuginfo): Conditionalize + __libdwfl_debuginfod_find_debuginfo invocation on + ENABLE_LIBDEBUGINFOD. + * libdwflP.h: Guard debuginfod.h include with ENABLE_LIBDEBUGINFOD. + (struct Dwfl): Guard debuginfod field with ENABLE_LIBDEBUGINFOD. + (__libdwfl_debuginfod_find_executable, + __libdwfl_debuginfod_find_debuginfo, __libdwfl_debuginfod_end): + Guard declarations with ENABLE_LIBDEBUGINFOD. + +2020-07-05 Mark Wielaard <mark@klomp.org> + + * argp-std.c (parse_opt): Don't assert, but call fail when + dwfl_report_end fails. + * dwfl_build_id_find_elf.c (__libdwfl_open_by_build_id): Don't + assert, but goto bad_id when snprintf fails. + * frame_unwind.c (__libdwfl_frame_unwind): Don't assert, but + return when dwfl_frame_pc fails. + * linux-core-attach.c (core_set_initial_registers): Don't assert, + but return false when gelf_getnote fails or the core note is not + as expected. + * linux-pid-attach.c (dwfl_linux_proc_attach): Don't assert, but + goto fail when snprintf fails. + +2020-06-16 Mark Wielaard <mark@klomp.org> + + * frame_unwind.c (handle_cfi): Flag an error if + return_address_register is invalid. + +2020-06-16 Mark Wielaard <mark@klomp.org> + + * linux-kernel-modules.c (try_kernel_name): Don't try other + compressed kernels if we already found an compressed image. + 2020-05-09 Mark Wielaard <mark@klomp.org> * find-debuginfo.c (dwfl_standard_find_debuginfo): Return failure diff --git a/libdwfl/Makefile.am b/libdwfl/Makefile.am index 47bd62a5..1de05492 100644 --- a/libdwfl/Makefile.am +++ b/libdwfl/Makefile.am @@ -70,7 +70,7 @@ libdwfl_a_SOURCES = dwfl_begin.c dwfl_end.c dwfl_error.c dwfl_version.c \ link_map.c core-file.c open.c image-header.c \ dwfl_frame.c frame_unwind.c dwfl_frame_pc.c \ linux-pid-attach.c linux-core-attach.c dwfl_frame_regs.c \ - gzip.c debuginfod-client.c + gzip.c if BZLIB libdwfl_a_SOURCES += bzip2.c @@ -78,6 +78,9 @@ endif if LZMA libdwfl_a_SOURCES += lzma.c endif +if LIBDEBUGINFOD +libdwfl_a_SOURCES += debuginfod-client.c +endif libdwfl = $(libdw) libdw = ../libdw/libdw.so diff --git a/libdwfl/argp-std.c b/libdwfl/argp-std.c index 8ee91587..2aa1b5e0 100644 --- a/libdwfl/argp-std.c +++ b/libdwfl/argp-std.c @@ -342,7 +342,8 @@ parse_opt (int key, char *arg, struct argp_state *state) argp_parse. */ int result = INTUSE(dwfl_report_end) (dwfl, NULL, NULL); - assert (result == 0); + if (result != 0) + return fail (dwfl, -1, arg, state); /* Update the input all along, so a parent parser can see it. As we free OPT the update below will be no longer active. */ diff --git a/libdwfl/dwfl_build_id_find_elf.c b/libdwfl/dwfl_build_id_find_elf.c index 4e56143f..7b604d47 100644 --- a/libdwfl/dwfl_build_id_find_elf.c +++ b/libdwfl/dwfl_build_id_find_elf.c @@ -48,6 +48,7 @@ __libdwfl_open_by_build_id (Dwfl_Module *mod, bool debug, char **file_name, #define MAX_BUILD_ID_BYTES 64 if (id_len < MIN_BUILD_ID_BYTES || id_len > MAX_BUILD_ID_BYTES) { + bad_id: __libdwfl_seterrno (DWFL_E_WRONG_ID_ELF); return -1; } @@ -59,12 +60,14 @@ __libdwfl_open_by_build_id (Dwfl_Module *mod, bool debug, char **file_name, strcpy (id_name, "/.build-id/"); int n = snprintf (&id_name[sizeof "/.build-id/" - 1], 4, "%02" PRIx8 "/", (uint8_t) id[0]); - assert (n == 3); + if (n != 3) + goto bad_id;; for (size_t i = 1; i < id_len; ++i) { n = snprintf (&id_name[sizeof "/.build-id/" - 1 + 3 + (i - 1) * 2], 3, "%02" PRIx8, (uint8_t) id[i]); - assert (n == 2); + if (n != 2) + goto bad_id; } if (debug) strcpy (&id_name[sizeof "/.build-id/" - 1 + 3 + (id_len - 1) * 2], @@ -189,12 +192,14 @@ dwfl_build_id_find_elf (Dwfl_Module *mod, } else { +#ifdef ENABLE_LIBDEBUGINFOD /* If all else fails and a build-id is available, query the debuginfo-server if enabled. */ if (fd < 0 && mod->build_id_len > 0) fd = __libdwfl_debuginfod_find_executable (mod->dwfl, mod->build_id_bits, mod->build_id_len); +#endif } if (fd < 0 && errno == 0 && mod->build_id_len > 0) diff --git a/libdwfl/dwfl_end.c b/libdwfl/dwfl_end.c index 4f6c722a..b1840191 100644 --- a/libdwfl/dwfl_end.c +++ b/libdwfl/dwfl_end.c @@ -39,7 +39,9 @@ dwfl_end (Dwfl *dwfl) if (dwfl == NULL) return; +#ifdef ENABLE_LIBDEBUGINFOD __libdwfl_debuginfod_end (dwfl->debuginfod); +#endif if (dwfl->process) __libdwfl_process_free (dwfl->process); diff --git a/libdwfl/find-debuginfo.c b/libdwfl/find-debuginfo.c index eb68d549..449df5a1 100644 --- a/libdwfl/find-debuginfo.c +++ b/libdwfl/find-debuginfo.c @@ -401,6 +401,7 @@ dwfl_standard_find_debuginfo (Dwfl_Module *mod, free (canon); } +#ifdef ENABLE_LIBDEBUGINFOD /* Still nothing? Try if we can use the debuginfod client. But note that we might be looking for the alt file. We use the same trick as dwfl_build_id_find_debuginfo. @@ -422,6 +423,7 @@ dwfl_standard_find_debuginfo (Dwfl_Module *mod, if (bits_len > 0) fd = __libdwfl_debuginfod_find_debuginfo (mod->dwfl, bits, bits_len); } +#endif return fd; } diff --git a/libdwfl/frame_unwind.c b/libdwfl/frame_unwind.c index d7dfa5a9..9ac33833 100644 --- a/libdwfl/frame_unwind.c +++ b/libdwfl/frame_unwind.c @@ -562,7 +562,11 @@ handle_cfi (Dwfl_Frame *state, Dwarf_Addr pc, Dwarf_CFI *cfi, Dwarf_Addr bias) /* The return register is special for setting the unwound->pc_state. */ unsigned ra = frame->fde->cie->return_address_register; bool ra_set = false; - ebl_dwarf_to_regno (ebl, &ra); + if (! ebl_dwarf_to_regno (ebl, &ra)) + { + __libdwfl_seterrno (DWFL_E_INVALID_REGISTER); + return; + } for (unsigned regno = 0; regno < nregs; regno++) { @@ -719,7 +723,8 @@ __libdwfl_frame_unwind (Dwfl_Frame *state) which would deadlock us. */ Dwarf_Addr pc; bool ok = INTUSE(dwfl_frame_pc) (state, &pc, NULL); - assert (ok); + if (!ok) + return; /* Check whether this is the initial frame or a signal frame. Then we need to unwind from the original, unadjusted PC. */ if (! state->initial_frame && ! state->signal_frame) diff --git a/libdwfl/libdwflP.h b/libdwfl/libdwflP.h index 25753de2..ad6779ad 100644 --- a/libdwfl/libdwflP.h +++ b/libdwfl/libdwflP.h @@ -40,7 +40,10 @@ #include "../libdw/libdwP.h" /* We need its INTDECLs. */ #include "../libdwelf/libdwelfP.h" + +#ifdef ENABLE_LIBDEBUGINFOD #include "../debuginfod/debuginfod.h" +#endif typedef struct Dwfl_Process Dwfl_Process; @@ -115,8 +118,9 @@ struct Dwfl_User_Core struct Dwfl { const Dwfl_Callbacks *callbacks; +#ifdef ENABLE_LIBDEBUGINFOD debuginfod_client *debuginfod; - +#endif Dwfl_Module *modulelist; /* List in order used by full traversals. */ Dwfl_Process *process; @@ -631,6 +635,7 @@ extern Dwfl_Error __libdw_open_elf (int fd, Elf **elfp) internal_function; extern bool __libdwfl_dynamic_vaddr_get (Elf *elf, GElf_Addr *vaddrp) internal_function; +#ifdef ENABLE_LIBDEBUGINFOD /* Internal interface to libdebuginfod (if installed). */ int __libdwfl_debuginfod_find_executable (Dwfl *dwfl, @@ -642,6 +647,7 @@ __libdwfl_debuginfod_find_debuginfo (Dwfl *dwfl, size_t build_id_len); void __libdwfl_debuginfod_end (debuginfod_client *c); +#endif /* These are working nicely for --core, but are not ready to be diff --git a/libdwfl/linux-core-attach.c b/libdwfl/linux-core-attach.c index c0f1b0d0..f68062f0 100644 --- a/libdwfl/linux-core-attach.c +++ b/libdwfl/linux-core-attach.c @@ -181,7 +181,8 @@ core_set_initial_registers (Dwfl_Thread *thread, void *thread_arg_voidp) size_t getnote_err = gelf_getnote (note_data, offset, &nhdr, &name_offset, &desc_offset); /* __libdwfl_attach_state_for_core already verified the note is there. */ - assert (getnote_err != 0); + if (getnote_err == 0) + return false; /* Do not check NAME for now, help broken Linux kernels. */ const char *name = (nhdr.n_namesz == 0 ? "" : note_data->d_buf + name_offset); @@ -195,8 +196,8 @@ core_set_initial_registers (Dwfl_Thread *thread, void *thread_arg_voidp) ®s_offset, &nregloc, ®locs, &nitems, &items); /* __libdwfl_attach_state_for_core already verified the note is there. */ - assert (core_note_err != 0); - assert (nhdr.n_type == NT_PRSTATUS); + if (core_note_err == 0 || nhdr.n_type != NT_PRSTATUS) + return false; const Ebl_Core_Item *item; for (item = items; item < items + nitems; item++) if (strcmp (item->name, "pid") == 0) diff --git a/libdwfl/linux-kernel-modules.c b/libdwfl/linux-kernel-modules.c index 0434f1e5..548cb56f 100644 --- a/libdwfl/linux-kernel-modules.c +++ b/libdwfl/linux-kernel-modules.c @@ -128,7 +128,7 @@ try_kernel_name (Dwfl *dwfl, char **fname, bool try_debug) if (fd < 0) for (size_t i = 0; - i < sizeof vmlinux_suffixes / sizeof vmlinux_suffixes[0]; + i < sizeof vmlinux_suffixes / sizeof vmlinux_suffixes[0] && fd < 0; ++i) { char *zname; @@ -538,10 +538,14 @@ intuit_kernel_bounds (Dwarf_Addr *start, Dwarf_Addr *end, Dwarf_Addr *notes) if (result == 0) { + Dwarf_Addr addr; *end = *start; - while (read_address (&state, end)) - if (*notes == 0 && !strcmp (state.p, "__start_notes\n")) - *notes = *end; + while (read_address (&state, &addr) && addr >= *end) + { + *end = addr; + if (*notes == 0 && !strcmp (state.p, "__start_notes\n")) + *notes = *end; + } Dwarf_Addr round_kernel = sysconf (_SC_PAGESIZE); *start &= -(Dwarf_Addr) round_kernel; diff --git a/libdwfl/linux-pid-attach.c b/libdwfl/linux-pid-attach.c index f19e9b49..3a6af997 100644 --- a/libdwfl/linux-pid-attach.c +++ b/libdwfl/linux-pid-attach.c @@ -422,7 +422,11 @@ dwfl_linux_proc_attach (Dwfl *dwfl, pid_t pid, bool assume_ptrace_stopped) char name[64]; int i = snprintf (name, sizeof (name), "/proc/%ld/task", (long) pid); - assert (i > 0 && i < (ssize_t) sizeof (name) - 1); + if (i <= 0 || i >= (ssize_t) sizeof (name) - 1) + { + errno = -ENOMEM; + goto fail; + } DIR *dir = opendir (name); if (dir == NULL) { diff --git a/libebl/ChangeLog b/libebl/ChangeLog index fa6dd037..aa43b31f 100644 --- a/libebl/ChangeLog +++ b/libebl/ChangeLog @@ -1,3 +1,12 @@ +2020-09-03 Mark Wielaard <mark@klomp.org> + + * eblobjnote.c (ebl_object_note): For EM_AARCH64 handle BTI and PAC + in GNU_PROPERTY_AARCH64_FEATURE_1_AND. + +2020-07-19 Mark Wielaard <mark@klomp.org> + + * libebl.h: Only typedef Ebl if _LIBASM_H is undefined. + 2020-06-10 Mark Wielaard <mark@klomp.org> * eblopenbackend.c (i386_init, sh_init, x86_64_init, ia64_init, diff --git a/libebl/eblobjnote.c b/libebl/eblobjnote.c index f7ac915c..37cbc499 100644 --- a/libebl/eblobjnote.c +++ b/libebl/eblobjnote.c @@ -476,6 +476,73 @@ ebl_object_note (Ebl *ebl, uint32_t namesz, const char *name, uint32_t type, } } } + else if (prop.pr_type >= GNU_PROPERTY_LOPROC + && prop.pr_type <= GNU_PROPERTY_HIPROC + && ehdr.e_machine == EM_AARCH64) + { + printf ("AARCH64 "); + if (prop.pr_type == GNU_PROPERTY_AARCH64_FEATURE_1_AND) + { + printf ("FEATURE_1_AND: "); + + if (prop.pr_datasz == 4) + { + GElf_Word data; + in.d_type = ELF_T_WORD; + out.d_type = ELF_T_WORD; + in.d_size = 4; + out.d_size = 4; + in.d_buf = (void *) desc; + out.d_buf = (void *) &data; + + if (gelf_xlatetom (ebl->elf, &out, &in, + elfident[EI_DATA]) == NULL) + { + printf ("%s\n", elf_errmsg (-1)); + return; + } + printf ("%08" PRIx32 " ", data); + + if ((data & GNU_PROPERTY_AARCH64_FEATURE_1_BTI) + != 0) + { + printf ("BTI"); + data &= ~GNU_PROPERTY_AARCH64_FEATURE_1_BTI; + if (data != 0) + printf (" "); + } + + if ((data & GNU_PROPERTY_AARCH64_FEATURE_1_PAC) + != 0) + { + printf ("PAC"); + data &= ~GNU_PROPERTY_AARCH64_FEATURE_1_PAC; + if (data != 0) + printf (" "); + } + + if (data != 0) + printf ("UNKNOWN"); + } + else + printf ("<bad datasz: %" PRId32 ">", + prop.pr_datasz); + + printf ("\n"); + } + else + { + printf ("%#" PRIx32, prop.pr_type); + if (prop.pr_datasz > 0) + { + printf (" data: "); + size_t i; + for (i = 0; i < prop.pr_datasz - 1; i++) + printf ("%02" PRIx8 " ", (uint8_t) desc[i]); + printf ("%02" PRIx8 "\n", (uint8_t) desc[i]); + } + } + } else { if (prop.pr_type >= GNU_PROPERTY_LOPROC diff --git a/libebl/libebl.h b/libebl/libebl.h index 06a14c45..23c0e950 100644 --- a/libebl/libebl.h +++ b/libebl/libebl.h @@ -45,8 +45,10 @@ #include "elf-knowledge.h" -/* Opaque type for the handle. */ +/* Opaque type for the handle. libasm.h defined the same thing. */ +#ifndef _LIBASM_H typedef struct ebl Ebl; +#endif #ifdef __cplusplus diff --git a/libelf/ChangeLog b/libelf/ChangeLog index 8f6d2d2d..a3f15883 100644 --- a/libelf/ChangeLog +++ b/libelf/ChangeLog @@ -1,3 +1,12 @@ +2020-08-28 Mark Wielaard <mark@klomp.org> + + * elf.h: Update from glibc. + +2020-08-19 Mark Wielaard <mark@klomp.org> + + * elf32_updatenull.c (updatenull_wrlock): Fixup the sh_addralign + of an SHF_COMPRESSED section if necessary. + 2020-06-04 Mark Wielaard <mark@klomp.org> * elf.h: Update from glibc. diff --git a/libelf/elf.h b/libelf/elf.h index 197b557d..ff9f1dad 100644 --- a/libelf/elf.h +++ b/libelf/elf.h @@ -2875,6 +2875,8 @@ enum #define R_AARCH64_IRELATIVE 1032 /* STT_GNU_IFUNC relocation. */ /* AArch64 specific values for the Dyn d_tag field. */ +#define DT_AARCH64_BTI_PLT (DT_LOPROC + 1) +#define DT_AARCH64_PAC_PLT (DT_LOPROC + 3) #define DT_AARCH64_VARIANT_PCS (DT_LOPROC + 5) #define DT_AARCH64_NUM 6 diff --git a/libelf/elf32_updatenull.c b/libelf/elf32_updatenull.c index 5f3cdbf6..d0d4d1eb 100644 --- a/libelf/elf32_updatenull.c +++ b/libelf/elf32_updatenull.c @@ -267,6 +267,18 @@ __elfw2(LIBELFBITS,updatenull_wrlock) (Elf *elf, int *change_bop, size_t shnum) update_if_changed (shdr->sh_entsize, sh_entsize, scn->shdr_flags); + /* Likewise for the alignment of a compressed section. + For a SHF_COMPRESSED section set the correct + sh_addralign value, which must match the d_align of + the data (see __libelf_set_rawdata in elf_getdata.c). */ + if ((shdr->sh_flags & SHF_COMPRESSED) != 0) + { + sh_align = __libelf_type_align (ELFW(ELFCLASS,LIBELFBITS), + ELF_T_CHDR); + update_if_changed (shdr->sh_addralign, sh_align, + scn->shdr_flags); + } + if (scn->data_read == 0 && __libelf_set_rawdata_wrlock (scn) != 0) /* Something went wrong. The error value is already set. */ diff --git a/po/ChangeLog b/po/ChangeLog index 620931ee..1506f343 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2020-09-08 Mark Wielaard <mark@klomp.org> + + * *.po: Update for 0.181. + 2020-06-11 Mark Wielaard <mark@klomp.org> * *.po: Update for 0.180. @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: elfutils VERSION\n" "Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n" -"POT-Creation-Date: 2020-06-11 15:50+0200\n" +"POT-Creation-Date: 2020-09-08 12:51+0200\n" "PO-Revision-Date: 2009-06-29 15:15+0200\n" "Last-Translator: Michael Münch <micm@fedoraproject.org>\n" "Language-Team: German\n" @@ -55,17 +55,17 @@ msgstr "" "auch nicht für Marktgängigkeit oder Eignung für einen Bestimmten Zweck.\n" #: lib/xmalloc.c:52 lib/xmalloc.c:65 lib/xmalloc.c:77 src/readelf.c:3449 -#: src/readelf.c:11403 src/unstrip.c:2393 src/unstrip.c:2599 +#: src/readelf.c:11424 src/unstrip.c:2395 src/unstrip.c:2600 #, c-format msgid "memory exhausted" msgstr "Kein Speicher mehr verfügbar" -#: libasm/asm_error.c:65 libdw/dwarf_error.c:57 libdwfl/libdwflP.h:51 +#: libasm/asm_error.c:65 libdw/dwarf_error.c:57 libdwfl/libdwflP.h:54 #: libelf/elf_error.c:60 msgid "no error" msgstr "kein Fehler" -#: libasm/asm_error.c:66 libdw/dwarf_error.c:67 libdwfl/libdwflP.h:53 +#: libasm/asm_error.c:66 libdw/dwarf_error.c:67 libdwfl/libdwflP.h:56 #: libelf/elf_error.c:91 msgid "out of memory" msgstr "nicht genügend Speicher" @@ -102,7 +102,7 @@ msgstr "Fehler bei Datenausgabe" msgid "no backend support available" msgstr "keine Backend-Unterstützung verfügbar" -#: libasm/asm_error.c:83 libdw/dwarf_error.c:58 libdwfl/libdwflP.h:52 +#: libasm/asm_error.c:83 libdw/dwarf_error.c:58 libdwfl/libdwflP.h:55 #: libelf/elf_error.c:63 msgid "unknown error" msgstr "unbekannter Fehler" @@ -218,7 +218,7 @@ msgstr "Ungültige DWARF Version" msgid "invalid directory index" msgstr "ungültiger Verzeichnisindex" -#: libdw/dwarf_error.c:87 libdwfl/libdwflP.h:72 +#: libdw/dwarf_error.c:87 libdwfl/libdwflP.h:75 msgid "address out of range" msgstr "Außerhalb des Adressbereiches" @@ -249,7 +249,7 @@ msgstr "Ungültiger Zeilenindex" msgid "invalid address range index" msgstr "Ungültiger Adressbereichs Index" -#: libdw/dwarf_error.c:94 libdwfl/libdwflP.h:73 +#: libdw/dwarf_error.c:94 libdwfl/libdwflP.h:76 msgid "no matching address range" msgstr "Kein passender Adressbereich" @@ -298,7 +298,7 @@ msgstr "unbekannter Typ" msgid ".debug_addr section missing" msgstr ".debug_line Sektion fehlt" -#: libdwfl/argp-std.c:50 src/stack.c:638 src/unstrip.c:2540 +#: libdwfl/argp-std.c:50 src/stack.c:643 src/unstrip.c:2541 msgid "Input selection options:" msgstr "Eingabeauswahloptionen:" @@ -328,7 +328,7 @@ msgstr "Finde Adressen im laufenden Kernel" msgid "Kernel with all modules" msgstr "Kernel mit allen Modulen" -#: libdwfl/argp-std.c:63 src/stack.c:645 +#: libdwfl/argp-std.c:63 src/stack.c:650 msgid "Search path for separate debuginfo files" msgstr "Dateisuchpfad für separate Debug-Informationen" @@ -363,165 +363,165 @@ msgstr "nicht genügend Speicher" msgid "No modules recognized in core file" msgstr "Keine Module in der Kerndatei gefunden" -#: libdwfl/libdwflP.h:54 +#: libdwfl/libdwflP.h:57 msgid "See errno" msgstr "" -#: libdwfl/libdwflP.h:55 +#: libdwfl/libdwflP.h:58 msgid "See elf_errno" msgstr "" -#: libdwfl/libdwflP.h:56 +#: libdwfl/libdwflP.h:59 msgid "See dwarf_errno" msgstr "" -#: libdwfl/libdwflP.h:57 +#: libdwfl/libdwflP.h:60 msgid "See ebl_errno (XXX missing)" msgstr "" -#: libdwfl/libdwflP.h:58 +#: libdwfl/libdwflP.h:61 msgid "gzip decompression failed" msgstr "" -#: libdwfl/libdwflP.h:59 +#: libdwfl/libdwflP.h:62 msgid "bzip2 decompression failed" msgstr "" -#: libdwfl/libdwflP.h:60 +#: libdwfl/libdwflP.h:63 msgid "LZMA decompression failed" msgstr "" -#: libdwfl/libdwflP.h:61 +#: libdwfl/libdwflP.h:64 msgid "no support library found for machine" msgstr "" -#: libdwfl/libdwflP.h:62 +#: libdwfl/libdwflP.h:65 msgid "Callbacks missing for ET_REL file" msgstr "" -#: libdwfl/libdwflP.h:63 +#: libdwfl/libdwflP.h:66 msgid "Unsupported relocation type" msgstr "" -#: libdwfl/libdwflP.h:64 +#: libdwfl/libdwflP.h:67 msgid "r_offset is bogus" msgstr "" -#: libdwfl/libdwflP.h:65 libelf/elf_error.c:115 libelf/elf_error.c:175 +#: libdwfl/libdwflP.h:68 libelf/elf_error.c:115 libelf/elf_error.c:175 msgid "offset out of range" msgstr "Offset ausserhalb des Bereichs" -#: libdwfl/libdwflP.h:66 +#: libdwfl/libdwflP.h:69 #, fuzzy msgid "relocation refers to undefined symbol" msgstr "Zeige Grösse der definierten Symbole" -#: libdwfl/libdwflP.h:67 +#: libdwfl/libdwflP.h:70 msgid "Callback returned failure" msgstr "" -#: libdwfl/libdwflP.h:68 +#: libdwfl/libdwflP.h:71 #, fuzzy msgid "No DWARF information found" msgstr "keine DWARF Information" -#: libdwfl/libdwflP.h:69 +#: libdwfl/libdwflP.h:72 msgid "No symbol table found" msgstr "" -#: libdwfl/libdwflP.h:70 +#: libdwfl/libdwflP.h:73 #, fuzzy msgid "No ELF program headers" msgstr "Programm-Köpfe anzeigen" -#: libdwfl/libdwflP.h:71 +#: libdwfl/libdwflP.h:74 msgid "address range overlaps an existing module" msgstr "" -#: libdwfl/libdwflP.h:74 +#: libdwfl/libdwflP.h:77 msgid "image truncated" msgstr "" -#: libdwfl/libdwflP.h:75 +#: libdwfl/libdwflP.h:78 #, fuzzy msgid "ELF file opened" msgstr "keine ELF Datei" -#: libdwfl/libdwflP.h:76 +#: libdwfl/libdwflP.h:79 #, fuzzy msgid "not a valid ELF file" msgstr "Ungültige ELF Datei" -#: libdwfl/libdwflP.h:77 +#: libdwfl/libdwflP.h:80 #, fuzzy msgid "cannot handle DWARF type description" msgstr "konnte Elf-Deskriptor nicht erzeugen: %s" -#: libdwfl/libdwflP.h:78 +#: libdwfl/libdwflP.h:81 msgid "ELF file does not match build ID" msgstr "" -#: libdwfl/libdwflP.h:79 +#: libdwfl/libdwflP.h:82 #, fuzzy msgid "corrupt .gnu.prelink_undo section data" msgstr "konnte Abschnittsdaten nicht holen: %s" -#: libdwfl/libdwflP.h:80 +#: libdwfl/libdwflP.h:83 msgid "Internal error due to ebl" msgstr "" -#: libdwfl/libdwflP.h:81 +#: libdwfl/libdwflP.h:84 msgid "Missing data in core file" msgstr "" -#: libdwfl/libdwflP.h:82 +#: libdwfl/libdwflP.h:85 #, fuzzy msgid "Invalid register" msgstr "ungültiger Parameter" -#: libdwfl/libdwflP.h:83 +#: libdwfl/libdwflP.h:86 msgid "Error reading process memory" msgstr "" -#: libdwfl/libdwflP.h:84 +#: libdwfl/libdwflP.h:87 msgid "Couldn't find architecture of any ELF" msgstr "" -#: libdwfl/libdwflP.h:85 +#: libdwfl/libdwflP.h:88 msgid "Error parsing /proc filesystem" msgstr "" -#: libdwfl/libdwflP.h:86 +#: libdwfl/libdwflP.h:89 #, fuzzy msgid "Invalid DWARF" msgstr "DWARF ungültig" -#: libdwfl/libdwflP.h:87 +#: libdwfl/libdwflP.h:90 msgid "Unsupported DWARF" msgstr "" -#: libdwfl/libdwflP.h:88 +#: libdwfl/libdwflP.h:91 msgid "Unable to find more threads" msgstr "" -#: libdwfl/libdwflP.h:89 +#: libdwfl/libdwflP.h:92 msgid "Dwfl already has attached state" msgstr "" -#: libdwfl/libdwflP.h:90 +#: libdwfl/libdwflP.h:93 msgid "Dwfl has no attached state" msgstr "" -#: libdwfl/libdwflP.h:91 +#: libdwfl/libdwflP.h:94 msgid "Unwinding not supported for this architecture" msgstr "" -#: libdwfl/libdwflP.h:92 +#: libdwfl/libdwflP.h:95 #, fuzzy msgid "Invalid argument" msgstr "ungültiger Parameter" -#: libdwfl/libdwflP.h:93 +#: libdwfl/libdwflP.h:96 #, fuzzy msgid "Not an ET_CORE ELF file" msgstr "Ungültige ELF Datei" @@ -593,7 +593,7 @@ msgstr " Build ID: " msgid " Linker version: %.*s\n" msgstr "" -#: libebl/eblobjnote.c:571 +#: libebl/eblobjnote.c:638 #, c-format msgid " OS: %s, ABI: " msgstr " OS: %s, ABI: " @@ -627,7 +627,7 @@ msgstr "ungültige Grösse des Quell-Operanden" msgid "invalid size of destination operand" msgstr "ungültige Grösse des Ziel-Operanden" -#: libelf/elf_error.c:87 src/readelf.c:6166 +#: libelf/elf_error.c:87 src/readelf.c:6172 #, c-format msgid "invalid encoding" msgstr "ungültige Kodierung" @@ -715,8 +715,8 @@ msgstr "data/scn Unterschied" msgid "invalid section header" msgstr "ungültiger Abschnitts-Header" -#: libelf/elf_error.c:191 src/readelf.c:9914 src/readelf.c:10514 -#: src/readelf.c:10615 src/readelf.c:10797 +#: libelf/elf_error.c:191 src/readelf.c:9935 src/readelf.c:10535 +#: src/readelf.c:10636 src/readelf.c:10818 #, c-format msgid "invalid data" msgstr "Ungültige Daten" @@ -1048,12 +1048,12 @@ msgstr "" msgid "no entry %s in archive\n" msgstr "Kein Eintrag %s in Archiv\n" -#: src/ar.c:472 src/ar.c:923 src/ar.c:1127 +#: src/ar.c:472 src/ar.c:927 src/ar.c:1134 #, c-format msgid "cannot create hash table" msgstr "Konnte Hash-Tabelle nicht erstellen" -#: src/ar.c:479 src/ar.c:930 src/ar.c:1136 +#: src/ar.c:479 src/ar.c:934 src/ar.c:1143 #, c-format msgid "cannot insert into hash table" msgstr "Konnte nicht in Hash-Tabelle einfügen" @@ -1093,67 +1093,67 @@ msgstr "Konnte Bearbeitungszeit von %s nicht ändern" msgid "cannot rename temporary file to %.*s" msgstr "Konnte temporäre Datei nicht in %.*s umbenennen" -#: src/ar.c:764 src/ar.c:1015 src/ar.c:1416 src/ranlib.c:222 +#: src/ar.c:764 src/ar.c:1019 src/ar.c:1423 src/ranlib.c:222 #, c-format msgid "cannot create new file" msgstr "neue Datei konnte nicht angelegt werden" -#: src/ar.c:1218 +#: src/ar.c:1225 #, c-format msgid "position member %s not found" msgstr "" -#: src/ar.c:1228 +#: src/ar.c:1235 #, c-format msgid "%s: no entry %s in archive!\n" msgstr "%s: Kein Eintrag %s in dem Archiv!\n" -#: src/ar.c:1257 src/objdump.c:241 +#: src/ar.c:1264 src/objdump.c:241 #, c-format msgid "cannot open %s" msgstr "Konnte %s nicht öffnen" -#: src/ar.c:1262 +#: src/ar.c:1269 #, c-format msgid "cannot stat %s" msgstr "" -#: src/ar.c:1268 +#: src/ar.c:1275 #, c-format msgid "%s is no regular file" msgstr "%s ist keine reguläre Datei" -#: src/ar.c:1281 +#: src/ar.c:1288 #, c-format msgid "cannot get ELF descriptor for %s: %s\n" msgstr "" -#: src/ar.c:1301 +#: src/ar.c:1308 #, c-format msgid "cannot read %s: %s" msgstr "Konnte %s: %s nicht lesen" -#: src/ar.c:1476 +#: src/ar.c:1483 #, fuzzy, c-format msgid "cannot represent ar_date" msgstr "konnte Abschnittsdaten nicht kopieren: %s" -#: src/ar.c:1482 +#: src/ar.c:1489 #, fuzzy, c-format msgid "cannot represent ar_uid" msgstr "konnte Abschnittsdaten nicht kopieren: %s" -#: src/ar.c:1488 +#: src/ar.c:1495 #, fuzzy, c-format msgid "cannot represent ar_gid" msgstr "konnte Abschnittsdaten nicht kopieren: %s" -#: src/ar.c:1494 +#: src/ar.c:1501 #, fuzzy, c-format msgid "cannot represent ar_mode" msgstr "konnte Abschnittsdaten nicht holen: %s" -#: src/ar.c:1500 +#: src/ar.c:1507 #, fuzzy, c-format msgid "cannot represent ar_size" msgstr "Konnte %s nicht öffnen" @@ -1375,7 +1375,7 @@ msgstr "" #: src/elfcmp.c:734 src/findtextrel.c:205 src/nm.c:364 src/ranlib.c:141 #: src/size.c:272 src/strings.c:185 src/strip.c:984 src/strip.c:1021 -#: src/unstrip.c:2189 src/unstrip.c:2218 +#: src/unstrip.c:2191 src/unstrip.c:2220 #, c-format msgid "cannot open '%s'" msgstr "'%s' kann nicht geöffnet werden" @@ -1673,7 +1673,7 @@ msgstr "" #: src/elflint.c:610 src/elflint.c:1498 src/elflint.c:1549 src/elflint.c:1655 #: src/elflint.c:1991 src/elflint.c:2317 src/elflint.c:2936 src/elflint.c:3099 -#: src/elflint.c:3247 src/elflint.c:3437 src/elflint.c:4440 +#: src/elflint.c:3247 src/elflint.c:3437 src/elflint.c:4441 #, c-format msgid "section [%2d] '%s': cannot get section data\n" msgstr "" @@ -2735,501 +2735,501 @@ msgid "" "section [%2d] '%s': offset %zu: extra bytes after last attribute section\n" msgstr "" -#: src/elflint.c:3699 +#: src/elflint.c:3700 #, c-format msgid "cannot get section header of zeroth section\n" msgstr "" -#: src/elflint.c:3703 +#: src/elflint.c:3704 #, c-format msgid "zeroth section has nonzero name\n" msgstr "" -#: src/elflint.c:3705 +#: src/elflint.c:3706 #, c-format msgid "zeroth section has nonzero type\n" msgstr "" -#: src/elflint.c:3707 +#: src/elflint.c:3708 #, c-format msgid "zeroth section has nonzero flags\n" msgstr "" -#: src/elflint.c:3709 +#: src/elflint.c:3710 #, c-format msgid "zeroth section has nonzero address\n" msgstr "" -#: src/elflint.c:3711 +#: src/elflint.c:3712 #, c-format msgid "zeroth section has nonzero offset\n" msgstr "" -#: src/elflint.c:3713 +#: src/elflint.c:3714 #, c-format msgid "zeroth section has nonzero align value\n" msgstr "" -#: src/elflint.c:3715 +#: src/elflint.c:3716 #, c-format msgid "zeroth section has nonzero entry size value\n" msgstr "" -#: src/elflint.c:3718 +#: src/elflint.c:3719 #, c-format msgid "" "zeroth section has nonzero size value while ELF header has nonzero shnum " "value\n" msgstr "" -#: src/elflint.c:3722 +#: src/elflint.c:3723 #, c-format msgid "" "zeroth section has nonzero link value while ELF header does not signal " "overflow in shstrndx\n" msgstr "" -#: src/elflint.c:3726 +#: src/elflint.c:3727 #, c-format msgid "" "zeroth section has nonzero link value while ELF header does not signal " "overflow in phnum\n" msgstr "" -#: src/elflint.c:3744 +#: src/elflint.c:3745 #, c-format msgid "cannot get section header for section [%2zu] '%s': %s\n" msgstr "" -#: src/elflint.c:3753 +#: src/elflint.c:3754 #, c-format msgid "section [%2zu]: invalid name\n" msgstr "" -#: src/elflint.c:3780 +#: src/elflint.c:3781 #, c-format msgid "section [%2d] '%s' has wrong type: expected %s, is %s\n" msgstr "" -#: src/elflint.c:3798 +#: src/elflint.c:3799 #, c-format msgid "section [%2zu] '%s' has wrong flags: expected %s, is %s\n" msgstr "" -#: src/elflint.c:3816 +#: src/elflint.c:3817 #, c-format msgid "" "section [%2zu] '%s' has wrong flags: expected %s and possibly %s, is %s\n" msgstr "" -#: src/elflint.c:3834 +#: src/elflint.c:3835 #, c-format msgid "section [%2zu] '%s' present in object file\n" msgstr "" -#: src/elflint.c:3840 src/elflint.c:3872 +#: src/elflint.c:3841 src/elflint.c:3873 #, c-format msgid "" "section [%2zu] '%s' has SHF_ALLOC flag set but there is no loadable segment\n" msgstr "" -#: src/elflint.c:3845 src/elflint.c:3877 +#: src/elflint.c:3846 src/elflint.c:3878 #, c-format msgid "" "section [%2zu] '%s' has SHF_ALLOC flag not set but there are loadable " "segments\n" msgstr "" -#: src/elflint.c:3853 +#: src/elflint.c:3854 #, c-format msgid "" "section [%2zu] '%s' is extension section index table in non-object file\n" msgstr "" -#: src/elflint.c:3896 +#: src/elflint.c:3897 #, c-format msgid "section [%2zu] '%s': size not multiple of entry size\n" msgstr "" -#: src/elflint.c:3901 +#: src/elflint.c:3902 #, c-format msgid "cannot get section header\n" msgstr "" -#: src/elflint.c:3911 +#: src/elflint.c:3912 #, c-format msgid "section [%2zu] '%s' has unsupported type %d\n" msgstr "" -#: src/elflint.c:3931 +#: src/elflint.c:3932 #, c-format msgid "" "section [%2zu] '%s' contains invalid processor-specific flag(s) %#<PRIx64>\n" msgstr "" -#: src/elflint.c:3938 +#: src/elflint.c:3939 #, c-format msgid "section [%2zu] '%s' contains unknown flag(s) %#<PRIx64>\n" msgstr "" -#: src/elflint.c:3946 +#: src/elflint.c:3947 #, c-format msgid "section [%2zu] '%s': thread-local data sections address not zero\n" msgstr "" -#: src/elflint.c:3956 +#: src/elflint.c:3957 #, fuzzy, c-format msgid "section [%2zu] '%s': allocated section cannot be compressed\n" msgstr "konnte Abschnittsdaten nicht holen: %s" -#: src/elflint.c:3961 +#: src/elflint.c:3962 #, fuzzy, c-format msgid "section [%2zu] '%s': nobits section cannot be compressed\n" msgstr "konnte Abschnittsdaten nicht holen: %s" -#: src/elflint.c:3967 +#: src/elflint.c:3968 #, c-format msgid "" "section [%2zu] '%s': compressed section with no compression header: %s\n" msgstr "" -#: src/elflint.c:3973 +#: src/elflint.c:3974 #, c-format msgid "section [%2zu] '%s': invalid section reference in link value\n" msgstr "" -#: src/elflint.c:3978 +#: src/elflint.c:3979 #, c-format msgid "section [%2zu] '%s': invalid section reference in info value\n" msgstr "" -#: src/elflint.c:3985 +#: src/elflint.c:3986 #, c-format msgid "section [%2zu] '%s': strings flag set without merge flag\n" msgstr "" -#: src/elflint.c:3990 +#: src/elflint.c:3991 #, c-format msgid "section [%2zu] '%s': merge flag set but entry size is zero\n" msgstr "" -#: src/elflint.c:4009 +#: src/elflint.c:4010 #, c-format msgid "section [%2zu] '%s' has unexpected type %d for an executable section\n" msgstr "" -#: src/elflint.c:4018 +#: src/elflint.c:4019 #, c-format msgid "section [%2zu] '%s' must be of type NOBITS in debuginfo files\n" msgstr "" -#: src/elflint.c:4025 +#: src/elflint.c:4026 #, c-format msgid "section [%2zu] '%s' is both executable and writable\n" msgstr "" -#: src/elflint.c:4056 +#: src/elflint.c:4057 #, c-format msgid "" "section [%2zu] '%s' not fully contained in segment of program header entry " "%d\n" msgstr "" -#: src/elflint.c:4066 +#: src/elflint.c:4067 #, c-format msgid "" "section [%2zu] '%s' has type NOBITS but is read from the file in segment of " "program header entry %d\n" msgstr "" -#: src/elflint.c:4092 +#: src/elflint.c:4093 #, c-format msgid "" "section [%2zu] '%s' has type NOBITS but is read from the file in segment of " "program header entry %d and file contents is non-zero\n" msgstr "" -#: src/elflint.c:4103 +#: src/elflint.c:4104 #, c-format msgid "" "section [%2zu] '%s' has not type NOBITS but is not read from the file in " "segment of program header entry %d\n" msgstr "" -#: src/elflint.c:4114 +#: src/elflint.c:4115 #, c-format msgid "section [%2zu] '%s' is executable in nonexecutable segment %d\n" msgstr "" -#: src/elflint.c:4124 +#: src/elflint.c:4125 #, c-format msgid "section [%2zu] '%s' is writable in unwritable segment %d\n" msgstr "" -#: src/elflint.c:4134 +#: src/elflint.c:4135 #, c-format msgid "" "section [%2zu] '%s': alloc flag set but section not in any loaded segment\n" msgstr "" -#: src/elflint.c:4140 +#: src/elflint.c:4141 #, c-format msgid "" "section [%2zu] '%s': ELF header says this is the section header string table " "but type is not SHT_TYPE\n" msgstr "" -#: src/elflint.c:4148 +#: src/elflint.c:4149 #, c-format msgid "" "section [%2zu] '%s': relocatable files cannot have dynamic symbol tables\n" msgstr "" -#: src/elflint.c:4199 +#: src/elflint.c:4200 #, c-format msgid "more than one version symbol table present\n" msgstr "" -#: src/elflint.c:4222 +#: src/elflint.c:4223 #, c-format msgid "INTERP program header entry but no .interp section\n" msgstr "" -#: src/elflint.c:4233 +#: src/elflint.c:4234 #, c-format msgid "" "loadable segment [%u] is executable but contains no executable sections\n" msgstr "" -#: src/elflint.c:4239 +#: src/elflint.c:4240 #, c-format msgid "loadable segment [%u] is writable but contains no writable sections\n" msgstr "" -#: src/elflint.c:4250 +#: src/elflint.c:4251 #, c-format msgid "" "no .gnu.versym section present but .gnu.versym_d or .gnu.versym_r section " "exist\n" msgstr "" -#: src/elflint.c:4263 +#: src/elflint.c:4264 #, c-format msgid "duplicate version index %d\n" msgstr "" -#: src/elflint.c:4277 +#: src/elflint.c:4278 #, c-format msgid ".gnu.versym section present without .gnu.versym_d or .gnu.versym_r\n" msgstr "" -#: src/elflint.c:4326 +#: src/elflint.c:4327 #, c-format msgid "phdr[%d]: unknown core file note type %<PRIu32> at offset %<PRIu64>\n" msgstr "" -#: src/elflint.c:4330 +#: src/elflint.c:4331 #, c-format msgid "" "section [%2d] '%s': unknown core file note type %<PRIu32> at offset %zu\n" msgstr "" -#: src/elflint.c:4379 +#: src/elflint.c:4380 #, c-format msgid "" "phdr[%d]: unknown object file note type %<PRIu32> with owner name '%s' at " "offset %zu\n" msgstr "" -#: src/elflint.c:4384 +#: src/elflint.c:4385 #, c-format msgid "" "section [%2d] '%s': unknown object file note type %<PRIu32> with owner name " "'%s' at offset %zu\n" msgstr "" -#: src/elflint.c:4403 +#: src/elflint.c:4404 #, c-format msgid "phdr[%d]: no note entries defined for the type of file\n" msgstr "" -#: src/elflint.c:4423 +#: src/elflint.c:4424 #, c-format msgid "phdr[%d]: cannot get content of note section: %s\n" msgstr "" -#: src/elflint.c:4426 +#: src/elflint.c:4427 #, c-format msgid "phdr[%d]: extra %<PRIu64> bytes after last note\n" msgstr "" -#: src/elflint.c:4447 +#: src/elflint.c:4448 #, c-format msgid "section [%2d] '%s': no note entries defined for the type of file\n" msgstr "" -#: src/elflint.c:4454 +#: src/elflint.c:4455 #, c-format msgid "section [%2d] '%s': cannot get content of note section\n" msgstr "" -#: src/elflint.c:4457 +#: src/elflint.c:4458 #, c-format msgid "section [%2d] '%s': extra %<PRIu64> bytes after last note\n" msgstr "" -#: src/elflint.c:4475 +#: src/elflint.c:4476 #, c-format msgid "" "only executables, shared objects, and core files can have program headers\n" msgstr "" -#: src/elflint.c:4490 +#: src/elflint.c:4491 #, c-format msgid "cannot get program header entry %d: %s\n" msgstr "" -#: src/elflint.c:4500 +#: src/elflint.c:4501 #, c-format msgid "program header entry %d: unknown program header entry type %#<PRIx64>\n" msgstr "" -#: src/elflint.c:4511 +#: src/elflint.c:4512 #, c-format msgid "more than one INTERP entry in program header\n" msgstr "" -#: src/elflint.c:4519 +#: src/elflint.c:4520 #, c-format msgid "more than one TLS entry in program header\n" msgstr "" -#: src/elflint.c:4526 +#: src/elflint.c:4527 #, c-format msgid "static executable cannot have dynamic sections\n" msgstr "" -#: src/elflint.c:4540 +#: src/elflint.c:4541 #, c-format msgid "dynamic section reference in program header has wrong offset\n" msgstr "" -#: src/elflint.c:4543 +#: src/elflint.c:4544 #, c-format msgid "dynamic section size mismatch in program and section header\n" msgstr "" -#: src/elflint.c:4553 +#: src/elflint.c:4554 #, c-format msgid "more than one GNU_RELRO entry in program header\n" msgstr "" -#: src/elflint.c:4574 +#: src/elflint.c:4575 #, c-format msgid "loadable segment GNU_RELRO applies to is not writable\n" msgstr "" -#: src/elflint.c:4585 +#: src/elflint.c:4586 #, c-format msgid "loadable segment [%u] flags do not match GNU_RELRO [%u] flags\n" msgstr "" -#: src/elflint.c:4592 +#: src/elflint.c:4593 #, c-format msgid "" "GNU_RELRO [%u] flags are not a subset of the loadable segment [%u] flags\n" msgstr "" -#: src/elflint.c:4601 src/elflint.c:4624 +#: src/elflint.c:4602 src/elflint.c:4625 #, c-format msgid "%s segment not contained in a loaded segment\n" msgstr "" -#: src/elflint.c:4630 +#: src/elflint.c:4631 #, c-format msgid "program header offset in ELF header and PHDR entry do not match" msgstr "" -#: src/elflint.c:4657 +#: src/elflint.c:4658 #, c-format msgid "call frame search table reference in program header has wrong offset\n" msgstr "" -#: src/elflint.c:4660 +#: src/elflint.c:4661 #, c-format msgid "call frame search table size mismatch in program and section header\n" msgstr "" -#: src/elflint.c:4673 +#: src/elflint.c:4674 #, c-format msgid "PT_GNU_EH_FRAME present but no .eh_frame_hdr section\n" msgstr "" -#: src/elflint.c:4681 +#: src/elflint.c:4682 #, c-format msgid "call frame search table must be allocated\n" msgstr "" -#: src/elflint.c:4684 +#: src/elflint.c:4685 #, c-format msgid "section [%2zu] '%s' must be allocated\n" msgstr "" -#: src/elflint.c:4688 +#: src/elflint.c:4689 #, c-format msgid "call frame search table must not be writable\n" msgstr "" -#: src/elflint.c:4691 +#: src/elflint.c:4692 #, c-format msgid "section [%2zu] '%s' must not be writable\n" msgstr "" -#: src/elflint.c:4696 +#: src/elflint.c:4697 #, c-format msgid "call frame search table must not be executable\n" msgstr "" -#: src/elflint.c:4699 +#: src/elflint.c:4700 #, c-format msgid "section [%2zu] '%s' must not be executable\n" msgstr "" -#: src/elflint.c:4710 +#: src/elflint.c:4711 #, c-format msgid "program header entry %d: file size greater than memory size\n" msgstr "" -#: src/elflint.c:4717 +#: src/elflint.c:4718 #, c-format msgid "program header entry %d: alignment not a power of 2\n" msgstr "" -#: src/elflint.c:4720 +#: src/elflint.c:4721 #, c-format msgid "" "program header entry %d: file offset and virtual address not module of " "alignment\n" msgstr "" -#: src/elflint.c:4733 +#: src/elflint.c:4734 #, c-format msgid "" "executable/DSO with .eh_frame_hdr section does not have a PT_GNU_EH_FRAME " "program header entry" msgstr "" -#: src/elflint.c:4767 +#: src/elflint.c:4768 #, c-format msgid "cannot read ELF header: %s\n" msgstr "" -#: src/elflint.c:4779 +#: src/elflint.c:4780 #, fuzzy, c-format msgid "cannot create backend for ELF file\n" msgstr "neue Datei konnte nicht angelegt werden" -#: src/elflint.c:4800 +#: src/elflint.c:4801 #, c-format msgid "text relocation flag set but not needed\n" msgstr "" @@ -3490,8 +3490,8 @@ msgstr "Kann Suchbaum nicht erstellen" #: src/readelf.c:1447 src/readelf.c:1598 src/readelf.c:1799 src/readelf.c:2005 #: src/readelf.c:2195 src/readelf.c:2373 src/readelf.c:2449 src/readelf.c:2707 #: src/readelf.c:2783 src/readelf.c:2870 src/readelf.c:3468 src/readelf.c:3518 -#: src/readelf.c:3581 src/readelf.c:11230 src/readelf.c:12420 -#: src/readelf.c:12631 src/readelf.c:12700 src/size.c:398 src/size.c:470 +#: src/readelf.c:3581 src/readelf.c:11251 src/readelf.c:12441 +#: src/readelf.c:12652 src/readelf.c:12721 src/size.c:398 src/size.c:470 #: src/strip.c:1038 #, c-format msgid "cannot get section header string table index" @@ -3808,11 +3808,11 @@ msgstr "" msgid "cannot get section: %s" msgstr "" -#: src/readelf.c:653 src/readelf.c:1270 src/readelf.c:1479 src/readelf.c:12651 -#: src/unstrip.c:395 src/unstrip.c:426 src/unstrip.c:485 src/unstrip.c:604 -#: src/unstrip.c:625 src/unstrip.c:665 src/unstrip.c:881 src/unstrip.c:1212 -#: src/unstrip.c:1339 src/unstrip.c:1363 src/unstrip.c:1419 src/unstrip.c:1483 -#: src/unstrip.c:1658 src/unstrip.c:1809 src/unstrip.c:1952 src/unstrip.c:2051 +#: src/readelf.c:653 src/readelf.c:1270 src/readelf.c:1479 src/readelf.c:12672 +#: src/unstrip.c:395 src/unstrip.c:426 src/unstrip.c:485 src/unstrip.c:606 +#: src/unstrip.c:627 src/unstrip.c:667 src/unstrip.c:883 src/unstrip.c:1214 +#: src/unstrip.c:1341 src/unstrip.c:1365 src/unstrip.c:1421 src/unstrip.c:1485 +#: src/unstrip.c:1660 src/unstrip.c:1811 src/unstrip.c:1954 src/unstrip.c:2053 #, c-format msgid "cannot get section header: %s" msgstr "" @@ -3822,8 +3822,8 @@ msgstr "" msgid "cannot get section name" msgstr "konnte Abschnittsdaten nicht holen: %s" -#: src/readelf.c:670 src/readelf.c:6576 src/readelf.c:10502 src/readelf.c:10604 -#: src/readelf.c:10782 +#: src/readelf.c:670 src/readelf.c:6585 src/readelf.c:10523 src/readelf.c:10625 +#: src/readelf.c:10803 #, c-format msgid "cannot get %s content: %s" msgstr "" @@ -4145,7 +4145,7 @@ msgid "" " Segment Sections..." msgstr "" -#: src/readelf.c:1460 src/unstrip.c:2110 src/unstrip.c:2152 src/unstrip.c:2159 +#: src/readelf.c:1460 src/unstrip.c:2112 src/unstrip.c:2154 src/unstrip.c:2161 #, c-format msgid "cannot get program header: %s" msgstr "" @@ -4180,8 +4180,8 @@ msgstr "" msgid "<INVALID SECTION>" msgstr "" -#: src/readelf.c:1656 src/readelf.c:2383 src/readelf.c:3484 src/readelf.c:12522 -#: src/readelf.c:12529 src/readelf.c:12573 src/readelf.c:12580 +#: src/readelf.c:1656 src/readelf.c:2383 src/readelf.c:3484 src/readelf.c:12543 +#: src/readelf.c:12550 src/readelf.c:12594 src/readelf.c:12601 msgid "Couldn't uncompress section" msgstr "" @@ -4629,9 +4629,9 @@ msgid " [%5u] offset: %<PRId64>, children: %s, tag: %s\n" msgstr "" #: src/readelf.c:5124 src/readelf.c:5433 src/readelf.c:5600 src/readelf.c:5985 -#: src/readelf.c:6586 src/readelf.c:8323 src/readelf.c:9009 src/readelf.c:9445 -#: src/readelf.c:9690 src/readelf.c:9856 src/readelf.c:10243 -#: src/readelf.c:10303 +#: src/readelf.c:6595 src/readelf.c:8332 src/readelf.c:9024 src/readelf.c:9460 +#: src/readelf.c:9711 src/readelf.c:9877 src/readelf.c:10264 +#: src/readelf.c:10324 #, c-format msgid "" "\n" @@ -4643,37 +4643,37 @@ msgstr "" msgid "cannot get .debug_addr section data: %s" msgstr "konnte Abschnittsdaten nicht holen: %s" -#: src/readelf.c:5237 src/readelf.c:5261 src/readelf.c:5645 src/readelf.c:9054 +#: src/readelf.c:5237 src/readelf.c:5261 src/readelf.c:5645 src/readelf.c:9069 #, fuzzy, c-format msgid " Length: %8<PRIu64>\n" msgstr " %s: %<PRId64>\n" -#: src/readelf.c:5239 src/readelf.c:5276 src/readelf.c:5658 src/readelf.c:9067 +#: src/readelf.c:5239 src/readelf.c:5276 src/readelf.c:5658 src/readelf.c:9082 #, fuzzy, c-format msgid " DWARF version: %8<PRIu16>\n" msgstr " %s: %<PRId64>\n" -#: src/readelf.c:5240 src/readelf.c:5285 src/readelf.c:5667 src/readelf.c:9076 +#: src/readelf.c:5240 src/readelf.c:5285 src/readelf.c:5667 src/readelf.c:9091 #, fuzzy, c-format msgid " Address size: %8<PRIu64>\n" msgstr " %s: %<PRId64>\n" -#: src/readelf.c:5242 src/readelf.c:5295 src/readelf.c:5677 src/readelf.c:9086 +#: src/readelf.c:5242 src/readelf.c:5295 src/readelf.c:5677 src/readelf.c:9101 #, fuzzy, c-format msgid " Segment size: %8<PRIu64>\n" msgstr " %s: %<PRId64>\n" -#: src/readelf.c:5280 src/readelf.c:5662 src/readelf.c:9071 src/readelf.c:10435 +#: src/readelf.c:5280 src/readelf.c:5662 src/readelf.c:9086 src/readelf.c:10456 #, fuzzy, c-format msgid "Unknown version" msgstr "unbekannte Version" -#: src/readelf.c:5290 src/readelf.c:5503 src/readelf.c:5672 src/readelf.c:9081 +#: src/readelf.c:5290 src/readelf.c:5503 src/readelf.c:5672 src/readelf.c:9096 #, fuzzy, c-format msgid "unsupported address size" msgstr "Kein Adress-Wert" -#: src/readelf.c:5301 src/readelf.c:5514 src/readelf.c:5682 src/readelf.c:9091 +#: src/readelf.c:5301 src/readelf.c:5514 src/readelf.c:5682 src/readelf.c:9106 #, c-format msgid "unsupported segment size" msgstr "" @@ -4705,15 +4705,15 @@ msgid "" " [%*zu] start: %0#*<PRIx64>, length: %5<PRIu64>, CU DIE offset: %6<PRId64>\n" msgstr "" -#: src/readelf.c:5446 src/readelf.c:8350 +#: src/readelf.c:5446 src/readelf.c:8359 #, c-format msgid "" "\n" "Table at offset %zu:\n" msgstr "" -#: src/readelf.c:5450 src/readelf.c:5626 src/readelf.c:6610 src/readelf.c:8361 -#: src/readelf.c:9035 +#: src/readelf.c:5450 src/readelf.c:5626 src/readelf.c:6619 src/readelf.c:8370 +#: src/readelf.c:9050 #, c-format msgid "invalid data in section [%zu] '%s'" msgstr "" @@ -4762,39 +4762,39 @@ msgstr "" msgid "cannot get .debug_rnglists content: %s" msgstr "konnte Programm-Kopf nicht erstellen: %s" -#: src/readelf.c:5632 src/readelf.c:9041 +#: src/readelf.c:5632 src/readelf.c:9056 #, fuzzy, c-format msgid "" "Table at Offset 0x%<PRIx64>:\n" "\n" msgstr " %s: %<PRId64>\n" -#: src/readelf.c:5687 src/readelf.c:9096 +#: src/readelf.c:5687 src/readelf.c:9111 #, fuzzy, c-format msgid " Offset entries: %8<PRIu64>\n" msgstr " %s: %<PRId64>\n" -#: src/readelf.c:5703 src/readelf.c:9112 +#: src/readelf.c:5703 src/readelf.c:9127 #, c-format msgid " Unknown CU base: " msgstr "" -#: src/readelf.c:5705 src/readelf.c:9114 +#: src/readelf.c:5705 src/readelf.c:9129 #, c-format msgid " CU [%6<PRIx64>] base: " msgstr "" -#: src/readelf.c:5711 src/readelf.c:9120 +#: src/readelf.c:5711 src/readelf.c:9135 #, c-format msgid " Not associated with a CU.\n" msgstr "" -#: src/readelf.c:5722 src/readelf.c:9131 +#: src/readelf.c:5722 src/readelf.c:9146 #, c-format msgid "too many offset entries for unit length" msgstr "" -#: src/readelf.c:5726 src/readelf.c:9135 +#: src/readelf.c:5726 src/readelf.c:9150 #, fuzzy, c-format msgid " Offsets starting at 0x%<PRIx64>:\n" msgstr " %s: %<PRId64>\n" @@ -4804,7 +4804,7 @@ msgstr " %s: %<PRId64>\n" msgid "invalid range list data" msgstr "Ungültige Daten" -#: src/readelf.c:5963 src/readelf.c:9423 +#: src/readelf.c:5963 src/readelf.c:9438 #, c-format msgid "" " %zu padding bytes\n" @@ -4816,119 +4816,117 @@ msgstr "" msgid "cannot get .debug_ranges content: %s" msgstr "" -#: src/readelf.c:6016 src/readelf.c:9478 +#: src/readelf.c:6016 src/readelf.c:9493 #, c-format msgid "" "\n" " Unknown CU base: " msgstr "" -#: src/readelf.c:6018 src/readelf.c:9480 +#: src/readelf.c:6018 src/readelf.c:9495 #, c-format msgid "" "\n" " CU [%6<PRIx64>] base: " msgstr "" -#: src/readelf.c:6027 src/readelf.c:9506 src/readelf.c:9532 +#: src/readelf.c:6027 src/readelf.c:9521 src/readelf.c:9547 #, c-format msgid " [%6tx] <INVALID DATA>\n" msgstr "" -#: src/readelf.c:6048 src/readelf.c:9612 -#, c-format -msgid "" -" [%6tx] base address\n" -" " -msgstr "" +#: src/readelf.c:6052 src/readelf.c:9631 +#, fuzzy +msgid "base address" +msgstr "Außerhalb des Adressbereiches" -#: src/readelf.c:6056 src/readelf.c:9620 +#: src/readelf.c:6062 src/readelf.c:9641 #, fuzzy, c-format msgid " [%6tx] empty list\n" msgstr " [%6tx] %s..%s\n" -#: src/readelf.c:6311 +#: src/readelf.c:6317 msgid " <INVALID DATA>\n" msgstr "" -#: src/readelf.c:6564 +#: src/readelf.c:6573 #, fuzzy, c-format msgid "cannot get ELF: %s" msgstr "ELF Kopf konnte nicht ausgelesen werden" -#: src/readelf.c:6582 +#: src/readelf.c:6591 #, c-format msgid "" "\n" "Call frame information section [%2zu] '%s' at offset %#<PRIx64>:\n" msgstr "" -#: src/readelf.c:6632 +#: src/readelf.c:6641 #, c-format msgid "" "\n" " [%6tx] Zero terminator\n" msgstr "" -#: src/readelf.c:6733 src/readelf.c:6887 +#: src/readelf.c:6742 src/readelf.c:6896 #, fuzzy, c-format msgid "invalid augmentation length" msgstr "ungültige Abschnittsausrichtung" -#: src/readelf.c:6748 +#: src/readelf.c:6757 msgid "FDE address encoding: " msgstr "" -#: src/readelf.c:6754 +#: src/readelf.c:6763 msgid "LSDA pointer encoding: " msgstr "" -#: src/readelf.c:6864 +#: src/readelf.c:6873 #, c-format msgid " (offset: %#<PRIx64>)" msgstr "" -#: src/readelf.c:6871 +#: src/readelf.c:6880 #, c-format msgid " (end offset: %#<PRIx64>)" msgstr "" -#: src/readelf.c:6908 +#: src/readelf.c:6917 #, c-format msgid " %-26sLSDA pointer: %#<PRIx64>\n" msgstr "" -#: src/readelf.c:6993 +#: src/readelf.c:7002 #, c-format msgid "DIE [%<PRIx64>] cannot get attribute code: %s" msgstr "" -#: src/readelf.c:7003 +#: src/readelf.c:7012 #, c-format msgid "DIE [%<PRIx64>] cannot get attribute form: %s" msgstr "" -#: src/readelf.c:7025 +#: src/readelf.c:7034 #, c-format msgid "DIE [%<PRIx64>] cannot get attribute '%s' (%s) value: %s" msgstr "" -#: src/readelf.c:7355 +#: src/readelf.c:7364 #, fuzzy, c-format msgid "invalid file (%<PRId64>): %s" msgstr "Ungültige Datei" -#: src/readelf.c:7359 +#: src/readelf.c:7368 #, fuzzy, c-format msgid "no srcfiles for CU [%<PRIx64>]" msgstr "unbekannte Form %<PRIx64>" -#: src/readelf.c:7363 +#: src/readelf.c:7372 #, fuzzy, c-format msgid "couldn't get DWARF CU: %s" msgstr "ELF Kopf konnte nicht ausgelesen werden" -#: src/readelf.c:7676 +#: src/readelf.c:7685 #, c-format msgid "" "\n" @@ -4936,12 +4934,12 @@ msgid "" " [Offset]\n" msgstr "" -#: src/readelf.c:7726 +#: src/readelf.c:7735 #, fuzzy, c-format msgid "cannot get next unit: %s" msgstr "konnte Abschnittsdaten nicht holen: %s" -#: src/readelf.c:7745 +#: src/readelf.c:7754 #, c-format msgid "" " Type unit at offset %<PRIu64>:\n" @@ -4950,7 +4948,7 @@ msgid "" " Type signature: %#<PRIx64>, Type offset: %#<PRIx64> [%<PRIx64>]\n" msgstr "" -#: src/readelf.c:7757 +#: src/readelf.c:7766 #, c-format msgid "" " Compilation unit at offset %<PRIu64>:\n" @@ -4958,37 +4956,37 @@ msgid "" "%<PRIu8>, Offset size: %<PRIu8>\n" msgstr "" -#: src/readelf.c:7767 src/readelf.c:7930 +#: src/readelf.c:7776 src/readelf.c:7939 #, c-format msgid " Unit type: %s (%<PRIu8>)" msgstr "" -#: src/readelf.c:7794 +#: src/readelf.c:7803 #, c-format msgid "unknown version (%d) or unit type (%d)" msgstr "" -#: src/readelf.c:7823 +#: src/readelf.c:7832 #, c-format msgid "cannot get DIE offset: %s" msgstr "" -#: src/readelf.c:7832 +#: src/readelf.c:7841 #, fuzzy, c-format msgid "cannot get tag of DIE at offset [%<PRIx64>] in section '%s': %s" msgstr "konnte Programm-Kopf nicht erstellen: %s" -#: src/readelf.c:7870 +#: src/readelf.c:7879 #, c-format msgid "cannot get next DIE: %s\n" msgstr "" -#: src/readelf.c:7878 +#: src/readelf.c:7887 #, c-format msgid "cannot get next DIE: %s" msgstr "" -#: src/readelf.c:7922 +#: src/readelf.c:7931 #, c-format msgid "" " Split compilation unit at offset %<PRIu64>:\n" @@ -4996,7 +4994,7 @@ msgid "" "%<PRIu8>, Offset size: %<PRIu8>\n" msgstr "" -#: src/readelf.c:7974 +#: src/readelf.c:7983 #, c-format msgid "" "\n" @@ -5004,18 +5002,18 @@ msgid "" "\n" msgstr "" -#: src/readelf.c:8306 +#: src/readelf.c:8315 #, fuzzy, c-format msgid "unknown form: %s" msgstr "unbekannte Form %<PRIx64>" -#: src/readelf.c:8337 +#: src/readelf.c:8346 #, c-format msgid "cannot get line data section data: %s" msgstr "" #. Print what we got so far. -#: src/readelf.c:8439 +#: src/readelf.c:8448 #, c-format msgid "" "\n" @@ -5034,171 +5032,177 @@ msgid "" "Opcodes:\n" msgstr "" -#: src/readelf.c:8461 +#: src/readelf.c:8470 #, fuzzy, c-format msgid "cannot handle .debug_line version: %u\n" msgstr "ungültige .debug_line Sektion" -#: src/readelf.c:8469 +#: src/readelf.c:8478 #, fuzzy, c-format msgid "cannot handle address size: %u\n" msgstr "Kein Adress-Wert" -#: src/readelf.c:8477 +#: src/readelf.c:8486 #, c-format msgid "cannot handle segment selector size: %u\n" msgstr "" -#: src/readelf.c:8487 +#: src/readelf.c:8496 #, c-format msgid "invalid data at offset %tu in section [%zu] '%s'" msgstr "" -#: src/readelf.c:8502 +#: src/readelf.c:8511 #, c-format msgid " [%*<PRIuFAST8>] %hhu argument\n" msgid_plural " [%*<PRIuFAST8>] %hhu arguments\n" msgstr[0] "" msgstr[1] "" -#: src/readelf.c:8513 +#: src/readelf.c:8522 msgid "" "\n" "Directory table:" msgstr "" -#: src/readelf.c:8519 src/readelf.c:8596 +#: src/readelf.c:8528 src/readelf.c:8605 #, fuzzy, c-format msgid " [" msgstr " %s: %s\n" -#: src/readelf.c:8590 +#: src/readelf.c:8599 msgid "" "\n" "File name table:" msgstr "" -#: src/readelf.c:8651 +#: src/readelf.c:8660 msgid " Entry Dir Time Size Name" msgstr "" -#: src/readelf.c:8688 +#: src/readelf.c:8699 +msgid "" +"\n" +"No line number statements." +msgstr "" + +#: src/readelf.c:8703 msgid "" "\n" "Line number statements:" msgstr "" -#: src/readelf.c:8711 +#: src/readelf.c:8726 #, c-format msgid "invalid maximum operations per instruction is zero" msgstr "" -#: src/readelf.c:8745 +#: src/readelf.c:8760 #, c-format msgid " special opcode %u: address+%u = " msgstr "" -#: src/readelf.c:8749 +#: src/readelf.c:8764 #, c-format msgid ", op_index = %u, line%+d = %zu\n" msgstr "" -#: src/readelf.c:8752 +#: src/readelf.c:8767 #, c-format msgid ", line%+d = %zu\n" msgstr "" -#: src/readelf.c:8770 +#: src/readelf.c:8785 #, c-format msgid " extended opcode %u: " msgstr "" -#: src/readelf.c:8775 +#: src/readelf.c:8790 msgid " end of sequence" msgstr "" -#: src/readelf.c:8793 +#: src/readelf.c:8808 #, fuzzy, c-format msgid " set address to " msgstr "Außerhalb des Adressbereiches" -#: src/readelf.c:8821 +#: src/readelf.c:8836 #, c-format msgid " define new file: dir=%u, mtime=%<PRIu64>, length=%<PRIu64>, name=%s\n" msgstr "" -#: src/readelf.c:8835 +#: src/readelf.c:8850 #, c-format msgid " set discriminator to %u\n" msgstr "" #. Unknown, ignore it. -#: src/readelf.c:8840 +#: src/readelf.c:8855 #, fuzzy msgid " unknown opcode" msgstr "unbekannter Typ" #. Takes no argument. -#: src/readelf.c:8852 +#: src/readelf.c:8867 msgid " copy" msgstr "" -#: src/readelf.c:8863 +#: src/readelf.c:8878 #, c-format msgid " advance address by %u to " msgstr "" -#: src/readelf.c:8867 src/readelf.c:8928 +#: src/readelf.c:8882 src/readelf.c:8943 #, c-format msgid ", op_index to %u" msgstr "" -#: src/readelf.c:8879 +#: src/readelf.c:8894 #, c-format msgid " advance line by constant %d to %<PRId64>\n" msgstr "" -#: src/readelf.c:8889 +#: src/readelf.c:8904 #, c-format msgid " set file to %<PRIu64>\n" msgstr "" -#: src/readelf.c:8900 +#: src/readelf.c:8915 #, c-format msgid " set column to %<PRIu64>\n" msgstr "" -#: src/readelf.c:8907 +#: src/readelf.c:8922 #, c-format msgid " set '%s' to %<PRIuFAST8>\n" msgstr "" #. Takes no argument. -#: src/readelf.c:8913 +#: src/readelf.c:8928 msgid " set basic block flag" msgstr "" -#: src/readelf.c:8924 +#: src/readelf.c:8939 #, c-format msgid " advance address by constant %u to " msgstr "" -#: src/readelf.c:8944 +#: src/readelf.c:8959 #, c-format msgid " advance address by fixed value %u to \n" msgstr "" #. Takes no argument. -#: src/readelf.c:8954 +#: src/readelf.c:8969 msgid " set prologue end flag" msgstr "" #. Takes no argument. -#: src/readelf.c:8959 +#: src/readelf.c:8974 msgid " set epilogue begin flag" msgstr "" -#: src/readelf.c:8969 +#: src/readelf.c:8984 #, c-format msgid " set isa to %u\n" msgstr "" @@ -5206,103 +5210,103 @@ msgstr "" #. This is a new opcode the generator but not we know about. #. Read the parameters associated with it but then discard #. everything. Read all the parameters for this opcode. -#: src/readelf.c:8978 +#: src/readelf.c:8993 #, c-format msgid " unknown opcode with %<PRIu8> parameter:" msgid_plural " unknown opcode with %<PRIu8> parameters:" msgstr[0] "" msgstr[1] "" -#: src/readelf.c:9018 +#: src/readelf.c:9033 #, fuzzy, c-format msgid "cannot get .debug_loclists content: %s" msgstr "konnte Eintrag aus der Symboltabelle nicht holen: %s" -#: src/readelf.c:9187 +#: src/readelf.c:9202 #, fuzzy, c-format msgid "invalid loclists data" msgstr "Ungültige Daten" -#: src/readelf.c:9440 +#: src/readelf.c:9455 #, c-format msgid "cannot get .debug_loc content: %s" msgstr "" -#: src/readelf.c:9647 src/readelf.c:10691 +#: src/readelf.c:9668 src/readelf.c:10712 msgid " <INVALID DATA>\n" msgstr "" -#: src/readelf.c:9702 src/readelf.c:9865 +#: src/readelf.c:9723 src/readelf.c:9886 #, c-format msgid "cannot get macro information section data: %s" msgstr "" -#: src/readelf.c:9782 +#: src/readelf.c:9803 #, c-format msgid "%*s*** non-terminated string at end of section" msgstr "" -#: src/readelf.c:9805 +#: src/readelf.c:9826 #, c-format msgid "%*s*** missing DW_MACINFO_start_file argument at end of section" msgstr "" -#: src/readelf.c:9906 +#: src/readelf.c:9927 #, fuzzy, c-format msgid " Offset: 0x%<PRIx64>\n" msgstr " %s: %<PRId64>\n" -#: src/readelf.c:9918 +#: src/readelf.c:9939 #, fuzzy, c-format msgid " Version: %<PRIu16>\n" msgstr " %s: %<PRId64>\n" -#: src/readelf.c:9924 src/readelf.c:10811 +#: src/readelf.c:9945 src/readelf.c:10832 #, c-format msgid " unknown version, cannot parse section\n" msgstr "" -#: src/readelf.c:9931 +#: src/readelf.c:9952 #, fuzzy, c-format msgid " Flag: 0x%<PRIx8>" msgstr " %s: %<PRId64>\n" -#: src/readelf.c:9960 +#: src/readelf.c:9981 #, c-format msgid " Offset length: %<PRIu8>\n" msgstr "" -#: src/readelf.c:9968 +#: src/readelf.c:9989 #, c-format msgid " .debug_line offset: 0x%<PRIx64>\n" msgstr "" -#: src/readelf.c:9993 +#: src/readelf.c:10014 #, c-format msgid " extension opcode table, %<PRIu8> items:\n" msgstr "" -#: src/readelf.c:10000 +#: src/readelf.c:10021 #, c-format msgid " [%<PRIx8>]" msgstr "" -#: src/readelf.c:10012 +#: src/readelf.c:10033 #, c-format msgid " %<PRIu8> arguments:" msgstr "" -#: src/readelf.c:10027 +#: src/readelf.c:10048 #, c-format msgid " no arguments." msgstr "" -#: src/readelf.c:10228 +#: src/readelf.c:10249 #, c-format msgid " [%5d] DIE offset: %6<PRId64>, CU DIE offset: %6<PRId64>, name: %s\n" msgstr "" -#: src/readelf.c:10272 +#: src/readelf.c:10293 #, c-format msgid "" "\n" @@ -5310,72 +5314,72 @@ msgid "" " %*s String\n" msgstr "" -#: src/readelf.c:10287 +#: src/readelf.c:10308 #, c-format msgid " *** error, missing string terminator\n" msgstr "" -#: src/readelf.c:10316 +#: src/readelf.c:10337 #, fuzzy, c-format msgid "cannot get .debug_str_offsets section data: %s" msgstr "konnte Abschnittsdaten nicht holen: %s" -#: src/readelf.c:10415 +#: src/readelf.c:10436 #, fuzzy, c-format msgid " Length: %8<PRIu64>\n" msgstr " %s: %<PRId64>\n" -#: src/readelf.c:10417 +#: src/readelf.c:10438 #, fuzzy, c-format msgid " Offset size: %8<PRIu8>\n" msgstr " %s: %<PRId64>\n" -#: src/readelf.c:10431 +#: src/readelf.c:10452 #, fuzzy, c-format msgid " DWARF version: %8<PRIu16>\n" msgstr " %s: %<PRId64>\n" -#: src/readelf.c:10440 +#: src/readelf.c:10461 #, fuzzy, c-format msgid " Padding: %8<PRIx16>\n" msgstr " %s: %<PRId64>\n" -#: src/readelf.c:10494 +#: src/readelf.c:10515 #, c-format msgid "" "\n" "Call frame search table section [%2zu] '.eh_frame_hdr':\n" msgstr "" -#: src/readelf.c:10596 +#: src/readelf.c:10617 #, c-format msgid "" "\n" "Exception handling table section [%2zu] '.gcc_except_table':\n" msgstr "" -#: src/readelf.c:10619 +#: src/readelf.c:10640 #, c-format msgid " LPStart encoding: %#x " msgstr "" -#: src/readelf.c:10631 +#: src/readelf.c:10652 #, c-format msgid " TType encoding: %#x " msgstr "" -#: src/readelf.c:10646 +#: src/readelf.c:10667 #, c-format msgid " Call site encoding: %#x " msgstr "" -#: src/readelf.c:10659 +#: src/readelf.c:10680 msgid "" "\n" " Call site table:" msgstr "" -#: src/readelf.c:10673 +#: src/readelf.c:10694 #, c-format msgid "" " [%4u] Call site start: %#<PRIx64>\n" @@ -5384,142 +5388,142 @@ msgid "" " Action: %u\n" msgstr "" -#: src/readelf.c:10746 +#: src/readelf.c:10767 #, c-format msgid "invalid TType encoding" msgstr "" -#: src/readelf.c:10773 +#: src/readelf.c:10794 #, c-format msgid "" "\n" "GDB section [%2zu] '%s' at offset %#<PRIx64> contains %<PRId64> bytes :\n" msgstr "" -#: src/readelf.c:10802 +#: src/readelf.c:10823 #, fuzzy, c-format msgid " Version: %<PRId32>\n" msgstr " %s: %<PRId64>\n" -#: src/readelf.c:10820 +#: src/readelf.c:10841 #, c-format msgid " CU offset: %#<PRIx32>\n" msgstr "" -#: src/readelf.c:10827 +#: src/readelf.c:10848 #, c-format msgid " TU offset: %#<PRIx32>\n" msgstr "" -#: src/readelf.c:10834 +#: src/readelf.c:10855 #, c-format msgid " address offset: %#<PRIx32>\n" msgstr "" -#: src/readelf.c:10841 +#: src/readelf.c:10862 #, c-format msgid " symbol offset: %#<PRIx32>\n" msgstr "" -#: src/readelf.c:10848 +#: src/readelf.c:10869 #, c-format msgid " constant offset: %#<PRIx32>\n" msgstr "" -#: src/readelf.c:10862 +#: src/readelf.c:10883 #, c-format msgid "" "\n" " CU list at offset %#<PRIx32> contains %zu entries:\n" msgstr "" -#: src/readelf.c:10887 +#: src/readelf.c:10908 #, c-format msgid "" "\n" " TU list at offset %#<PRIx32> contains %zu entries:\n" msgstr "" -#: src/readelf.c:10916 +#: src/readelf.c:10937 #, c-format msgid "" "\n" " Address list at offset %#<PRIx32> contains %zu entries:\n" msgstr "" -#: src/readelf.c:10948 +#: src/readelf.c:10969 #, c-format msgid "" "\n" " Symbol table at offset %#<PRIx32> contains %zu slots:\n" msgstr "" -#: src/readelf.c:11086 +#: src/readelf.c:11107 #, c-format msgid "cannot get debug context descriptor: %s" msgstr "" -#: src/readelf.c:11454 src/readelf.c:12076 src/readelf.c:12187 -#: src/readelf.c:12245 +#: src/readelf.c:11475 src/readelf.c:12097 src/readelf.c:12208 +#: src/readelf.c:12266 #, c-format msgid "cannot convert core note data: %s" msgstr "" -#: src/readelf.c:11817 +#: src/readelf.c:11838 #, c-format msgid "" "\n" "%*s... <repeats %u more times> ..." msgstr "" -#: src/readelf.c:12324 +#: src/readelf.c:12345 msgid " Owner Data size Type\n" msgstr "" -#: src/readelf.c:12353 +#: src/readelf.c:12374 #, c-format msgid " %-13.*s %9<PRId32> %s\n" msgstr "" -#: src/readelf.c:12405 +#: src/readelf.c:12426 #, fuzzy, c-format msgid "cannot get content of note: %s" msgstr "Konnte Inhalt von %s: %s nicht lesen" -#: src/readelf.c:12439 +#: src/readelf.c:12460 #, c-format msgid "" "\n" "Note section [%2zu] '%s' of %<PRIu64> bytes at offset %#0<PRIx64>:\n" msgstr "" -#: src/readelf.c:12462 +#: src/readelf.c:12483 #, c-format msgid "" "\n" "Note segment of %<PRIu64> bytes at offset %#0<PRIx64>:\n" msgstr "" -#: src/readelf.c:12509 +#: src/readelf.c:12530 #, fuzzy, c-format msgid "" "\n" "Section [%zu] '%s' has no data to dump.\n" msgstr "konnte Abschnittsdaten nicht holen: %s" -#: src/readelf.c:12536 src/readelf.c:12587 +#: src/readelf.c:12557 src/readelf.c:12608 #, fuzzy, c-format msgid "cannot get data for section [%zu] '%s': %s" msgstr "konnte Abschnittsdaten nicht holen: %s" -#: src/readelf.c:12541 +#: src/readelf.c:12562 #, c-format msgid "" "\n" "Hex dump of section [%zu] '%s', %<PRIu64> bytes at offset %#0<PRIx64>:\n" msgstr "" -#: src/readelf.c:12546 +#: src/readelf.c:12567 #, c-format msgid "" "\n" @@ -5527,21 +5531,21 @@ msgid "" "%#0<PRIx64>:\n" msgstr "" -#: src/readelf.c:12560 +#: src/readelf.c:12581 #, fuzzy, c-format msgid "" "\n" "Section [%zu] '%s' has no strings to dump.\n" msgstr "konnte Abschnittsdaten nicht holen: %s" -#: src/readelf.c:12592 +#: src/readelf.c:12613 #, c-format msgid "" "\n" "String section [%zu] '%s' contains %<PRIu64> bytes at offset %#0<PRIx64>:\n" msgstr "" -#: src/readelf.c:12597 +#: src/readelf.c:12618 #, c-format msgid "" "\n" @@ -5549,45 +5553,45 @@ msgid "" "offset %#0<PRIx64>:\n" msgstr "" -#: src/readelf.c:12646 +#: src/readelf.c:12667 #, c-format msgid "" "\n" "section [%lu] does not exist" msgstr "" -#: src/readelf.c:12676 +#: src/readelf.c:12697 #, c-format msgid "" "\n" "section '%s' does not exist" msgstr "" -#: src/readelf.c:12733 +#: src/readelf.c:12754 #, c-format msgid "cannot get symbol index of archive '%s': %s" msgstr "" -#: src/readelf.c:12736 +#: src/readelf.c:12757 #, c-format msgid "" "\n" "Archive '%s' has no symbol index\n" msgstr "" -#: src/readelf.c:12740 +#: src/readelf.c:12761 #, c-format msgid "" "\n" "Index of archive '%s' has %zu entries:\n" msgstr "" -#: src/readelf.c:12758 +#: src/readelf.c:12779 #, fuzzy, c-format msgid "cannot extract member at offset %zu in '%s': %s" msgstr "konnte Programm-Kopf nicht erstellen: %s" -#: src/readelf.c:12763 +#: src/readelf.c:12784 #, c-format msgid "Archive member '%s' contains:\n" msgstr "" @@ -5664,107 +5668,107 @@ msgstr "konnte Abschnittsdaten nicht holen: %s" msgid "(TOTALS)\n" msgstr "" -#: src/stack.c:482 +#: src/stack.c:487 #, c-format msgid "-p PID should be a positive process id." msgstr "" -#: src/stack.c:488 +#: src/stack.c:493 #, fuzzy, c-format msgid "Cannot open core file '%s'" msgstr "Konnte Archiv '%s' nicht öffnen" -#: src/stack.c:548 +#: src/stack.c:553 #, c-format msgid "-n MAXFRAMES should be 0 or higher." msgstr "" -#: src/stack.c:560 +#: src/stack.c:565 #, c-format msgid "-e EXEC needs a core given by --core." msgstr "" -#: src/stack.c:564 +#: src/stack.c:569 #, c-format msgid "-1 needs a thread id given by -p." msgstr "" -#: src/stack.c:568 +#: src/stack.c:573 #, c-format msgid "One of -p PID or --core COREFILE should be given." msgstr "" -#: src/stack.c:640 +#: src/stack.c:645 #, fuzzy msgid "Show stack of process PID" msgstr "Kann Suchbaum nicht erstellen" -#: src/stack.c:642 +#: src/stack.c:647 msgid "Show stack found in COREFILE" msgstr "" -#: src/stack.c:643 +#: src/stack.c:648 msgid "(optional) EXECUTABLE that produced COREFILE" msgstr "" -#: src/stack.c:647 +#: src/stack.c:652 #, fuzzy msgid "Output selection options:" msgstr "Eingabeauswahloptionen:" -#: src/stack.c:649 +#: src/stack.c:654 msgid "Additionally show frame activation" msgstr "" -#: src/stack.c:651 +#: src/stack.c:656 msgid "Additionally try to lookup DWARF debuginfo name for frame address" msgstr "" -#: src/stack.c:654 +#: src/stack.c:659 msgid "" "Additionally show inlined function frames using DWARF debuginfo if available " "(implies -d)" msgstr "" -#: src/stack.c:656 +#: src/stack.c:661 msgid "Additionally show module file information" msgstr "" -#: src/stack.c:658 +#: src/stack.c:663 msgid "Additionally show source file information" msgstr "" -#: src/stack.c:660 +#: src/stack.c:665 msgid "" "Show all additional information (activation, debugname, inlines, module and " "source)" msgstr "" -#: src/stack.c:662 +#: src/stack.c:667 msgid "Do not resolve address to function symbol name" msgstr "" -#: src/stack.c:664 +#: src/stack.c:669 msgid "Show raw function symbol names, do not try to demangle names" msgstr "" -#: src/stack.c:666 +#: src/stack.c:671 msgid "Show module build-id, load address and pc offset" msgstr "" -#: src/stack.c:668 +#: src/stack.c:673 msgid "Show the backtrace of only one thread" msgstr "" -#: src/stack.c:670 +#: src/stack.c:675 msgid "Show at most MAXFRAMES per thread (default 256, use 0 for unlimited)" msgstr "" -#: src/stack.c:672 +#: src/stack.c:677 msgid "Show module memory map with build-id, elf and debug files detected" msgstr "" -#: src/stack.c:680 +#: src/stack.c:685 msgid "" "Print a stack for each thread in a process or core file.\n" "\n" @@ -5776,7 +5780,7 @@ msgid "" "arguments it will exit with return code 64." msgstr "" -#: src/stack.c:755 +#: src/stack.c:760 #, c-format msgid "Couldn't show any frames." msgstr "" @@ -6175,7 +6179,7 @@ msgstr "" msgid "cannot get shdrstrndx:%s" msgstr "konnte Abschnittsdaten nicht holen: %s" -#: src/unstrip.c:248 src/unstrip.c:2081 +#: src/unstrip.c:248 src/unstrip.c:2083 #, c-format msgid "cannot get ELF header: %s" msgstr "" @@ -6195,12 +6199,12 @@ msgstr "konnte Versionierungsabschnitt nicht erstellen: %s" msgid "cannot copy ELF header: %s" msgstr "" -#: src/unstrip.c:269 src/unstrip.c:2099 src/unstrip.c:2142 +#: src/unstrip.c:269 src/unstrip.c:2101 src/unstrip.c:2144 #, fuzzy, c-format msgid "cannot get number of program headers: %s" msgstr "konnte Programm-Kopf nicht erstellen: %s" -#: src/unstrip.c:274 src/unstrip.c:2103 +#: src/unstrip.c:274 src/unstrip.c:2105 #, c-format msgid "cannot create program headers: %s" msgstr "konnte Programm-Kopf nicht erstellen: %s" @@ -6215,12 +6219,12 @@ msgstr "konnte Programm-Kopf nicht kopieren: %s" msgid "cannot copy section header: %s" msgstr "" -#: src/unstrip.c:293 src/unstrip.c:1703 +#: src/unstrip.c:293 src/unstrip.c:1705 #, c-format msgid "cannot get section data: %s" msgstr "konnte Abschnittsdaten nicht holen: %s" -#: src/unstrip.c:295 src/unstrip.c:1705 +#: src/unstrip.c:295 src/unstrip.c:1707 #, c-format msgid "cannot copy section data: %s" msgstr "konnte Abschnittsdaten nicht kopieren: %s" @@ -6230,14 +6234,14 @@ msgstr "konnte Abschnittsdaten nicht kopieren: %s" msgid "cannot create directory '%s'" msgstr "konnte Verzeichnis nicht erstellen: %s" -#: src/unstrip.c:391 src/unstrip.c:651 src/unstrip.c:685 src/unstrip.c:853 -#: src/unstrip.c:1745 +#: src/unstrip.c:391 src/unstrip.c:653 src/unstrip.c:687 src/unstrip.c:855 +#: src/unstrip.c:1747 #, c-format msgid "cannot get symbol table entry: %s" msgstr "konnte Eintrag aus der Symboltabelle nicht holen: %s" -#: src/unstrip.c:407 src/unstrip.c:654 src/unstrip.c:675 src/unstrip.c:688 -#: src/unstrip.c:1766 src/unstrip.c:1961 src/unstrip.c:1985 +#: src/unstrip.c:407 src/unstrip.c:656 src/unstrip.c:677 src/unstrip.c:690 +#: src/unstrip.c:1768 src/unstrip.c:1963 src/unstrip.c:1987 #, c-format msgid "cannot update symbol table: %s" msgstr "konnte Symboltabelle nicht aktualisieren: %s" @@ -6252,238 +6256,238 @@ msgstr "" msgid "cannot update relocation: %s" msgstr "" -#: src/unstrip.c:574 +#: src/unstrip.c:576 #, c-format msgid "cannot get symbol version: %s" msgstr "" -#: src/unstrip.c:587 +#: src/unstrip.c:589 #, c-format msgid "unexpected section type in [%zu] with sh_link to symtab" msgstr "" -#: src/unstrip.c:842 +#: src/unstrip.c:844 #, fuzzy, c-format msgid "cannot get symbol section data: %s" msgstr "konnte Abschnittsdaten nicht holen: %s" -#: src/unstrip.c:844 +#: src/unstrip.c:846 #, fuzzy, c-format msgid "cannot get string section data: %s" msgstr "konnte Abschnittsdaten nicht holen: %s" -#: src/unstrip.c:861 +#: src/unstrip.c:863 #, fuzzy, c-format msgid "invalid string offset in symbol [%zu]" msgstr "ungültiger Offset %zu für Symbol %s" -#: src/unstrip.c:1019 src/unstrip.c:1423 +#: src/unstrip.c:1021 src/unstrip.c:1425 #, fuzzy, c-format msgid "cannot read section [%zu] name: %s" msgstr "konnte Abschnittsdaten nicht holen: %s" -#: src/unstrip.c:1034 +#: src/unstrip.c:1036 #, fuzzy, c-format msgid "bad sh_link for group section: %s" msgstr "ungültige .debug_line Sektion" -#: src/unstrip.c:1040 +#: src/unstrip.c:1042 #, fuzzy, c-format msgid "couldn't get shdr for group section: %s" msgstr "konnte Versionierungsabschnitt nicht erstellen: %s" -#: src/unstrip.c:1045 +#: src/unstrip.c:1047 #, fuzzy, c-format msgid "bad data for group symbol section: %s" msgstr "ungültige .debug_line Sektion" -#: src/unstrip.c:1051 +#: src/unstrip.c:1053 #, fuzzy, c-format msgid "couldn't get symbol for group section: %s" msgstr "konnte Programm-Kopf nicht erstellen: %s" -#: src/unstrip.c:1056 +#: src/unstrip.c:1058 #, fuzzy, c-format msgid "bad symbol name for group section: %s" msgstr "konnte Programm-Kopf nicht erstellen: %s" -#: src/unstrip.c:1098 src/unstrip.c:1117 src/unstrip.c:1155 +#: src/unstrip.c:1100 src/unstrip.c:1119 src/unstrip.c:1157 #, c-format msgid "cannot read '.gnu.prelink_undo' section: %s" msgstr "" -#: src/unstrip.c:1135 +#: src/unstrip.c:1137 #, c-format msgid "overflow with shnum = %zu in '%s' section" msgstr "" -#: src/unstrip.c:1146 +#: src/unstrip.c:1148 #, c-format msgid "invalid contents in '%s' section" msgstr "" -#: src/unstrip.c:1202 src/unstrip.c:1549 +#: src/unstrip.c:1204 src/unstrip.c:1551 #, fuzzy, c-format msgid "cannot find matching section for [%zu] '%s'" msgstr "konnte Abschnittsdaten nicht holen: %s" -#: src/unstrip.c:1327 src/unstrip.c:1343 src/unstrip.c:1629 src/unstrip.c:1920 +#: src/unstrip.c:1329 src/unstrip.c:1345 src/unstrip.c:1631 src/unstrip.c:1922 #, c-format msgid "cannot add section name to string table: %s" msgstr "" -#: src/unstrip.c:1352 +#: src/unstrip.c:1354 #, c-format msgid "cannot update section header string table data: %s" msgstr "" -#: src/unstrip.c:1381 src/unstrip.c:1385 +#: src/unstrip.c:1383 src/unstrip.c:1387 #, c-format msgid "cannot get section header string table section index: %s" msgstr "" -#: src/unstrip.c:1389 src/unstrip.c:1393 src/unstrip.c:1644 +#: src/unstrip.c:1391 src/unstrip.c:1395 src/unstrip.c:1646 #, c-format msgid "cannot get section count: %s" msgstr "" -#: src/unstrip.c:1396 +#: src/unstrip.c:1398 #, c-format msgid "more sections in stripped file than debug file -- arguments reversed?" msgstr "" -#: src/unstrip.c:1400 +#: src/unstrip.c:1402 #, c-format msgid "no sections in stripped file" msgstr "" -#: src/unstrip.c:1471 src/unstrip.c:1564 +#: src/unstrip.c:1473 src/unstrip.c:1566 #, c-format msgid "cannot read section header string table: %s" msgstr "" -#: src/unstrip.c:1623 +#: src/unstrip.c:1625 #, c-format msgid "cannot add new section: %s" msgstr "" -#: src/unstrip.c:1753 +#: src/unstrip.c:1755 #, fuzzy, c-format msgid "symbol [%zu] has invalid section index" msgstr "ungültiger Abschnittsindex" -#: src/unstrip.c:1785 +#: src/unstrip.c:1787 #, fuzzy, c-format msgid "group has invalid section index [%zd]" msgstr "ungültiger Abschnittsindex" -#: src/unstrip.c:2060 +#: src/unstrip.c:2062 #, fuzzy, c-format msgid "cannot read section data: %s" msgstr "konnte Abschnittsdaten nicht holen: %s" -#: src/unstrip.c:2089 +#: src/unstrip.c:2091 #, c-format msgid "cannot update ELF header: %s" msgstr "" -#: src/unstrip.c:2113 +#: src/unstrip.c:2115 #, c-format msgid "cannot update program header: %s" msgstr "konnte Programm-Kopf nicht aktualisieren: %s" -#: src/unstrip.c:2118 src/unstrip.c:2200 +#: src/unstrip.c:2120 src/unstrip.c:2202 #, c-format msgid "cannot write output file: %s" msgstr "" -#: src/unstrip.c:2169 +#: src/unstrip.c:2171 #, c-format msgid "DWARF data not adjusted for prelinking bias; consider prelink -u" msgstr "" -#: src/unstrip.c:2172 +#: src/unstrip.c:2174 #, c-format msgid "" "DWARF data in '%s' not adjusted for prelinking bias; consider prelink -u" msgstr "" -#: src/unstrip.c:2191 src/unstrip.c:2242 src/unstrip.c:2254 src/unstrip.c:2340 +#: src/unstrip.c:2193 src/unstrip.c:2244 src/unstrip.c:2256 src/unstrip.c:2342 #, c-format msgid "cannot create ELF descriptor: %s" msgstr "" -#: src/unstrip.c:2233 +#: src/unstrip.c:2235 msgid "WARNING: " msgstr "" -#: src/unstrip.c:2235 +#: src/unstrip.c:2237 msgid ", use --force" msgstr "" -#: src/unstrip.c:2258 +#: src/unstrip.c:2260 msgid "ELF header identification (e_ident) different" msgstr "" -#: src/unstrip.c:2261 +#: src/unstrip.c:2263 msgid "ELF header type (e_type) different" msgstr "" -#: src/unstrip.c:2264 +#: src/unstrip.c:2266 msgid "ELF header machine type (e_machine) different" msgstr "" -#: src/unstrip.c:2267 +#: src/unstrip.c:2269 msgid "stripped program header (e_phnum) smaller than unstripped" msgstr "" -#: src/unstrip.c:2297 +#: src/unstrip.c:2299 #, c-format msgid "cannot find stripped file for module '%s': %s" msgstr "" -#: src/unstrip.c:2301 +#: src/unstrip.c:2303 #, c-format msgid "cannot open stripped file '%s' for module '%s': %s" msgstr "" -#: src/unstrip.c:2316 +#: src/unstrip.c:2318 #, c-format msgid "cannot find debug file for module '%s': %s" msgstr "" -#: src/unstrip.c:2320 +#: src/unstrip.c:2322 #, c-format msgid "cannot open debug file '%s' for module '%s': %s" msgstr "" -#: src/unstrip.c:2333 +#: src/unstrip.c:2335 #, c-format msgid "module '%s' file '%s' is not stripped" msgstr "" -#: src/unstrip.c:2364 +#: src/unstrip.c:2366 #, c-format msgid "cannot cache section addresses for module '%s': %s" msgstr "" -#: src/unstrip.c:2497 +#: src/unstrip.c:2498 #, c-format msgid "no matching modules found" msgstr "kein passendes Modul gefunden" -#: src/unstrip.c:2506 +#: src/unstrip.c:2507 #, c-format msgid "matched more than one module" msgstr "mehr als ein passendes Modul" -#: src/unstrip.c:2550 +#: src/unstrip.c:2551 msgid "" "STRIPPED-FILE DEBUG-FILE\n" "[MODULE...]" msgstr "" -#: src/unstrip.c:2551 +#: src/unstrip.c:2552 msgid "" "Combine stripped files with separate symbols and debug information.\n" "\n" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: elfutils.master.es\n" "Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n" -"POT-Creation-Date: 2020-06-11 15:50+0200\n" +"POT-Creation-Date: 2020-09-08 12:51+0200\n" "PO-Revision-Date: 2011-01-10 15:17-0300\n" "Last-Translator: Claudio Rodrigo Pereyra Diaz <claudiorodrigo@pereyradiaz." "com.ar>\n" @@ -58,17 +58,17 @@ msgstr "" "DETERMINADO.\n" #: lib/xmalloc.c:52 lib/xmalloc.c:65 lib/xmalloc.c:77 src/readelf.c:3449 -#: src/readelf.c:11403 src/unstrip.c:2393 src/unstrip.c:2599 +#: src/readelf.c:11424 src/unstrip.c:2395 src/unstrip.c:2600 #, c-format msgid "memory exhausted" msgstr "memoria agotada" -#: libasm/asm_error.c:65 libdw/dwarf_error.c:57 libdwfl/libdwflP.h:51 +#: libasm/asm_error.c:65 libdw/dwarf_error.c:57 libdwfl/libdwflP.h:54 #: libelf/elf_error.c:60 msgid "no error" msgstr "ningún error" -#: libasm/asm_error.c:66 libdw/dwarf_error.c:67 libdwfl/libdwflP.h:53 +#: libasm/asm_error.c:66 libdw/dwarf_error.c:67 libdwfl/libdwflP.h:56 #: libelf/elf_error.c:91 msgid "out of memory" msgstr "memoria agotada" @@ -105,7 +105,7 @@ msgstr "error durante salida de datos" msgid "no backend support available" msgstr "No hay soporte de segundo plano" -#: libasm/asm_error.c:83 libdw/dwarf_error.c:58 libdwfl/libdwflP.h:52 +#: libasm/asm_error.c:83 libdw/dwarf_error.c:58 libdwfl/libdwflP.h:55 #: libelf/elf_error.c:63 msgid "unknown error" msgstr "error desconocido" @@ -221,7 +221,7 @@ msgstr "versión DWARF inválida" msgid "invalid directory index" msgstr "Ãndice de directorio inválido" -#: libdw/dwarf_error.c:87 libdwfl/libdwflP.h:72 +#: libdw/dwarf_error.c:87 libdwfl/libdwflP.h:75 msgid "address out of range" msgstr "dirección fuera de rango" @@ -252,7 +252,7 @@ msgstr "Ãndice de lÃnea inválido" msgid "invalid address range index" msgstr "Ãndice de dirección de rango inválido" -#: libdw/dwarf_error.c:94 libdwfl/libdwflP.h:73 +#: libdw/dwarf_error.c:94 libdwfl/libdwflP.h:76 msgid "no matching address range" msgstr "dirección de rango no coincidente" @@ -300,7 +300,7 @@ msgstr "código operativo desconocido " msgid ".debug_addr section missing" msgstr ".debug_ranges section faltante" -#: libdwfl/argp-std.c:50 src/stack.c:638 src/unstrip.c:2540 +#: libdwfl/argp-std.c:50 src/stack.c:643 src/unstrip.c:2541 msgid "Input selection options:" msgstr "Opciones de selección de entrada:" @@ -332,7 +332,7 @@ msgstr "Busca direcciones en el kernel que está ejecutándose" msgid "Kernel with all modules" msgstr "Kernel con todos los módulos" -#: libdwfl/argp-std.c:63 src/stack.c:645 +#: libdwfl/argp-std.c:63 src/stack.c:650 msgid "Search path for separate debuginfo files" msgstr "Ruta de búsqueda para archivos debugingfo independientes" @@ -367,159 +367,159 @@ msgstr "memoria agotada" msgid "No modules recognized in core file" msgstr "No hay módulos reconocidos en el archivo core" -#: libdwfl/libdwflP.h:54 +#: libdwfl/libdwflP.h:57 msgid "See errno" msgstr "Ve errno" -#: libdwfl/libdwflP.h:55 +#: libdwfl/libdwflP.h:58 msgid "See elf_errno" msgstr "Ver elf_errno" -#: libdwfl/libdwflP.h:56 +#: libdwfl/libdwflP.h:59 msgid "See dwarf_errno" msgstr "Ver dwarf_errno" -#: libdwfl/libdwflP.h:57 +#: libdwfl/libdwflP.h:60 msgid "See ebl_errno (XXX missing)" msgstr "Ver ebl_errno (no se encuentra XXX)" -#: libdwfl/libdwflP.h:58 +#: libdwfl/libdwflP.h:61 msgid "gzip decompression failed" msgstr "falló la descompresión gzip" -#: libdwfl/libdwflP.h:59 +#: libdwfl/libdwflP.h:62 msgid "bzip2 decompression failed" msgstr "falló la descompresión bzip2" -#: libdwfl/libdwflP.h:60 +#: libdwfl/libdwflP.h:63 msgid "LZMA decompression failed" msgstr "falló la descompresión LZMA" -#: libdwfl/libdwflP.h:61 +#: libdwfl/libdwflP.h:64 msgid "no support library found for machine" msgstr "no se ha encontrado una biblioteca de soporte para la máquina" -#: libdwfl/libdwflP.h:62 +#: libdwfl/libdwflP.h:65 msgid "Callbacks missing for ET_REL file" msgstr "No se encuentran rellamadas para el archivo ET_REL" -#: libdwfl/libdwflP.h:63 +#: libdwfl/libdwflP.h:66 msgid "Unsupported relocation type" msgstr "Tipo de reubicación no soportada" -#: libdwfl/libdwflP.h:64 +#: libdwfl/libdwflP.h:67 msgid "r_offset is bogus" msgstr "r_offset se encuentra inutilizable" -#: libdwfl/libdwflP.h:65 libelf/elf_error.c:115 libelf/elf_error.c:175 +#: libdwfl/libdwflP.h:68 libelf/elf_error.c:115 libelf/elf_error.c:175 msgid "offset out of range" msgstr "desplazamiento fuera de rango" -#: libdwfl/libdwflP.h:66 +#: libdwfl/libdwflP.h:69 msgid "relocation refers to undefined symbol" msgstr "la reubicación hace referencia a un sÃmbolo no definido" -#: libdwfl/libdwflP.h:67 +#: libdwfl/libdwflP.h:70 msgid "Callback returned failure" msgstr "La rellamada devolvió un fallo" -#: libdwfl/libdwflP.h:68 +#: libdwfl/libdwflP.h:71 msgid "No DWARF information found" msgstr "No se ha encontrado una información DWARF" -#: libdwfl/libdwflP.h:69 +#: libdwfl/libdwflP.h:72 msgid "No symbol table found" msgstr "No se ha encontrado una tabla simbólica" -#: libdwfl/libdwflP.h:70 +#: libdwfl/libdwflP.h:73 msgid "No ELF program headers" msgstr "No existen encabezados de programa ELF" -#: libdwfl/libdwflP.h:71 +#: libdwfl/libdwflP.h:74 msgid "address range overlaps an existing module" msgstr "el rango de dirección se superpone con un módulo existente" -#: libdwfl/libdwflP.h:74 +#: libdwfl/libdwflP.h:77 msgid "image truncated" msgstr "imagen truncada" -#: libdwfl/libdwflP.h:75 +#: libdwfl/libdwflP.h:78 msgid "ELF file opened" msgstr "Archivo ELF abierto" -#: libdwfl/libdwflP.h:76 +#: libdwfl/libdwflP.h:79 msgid "not a valid ELF file" msgstr "no es un archivo ELF válido" -#: libdwfl/libdwflP.h:77 +#: libdwfl/libdwflP.h:80 msgid "cannot handle DWARF type description" msgstr "no es posible manipular tipo de descripción DWARF" -#: libdwfl/libdwflP.h:78 +#: libdwfl/libdwflP.h:81 msgid "ELF file does not match build ID" msgstr "El archivo ELF no coincide con el ID construido" -#: libdwfl/libdwflP.h:79 +#: libdwfl/libdwflP.h:82 #, fuzzy msgid "corrupt .gnu.prelink_undo section data" msgstr "no se puede leer sección '.gnu.prelink_undo': %s" -#: libdwfl/libdwflP.h:80 +#: libdwfl/libdwflP.h:83 msgid "Internal error due to ebl" msgstr "" -#: libdwfl/libdwflP.h:81 +#: libdwfl/libdwflP.h:84 msgid "Missing data in core file" msgstr "" -#: libdwfl/libdwflP.h:82 +#: libdwfl/libdwflP.h:85 #, fuzzy msgid "Invalid register" msgstr "Parámetro inválido" -#: libdwfl/libdwflP.h:83 +#: libdwfl/libdwflP.h:86 msgid "Error reading process memory" msgstr "" -#: libdwfl/libdwflP.h:84 +#: libdwfl/libdwflP.h:87 msgid "Couldn't find architecture of any ELF" msgstr "" -#: libdwfl/libdwflP.h:85 +#: libdwfl/libdwflP.h:88 msgid "Error parsing /proc filesystem" msgstr "" -#: libdwfl/libdwflP.h:86 +#: libdwfl/libdwflP.h:89 #, fuzzy msgid "Invalid DWARF" msgstr "DWARF inválido" -#: libdwfl/libdwflP.h:87 +#: libdwfl/libdwflP.h:90 msgid "Unsupported DWARF" msgstr "" -#: libdwfl/libdwflP.h:88 +#: libdwfl/libdwflP.h:91 msgid "Unable to find more threads" msgstr "" -#: libdwfl/libdwflP.h:89 +#: libdwfl/libdwflP.h:92 msgid "Dwfl already has attached state" msgstr "" -#: libdwfl/libdwflP.h:90 +#: libdwfl/libdwflP.h:93 msgid "Dwfl has no attached state" msgstr "" -#: libdwfl/libdwflP.h:91 +#: libdwfl/libdwflP.h:94 msgid "Unwinding not supported for this architecture" msgstr "" -#: libdwfl/libdwflP.h:92 +#: libdwfl/libdwflP.h:95 #, fuzzy msgid "Invalid argument" msgstr "Parámetro inválido" -#: libdwfl/libdwflP.h:93 +#: libdwfl/libdwflP.h:96 #, fuzzy msgid "Not an ET_CORE ELF file" msgstr "no es un archivo ELF válido" @@ -591,7 +591,7 @@ msgstr " Build ID: " msgid " Linker version: %.*s\n" msgstr " Versión del Enlazador: %.*s\n" -#: libebl/eblobjnote.c:571 +#: libebl/eblobjnote.c:638 #, c-format msgid " OS: %s, ABI: " msgstr " OS: %s, ABI: " @@ -625,7 +625,7 @@ msgstr "tamaño inválido del operando fuente" msgid "invalid size of destination operand" msgstr "tamaño inválido del operando destino" -#: libelf/elf_error.c:87 src/readelf.c:6166 +#: libelf/elf_error.c:87 src/readelf.c:6172 #, c-format msgid "invalid encoding" msgstr "codificación inválida" @@ -711,8 +711,8 @@ msgstr "no coinciden los datos/scn" msgid "invalid section header" msgstr "encabezamiento de sección inválida" -#: libelf/elf_error.c:191 src/readelf.c:9914 src/readelf.c:10514 -#: src/readelf.c:10615 src/readelf.c:10797 +#: libelf/elf_error.c:191 src/readelf.c:9935 src/readelf.c:10535 +#: src/readelf.c:10636 src/readelf.c:10818 #, c-format msgid "invalid data" msgstr "datos inválidos" @@ -1051,12 +1051,12 @@ msgstr "no sepuede stat el archivo '%s'" msgid "no entry %s in archive\n" msgstr "no hay entrada %s en archivo\n" -#: src/ar.c:472 src/ar.c:923 src/ar.c:1127 +#: src/ar.c:472 src/ar.c:927 src/ar.c:1134 #, c-format msgid "cannot create hash table" msgstr "Falló al crear la tabla de dispersión" -#: src/ar.c:479 src/ar.c:930 src/ar.c:1136 +#: src/ar.c:479 src/ar.c:934 src/ar.c:1143 #, c-format msgid "cannot insert into hash table" msgstr "no sepuede insertar en tabla de dispersión" @@ -1096,67 +1096,67 @@ msgstr "No puede cambiar tiempo de modificación de %s" msgid "cannot rename temporary file to %.*s" msgstr "no sepuede renombrar fichero temporal para %.*s" -#: src/ar.c:764 src/ar.c:1015 src/ar.c:1416 src/ranlib.c:222 +#: src/ar.c:764 src/ar.c:1019 src/ar.c:1423 src/ranlib.c:222 #, c-format msgid "cannot create new file" msgstr "no sepuede crear fichero nuevo" -#: src/ar.c:1218 +#: src/ar.c:1225 #, c-format msgid "position member %s not found" msgstr "no se encuentra miembro de posición %s " -#: src/ar.c:1228 +#: src/ar.c:1235 #, c-format msgid "%s: no entry %s in archive!\n" msgstr "%s: ¡no hay entrada %s en archive!\n" -#: src/ar.c:1257 src/objdump.c:241 +#: src/ar.c:1264 src/objdump.c:241 #, c-format msgid "cannot open %s" msgstr "no sepuede abrir %s" -#: src/ar.c:1262 +#: src/ar.c:1269 #, c-format msgid "cannot stat %s" msgstr "no sepuede efectuar stat %s" -#: src/ar.c:1268 +#: src/ar.c:1275 #, c-format msgid "%s is no regular file" msgstr " %s no es un fichero ordinario " -#: src/ar.c:1281 +#: src/ar.c:1288 #, c-format msgid "cannot get ELF descriptor for %s: %s\n" msgstr "no sepuede obtener descriptor ELF para %s: %s\n" -#: src/ar.c:1301 +#: src/ar.c:1308 #, c-format msgid "cannot read %s: %s" msgstr "no sepuede leer %s: %s" -#: src/ar.c:1476 +#: src/ar.c:1483 #, fuzzy, c-format msgid "cannot represent ar_date" msgstr "no pueden copiar datos de sección: %s" -#: src/ar.c:1482 +#: src/ar.c:1489 #, fuzzy, c-format msgid "cannot represent ar_uid" msgstr "no pueden copiar datos de sección: %s" -#: src/ar.c:1488 +#: src/ar.c:1495 #, fuzzy, c-format msgid "cannot represent ar_gid" msgstr "no pueden copiar datos de sección: %s" -#: src/ar.c:1494 +#: src/ar.c:1501 #, fuzzy, c-format msgid "cannot represent ar_mode" msgstr "no se puede obtener encabezamiento de sección\n" -#: src/ar.c:1500 +#: src/ar.c:1507 #, fuzzy, c-format msgid "cannot represent ar_size" msgstr "no sepuede abrir %s" @@ -1382,7 +1382,7 @@ msgstr "Valor inválido '%s' para parámetro --gaps" #: src/elfcmp.c:734 src/findtextrel.c:205 src/nm.c:364 src/ranlib.c:141 #: src/size.c:272 src/strings.c:185 src/strip.c:984 src/strip.c:1021 -#: src/unstrip.c:2189 src/unstrip.c:2218 +#: src/unstrip.c:2191 src/unstrip.c:2220 #, c-format msgid "cannot open '%s'" msgstr "Imposible abrir '%s'" @@ -1692,7 +1692,7 @@ msgstr "" #: src/elflint.c:610 src/elflint.c:1498 src/elflint.c:1549 src/elflint.c:1655 #: src/elflint.c:1991 src/elflint.c:2317 src/elflint.c:2936 src/elflint.c:3099 -#: src/elflint.c:3247 src/elflint.c:3437 src/elflint.c:4440 +#: src/elflint.c:3247 src/elflint.c:3437 src/elflint.c:4441 #, c-format msgid "section [%2d] '%s': cannot get section data\n" msgstr "Sección [%2d] '%s': No se pueden obtener datos de sección\n" @@ -2947,47 +2947,47 @@ msgstr "" "Sección [%2d] '%s': compensación %zu: extra bytes después de la última " "sección de atributo\n" -#: src/elflint.c:3699 +#: src/elflint.c:3700 #, c-format msgid "cannot get section header of zeroth section\n" msgstr "no puede obtener encabezamiento de sección de sección zeroth\n" -#: src/elflint.c:3703 +#: src/elflint.c:3704 #, c-format msgid "zeroth section has nonzero name\n" msgstr "Sección zeroth tiene nombre nonzero\n" -#: src/elflint.c:3705 +#: src/elflint.c:3706 #, c-format msgid "zeroth section has nonzero type\n" msgstr "Sección zeroth tiene tipo nonzero\n" -#: src/elflint.c:3707 +#: src/elflint.c:3708 #, c-format msgid "zeroth section has nonzero flags\n" msgstr "Sección zeroth tiene banderas nonzero\n" -#: src/elflint.c:3709 +#: src/elflint.c:3710 #, c-format msgid "zeroth section has nonzero address\n" msgstr "Sección zeroth tiene dirección nonzero\n" -#: src/elflint.c:3711 +#: src/elflint.c:3712 #, c-format msgid "zeroth section has nonzero offset\n" msgstr "Sección zeroth tiene compensación nonzero\n" -#: src/elflint.c:3713 +#: src/elflint.c:3714 #, c-format msgid "zeroth section has nonzero align value\n" msgstr "Sección zeroth tiene valor de alineación nonzero\n" -#: src/elflint.c:3715 +#: src/elflint.c:3716 #, c-format msgid "zeroth section has nonzero entry size value\n" msgstr "Sección zeroth tiene valor de tamaño de entrada nonzero\n" -#: src/elflint.c:3718 +#: src/elflint.c:3719 #, c-format msgid "" "zeroth section has nonzero size value while ELF header has nonzero shnum " @@ -2996,7 +2996,7 @@ msgstr "" "Sección zeroth tiene valor de tamaño nonzero mientras que el encabezamiento " "ELF tiene valor shnum nonzero\n" -#: src/elflint.c:3722 +#: src/elflint.c:3723 #, c-format msgid "" "zeroth section has nonzero link value while ELF header does not signal " @@ -3005,7 +3005,7 @@ msgstr "" "Sección zeroth tiene valor de enlace nonzero mientras que el encabezamiento " "ELF no señala sobreflujo en shstrndx\n" -#: src/elflint.c:3726 +#: src/elflint.c:3727 #, c-format msgid "" "zeroth section has nonzero link value while ELF header does not signal " @@ -3014,27 +3014,27 @@ msgstr "" "la sección zeroth tiene un valor de enlace distinto a cero mientras que el " "encabezamiento ELF no señala desbordamiento en phnum\n" -#: src/elflint.c:3744 +#: src/elflint.c:3745 #, c-format msgid "cannot get section header for section [%2zu] '%s': %s\n" msgstr "No se puede obtener encabezamiento para sección [%2zu] '%s': %s\n" -#: src/elflint.c:3753 +#: src/elflint.c:3754 #, c-format msgid "section [%2zu]: invalid name\n" msgstr "Sección [%2zu]: nombre inválido\n" -#: src/elflint.c:3780 +#: src/elflint.c:3781 #, c-format msgid "section [%2d] '%s' has wrong type: expected %s, is %s\n" msgstr "Sección [%2d] '%s' tiene tipo errado: %s esperado, es %s\n" -#: src/elflint.c:3798 +#: src/elflint.c:3799 #, c-format msgid "section [%2zu] '%s' has wrong flags: expected %s, is %s\n" msgstr "Sección [%2zu] '%s' tiene banderas erradas: %s esperado, es %s\n" -#: src/elflint.c:3816 +#: src/elflint.c:3817 #, c-format msgid "" "section [%2zu] '%s' has wrong flags: expected %s and possibly %s, is %s\n" @@ -3042,12 +3042,12 @@ msgstr "" "Sección [%2zu] '%s' tiene banderas erradas: %s esperado y posiblemente %s, " "es %s\n" -#: src/elflint.c:3834 +#: src/elflint.c:3835 #, c-format msgid "section [%2zu] '%s' present in object file\n" msgstr "Sección [%2zu] '%s' presente en archivo objeto\n" -#: src/elflint.c:3840 src/elflint.c:3872 +#: src/elflint.c:3841 src/elflint.c:3873 #, c-format msgid "" "section [%2zu] '%s' has SHF_ALLOC flag set but there is no loadable segment\n" @@ -3055,7 +3055,7 @@ msgstr "" "Sección [%2zu] '%s' tiene bandera SHF_ALLOC establecida pero no es un " "segmento cargable\n" -#: src/elflint.c:3845 src/elflint.c:3877 +#: src/elflint.c:3846 src/elflint.c:3878 #, c-format msgid "" "section [%2zu] '%s' has SHF_ALLOC flag not set but there are loadable " @@ -3064,7 +3064,7 @@ msgstr "" "Sección [%2zu] '%s' no tiene bandera SHF_ALLOC establecida pero hay " "segmentos cargables\n" -#: src/elflint.c:3853 +#: src/elflint.c:3854 #, c-format msgid "" "section [%2zu] '%s' is extension section index table in non-object file\n" @@ -3072,22 +3072,22 @@ msgstr "" "Sección [%2zu] '%s' es tabla de Ãndice de sección de extensión en archivo no-" "objeto\n" -#: src/elflint.c:3896 +#: src/elflint.c:3897 #, c-format msgid "section [%2zu] '%s': size not multiple of entry size\n" msgstr "Sección [%2zu] '%s': tamaño no es múltiplo de tamaño de entrada\n" -#: src/elflint.c:3901 +#: src/elflint.c:3902 #, c-format msgid "cannot get section header\n" msgstr "no se puede obtener encabezamiento de sección\n" -#: src/elflint.c:3911 +#: src/elflint.c:3912 #, c-format msgid "section [%2zu] '%s' has unsupported type %d\n" msgstr "sección [%2zu] '%s' tiene tipo %d incompatible \n" -#: src/elflint.c:3931 +#: src/elflint.c:3932 #, c-format msgid "" "section [%2zu] '%s' contains invalid processor-specific flag(s) %#<PRIx64>\n" @@ -3095,76 +3095,76 @@ msgstr "" "Sección [%2zu] '%s' contiene bandera(s) de procesador-especÃfico inválidas " "%#<PRIx64>\n" -#: src/elflint.c:3938 +#: src/elflint.c:3939 #, c-format msgid "section [%2zu] '%s' contains unknown flag(s) %#<PRIx64>\n" msgstr "Sección [%2zu] '%s' contiene bandera(s) desconocidas %#<PRIx64>\n" -#: src/elflint.c:3946 +#: src/elflint.c:3947 #, c-format msgid "section [%2zu] '%s': thread-local data sections address not zero\n" msgstr "" "Sección [%2zu] '%s': dirección de secciones de datos de hilo-local no cero\n" -#: src/elflint.c:3956 +#: src/elflint.c:3957 #, fuzzy, c-format msgid "section [%2zu] '%s': allocated section cannot be compressed\n" msgstr "" "Sección [%2zu] '%s': dirección de secciones de datos de hilo-local no cero\n" -#: src/elflint.c:3961 +#: src/elflint.c:3962 #, fuzzy, c-format msgid "section [%2zu] '%s': nobits section cannot be compressed\n" msgstr "Sección [%2d] '%s': no hay sección de dispersión presente\n" -#: src/elflint.c:3967 +#: src/elflint.c:3968 #, fuzzy, c-format msgid "" "section [%2zu] '%s': compressed section with no compression header: %s\n" msgstr "Sección [%2d] '%s': grupo de sección con sólo un miembro\n" -#: src/elflint.c:3973 +#: src/elflint.c:3974 #, c-format msgid "section [%2zu] '%s': invalid section reference in link value\n" msgstr "" "Sección [%2zu] '%s': referencia de sección inválida en valor de enlace\n" -#: src/elflint.c:3978 +#: src/elflint.c:3979 #, c-format msgid "section [%2zu] '%s': invalid section reference in info value\n" msgstr "" "Sección [%2zu] '%s': referencia de sección inválida en valor de información\n" -#: src/elflint.c:3985 +#: src/elflint.c:3986 #, c-format msgid "section [%2zu] '%s': strings flag set without merge flag\n" msgstr "" "Sección [%2zu] '%s': bandera de cadenas establecida sin bandera de fusión\n" -#: src/elflint.c:3990 +#: src/elflint.c:3991 #, c-format msgid "section [%2zu] '%s': merge flag set but entry size is zero\n" msgstr "" "Sección [%2zu] '%s': bandera de fusión establecida pero tamaño de entrada es " "cero\n" -#: src/elflint.c:4009 +#: src/elflint.c:4010 #, c-format msgid "section [%2zu] '%s' has unexpected type %d for an executable section\n" msgstr "" "Sección [%2zu] '%s' tiene un tipo %d inesperado para una sección ejecutable\n" -#: src/elflint.c:4018 +#: src/elflint.c:4019 #, fuzzy, c-format msgid "section [%2zu] '%s' must be of type NOBITS in debuginfo files\n" msgstr "sección [%2zu] '%s' no debe tener permiso de escritura\n" -#: src/elflint.c:4025 +#: src/elflint.c:4026 #, c-format msgid "section [%2zu] '%s' is both executable and writable\n" msgstr "Sección [%2zu] '%s' es tanto de ejecución como de escritura\n" -#: src/elflint.c:4056 +#: src/elflint.c:4057 #, c-format msgid "" "section [%2zu] '%s' not fully contained in segment of program header entry " @@ -3173,7 +3173,7 @@ msgstr "" "Sección [%2zu] '%s' no contenida totalmente en segmento de entrada de " "encabezamiento de programa %d\n" -#: src/elflint.c:4066 +#: src/elflint.c:4067 #, c-format msgid "" "section [%2zu] '%s' has type NOBITS but is read from the file in segment of " @@ -3182,7 +3182,7 @@ msgstr "" "Sección [%2zu] '%s' no tiene tipo NOBITS pero es leÃda desde el archivo en " "segmento de entrada de encabezamiento de programa %d\n" -#: src/elflint.c:4092 +#: src/elflint.c:4093 #, fuzzy, c-format msgid "" "section [%2zu] '%s' has type NOBITS but is read from the file in segment of " @@ -3191,7 +3191,7 @@ msgstr "" "Sección [%2zu] '%s' no tiene tipo NOBITS pero es leÃda desde el archivo en " "segmento de entrada de encabezamiento de programa %d\n" -#: src/elflint.c:4103 +#: src/elflint.c:4104 #, c-format msgid "" "section [%2zu] '%s' has not type NOBITS but is not read from the file in " @@ -3200,18 +3200,18 @@ msgstr "" "Sección [%2zu] '%s' no tiene tipo NOBITS pero no es leÃda desde el fichero " "en segmento de entrada de encabezamiento de programa %d\n" -#: src/elflint.c:4114 +#: src/elflint.c:4115 #, c-format msgid "section [%2zu] '%s' is executable in nonexecutable segment %d\n" msgstr "Sección [%2zu] '%s' es ejecutable en segmento no ejecutable %d\n" -#: src/elflint.c:4124 +#: src/elflint.c:4125 #, c-format msgid "section [%2zu] '%s' is writable in unwritable segment %d\n" msgstr "" "Sección [%2zu] '%s' es de escritura en segmento que no es de escritura %d\n" -#: src/elflint.c:4134 +#: src/elflint.c:4135 #, c-format msgid "" "section [%2zu] '%s': alloc flag set but section not in any loaded segment\n" @@ -3219,7 +3219,7 @@ msgstr "" "Sección [%2zu] '%s': asignación de bandera establecida pero sección no en " "ningún segmento cargado\n" -#: src/elflint.c:4140 +#: src/elflint.c:4141 #, c-format msgid "" "section [%2zu] '%s': ELF header says this is the section header string table " @@ -3228,7 +3228,7 @@ msgstr "" "Sección [%2zu] '%s': encabezamiento ELF dice esta es la tabla de cadena de " "encabezamiento de sección, pero el tipo no es SHT_TYPE\n" -#: src/elflint.c:4148 +#: src/elflint.c:4149 #, c-format msgid "" "section [%2zu] '%s': relocatable files cannot have dynamic symbol tables\n" @@ -3236,32 +3236,32 @@ msgstr "" "sección [%2zu] '%s': ficheros reubicables no pueden tener tablas de sÃmbolos " "dinámicos\n" -#: src/elflint.c:4199 +#: src/elflint.c:4200 #, c-format msgid "more than one version symbol table present\n" msgstr "Más de una tabla de sÃmbolos presente\n" -#: src/elflint.c:4222 +#: src/elflint.c:4223 #, c-format msgid "INTERP program header entry but no .interp section\n" msgstr "" "Entrada de encabezamiento de programa INTERP pero no la sección .interp\n" -#: src/elflint.c:4233 +#: src/elflint.c:4234 #, c-format msgid "" "loadable segment [%u] is executable but contains no executable sections\n" msgstr "" "segmento cargable [%u] es ejecutable pero no contiene secciones ejecutables\n" -#: src/elflint.c:4239 +#: src/elflint.c:4240 #, c-format msgid "loadable segment [%u] is writable but contains no writable sections\n" msgstr "" "segmento cargable [%u] es de escritura pero contiene secciones protegidas " "contra escritura\n" -#: src/elflint.c:4250 +#: src/elflint.c:4251 #, c-format msgid "" "no .gnu.versym section present but .gnu.versym_d or .gnu.versym_r section " @@ -3270,26 +3270,26 @@ msgstr "" "Sección no .gnu.versym presente, pero la sección .gnu.versym_d o la sección ." "gnu.versym_r existen\n" -#: src/elflint.c:4263 +#: src/elflint.c:4264 #, c-format msgid "duplicate version index %d\n" msgstr "Duplicar Ãndice de versión %d\n" -#: src/elflint.c:4277 +#: src/elflint.c:4278 #, c-format msgid ".gnu.versym section present without .gnu.versym_d or .gnu.versym_r\n" msgstr "" "Sección .gnu.versym presente sin las secciones .gnu.versym_d o .gnu." "versym_r\n" -#: src/elflint.c:4326 +#: src/elflint.c:4327 #, c-format msgid "phdr[%d]: unknown core file note type %<PRIu32> at offset %<PRIu64>\n" msgstr "" "phdr[%d]: tipo de nota de fichero core desconocido %<PRIu32> en compensación " "%<PRIu64>\n" -#: src/elflint.c:4330 +#: src/elflint.c:4331 #, fuzzy, c-format msgid "" "section [%2d] '%s': unknown core file note type %<PRIu32> at offset %zu\n" @@ -3297,7 +3297,7 @@ msgstr "" "Sección [%2d] '%s': tipo de nota de fichero core desconocido %<PRIu32> en " "compensación %Zu\n" -#: src/elflint.c:4379 +#: src/elflint.c:4380 #, fuzzy, c-format msgid "" "phdr[%d]: unknown object file note type %<PRIu32> with owner name '%s' at " @@ -3306,7 +3306,7 @@ msgstr "" "phdr[%d]: tipo de nota de fichero objeto desconocido %<PRIu32> en " "compensación %Zu\n" -#: src/elflint.c:4384 +#: src/elflint.c:4385 #, fuzzy, c-format msgid "" "section [%2d] '%s': unknown object file note type %<PRIu32> with owner name " @@ -3315,40 +3315,40 @@ msgstr "" "Sección [%2d] '%s': tipo de nota de fichero objeto desconocido %<PRIu32> en " "compensación %Zu\n" -#: src/elflint.c:4403 +#: src/elflint.c:4404 #, c-format msgid "phdr[%d]: no note entries defined for the type of file\n" msgstr "phdr[%d]: no hay entradas de nota definidas para el tipo de archivo\n" -#: src/elflint.c:4423 +#: src/elflint.c:4424 #, c-format msgid "phdr[%d]: cannot get content of note section: %s\n" msgstr "phdr[%d]: no puede obtener contenido de sección de nota: %s\n" -#: src/elflint.c:4426 +#: src/elflint.c:4427 #, c-format msgid "phdr[%d]: extra %<PRIu64> bytes after last note\n" msgstr "phdr[%d]: extra %<PRIu64> bytes después de la última nota\n" -#: src/elflint.c:4447 +#: src/elflint.c:4448 #, c-format msgid "section [%2d] '%s': no note entries defined for the type of file\n" msgstr "" "Sección [%2d] '%s': no hay entradas de nota definidas para el tipo de " "archivo\n" -#: src/elflint.c:4454 +#: src/elflint.c:4455 #, c-format msgid "section [%2d] '%s': cannot get content of note section\n" msgstr "" "Sección[%2d] '%s': no se puede obtener el contenido de sección de nota\n" -#: src/elflint.c:4457 +#: src/elflint.c:4458 #, c-format msgid "section [%2d] '%s': extra %<PRIu64> bytes after last note\n" msgstr "Sección[%2d] '%s': extra %<PRIu64> bytes después de la última nota\n" -#: src/elflint.c:4475 +#: src/elflint.c:4476 #, c-format msgid "" "only executables, shared objects, and core files can have program headers\n" @@ -3356,145 +3356,145 @@ msgstr "" "Sólo ejecutables, objetos compartidos y ficheros core pueden tener " "encabezamientos de programas\n" -#: src/elflint.c:4490 +#: src/elflint.c:4491 #, c-format msgid "cannot get program header entry %d: %s\n" msgstr "no se puede obtener entrada de encabezamiento %d: %s\n" -#: src/elflint.c:4500 +#: src/elflint.c:4501 #, c-format msgid "program header entry %d: unknown program header entry type %#<PRIx64>\n" msgstr "" "entrada de encabezamiento de programa %d: tipo %#<PRIx64> de entrada de " "encabezamiento de programa desconocido\n" -#: src/elflint.c:4511 +#: src/elflint.c:4512 #, c-format msgid "more than one INTERP entry in program header\n" msgstr "Más de una entrada INTERP en encabezamiento de programa\n" -#: src/elflint.c:4519 +#: src/elflint.c:4520 #, c-format msgid "more than one TLS entry in program header\n" msgstr "más de una entrada TLS en encabezamiento de programa\n" -#: src/elflint.c:4526 +#: src/elflint.c:4527 #, c-format msgid "static executable cannot have dynamic sections\n" msgstr "ejecutable estático no puede tener secciones dinámicas\n" -#: src/elflint.c:4540 +#: src/elflint.c:4541 #, c-format msgid "dynamic section reference in program header has wrong offset\n" msgstr "" "Referencia de sección dinámica en encabezamiento de programa tiene " "compensación errada\n" -#: src/elflint.c:4543 +#: src/elflint.c:4544 #, c-format msgid "dynamic section size mismatch in program and section header\n" msgstr "" "No coinciden tamaño de sección dinámica en programa y encabezamiento de " "sección\n" -#: src/elflint.c:4553 +#: src/elflint.c:4554 #, c-format msgid "more than one GNU_RELRO entry in program header\n" msgstr "Más de una entrada GNU_RELRO en encabezamiento de programa\n" -#: src/elflint.c:4574 +#: src/elflint.c:4575 #, c-format msgid "loadable segment GNU_RELRO applies to is not writable\n" msgstr "Segmento cargable GNU_RELRO que se aplica no es de escritura\n" -#: src/elflint.c:4585 +#: src/elflint.c:4586 #, c-format msgid "loadable segment [%u] flags do not match GNU_RELRO [%u] flags\n" msgstr "" "Banderas de segmento cargable [%u] no coinciden con banderas GNU_RELRO [%u]\n" -#: src/elflint.c:4592 +#: src/elflint.c:4593 #, c-format msgid "" "GNU_RELRO [%u] flags are not a subset of the loadable segment [%u] flags\n" msgstr "" -#: src/elflint.c:4601 src/elflint.c:4624 +#: src/elflint.c:4602 src/elflint.c:4625 #, c-format msgid "%s segment not contained in a loaded segment\n" msgstr "Segmento %s no contenido en un segmento cargable\n" -#: src/elflint.c:4630 +#: src/elflint.c:4631 #, c-format msgid "program header offset in ELF header and PHDR entry do not match" msgstr "" "Compensación de encabezamiento de programa en encabezamiento ELF y entrada " "PHDR no coinciden" -#: src/elflint.c:4657 +#: src/elflint.c:4658 #, c-format msgid "call frame search table reference in program header has wrong offset\n" msgstr "" "Referencia de tabla de búsqueda de marco de llamada en encabezamiento de " "programa tiene una compensación errada\n" -#: src/elflint.c:4660 +#: src/elflint.c:4661 #, c-format msgid "call frame search table size mismatch in program and section header\n" msgstr "" "Tamaño de tabla de búsqueda de marco de llamada no coincide con programa y " "encabezamiento de sección\n" -#: src/elflint.c:4673 +#: src/elflint.c:4674 #, c-format msgid "PT_GNU_EH_FRAME present but no .eh_frame_hdr section\n" msgstr "PT_GNU_EH_FRAME presente pero no la sección.eh_frame_hdr\n" -#: src/elflint.c:4681 +#: src/elflint.c:4682 #, c-format msgid "call frame search table must be allocated\n" msgstr "tabla de búsqueda de marco de llamada debe ser asignada\n" -#: src/elflint.c:4684 +#: src/elflint.c:4685 #, c-format msgid "section [%2zu] '%s' must be allocated\n" msgstr "sección [%2zu] '%s' debe ser asignada\n" -#: src/elflint.c:4688 +#: src/elflint.c:4689 #, c-format msgid "call frame search table must not be writable\n" msgstr "" "tabla de búsqueda de marco de llamada no debe tener permiso de escritura\n" -#: src/elflint.c:4691 +#: src/elflint.c:4692 #, c-format msgid "section [%2zu] '%s' must not be writable\n" msgstr "sección [%2zu] '%s' no debe tener permiso de escritura\n" -#: src/elflint.c:4696 +#: src/elflint.c:4697 #, c-format msgid "call frame search table must not be executable\n" msgstr "tabla de búsqueda de marco de llamada no debe ser ejecutable\n" -#: src/elflint.c:4699 +#: src/elflint.c:4700 #, c-format msgid "section [%2zu] '%s' must not be executable\n" msgstr "sección [%2zu] '%s' no debe ser ejecutable\n" -#: src/elflint.c:4710 +#: src/elflint.c:4711 #, c-format msgid "program header entry %d: file size greater than memory size\n" msgstr "" "entrada de encabezamiento de programa %d: tamaño de fichero mayor que el " "tamaño de memoria\n" -#: src/elflint.c:4717 +#: src/elflint.c:4718 #, c-format msgid "program header entry %d: alignment not a power of 2\n" msgstr "" "entrada de encabezamiento de programa %d: alineamiento no es potencia de 2\n" -#: src/elflint.c:4720 +#: src/elflint.c:4721 #, c-format msgid "" "program header entry %d: file offset and virtual address not module of " @@ -3503,7 +3503,7 @@ msgstr "" "entrada de encabezamiento de programa %d: compensación de fichero y " "dirección virtual no módulo de alineación\n" -#: src/elflint.c:4733 +#: src/elflint.c:4734 #, c-format msgid "" "executable/DSO with .eh_frame_hdr section does not have a PT_GNU_EH_FRAME " @@ -3512,17 +3512,17 @@ msgstr "" "ejecutable/DSO con sección .eh_frame_hdr no tiene una entrada de " "encabezamiento de programa PT_GNU_EH_FRAME" -#: src/elflint.c:4767 +#: src/elflint.c:4768 #, c-format msgid "cannot read ELF header: %s\n" msgstr "No se puede leer encabezamiento ELF: %s\n" -#: src/elflint.c:4779 +#: src/elflint.c:4780 #, fuzzy, c-format msgid "cannot create backend for ELF file\n" msgstr "no sepuede crear fichero nuevo" -#: src/elflint.c:4800 +#: src/elflint.c:4801 #, c-format msgid "text relocation flag set but not needed\n" msgstr "Bandera de reubicación de texto establecida pero no necesaria\n" @@ -3792,8 +3792,8 @@ msgstr "No se puede crear el árbol de búsqueda" #: src/readelf.c:1447 src/readelf.c:1598 src/readelf.c:1799 src/readelf.c:2005 #: src/readelf.c:2195 src/readelf.c:2373 src/readelf.c:2449 src/readelf.c:2707 #: src/readelf.c:2783 src/readelf.c:2870 src/readelf.c:3468 src/readelf.c:3518 -#: src/readelf.c:3581 src/readelf.c:11230 src/readelf.c:12420 -#: src/readelf.c:12631 src/readelf.c:12700 src/size.c:398 src/size.c:470 +#: src/readelf.c:3581 src/readelf.c:11251 src/readelf.c:12441 +#: src/readelf.c:12652 src/readelf.c:12721 src/size.c:398 src/size.c:470 #: src/strip.c:1038 #, c-format msgid "cannot get section header string table index" @@ -4121,11 +4121,11 @@ msgstr "no se pudieron determinar el número de secciones: %s" msgid "cannot get section: %s" msgstr "No se puede encontrar la sección: %s" -#: src/readelf.c:653 src/readelf.c:1270 src/readelf.c:1479 src/readelf.c:12651 -#: src/unstrip.c:395 src/unstrip.c:426 src/unstrip.c:485 src/unstrip.c:604 -#: src/unstrip.c:625 src/unstrip.c:665 src/unstrip.c:881 src/unstrip.c:1212 -#: src/unstrip.c:1339 src/unstrip.c:1363 src/unstrip.c:1419 src/unstrip.c:1483 -#: src/unstrip.c:1658 src/unstrip.c:1809 src/unstrip.c:1952 src/unstrip.c:2051 +#: src/readelf.c:653 src/readelf.c:1270 src/readelf.c:1479 src/readelf.c:12672 +#: src/unstrip.c:395 src/unstrip.c:426 src/unstrip.c:485 src/unstrip.c:606 +#: src/unstrip.c:627 src/unstrip.c:667 src/unstrip.c:883 src/unstrip.c:1214 +#: src/unstrip.c:1341 src/unstrip.c:1365 src/unstrip.c:1421 src/unstrip.c:1485 +#: src/unstrip.c:1660 src/unstrip.c:1811 src/unstrip.c:1954 src/unstrip.c:2053 #, c-format msgid "cannot get section header: %s" msgstr "No se puede obtener encabezamiento de sección: %s" @@ -4135,8 +4135,8 @@ msgstr "No se puede obtener encabezamiento de sección: %s" msgid "cannot get section name" msgstr "no se puede obtener encabezamiento de sección\n" -#: src/readelf.c:670 src/readelf.c:6576 src/readelf.c:10502 src/readelf.c:10604 -#: src/readelf.c:10782 +#: src/readelf.c:670 src/readelf.c:6585 src/readelf.c:10523 src/readelf.c:10625 +#: src/readelf.c:10803 #, c-format msgid "cannot get %s content: %s" msgstr "No se puede obtener el contenido %s: %s" @@ -4479,7 +4479,7 @@ msgstr "" " Sección para asignación de segmento:\n" " Secciones de segmento..." -#: src/readelf.c:1460 src/unstrip.c:2110 src/unstrip.c:2152 src/unstrip.c:2159 +#: src/readelf.c:1460 src/unstrip.c:2112 src/unstrip.c:2154 src/unstrip.c:2161 #, c-format msgid "cannot get program header: %s" msgstr "no se puede obtener memoria para encabezamiento del programa: %s" @@ -4522,8 +4522,8 @@ msgstr "<SÃMBOLO INVÃLIDO>" msgid "<INVALID SECTION>" msgstr "<SECCIÓN INVÃLIDA>" -#: src/readelf.c:1656 src/readelf.c:2383 src/readelf.c:3484 src/readelf.c:12522 -#: src/readelf.c:12529 src/readelf.c:12573 src/readelf.c:12580 +#: src/readelf.c:1656 src/readelf.c:2383 src/readelf.c:3484 src/readelf.c:12543 +#: src/readelf.c:12550 src/readelf.c:12594 src/readelf.c:12601 msgid "Couldn't uncompress section" msgstr "" @@ -5053,9 +5053,9 @@ msgid " [%5u] offset: %<PRId64>, children: %s, tag: %s\n" msgstr " [%5u] compensación: %<PRId64>, hijos: %s, etiqueta: %s\n" #: src/readelf.c:5124 src/readelf.c:5433 src/readelf.c:5600 src/readelf.c:5985 -#: src/readelf.c:6586 src/readelf.c:8323 src/readelf.c:9009 src/readelf.c:9445 -#: src/readelf.c:9690 src/readelf.c:9856 src/readelf.c:10243 -#: src/readelf.c:10303 +#: src/readelf.c:6595 src/readelf.c:8332 src/readelf.c:9024 src/readelf.c:9460 +#: src/readelf.c:9711 src/readelf.c:9877 src/readelf.c:10264 +#: src/readelf.c:10324 #, c-format msgid "" "\n" @@ -5069,37 +5069,37 @@ msgstr "" msgid "cannot get .debug_addr section data: %s" msgstr "no se pueden obtener datos de sección: %s" -#: src/readelf.c:5237 src/readelf.c:5261 src/readelf.c:5645 src/readelf.c:9054 +#: src/readelf.c:5237 src/readelf.c:5261 src/readelf.c:5645 src/readelf.c:9069 #, fuzzy, c-format msgid " Length: %8<PRIu64>\n" msgstr " (compensación: %#<PRIx64>)" -#: src/readelf.c:5239 src/readelf.c:5276 src/readelf.c:5658 src/readelf.c:9067 +#: src/readelf.c:5239 src/readelf.c:5276 src/readelf.c:5658 src/readelf.c:9082 #, fuzzy, c-format msgid " DWARF version: %8<PRIu16>\n" msgstr " %s: %<PRId64>\n" -#: src/readelf.c:5240 src/readelf.c:5285 src/readelf.c:5667 src/readelf.c:9076 +#: src/readelf.c:5240 src/readelf.c:5285 src/readelf.c:5667 src/readelf.c:9091 #, fuzzy, c-format msgid " Address size: %8<PRIu64>\n" msgstr " (fin de compensación: %#<PRIx64>)" -#: src/readelf.c:5242 src/readelf.c:5295 src/readelf.c:5677 src/readelf.c:9086 +#: src/readelf.c:5242 src/readelf.c:5295 src/readelf.c:5677 src/readelf.c:9101 #, fuzzy, c-format msgid " Segment size: %8<PRIu64>\n" msgstr " establecer archivo a %<PRIu64>\n" -#: src/readelf.c:5280 src/readelf.c:5662 src/readelf.c:9071 src/readelf.c:10435 +#: src/readelf.c:5280 src/readelf.c:5662 src/readelf.c:9086 src/readelf.c:10456 #, fuzzy, c-format msgid "Unknown version" msgstr "versión desconocida" -#: src/readelf.c:5290 src/readelf.c:5503 src/readelf.c:5672 src/readelf.c:9081 +#: src/readelf.c:5290 src/readelf.c:5503 src/readelf.c:5672 src/readelf.c:9096 #, fuzzy, c-format msgid "unsupported address size" msgstr "no hay valor de dirección" -#: src/readelf.c:5301 src/readelf.c:5514 src/readelf.c:5682 src/readelf.c:9091 +#: src/readelf.c:5301 src/readelf.c:5514 src/readelf.c:5682 src/readelf.c:9106 #, c-format msgid "unsupported segment size" msgstr "" @@ -5137,7 +5137,7 @@ msgstr "" " Inicio [%*zu]: %0#*<PRIx64>, longitud: %5<PRIu64>, compensación CU DIE: " "%6<PRId64>\n" -#: src/readelf.c:5446 src/readelf.c:8350 +#: src/readelf.c:5446 src/readelf.c:8359 #, fuzzy, c-format msgid "" "\n" @@ -5146,8 +5146,8 @@ msgstr "" "\n" "Tabla en compensación %Zu:\n" -#: src/readelf.c:5450 src/readelf.c:5626 src/readelf.c:6610 src/readelf.c:8361 -#: src/readelf.c:9035 +#: src/readelf.c:5450 src/readelf.c:5626 src/readelf.c:6619 src/readelf.c:8370 +#: src/readelf.c:9050 #, c-format msgid "invalid data in section [%zu] '%s'" msgstr "Datos inválidos en sección [%zu] '%s'" @@ -5196,39 +5196,39 @@ msgstr "" msgid "cannot get .debug_rnglists content: %s" msgstr "no se ha podido obtener contenido de .debug_ranges: %s" -#: src/readelf.c:5632 src/readelf.c:9041 +#: src/readelf.c:5632 src/readelf.c:9056 #, fuzzy, c-format msgid "" "Table at Offset 0x%<PRIx64>:\n" "\n" msgstr " (fin de compensación: %#<PRIx64>)" -#: src/readelf.c:5687 src/readelf.c:9096 +#: src/readelf.c:5687 src/readelf.c:9111 #, fuzzy, c-format msgid " Offset entries: %8<PRIu64>\n" msgstr " (compensación: %#<PRIx64>)" -#: src/readelf.c:5703 src/readelf.c:9112 +#: src/readelf.c:5703 src/readelf.c:9127 #, c-format msgid " Unknown CU base: " msgstr "" -#: src/readelf.c:5705 src/readelf.c:9114 +#: src/readelf.c:5705 src/readelf.c:9129 #, c-format msgid " CU [%6<PRIx64>] base: " msgstr "" -#: src/readelf.c:5711 src/readelf.c:9120 +#: src/readelf.c:5711 src/readelf.c:9135 #, c-format msgid " Not associated with a CU.\n" msgstr "" -#: src/readelf.c:5722 src/readelf.c:9131 +#: src/readelf.c:5722 src/readelf.c:9146 #, c-format msgid "too many offset entries for unit length" msgstr "" -#: src/readelf.c:5726 src/readelf.c:9135 +#: src/readelf.c:5726 src/readelf.c:9150 #, fuzzy, c-format msgid " Offsets starting at 0x%<PRIx64>:\n" msgstr " Propietario Tamaño\n" @@ -5238,7 +5238,7 @@ msgstr " Propietario Tamaño\n" msgid "invalid range list data" msgstr "datos inválidos" -#: src/readelf.c:5963 src/readelf.c:9423 +#: src/readelf.c:5963 src/readelf.c:9438 #, c-format msgid "" " %zu padding bytes\n" @@ -5250,48 +5250,46 @@ msgstr "" msgid "cannot get .debug_ranges content: %s" msgstr "no se ha podido obtener contenido de .debug_ranges: %s" -#: src/readelf.c:6016 src/readelf.c:9478 +#: src/readelf.c:6016 src/readelf.c:9493 #, c-format msgid "" "\n" " Unknown CU base: " msgstr "" -#: src/readelf.c:6018 src/readelf.c:9480 +#: src/readelf.c:6018 src/readelf.c:9495 #, c-format msgid "" "\n" " CU [%6<PRIx64>] base: " msgstr "" -#: src/readelf.c:6027 src/readelf.c:9506 src/readelf.c:9532 +#: src/readelf.c:6027 src/readelf.c:9521 src/readelf.c:9547 #, c-format msgid " [%6tx] <INVALID DATA>\n" msgstr " [%6tx] <DATOS INVÃLIDOS>\n" -#: src/readelf.c:6048 src/readelf.c:9612 -#, fuzzy, c-format -msgid "" -" [%6tx] base address\n" -" " -msgstr " [%6tx] (dirección base) %s\n" +#: src/readelf.c:6052 src/readelf.c:9631 +#, fuzzy +msgid "base address" +msgstr "Establecer dirección a %s\n" -#: src/readelf.c:6056 src/readelf.c:9620 +#: src/readelf.c:6062 src/readelf.c:9641 #, fuzzy, c-format msgid " [%6tx] empty list\n" msgstr " [%6tx] lista vacÃa\n" -#: src/readelf.c:6311 +#: src/readelf.c:6317 #, fuzzy msgid " <INVALID DATA>\n" msgstr " <DATOS INVÃLIDOS>\n" -#: src/readelf.c:6564 +#: src/readelf.c:6573 #, fuzzy, c-format msgid "cannot get ELF: %s" msgstr "no se puede leer encabezamiento ELF: %s" -#: src/readelf.c:6582 +#: src/readelf.c:6591 #, c-format msgid "" "\n" @@ -5301,7 +5299,7 @@ msgstr "" "Sección de información de marco de llamada [%2zu] '%s' en compensación " "%#<PRIx64>:\n" -#: src/readelf.c:6632 +#: src/readelf.c:6641 #, c-format msgid "" "\n" @@ -5310,65 +5308,65 @@ msgstr "" "\n" " [%6tx] Terminator cero\n" -#: src/readelf.c:6733 src/readelf.c:6887 +#: src/readelf.c:6742 src/readelf.c:6896 #, c-format msgid "invalid augmentation length" msgstr "longitud de aumento inválida" -#: src/readelf.c:6748 +#: src/readelf.c:6757 msgid "FDE address encoding: " msgstr "Codificación de dirección FDE:" -#: src/readelf.c:6754 +#: src/readelf.c:6763 msgid "LSDA pointer encoding: " msgstr "Codificación de puntero LSDA:" -#: src/readelf.c:6864 +#: src/readelf.c:6873 #, c-format msgid " (offset: %#<PRIx64>)" msgstr " (compensación: %#<PRIx64>)" -#: src/readelf.c:6871 +#: src/readelf.c:6880 #, c-format msgid " (end offset: %#<PRIx64>)" msgstr " (fin de compensación: %#<PRIx64>)" -#: src/readelf.c:6908 +#: src/readelf.c:6917 #, c-format msgid " %-26sLSDA pointer: %#<PRIx64>\n" msgstr "Puntero %-26sLSDA: %#<PRIx64>\n" -#: src/readelf.c:6993 +#: src/readelf.c:7002 #, fuzzy, c-format msgid "DIE [%<PRIx64>] cannot get attribute code: %s" msgstr "No se puede obtener código de atributo: %s" -#: src/readelf.c:7003 +#: src/readelf.c:7012 #, fuzzy, c-format msgid "DIE [%<PRIx64>] cannot get attribute form: %s" msgstr "No se puede obtener forma de atributo: %s" -#: src/readelf.c:7025 +#: src/readelf.c:7034 #, fuzzy, c-format msgid "DIE [%<PRIx64>] cannot get attribute '%s' (%s) value: %s" msgstr "No se puede obtener valor: %s" -#: src/readelf.c:7355 +#: src/readelf.c:7364 #, fuzzy, c-format msgid "invalid file (%<PRId64>): %s" msgstr "Archivo inválido" -#: src/readelf.c:7359 +#: src/readelf.c:7368 #, fuzzy, c-format msgid "no srcfiles for CU [%<PRIx64>]" msgstr " establecer archivo a %<PRIu64>\n" -#: src/readelf.c:7363 +#: src/readelf.c:7372 #, fuzzy, c-format msgid "couldn't get DWARF CU: %s" msgstr "no se puede leer encabezamiento ELF: %s" -#: src/readelf.c:7676 +#: src/readelf.c:7685 #, c-format msgid "" "\n" @@ -5379,12 +5377,12 @@ msgstr "" "Sección DWARF [%2zu] '%s' en compensación %#<PRIx64>:\n" " [Offset]\n" -#: src/readelf.c:7726 +#: src/readelf.c:7735 #, fuzzy, c-format msgid "cannot get next unit: %s" msgstr "No se puede obtener próximo DIE: %s" -#: src/readelf.c:7745 +#: src/readelf.c:7754 #, fuzzy, c-format msgid "" " Type unit at offset %<PRIu64>:\n" @@ -5397,7 +5395,7 @@ msgstr "" "Tamaño de dirección: %<PRIu8>, Tamaño de compensación: %<PRIu8>\n" " Tipo de firma: %#<PRIx64>, Tipo de compensación: %#<PRIx64>\n" -#: src/readelf.c:7757 +#: src/readelf.c:7766 #, c-format msgid "" " Compilation unit at offset %<PRIu64>:\n" @@ -5408,39 +5406,39 @@ msgstr "" " Versión: %<PRIu16>, Compensación de sección de abreviatura: %<PRIu64>, " "Tamaño de dirección: %<PRIu8>, Tamaño de compensación: %<PRIu8>\n" -#: src/readelf.c:7767 src/readelf.c:7930 +#: src/readelf.c:7776 src/readelf.c:7939 #, c-format msgid " Unit type: %s (%<PRIu8>)" msgstr "" -#: src/readelf.c:7794 +#: src/readelf.c:7803 #, c-format msgid "unknown version (%d) or unit type (%d)" msgstr "" -#: src/readelf.c:7823 +#: src/readelf.c:7832 #, c-format msgid "cannot get DIE offset: %s" msgstr "no se puede obtener DIE en compensación: %s" -#: src/readelf.c:7832 +#: src/readelf.c:7841 #, fuzzy, c-format msgid "cannot get tag of DIE at offset [%<PRIx64>] in section '%s': %s" msgstr "" "no se ha podido obtener etiqueta de DIE en compensación%<PRIu64> en sección " "'%s': %s" -#: src/readelf.c:7870 +#: src/readelf.c:7879 #, c-format msgid "cannot get next DIE: %s\n" msgstr "No se puede obtener próximo DIE: %s\n" -#: src/readelf.c:7878 +#: src/readelf.c:7887 #, c-format msgid "cannot get next DIE: %s" msgstr "No se puede obtener próximo DIE: %s" -#: src/readelf.c:7922 +#: src/readelf.c:7931 #, fuzzy, c-format msgid "" " Split compilation unit at offset %<PRIu64>:\n" @@ -5451,7 +5449,7 @@ msgstr "" " Versión: %<PRIu16>, Compensación de sección de abreviatura: %<PRIu64>, " "Tamaño de dirección: %<PRIu8>, Tamaño de compensación: %<PRIu8>\n" -#: src/readelf.c:7974 +#: src/readelf.c:7983 #, fuzzy, c-format msgid "" "\n" @@ -5461,18 +5459,18 @@ msgstr "" "\n" "Sección DWARF [%2zu] '%s' en compensación %#<PRIx64>:\n" -#: src/readelf.c:8306 +#: src/readelf.c:8315 #, fuzzy, c-format msgid "unknown form: %s" msgstr "Forma %<PRIx64> desconocida" -#: src/readelf.c:8337 +#: src/readelf.c:8346 #, c-format msgid "cannot get line data section data: %s" msgstr "No se puede obtener sección de datos de lÃnea: %s" #. Print what we got so far. -#: src/readelf.c:8439 +#: src/readelf.c:8448 #, fuzzy, c-format msgid "" "\n" @@ -5503,34 +5501,34 @@ msgstr "" "\n" "Códigos operativos:\n" -#: src/readelf.c:8461 +#: src/readelf.c:8470 #, fuzzy, c-format msgid "cannot handle .debug_line version: %u\n" msgstr "no se puede obtener versión de sÃmbolo: %s" -#: src/readelf.c:8469 +#: src/readelf.c:8478 #, fuzzy, c-format msgid "cannot handle address size: %u\n" msgstr "no hay valor de dirección" -#: src/readelf.c:8477 +#: src/readelf.c:8486 #, fuzzy, c-format msgid "cannot handle segment selector size: %u\n" msgstr "No se puede encontrar la sección: %s" -#: src/readelf.c:8487 +#: src/readelf.c:8496 #, c-format msgid "invalid data at offset %tu in section [%zu] '%s'" msgstr "datos inválidos en compensación %tu en sección [%zu] '%s'" -#: src/readelf.c:8502 +#: src/readelf.c:8511 #, c-format msgid " [%*<PRIuFAST8>] %hhu argument\n" msgid_plural " [%*<PRIuFAST8>] %hhu arguments\n" msgstr[0] " [%*<PRIuFAST8>] argumento %hhu \n" msgstr[1] " [%*<PRIuFAST8>] argumento %hhu\n" -#: src/readelf.c:8513 +#: src/readelf.c:8522 msgid "" "\n" "Directory table:" @@ -5538,12 +5536,12 @@ msgstr "" "\n" "Tabla de Directorio:" -#: src/readelf.c:8519 src/readelf.c:8596 +#: src/readelf.c:8528 src/readelf.c:8605 #, fuzzy, c-format msgid " [" msgstr " %s: %s\n" -#: src/readelf.c:8590 +#: src/readelf.c:8599 #, fuzzy msgid "" "\n" @@ -5552,7 +5550,7 @@ msgstr "" "\n" " Tabla de sitio de llamada:" -#: src/readelf.c:8651 +#: src/readelf.c:8660 #, fuzzy msgid " Entry Dir Time Size Name" msgstr "" @@ -5560,7 +5558,16 @@ msgstr "" "Tabla de nombre de archivo:\n" " Directorio de entrada Tiempo Tamaño Nombre" -#: src/readelf.c:8688 +#: src/readelf.c:8699 +#, fuzzy +msgid "" +"\n" +"No line number statements." +msgstr "" +"\n" +" Declaraciones de número de LÃnea:" + +#: src/readelf.c:8703 msgid "" "\n" "Line number statements:" @@ -5568,121 +5575,121 @@ msgstr "" "\n" " Declaraciones de número de LÃnea:" -#: src/readelf.c:8711 +#: src/readelf.c:8726 #, fuzzy, c-format msgid "invalid maximum operations per instruction is zero" msgstr "longitud mÃnima inválida de tamaño de cadena coincidente" -#: src/readelf.c:8745 +#: src/readelf.c:8760 #, fuzzy, c-format msgid " special opcode %u: address+%u = " msgstr " opcode especial %u: dirección+%u = %s, lÃnea%+d = %zu\n" -#: src/readelf.c:8749 +#: src/readelf.c:8764 #, fuzzy, c-format msgid ", op_index = %u, line%+d = %zu\n" msgstr "" " opcode especial %u: dirección+%u = %s, op_index = %u, lÃnea%+d = %zu\n" -#: src/readelf.c:8752 +#: src/readelf.c:8767 #, c-format msgid ", line%+d = %zu\n" msgstr "" -#: src/readelf.c:8770 +#: src/readelf.c:8785 #, c-format msgid " extended opcode %u: " msgstr " Código operativo extendido %u: " -#: src/readelf.c:8775 +#: src/readelf.c:8790 #, fuzzy msgid " end of sequence" msgstr "Fin de secuencia" -#: src/readelf.c:8793 +#: src/readelf.c:8808 #, fuzzy, c-format msgid " set address to " msgstr "Establecer dirección a %s\n" -#: src/readelf.c:8821 +#: src/readelf.c:8836 #, fuzzy, c-format msgid " define new file: dir=%u, mtime=%<PRIu64>, length=%<PRIu64>, name=%s\n" msgstr "" "definir nuevo archivo: dir=%u, mtime=%<PRIu64>, longitud=%<PRIu64>, nombre=" "%s\n" -#: src/readelf.c:8835 +#: src/readelf.c:8850 #, c-format msgid " set discriminator to %u\n" msgstr " establecer discriminador a %u\n" #. Unknown, ignore it. -#: src/readelf.c:8840 +#: src/readelf.c:8855 #, fuzzy msgid " unknown opcode" msgstr "código operativo desconocido " #. Takes no argument. -#: src/readelf.c:8852 +#: src/readelf.c:8867 msgid " copy" msgstr "Copiar" -#: src/readelf.c:8863 +#: src/readelf.c:8878 #, fuzzy, c-format msgid " advance address by %u to " msgstr "Dirección de avance por %u a %s\n" -#: src/readelf.c:8867 src/readelf.c:8928 +#: src/readelf.c:8882 src/readelf.c:8943 #, c-format msgid ", op_index to %u" msgstr "" -#: src/readelf.c:8879 +#: src/readelf.c:8894 #, c-format msgid " advance line by constant %d to %<PRId64>\n" msgstr " lÃnea de avance por la constante %d a %<PRId64>\n" -#: src/readelf.c:8889 +#: src/readelf.c:8904 #, c-format msgid " set file to %<PRIu64>\n" msgstr " establecer archivo a %<PRIu64>\n" -#: src/readelf.c:8900 +#: src/readelf.c:8915 #, c-format msgid " set column to %<PRIu64>\n" msgstr " Establecer columna a %<PRIu64>\n" -#: src/readelf.c:8907 +#: src/readelf.c:8922 #, c-format msgid " set '%s' to %<PRIuFAST8>\n" msgstr "Establecer '%s' a %<PRIuFAST8>\n" #. Takes no argument. -#: src/readelf.c:8913 +#: src/readelf.c:8928 msgid " set basic block flag" msgstr "Establecer bandera de bloque básico" -#: src/readelf.c:8924 +#: src/readelf.c:8939 #, fuzzy, c-format msgid " advance address by constant %u to " msgstr "Dirección de avance por constante %u a %s\n" -#: src/readelf.c:8944 +#: src/readelf.c:8959 #, fuzzy, c-format msgid " advance address by fixed value %u to \n" msgstr "dirección de avance por valor corregido %u a %s\n" #. Takes no argument. -#: src/readelf.c:8954 +#: src/readelf.c:8969 msgid " set prologue end flag" msgstr " Establecer bandera prologue_end" #. Takes no argument. -#: src/readelf.c:8959 +#: src/readelf.c:8974 msgid " set epilogue begin flag" msgstr " Establecer bandera epilogue_begin" -#: src/readelf.c:8969 +#: src/readelf.c:8984 #, c-format msgid " set isa to %u\n" msgstr " establecer isa para %u\n" @@ -5690,105 +5697,105 @@ msgstr " establecer isa para %u\n" #. This is a new opcode the generator but not we know about. #. Read the parameters associated with it but then discard #. everything. Read all the parameters for this opcode. -#: src/readelf.c:8978 +#: src/readelf.c:8993 #, c-format msgid " unknown opcode with %<PRIu8> parameter:" msgid_plural " unknown opcode with %<PRIu8> parameters:" msgstr[0] " opcódigo con parámetro %<PRIu8> desconocido:" msgstr[1] " opcódigo con parámetros %<PRIu8> desconocido:" -#: src/readelf.c:9018 +#: src/readelf.c:9033 #, fuzzy, c-format msgid "cannot get .debug_loclists content: %s" msgstr "no es posible obtener contenido de .debug_loc: %s" -#: src/readelf.c:9187 +#: src/readelf.c:9202 #, fuzzy, c-format msgid "invalid loclists data" msgstr "datos inválidos" -#: src/readelf.c:9440 +#: src/readelf.c:9455 #, c-format msgid "cannot get .debug_loc content: %s" msgstr "no es posible obtener contenido de .debug_loc: %s" -#: src/readelf.c:9647 src/readelf.c:10691 +#: src/readelf.c:9668 src/readelf.c:10712 msgid " <INVALID DATA>\n" msgstr " <DATOS INVÃLIDOS>\n" -#: src/readelf.c:9702 src/readelf.c:9865 +#: src/readelf.c:9723 src/readelf.c:9886 #, c-format msgid "cannot get macro information section data: %s" msgstr "no es posible obtener datos de la sección de macro información: %s" -#: src/readelf.c:9782 +#: src/readelf.c:9803 #, c-format msgid "%*s*** non-terminated string at end of section" msgstr "%*s*** cadena no finalizada al final de la sección" -#: src/readelf.c:9805 +#: src/readelf.c:9826 #, fuzzy, c-format msgid "%*s*** missing DW_MACINFO_start_file argument at end of section" msgstr "%*s*** cadena no finalizada al final de la sección" -#: src/readelf.c:9906 +#: src/readelf.c:9927 #, fuzzy, c-format msgid " Offset: 0x%<PRIx64>\n" msgstr " Propietario Tamaño\n" -#: src/readelf.c:9918 +#: src/readelf.c:9939 #, fuzzy, c-format msgid " Version: %<PRIu16>\n" msgstr " %s: %<PRId64>\n" -#: src/readelf.c:9924 src/readelf.c:10811 +#: src/readelf.c:9945 src/readelf.c:10832 #, c-format msgid " unknown version, cannot parse section\n" msgstr "" -#: src/readelf.c:9931 +#: src/readelf.c:9952 #, fuzzy, c-format msgid " Flag: 0x%<PRIx8>" msgstr " Dirección de punto de entrada: %#<PRIx64>\n" -#: src/readelf.c:9960 +#: src/readelf.c:9981 #, fuzzy, c-format msgid " Offset length: %<PRIu8>\n" msgstr " (compensación: %#<PRIx64>)" -#: src/readelf.c:9968 +#: src/readelf.c:9989 #, fuzzy, c-format msgid " .debug_line offset: 0x%<PRIx64>\n" msgstr " (fin de compensación: %#<PRIx64>)" -#: src/readelf.c:9993 +#: src/readelf.c:10014 #, fuzzy, c-format msgid " extension opcode table, %<PRIu8> items:\n" msgstr " opcódigo con parámetro %<PRIu8> desconocido:" -#: src/readelf.c:10000 +#: src/readelf.c:10021 #, c-format msgid " [%<PRIx8>]" msgstr "" -#: src/readelf.c:10012 +#: src/readelf.c:10033 #, fuzzy, c-format msgid " %<PRIu8> arguments:" msgstr " [%*<PRIuFAST8>] argumento %hhu \n" -#: src/readelf.c:10027 +#: src/readelf.c:10048 #, c-format msgid " no arguments." msgstr "" -#: src/readelf.c:10228 +#: src/readelf.c:10249 #, c-format msgid " [%5d] DIE offset: %6<PRId64>, CU DIE offset: %6<PRId64>, name: %s\n" msgstr "" " Compensación [%5d] DIE: %6<PRId64>, Compensación CU DIE: %6<PRId64>, " "nombre: %s\n" -#: src/readelf.c:10272 +#: src/readelf.c:10293 #, c-format msgid "" "\n" @@ -5799,37 +5806,37 @@ msgstr "" "Sección DWARF [%2zu] '%s' en compensación %#<PRIx64>:\n" " %*s String\n" -#: src/readelf.c:10287 +#: src/readelf.c:10308 #, fuzzy, c-format msgid " *** error, missing string terminator\n" msgstr " *** error en lectura de cadenas: %s\n" -#: src/readelf.c:10316 +#: src/readelf.c:10337 #, fuzzy, c-format msgid "cannot get .debug_str_offsets section data: %s" msgstr "no se pueden obtener datos de sección: %s" -#: src/readelf.c:10415 +#: src/readelf.c:10436 #, fuzzy, c-format msgid " Length: %8<PRIu64>\n" msgstr " (compensación: %#<PRIx64>)" -#: src/readelf.c:10417 +#: src/readelf.c:10438 #, fuzzy, c-format msgid " Offset size: %8<PRIu8>\n" msgstr " (compensación: %#<PRIx64>)" -#: src/readelf.c:10431 +#: src/readelf.c:10452 #, fuzzy, c-format msgid " DWARF version: %8<PRIu16>\n" msgstr " %s: %<PRId64>\n" -#: src/readelf.c:10440 +#: src/readelf.c:10461 #, fuzzy, c-format msgid " Padding: %8<PRIx16>\n" msgstr " (compensación: %#<PRIx64>)" -#: src/readelf.c:10494 +#: src/readelf.c:10515 #, c-format msgid "" "\n" @@ -5838,7 +5845,7 @@ msgstr "" "\n" "Sección de tabla de búsqueda de marco de llamada [%2zu] '.eh_frame_hdr':\n" -#: src/readelf.c:10596 +#: src/readelf.c:10617 #, c-format msgid "" "\n" @@ -5847,22 +5854,22 @@ msgstr "" "\n" "Excepción en el manejo de la sección de tabla [%2zu] '.gcc_except_table':\n" -#: src/readelf.c:10619 +#: src/readelf.c:10640 #, c-format msgid " LPStart encoding: %#x " msgstr "Codificación LPStart: %#x " -#: src/readelf.c:10631 +#: src/readelf.c:10652 #, c-format msgid " TType encoding: %#x " msgstr "Codificación TType: %#x " -#: src/readelf.c:10646 +#: src/readelf.c:10667 #, c-format msgid " Call site encoding: %#x " msgstr "Codificación de sitio de llamada: %#x " -#: src/readelf.c:10659 +#: src/readelf.c:10680 msgid "" "\n" " Call site table:" @@ -5870,7 +5877,7 @@ msgstr "" "\n" " Tabla de sitio de llamada:" -#: src/readelf.c:10673 +#: src/readelf.c:10694 #, c-format msgid "" " [%4u] Call site start: %#<PRIx64>\n" @@ -5883,12 +5890,12 @@ msgstr "" " Landing pad: %#<PRIx64>\n" " Action: %u\n" -#: src/readelf.c:10746 +#: src/readelf.c:10767 #, c-format msgid "invalid TType encoding" msgstr "Codificación TType inválida" -#: src/readelf.c:10773 +#: src/readelf.c:10794 #, fuzzy, c-format msgid "" "\n" @@ -5897,37 +5904,37 @@ msgstr "" "\n" "Sección DWARF [%2zu] '%s' en compensación %#<PRIx64> contiene entrada %zu:\n" -#: src/readelf.c:10802 +#: src/readelf.c:10823 #, fuzzy, c-format msgid " Version: %<PRId32>\n" msgstr " %s: %<PRId64>\n" -#: src/readelf.c:10820 +#: src/readelf.c:10841 #, fuzzy, c-format msgid " CU offset: %#<PRIx32>\n" msgstr " (compensación: %#<PRIx64>)" -#: src/readelf.c:10827 +#: src/readelf.c:10848 #, fuzzy, c-format msgid " TU offset: %#<PRIx32>\n" msgstr " (compensación: %#<PRIx64>)" -#: src/readelf.c:10834 +#: src/readelf.c:10855 #, fuzzy, c-format msgid " address offset: %#<PRIx32>\n" msgstr " (fin de compensación: %#<PRIx64>)" -#: src/readelf.c:10841 +#: src/readelf.c:10862 #, fuzzy, c-format msgid " symbol offset: %#<PRIx32>\n" msgstr " (compensación: %#<PRIx64>)" -#: src/readelf.c:10848 +#: src/readelf.c:10869 #, fuzzy, c-format msgid " constant offset: %#<PRIx32>\n" msgstr " (fin de compensación: %#<PRIx64>)" -#: src/readelf.c:10862 +#: src/readelf.c:10883 #, fuzzy, c-format msgid "" "\n" @@ -5936,7 +5943,7 @@ msgstr "" "\n" "Sección DWARF [%2zu] '%s' en compensación %#<PRIx64> contiene entrada %zu:\n" -#: src/readelf.c:10887 +#: src/readelf.c:10908 #, fuzzy, c-format msgid "" "\n" @@ -5945,7 +5952,7 @@ msgstr "" "\n" "Sección DWARF [%2zu] '%s' en compensación %#<PRIx64> contiene entrada %zu:\n" -#: src/readelf.c:10916 +#: src/readelf.c:10937 #, fuzzy, c-format msgid "" "\n" @@ -5954,7 +5961,7 @@ msgstr "" "\n" "Sección DWARF [%2zu] '%s' en compensación %#<PRIx64> contiene entrada %zu:\n" -#: src/readelf.c:10948 +#: src/readelf.c:10969 #, fuzzy, c-format msgid "" "\n" @@ -5963,18 +5970,18 @@ msgstr "" "\n" "Tabla de sÃmbolos inválida en compensación %#0<PRIx64>\n" -#: src/readelf.c:11086 +#: src/readelf.c:11107 #, c-format msgid "cannot get debug context descriptor: %s" msgstr "no se puede depurar descriptor de contexto: %s" -#: src/readelf.c:11454 src/readelf.c:12076 src/readelf.c:12187 -#: src/readelf.c:12245 +#: src/readelf.c:11475 src/readelf.c:12097 src/readelf.c:12208 +#: src/readelf.c:12266 #, c-format msgid "cannot convert core note data: %s" msgstr "no es posible convertir datos de la nota principal: %s" -#: src/readelf.c:11817 +#: src/readelf.c:11838 #, c-format msgid "" "\n" @@ -5983,21 +5990,21 @@ msgstr "" "\n" "%*s... <repeats %u more times> ..." -#: src/readelf.c:12324 +#: src/readelf.c:12345 msgid " Owner Data size Type\n" msgstr " Owner Data size Type\n" -#: src/readelf.c:12353 +#: src/readelf.c:12374 #, c-format msgid " %-13.*s %9<PRId32> %s\n" msgstr " %-13.*s %9<PRId32> %s\n" -#: src/readelf.c:12405 +#: src/readelf.c:12426 #, fuzzy, c-format msgid "cannot get content of note: %s" msgstr "no se puede obtener el contenido de sección de nota: %s" -#: src/readelf.c:12439 +#: src/readelf.c:12460 #, c-format msgid "" "\n" @@ -6006,7 +6013,7 @@ msgstr "" "\n" "Sección de nota [%2zu] '%s' de %<PRIu64> bytes en compensación %#0<PRIx64>:\n" -#: src/readelf.c:12462 +#: src/readelf.c:12483 #, c-format msgid "" "\n" @@ -6015,7 +6022,7 @@ msgstr "" "\n" "Segmento de nota de %<PRIu64> bytes en compensación %#0<PRIx64>:\n" -#: src/readelf.c:12509 +#: src/readelf.c:12530 #, fuzzy, c-format msgid "" "\n" @@ -6024,12 +6031,12 @@ msgstr "" "\n" "Sección [%Zu] '%s' no tiene datos para volcar.\n" -#: src/readelf.c:12536 src/readelf.c:12587 +#: src/readelf.c:12557 src/readelf.c:12608 #, fuzzy, c-format msgid "cannot get data for section [%zu] '%s': %s" msgstr "no se pueden obtener datos para sección [%Zu] '%s': %s" -#: src/readelf.c:12541 +#: src/readelf.c:12562 #, fuzzy, c-format msgid "" "\n" @@ -6039,7 +6046,7 @@ msgstr "" "Volcado Hex de sección [%Zu] '%s', %<PRIu64> bytes en compensación " "%#0<PRIx64>:\n" -#: src/readelf.c:12546 +#: src/readelf.c:12567 #, fuzzy, c-format msgid "" "\n" @@ -6050,7 +6057,7 @@ msgstr "" "Volcado Hex de sección [%Zu] '%s', %<PRIu64> bytes en compensación " "%#0<PRIx64>:\n" -#: src/readelf.c:12560 +#: src/readelf.c:12581 #, fuzzy, c-format msgid "" "\n" @@ -6059,7 +6066,7 @@ msgstr "" "\n" "Sección [%Zu] '%s' no tiene datos para volcar.\n" -#: src/readelf.c:12592 +#: src/readelf.c:12613 #, fuzzy, c-format msgid "" "\n" @@ -6069,7 +6076,7 @@ msgstr "" "Sección de cadena [%Zu] '%s' contiene %<PRIu64> bytes en compensación " "%#0<PRIx64>:\n" -#: src/readelf.c:12597 +#: src/readelf.c:12618 #, fuzzy, c-format msgid "" "\n" @@ -6080,7 +6087,7 @@ msgstr "" "Sección de cadena [%Zu] '%s' contiene %<PRIu64> bytes en compensación " "%#0<PRIx64>:\n" -#: src/readelf.c:12646 +#: src/readelf.c:12667 #, c-format msgid "" "\n" @@ -6089,7 +6096,7 @@ msgstr "" "\n" "sección [%lu] no existe" -#: src/readelf.c:12676 +#: src/readelf.c:12697 #, c-format msgid "" "\n" @@ -6098,12 +6105,12 @@ msgstr "" "\n" "sección '%s' no existe" -#: src/readelf.c:12733 +#: src/readelf.c:12754 #, c-format msgid "cannot get symbol index of archive '%s': %s" msgstr "no se puede obtener el Ãndice de sÃmbolo de archivo '%s': %s" -#: src/readelf.c:12736 +#: src/readelf.c:12757 #, c-format msgid "" "\n" @@ -6112,7 +6119,7 @@ msgstr "" "\n" "Archivo '%s' no tiene Ãndice de sÃmbolo\n" -#: src/readelf.c:12740 +#: src/readelf.c:12761 #, fuzzy, c-format msgid "" "\n" @@ -6121,12 +6128,12 @@ msgstr "" "\n" "Ãndice de archivo '%s' tiene %Zu entradas:\n" -#: src/readelf.c:12758 +#: src/readelf.c:12779 #, fuzzy, c-format msgid "cannot extract member at offset %zu in '%s': %s" msgstr "no es posible extraer miembro en compensación %Zu en '%s': %s" -#: src/readelf.c:12763 +#: src/readelf.c:12784 #, c-format msgid "Archive member '%s' contains:\n" msgstr "Miembro de archivo contiene '%s':\n" @@ -6207,108 +6214,108 @@ msgstr "no se puede obtener encabezamiento de sección\n" msgid "(TOTALS)\n" msgstr "(TOTALES)\n" -#: src/stack.c:482 +#: src/stack.c:487 #, c-format msgid "-p PID should be a positive process id." msgstr "" -#: src/stack.c:488 +#: src/stack.c:493 #, fuzzy, c-format msgid "Cannot open core file '%s'" msgstr "Imposible abrir el archivo '%s'" -#: src/stack.c:548 +#: src/stack.c:553 #, c-format msgid "-n MAXFRAMES should be 0 or higher." msgstr "" -#: src/stack.c:560 +#: src/stack.c:565 #, c-format msgid "-e EXEC needs a core given by --core." msgstr "" -#: src/stack.c:564 +#: src/stack.c:569 #, c-format msgid "-1 needs a thread id given by -p." msgstr "" -#: src/stack.c:568 +#: src/stack.c:573 #, c-format msgid "One of -p PID or --core COREFILE should be given." msgstr "" -#: src/stack.c:640 +#: src/stack.c:645 #, fuzzy msgid "Show stack of process PID" msgstr "No se puede crear el árbol de búsqueda" -#: src/stack.c:642 +#: src/stack.c:647 msgid "Show stack found in COREFILE" msgstr "" -#: src/stack.c:643 +#: src/stack.c:648 msgid "(optional) EXECUTABLE that produced COREFILE" msgstr "" -#: src/stack.c:647 +#: src/stack.c:652 msgid "Output selection options:" msgstr "Opciones de selección de salida:" -#: src/stack.c:649 +#: src/stack.c:654 #, fuzzy msgid "Additionally show frame activation" msgstr "Selección de salida adicional:" -#: src/stack.c:651 +#: src/stack.c:656 msgid "Additionally try to lookup DWARF debuginfo name for frame address" msgstr "" -#: src/stack.c:654 +#: src/stack.c:659 msgid "" "Additionally show inlined function frames using DWARF debuginfo if available " "(implies -d)" msgstr "" -#: src/stack.c:656 +#: src/stack.c:661 msgid "Additionally show module file information" msgstr "" -#: src/stack.c:658 +#: src/stack.c:663 #, fuzzy msgid "Additionally show source file information" msgstr "Selección de salida adicional:" -#: src/stack.c:660 +#: src/stack.c:665 msgid "" "Show all additional information (activation, debugname, inlines, module and " "source)" msgstr "" -#: src/stack.c:662 +#: src/stack.c:667 msgid "Do not resolve address to function symbol name" msgstr "" -#: src/stack.c:664 +#: src/stack.c:669 msgid "Show raw function symbol names, do not try to demangle names" msgstr "" -#: src/stack.c:666 +#: src/stack.c:671 msgid "Show module build-id, load address and pc offset" msgstr "" -#: src/stack.c:668 +#: src/stack.c:673 msgid "Show the backtrace of only one thread" msgstr "" -#: src/stack.c:670 +#: src/stack.c:675 msgid "Show at most MAXFRAMES per thread (default 256, use 0 for unlimited)" msgstr "" -#: src/stack.c:672 +#: src/stack.c:677 msgid "Show module memory map with build-id, elf and debug files detected" msgstr "" -#: src/stack.c:680 +#: src/stack.c:685 msgid "" "Print a stack for each thread in a process or core file.\n" "\n" @@ -6320,7 +6327,7 @@ msgid "" "arguments it will exit with return code 64." msgstr "" -#: src/stack.c:755 +#: src/stack.c:760 #, c-format msgid "Couldn't show any frames." msgstr "" @@ -6723,7 +6730,7 @@ msgstr "no se puede crear el encabezamiento ELF: %s" msgid "cannot get shdrstrndx:%s" msgstr "No se puede encontrar la sección: %s" -#: src/unstrip.c:248 src/unstrip.c:2081 +#: src/unstrip.c:248 src/unstrip.c:2083 #, c-format msgid "cannot get ELF header: %s" msgstr "no se puede leer encabezamiento ELF: %s" @@ -6743,12 +6750,12 @@ msgstr "no se puede actualizar reubicación: %s" msgid "cannot copy ELF header: %s" msgstr "no se puede copiar encabezamiento ELF: %s" -#: src/unstrip.c:269 src/unstrip.c:2099 src/unstrip.c:2142 +#: src/unstrip.c:269 src/unstrip.c:2101 src/unstrip.c:2144 #, fuzzy, c-format msgid "cannot get number of program headers: %s" msgstr "no se pudo determinar la cantidad de encabezados de programa: %s" -#: src/unstrip.c:274 src/unstrip.c:2103 +#: src/unstrip.c:274 src/unstrip.c:2105 #, c-format msgid "cannot create program headers: %s" msgstr "No pueden crear encabezamientos de programa: %s" @@ -6763,12 +6770,12 @@ msgstr "no puede copiar encabezamiento de programa: %s" msgid "cannot copy section header: %s" msgstr "no se puede copiar encabezamiento de sección: %s" -#: src/unstrip.c:293 src/unstrip.c:1703 +#: src/unstrip.c:293 src/unstrip.c:1705 #, c-format msgid "cannot get section data: %s" msgstr "no se pueden obtener datos de sección: %s" -#: src/unstrip.c:295 src/unstrip.c:1705 +#: src/unstrip.c:295 src/unstrip.c:1707 #, c-format msgid "cannot copy section data: %s" msgstr "no pueden copiar datos de sección: %s" @@ -6778,14 +6785,14 @@ msgstr "no pueden copiar datos de sección: %s" msgid "cannot create directory '%s'" msgstr "no se puede crear el directorio '%s'" -#: src/unstrip.c:391 src/unstrip.c:651 src/unstrip.c:685 src/unstrip.c:853 -#: src/unstrip.c:1745 +#: src/unstrip.c:391 src/unstrip.c:653 src/unstrip.c:687 src/unstrip.c:855 +#: src/unstrip.c:1747 #, c-format msgid "cannot get symbol table entry: %s" msgstr "no se puede obtener entrada de tabla de sÃmbolos: %s" -#: src/unstrip.c:407 src/unstrip.c:654 src/unstrip.c:675 src/unstrip.c:688 -#: src/unstrip.c:1766 src/unstrip.c:1961 src/unstrip.c:1985 +#: src/unstrip.c:407 src/unstrip.c:656 src/unstrip.c:677 src/unstrip.c:690 +#: src/unstrip.c:1768 src/unstrip.c:1963 src/unstrip.c:1987 #, c-format msgid "cannot update symbol table: %s" msgstr "no se puede actualizar tabla de sÃmbolos: %s" @@ -6800,165 +6807,165 @@ msgstr "no se puede actualizar encabezamiento de sección: %s" msgid "cannot update relocation: %s" msgstr "no se puede actualizar reubicación: %s" -#: src/unstrip.c:574 +#: src/unstrip.c:576 #, c-format msgid "cannot get symbol version: %s" msgstr "no se puede obtener versión de sÃmbolo: %s" -#: src/unstrip.c:587 +#: src/unstrip.c:589 #, fuzzy, c-format msgid "unexpected section type in [%zu] with sh_link to symtab" msgstr "tipo de sección inesperado en [%Zu] con sh_link para symtab" -#: src/unstrip.c:842 +#: src/unstrip.c:844 #, fuzzy, c-format msgid "cannot get symbol section data: %s" msgstr "no se pueden obtener datos de sección: %s" -#: src/unstrip.c:844 +#: src/unstrip.c:846 #, fuzzy, c-format msgid "cannot get string section data: %s" msgstr "no se pueden obtener datos de sección: %s" -#: src/unstrip.c:861 +#: src/unstrip.c:863 #, fuzzy, c-format msgid "invalid string offset in symbol [%zu]" msgstr "compensación de cadena inválida en sÃmbolo [%Zu]" -#: src/unstrip.c:1019 src/unstrip.c:1423 +#: src/unstrip.c:1021 src/unstrip.c:1425 #, fuzzy, c-format msgid "cannot read section [%zu] name: %s" msgstr "no se puede leer nombre [%Zu]: %s" -#: src/unstrip.c:1034 +#: src/unstrip.c:1036 #, fuzzy, c-format msgid "bad sh_link for group section: %s" msgstr ".debug_line section inválida" -#: src/unstrip.c:1040 +#: src/unstrip.c:1042 #, fuzzy, c-format msgid "couldn't get shdr for group section: %s" msgstr "No se puede obtener encabezamiento de sección 0th: %s" -#: src/unstrip.c:1045 +#: src/unstrip.c:1047 #, fuzzy, c-format msgid "bad data for group symbol section: %s" msgstr "no se puede obtener sección para sÃmbolos\n" -#: src/unstrip.c:1051 +#: src/unstrip.c:1053 #, fuzzy, c-format msgid "couldn't get symbol for group section: %s" msgstr "no se puede obtener versión de sÃmbolo: %s" -#: src/unstrip.c:1056 +#: src/unstrip.c:1058 #, fuzzy, c-format msgid "bad symbol name for group section: %s" msgstr "No se puede obtener el encabezamiento de sección %zu: %s" -#: src/unstrip.c:1098 src/unstrip.c:1117 src/unstrip.c:1155 +#: src/unstrip.c:1100 src/unstrip.c:1119 src/unstrip.c:1157 #, c-format msgid "cannot read '.gnu.prelink_undo' section: %s" msgstr "no se puede leer sección '.gnu.prelink_undo': %s" -#: src/unstrip.c:1135 +#: src/unstrip.c:1137 #, c-format msgid "overflow with shnum = %zu in '%s' section" msgstr "" -#: src/unstrip.c:1146 +#: src/unstrip.c:1148 #, c-format msgid "invalid contents in '%s' section" msgstr "contenido inválido en sección '%s'" -#: src/unstrip.c:1202 src/unstrip.c:1549 +#: src/unstrip.c:1204 src/unstrip.c:1551 #, fuzzy, c-format msgid "cannot find matching section for [%zu] '%s'" msgstr "no se puede hallar sección coincidente para [%Zu] '%s'" -#: src/unstrip.c:1327 src/unstrip.c:1343 src/unstrip.c:1629 src/unstrip.c:1920 +#: src/unstrip.c:1329 src/unstrip.c:1345 src/unstrip.c:1631 src/unstrip.c:1922 #, c-format msgid "cannot add section name to string table: %s" msgstr "no se puede añadir nombre de sección a tabla de cadenas: %s" -#: src/unstrip.c:1352 +#: src/unstrip.c:1354 #, c-format msgid "cannot update section header string table data: %s" msgstr "" "no se pueden actualizar datos de tabla de cadenas de encabezamiento de " "sección: %s" -#: src/unstrip.c:1381 src/unstrip.c:1385 +#: src/unstrip.c:1383 src/unstrip.c:1387 #, c-format msgid "cannot get section header string table section index: %s" msgstr "" "no se puede obtener Ãndice de sección de tabla de cadenas de encabezamiento " "de sección: %s" -#: src/unstrip.c:1389 src/unstrip.c:1393 src/unstrip.c:1644 +#: src/unstrip.c:1391 src/unstrip.c:1395 src/unstrip.c:1646 #, c-format msgid "cannot get section count: %s" msgstr "No se puede obtener cuenta de sección: %s" -#: src/unstrip.c:1396 +#: src/unstrip.c:1398 #, c-format msgid "more sections in stripped file than debug file -- arguments reversed?" msgstr "" "más secciones en el archivo despojado que en el archivo de depuración -- " "¿argumentos invertidos?" -#: src/unstrip.c:1400 +#: src/unstrip.c:1402 #, c-format msgid "no sections in stripped file" msgstr "" -#: src/unstrip.c:1471 src/unstrip.c:1564 +#: src/unstrip.c:1473 src/unstrip.c:1566 #, c-format msgid "cannot read section header string table: %s" msgstr "no se puede obtener tabla de cadenas de encabezamiento de sección: %s" -#: src/unstrip.c:1623 +#: src/unstrip.c:1625 #, c-format msgid "cannot add new section: %s" msgstr "No se puede añadir nueva sección: %s" -#: src/unstrip.c:1753 +#: src/unstrip.c:1755 #, fuzzy, c-format msgid "symbol [%zu] has invalid section index" msgstr "sÃmbolo [%Zu] tiene Ãndice de sección inválido" -#: src/unstrip.c:1785 +#: src/unstrip.c:1787 #, fuzzy, c-format msgid "group has invalid section index [%zd]" msgstr "sÃmbolo [%Zu] tiene Ãndice de sección inválido" -#: src/unstrip.c:2060 +#: src/unstrip.c:2062 #, c-format msgid "cannot read section data: %s" msgstr "no se puede leer la sección de datos: %s" -#: src/unstrip.c:2089 +#: src/unstrip.c:2091 #, c-format msgid "cannot update ELF header: %s" msgstr "No se puede actualizar encabezamiento ELF: %s" -#: src/unstrip.c:2113 +#: src/unstrip.c:2115 #, c-format msgid "cannot update program header: %s" msgstr "no se puede actualizar encabezamiento de programa: %s" -#: src/unstrip.c:2118 src/unstrip.c:2200 +#: src/unstrip.c:2120 src/unstrip.c:2202 #, c-format msgid "cannot write output file: %s" msgstr "no se puede escribir al archivo de salida: %s" -#: src/unstrip.c:2169 +#: src/unstrip.c:2171 #, c-format msgid "DWARF data not adjusted for prelinking bias; consider prelink -u" msgstr "" "datos DWARF no se ajustan para polarización de pre-enlace; considere prelink " "-u" -#: src/unstrip.c:2172 +#: src/unstrip.c:2174 #, c-format msgid "" "DWARF data in '%s' not adjusted for prelinking bias; consider prelink -u" @@ -6966,77 +6973,77 @@ msgstr "" "Datos DWARF en '%s' no se ajustan a polarización de pre-enlace; considere " "prelink -u" -#: src/unstrip.c:2191 src/unstrip.c:2242 src/unstrip.c:2254 src/unstrip.c:2340 +#: src/unstrip.c:2193 src/unstrip.c:2244 src/unstrip.c:2256 src/unstrip.c:2342 #, c-format msgid "cannot create ELF descriptor: %s" msgstr "no se puede crear un descriptor ELF: %s" -#: src/unstrip.c:2233 +#: src/unstrip.c:2235 msgid "WARNING: " msgstr "" -#: src/unstrip.c:2235 +#: src/unstrip.c:2237 msgid ", use --force" msgstr "" -#: src/unstrip.c:2258 +#: src/unstrip.c:2260 msgid "ELF header identification (e_ident) different" msgstr "" -#: src/unstrip.c:2261 +#: src/unstrip.c:2263 msgid "ELF header type (e_type) different" msgstr "" -#: src/unstrip.c:2264 +#: src/unstrip.c:2266 msgid "ELF header machine type (e_machine) different" msgstr "" -#: src/unstrip.c:2267 +#: src/unstrip.c:2269 msgid "stripped program header (e_phnum) smaller than unstripped" msgstr "" -#: src/unstrip.c:2297 +#: src/unstrip.c:2299 #, c-format msgid "cannot find stripped file for module '%s': %s" msgstr "no se puede hallar archivo obtenido para módulo '%s': %s " -#: src/unstrip.c:2301 +#: src/unstrip.c:2303 #, c-format msgid "cannot open stripped file '%s' for module '%s': %s" msgstr "No se puede abrir el archivo '%s' obtenido para módulo '%s': %s" -#: src/unstrip.c:2316 +#: src/unstrip.c:2318 #, c-format msgid "cannot find debug file for module '%s': %s" msgstr "no puede hallar archivo de depuración para módulo '%s': %su" -#: src/unstrip.c:2320 +#: src/unstrip.c:2322 #, c-format msgid "cannot open debug file '%s' for module '%s': %s" msgstr "No puede abrir archivo de depuración '%s' para módulo '%s': %s" -#: src/unstrip.c:2333 +#: src/unstrip.c:2335 #, c-format msgid "module '%s' file '%s' is not stripped" msgstr "No se obtuvo el archivo '%s' de módulo '%s' " -#: src/unstrip.c:2364 +#: src/unstrip.c:2366 #, c-format msgid "cannot cache section addresses for module '%s': %s" msgstr "" "No puede almacenar en cache direcciones de sección para módulo '%s': %s" -#: src/unstrip.c:2497 +#: src/unstrip.c:2498 #, c-format msgid "no matching modules found" msgstr "No se encontraron módulos coincidentes" -#: src/unstrip.c:2506 +#: src/unstrip.c:2507 #, c-format msgid "matched more than one module" msgstr "coincidió con más de un módulo" -#: src/unstrip.c:2550 +#: src/unstrip.c:2551 msgid "" "STRIPPED-FILE DEBUG-FILE\n" "[MODULE...]" @@ -7044,7 +7051,7 @@ msgstr "" "STRIPPED-FILE DEBUG-FILE\n" "[MODULE...]" -#: src/unstrip.c:2551 +#: src/unstrip.c:2552 #, fuzzy msgid "" "Combine stripped files with separate symbols and debug information.\n" @@ -7111,6 +7118,12 @@ msgid "Show instances of inlined functions" msgstr "" #, fuzzy +#~ msgid "" +#~ " [%6tx] base address\n" +#~ " " +#~ msgstr " [%6tx] (dirección base) %s\n" + +#, fuzzy #~ msgid "%s: error getting zero section: %s" #~ msgstr "%s: error al leer el fichero: %s" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ja\n" "Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n" -"POT-Creation-Date: 2020-06-11 15:50+0200\n" +"POT-Creation-Date: 2020-09-08 12:51+0200\n" "PO-Revision-Date: 2009-09-20 15:32+0900\n" "Last-Translator: Hyu_gabaru Ryu_ichi <hyu_gabaru@yahoo.co.jp>\n" "Language-Team: Japanese <jp@li.org>\n" @@ -51,17 +51,17 @@ msgstr "" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" #: lib/xmalloc.c:52 lib/xmalloc.c:65 lib/xmalloc.c:77 src/readelf.c:3449 -#: src/readelf.c:11403 src/unstrip.c:2393 src/unstrip.c:2599 +#: src/readelf.c:11424 src/unstrip.c:2395 src/unstrip.c:2600 #, c-format msgid "memory exhausted" msgstr "メモリー消費済ã¿" -#: libasm/asm_error.c:65 libdw/dwarf_error.c:57 libdwfl/libdwflP.h:51 +#: libasm/asm_error.c:65 libdw/dwarf_error.c:57 libdwfl/libdwflP.h:54 #: libelf/elf_error.c:60 msgid "no error" msgstr "エラー無ã—" -#: libasm/asm_error.c:66 libdw/dwarf_error.c:67 libdwfl/libdwflP.h:53 +#: libasm/asm_error.c:66 libdw/dwarf_error.c:67 libdwfl/libdwflP.h:56 #: libelf/elf_error.c:91 msgid "out of memory" msgstr "メモリーä¸è¶³" @@ -98,7 +98,7 @@ msgstr "データã®å‡ºåŠ›ä¸ã«ã‚¨ãƒ©ãƒ¼" msgid "no backend support available" msgstr "ãƒãƒƒã‚¯ã‚¨ãƒ³ãƒ‰ã‚µãƒãƒ¼ãƒˆãŒåˆ©ç”¨ã§ãã¾ã›ã‚“" -#: libasm/asm_error.c:83 libdw/dwarf_error.c:58 libdwfl/libdwflP.h:52 +#: libasm/asm_error.c:83 libdw/dwarf_error.c:58 libdwfl/libdwflP.h:55 #: libelf/elf_error.c:63 msgid "unknown error" msgstr "䏿˜Žãªã‚¨ãƒ©ãƒ¼" @@ -214,7 +214,7 @@ msgstr "ä¸å½“㪠DWARF ãƒãƒ¼ã‚¸ãƒ§ãƒ³" msgid "invalid directory index" msgstr "ä¸å½“ãªãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªãƒ¼ç´¢å¼•" -#: libdw/dwarf_error.c:87 libdwfl/libdwflP.h:72 +#: libdw/dwarf_error.c:87 libdwfl/libdwflP.h:75 msgid "address out of range" msgstr "アドレスãŒç¯„囲外ã§ã™" @@ -245,7 +245,7 @@ msgstr "ä¸å½“ãªè¡Œç´¢å¼•" msgid "invalid address range index" msgstr "ä¸å½“ãªã‚¢ãƒ‰ãƒ¬ã‚¹ç¯„囲索引" -#: libdw/dwarf_error.c:94 libdwfl/libdwflP.h:73 +#: libdw/dwarf_error.c:94 libdwfl/libdwflP.h:76 msgid "no matching address range" msgstr "アドレス範囲ã«å¯¾å¿œã—ã¾ã›ã‚“" @@ -293,7 +293,7 @@ msgstr "䏿˜Žãªå‘½ä»¤ã‚³ãƒ¼ãƒ‰" msgid ".debug_addr section missing" msgstr ".debug_ranges セクションãŒã‚りã¾ã›ã‚“" -#: libdwfl/argp-std.c:50 src/stack.c:638 src/unstrip.c:2540 +#: libdwfl/argp-std.c:50 src/stack.c:643 src/unstrip.c:2541 msgid "Input selection options:" msgstr "é¸æŠžã‚ªãƒ—ã‚·ãƒ§ãƒ³ã‚’å…¥åŠ›ã—ã¦ãã ã•ã„:" @@ -325,7 +325,7 @@ msgstr "実行ä¸ã®ã‚«ãƒ¼ãƒãƒ«ã®ã‚¢ãƒ‰ãƒ¬ã‚¹ã‚’探ã™" msgid "Kernel with all modules" msgstr "å…¨ã¦ã®ãƒ¢ã‚¸ãƒ¥ãƒ¼ãƒ«ä»˜ãã®ã‚«ãƒ¼ãƒãƒ«" -#: libdwfl/argp-std.c:63 src/stack.c:645 +#: libdwfl/argp-std.c:63 src/stack.c:650 msgid "Search path for separate debuginfo files" msgstr "分離ã—㟠debuginfo ファイルã¹ãパスを探ã™" @@ -360,165 +360,165 @@ msgstr "メモリーä¸è¶³" msgid "No modules recognized in core file" msgstr "コアファイルã®ä¸ã«ãƒ¢ã‚¸ãƒ¥ãƒ¼ãƒ«ã‚’èªè˜ã§ãã¾ã›ã‚“" -#: libdwfl/libdwflP.h:54 +#: libdwfl/libdwflP.h:57 msgid "See errno" msgstr "" -#: libdwfl/libdwflP.h:55 +#: libdwfl/libdwflP.h:58 msgid "See elf_errno" msgstr "" -#: libdwfl/libdwflP.h:56 +#: libdwfl/libdwflP.h:59 msgid "See dwarf_errno" msgstr "" -#: libdwfl/libdwflP.h:57 +#: libdwfl/libdwflP.h:60 msgid "See ebl_errno (XXX missing)" msgstr "" -#: libdwfl/libdwflP.h:58 +#: libdwfl/libdwflP.h:61 msgid "gzip decompression failed" msgstr "" -#: libdwfl/libdwflP.h:59 +#: libdwfl/libdwflP.h:62 msgid "bzip2 decompression failed" msgstr "" -#: libdwfl/libdwflP.h:60 +#: libdwfl/libdwflP.h:63 msgid "LZMA decompression failed" msgstr "" -#: libdwfl/libdwflP.h:61 +#: libdwfl/libdwflP.h:64 msgid "no support library found for machine" msgstr "" -#: libdwfl/libdwflP.h:62 +#: libdwfl/libdwflP.h:65 msgid "Callbacks missing for ET_REL file" msgstr "" -#: libdwfl/libdwflP.h:63 +#: libdwfl/libdwflP.h:66 msgid "Unsupported relocation type" msgstr "" -#: libdwfl/libdwflP.h:64 +#: libdwfl/libdwflP.h:67 msgid "r_offset is bogus" msgstr "" -#: libdwfl/libdwflP.h:65 libelf/elf_error.c:115 libelf/elf_error.c:175 +#: libdwfl/libdwflP.h:68 libelf/elf_error.c:115 libelf/elf_error.c:175 msgid "offset out of range" msgstr "オフセットãŒç¯„囲を越ãˆã¦ã„ã‚‹" -#: libdwfl/libdwflP.h:66 +#: libdwfl/libdwflP.h:69 #, fuzzy msgid "relocation refers to undefined symbol" msgstr "定義ã•れãŸã‚·ãƒ³ãƒœãƒ«ã®å°åˆ·ã‚µã‚¤ã‚º" -#: libdwfl/libdwflP.h:67 +#: libdwfl/libdwflP.h:70 msgid "Callback returned failure" msgstr "" -#: libdwfl/libdwflP.h:68 +#: libdwfl/libdwflP.h:71 #, fuzzy msgid "No DWARF information found" msgstr "DWARF æƒ…å ±ãŒã‚りã¾ã›ã‚“" -#: libdwfl/libdwflP.h:69 +#: libdwfl/libdwflP.h:72 msgid "No symbol table found" msgstr "" -#: libdwfl/libdwflP.h:70 +#: libdwfl/libdwflP.h:73 #, fuzzy msgid "No ELF program headers" msgstr "プãƒã‚°ãƒ©ãƒ ヘッダーを得られã¾ã›ã‚“: %s" -#: libdwfl/libdwflP.h:71 +#: libdwfl/libdwflP.h:74 msgid "address range overlaps an existing module" msgstr "" -#: libdwfl/libdwflP.h:74 +#: libdwfl/libdwflP.h:77 msgid "image truncated" msgstr "" -#: libdwfl/libdwflP.h:75 +#: libdwfl/libdwflP.h:78 #, fuzzy msgid "ELF file opened" msgstr "ファイルã®ã‚ªãƒ¼ãƒ—ンを追跡ã—ã¾ã™ã€‚" -#: libdwfl/libdwflP.h:76 +#: libdwfl/libdwflP.h:79 #, fuzzy msgid "not a valid ELF file" msgstr "ä¸å½“㪠ELF ファイル" -#: libdwfl/libdwflP.h:77 +#: libdwfl/libdwflP.h:80 #, fuzzy msgid "cannot handle DWARF type description" msgstr "Elf 記述åを生æˆã§ãã¾ã›ã‚“: %s" -#: libdwfl/libdwflP.h:78 +#: libdwfl/libdwflP.h:81 msgid "ELF file does not match build ID" msgstr "" -#: libdwfl/libdwflP.h:79 +#: libdwfl/libdwflP.h:82 #, fuzzy msgid "corrupt .gnu.prelink_undo section data" msgstr "ラインデータセクションデータを得られã¾ã›ã‚“: %s" -#: libdwfl/libdwflP.h:80 +#: libdwfl/libdwflP.h:83 msgid "Internal error due to ebl" msgstr "" -#: libdwfl/libdwflP.h:81 +#: libdwfl/libdwflP.h:84 msgid "Missing data in core file" msgstr "" -#: libdwfl/libdwflP.h:82 +#: libdwfl/libdwflP.h:85 #, fuzzy msgid "Invalid register" msgstr "ä¸å½“ãªãƒ‘ラメーター" -#: libdwfl/libdwflP.h:83 +#: libdwfl/libdwflP.h:86 msgid "Error reading process memory" msgstr "" -#: libdwfl/libdwflP.h:84 +#: libdwfl/libdwflP.h:87 msgid "Couldn't find architecture of any ELF" msgstr "" -#: libdwfl/libdwflP.h:85 +#: libdwfl/libdwflP.h:88 msgid "Error parsing /proc filesystem" msgstr "" -#: libdwfl/libdwflP.h:86 +#: libdwfl/libdwflP.h:89 #, fuzzy msgid "Invalid DWARF" msgstr "ä¸å½“㪠DWARF" -#: libdwfl/libdwflP.h:87 +#: libdwfl/libdwflP.h:90 msgid "Unsupported DWARF" msgstr "" -#: libdwfl/libdwflP.h:88 +#: libdwfl/libdwflP.h:91 msgid "Unable to find more threads" msgstr "" -#: libdwfl/libdwflP.h:89 +#: libdwfl/libdwflP.h:92 msgid "Dwfl already has attached state" msgstr "" -#: libdwfl/libdwflP.h:90 +#: libdwfl/libdwflP.h:93 msgid "Dwfl has no attached state" msgstr "" -#: libdwfl/libdwflP.h:91 +#: libdwfl/libdwflP.h:94 msgid "Unwinding not supported for this architecture" msgstr "" -#: libdwfl/libdwflP.h:92 +#: libdwfl/libdwflP.h:95 #, fuzzy msgid "Invalid argument" msgstr "ä¸å½“ãªãƒ‘ラメーター" -#: libdwfl/libdwflP.h:93 +#: libdwfl/libdwflP.h:96 #, fuzzy msgid "Not an ET_CORE ELF file" msgstr "ä¸å½“㪠ELF ファイル" @@ -590,7 +590,7 @@ msgstr " ビルト ID: " msgid " Linker version: %.*s\n" msgstr "" -#: libebl/eblobjnote.c:571 +#: libebl/eblobjnote.c:638 #, c-format msgid " OS: %s, ABI: " msgstr " OS: %sã€ABI: " @@ -624,7 +624,7 @@ msgstr "ソース演算åã®å¤§ãã•ãŒç„¡åй" msgid "invalid size of destination operand" msgstr "宛先演算åã®å¤§ãã•ãŒç„¡åй" -#: libelf/elf_error.c:87 src/readelf.c:6166 +#: libelf/elf_error.c:87 src/readelf.c:6172 #, c-format msgid "invalid encoding" msgstr "無効ãªã‚¨ãƒ³ã‚³ãƒ¼ãƒ‰" @@ -711,8 +711,8 @@ msgstr "データ/scnãŒä¸æ•´åˆã§ã™" msgid "invalid section header" msgstr "ä¸å½“ãªã‚»ã‚¯ã‚·ãƒ§ãƒ³ãƒ˜ãƒƒãƒ€ãƒ¼" -#: libelf/elf_error.c:191 src/readelf.c:9914 src/readelf.c:10514 -#: src/readelf.c:10615 src/readelf.c:10797 +#: libelf/elf_error.c:191 src/readelf.c:9935 src/readelf.c:10535 +#: src/readelf.c:10636 src/readelf.c:10818 #, c-format msgid "invalid data" msgstr "ä¸å½“ãªãƒ‡ãƒ¼ã‚¿" @@ -1046,12 +1046,12 @@ msgstr "アーカイブ㫠stat ã§ãã¾ã›ã‚“: '%s'" msgid "no entry %s in archive\n" msgstr "アーカイブã«é …ç›® %s ãŒã‚りã¾ã›ã‚“\n" -#: src/ar.c:472 src/ar.c:923 src/ar.c:1127 +#: src/ar.c:472 src/ar.c:927 src/ar.c:1134 #, c-format msgid "cannot create hash table" msgstr "ãƒãƒƒã‚·ãƒ¥ãƒ†ãƒ¼ãƒ–ルを生æˆã§ãã¾ã›ã‚“" -#: src/ar.c:479 src/ar.c:930 src/ar.c:1136 +#: src/ar.c:479 src/ar.c:934 src/ar.c:1143 #, c-format msgid "cannot insert into hash table" msgstr "ãƒãƒƒã‚·ãƒ¥ã«æŒ¿å…¥ã§ãã¾ã›ã‚“" @@ -1091,67 +1091,67 @@ msgstr "%s ã®æ›´æ–°æ™‚間を変更ã§ãã¾ã›ã‚“" msgid "cannot rename temporary file to %.*s" msgstr "一時ファイルを %.*s ã«åå‰å¤‰æ›´ã§ãã¾ã›ã‚“" -#: src/ar.c:764 src/ar.c:1015 src/ar.c:1416 src/ranlib.c:222 +#: src/ar.c:764 src/ar.c:1019 src/ar.c:1423 src/ranlib.c:222 #, c-format msgid "cannot create new file" msgstr "æ–°ã—ã„ファイルを生æˆã§ãã¾ã›ã‚“" -#: src/ar.c:1218 +#: src/ar.c:1225 #, c-format msgid "position member %s not found" msgstr "ä½ç½®ãƒ¡ãƒ³ãƒãƒ¼ %s ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“" -#: src/ar.c:1228 +#: src/ar.c:1235 #, c-format msgid "%s: no entry %s in archive!\n" msgstr "%s: é …ç›® %s ãŒã‚¢ãƒ¼ã‚«ã‚¤ãƒ–ã«ã‚りã¾ã›ã‚“!\n" -#: src/ar.c:1257 src/objdump.c:241 +#: src/ar.c:1264 src/objdump.c:241 #, c-format msgid "cannot open %s" msgstr "%s ã‚’é–‹ã‘ã¾ã›ã‚“" -#: src/ar.c:1262 +#: src/ar.c:1269 #, c-format msgid "cannot stat %s" msgstr "%s ã‚’ stat ã§ãã¾ã›ã‚“" -#: src/ar.c:1268 +#: src/ar.c:1275 #, c-format msgid "%s is no regular file" msgstr "%s ã¯ä¸€èˆ¬ãƒ•ァイルã§ã¯ã‚りã¾ã›ã‚“" -#: src/ar.c:1281 +#: src/ar.c:1288 #, c-format msgid "cannot get ELF descriptor for %s: %s\n" msgstr "%s ã® ELF 記述åを得られã¾ã›ã‚“: %s\n" -#: src/ar.c:1301 +#: src/ar.c:1308 #, c-format msgid "cannot read %s: %s" msgstr "%s ã‚’èªã¿ã¾ã›ã‚“: %s" -#: src/ar.c:1476 +#: src/ar.c:1483 #, fuzzy, c-format msgid "cannot represent ar_date" msgstr "セクションデータを割り当ã¦ã‚‰ã‚Œã¾ã›ã‚“: %s" -#: src/ar.c:1482 +#: src/ar.c:1489 #, fuzzy, c-format msgid "cannot represent ar_uid" msgstr "セクションデータを割り当ã¦ã‚‰ã‚Œã¾ã›ã‚“: %s" -#: src/ar.c:1488 +#: src/ar.c:1495 #, fuzzy, c-format msgid "cannot represent ar_gid" msgstr "セクションデータを割り当ã¦ã‚‰ã‚Œã¾ã›ã‚“: %s" -#: src/ar.c:1494 +#: src/ar.c:1501 #, fuzzy, c-format msgid "cannot represent ar_mode" msgstr "セクションを得られã¾ã›ã‚“: %s" -#: src/ar.c:1500 +#: src/ar.c:1507 #, fuzzy, c-format msgid "cannot represent ar_size" msgstr "%s ã‚’é–‹ã‘ã¾ã›ã‚“" @@ -1374,7 +1374,7 @@ msgstr "" #: src/elfcmp.c:734 src/findtextrel.c:205 src/nm.c:364 src/ranlib.c:141 #: src/size.c:272 src/strings.c:185 src/strip.c:984 src/strip.c:1021 -#: src/unstrip.c:2189 src/unstrip.c:2218 +#: src/unstrip.c:2191 src/unstrip.c:2220 #, c-format msgid "cannot open '%s'" msgstr "'%s' ã‚’é–‹ã‘ã¾ã›ã‚“" @@ -1679,7 +1679,7 @@ msgstr "" #: src/elflint.c:610 src/elflint.c:1498 src/elflint.c:1549 src/elflint.c:1655 #: src/elflint.c:1991 src/elflint.c:2317 src/elflint.c:2936 src/elflint.c:3099 -#: src/elflint.c:3247 src/elflint.c:3437 src/elflint.c:4440 +#: src/elflint.c:3247 src/elflint.c:3437 src/elflint.c:4441 #, c-format msgid "section [%2d] '%s': cannot get section data\n" msgstr "セクション [%2d] '%s': セクションデータを得られã¾ã›ã‚“\n" @@ -2816,501 +2816,501 @@ msgid "" "section [%2d] '%s': offset %zu: extra bytes after last attribute section\n" msgstr "" -#: src/elflint.c:3699 +#: src/elflint.c:3700 #, c-format msgid "cannot get section header of zeroth section\n" msgstr "" -#: src/elflint.c:3703 +#: src/elflint.c:3704 #, c-format msgid "zeroth section has nonzero name\n" msgstr "" -#: src/elflint.c:3705 +#: src/elflint.c:3706 #, c-format msgid "zeroth section has nonzero type\n" msgstr "" -#: src/elflint.c:3707 +#: src/elflint.c:3708 #, c-format msgid "zeroth section has nonzero flags\n" msgstr "" -#: src/elflint.c:3709 +#: src/elflint.c:3710 #, c-format msgid "zeroth section has nonzero address\n" msgstr "" -#: src/elflint.c:3711 +#: src/elflint.c:3712 #, c-format msgid "zeroth section has nonzero offset\n" msgstr "" -#: src/elflint.c:3713 +#: src/elflint.c:3714 #, c-format msgid "zeroth section has nonzero align value\n" msgstr "" -#: src/elflint.c:3715 +#: src/elflint.c:3716 #, c-format msgid "zeroth section has nonzero entry size value\n" msgstr "" -#: src/elflint.c:3718 +#: src/elflint.c:3719 #, c-format msgid "" "zeroth section has nonzero size value while ELF header has nonzero shnum " "value\n" msgstr "" -#: src/elflint.c:3722 +#: src/elflint.c:3723 #, c-format msgid "" "zeroth section has nonzero link value while ELF header does not signal " "overflow in shstrndx\n" msgstr "" -#: src/elflint.c:3726 +#: src/elflint.c:3727 #, c-format msgid "" "zeroth section has nonzero link value while ELF header does not signal " "overflow in phnum\n" msgstr "" -#: src/elflint.c:3744 +#: src/elflint.c:3745 #, c-format msgid "cannot get section header for section [%2zu] '%s': %s\n" msgstr "" -#: src/elflint.c:3753 +#: src/elflint.c:3754 #, c-format msgid "section [%2zu]: invalid name\n" msgstr "" -#: src/elflint.c:3780 +#: src/elflint.c:3781 #, c-format msgid "section [%2d] '%s' has wrong type: expected %s, is %s\n" msgstr "" -#: src/elflint.c:3798 +#: src/elflint.c:3799 #, c-format msgid "section [%2zu] '%s' has wrong flags: expected %s, is %s\n" msgstr "" -#: src/elflint.c:3816 +#: src/elflint.c:3817 #, c-format msgid "" "section [%2zu] '%s' has wrong flags: expected %s and possibly %s, is %s\n" msgstr "" -#: src/elflint.c:3834 +#: src/elflint.c:3835 #, c-format msgid "section [%2zu] '%s' present in object file\n" msgstr "" -#: src/elflint.c:3840 src/elflint.c:3872 +#: src/elflint.c:3841 src/elflint.c:3873 #, c-format msgid "" "section [%2zu] '%s' has SHF_ALLOC flag set but there is no loadable segment\n" msgstr "" -#: src/elflint.c:3845 src/elflint.c:3877 +#: src/elflint.c:3846 src/elflint.c:3878 #, c-format msgid "" "section [%2zu] '%s' has SHF_ALLOC flag not set but there are loadable " "segments\n" msgstr "" -#: src/elflint.c:3853 +#: src/elflint.c:3854 #, c-format msgid "" "section [%2zu] '%s' is extension section index table in non-object file\n" msgstr "" -#: src/elflint.c:3896 +#: src/elflint.c:3897 #, c-format msgid "section [%2zu] '%s': size not multiple of entry size\n" msgstr "" -#: src/elflint.c:3901 +#: src/elflint.c:3902 #, c-format msgid "cannot get section header\n" msgstr "" -#: src/elflint.c:3911 +#: src/elflint.c:3912 #, c-format msgid "section [%2zu] '%s' has unsupported type %d\n" msgstr "" -#: src/elflint.c:3931 +#: src/elflint.c:3932 #, c-format msgid "" "section [%2zu] '%s' contains invalid processor-specific flag(s) %#<PRIx64>\n" msgstr "" -#: src/elflint.c:3938 +#: src/elflint.c:3939 #, c-format msgid "section [%2zu] '%s' contains unknown flag(s) %#<PRIx64>\n" msgstr "" -#: src/elflint.c:3946 +#: src/elflint.c:3947 #, c-format msgid "section [%2zu] '%s': thread-local data sections address not zero\n" msgstr "" -#: src/elflint.c:3956 +#: src/elflint.c:3957 #, fuzzy, c-format msgid "section [%2zu] '%s': allocated section cannot be compressed\n" msgstr "セクション [%2d] '%s': セクションデータを得られã¾ã›ã‚“\n" -#: src/elflint.c:3961 +#: src/elflint.c:3962 #, fuzzy, c-format msgid "section [%2zu] '%s': nobits section cannot be compressed\n" msgstr "セクション [%2d] '%s': セクションデータを得られã¾ã›ã‚“\n" -#: src/elflint.c:3967 +#: src/elflint.c:3968 #, c-format msgid "" "section [%2zu] '%s': compressed section with no compression header: %s\n" msgstr "" -#: src/elflint.c:3973 +#: src/elflint.c:3974 #, c-format msgid "section [%2zu] '%s': invalid section reference in link value\n" msgstr "" -#: src/elflint.c:3978 +#: src/elflint.c:3979 #, c-format msgid "section [%2zu] '%s': invalid section reference in info value\n" msgstr "" -#: src/elflint.c:3985 +#: src/elflint.c:3986 #, c-format msgid "section [%2zu] '%s': strings flag set without merge flag\n" msgstr "" -#: src/elflint.c:3990 +#: src/elflint.c:3991 #, c-format msgid "section [%2zu] '%s': merge flag set but entry size is zero\n" msgstr "" -#: src/elflint.c:4009 +#: src/elflint.c:4010 #, c-format msgid "section [%2zu] '%s' has unexpected type %d for an executable section\n" msgstr "" -#: src/elflint.c:4018 +#: src/elflint.c:4019 #, c-format msgid "section [%2zu] '%s' must be of type NOBITS in debuginfo files\n" msgstr "" -#: src/elflint.c:4025 +#: src/elflint.c:4026 #, c-format msgid "section [%2zu] '%s' is both executable and writable\n" msgstr "" -#: src/elflint.c:4056 +#: src/elflint.c:4057 #, c-format msgid "" "section [%2zu] '%s' not fully contained in segment of program header entry " "%d\n" msgstr "" -#: src/elflint.c:4066 +#: src/elflint.c:4067 #, c-format msgid "" "section [%2zu] '%s' has type NOBITS but is read from the file in segment of " "program header entry %d\n" msgstr "" -#: src/elflint.c:4092 +#: src/elflint.c:4093 #, c-format msgid "" "section [%2zu] '%s' has type NOBITS but is read from the file in segment of " "program header entry %d and file contents is non-zero\n" msgstr "" -#: src/elflint.c:4103 +#: src/elflint.c:4104 #, c-format msgid "" "section [%2zu] '%s' has not type NOBITS but is not read from the file in " "segment of program header entry %d\n" msgstr "" -#: src/elflint.c:4114 +#: src/elflint.c:4115 #, c-format msgid "section [%2zu] '%s' is executable in nonexecutable segment %d\n" msgstr "" -#: src/elflint.c:4124 +#: src/elflint.c:4125 #, c-format msgid "section [%2zu] '%s' is writable in unwritable segment %d\n" msgstr "" -#: src/elflint.c:4134 +#: src/elflint.c:4135 #, c-format msgid "" "section [%2zu] '%s': alloc flag set but section not in any loaded segment\n" msgstr "" -#: src/elflint.c:4140 +#: src/elflint.c:4141 #, c-format msgid "" "section [%2zu] '%s': ELF header says this is the section header string table " "but type is not SHT_TYPE\n" msgstr "" -#: src/elflint.c:4148 +#: src/elflint.c:4149 #, c-format msgid "" "section [%2zu] '%s': relocatable files cannot have dynamic symbol tables\n" msgstr "" -#: src/elflint.c:4199 +#: src/elflint.c:4200 #, c-format msgid "more than one version symbol table present\n" msgstr "" -#: src/elflint.c:4222 +#: src/elflint.c:4223 #, c-format msgid "INTERP program header entry but no .interp section\n" msgstr "" -#: src/elflint.c:4233 +#: src/elflint.c:4234 #, c-format msgid "" "loadable segment [%u] is executable but contains no executable sections\n" msgstr "" -#: src/elflint.c:4239 +#: src/elflint.c:4240 #, c-format msgid "loadable segment [%u] is writable but contains no writable sections\n" msgstr "" -#: src/elflint.c:4250 +#: src/elflint.c:4251 #, c-format msgid "" "no .gnu.versym section present but .gnu.versym_d or .gnu.versym_r section " "exist\n" msgstr "" -#: src/elflint.c:4263 +#: src/elflint.c:4264 #, c-format msgid "duplicate version index %d\n" msgstr "" -#: src/elflint.c:4277 +#: src/elflint.c:4278 #, c-format msgid ".gnu.versym section present without .gnu.versym_d or .gnu.versym_r\n" msgstr "" -#: src/elflint.c:4326 +#: src/elflint.c:4327 #, c-format msgid "phdr[%d]: unknown core file note type %<PRIu32> at offset %<PRIu64>\n" msgstr "" -#: src/elflint.c:4330 +#: src/elflint.c:4331 #, c-format msgid "" "section [%2d] '%s': unknown core file note type %<PRIu32> at offset %zu\n" msgstr "" -#: src/elflint.c:4379 +#: src/elflint.c:4380 #, c-format msgid "" "phdr[%d]: unknown object file note type %<PRIu32> with owner name '%s' at " "offset %zu\n" msgstr "" -#: src/elflint.c:4384 +#: src/elflint.c:4385 #, c-format msgid "" "section [%2d] '%s': unknown object file note type %<PRIu32> with owner name " "'%s' at offset %zu\n" msgstr "" -#: src/elflint.c:4403 +#: src/elflint.c:4404 #, c-format msgid "phdr[%d]: no note entries defined for the type of file\n" msgstr "" -#: src/elflint.c:4423 +#: src/elflint.c:4424 #, c-format msgid "phdr[%d]: cannot get content of note section: %s\n" msgstr "" -#: src/elflint.c:4426 +#: src/elflint.c:4427 #, c-format msgid "phdr[%d]: extra %<PRIu64> bytes after last note\n" msgstr "" -#: src/elflint.c:4447 +#: src/elflint.c:4448 #, c-format msgid "section [%2d] '%s': no note entries defined for the type of file\n" msgstr "" -#: src/elflint.c:4454 +#: src/elflint.c:4455 #, c-format msgid "section [%2d] '%s': cannot get content of note section\n" msgstr "" -#: src/elflint.c:4457 +#: src/elflint.c:4458 #, c-format msgid "section [%2d] '%s': extra %<PRIu64> bytes after last note\n" msgstr "" -#: src/elflint.c:4475 +#: src/elflint.c:4476 #, c-format msgid "" "only executables, shared objects, and core files can have program headers\n" msgstr "" -#: src/elflint.c:4490 +#: src/elflint.c:4491 #, c-format msgid "cannot get program header entry %d: %s\n" msgstr "" -#: src/elflint.c:4500 +#: src/elflint.c:4501 #, c-format msgid "program header entry %d: unknown program header entry type %#<PRIx64>\n" msgstr "" -#: src/elflint.c:4511 +#: src/elflint.c:4512 #, c-format msgid "more than one INTERP entry in program header\n" msgstr "" -#: src/elflint.c:4519 +#: src/elflint.c:4520 #, c-format msgid "more than one TLS entry in program header\n" msgstr "" -#: src/elflint.c:4526 +#: src/elflint.c:4527 #, c-format msgid "static executable cannot have dynamic sections\n" msgstr "" -#: src/elflint.c:4540 +#: src/elflint.c:4541 #, c-format msgid "dynamic section reference in program header has wrong offset\n" msgstr "" -#: src/elflint.c:4543 +#: src/elflint.c:4544 #, c-format msgid "dynamic section size mismatch in program and section header\n" msgstr "" -#: src/elflint.c:4553 +#: src/elflint.c:4554 #, c-format msgid "more than one GNU_RELRO entry in program header\n" msgstr "" -#: src/elflint.c:4574 +#: src/elflint.c:4575 #, c-format msgid "loadable segment GNU_RELRO applies to is not writable\n" msgstr "" -#: src/elflint.c:4585 +#: src/elflint.c:4586 #, c-format msgid "loadable segment [%u] flags do not match GNU_RELRO [%u] flags\n" msgstr "" -#: src/elflint.c:4592 +#: src/elflint.c:4593 #, c-format msgid "" "GNU_RELRO [%u] flags are not a subset of the loadable segment [%u] flags\n" msgstr "" -#: src/elflint.c:4601 src/elflint.c:4624 +#: src/elflint.c:4602 src/elflint.c:4625 #, c-format msgid "%s segment not contained in a loaded segment\n" msgstr "" -#: src/elflint.c:4630 +#: src/elflint.c:4631 #, c-format msgid "program header offset in ELF header and PHDR entry do not match" msgstr "" -#: src/elflint.c:4657 +#: src/elflint.c:4658 #, c-format msgid "call frame search table reference in program header has wrong offset\n" msgstr "" -#: src/elflint.c:4660 +#: src/elflint.c:4661 #, c-format msgid "call frame search table size mismatch in program and section header\n" msgstr "" -#: src/elflint.c:4673 +#: src/elflint.c:4674 #, c-format msgid "PT_GNU_EH_FRAME present but no .eh_frame_hdr section\n" msgstr "" -#: src/elflint.c:4681 +#: src/elflint.c:4682 #, c-format msgid "call frame search table must be allocated\n" msgstr "" -#: src/elflint.c:4684 +#: src/elflint.c:4685 #, c-format msgid "section [%2zu] '%s' must be allocated\n" msgstr "" -#: src/elflint.c:4688 +#: src/elflint.c:4689 #, c-format msgid "call frame search table must not be writable\n" msgstr "" -#: src/elflint.c:4691 +#: src/elflint.c:4692 #, c-format msgid "section [%2zu] '%s' must not be writable\n" msgstr "" -#: src/elflint.c:4696 +#: src/elflint.c:4697 #, c-format msgid "call frame search table must not be executable\n" msgstr "" -#: src/elflint.c:4699 +#: src/elflint.c:4700 #, c-format msgid "section [%2zu] '%s' must not be executable\n" msgstr "" -#: src/elflint.c:4710 +#: src/elflint.c:4711 #, c-format msgid "program header entry %d: file size greater than memory size\n" msgstr "" -#: src/elflint.c:4717 +#: src/elflint.c:4718 #, c-format msgid "program header entry %d: alignment not a power of 2\n" msgstr "" -#: src/elflint.c:4720 +#: src/elflint.c:4721 #, c-format msgid "" "program header entry %d: file offset and virtual address not module of " "alignment\n" msgstr "" -#: src/elflint.c:4733 +#: src/elflint.c:4734 #, c-format msgid "" "executable/DSO with .eh_frame_hdr section does not have a PT_GNU_EH_FRAME " "program header entry" msgstr "" -#: src/elflint.c:4767 +#: src/elflint.c:4768 #, c-format msgid "cannot read ELF header: %s\n" msgstr "" -#: src/elflint.c:4779 +#: src/elflint.c:4780 #, fuzzy, c-format msgid "cannot create backend for ELF file\n" msgstr "æ–°ã—ã„ファイルを生æˆã§ãã¾ã›ã‚“" -#: src/elflint.c:4800 +#: src/elflint.c:4801 #, c-format msgid "text relocation flag set but not needed\n" msgstr "" @@ -3569,8 +3569,8 @@ msgstr "検索ツリーを生æˆã§ãã¾ã›ã‚“" #: src/readelf.c:1447 src/readelf.c:1598 src/readelf.c:1799 src/readelf.c:2005 #: src/readelf.c:2195 src/readelf.c:2373 src/readelf.c:2449 src/readelf.c:2707 #: src/readelf.c:2783 src/readelf.c:2870 src/readelf.c:3468 src/readelf.c:3518 -#: src/readelf.c:3581 src/readelf.c:11230 src/readelf.c:12420 -#: src/readelf.c:12631 src/readelf.c:12700 src/size.c:398 src/size.c:470 +#: src/readelf.c:3581 src/readelf.c:11251 src/readelf.c:12441 +#: src/readelf.c:12652 src/readelf.c:12721 src/size.c:398 src/size.c:470 #: src/strip.c:1038 #, c-format msgid "cannot get section header string table index" @@ -3893,11 +3893,11 @@ msgstr "セクション数を決定ã§ãã¾ã›ã‚“: %s" msgid "cannot get section: %s" msgstr "セクションを得られã¾ã›ã‚“: %s" -#: src/readelf.c:653 src/readelf.c:1270 src/readelf.c:1479 src/readelf.c:12651 -#: src/unstrip.c:395 src/unstrip.c:426 src/unstrip.c:485 src/unstrip.c:604 -#: src/unstrip.c:625 src/unstrip.c:665 src/unstrip.c:881 src/unstrip.c:1212 -#: src/unstrip.c:1339 src/unstrip.c:1363 src/unstrip.c:1419 src/unstrip.c:1483 -#: src/unstrip.c:1658 src/unstrip.c:1809 src/unstrip.c:1952 src/unstrip.c:2051 +#: src/readelf.c:653 src/readelf.c:1270 src/readelf.c:1479 src/readelf.c:12672 +#: src/unstrip.c:395 src/unstrip.c:426 src/unstrip.c:485 src/unstrip.c:606 +#: src/unstrip.c:627 src/unstrip.c:667 src/unstrip.c:883 src/unstrip.c:1214 +#: src/unstrip.c:1341 src/unstrip.c:1365 src/unstrip.c:1421 src/unstrip.c:1485 +#: src/unstrip.c:1660 src/unstrip.c:1811 src/unstrip.c:1954 src/unstrip.c:2053 #, c-format msgid "cannot get section header: %s" msgstr "セクションヘッダーを得られã¾ã›ã‚“: %s" @@ -3907,8 +3907,8 @@ msgstr "セクションヘッダーを得られã¾ã›ã‚“: %s" msgid "cannot get section name" msgstr "セクションを得られã¾ã›ã‚“: %s" -#: src/readelf.c:670 src/readelf.c:6576 src/readelf.c:10502 src/readelf.c:10604 -#: src/readelf.c:10782 +#: src/readelf.c:670 src/readelf.c:6585 src/readelf.c:10523 src/readelf.c:10625 +#: src/readelf.c:10803 #, c-format msgid "cannot get %s content: %s" msgstr "%s ã®å†…容を得られã¾ã›ã‚“: %s" @@ -4250,7 +4250,7 @@ msgstr "" " セクションã‹ã‚‰ã‚»ã‚°ãƒ¡ãƒ³ãƒˆã¸ã®ãƒžãƒƒãƒ“ング:\n" " セグメント セクション..." -#: src/readelf.c:1460 src/unstrip.c:2110 src/unstrip.c:2152 src/unstrip.c:2159 +#: src/readelf.c:1460 src/unstrip.c:2112 src/unstrip.c:2154 src/unstrip.c:2161 #, c-format msgid "cannot get program header: %s" msgstr "プãƒã‚°ãƒ©ãƒ ヘッダーを得られã¾ã›ã‚“: %s" @@ -4289,8 +4289,8 @@ msgstr "<ä¸å½“ãªã‚·ãƒ³ãƒœãƒ«>" msgid "<INVALID SECTION>" msgstr "<ä¸å½“ãªã‚»ã‚¯ã‚·ãƒ§ãƒ³>" -#: src/readelf.c:1656 src/readelf.c:2383 src/readelf.c:3484 src/readelf.c:12522 -#: src/readelf.c:12529 src/readelf.c:12573 src/readelf.c:12580 +#: src/readelf.c:1656 src/readelf.c:2383 src/readelf.c:3484 src/readelf.c:12543 +#: src/readelf.c:12550 src/readelf.c:12594 src/readelf.c:12601 msgid "Couldn't uncompress section" msgstr "" @@ -4776,9 +4776,9 @@ msgid " [%5u] offset: %<PRId64>, children: %s, tag: %s\n" msgstr " [%5u] オフセット: %<PRId64>ã€å: %sã€ã‚¿ã‚°: %s\n" #: src/readelf.c:5124 src/readelf.c:5433 src/readelf.c:5600 src/readelf.c:5985 -#: src/readelf.c:6586 src/readelf.c:8323 src/readelf.c:9009 src/readelf.c:9445 -#: src/readelf.c:9690 src/readelf.c:9856 src/readelf.c:10243 -#: src/readelf.c:10303 +#: src/readelf.c:6595 src/readelf.c:8332 src/readelf.c:9024 src/readelf.c:9460 +#: src/readelf.c:9711 src/readelf.c:9877 src/readelf.c:10264 +#: src/readelf.c:10324 #, c-format msgid "" "\n" @@ -4792,37 +4792,37 @@ msgstr "" msgid "cannot get .debug_addr section data: %s" msgstr "セクションデータを割り当ã¦ã‚‰ã‚Œã¾ã›ã‚“: %s" -#: src/readelf.c:5237 src/readelf.c:5261 src/readelf.c:5645 src/readelf.c:9054 +#: src/readelf.c:5237 src/readelf.c:5261 src/readelf.c:5645 src/readelf.c:9069 #, fuzzy, c-format msgid " Length: %8<PRIu64>\n" msgstr " (オフセット: %#<PRIx64>)" -#: src/readelf.c:5239 src/readelf.c:5276 src/readelf.c:5658 src/readelf.c:9067 +#: src/readelf.c:5239 src/readelf.c:5276 src/readelf.c:5658 src/readelf.c:9082 #, fuzzy, c-format msgid " DWARF version: %8<PRIu16>\n" msgstr " %s: %<PRId64>\n" -#: src/readelf.c:5240 src/readelf.c:5285 src/readelf.c:5667 src/readelf.c:9076 +#: src/readelf.c:5240 src/readelf.c:5285 src/readelf.c:5667 src/readelf.c:9091 #, fuzzy, c-format msgid " Address size: %8<PRIu64>\n" msgstr " (終了オフセット: %#<PRIx64>)" -#: src/readelf.c:5242 src/readelf.c:5295 src/readelf.c:5677 src/readelf.c:9086 +#: src/readelf.c:5242 src/readelf.c:5295 src/readelf.c:5677 src/readelf.c:9101 #, fuzzy, c-format msgid " Segment size: %8<PRIu64>\n" msgstr " ファイルを %<PRIu64> ã«è¨å®šã™ã‚‹\n" -#: src/readelf.c:5280 src/readelf.c:5662 src/readelf.c:9071 src/readelf.c:10435 +#: src/readelf.c:5280 src/readelf.c:5662 src/readelf.c:9086 src/readelf.c:10456 #, fuzzy, c-format msgid "Unknown version" msgstr "䏿˜Žãªãƒãƒ¼ã‚¸ãƒ§ãƒ³" -#: src/readelf.c:5290 src/readelf.c:5503 src/readelf.c:5672 src/readelf.c:9081 +#: src/readelf.c:5290 src/readelf.c:5503 src/readelf.c:5672 src/readelf.c:9096 #, fuzzy, c-format msgid "unsupported address size" msgstr "アドレス値ã§ã¯ã‚りã¾ã›ã‚“" -#: src/readelf.c:5301 src/readelf.c:5514 src/readelf.c:5682 src/readelf.c:9091 +#: src/readelf.c:5301 src/readelf.c:5514 src/readelf.c:5682 src/readelf.c:9106 #, c-format msgid "unsupported segment size" msgstr "" @@ -4857,7 +4857,7 @@ msgid "" msgstr "" " [%*zu] é–‹å§‹: %0#*<PRIx64>ã€é•·ã•: %5<PRIu64>ã€CU DIE オフセット: %6<PRId64>\n" -#: src/readelf.c:5446 src/readelf.c:8350 +#: src/readelf.c:5446 src/readelf.c:8359 #, fuzzy, c-format msgid "" "\n" @@ -4866,8 +4866,8 @@ msgstr "" "\n" "オフセット %Zu ã®ãƒ†ãƒ¼ãƒ–ル:\n" -#: src/readelf.c:5450 src/readelf.c:5626 src/readelf.c:6610 src/readelf.c:8361 -#: src/readelf.c:9035 +#: src/readelf.c:5450 src/readelf.c:5626 src/readelf.c:6619 src/readelf.c:8370 +#: src/readelf.c:9050 #, c-format msgid "invalid data in section [%zu] '%s'" msgstr "セクション [%zu] '%s' ã®ä¸å½“ãªãƒ‡ãƒ¼ã‚¿" @@ -4916,39 +4916,39 @@ msgstr "" msgid "cannot get .debug_rnglists content: %s" msgstr ".degub_ranges ã®å†…容を得られã¾ã›ã‚“: %s" -#: src/readelf.c:5632 src/readelf.c:9041 +#: src/readelf.c:5632 src/readelf.c:9056 #, fuzzy, c-format msgid "" "Table at Offset 0x%<PRIx64>:\n" "\n" msgstr " (終了オフセット: %#<PRIx64>)" -#: src/readelf.c:5687 src/readelf.c:9096 +#: src/readelf.c:5687 src/readelf.c:9111 #, fuzzy, c-format msgid " Offset entries: %8<PRIu64>\n" msgstr " (オフセット: %#<PRIx64>)" -#: src/readelf.c:5703 src/readelf.c:9112 +#: src/readelf.c:5703 src/readelf.c:9127 #, c-format msgid " Unknown CU base: " msgstr "" -#: src/readelf.c:5705 src/readelf.c:9114 +#: src/readelf.c:5705 src/readelf.c:9129 #, c-format msgid " CU [%6<PRIx64>] base: " msgstr "" -#: src/readelf.c:5711 src/readelf.c:9120 +#: src/readelf.c:5711 src/readelf.c:9135 #, c-format msgid " Not associated with a CU.\n" msgstr "" -#: src/readelf.c:5722 src/readelf.c:9131 +#: src/readelf.c:5722 src/readelf.c:9146 #, c-format msgid "too many offset entries for unit length" msgstr "" -#: src/readelf.c:5726 src/readelf.c:9135 +#: src/readelf.c:5726 src/readelf.c:9150 #, fuzzy, c-format msgid " Offsets starting at 0x%<PRIx64>:\n" msgstr " 所有者 大ãã•\n" @@ -4958,7 +4958,7 @@ msgstr " 所有者 大ãã•\n" msgid "invalid range list data" msgstr "ä¸å½“ãªãƒ‡ãƒ¼ã‚¿" -#: src/readelf.c:5963 src/readelf.c:9423 +#: src/readelf.c:5963 src/readelf.c:9438 #, c-format msgid "" " %zu padding bytes\n" @@ -4970,50 +4970,48 @@ msgstr "" msgid "cannot get .debug_ranges content: %s" msgstr ".degub_ranges ã®å†…容を得られã¾ã›ã‚“: %s" -#: src/readelf.c:6016 src/readelf.c:9478 +#: src/readelf.c:6016 src/readelf.c:9493 #, c-format msgid "" "\n" " Unknown CU base: " msgstr "" -#: src/readelf.c:6018 src/readelf.c:9480 +#: src/readelf.c:6018 src/readelf.c:9495 #, c-format msgid "" "\n" " CU [%6<PRIx64>] base: " msgstr "" -#: src/readelf.c:6027 src/readelf.c:9506 src/readelf.c:9532 +#: src/readelf.c:6027 src/readelf.c:9521 src/readelf.c:9547 #, c-format msgid " [%6tx] <INVALID DATA>\n" msgstr " [%6tx] <ä¸å½“ãªãƒ‡ãƒ¼ã‚¿>\n" -#: src/readelf.c:6048 src/readelf.c:9612 -#, fuzzy, c-format -msgid "" -" [%6tx] base address\n" -" " -msgstr " [%6tx] ベースアドレス %s\n" +#: src/readelf.c:6052 src/readelf.c:9631 +#, fuzzy +msgid "base address" +msgstr "アドレスを %s ã«è¨å®šã™ã‚‹\n" -#: src/readelf.c:6056 src/readelf.c:9620 +#: src/readelf.c:6062 src/readelf.c:9641 #, fuzzy, c-format msgid " [%6tx] empty list\n" msgstr "" "\n" " [%6tx] ゼãƒçµ‚端\n" -#: src/readelf.c:6311 +#: src/readelf.c:6317 #, fuzzy msgid " <INVALID DATA>\n" msgstr " [%6tx] <ä¸å½“ãªãƒ‡ãƒ¼ã‚¿>\n" -#: src/readelf.c:6564 +#: src/readelf.c:6573 #, fuzzy, c-format msgid "cannot get ELF: %s" msgstr "次㮠DIE を得られã¾ã›ã‚“: %s" -#: src/readelf.c:6582 +#: src/readelf.c:6591 #, c-format msgid "" "\n" @@ -5022,7 +5020,7 @@ msgstr "" "\n" "オフセット %3$#<PRIx64> ã® ãƒ•ãƒ¬ãƒ¼ãƒ æƒ…å ±å‘¼å‡ºã—セクション [%1$2zu] '%2$s':\n" -#: src/readelf.c:6632 +#: src/readelf.c:6641 #, c-format msgid "" "\n" @@ -5031,65 +5029,65 @@ msgstr "" "\n" " [%6tx] ゼãƒçµ‚端\n" -#: src/readelf.c:6733 src/readelf.c:6887 +#: src/readelf.c:6742 src/readelf.c:6896 #, fuzzy, c-format msgid "invalid augmentation length" msgstr "ä¸å½“ãªæ‹¡å¤§ã‚¨ãƒ³ã‚³ãƒ¼ãƒ‰" -#: src/readelf.c:6748 +#: src/readelf.c:6757 msgid "FDE address encoding: " msgstr "FDE アドレスエンコード" -#: src/readelf.c:6754 +#: src/readelf.c:6763 msgid "LSDA pointer encoding: " msgstr "LSDA ãƒã‚¤ãƒ³ã‚¿ãƒ¼ã‚¨ãƒ³ã‚³ãƒ¼ãƒ‰:" -#: src/readelf.c:6864 +#: src/readelf.c:6873 #, c-format msgid " (offset: %#<PRIx64>)" msgstr " (オフセット: %#<PRIx64>)" -#: src/readelf.c:6871 +#: src/readelf.c:6880 #, c-format msgid " (end offset: %#<PRIx64>)" msgstr " (終了オフセット: %#<PRIx64>)" -#: src/readelf.c:6908 +#: src/readelf.c:6917 #, c-format msgid " %-26sLSDA pointer: %#<PRIx64>\n" msgstr " %-26sLSDA ãƒã‚¤ãƒ³ã‚¿ãƒ¼: %#<PRIx64>\n" -#: src/readelf.c:6993 +#: src/readelf.c:7002 #, fuzzy, c-format msgid "DIE [%<PRIx64>] cannot get attribute code: %s" msgstr "属性コードを得られã¾ã›ã‚“: %s" -#: src/readelf.c:7003 +#: src/readelf.c:7012 #, fuzzy, c-format msgid "DIE [%<PRIx64>] cannot get attribute form: %s" msgstr "属性様å¼ã‚’得られã¾ã›ã‚“: %s" -#: src/readelf.c:7025 +#: src/readelf.c:7034 #, fuzzy, c-format msgid "DIE [%<PRIx64>] cannot get attribute '%s' (%s) value: %s" msgstr "属性値を得られã¾ã›ã‚“: %s" -#: src/readelf.c:7355 +#: src/readelf.c:7364 #, fuzzy, c-format msgid "invalid file (%<PRId64>): %s" msgstr "ä¸å½“ãªãƒ•ァイル" -#: src/readelf.c:7359 +#: src/readelf.c:7368 #, fuzzy, c-format msgid "no srcfiles for CU [%<PRIx64>]" msgstr " ファイルを %<PRIu64> ã«è¨å®šã™ã‚‹\n" -#: src/readelf.c:7363 +#: src/readelf.c:7372 #, fuzzy, c-format msgid "couldn't get DWARF CU: %s" msgstr "次㮠DIE を得られã¾ã›ã‚“: %s" -#: src/readelf.c:7676 +#: src/readelf.c:7685 #, c-format msgid "" "\n" @@ -5100,12 +5098,12 @@ msgstr "" "オフセット %3$#<PRIx64> ã® DWARF セクション [%1$2zu] '%2$s':\n" " [オフセット]\n" -#: src/readelf.c:7726 +#: src/readelf.c:7735 #, fuzzy, c-format msgid "cannot get next unit: %s" msgstr "次㮠DIE を得られã¾ã›ã‚“: %s" -#: src/readelf.c:7745 +#: src/readelf.c:7754 #, fuzzy, c-format msgid "" " Type unit at offset %<PRIu64>:\n" @@ -5117,7 +5115,7 @@ msgstr "" " ãƒãƒ¼ã‚¸ãƒ§ãƒ³: %2$<PRIu16>ã€ç•¥èªžã‚»ã‚¯ã‚·ãƒ§ãƒ³ã‚ªãƒ•セット: %3$<PRIu64>ã€ã‚¢ãƒ‰ãƒ¬ã‚¹ã®å¤§" "ãã•: %4$<PRIu8>ã€ã‚ªãƒ•セットã®å¤§ãã•: %5$<PRIu8>\n" -#: src/readelf.c:7757 +#: src/readelf.c:7766 #, c-format msgid "" " Compilation unit at offset %<PRIu64>:\n" @@ -5128,39 +5126,39 @@ msgstr "" " ãƒãƒ¼ã‚¸ãƒ§ãƒ³: %2$<PRIu16>ã€ç•¥èªžã‚»ã‚¯ã‚·ãƒ§ãƒ³ã‚ªãƒ•セット: %3$<PRIu64>ã€ã‚¢ãƒ‰ãƒ¬ã‚¹ã®å¤§" "ãã•: %4$<PRIu8>ã€ã‚ªãƒ•セットã®å¤§ãã•: %5$<PRIu8>\n" -#: src/readelf.c:7767 src/readelf.c:7930 +#: src/readelf.c:7776 src/readelf.c:7939 #, c-format msgid " Unit type: %s (%<PRIu8>)" msgstr "" -#: src/readelf.c:7794 +#: src/readelf.c:7803 #, c-format msgid "unknown version (%d) or unit type (%d)" msgstr "" -#: src/readelf.c:7823 +#: src/readelf.c:7832 #, c-format msgid "cannot get DIE offset: %s" msgstr "DIE オフセットを得られã¾ã›ã‚“: %s" -#: src/readelf.c:7832 +#: src/readelf.c:7841 #, fuzzy, c-format msgid "cannot get tag of DIE at offset [%<PRIx64>] in section '%s': %s" msgstr "" "セクション '%2$s' ä¸ã®ã‚ªãƒ•セット %1$<PRIu64> ã® DIE ã®ã‚¿ã‚°ã‚’得られã¾ã›ã‚“: " "%3$s" -#: src/readelf.c:7870 +#: src/readelf.c:7879 #, c-format msgid "cannot get next DIE: %s\n" msgstr "次㮠DIE を得られã¾ã›ã‚“: %s\n" -#: src/readelf.c:7878 +#: src/readelf.c:7887 #, c-format msgid "cannot get next DIE: %s" msgstr "次㮠DIE を得られã¾ã›ã‚“: %s" -#: src/readelf.c:7922 +#: src/readelf.c:7931 #, fuzzy, c-format msgid "" " Split compilation unit at offset %<PRIu64>:\n" @@ -5171,7 +5169,7 @@ msgstr "" " ãƒãƒ¼ã‚¸ãƒ§ãƒ³: %2$<PRIu16>ã€ç•¥èªžã‚»ã‚¯ã‚·ãƒ§ãƒ³ã‚ªãƒ•セット: %3$<PRIu64>ã€ã‚¢ãƒ‰ãƒ¬ã‚¹ã®å¤§" "ãã•: %4$<PRIu8>ã€ã‚ªãƒ•セットã®å¤§ãã•: %5$<PRIu8>\n" -#: src/readelf.c:7974 +#: src/readelf.c:7983 #, fuzzy, c-format msgid "" "\n" @@ -5181,18 +5179,18 @@ msgstr "" "\n" "オフセット %3$#<PRIx64> ã® DWARF セクション [%1$2zu] '%2$s':\n" -#: src/readelf.c:8306 +#: src/readelf.c:8315 #, fuzzy, c-format msgid "unknown form: %s" msgstr "䏿˜Žãªæ§˜å¼ %<PRIx64>" -#: src/readelf.c:8337 +#: src/readelf.c:8346 #, c-format msgid "cannot get line data section data: %s" msgstr "ラインデータセクションデータを得られã¾ã›ã‚“: %s" #. Print what we got so far. -#: src/readelf.c:8439 +#: src/readelf.c:8448 #, fuzzy, c-format msgid "" "\n" @@ -5222,33 +5220,33 @@ msgstr "" "\n" "命令コード:\n" -#: src/readelf.c:8461 +#: src/readelf.c:8470 #, fuzzy, c-format msgid "cannot handle .debug_line version: %u\n" msgstr ".degub_ranges ã®å†…容を得られã¾ã›ã‚“: %s" -#: src/readelf.c:8469 +#: src/readelf.c:8478 #, fuzzy, c-format msgid "cannot handle address size: %u\n" msgstr "アドレス値ã§ã¯ã‚りã¾ã›ã‚“" -#: src/readelf.c:8477 +#: src/readelf.c:8486 #, fuzzy, c-format msgid "cannot handle segment selector size: %u\n" msgstr "セクションを得られã¾ã›ã‚“: %s" -#: src/readelf.c:8487 +#: src/readelf.c:8496 #, c-format msgid "invalid data at offset %tu in section [%zu] '%s'" msgstr "セクション [%2$zu] '%3$s' ä¸ã®ã‚ªãƒ•セット %1$tu ã«ä¸å½“ãªãƒ‡ãƒ¼ã‚¿" -#: src/readelf.c:8502 +#: src/readelf.c:8511 #, c-format msgid " [%*<PRIuFAST8>] %hhu argument\n" msgid_plural " [%*<PRIuFAST8>] %hhu arguments\n" msgstr[0] " [%*<PRIuFAST8>] %hhu パラメーター\n" -#: src/readelf.c:8513 +#: src/readelf.c:8522 msgid "" "\n" "Directory table:" @@ -5256,12 +5254,12 @@ msgstr "" "\n" "ディレクトリーテーブル:" -#: src/readelf.c:8519 src/readelf.c:8596 +#: src/readelf.c:8528 src/readelf.c:8605 #, fuzzy, c-format msgid " [" msgstr " %s: %s\n" -#: src/readelf.c:8590 +#: src/readelf.c:8599 #, fuzzy msgid "" "\n" @@ -5270,7 +5268,7 @@ msgstr "" "\n" " 呼出ã—サイトテーブル:" -#: src/readelf.c:8651 +#: src/readelf.c:8660 #, fuzzy msgid " Entry Dir Time Size Name" msgstr "" @@ -5278,7 +5276,16 @@ msgstr "" "ファイルåテーブル:\n" " Entry Dir 時刻 大ãã• åå‰" -#: src/readelf.c:8688 +#: src/readelf.c:8699 +#, fuzzy +msgid "" +"\n" +"No line number statements." +msgstr "" +"\n" +"行 ç•ªå· æ–‡:" + +#: src/readelf.c:8703 msgid "" "\n" "Line number statements:" @@ -5286,119 +5293,119 @@ msgstr "" "\n" "行 ç•ªå· æ–‡:" -#: src/readelf.c:8711 +#: src/readelf.c:8726 #, c-format msgid "invalid maximum operations per instruction is zero" msgstr "" -#: src/readelf.c:8745 +#: src/readelf.c:8760 #, fuzzy, c-format msgid " special opcode %u: address+%u = " msgstr " 特殊命令コード %u: アドレス+%u = %s, 行%+d = %zu\n" -#: src/readelf.c:8749 +#: src/readelf.c:8764 #, fuzzy, c-format msgid ", op_index = %u, line%+d = %zu\n" msgstr " 特殊命令コード %u: アドレス+%u = %s, 行%+d = %zu\n" -#: src/readelf.c:8752 +#: src/readelf.c:8767 #, c-format msgid ", line%+d = %zu\n" msgstr "" -#: src/readelf.c:8770 +#: src/readelf.c:8785 #, c-format msgid " extended opcode %u: " msgstr " 拡張命令コード %u: " -#: src/readelf.c:8775 +#: src/readelf.c:8790 #, fuzzy msgid " end of sequence" msgstr "列ã®çµ‚ã‚り" -#: src/readelf.c:8793 +#: src/readelf.c:8808 #, fuzzy, c-format msgid " set address to " msgstr "アドレスを %s ã«è¨å®šã™ã‚‹\n" -#: src/readelf.c:8821 +#: src/readelf.c:8836 #, fuzzy, c-format msgid " define new file: dir=%u, mtime=%<PRIu64>, length=%<PRIu64>, name=%s\n" msgstr "" "新ファイルを定義ã™ã‚‹: dir=%uã€mtime=%<PRIu64>ã€é•·ã•h=%<PRIu64>ã€åå‰=%s\n" -#: src/readelf.c:8835 +#: src/readelf.c:8850 #, fuzzy, c-format msgid " set discriminator to %u\n" msgstr "カラムを %<PRIu64> ã«è¨å®šã™ã‚‹\n" #. Unknown, ignore it. -#: src/readelf.c:8840 +#: src/readelf.c:8855 #, fuzzy msgid " unknown opcode" msgstr "䏿˜Žãªå‘½ä»¤ã‚³ãƒ¼ãƒ‰" #. Takes no argument. -#: src/readelf.c:8852 +#: src/readelf.c:8867 msgid " copy" msgstr "複写" -#: src/readelf.c:8863 +#: src/readelf.c:8878 #, fuzzy, c-format msgid " advance address by %u to " msgstr "アドレスを %u ã ã‘進ã‚㦠%s ã«ã™ã‚‹\n" -#: src/readelf.c:8867 src/readelf.c:8928 +#: src/readelf.c:8882 src/readelf.c:8943 #, c-format msgid ", op_index to %u" msgstr "" -#: src/readelf.c:8879 +#: src/readelf.c:8894 #, c-format msgid " advance line by constant %d to %<PRId64>\n" msgstr "行を定数 %d ã ã‘進ã‚㦠%<PRId64> ã«ã™ã‚‹\n" -#: src/readelf.c:8889 +#: src/readelf.c:8904 #, c-format msgid " set file to %<PRIu64>\n" msgstr " ファイルを %<PRIu64> ã«è¨å®šã™ã‚‹\n" -#: src/readelf.c:8900 +#: src/readelf.c:8915 #, c-format msgid " set column to %<PRIu64>\n" msgstr "カラムを %<PRIu64> ã«è¨å®šã™ã‚‹\n" -#: src/readelf.c:8907 +#: src/readelf.c:8922 #, c-format msgid " set '%s' to %<PRIuFAST8>\n" msgstr " '%s' ã‚’ %<PRIuFAST8> ã«è¨å®šã™ã‚‹\n" #. Takes no argument. -#: src/readelf.c:8913 +#: src/readelf.c:8928 msgid " set basic block flag" msgstr "基本ブãƒãƒƒã‚¯ãƒ•ラグをè¨å®šã™ã‚‹" -#: src/readelf.c:8924 +#: src/readelf.c:8939 #, fuzzy, c-format msgid " advance address by constant %u to " msgstr "アドレスを定数 %u ã ã‘æ¸ˆã‚㦠%s ã«ã™ã‚‹\n" -#: src/readelf.c:8944 +#: src/readelf.c:8959 #, fuzzy, c-format msgid " advance address by fixed value %u to \n" msgstr "アドレスを固定値 %u ã ã‘進ã‚㦠%s ã«ã™ã‚‹\n" #. Takes no argument. -#: src/readelf.c:8954 +#: src/readelf.c:8969 msgid " set prologue end flag" msgstr "プãƒãƒãƒ¼ã‚°çµ‚了フラグをè¨å®šã™ã‚‹" #. Takes no argument. -#: src/readelf.c:8959 +#: src/readelf.c:8974 msgid " set epilogue begin flag" msgstr "エピãƒãƒ¼ã‚°é–‹å§‹ãƒ•ラグをè¨å®šã™ã‚‹" -#: src/readelf.c:8969 +#: src/readelf.c:8984 #, fuzzy, c-format msgid " set isa to %u\n" msgstr " ファイルを %<PRIu64> ã«è¨å®šã™ã‚‹\n" @@ -5406,98 +5413,98 @@ msgstr " ファイルを %<PRIu64> ã«è¨å®šã™ã‚‹\n" #. This is a new opcode the generator but not we know about. #. Read the parameters associated with it but then discard #. everything. Read all the parameters for this opcode. -#: src/readelf.c:8978 +#: src/readelf.c:8993 #, c-format msgid " unknown opcode with %<PRIu8> parameter:" msgid_plural " unknown opcode with %<PRIu8> parameters:" msgstr[0] " %<PRIu8> 個ã®ãƒ‘ラメーターã®ã‚ã‚‹ä¸æ˜Žãªå‘½ä»¤ã‚³ãƒ¼ãƒ‰:" -#: src/readelf.c:9018 +#: src/readelf.c:9033 #, fuzzy, c-format msgid "cannot get .debug_loclists content: %s" msgstr ".debug_loc ã®å†…容を得られã¾ã›ã‚“: %s" -#: src/readelf.c:9187 +#: src/readelf.c:9202 #, fuzzy, c-format msgid "invalid loclists data" msgstr "ä¸å½“ãªãƒ‡ãƒ¼ã‚¿" -#: src/readelf.c:9440 +#: src/readelf.c:9455 #, c-format msgid "cannot get .debug_loc content: %s" msgstr ".debug_loc ã®å†…容を得られã¾ã›ã‚“: %s" -#: src/readelf.c:9647 src/readelf.c:10691 +#: src/readelf.c:9668 src/readelf.c:10712 #, fuzzy msgid " <INVALID DATA>\n" msgstr " [%6tx] <ä¸å½“ãªãƒ‡ãƒ¼ã‚¿>\n" -#: src/readelf.c:9702 src/readelf.c:9865 +#: src/readelf.c:9723 src/readelf.c:9886 #, c-format msgid "cannot get macro information section data: %s" msgstr "ãƒžã‚¯ãƒæƒ…å ±ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã®ãƒ‡ãƒ¼ã‚¿ã‚’得られã¾ã›ã‚“: %s" -#: src/readelf.c:9782 +#: src/readelf.c:9803 #, c-format msgid "%*s*** non-terminated string at end of section" msgstr "%*s*** 最後ã®ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã®çµ‚端ã—ã¦ã„ãªã„æ–‡å—列" -#: src/readelf.c:9805 +#: src/readelf.c:9826 #, fuzzy, c-format msgid "%*s*** missing DW_MACINFO_start_file argument at end of section" msgstr "%*s*** 最後ã®ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã®çµ‚端ã—ã¦ã„ãªã„æ–‡å—列" -#: src/readelf.c:9906 +#: src/readelf.c:9927 #, fuzzy, c-format msgid " Offset: 0x%<PRIx64>\n" msgstr " 所有者 大ãã•\n" -#: src/readelf.c:9918 +#: src/readelf.c:9939 #, fuzzy, c-format msgid " Version: %<PRIu16>\n" msgstr " %s: %<PRId64>\n" -#: src/readelf.c:9924 src/readelf.c:10811 +#: src/readelf.c:9945 src/readelf.c:10832 #, c-format msgid " unknown version, cannot parse section\n" msgstr "" -#: src/readelf.c:9931 +#: src/readelf.c:9952 #, fuzzy, c-format msgid " Flag: 0x%<PRIx8>" msgstr " å…¥å£ç‚¹ã‚¢ãƒ‰ãƒ¬ã‚¹ : %#<PRIx64>\n" -#: src/readelf.c:9960 +#: src/readelf.c:9981 #, fuzzy, c-format msgid " Offset length: %<PRIu8>\n" msgstr " (オフセット: %#<PRIx64>)" -#: src/readelf.c:9968 +#: src/readelf.c:9989 #, fuzzy, c-format msgid " .debug_line offset: 0x%<PRIx64>\n" msgstr " (終了オフセット: %#<PRIx64>)" -#: src/readelf.c:9993 +#: src/readelf.c:10014 #, fuzzy, c-format msgid " extension opcode table, %<PRIu8> items:\n" msgstr " %<PRIu8> 個ã®ãƒ‘ラメーターã®ã‚ã‚‹ä¸æ˜Žãªå‘½ä»¤ã‚³ãƒ¼ãƒ‰:" -#: src/readelf.c:10000 +#: src/readelf.c:10021 #, c-format msgid " [%<PRIx8>]" msgstr "" -#: src/readelf.c:10012 +#: src/readelf.c:10033 #, fuzzy, c-format msgid " %<PRIu8> arguments:" msgstr " [%*<PRIuFAST8>] %hhu パラメーター\n" -#: src/readelf.c:10027 +#: src/readelf.c:10048 #, c-format msgid " no arguments." msgstr "" -#: src/readelf.c:10228 +#: src/readelf.c:10249 #, c-format msgid " [%5d] DIE offset: %6<PRId64>, CU DIE offset: %6<PRId64>, name: %s\n" msgstr "" @@ -5505,7 +5512,7 @@ msgstr "" # # "オフセット %3$#<PRIx64> ã® DWARF セクション [%1$2zu] '%2$s':\n" # # " %4$*s æ–‡å—列\n" ãŒã‚¨ãƒ©ãƒ¼ã«ãªã‚‹ã®ã¯ä½•æ•…? å–り敢ãˆãš fuzzy扱ㄠ-#: src/readelf.c:10272 +#: src/readelf.c:10293 #, fuzzy, c-format msgid "" "\n" @@ -5516,37 +5523,37 @@ msgstr "" "オフセット %3$#<PRIx64> ã® DWARF セクション [%1$2zu] '%2$s':\n" " %4$*s æ–‡å—列\n" -#: src/readelf.c:10287 +#: src/readelf.c:10308 #, fuzzy, c-format msgid " *** error, missing string terminator\n" msgstr " *** æ–‡å—列ã®èªè¾¼ã¿ä¸ã«ã‚¨ãƒ©ãƒ¼: %s\n" -#: src/readelf.c:10316 +#: src/readelf.c:10337 #, fuzzy, c-format msgid "cannot get .debug_str_offsets section data: %s" msgstr ".degub_ranges ã®å†…容を得られã¾ã›ã‚“: %s" -#: src/readelf.c:10415 +#: src/readelf.c:10436 #, fuzzy, c-format msgid " Length: %8<PRIu64>\n" msgstr " (オフセット: %#<PRIx64>)" -#: src/readelf.c:10417 +#: src/readelf.c:10438 #, fuzzy, c-format msgid " Offset size: %8<PRIu8>\n" msgstr " (オフセット: %#<PRIx64>)" -#: src/readelf.c:10431 +#: src/readelf.c:10452 #, fuzzy, c-format msgid " DWARF version: %8<PRIu16>\n" msgstr " %s: %<PRId64>\n" -#: src/readelf.c:10440 +#: src/readelf.c:10461 #, fuzzy, c-format msgid " Padding: %8<PRIx16>\n" msgstr " (オフセット: %#<PRIx64>)" -#: src/readelf.c:10494 +#: src/readelf.c:10515 #, c-format msgid "" "\n" @@ -5555,7 +5562,7 @@ msgstr "" "\n" "呼出ã—フレーム検索テーブルセクション [%2zu] '.eh_frame_hdr':\n" -#: src/readelf.c:10596 +#: src/readelf.c:10617 #, c-format msgid "" "\n" @@ -5564,22 +5571,22 @@ msgstr "" "\n" "例外喿‰±ã„テーブルセクション [%2zu] '.gcc_except_table':\n" -#: src/readelf.c:10619 +#: src/readelf.c:10640 #, c-format msgid " LPStart encoding: %#x " msgstr " LPStart コード化: %#x " -#: src/readelf.c:10631 +#: src/readelf.c:10652 #, c-format msgid " TType encoding: %#x " msgstr "TType コード化: %#x " -#: src/readelf.c:10646 +#: src/readelf.c:10667 #, c-format msgid " Call site encoding: %#x " msgstr "呼出ã—サイトコード化: %#x " -#: src/readelf.c:10659 +#: src/readelf.c:10680 msgid "" "\n" " Call site table:" @@ -5587,7 +5594,7 @@ msgstr "" "\n" " 呼出ã—サイトテーブル:" -#: src/readelf.c:10673 +#: src/readelf.c:10694 #, c-format msgid "" " [%4u] Call site start: %#<PRIx64>\n" @@ -5600,12 +5607,12 @@ msgstr "" " 離ç€é™¸å ´: %#<PRIx64>\n" " 行動: %u\n" -#: src/readelf.c:10746 +#: src/readelf.c:10767 #, c-format msgid "invalid TType encoding" msgstr "ä¸å½“㪠TType コード化" -#: src/readelf.c:10773 +#: src/readelf.c:10794 #, fuzzy, c-format msgid "" "\n" @@ -5615,37 +5622,37 @@ msgstr "" "オフセット %3$#<PRIx64> ã® DWARF セクション [%1$2zu] '%2$s' ã«ã¯ %4$zu 個ã®é …" "ç›®ãŒã‚りã¾ã™:\n" -#: src/readelf.c:10802 +#: src/readelf.c:10823 #, fuzzy, c-format msgid " Version: %<PRId32>\n" msgstr " %s: %<PRId64>\n" -#: src/readelf.c:10820 +#: src/readelf.c:10841 #, fuzzy, c-format msgid " CU offset: %#<PRIx32>\n" msgstr " (オフセット: %#<PRIx64>)" -#: src/readelf.c:10827 +#: src/readelf.c:10848 #, fuzzy, c-format msgid " TU offset: %#<PRIx32>\n" msgstr " (オフセット: %#<PRIx64>)" -#: src/readelf.c:10834 +#: src/readelf.c:10855 #, fuzzy, c-format msgid " address offset: %#<PRIx32>\n" msgstr " (終了オフセット: %#<PRIx64>)" -#: src/readelf.c:10841 +#: src/readelf.c:10862 #, fuzzy, c-format msgid " symbol offset: %#<PRIx32>\n" msgstr " (オフセット: %#<PRIx64>)" -#: src/readelf.c:10848 +#: src/readelf.c:10869 #, fuzzy, c-format msgid " constant offset: %#<PRIx32>\n" msgstr " (終了オフセット: %#<PRIx64>)" -#: src/readelf.c:10862 +#: src/readelf.c:10883 #, fuzzy, c-format msgid "" "\n" @@ -5655,7 +5662,7 @@ msgstr "" "オフセット %3$#<PRIx64> ã® DWARF セクション [%1$2zu] '%2$s' ã«ã¯ %4$zu 個ã®é …" "ç›®ãŒã‚りã¾ã™:\n" -#: src/readelf.c:10887 +#: src/readelf.c:10908 #, fuzzy, c-format msgid "" "\n" @@ -5665,7 +5672,7 @@ msgstr "" "オフセット %3$#<PRIx64> ã® DWARF セクション [%1$2zu] '%2$s' ã«ã¯ %4$zu 個ã®é …" "ç›®ãŒã‚りã¾ã™:\n" -#: src/readelf.c:10916 +#: src/readelf.c:10937 #, fuzzy, c-format msgid "" "\n" @@ -5675,7 +5682,7 @@ msgstr "" "オフセット %3$#<PRIx64> ã® DWARF セクション [%1$2zu] '%2$s' ã«ã¯ %4$zu 個ã®é …" "ç›®ãŒã‚りã¾ã™:\n" -#: src/readelf.c:10948 +#: src/readelf.c:10969 #, fuzzy, c-format msgid "" "\n" @@ -5684,18 +5691,18 @@ msgstr "" "\n" "オフセット %#0<PRIx64> ã«ä¸å½“ãªã‚·ãƒ³ãƒœãƒ«ãƒ†ãƒ¼ãƒ–ル\n" -#: src/readelf.c:11086 +#: src/readelf.c:11107 #, c-format msgid "cannot get debug context descriptor: %s" msgstr "デãƒãƒƒã‚°å†…容記述åを得られã¾ã›ã‚“: %s" -#: src/readelf.c:11454 src/readelf.c:12076 src/readelf.c:12187 -#: src/readelf.c:12245 +#: src/readelf.c:11475 src/readelf.c:12097 src/readelf.c:12208 +#: src/readelf.c:12266 #, c-format msgid "cannot convert core note data: %s" msgstr "コアノートデータã®å¤‰æ›ãŒã§ãã¾ã›ã‚“: %s" -#: src/readelf.c:11817 +#: src/readelf.c:11838 #, c-format msgid "" "\n" @@ -5704,21 +5711,21 @@ msgstr "" "\n" "%*s... < %u 回ã®ç¹°è¿”ã—> ..." -#: src/readelf.c:12324 +#: src/readelf.c:12345 msgid " Owner Data size Type\n" msgstr " 所有者 データ大ãã•タイプ\n" -#: src/readelf.c:12353 +#: src/readelf.c:12374 #, c-format msgid " %-13.*s %9<PRId32> %s\n" msgstr " %-13.*s %9<PRId32> %s\n" -#: src/readelf.c:12405 +#: src/readelf.c:12426 #, fuzzy, c-format msgid "cannot get content of note: %s" msgstr "ノートセクションã®å†…容を得られã¾ã›ã‚“: %s" -#: src/readelf.c:12439 +#: src/readelf.c:12460 #, c-format msgid "" "\n" @@ -5728,7 +5735,7 @@ msgstr "" "オフセット %4$#0<PRIx64> ã® %3$<PRIu64> ãƒã‚¤ãƒˆã®ãƒŽãƒ¼ãƒˆã‚»ã‚¯ã‚·ãƒ§ãƒ³ [%1$2zu] " "'%2$s':\n" -#: src/readelf.c:12462 +#: src/readelf.c:12483 #, c-format msgid "" "\n" @@ -5737,7 +5744,7 @@ msgstr "" "\n" "オフセット %2$#0<PRIx64> ã® %1$<PRIu64> ãƒã‚¤ãƒˆã®ãƒŽãƒ¼ãƒˆã‚»ã‚°ãƒ¡ãƒ³ãƒˆ:\n" -#: src/readelf.c:12509 +#: src/readelf.c:12530 #, fuzzy, c-format msgid "" "\n" @@ -5746,12 +5753,12 @@ msgstr "" "\n" "セクション [%Zu] '%s' ã«ã¯ãƒ€ãƒ³ãƒ—ã™ã¹ãデータãŒã‚りã¾ã›ã‚“。\n" -#: src/readelf.c:12536 src/readelf.c:12587 +#: src/readelf.c:12557 src/readelf.c:12608 #, fuzzy, c-format msgid "cannot get data for section [%zu] '%s': %s" msgstr "セクション [%Zu] '%s' ã‹ã‚‰ãƒ‡ãƒ¼ã‚¿ãŒå¾—られã¾ã›ã‚“: %s" -#: src/readelf.c:12541 +#: src/readelf.c:12562 #, fuzzy, c-format msgid "" "\n" @@ -5761,7 +5768,7 @@ msgstr "" "オフセット %4$#0<PRIx64> ã®ã‚»ã‚¯ã‚·ãƒ§ãƒ³ [%1$Zu] '%2$s' ã®16進ダン" "プã€%3$<PRIu64> ãƒã‚¤ãƒˆ:\n" -#: src/readelf.c:12546 +#: src/readelf.c:12567 #, fuzzy, c-format msgid "" "\n" @@ -5772,7 +5779,7 @@ msgstr "" "オフセット %4$#0<PRIx64> ã®ã‚»ã‚¯ã‚·ãƒ§ãƒ³ [%1$Zu] '%2$s' ã®16進ダン" "プã€%3$<PRIu64> ãƒã‚¤ãƒˆ:\n" -#: src/readelf.c:12560 +#: src/readelf.c:12581 #, fuzzy, c-format msgid "" "\n" @@ -5781,7 +5788,7 @@ msgstr "" "\n" "セクション [%Zu] '%s' ã«ã¯ãƒ€ãƒ³ãƒ—ã™ã¹ãデータãŒã‚りã¾ã›ã‚“。\n" -#: src/readelf.c:12592 +#: src/readelf.c:12613 #, fuzzy, c-format msgid "" "\n" @@ -5791,7 +5798,7 @@ msgstr "" "オフセット %4$#0<PRIx64> æ–‡å—列セクション [%1$Zu] '%2$s' ã«ã¯ %3$<PRIu64> ãƒ" "イトã‚りã¾ã™:\n" -#: src/readelf.c:12597 +#: src/readelf.c:12618 #, fuzzy, c-format msgid "" "\n" @@ -5802,7 +5809,7 @@ msgstr "" "オフセット %4$#0<PRIx64> æ–‡å—列セクション [%1$Zu] '%2$s' ã«ã¯ %3$<PRIu64> ãƒ" "イトã‚りã¾ã™:\n" -#: src/readelf.c:12646 +#: src/readelf.c:12667 #, c-format msgid "" "\n" @@ -5811,7 +5818,7 @@ msgstr "" "\n" "セクション [%lu] ãŒã‚りã¾ã›ã‚“" -#: src/readelf.c:12676 +#: src/readelf.c:12697 #, c-format msgid "" "\n" @@ -5820,12 +5827,12 @@ msgstr "" "\n" "セクション '%s' ãŒã‚りã¾ã›ã‚“" -#: src/readelf.c:12733 +#: src/readelf.c:12754 #, c-format msgid "cannot get symbol index of archive '%s': %s" msgstr "アーカイブã®ã‚·ãƒ³ãƒœãƒ«ç´¢å¼• '%s' を得られã¾ã›ã‚“: %s" -#: src/readelf.c:12736 +#: src/readelf.c:12757 #, c-format msgid "" "\n" @@ -5834,7 +5841,7 @@ msgstr "" "\n" "アーカイブ '%s' ã«ã¯ã‚·ãƒ³ãƒœãƒ«ç´¢å¼•ãŒã‚りã¾ã›ã‚“\n" -#: src/readelf.c:12740 +#: src/readelf.c:12761 #, fuzzy, c-format msgid "" "\n" @@ -5843,12 +5850,12 @@ msgstr "" "\n" "アーカイブ '%s' ã®ç´¢å¼•ã«ã¯ %Zu é …ç›®ã‚りã¾ã™:\n" -#: src/readelf.c:12758 +#: src/readelf.c:12779 #, fuzzy, c-format msgid "cannot extract member at offset %zu in '%s': %s" msgstr "'%2$s' 㮠オフセット %1$Zu ã®ãƒ¡ãƒ³ãƒãƒ¼ã‚’抽出ã§ãã¾ã›ã‚“: %3$s" -#: src/readelf.c:12763 +#: src/readelf.c:12784 #, c-format msgid "Archive member '%s' contains:\n" msgstr "アーカイブメンãƒãƒ¼ '%s' ã«ã¯ä»¥ä¸‹ãŒã‚りã¾ã™:\n" @@ -5927,109 +5934,109 @@ msgstr "セクションヘッダーを得られã¾ã›ã‚“: %s" msgid "(TOTALS)\n" msgstr "(åˆè¨ˆ)\n" -#: src/stack.c:482 +#: src/stack.c:487 #, c-format msgid "-p PID should be a positive process id." msgstr "" -#: src/stack.c:488 +#: src/stack.c:493 #, fuzzy, c-format msgid "Cannot open core file '%s'" msgstr "アーカイブ '%s' ã‚’é–‹ãã“ã¨ãŒã§ãã¾ã›ã‚“" -#: src/stack.c:548 +#: src/stack.c:553 #, c-format msgid "-n MAXFRAMES should be 0 or higher." msgstr "" -#: src/stack.c:560 +#: src/stack.c:565 #, c-format msgid "-e EXEC needs a core given by --core." msgstr "" -#: src/stack.c:564 +#: src/stack.c:569 #, c-format msgid "-1 needs a thread id given by -p." msgstr "" -#: src/stack.c:568 +#: src/stack.c:573 #, c-format msgid "One of -p PID or --core COREFILE should be given." msgstr "" -#: src/stack.c:640 +#: src/stack.c:645 #, fuzzy msgid "Show stack of process PID" msgstr "検索ツリーを生æˆã§ãã¾ã›ã‚“" -#: src/stack.c:642 +#: src/stack.c:647 msgid "Show stack found in COREFILE" msgstr "" -#: src/stack.c:643 +#: src/stack.c:648 msgid "(optional) EXECUTABLE that produced COREFILE" msgstr "" -#: src/stack.c:647 +#: src/stack.c:652 #, fuzzy msgid "Output selection options:" msgstr "é¸æŠžã‚ªãƒ—ã‚·ãƒ§ãƒ³ã‚’å…¥åŠ›ã—ã¦ãã ã•ã„:" -#: src/stack.c:649 +#: src/stack.c:654 #, fuzzy msgid "Additionally show frame activation" msgstr "å‡ºåŠ›é¸æŠž:" -#: src/stack.c:651 +#: src/stack.c:656 msgid "Additionally try to lookup DWARF debuginfo name for frame address" msgstr "" -#: src/stack.c:654 +#: src/stack.c:659 msgid "" "Additionally show inlined function frames using DWARF debuginfo if available " "(implies -d)" msgstr "" -#: src/stack.c:656 +#: src/stack.c:661 msgid "Additionally show module file information" msgstr "" -#: src/stack.c:658 +#: src/stack.c:663 #, fuzzy msgid "Additionally show source file information" msgstr "å‡ºåŠ›é¸æŠž:" -#: src/stack.c:660 +#: src/stack.c:665 msgid "" "Show all additional information (activation, debugname, inlines, module and " "source)" msgstr "" -#: src/stack.c:662 +#: src/stack.c:667 msgid "Do not resolve address to function symbol name" msgstr "" -#: src/stack.c:664 +#: src/stack.c:669 msgid "Show raw function symbol names, do not try to demangle names" msgstr "" -#: src/stack.c:666 +#: src/stack.c:671 msgid "Show module build-id, load address and pc offset" msgstr "" -#: src/stack.c:668 +#: src/stack.c:673 msgid "Show the backtrace of only one thread" msgstr "" -#: src/stack.c:670 +#: src/stack.c:675 msgid "Show at most MAXFRAMES per thread (default 256, use 0 for unlimited)" msgstr "" -#: src/stack.c:672 +#: src/stack.c:677 msgid "Show module memory map with build-id, elf and debug files detected" msgstr "" -#: src/stack.c:680 +#: src/stack.c:685 msgid "" "Print a stack for each thread in a process or core file.\n" "\n" @@ -6041,7 +6048,7 @@ msgid "" "arguments it will exit with return code 64." msgstr "" -#: src/stack.c:755 +#: src/stack.c:760 #, c-format msgid "Couldn't show any frames." msgstr "" @@ -6440,7 +6447,7 @@ msgstr "" msgid "cannot get shdrstrndx:%s" msgstr "セクションを得られã¾ã›ã‚“: %s" -#: src/unstrip.c:248 src/unstrip.c:2081 +#: src/unstrip.c:248 src/unstrip.c:2083 #, c-format msgid "cannot get ELF header: %s" msgstr "" @@ -6460,12 +6467,12 @@ msgstr "セクション数を決定ã§ãã¾ã›ã‚“: %s" msgid "cannot copy ELF header: %s" msgstr "" -#: src/unstrip.c:269 src/unstrip.c:2099 src/unstrip.c:2142 +#: src/unstrip.c:269 src/unstrip.c:2101 src/unstrip.c:2144 #, fuzzy, c-format msgid "cannot get number of program headers: %s" msgstr "セクション数を決定ã§ãã¾ã›ã‚“: %s" -#: src/unstrip.c:274 src/unstrip.c:2103 +#: src/unstrip.c:274 src/unstrip.c:2105 #, c-format msgid "cannot create program headers: %s" msgstr "" @@ -6480,12 +6487,12 @@ msgstr "" msgid "cannot copy section header: %s" msgstr "" -#: src/unstrip.c:293 src/unstrip.c:1703 +#: src/unstrip.c:293 src/unstrip.c:1705 #, c-format msgid "cannot get section data: %s" msgstr "" -#: src/unstrip.c:295 src/unstrip.c:1705 +#: src/unstrip.c:295 src/unstrip.c:1707 #, c-format msgid "cannot copy section data: %s" msgstr "" @@ -6495,14 +6502,14 @@ msgstr "" msgid "cannot create directory '%s'" msgstr "" -#: src/unstrip.c:391 src/unstrip.c:651 src/unstrip.c:685 src/unstrip.c:853 -#: src/unstrip.c:1745 +#: src/unstrip.c:391 src/unstrip.c:653 src/unstrip.c:687 src/unstrip.c:855 +#: src/unstrip.c:1747 #, c-format msgid "cannot get symbol table entry: %s" msgstr "" -#: src/unstrip.c:407 src/unstrip.c:654 src/unstrip.c:675 src/unstrip.c:688 -#: src/unstrip.c:1766 src/unstrip.c:1961 src/unstrip.c:1985 +#: src/unstrip.c:407 src/unstrip.c:656 src/unstrip.c:677 src/unstrip.c:690 +#: src/unstrip.c:1768 src/unstrip.c:1963 src/unstrip.c:1987 #, c-format msgid "cannot update symbol table: %s" msgstr "" @@ -6517,238 +6524,238 @@ msgstr "" msgid "cannot update relocation: %s" msgstr "" -#: src/unstrip.c:574 +#: src/unstrip.c:576 #, c-format msgid "cannot get symbol version: %s" msgstr "" -#: src/unstrip.c:587 +#: src/unstrip.c:589 #, c-format msgid "unexpected section type in [%zu] with sh_link to symtab" msgstr "" -#: src/unstrip.c:842 +#: src/unstrip.c:844 #, fuzzy, c-format msgid "cannot get symbol section data: %s" msgstr "ラインデータセクションデータを得られã¾ã›ã‚“: %s" -#: src/unstrip.c:844 +#: src/unstrip.c:846 #, fuzzy, c-format msgid "cannot get string section data: %s" msgstr "ラインデータセクションデータを得られã¾ã›ã‚“: %s" -#: src/unstrip.c:861 +#: src/unstrip.c:863 #, fuzzy, c-format msgid "invalid string offset in symbol [%zu]" msgstr "シンボル %2$sã®ä¸æ£ãªã‚ªãƒ•セット %1$zu " -#: src/unstrip.c:1019 src/unstrip.c:1423 +#: src/unstrip.c:1021 src/unstrip.c:1425 #, fuzzy, c-format msgid "cannot read section [%zu] name: %s" msgstr "セクションデータを割り当ã¦ã‚‰ã‚Œã¾ã›ã‚“: %s" -#: src/unstrip.c:1034 +#: src/unstrip.c:1036 #, fuzzy, c-format msgid "bad sh_link for group section: %s" msgstr "ä¸å½“㪠.debug_line セクション" -#: src/unstrip.c:1040 +#: src/unstrip.c:1042 #, fuzzy, c-format msgid "couldn't get shdr for group section: %s" msgstr "セクションã‹ã‚‰ãƒ‡ãƒ¼ã‚¿ã‚’得られã¾ã›ã‚“ %d: %s" -#: src/unstrip.c:1045 +#: src/unstrip.c:1047 #, fuzzy, c-format msgid "bad data for group symbol section: %s" msgstr "セクションã‹ã‚‰ãƒ‡ãƒ¼ã‚¿ã‚’得られã¾ã›ã‚“ %d: %s" -#: src/unstrip.c:1051 +#: src/unstrip.c:1053 #, fuzzy, c-format msgid "couldn't get symbol for group section: %s" msgstr "セクション数を決定ã§ãã¾ã›ã‚“: %s" -#: src/unstrip.c:1056 +#: src/unstrip.c:1058 #, fuzzy, c-format msgid "bad symbol name for group section: %s" msgstr "セクションヘッダー文å—列セクションを生æˆã§ãã¾ã›ã‚“: %s" -#: src/unstrip.c:1098 src/unstrip.c:1117 src/unstrip.c:1155 +#: src/unstrip.c:1100 src/unstrip.c:1119 src/unstrip.c:1157 #, c-format msgid "cannot read '.gnu.prelink_undo' section: %s" msgstr "" -#: src/unstrip.c:1135 +#: src/unstrip.c:1137 #, c-format msgid "overflow with shnum = %zu in '%s' section" msgstr "" -#: src/unstrip.c:1146 +#: src/unstrip.c:1148 #, c-format msgid "invalid contents in '%s' section" msgstr "" -#: src/unstrip.c:1202 src/unstrip.c:1549 +#: src/unstrip.c:1204 src/unstrip.c:1551 #, fuzzy, c-format msgid "cannot find matching section for [%zu] '%s'" msgstr "セクション [%zu] '%s' ã®ä¸å½“ãªãƒ‡ãƒ¼ã‚¿" -#: src/unstrip.c:1327 src/unstrip.c:1343 src/unstrip.c:1629 src/unstrip.c:1920 +#: src/unstrip.c:1329 src/unstrip.c:1345 src/unstrip.c:1631 src/unstrip.c:1922 #, c-format msgid "cannot add section name to string table: %s" msgstr "" -#: src/unstrip.c:1352 +#: src/unstrip.c:1354 #, c-format msgid "cannot update section header string table data: %s" msgstr "" -#: src/unstrip.c:1381 src/unstrip.c:1385 +#: src/unstrip.c:1383 src/unstrip.c:1387 #, c-format msgid "cannot get section header string table section index: %s" msgstr "" -#: src/unstrip.c:1389 src/unstrip.c:1393 src/unstrip.c:1644 +#: src/unstrip.c:1391 src/unstrip.c:1395 src/unstrip.c:1646 #, c-format msgid "cannot get section count: %s" msgstr "" -#: src/unstrip.c:1396 +#: src/unstrip.c:1398 #, c-format msgid "more sections in stripped file than debug file -- arguments reversed?" msgstr "" -#: src/unstrip.c:1400 +#: src/unstrip.c:1402 #, c-format msgid "no sections in stripped file" msgstr "" -#: src/unstrip.c:1471 src/unstrip.c:1564 +#: src/unstrip.c:1473 src/unstrip.c:1566 #, c-format msgid "cannot read section header string table: %s" msgstr "" -#: src/unstrip.c:1623 +#: src/unstrip.c:1625 #, c-format msgid "cannot add new section: %s" msgstr "" -#: src/unstrip.c:1753 +#: src/unstrip.c:1755 #, fuzzy, c-format msgid "symbol [%zu] has invalid section index" msgstr "ä¸å½“ãªã‚»ã‚¯ã‚·ãƒ§ãƒ³ç´¢å¼•" -#: src/unstrip.c:1785 +#: src/unstrip.c:1787 #, fuzzy, c-format msgid "group has invalid section index [%zd]" msgstr "ä¸å½“ãªã‚»ã‚¯ã‚·ãƒ§ãƒ³ç´¢å¼•" -#: src/unstrip.c:2060 +#: src/unstrip.c:2062 #, fuzzy, c-format msgid "cannot read section data: %s" msgstr "セクションデータを割り当ã¦ã‚‰ã‚Œã¾ã›ã‚“: %s" -#: src/unstrip.c:2089 +#: src/unstrip.c:2091 #, c-format msgid "cannot update ELF header: %s" msgstr "ELF ヘッダーを更新ã§ãã¾ã›ã‚“: %s" -#: src/unstrip.c:2113 +#: src/unstrip.c:2115 #, c-format msgid "cannot update program header: %s" msgstr "" -#: src/unstrip.c:2118 src/unstrip.c:2200 +#: src/unstrip.c:2120 src/unstrip.c:2202 #, c-format msgid "cannot write output file: %s" msgstr "" -#: src/unstrip.c:2169 +#: src/unstrip.c:2171 #, c-format msgid "DWARF data not adjusted for prelinking bias; consider prelink -u" msgstr "" -#: src/unstrip.c:2172 +#: src/unstrip.c:2174 #, c-format msgid "" "DWARF data in '%s' not adjusted for prelinking bias; consider prelink -u" msgstr "" -#: src/unstrip.c:2191 src/unstrip.c:2242 src/unstrip.c:2254 src/unstrip.c:2340 +#: src/unstrip.c:2193 src/unstrip.c:2244 src/unstrip.c:2256 src/unstrip.c:2342 #, c-format msgid "cannot create ELF descriptor: %s" msgstr "" -#: src/unstrip.c:2233 +#: src/unstrip.c:2235 msgid "WARNING: " msgstr "" -#: src/unstrip.c:2235 +#: src/unstrip.c:2237 msgid ", use --force" msgstr "" -#: src/unstrip.c:2258 +#: src/unstrip.c:2260 msgid "ELF header identification (e_ident) different" msgstr "" -#: src/unstrip.c:2261 +#: src/unstrip.c:2263 msgid "ELF header type (e_type) different" msgstr "" -#: src/unstrip.c:2264 +#: src/unstrip.c:2266 msgid "ELF header machine type (e_machine) different" msgstr "" -#: src/unstrip.c:2267 +#: src/unstrip.c:2269 msgid "stripped program header (e_phnum) smaller than unstripped" msgstr "" -#: src/unstrip.c:2297 +#: src/unstrip.c:2299 #, c-format msgid "cannot find stripped file for module '%s': %s" msgstr "" -#: src/unstrip.c:2301 +#: src/unstrip.c:2303 #, c-format msgid "cannot open stripped file '%s' for module '%s': %s" msgstr "" -#: src/unstrip.c:2316 +#: src/unstrip.c:2318 #, c-format msgid "cannot find debug file for module '%s': %s" msgstr "" -#: src/unstrip.c:2320 +#: src/unstrip.c:2322 #, c-format msgid "cannot open debug file '%s' for module '%s': %s" msgstr "" -#: src/unstrip.c:2333 +#: src/unstrip.c:2335 #, c-format msgid "module '%s' file '%s' is not stripped" msgstr "" -#: src/unstrip.c:2364 +#: src/unstrip.c:2366 #, c-format msgid "cannot cache section addresses for module '%s': %s" msgstr "" -#: src/unstrip.c:2497 +#: src/unstrip.c:2498 #, c-format msgid "no matching modules found" msgstr "" -#: src/unstrip.c:2506 +#: src/unstrip.c:2507 #, c-format msgid "matched more than one module" msgstr "" -#: src/unstrip.c:2550 +#: src/unstrip.c:2551 msgid "" "STRIPPED-FILE DEBUG-FILE\n" "[MODULE...]" msgstr "" -#: src/unstrip.c:2551 +#: src/unstrip.c:2552 msgid "" "Combine stripped files with separate symbols and debug information.\n" "\n" @@ -6790,6 +6797,12 @@ msgid "Show instances of inlined functions" msgstr "" #, fuzzy +#~ msgid "" +#~ " [%6tx] base address\n" +#~ " " +#~ msgstr " [%6tx] ベースアドレス %s\n" + +#, fuzzy #~ msgid "%s: error getting zero section: %s" #~ msgstr "%s: ファイルをèªè¾¼ã¿ä¸ã«ã‚¨ãƒ©ãƒ¼: %s" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: elfutils\n" "Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n" -"POT-Creation-Date: 2020-06-11 15:50+0200\n" +"POT-Creation-Date: 2020-09-08 12:51+0200\n" "PO-Revision-Date: 2016-12-29 17:48+0100\n" "Last-Translator: Piotr DrÄ…g <piotrdrag@gmail.com>\n" "Language-Team: Polish <trans-pl@lists.fedoraproject.org>\n" @@ -60,17 +60,17 @@ msgstr "" "HANDLOWEJ albo PRZYDATNOÅšCI DO OKREÅšLONYCH ZASTOSOWAŃ.\n" #: lib/xmalloc.c:52 lib/xmalloc.c:65 lib/xmalloc.c:77 src/readelf.c:3449 -#: src/readelf.c:11403 src/unstrip.c:2393 src/unstrip.c:2599 +#: src/readelf.c:11424 src/unstrip.c:2395 src/unstrip.c:2600 #, c-format msgid "memory exhausted" msgstr "pamięć wyczerpana" -#: libasm/asm_error.c:65 libdw/dwarf_error.c:57 libdwfl/libdwflP.h:51 +#: libasm/asm_error.c:65 libdw/dwarf_error.c:57 libdwfl/libdwflP.h:54 #: libelf/elf_error.c:60 msgid "no error" msgstr "brak błędu" -#: libasm/asm_error.c:66 libdw/dwarf_error.c:67 libdwfl/libdwflP.h:53 +#: libasm/asm_error.c:66 libdw/dwarf_error.c:67 libdwfl/libdwflP.h:56 #: libelf/elf_error.c:91 msgid "out of memory" msgstr "brak pamiÄ™ci" @@ -107,7 +107,7 @@ msgstr "błąd podczas wyprowadzania danych" msgid "no backend support available" msgstr "brak dostÄ™pnej obsÅ‚ugi zaplecza" -#: libasm/asm_error.c:83 libdw/dwarf_error.c:58 libdwfl/libdwflP.h:52 +#: libasm/asm_error.c:83 libdw/dwarf_error.c:58 libdwfl/libdwflP.h:55 #: libelf/elf_error.c:63 msgid "unknown error" msgstr "nieznany błąd" @@ -223,7 +223,7 @@ msgstr "nieprawidÅ‚owa wersja DWARF" msgid "invalid directory index" msgstr "nieprawidÅ‚owy indeks katalogu" -#: libdw/dwarf_error.c:87 libdwfl/libdwflP.h:72 +#: libdw/dwarf_error.c:87 libdwfl/libdwflP.h:75 msgid "address out of range" msgstr "adres jest spoza zakresu" @@ -254,7 +254,7 @@ msgstr "nieprawidÅ‚owy indeks wiersza" msgid "invalid address range index" msgstr "nieprawidÅ‚owy indeks zakresu adresów" -#: libdw/dwarf_error.c:94 libdwfl/libdwflP.h:73 +#: libdw/dwarf_error.c:94 libdwfl/libdwflP.h:76 msgid "no matching address range" msgstr "brak pasujÄ…cego zakresu adresów" @@ -301,7 +301,7 @@ msgstr " nieznana instrukcja" msgid ".debug_addr section missing" msgstr "brak sekcji .debug_ranges" -#: libdwfl/argp-std.c:50 src/stack.c:638 src/unstrip.c:2540 +#: libdwfl/argp-std.c:50 src/stack.c:643 src/unstrip.c:2541 msgid "Input selection options:" msgstr "Opcje wyboru wejÅ›cia:" @@ -333,7 +333,7 @@ msgstr "Wyszukuje adresy w uruchomionych jÄ…drze" msgid "Kernel with all modules" msgstr "JÄ…dro ze wszystkimi moduÅ‚ami" -#: libdwfl/argp-std.c:63 src/stack.c:645 +#: libdwfl/argp-std.c:63 src/stack.c:650 msgid "Search path for separate debuginfo files" msgstr "Wyszukuje Å›cieżkÄ™ dla oddzielnych plików debuginfo" @@ -367,155 +367,155 @@ msgstr "Za maÅ‚o pamiÄ™ci" msgid "No modules recognized in core file" msgstr "Nie rozpoznano żadnych modułów w pliku core" -#: libdwfl/libdwflP.h:54 +#: libdwfl/libdwflP.h:57 msgid "See errno" msgstr "ProszÄ™ zobaczyć errno" -#: libdwfl/libdwflP.h:55 +#: libdwfl/libdwflP.h:58 msgid "See elf_errno" msgstr "ProszÄ™ zobaczyć elf_errno" -#: libdwfl/libdwflP.h:56 +#: libdwfl/libdwflP.h:59 msgid "See dwarf_errno" msgstr "ProszÄ™ zobaczyć dwarf_errno" -#: libdwfl/libdwflP.h:57 +#: libdwfl/libdwflP.h:60 msgid "See ebl_errno (XXX missing)" msgstr "ProszÄ™ zobaczyć ebl_errno (brak XXX)" -#: libdwfl/libdwflP.h:58 +#: libdwfl/libdwflP.h:61 msgid "gzip decompression failed" msgstr "dekompresja gzip siÄ™ nie powiodÅ‚a" -#: libdwfl/libdwflP.h:59 +#: libdwfl/libdwflP.h:62 msgid "bzip2 decompression failed" msgstr "dekompresja bzip2 siÄ™ nie powiodÅ‚a" -#: libdwfl/libdwflP.h:60 +#: libdwfl/libdwflP.h:63 msgid "LZMA decompression failed" msgstr "dekompresja LZMA siÄ™ nie powiodÅ‚a" -#: libdwfl/libdwflP.h:61 +#: libdwfl/libdwflP.h:64 msgid "no support library found for machine" msgstr "nie odnaleziono biblioteki obsÅ‚ugi dla komputera" -#: libdwfl/libdwflP.h:62 +#: libdwfl/libdwflP.h:65 msgid "Callbacks missing for ET_REL file" msgstr "Brak wywoÅ‚aÅ„ zwrotnych dla pliku ET_REL" -#: libdwfl/libdwflP.h:63 +#: libdwfl/libdwflP.h:66 msgid "Unsupported relocation type" msgstr "NieobsÅ‚ugiwany typ relokacji" -#: libdwfl/libdwflP.h:64 +#: libdwfl/libdwflP.h:67 msgid "r_offset is bogus" msgstr "r_offset jest faÅ‚szywe" -#: libdwfl/libdwflP.h:65 libelf/elf_error.c:115 libelf/elf_error.c:175 +#: libdwfl/libdwflP.h:68 libelf/elf_error.c:115 libelf/elf_error.c:175 msgid "offset out of range" msgstr "offset spoza zakresu" -#: libdwfl/libdwflP.h:66 +#: libdwfl/libdwflP.h:69 msgid "relocation refers to undefined symbol" msgstr "relokacja odnosi siÄ™ do nieokreÅ›lonego symbolu" -#: libdwfl/libdwflP.h:67 +#: libdwfl/libdwflP.h:70 msgid "Callback returned failure" msgstr "WywoÅ‚anie zwrotne zwróciÅ‚o niepowodzenie" -#: libdwfl/libdwflP.h:68 +#: libdwfl/libdwflP.h:71 msgid "No DWARF information found" msgstr "Nie odnaleziono informacji DWARF" -#: libdwfl/libdwflP.h:69 +#: libdwfl/libdwflP.h:72 msgid "No symbol table found" msgstr "Nie odnaleziono tabeli symboli" -#: libdwfl/libdwflP.h:70 +#: libdwfl/libdwflP.h:73 msgid "No ELF program headers" msgstr "Brak nagłówków programu ELF" -#: libdwfl/libdwflP.h:71 +#: libdwfl/libdwflP.h:74 msgid "address range overlaps an existing module" msgstr "zakres adresów pokrywa siÄ™ z istniejÄ…cym moduÅ‚em" -#: libdwfl/libdwflP.h:74 +#: libdwfl/libdwflP.h:77 msgid "image truncated" msgstr "skrócono obraz" -#: libdwfl/libdwflP.h:75 +#: libdwfl/libdwflP.h:78 msgid "ELF file opened" msgstr "otwarto plik ELF" -#: libdwfl/libdwflP.h:76 +#: libdwfl/libdwflP.h:79 msgid "not a valid ELF file" msgstr "nie jest prawidÅ‚owym plikiem ELF" -#: libdwfl/libdwflP.h:77 +#: libdwfl/libdwflP.h:80 msgid "cannot handle DWARF type description" msgstr "nie można obsÅ‚użyć opisu typu DWARF" -#: libdwfl/libdwflP.h:78 +#: libdwfl/libdwflP.h:81 msgid "ELF file does not match build ID" msgstr "plik ELF nie ma pasujÄ…cego identyfikatora kopii" -#: libdwfl/libdwflP.h:79 +#: libdwfl/libdwflP.h:82 msgid "corrupt .gnu.prelink_undo section data" msgstr "uszkodzone dane sekcji .gnu.prelink_undo" -#: libdwfl/libdwflP.h:80 +#: libdwfl/libdwflP.h:83 msgid "Internal error due to ebl" msgstr "WewnÄ™trzny błąd z powodu ebl" -#: libdwfl/libdwflP.h:81 +#: libdwfl/libdwflP.h:84 msgid "Missing data in core file" msgstr "Brak danych w pliku core" -#: libdwfl/libdwflP.h:82 +#: libdwfl/libdwflP.h:85 msgid "Invalid register" msgstr "NieprawidÅ‚owy rejestr" -#: libdwfl/libdwflP.h:83 +#: libdwfl/libdwflP.h:86 msgid "Error reading process memory" msgstr "Błąd podczas odczytywania pamiÄ™ci procesu" -#: libdwfl/libdwflP.h:84 +#: libdwfl/libdwflP.h:87 msgid "Couldn't find architecture of any ELF" msgstr "Nie można odnaleźć architektury żadnego ELF" -#: libdwfl/libdwflP.h:85 +#: libdwfl/libdwflP.h:88 msgid "Error parsing /proc filesystem" msgstr "Błąd podczas przetwarzania systemu plików /proc" -#: libdwfl/libdwflP.h:86 +#: libdwfl/libdwflP.h:89 msgid "Invalid DWARF" msgstr "NieprawidÅ‚owy DWARF" -#: libdwfl/libdwflP.h:87 +#: libdwfl/libdwflP.h:90 msgid "Unsupported DWARF" msgstr "NieobsÅ‚ugiwany DWARF" -#: libdwfl/libdwflP.h:88 +#: libdwfl/libdwflP.h:91 msgid "Unable to find more threads" msgstr "Nie można odnaleźć wiÄ™cej wÄ…tków" -#: libdwfl/libdwflP.h:89 +#: libdwfl/libdwflP.h:92 msgid "Dwfl already has attached state" msgstr "Dwfl już ma załączony stan" -#: libdwfl/libdwflP.h:90 +#: libdwfl/libdwflP.h:93 msgid "Dwfl has no attached state" msgstr "Dwfl nie ma załączonego stanu" -#: libdwfl/libdwflP.h:91 +#: libdwfl/libdwflP.h:94 msgid "Unwinding not supported for this architecture" msgstr "Odwijanie nie jest obsÅ‚ugiwane dla tej architektury" -#: libdwfl/libdwflP.h:92 +#: libdwfl/libdwflP.h:95 msgid "Invalid argument" msgstr "NieprawidÅ‚owy parametr" -#: libdwfl/libdwflP.h:93 +#: libdwfl/libdwflP.h:96 msgid "Not an ET_CORE ELF file" msgstr "Nie jest plikiem ELF ET_CORE" @@ -586,7 +586,7 @@ msgstr " Identyfikator kopii: " msgid " Linker version: %.*s\n" msgstr " Wersja konsolidatora: %.*s\n" -#: libebl/eblobjnote.c:571 +#: libebl/eblobjnote.c:638 #, c-format msgid " OS: %s, ABI: " msgstr " System operacyjny: %s, ABI: " @@ -620,7 +620,7 @@ msgstr "nieprawidÅ‚owy rozmiar operanda źródÅ‚owego" msgid "invalid size of destination operand" msgstr "nieprawidÅ‚owy rozmiar operanda docelowego" -#: libelf/elf_error.c:87 src/readelf.c:6166 +#: libelf/elf_error.c:87 src/readelf.c:6172 #, c-format msgid "invalid encoding" msgstr "nieprawidÅ‚owe kodowanie" @@ -706,8 +706,8 @@ msgstr "dane/scn nie zgadzajÄ… siÄ™" msgid "invalid section header" msgstr "nieprawidÅ‚owy nagłówek sekcji" -#: libelf/elf_error.c:191 src/readelf.c:9914 src/readelf.c:10514 -#: src/readelf.c:10615 src/readelf.c:10797 +#: libelf/elf_error.c:191 src/readelf.c:9935 src/readelf.c:10535 +#: src/readelf.c:10636 src/readelf.c:10818 #, c-format msgid "invalid data" msgstr "nieprawidÅ‚owe dane" @@ -1038,12 +1038,12 @@ msgstr "nie można wykonać stat na archiwum „%sâ€" msgid "no entry %s in archive\n" msgstr "brak wpisu %s w archiwum\n" -#: src/ar.c:472 src/ar.c:923 src/ar.c:1127 +#: src/ar.c:472 src/ar.c:927 src/ar.c:1134 #, c-format msgid "cannot create hash table" msgstr "nie można utworzyć tabeli mieszajÄ…cej" -#: src/ar.c:479 src/ar.c:930 src/ar.c:1136 +#: src/ar.c:479 src/ar.c:934 src/ar.c:1143 #, c-format msgid "cannot insert into hash table" msgstr "nie można umieÅ›cić w tabeli mieszajÄ…cej" @@ -1083,67 +1083,67 @@ msgstr "nie można zmienić czasu modyfikacji %s" msgid "cannot rename temporary file to %.*s" msgstr "nie można zmienić nazwy pliku tymczasowego na %.*s" -#: src/ar.c:764 src/ar.c:1015 src/ar.c:1416 src/ranlib.c:222 +#: src/ar.c:764 src/ar.c:1019 src/ar.c:1423 src/ranlib.c:222 #, c-format msgid "cannot create new file" msgstr "nie można utworzyć nowego pliku" -#: src/ar.c:1218 +#: src/ar.c:1225 #, c-format msgid "position member %s not found" msgstr "nie odnaleziono poÅ‚ożenia elementu %s" -#: src/ar.c:1228 +#: src/ar.c:1235 #, c-format msgid "%s: no entry %s in archive!\n" msgstr "%s: brak wpisu %s w archiwum.\n" -#: src/ar.c:1257 src/objdump.c:241 +#: src/ar.c:1264 src/objdump.c:241 #, c-format msgid "cannot open %s" msgstr "nie można otworzyć %s" -#: src/ar.c:1262 +#: src/ar.c:1269 #, c-format msgid "cannot stat %s" msgstr "nie można wykonać stat na %s" -#: src/ar.c:1268 +#: src/ar.c:1275 #, c-format msgid "%s is no regular file" msgstr "%s nie jest zwykÅ‚ym plikiem" -#: src/ar.c:1281 +#: src/ar.c:1288 #, c-format msgid "cannot get ELF descriptor for %s: %s\n" msgstr "nie można uzyskać deskryptora ELF dla %s: %s\n" -#: src/ar.c:1301 +#: src/ar.c:1308 #, c-format msgid "cannot read %s: %s" msgstr "nie można odczytać %s: %s" -#: src/ar.c:1476 +#: src/ar.c:1483 #, fuzzy, c-format msgid "cannot represent ar_date" msgstr "nie można dekompresować danych" -#: src/ar.c:1482 +#: src/ar.c:1489 #, fuzzy, c-format msgid "cannot represent ar_uid" msgstr "nie można dekompresować danych" -#: src/ar.c:1488 +#: src/ar.c:1495 #, fuzzy, c-format msgid "cannot represent ar_gid" msgstr "nie można dekompresować danych" -#: src/ar.c:1494 +#: src/ar.c:1501 #, fuzzy, c-format msgid "cannot represent ar_mode" msgstr "nie można uzyskać nazwy sekcji" -#: src/ar.c:1500 +#: src/ar.c:1507 #, fuzzy, c-format msgid "cannot represent ar_size" msgstr "nie można otworzyć %s" @@ -1366,7 +1366,7 @@ msgstr "NieprawidÅ‚owa wartość „%s†dla parametru --gaps." #: src/elfcmp.c:734 src/findtextrel.c:205 src/nm.c:364 src/ranlib.c:141 #: src/size.c:272 src/strings.c:185 src/strip.c:984 src/strip.c:1021 -#: src/unstrip.c:2189 src/unstrip.c:2218 +#: src/unstrip.c:2191 src/unstrip.c:2220 #, c-format msgid "cannot open '%s'" msgstr "nie można otworzyć „%sâ€" @@ -1675,7 +1675,7 @@ msgstr "" #: src/elflint.c:610 src/elflint.c:1498 src/elflint.c:1549 src/elflint.c:1655 #: src/elflint.c:1991 src/elflint.c:2317 src/elflint.c:2936 src/elflint.c:3099 -#: src/elflint.c:3247 src/elflint.c:3437 src/elflint.c:4440 +#: src/elflint.c:3247 src/elflint.c:3437 src/elflint.c:4441 #, c-format msgid "section [%2d] '%s': cannot get section data\n" msgstr "sekcja [%2d] „%sâ€: nie można uzyskać danych sekcji\n" @@ -2895,47 +2895,47 @@ msgstr "" "sekcja [%2d] „%sâ€: offset %zu: dodatkowe bajty po ostatniej sekcji " "atrybutów\n" -#: src/elflint.c:3699 +#: src/elflint.c:3700 #, c-format msgid "cannot get section header of zeroth section\n" msgstr "nie można uzyskać nagłówka sekcji zerowej\n" -#: src/elflint.c:3703 +#: src/elflint.c:3704 #, c-format msgid "zeroth section has nonzero name\n" msgstr "sekcja zerowa ma niezerowÄ… nazwÄ™\n" -#: src/elflint.c:3705 +#: src/elflint.c:3706 #, c-format msgid "zeroth section has nonzero type\n" msgstr "sekcja zerowa ma niezerowy typ\n" -#: src/elflint.c:3707 +#: src/elflint.c:3708 #, c-format msgid "zeroth section has nonzero flags\n" msgstr "sekcja zerowa ma niezerowe flagi\n" -#: src/elflint.c:3709 +#: src/elflint.c:3710 #, c-format msgid "zeroth section has nonzero address\n" msgstr "sekcja zerowa ma niezerowy adres\n" -#: src/elflint.c:3711 +#: src/elflint.c:3712 #, c-format msgid "zeroth section has nonzero offset\n" msgstr "sekcja zerowa ma niezerowy offset\n" -#: src/elflint.c:3713 +#: src/elflint.c:3714 #, c-format msgid "zeroth section has nonzero align value\n" msgstr "sekcja zerowa ma niezerowÄ… wartość wyrównania\n" -#: src/elflint.c:3715 +#: src/elflint.c:3716 #, c-format msgid "zeroth section has nonzero entry size value\n" msgstr "sekcja zerowa ma niezerowÄ… wartość rozmiaru wpisu\n" -#: src/elflint.c:3718 +#: src/elflint.c:3719 #, c-format msgid "" "zeroth section has nonzero size value while ELF header has nonzero shnum " @@ -2944,7 +2944,7 @@ msgstr "" "sekcja zerowa ma niezerowÄ… wartość rozmiaru, a nagłówek ELF ma niezerowÄ… " "wartość shnum\n" -#: src/elflint.c:3722 +#: src/elflint.c:3723 #, c-format msgid "" "zeroth section has nonzero link value while ELF header does not signal " @@ -2953,7 +2953,7 @@ msgstr "" "sekcja zerowa ma niezerowÄ… wartość dowiÄ…zaÅ„, a nagłówek ELF nie wskazuje " "przepeÅ‚nienia w shstrndx\n" -#: src/elflint.c:3726 +#: src/elflint.c:3727 #, c-format msgid "" "zeroth section has nonzero link value while ELF header does not signal " @@ -2962,46 +2962,46 @@ msgstr "" "sekcja zerowa ma niezerowÄ… wartość dowiÄ…zaÅ„, a nagłówek ELF nie wskazuje " "przepeÅ‚nienia w phnum\n" -#: src/elflint.c:3744 +#: src/elflint.c:3745 #, c-format msgid "cannot get section header for section [%2zu] '%s': %s\n" msgstr "nie można uzyskać nagłówka sekcji dla sekcji [%2zu] „%sâ€: %s\n" -#: src/elflint.c:3753 +#: src/elflint.c:3754 #, c-format msgid "section [%2zu]: invalid name\n" msgstr "sekcja [%2zu]: nieprawidÅ‚owa nazwa\n" -#: src/elflint.c:3780 +#: src/elflint.c:3781 #, c-format msgid "section [%2d] '%s' has wrong type: expected %s, is %s\n" msgstr "sekcja [%2d] „%s†ma błędny typ: oczekiwano %s, jest %s\n" -#: src/elflint.c:3798 +#: src/elflint.c:3799 #, c-format msgid "section [%2zu] '%s' has wrong flags: expected %s, is %s\n" msgstr "sekcja [%2zu] „%s†ma błędne flagi: oczekiwano %s, jest %s\n" -#: src/elflint.c:3816 +#: src/elflint.c:3817 #, c-format msgid "" "section [%2zu] '%s' has wrong flags: expected %s and possibly %s, is %s\n" msgstr "" "sekcja [%2zu] „%s†ma błędne flagi: oczekiwano %s i być może %s, jest %s\n" -#: src/elflint.c:3834 +#: src/elflint.c:3835 #, c-format msgid "section [%2zu] '%s' present in object file\n" msgstr "sekcja [%2zu] „%s†jest obecna w pliku obiektu\n" -#: src/elflint.c:3840 src/elflint.c:3872 +#: src/elflint.c:3841 src/elflint.c:3873 #, c-format msgid "" "section [%2zu] '%s' has SHF_ALLOC flag set but there is no loadable segment\n" msgstr "" "sekcja [%2zu] „%s†ma flagÄ™ SHF_ALLOC, ale nie ma segmentu wczytywalnego\n" -#: src/elflint.c:3845 src/elflint.c:3877 +#: src/elflint.c:3846 src/elflint.c:3878 #, c-format msgid "" "section [%2zu] '%s' has SHF_ALLOC flag not set but there are loadable " @@ -3009,7 +3009,7 @@ msgid "" msgstr "" "sekcja [%2zu] „%s†nie ma flagi SHF_ALLOC, ale sÄ… segmenty wczytywalne\n" -#: src/elflint.c:3853 +#: src/elflint.c:3854 #, c-format msgid "" "section [%2zu] '%s' is extension section index table in non-object file\n" @@ -3017,22 +3017,22 @@ msgstr "" "sekcja [%2zu] „%s†jest tabelÄ… indeksów sekcji rozszerzeÅ„ w pliku " "nieobiektowym\n" -#: src/elflint.c:3896 +#: src/elflint.c:3897 #, c-format msgid "section [%2zu] '%s': size not multiple of entry size\n" msgstr "sekcja [%2zu] „%sâ€: rozmiar nie jest wielokrotnoÅ›ciÄ… rozmiaru wpisu\n" -#: src/elflint.c:3901 +#: src/elflint.c:3902 #, c-format msgid "cannot get section header\n" msgstr "nie można uzyskać nagłówka sekcji\n" -#: src/elflint.c:3911 +#: src/elflint.c:3912 #, c-format msgid "section [%2zu] '%s' has unsupported type %d\n" msgstr "sekcja [%2zu] „%s†ma nieobsÅ‚ugiwany typ %d\n" -#: src/elflint.c:3931 +#: src/elflint.c:3932 #, c-format msgid "" "section [%2zu] '%s' contains invalid processor-specific flag(s) %#<PRIx64>\n" @@ -3040,74 +3040,74 @@ msgstr "" "sekcja [%2zu] „%s†zawiera nieprawidÅ‚owe flagi dla konkretnego procesora " "%#<PRIx64>\n" -#: src/elflint.c:3938 +#: src/elflint.c:3939 #, c-format msgid "section [%2zu] '%s' contains unknown flag(s) %#<PRIx64>\n" msgstr "sekcja [%2zu] „%s†zawiera nieznane flagi %#<PRIx64>\n" -#: src/elflint.c:3946 +#: src/elflint.c:3947 #, c-format msgid "section [%2zu] '%s': thread-local data sections address not zero\n" msgstr "" "sekcja [%2zu] „%sâ€: adres sekcji danych lokalnych dla wÄ…tków nie jest zerem\n" -#: src/elflint.c:3956 +#: src/elflint.c:3957 #, c-format msgid "section [%2zu] '%s': allocated section cannot be compressed\n" msgstr "sekcja [%2zu] „%sâ€: nie można skompresować przydzielonej sekcji\n" -#: src/elflint.c:3961 +#: src/elflint.c:3962 #, c-format msgid "section [%2zu] '%s': nobits section cannot be compressed\n" msgstr "sekcja [%2zu] „%sâ€: nie można skompresować sekcji „nobitsâ€\n" -#: src/elflint.c:3967 +#: src/elflint.c:3968 #, c-format msgid "" "section [%2zu] '%s': compressed section with no compression header: %s\n" msgstr "sekcja [%2zu] „%sâ€: skompresowana sekcja bez nagłówka kompresji: %s\n" -#: src/elflint.c:3973 +#: src/elflint.c:3974 #, c-format msgid "section [%2zu] '%s': invalid section reference in link value\n" msgstr "" "sekcja [%2zu] „%sâ€: nieprawidÅ‚owe odwoÅ‚anie do sekcji w wartoÅ›ci dowiÄ…zania\n" -#: src/elflint.c:3978 +#: src/elflint.c:3979 #, c-format msgid "section [%2zu] '%s': invalid section reference in info value\n" msgstr "" "sekcja [%2zu] „%sâ€: nieprawidÅ‚owe odwoÅ‚anie do sekcji w wartoÅ›ci " "informacyjnej\n" -#: src/elflint.c:3985 +#: src/elflint.c:3986 #, c-format msgid "section [%2zu] '%s': strings flag set without merge flag\n" msgstr "sekcja [%2zu] „%sâ€: flaga ciÄ…gów jest ustawiona bez flagi merge\n" -#: src/elflint.c:3990 +#: src/elflint.c:3991 #, c-format msgid "section [%2zu] '%s': merge flag set but entry size is zero\n" msgstr "" "sekcja [%2zu] „%sâ€: flaga merge jest ustawiona, ale rozmiar wpisu jest " "zerowy\n" -#: src/elflint.c:4009 +#: src/elflint.c:4010 #, c-format msgid "section [%2zu] '%s' has unexpected type %d for an executable section\n" msgstr "sekcja [%2zu] „%s†ma nieoczekiwany typ %d dla sekcji wykonywalnej\n" -#: src/elflint.c:4018 +#: src/elflint.c:4019 #, c-format msgid "section [%2zu] '%s' must be of type NOBITS in debuginfo files\n" msgstr "sekcja [%2zu] „%s†musi być typu NOBITS w plikach debuginfo\n" -#: src/elflint.c:4025 +#: src/elflint.c:4026 #, c-format msgid "section [%2zu] '%s' is both executable and writable\n" msgstr "sekcja [%2zu] „%s†jest wykonywalne i zapisywalne\n" -#: src/elflint.c:4056 +#: src/elflint.c:4057 #, c-format msgid "" "section [%2zu] '%s' not fully contained in segment of program header entry " @@ -3116,7 +3116,7 @@ msgstr "" "sekcja [%2zu] „%s†nie jest w caÅ‚oÅ›ci zawarta w segmencie wpisu %d nagłówka " "programu\n" -#: src/elflint.c:4066 +#: src/elflint.c:4067 #, c-format msgid "" "section [%2zu] '%s' has type NOBITS but is read from the file in segment of " @@ -3125,7 +3125,7 @@ msgstr "" "sekcja [%2zu] „%s†ma typ NOBITS, a jest odczytywana z pliku w segmencie " "wpisu %d nagłówka programu\n" -#: src/elflint.c:4092 +#: src/elflint.c:4093 #, c-format msgid "" "section [%2zu] '%s' has type NOBITS but is read from the file in segment of " @@ -3134,7 +3134,7 @@ msgstr "" "sekcja [%2zu] „%s†ma typ NOBITS, ale jest odczytywana z pliku w segmencie " "wpisu %d nagłówka programu, a zawartość pliku jest niezerowa\n" -#: src/elflint.c:4103 +#: src/elflint.c:4104 #, c-format msgid "" "section [%2zu] '%s' has not type NOBITS but is not read from the file in " @@ -3143,17 +3143,17 @@ msgstr "" "sekcja [%2zu] „%s†nie ma typu NOBITS, a nie jest odczytywana z pliku " "w segmencie wpisu %d nagłówka programu\n" -#: src/elflint.c:4114 +#: src/elflint.c:4115 #, c-format msgid "section [%2zu] '%s' is executable in nonexecutable segment %d\n" msgstr "sekcja [%2zu] „%s†jest wykonywalne w segmencie niewykonywalnym %d\n" -#: src/elflint.c:4124 +#: src/elflint.c:4125 #, c-format msgid "section [%2zu] '%s' is writable in unwritable segment %d\n" msgstr "sekcja [%2zu] „%s†jest zapisywalne w niezapisywalnym segmencie %d\n" -#: src/elflint.c:4134 +#: src/elflint.c:4135 #, c-format msgid "" "section [%2zu] '%s': alloc flag set but section not in any loaded segment\n" @@ -3161,7 +3161,7 @@ msgstr "" "sekcja [%2zu] „%sâ€: ma flagÄ™ alloc, ale sekcja nie jest w żadnym segmencie " "wczytywalnym\n" -#: src/elflint.c:4140 +#: src/elflint.c:4141 #, c-format msgid "" "section [%2zu] '%s': ELF header says this is the section header string table " @@ -3170,7 +3170,7 @@ msgstr "" "sekcja [%2zu] „%sâ€: wedÅ‚ug nagłówka ELF to jest tabela ciÄ…gów nagłówków " "sekcji, ale typ nie jest SHT_TYPE\n" -#: src/elflint.c:4148 +#: src/elflint.c:4149 #, c-format msgid "" "section [%2zu] '%s': relocatable files cannot have dynamic symbol tables\n" @@ -3178,17 +3178,17 @@ msgstr "" "sekcja [%2zu] „%sâ€: pliki relokowalne nie mogÄ… mieć tabeli symboli " "dynamicznych\n" -#: src/elflint.c:4199 +#: src/elflint.c:4200 #, c-format msgid "more than one version symbol table present\n" msgstr "obecna jest wiÄ™cej niż jedna tabela symboli wersji\n" -#: src/elflint.c:4222 +#: src/elflint.c:4223 #, c-format msgid "INTERP program header entry but no .interp section\n" msgstr "jest wpis nagłówka programu INTERP, ale nie ma sekcji .interp\n" -#: src/elflint.c:4233 +#: src/elflint.c:4234 #, c-format msgid "" "loadable segment [%u] is executable but contains no executable sections\n" @@ -3196,14 +3196,14 @@ msgstr "" "wczytywalny segment [%u] jest wykonywalny, ale nie zawiera wykonywalnych " "sekcji\n" -#: src/elflint.c:4239 +#: src/elflint.c:4240 #, c-format msgid "loadable segment [%u] is writable but contains no writable sections\n" msgstr "" "wczytywalny segment [%u] jest zapisywalny, ale nie zawiera zapisywalnych " "sekcji\n" -#: src/elflint.c:4250 +#: src/elflint.c:4251 #, c-format msgid "" "no .gnu.versym section present but .gnu.versym_d or .gnu.versym_r section " @@ -3212,23 +3212,23 @@ msgstr "" "brak sekcji .gnu.versym, ale istnieje sekcja .gnu.versym_d lub .gnu." "versym_r\n" -#: src/elflint.c:4263 +#: src/elflint.c:4264 #, c-format msgid "duplicate version index %d\n" msgstr "powtórzony indeks wersji %d\n" -#: src/elflint.c:4277 +#: src/elflint.c:4278 #, c-format msgid ".gnu.versym section present without .gnu.versym_d or .gnu.versym_r\n" msgstr "sekcja .gnu.versym istnieje bez .gnu.versym_d lub .gnu.versym_r\n" -#: src/elflint.c:4326 +#: src/elflint.c:4327 #, c-format msgid "phdr[%d]: unknown core file note type %<PRIu32> at offset %<PRIu64>\n" msgstr "" "phdr[%d]: nieznany typ notatki pliku core %<PRIu32> pod offsetem %<PRIu64>\n" -#: src/elflint.c:4330 +#: src/elflint.c:4331 #, c-format msgid "" "section [%2d] '%s': unknown core file note type %<PRIu32> at offset %zu\n" @@ -3236,7 +3236,7 @@ msgstr "" "sekcja [%2d]: „%sâ€: nieznany typ notatki pliku core %<PRIu32> pod offsetem " "%zu\n" -#: src/elflint.c:4379 +#: src/elflint.c:4380 #, fuzzy, c-format msgid "" "phdr[%d]: unknown object file note type %<PRIu32> with owner name '%s' at " @@ -3244,7 +3244,7 @@ msgid "" msgstr "" "phdr[%d]: nieznany typ notatki pliku obiektu %<PRIu32> pod offsetem %zu\n" -#: src/elflint.c:4384 +#: src/elflint.c:4385 #, fuzzy, c-format msgid "" "section [%2d] '%s': unknown object file note type %<PRIu32> with owner name " @@ -3253,37 +3253,37 @@ msgstr "" "sekcja [%2d] „%sâ€: nieznany typ notatki pliku obiektu %<PRIu32> pod offsetem " "%zu\n" -#: src/elflint.c:4403 +#: src/elflint.c:4404 #, c-format msgid "phdr[%d]: no note entries defined for the type of file\n" msgstr "phdr[%d]: brak okreÅ›lonych wpisów notatek dla typu pliku\n" -#: src/elflint.c:4423 +#: src/elflint.c:4424 #, c-format msgid "phdr[%d]: cannot get content of note section: %s\n" msgstr "phdr[%d]: nie można uzyskać zawartoÅ›ci sekcji notatki: %s\n" -#: src/elflint.c:4426 +#: src/elflint.c:4427 #, c-format msgid "phdr[%d]: extra %<PRIu64> bytes after last note\n" msgstr "phdr[%d]: dodatkowe %<PRIu64> bajtów po ostatniej notatce\n" -#: src/elflint.c:4447 +#: src/elflint.c:4448 #, c-format msgid "section [%2d] '%s': no note entries defined for the type of file\n" msgstr "sekcja [%2d] „%sâ€: brak okreÅ›lonych wpisów notatek dla typu pliku\n" -#: src/elflint.c:4454 +#: src/elflint.c:4455 #, c-format msgid "section [%2d] '%s': cannot get content of note section\n" msgstr "sekcja [%2d] „%sâ€: nie można uzyskać zawartoÅ›ci sekcji notatek\n" -#: src/elflint.c:4457 +#: src/elflint.c:4458 #, c-format msgid "section [%2d] '%s': extra %<PRIu64> bytes after last note\n" msgstr "sekcja [%2d] „%sâ€: dodatkowe %<PRIu64> bajtów po ostatniej notatce\n" -#: src/elflint.c:4475 +#: src/elflint.c:4476 #, c-format msgid "" "only executables, shared objects, and core files can have program headers\n" @@ -3291,135 +3291,135 @@ msgstr "" "tylko pliki wykonywalne, obiekty współdzielone i pliki core mogÄ… mieć " "nagłówki programu\n" -#: src/elflint.c:4490 +#: src/elflint.c:4491 #, c-format msgid "cannot get program header entry %d: %s\n" msgstr "nie można uzyskać wpisu nagłówka programu %d: %s\n" -#: src/elflint.c:4500 +#: src/elflint.c:4501 #, c-format msgid "program header entry %d: unknown program header entry type %#<PRIx64>\n" msgstr "" "wpis nagłówka programu %d: nieznany typ wpisu nagłówka programu %#<PRIx64>\n" -#: src/elflint.c:4511 +#: src/elflint.c:4512 #, c-format msgid "more than one INTERP entry in program header\n" msgstr "wiÄ™cej niż jeden wpis INTERP w nagłówku programu\n" -#: src/elflint.c:4519 +#: src/elflint.c:4520 #, c-format msgid "more than one TLS entry in program header\n" msgstr "wiÄ™cej niż jeden wpis TLS w nagłówku programu\n" -#: src/elflint.c:4526 +#: src/elflint.c:4527 #, c-format msgid "static executable cannot have dynamic sections\n" msgstr "statyczny plik wykonywalny nie może mieć sekcji dynamicznych\n" -#: src/elflint.c:4540 +#: src/elflint.c:4541 #, c-format msgid "dynamic section reference in program header has wrong offset\n" msgstr "odniesienie sekcji dynamicznej w nagłówku programu ma błędny offset\n" -#: src/elflint.c:4543 +#: src/elflint.c:4544 #, c-format msgid "dynamic section size mismatch in program and section header\n" msgstr "różne rozmiary sekcji dynamicznej w nagłówku programu i sekcji\n" -#: src/elflint.c:4553 +#: src/elflint.c:4554 #, c-format msgid "more than one GNU_RELRO entry in program header\n" msgstr "wiÄ™cej niż jeden wpis GNU_RELRO w nagłówku programu\n" -#: src/elflint.c:4574 +#: src/elflint.c:4575 #, c-format msgid "loadable segment GNU_RELRO applies to is not writable\n" msgstr "wczytywalny segment wskazywany przez GNU_RELRO nie jest zapisywalny\n" -#: src/elflint.c:4585 +#: src/elflint.c:4586 #, c-format msgid "loadable segment [%u] flags do not match GNU_RELRO [%u] flags\n" msgstr "flagi wczytywalnego segmentu [%u] nie pasujÄ… do flag GNU_RELRO [%u]\n" -#: src/elflint.c:4592 +#: src/elflint.c:4593 #, c-format msgid "" "GNU_RELRO [%u] flags are not a subset of the loadable segment [%u] flags\n" msgstr "" "flagi GNU_RELRO [%u] nie sÄ… podzbiorem flag wczytywalnego segmentu [%u]\n" -#: src/elflint.c:4601 src/elflint.c:4624 +#: src/elflint.c:4602 src/elflint.c:4625 #, c-format msgid "%s segment not contained in a loaded segment\n" msgstr "segment %s nie zawiera siÄ™ we wczytywalnym segmencie\n" -#: src/elflint.c:4630 +#: src/elflint.c:4631 #, c-format msgid "program header offset in ELF header and PHDR entry do not match" msgstr "" "offsety nagłówka programu w nagłówku ELF i wpisie PHDR nie zgadzajÄ… siÄ™" -#: src/elflint.c:4657 +#: src/elflint.c:4658 #, c-format msgid "call frame search table reference in program header has wrong offset\n" msgstr "" "odniesienie tabeli wyszukiwania ramki wywoÅ‚ania w nagłówku programu ma " "błędny offset\n" -#: src/elflint.c:4660 +#: src/elflint.c:4661 #, c-format msgid "call frame search table size mismatch in program and section header\n" msgstr "" "różne rozmiary tabel wyszukiwania ramki wywoÅ‚ania w nagłówku programu " "i sekcji\n" -#: src/elflint.c:4673 +#: src/elflint.c:4674 #, c-format msgid "PT_GNU_EH_FRAME present but no .eh_frame_hdr section\n" msgstr "PT_GNU_EH_FRAME jest obecne, ale brak sekcji .eh_frame_hdr\n" -#: src/elflint.c:4681 +#: src/elflint.c:4682 #, c-format msgid "call frame search table must be allocated\n" msgstr "tabela wyszukiwania ramki wywoÅ‚ania musi być przydzielona\n" -#: src/elflint.c:4684 +#: src/elflint.c:4685 #, c-format msgid "section [%2zu] '%s' must be allocated\n" msgstr "sekcja [%2zu] „%sâ€: musi być przydzielona\n" -#: src/elflint.c:4688 +#: src/elflint.c:4689 #, c-format msgid "call frame search table must not be writable\n" msgstr "tabela wyszukiwania ramki wywoÅ‚ania nie może być zapisywalna\n" -#: src/elflint.c:4691 +#: src/elflint.c:4692 #, c-format msgid "section [%2zu] '%s' must not be writable\n" msgstr "sekcja [%2zu] „%s†nie może być zapisywalna\n" -#: src/elflint.c:4696 +#: src/elflint.c:4697 #, c-format msgid "call frame search table must not be executable\n" msgstr "tabela wyszukiwania ramki wywoÅ‚ania nie może być wykonywalna\n" -#: src/elflint.c:4699 +#: src/elflint.c:4700 #, c-format msgid "section [%2zu] '%s' must not be executable\n" msgstr "sekcja [%2zu] „%s†nie może być wykonywalna\n" -#: src/elflint.c:4710 +#: src/elflint.c:4711 #, c-format msgid "program header entry %d: file size greater than memory size\n" msgstr "wpis nagłówka programu %d: rozmiar pliku wiÄ™kszy niż rozmiar pamiÄ™ci\n" -#: src/elflint.c:4717 +#: src/elflint.c:4718 #, c-format msgid "program header entry %d: alignment not a power of 2\n" msgstr "wpis nagłówka programu %d: wyrównanie nie jest potÄ™gÄ… 2\n" -#: src/elflint.c:4720 +#: src/elflint.c:4721 #, c-format msgid "" "program header entry %d: file offset and virtual address not module of " @@ -3428,7 +3428,7 @@ msgstr "" "wpis nagłówka programu %d: offset w pliku i adres wirtualny nie sÄ… " "wielokrotnoÅ›ciÄ… wyrównania\n" -#: src/elflint.c:4733 +#: src/elflint.c:4734 #, c-format msgid "" "executable/DSO with .eh_frame_hdr section does not have a PT_GNU_EH_FRAME " @@ -3437,17 +3437,17 @@ msgstr "" "plik wykonywalny/DSO z sekcjÄ… .eh_frame_hdr nie ma wpisu nagłówka programu " "PT_GNU_EH_FRAME" -#: src/elflint.c:4767 +#: src/elflint.c:4768 #, c-format msgid "cannot read ELF header: %s\n" msgstr "nie można odczytać nagłówka ELF: %s\n" -#: src/elflint.c:4779 +#: src/elflint.c:4780 #, fuzzy, c-format msgid "cannot create backend for ELF file\n" msgstr "nie można utworzyć nowego pliku" -#: src/elflint.c:4800 +#: src/elflint.c:4801 #, c-format msgid "text relocation flag set but not needed\n" msgstr "flaga relokacji tekstu jest ustawiona, ale niepotrzebna\n" @@ -3708,8 +3708,8 @@ msgstr "nie można utworzyć drzewa wyszukiwania" #: src/readelf.c:1447 src/readelf.c:1598 src/readelf.c:1799 src/readelf.c:2005 #: src/readelf.c:2195 src/readelf.c:2373 src/readelf.c:2449 src/readelf.c:2707 #: src/readelf.c:2783 src/readelf.c:2870 src/readelf.c:3468 src/readelf.c:3518 -#: src/readelf.c:3581 src/readelf.c:11230 src/readelf.c:12420 -#: src/readelf.c:12631 src/readelf.c:12700 src/size.c:398 src/size.c:470 +#: src/readelf.c:3581 src/readelf.c:11251 src/readelf.c:12441 +#: src/readelf.c:12652 src/readelf.c:12721 src/size.c:398 src/size.c:470 #: src/strip.c:1038 #, c-format msgid "cannot get section header string table index" @@ -4034,11 +4034,11 @@ msgstr "nie można okreÅ›lić liczby sekcji: %s" msgid "cannot get section: %s" msgstr "nie można uzyskać sekcji: %s" -#: src/readelf.c:653 src/readelf.c:1270 src/readelf.c:1479 src/readelf.c:12651 -#: src/unstrip.c:395 src/unstrip.c:426 src/unstrip.c:485 src/unstrip.c:604 -#: src/unstrip.c:625 src/unstrip.c:665 src/unstrip.c:881 src/unstrip.c:1212 -#: src/unstrip.c:1339 src/unstrip.c:1363 src/unstrip.c:1419 src/unstrip.c:1483 -#: src/unstrip.c:1658 src/unstrip.c:1809 src/unstrip.c:1952 src/unstrip.c:2051 +#: src/readelf.c:653 src/readelf.c:1270 src/readelf.c:1479 src/readelf.c:12672 +#: src/unstrip.c:395 src/unstrip.c:426 src/unstrip.c:485 src/unstrip.c:606 +#: src/unstrip.c:627 src/unstrip.c:667 src/unstrip.c:883 src/unstrip.c:1214 +#: src/unstrip.c:1341 src/unstrip.c:1365 src/unstrip.c:1421 src/unstrip.c:1485 +#: src/unstrip.c:1660 src/unstrip.c:1811 src/unstrip.c:1954 src/unstrip.c:2053 #, c-format msgid "cannot get section header: %s" msgstr "nie można uzyskać nagłówka sekcji: %s" @@ -4048,8 +4048,8 @@ msgstr "nie można uzyskać nagłówka sekcji: %s" msgid "cannot get section name" msgstr "nie można uzyskać nazwy sekcji" -#: src/readelf.c:670 src/readelf.c:6576 src/readelf.c:10502 src/readelf.c:10604 -#: src/readelf.c:10782 +#: src/readelf.c:670 src/readelf.c:6585 src/readelf.c:10523 src/readelf.c:10625 +#: src/readelf.c:10803 #, c-format msgid "cannot get %s content: %s" msgstr "nie można uzyskać zwartoÅ›ci %s: %s" @@ -4392,7 +4392,7 @@ msgstr "" " Mapowanie sekcji do segmentów:\n" " Segment sekcji…" -#: src/readelf.c:1460 src/unstrip.c:2110 src/unstrip.c:2152 src/unstrip.c:2159 +#: src/readelf.c:1460 src/unstrip.c:2112 src/unstrip.c:2154 src/unstrip.c:2161 #, c-format msgid "cannot get program header: %s" msgstr "nie można uzyskać nagłówka programu: %s" @@ -4441,8 +4441,8 @@ msgstr "<NIEPRAWIDÅOWY SYMBOL>" msgid "<INVALID SECTION>" msgstr "<NIEPRAWIDÅOWY SEKCJA>" -#: src/readelf.c:1656 src/readelf.c:2383 src/readelf.c:3484 src/readelf.c:12522 -#: src/readelf.c:12529 src/readelf.c:12573 src/readelf.c:12580 +#: src/readelf.c:1656 src/readelf.c:2383 src/readelf.c:3484 src/readelf.c:12543 +#: src/readelf.c:12550 src/readelf.c:12594 src/readelf.c:12601 msgid "Couldn't uncompress section" msgstr "Nie można dekompresować sekcji" @@ -5009,9 +5009,9 @@ msgid " [%5u] offset: %<PRId64>, children: %s, tag: %s\n" msgstr " [%5u] offset: %<PRId64>, potomek: %s, znacznik: %s\n" #: src/readelf.c:5124 src/readelf.c:5433 src/readelf.c:5600 src/readelf.c:5985 -#: src/readelf.c:6586 src/readelf.c:8323 src/readelf.c:9009 src/readelf.c:9445 -#: src/readelf.c:9690 src/readelf.c:9856 src/readelf.c:10243 -#: src/readelf.c:10303 +#: src/readelf.c:6595 src/readelf.c:8332 src/readelf.c:9024 src/readelf.c:9460 +#: src/readelf.c:9711 src/readelf.c:9877 src/readelf.c:10264 +#: src/readelf.c:10324 #, c-format msgid "" "\n" @@ -5025,41 +5025,41 @@ msgstr "" msgid "cannot get .debug_addr section data: %s" msgstr "nie można uzyskać danych sekcji: %s" -#: src/readelf.c:5237 src/readelf.c:5261 src/readelf.c:5645 src/readelf.c:9054 +#: src/readelf.c:5237 src/readelf.c:5261 src/readelf.c:5645 src/readelf.c:9069 #, fuzzy, c-format msgid " Length: %8<PRIu64>\n" msgstr "" "\n" " DÅ‚ugość: %6<PRIu64>\n" -#: src/readelf.c:5239 src/readelf.c:5276 src/readelf.c:5658 src/readelf.c:9067 +#: src/readelf.c:5239 src/readelf.c:5276 src/readelf.c:5658 src/readelf.c:9082 #, fuzzy, c-format msgid " DWARF version: %8<PRIu16>\n" msgstr " Wersja DWARF: %6<PRIuFAST16>\n" -#: src/readelf.c:5240 src/readelf.c:5285 src/readelf.c:5667 src/readelf.c:9076 +#: src/readelf.c:5240 src/readelf.c:5285 src/readelf.c:5667 src/readelf.c:9091 #, fuzzy, c-format msgid " Address size: %8<PRIu64>\n" msgstr " Offset adresu: %6<PRIu64>\n" -#: src/readelf.c:5242 src/readelf.c:5295 src/readelf.c:5677 src/readelf.c:9086 +#: src/readelf.c:5242 src/readelf.c:5295 src/readelf.c:5677 src/readelf.c:9101 #, fuzzy, c-format msgid " Segment size: %8<PRIu64>\n" msgstr "" " Rozmiar segmentu: %6<PRIu64>\n" "\n" -#: src/readelf.c:5280 src/readelf.c:5662 src/readelf.c:9071 src/readelf.c:10435 +#: src/readelf.c:5280 src/readelf.c:5662 src/readelf.c:9086 src/readelf.c:10456 #, fuzzy, c-format msgid "Unknown version" msgstr "nieznana wersja" -#: src/readelf.c:5290 src/readelf.c:5503 src/readelf.c:5672 src/readelf.c:9081 +#: src/readelf.c:5290 src/readelf.c:5503 src/readelf.c:5672 src/readelf.c:9096 #, c-format msgid "unsupported address size" msgstr "nieobsÅ‚ugiwany rozmiar adresu" -#: src/readelf.c:5301 src/readelf.c:5514 src/readelf.c:5682 src/readelf.c:9091 +#: src/readelf.c:5301 src/readelf.c:5514 src/readelf.c:5682 src/readelf.c:9106 #, c-format msgid "unsupported segment size" msgstr "nieobsÅ‚ugiwany rozmiar segmentu" @@ -5100,7 +5100,7 @@ msgstr "" " [%*zu] poczÄ…tek: %0#*<PRIx64>, dÅ‚ugość: %5<PRIu64>, offset CU DIE: " "%6<PRId64>\n" -#: src/readelf.c:5446 src/readelf.c:8350 +#: src/readelf.c:5446 src/readelf.c:8359 #, c-format msgid "" "\n" @@ -5109,8 +5109,8 @@ msgstr "" "\n" "Tabela pod offsetem %zu:\n" -#: src/readelf.c:5450 src/readelf.c:5626 src/readelf.c:6610 src/readelf.c:8361 -#: src/readelf.c:9035 +#: src/readelf.c:5450 src/readelf.c:5626 src/readelf.c:6619 src/readelf.c:8370 +#: src/readelf.c:9050 #, c-format msgid "invalid data in section [%zu] '%s'" msgstr "nieprawidÅ‚owe dane w sekcji [%zu] „%sâ€" @@ -5163,39 +5163,39 @@ msgstr " bajty wypeÅ‚nienia: %zu\n" msgid "cannot get .debug_rnglists content: %s" msgstr "nie można uzyskać zawartoÅ›ci .debug_ranges: %s" -#: src/readelf.c:5632 src/readelf.c:9041 +#: src/readelf.c:5632 src/readelf.c:9056 #, fuzzy, c-format msgid "" "Table at Offset 0x%<PRIx64>:\n" "\n" msgstr " Offset .debug_line: 0x%<PRIx64>\n" -#: src/readelf.c:5687 src/readelf.c:9096 +#: src/readelf.c:5687 src/readelf.c:9111 #, fuzzy, c-format msgid " Offset entries: %8<PRIu64>\n" msgstr " DÅ‚ugość offsetu: %<PRIu8>\n" -#: src/readelf.c:5703 src/readelf.c:9112 +#: src/readelf.c:5703 src/readelf.c:9127 #, c-format msgid " Unknown CU base: " msgstr "" -#: src/readelf.c:5705 src/readelf.c:9114 +#: src/readelf.c:5705 src/readelf.c:9129 #, c-format msgid " CU [%6<PRIx64>] base: " msgstr "" -#: src/readelf.c:5711 src/readelf.c:9120 +#: src/readelf.c:5711 src/readelf.c:9135 #, c-format msgid " Not associated with a CU.\n" msgstr "" -#: src/readelf.c:5722 src/readelf.c:9131 +#: src/readelf.c:5722 src/readelf.c:9146 #, c-format msgid "too many offset entries for unit length" msgstr "" -#: src/readelf.c:5726 src/readelf.c:9135 +#: src/readelf.c:5726 src/readelf.c:9150 #, fuzzy, c-format msgid " Offsets starting at 0x%<PRIx64>:\n" msgstr " Offset: 0x%<PRIx64>\n" @@ -5205,7 +5205,7 @@ msgstr " Offset: 0x%<PRIx64>\n" msgid "invalid range list data" msgstr "nieprawidÅ‚owe dane" -#: src/readelf.c:5963 src/readelf.c:9423 +#: src/readelf.c:5963 src/readelf.c:9438 #, fuzzy, c-format msgid "" " %zu padding bytes\n" @@ -5217,47 +5217,45 @@ msgstr " bajty wypeÅ‚nienia: %zu\n" msgid "cannot get .debug_ranges content: %s" msgstr "nie można uzyskać zawartoÅ›ci .debug_ranges: %s" -#: src/readelf.c:6016 src/readelf.c:9478 +#: src/readelf.c:6016 src/readelf.c:9493 #, c-format msgid "" "\n" " Unknown CU base: " msgstr "" -#: src/readelf.c:6018 src/readelf.c:9480 +#: src/readelf.c:6018 src/readelf.c:9495 #, c-format msgid "" "\n" " CU [%6<PRIx64>] base: " msgstr "" -#: src/readelf.c:6027 src/readelf.c:9506 src/readelf.c:9532 +#: src/readelf.c:6027 src/readelf.c:9521 src/readelf.c:9547 #, c-format msgid " [%6tx] <INVALID DATA>\n" msgstr " [%6tx] <NIEPRAWIDÅOWE DANE>\n" -#: src/readelf.c:6048 src/readelf.c:9612 -#, fuzzy, c-format -msgid "" -" [%6tx] base address\n" -" " -msgstr " [%6tx] adres podstawowy %s\n" +#: src/readelf.c:6052 src/readelf.c:9631 +#, fuzzy +msgid "base address" +msgstr " ustawienie adresu na %s\n" -#: src/readelf.c:6056 src/readelf.c:9620 +#: src/readelf.c:6062 src/readelf.c:9641 #, fuzzy, c-format msgid " [%6tx] empty list\n" msgstr " [%6tx] pusta lista\n" -#: src/readelf.c:6311 +#: src/readelf.c:6317 msgid " <INVALID DATA>\n" msgstr " <NIEPRAWIDÅOWE DANE>\n" -#: src/readelf.c:6564 +#: src/readelf.c:6573 #, c-format msgid "cannot get ELF: %s" msgstr "nie można uzyskać ELF: %s" -#: src/readelf.c:6582 +#: src/readelf.c:6591 #, c-format msgid "" "\n" @@ -5266,7 +5264,7 @@ msgstr "" "\n" "Sekcja informacji o ramce wywoÅ‚ania [%2zu] „%s†pod offsetem %#<PRIx64>:\n" -#: src/readelf.c:6632 +#: src/readelf.c:6641 #, c-format msgid "" "\n" @@ -5275,65 +5273,65 @@ msgstr "" "\n" " [%6tx] Zerowy koniec\n" -#: src/readelf.c:6733 src/readelf.c:6887 +#: src/readelf.c:6742 src/readelf.c:6896 #, c-format msgid "invalid augmentation length" msgstr "nieprawidÅ‚owa dÅ‚ugość powiÄ™kszenia" -#: src/readelf.c:6748 +#: src/readelf.c:6757 msgid "FDE address encoding: " msgstr "Kodowanie adresu FDE: " -#: src/readelf.c:6754 +#: src/readelf.c:6763 msgid "LSDA pointer encoding: " msgstr "Kodowanie wskaźnika LSDA: " -#: src/readelf.c:6864 +#: src/readelf.c:6873 #, c-format msgid " (offset: %#<PRIx64>)" msgstr " (offset: %#<PRIx64>)" -#: src/readelf.c:6871 +#: src/readelf.c:6880 #, c-format msgid " (end offset: %#<PRIx64>)" msgstr " (koÅ„czÄ…cy offset: %#<PRIx64>)" -#: src/readelf.c:6908 +#: src/readelf.c:6917 #, c-format msgid " %-26sLSDA pointer: %#<PRIx64>\n" msgstr " %-26sWskaźnik LSDA: %#<PRIx64>\n" -#: src/readelf.c:6993 +#: src/readelf.c:7002 #, fuzzy, c-format msgid "DIE [%<PRIx64>] cannot get attribute code: %s" msgstr "nie można uzyskać kodu atrybutu: %s" -#: src/readelf.c:7003 +#: src/readelf.c:7012 #, fuzzy, c-format msgid "DIE [%<PRIx64>] cannot get attribute form: %s" msgstr "nie można uzyskać formy atrybutu: %s" -#: src/readelf.c:7025 +#: src/readelf.c:7034 #, fuzzy, c-format msgid "DIE [%<PRIx64>] cannot get attribute '%s' (%s) value: %s" msgstr "nie można uzyskać wartoÅ›ci atrybutu: %s" -#: src/readelf.c:7355 +#: src/readelf.c:7364 #, fuzzy, c-format msgid "invalid file (%<PRId64>): %s" msgstr "nieprawidÅ‚owy plik" -#: src/readelf.c:7359 +#: src/readelf.c:7368 #, fuzzy, c-format msgid "no srcfiles for CU [%<PRIx64>]" msgstr " ustawienie pliku na %<PRIu64>\n" -#: src/readelf.c:7363 +#: src/readelf.c:7372 #, fuzzy, c-format msgid "couldn't get DWARF CU: %s" msgstr "nie można uzyskać ELF: %s" -#: src/readelf.c:7676 +#: src/readelf.c:7685 #, c-format msgid "" "\n" @@ -5344,12 +5342,12 @@ msgstr "" "Sekcja DWARF [%2zu] „%s†pod offsetem %#<PRIx64>:\n" " [Offset]\n" -#: src/readelf.c:7726 +#: src/readelf.c:7735 #, fuzzy, c-format msgid "cannot get next unit: %s" msgstr "nie można uzyskać nastÄ™pnego DIE: %s" -#: src/readelf.c:7745 +#: src/readelf.c:7754 #, fuzzy, c-format msgid "" " Type unit at offset %<PRIu64>:\n" @@ -5362,7 +5360,7 @@ msgstr "" "%<PRIu8>, rozmiar offsetu: %<PRIu8>\n" " Podpis typu: %#<PRIx64>, offset typu: %#<PRIx64>\n" -#: src/readelf.c:7757 +#: src/readelf.c:7766 #, c-format msgid "" " Compilation unit at offset %<PRIu64>:\n" @@ -5373,38 +5371,38 @@ msgstr "" " Wersja: %<PRIu16>, offset sekcji skrótów: %<PRIu64>, rozmiar adresu: " "%<PRIu8>, rozmiar offsetu: %<PRIu8>\n" -#: src/readelf.c:7767 src/readelf.c:7930 +#: src/readelf.c:7776 src/readelf.c:7939 #, c-format msgid " Unit type: %s (%<PRIu8>)" msgstr "" -#: src/readelf.c:7794 +#: src/readelf.c:7803 #, c-format msgid "unknown version (%d) or unit type (%d)" msgstr "" -#: src/readelf.c:7823 +#: src/readelf.c:7832 #, c-format msgid "cannot get DIE offset: %s" msgstr "nie można uzyskać offsetu DIE: %s" -#: src/readelf.c:7832 +#: src/readelf.c:7841 #, fuzzy, c-format msgid "cannot get tag of DIE at offset [%<PRIx64>] in section '%s': %s" msgstr "" "nie można uzyskać znacznika DIE pod offsetem %<PRIu64> w sekcji „%sâ€: %s" -#: src/readelf.c:7870 +#: src/readelf.c:7879 #, c-format msgid "cannot get next DIE: %s\n" msgstr "nie można uzyskać nastÄ™pnego DIE: %s\n" -#: src/readelf.c:7878 +#: src/readelf.c:7887 #, c-format msgid "cannot get next DIE: %s" msgstr "nie można uzyskać nastÄ™pnego DIE: %s" -#: src/readelf.c:7922 +#: src/readelf.c:7931 #, fuzzy, c-format msgid "" " Split compilation unit at offset %<PRIu64>:\n" @@ -5415,7 +5413,7 @@ msgstr "" " Wersja: %<PRIu16>, offset sekcji skrótów: %<PRIu64>, rozmiar adresu: " "%<PRIu8>, rozmiar offsetu: %<PRIu8>\n" -#: src/readelf.c:7974 +#: src/readelf.c:7983 #, c-format msgid "" "\n" @@ -5426,18 +5424,18 @@ msgstr "" "Sekcja DWARF [%2zu] „%s†pod offsetem %#<PRIx64>:\n" "\n" -#: src/readelf.c:8306 +#: src/readelf.c:8315 #, fuzzy, c-format msgid "unknown form: %s" msgstr "nieznany błąd" -#: src/readelf.c:8337 +#: src/readelf.c:8346 #, c-format msgid "cannot get line data section data: %s" msgstr "nie można uzyskać danych sekcji danych wiersza: %s" #. Print what we got so far. -#: src/readelf.c:8439 +#: src/readelf.c:8448 #, fuzzy, c-format msgid "" "\n" @@ -5468,27 +5466,27 @@ msgstr "" "\n" "Instrukcje:\n" -#: src/readelf.c:8461 +#: src/readelf.c:8470 #, fuzzy, c-format msgid "cannot handle .debug_line version: %u\n" msgstr "nie można uzyskać wersji symbolu: %s" -#: src/readelf.c:8469 +#: src/readelf.c:8478 #, fuzzy, c-format msgid "cannot handle address size: %u\n" msgstr "nieobsÅ‚ugiwany rozmiar adresu" -#: src/readelf.c:8477 +#: src/readelf.c:8486 #, fuzzy, c-format msgid "cannot handle segment selector size: %u\n" msgstr "nie można uzyskać sekcji: %s" -#: src/readelf.c:8487 +#: src/readelf.c:8496 #, c-format msgid "invalid data at offset %tu in section [%zu] '%s'" msgstr "nieprawidÅ‚owe dane pod offsetem %tu w sekcji [%zu] „%sâ€" -#: src/readelf.c:8502 +#: src/readelf.c:8511 #, c-format msgid " [%*<PRIuFAST8>] %hhu argument\n" msgid_plural " [%*<PRIuFAST8>] %hhu arguments\n" @@ -5496,7 +5494,7 @@ msgstr[0] " [%*<PRIuFAST8>] %hhu parametr\n" msgstr[1] " [%*<PRIuFAST8>] %hhu parametry\n" msgstr[2] " [%*<PRIuFAST8>] %hhu parametrów\n" -#: src/readelf.c:8513 +#: src/readelf.c:8522 msgid "" "\n" "Directory table:" @@ -5504,12 +5502,12 @@ msgstr "" "\n" "Tabela katalogu:" -#: src/readelf.c:8519 src/readelf.c:8596 +#: src/readelf.c:8528 src/readelf.c:8605 #, fuzzy, c-format msgid " [" msgstr " PC: " -#: src/readelf.c:8590 +#: src/readelf.c:8599 #, fuzzy msgid "" "\n" @@ -5518,7 +5516,7 @@ msgstr "" "\n" " Tabela strony wywoÅ‚ania:" -#: src/readelf.c:8651 +#: src/readelf.c:8660 #, fuzzy msgid " Entry Dir Time Size Name" msgstr "" @@ -5526,7 +5524,16 @@ msgstr "" "Tabela nazw plików:\n" " Wpis Kat Czas Rozmiar Nazwa" -#: src/readelf.c:8688 +#: src/readelf.c:8699 +#, fuzzy +msgid "" +"\n" +"No line number statements." +msgstr "" +"\n" +"Instrukcje numerów wierszy:" + +#: src/readelf.c:8703 msgid "" "\n" "Line number statements:" @@ -5534,119 +5541,119 @@ msgstr "" "\n" "Instrukcje numerów wierszy:" -#: src/readelf.c:8711 +#: src/readelf.c:8726 #, c-format msgid "invalid maximum operations per instruction is zero" msgstr "nieprawidÅ‚owe maksimum operacji na instrukcjÄ™ wynosi zero" -#: src/readelf.c:8745 +#: src/readelf.c:8760 #, fuzzy, c-format msgid " special opcode %u: address+%u = " msgstr " instrukcja specjalna %u: adres+%u = %s, wiersz%+d = %zu\n" -#: src/readelf.c:8749 +#: src/readelf.c:8764 #, fuzzy, c-format msgid ", op_index = %u, line%+d = %zu\n" msgstr "" " instrukcja specjalna %u: adres+%u = %s, op_index = %u, wiersz%+d = %zu\n" -#: src/readelf.c:8752 +#: src/readelf.c:8767 #, c-format msgid ", line%+d = %zu\n" msgstr "" -#: src/readelf.c:8770 +#: src/readelf.c:8785 #, c-format msgid " extended opcode %u: " msgstr " instrukcja rozszerzona %u: " -#: src/readelf.c:8775 +#: src/readelf.c:8790 msgid " end of sequence" msgstr " koniec sekwencji" -#: src/readelf.c:8793 +#: src/readelf.c:8808 #, fuzzy, c-format msgid " set address to " msgstr " ustawienie adresu na %s\n" -#: src/readelf.c:8821 +#: src/readelf.c:8836 #, c-format msgid " define new file: dir=%u, mtime=%<PRIu64>, length=%<PRIu64>, name=%s\n" msgstr "" " definicja nowego pliku: dir=%u, mtime=%<PRIu64>, dÅ‚ugość=%<PRIu64>, nazwa=" "%s\n" -#: src/readelf.c:8835 +#: src/readelf.c:8850 #, c-format msgid " set discriminator to %u\n" msgstr " ustawienie dyskryminatora na %u\n" #. Unknown, ignore it. -#: src/readelf.c:8840 +#: src/readelf.c:8855 msgid " unknown opcode" msgstr " nieznana instrukcja" #. Takes no argument. -#: src/readelf.c:8852 +#: src/readelf.c:8867 msgid " copy" msgstr " kopiowanie" -#: src/readelf.c:8863 +#: src/readelf.c:8878 #, fuzzy, c-format msgid " advance address by %u to " msgstr " zwiÄ™kszenie adresu o %u do %s\n" -#: src/readelf.c:8867 src/readelf.c:8928 +#: src/readelf.c:8882 src/readelf.c:8943 #, c-format msgid ", op_index to %u" msgstr "" -#: src/readelf.c:8879 +#: src/readelf.c:8894 #, c-format msgid " advance line by constant %d to %<PRId64>\n" msgstr " zwiÄ™kszenie wiersza o stałą %d do %<PRId64>\n" -#: src/readelf.c:8889 +#: src/readelf.c:8904 #, c-format msgid " set file to %<PRIu64>\n" msgstr " ustawienie pliku na %<PRIu64>\n" -#: src/readelf.c:8900 +#: src/readelf.c:8915 #, c-format msgid " set column to %<PRIu64>\n" msgstr " ustawienie kolumny na %<PRIu64>\n" -#: src/readelf.c:8907 +#: src/readelf.c:8922 #, c-format msgid " set '%s' to %<PRIuFAST8>\n" msgstr " ustawienie „%s†na %<PRIuFAST8>\n" #. Takes no argument. -#: src/readelf.c:8913 +#: src/readelf.c:8928 msgid " set basic block flag" msgstr " ustawienie podstawowej flagi bloku" -#: src/readelf.c:8924 +#: src/readelf.c:8939 #, fuzzy, c-format msgid " advance address by constant %u to " msgstr " zwiÄ™kszenie adresu o stałą %u do %s\n" -#: src/readelf.c:8944 +#: src/readelf.c:8959 #, fuzzy, c-format msgid " advance address by fixed value %u to \n" msgstr " zwiÄ™kszenie adresu o stałą wartość %u do %s\n" #. Takes no argument. -#: src/readelf.c:8954 +#: src/readelf.c:8969 msgid " set prologue end flag" msgstr " ustawienie flagi koÅ„ca prologu" #. Takes no argument. -#: src/readelf.c:8959 +#: src/readelf.c:8974 msgid " set epilogue begin flag" msgstr " ustawienie flagi poczÄ…tku epilogu" -#: src/readelf.c:8969 +#: src/readelf.c:8984 #, c-format msgid " set isa to %u\n" msgstr " ustawienie isa na %u\n" @@ -5654,7 +5661,7 @@ msgstr " ustawienie isa na %u\n" #. This is a new opcode the generator but not we know about. #. Read the parameters associated with it but then discard #. everything. Read all the parameters for this opcode. -#: src/readelf.c:8978 +#: src/readelf.c:8993 #, c-format msgid " unknown opcode with %<PRIu8> parameter:" msgid_plural " unknown opcode with %<PRIu8> parameters:" @@ -5662,96 +5669,96 @@ msgstr[0] " nieznana instrukcja z %<PRIu8> parametrem:" msgstr[1] " nieznana instrukcja z %<PRIu8> parametrami:" msgstr[2] " nieznana instrukcja z %<PRIu8> parametrami:" -#: src/readelf.c:9018 +#: src/readelf.c:9033 #, fuzzy, c-format msgid "cannot get .debug_loclists content: %s" msgstr "nie można uzyskać zawartoÅ›ci .debug_log: %s" -#: src/readelf.c:9187 +#: src/readelf.c:9202 #, fuzzy, c-format msgid "invalid loclists data" msgstr "nieprawidÅ‚owe dane" -#: src/readelf.c:9440 +#: src/readelf.c:9455 #, c-format msgid "cannot get .debug_loc content: %s" msgstr "nie można uzyskać zawartoÅ›ci .debug_log: %s" -#: src/readelf.c:9647 src/readelf.c:10691 +#: src/readelf.c:9668 src/readelf.c:10712 msgid " <INVALID DATA>\n" msgstr " <NIEPRAWIDÅOWE DANE>\n" -#: src/readelf.c:9702 src/readelf.c:9865 +#: src/readelf.c:9723 src/readelf.c:9886 #, c-format msgid "cannot get macro information section data: %s" msgstr "nie można uzyskać danych sekcji informacji o makrach: %s" -#: src/readelf.c:9782 +#: src/readelf.c:9803 #, c-format msgid "%*s*** non-terminated string at end of section" msgstr "%*s*** niezakoÅ„czony ciÄ…g na koÅ„cu sekcji" -#: src/readelf.c:9805 +#: src/readelf.c:9826 #, c-format msgid "%*s*** missing DW_MACINFO_start_file argument at end of section" msgstr "%*s*** brak parametru DW_MACINFO_start_file na koÅ„cu sekcji" -#: src/readelf.c:9906 +#: src/readelf.c:9927 #, c-format msgid " Offset: 0x%<PRIx64>\n" msgstr " Offset: 0x%<PRIx64>\n" -#: src/readelf.c:9918 +#: src/readelf.c:9939 #, c-format msgid " Version: %<PRIu16>\n" msgstr " Wersja: %<PRIu16>\n" -#: src/readelf.c:9924 src/readelf.c:10811 +#: src/readelf.c:9945 src/readelf.c:10832 #, c-format msgid " unknown version, cannot parse section\n" msgstr " nieznana wersja, nie można przetworzyć sekcji\n" -#: src/readelf.c:9931 +#: src/readelf.c:9952 #, fuzzy, c-format msgid " Flag: 0x%<PRIx8>" msgstr " Flaga: 0x%<PRIx8>\n" -#: src/readelf.c:9960 +#: src/readelf.c:9981 #, c-format msgid " Offset length: %<PRIu8>\n" msgstr " DÅ‚ugość offsetu: %<PRIu8>\n" -#: src/readelf.c:9968 +#: src/readelf.c:9989 #, c-format msgid " .debug_line offset: 0x%<PRIx64>\n" msgstr " Offset .debug_line: 0x%<PRIx64>\n" -#: src/readelf.c:9993 +#: src/readelf.c:10014 #, c-format msgid " extension opcode table, %<PRIu8> items:\n" msgstr " tabela instrukcji rozszerzenia, %<PRIu8> elementów:\n" -#: src/readelf.c:10000 +#: src/readelf.c:10021 #, c-format msgid " [%<PRIx8>]" msgstr " [%<PRIx8>]" -#: src/readelf.c:10012 +#: src/readelf.c:10033 #, c-format msgid " %<PRIu8> arguments:" msgstr " Parametry %<PRIu8>:" -#: src/readelf.c:10027 +#: src/readelf.c:10048 #, c-format msgid " no arguments." msgstr " brak parametrów." -#: src/readelf.c:10228 +#: src/readelf.c:10249 #, c-format msgid " [%5d] DIE offset: %6<PRId64>, CU DIE offset: %6<PRId64>, name: %s\n" msgstr " [%5d] offset DIE: %6<PRId64>, offset CU DIE: %6<PRId64>, nazwa: %s\n" -#: src/readelf.c:10272 +#: src/readelf.c:10293 #, c-format msgid "" "\n" @@ -5762,41 +5769,41 @@ msgstr "" "Sekcja DWARF [%2zu] „%s†pod offsetem %#<PRIx64>:\n" " %*s CiÄ…g\n" -#: src/readelf.c:10287 +#: src/readelf.c:10308 #, fuzzy, c-format msgid " *** error, missing string terminator\n" msgstr " *** błąd podczas odczytywania ciÄ…gów: %s\n" -#: src/readelf.c:10316 +#: src/readelf.c:10337 #, fuzzy, c-format msgid "cannot get .debug_str_offsets section data: %s" msgstr "nie można uzyskać danych sekcji: %s" -#: src/readelf.c:10415 +#: src/readelf.c:10436 #, fuzzy, c-format msgid " Length: %8<PRIu64>\n" msgstr "" "\n" " DÅ‚ugość: %6<PRIu64>\n" -#: src/readelf.c:10417 +#: src/readelf.c:10438 #, fuzzy, c-format msgid " Offset size: %8<PRIu8>\n" msgstr " DÅ‚ugość offsetu: %<PRIu8>\n" -#: src/readelf.c:10431 +#: src/readelf.c:10452 #, fuzzy, c-format msgid " DWARF version: %8<PRIu16>\n" msgstr " Wersja DWARF: %6<PRIuFAST16>\n" -#: src/readelf.c:10440 +#: src/readelf.c:10461 #, fuzzy, c-format msgid " Padding: %8<PRIx16>\n" msgstr "" "\n" " DÅ‚ugość: %6<PRIu64>\n" -#: src/readelf.c:10494 +#: src/readelf.c:10515 #, c-format msgid "" "\n" @@ -5805,7 +5812,7 @@ msgstr "" "\n" "Sekcja tabeli wyszukiwania ramki wywoÅ‚ania [%2zu] „.eh_frame_hdrâ€:\n" -#: src/readelf.c:10596 +#: src/readelf.c:10617 #, c-format msgid "" "\n" @@ -5814,22 +5821,22 @@ msgstr "" "\n" "Sekcja tabeli obsÅ‚ugiwania wyjÄ…tków [%2zu] „.gcc_except_tableâ€:\n" -#: src/readelf.c:10619 +#: src/readelf.c:10640 #, c-format msgid " LPStart encoding: %#x " msgstr " Kodowanie LPStart: %#x " -#: src/readelf.c:10631 +#: src/readelf.c:10652 #, c-format msgid " TType encoding: %#x " msgstr " Kodowanie TType: %#x " -#: src/readelf.c:10646 +#: src/readelf.c:10667 #, c-format msgid " Call site encoding: %#x " msgstr " Kodowanie strony wywoÅ‚ania: %#x " -#: src/readelf.c:10659 +#: src/readelf.c:10680 msgid "" "\n" " Call site table:" @@ -5837,7 +5844,7 @@ msgstr "" "\n" " Tabela strony wywoÅ‚ania:" -#: src/readelf.c:10673 +#: src/readelf.c:10694 #, c-format msgid "" " [%4u] Call site start: %#<PRIx64>\n" @@ -5850,12 +5857,12 @@ msgstr "" " LÄ…dowisko: %#<PRIx64>\n" " DziaÅ‚anie: %u\n" -#: src/readelf.c:10746 +#: src/readelf.c:10767 #, c-format msgid "invalid TType encoding" msgstr "nieprawidÅ‚owe kodowanie TType" -#: src/readelf.c:10773 +#: src/readelf.c:10794 #, c-format msgid "" "\n" @@ -5864,37 +5871,37 @@ msgstr "" "\n" "Sekcja GDB [%2zu] „%s†pod offsetem %#<PRIx64> zawiera %<PRId64> bajtów:\n" -#: src/readelf.c:10802 +#: src/readelf.c:10823 #, c-format msgid " Version: %<PRId32>\n" msgstr " Wersja: %<PRId32>\n" -#: src/readelf.c:10820 +#: src/readelf.c:10841 #, c-format msgid " CU offset: %#<PRIx32>\n" msgstr " offset CU: %#<PRIx32>\n" -#: src/readelf.c:10827 +#: src/readelf.c:10848 #, c-format msgid " TU offset: %#<PRIx32>\n" msgstr " offset TU: %#<PRIx32>\n" -#: src/readelf.c:10834 +#: src/readelf.c:10855 #, c-format msgid " address offset: %#<PRIx32>\n" msgstr " offset adresu: %#<PRIx32>\n" -#: src/readelf.c:10841 +#: src/readelf.c:10862 #, c-format msgid " symbol offset: %#<PRIx32>\n" msgstr " offset symbolu: %#<PRIx32>\n" -#: src/readelf.c:10848 +#: src/readelf.c:10869 #, c-format msgid " constant offset: %#<PRIx32>\n" msgstr " offset staÅ‚ej: %#<PRIx32>\n" -#: src/readelf.c:10862 +#: src/readelf.c:10883 #, c-format msgid "" "\n" @@ -5903,7 +5910,7 @@ msgstr "" "\n" " Lista CU pod offsetem %#<PRIx32> zawiera %zu wpisów:\n" -#: src/readelf.c:10887 +#: src/readelf.c:10908 #, c-format msgid "" "\n" @@ -5912,7 +5919,7 @@ msgstr "" "\n" " Lista TU pod offsetem %#<PRIx32> zawiera %zu wpisów:\n" -#: src/readelf.c:10916 +#: src/readelf.c:10937 #, c-format msgid "" "\n" @@ -5921,7 +5928,7 @@ msgstr "" "\n" " Lista adresów pod offsetem %#<PRIx32> zawiera %zu wpisów:\n" -#: src/readelf.c:10948 +#: src/readelf.c:10969 #, c-format msgid "" "\n" @@ -5930,18 +5937,18 @@ msgstr "" "\n" " Tabela symboli pod offsetem %#<PRIx32> zawiera %zu gniazd:\n" -#: src/readelf.c:11086 +#: src/readelf.c:11107 #, c-format msgid "cannot get debug context descriptor: %s" msgstr "nie można uzyskać deskryptora kontekstu debugowania: %s" -#: src/readelf.c:11454 src/readelf.c:12076 src/readelf.c:12187 -#: src/readelf.c:12245 +#: src/readelf.c:11475 src/readelf.c:12097 src/readelf.c:12208 +#: src/readelf.c:12266 #, c-format msgid "cannot convert core note data: %s" msgstr "nie można konwertować danych notatki core: %s" -#: src/readelf.c:11817 +#: src/readelf.c:11838 #, c-format msgid "" "\n" @@ -5950,21 +5957,21 @@ msgstr "" "\n" "%*s… <powtarza siÄ™ jeszcze %u razy>…" -#: src/readelf.c:12324 +#: src/readelf.c:12345 msgid " Owner Data size Type\n" msgstr " WÅ‚aÅ›ciciel Rozmiar danych Typ\n" -#: src/readelf.c:12353 +#: src/readelf.c:12374 #, c-format msgid " %-13.*s %9<PRId32> %s\n" msgstr " %-13.*s %9<PRId32> %s\n" -#: src/readelf.c:12405 +#: src/readelf.c:12426 #, fuzzy, c-format msgid "cannot get content of note: %s" msgstr "nie można uzyskać zawartoÅ›ci sekcji notatki: %s" -#: src/readelf.c:12439 +#: src/readelf.c:12460 #, c-format msgid "" "\n" @@ -5974,7 +5981,7 @@ msgstr "" "Segment notatki [%2zu] „%s†o dÅ‚ugoÅ›ci %<PRIu64> bajtów pod offsetem " "%#0<PRIx64>:\n" -#: src/readelf.c:12462 +#: src/readelf.c:12483 #, c-format msgid "" "\n" @@ -5983,7 +5990,7 @@ msgstr "" "\n" "Segment notatki o dÅ‚ugoÅ›ci %<PRIu64> bajtów pod offsetem %#0<PRIx64>:\n" -#: src/readelf.c:12509 +#: src/readelf.c:12530 #, c-format msgid "" "\n" @@ -5992,12 +5999,12 @@ msgstr "" "\n" "Sekcja [%zu] „%s†nie ma danych do zrzucenia.\n" -#: src/readelf.c:12536 src/readelf.c:12587 +#: src/readelf.c:12557 src/readelf.c:12608 #, c-format msgid "cannot get data for section [%zu] '%s': %s" msgstr "nie można uzyskać danych dla sekcji [%zu] „%sâ€: %s" -#: src/readelf.c:12541 +#: src/readelf.c:12562 #, c-format msgid "" "\n" @@ -6007,7 +6014,7 @@ msgstr "" "Segment zrzutu szesnastkowego [%zu] „%sâ€, %<PRIu64> bajtów pod offsetem " "%#0<PRIx64>:\n" -#: src/readelf.c:12546 +#: src/readelf.c:12567 #, c-format msgid "" "\n" @@ -6018,7 +6025,7 @@ msgstr "" "Zrzut szesnastkowy sekcji [%zu] „%sâ€, %<PRIu64> bajtów (%zd " "nieskompresowanych) pod offsetem %#0<PRIx64>:\n" -#: src/readelf.c:12560 +#: src/readelf.c:12581 #, c-format msgid "" "\n" @@ -6027,7 +6034,7 @@ msgstr "" "\n" "Sekcja [%zu] „%s†nie ma ciÄ…gów do zrzucenia.\n" -#: src/readelf.c:12592 +#: src/readelf.c:12613 #, c-format msgid "" "\n" @@ -6036,7 +6043,7 @@ msgstr "" "\n" "Sekcja ciÄ…gów [%zu] „%s†zawiera %<PRIu64> bajtów pod offsetem %#0<PRIx64>:\n" -#: src/readelf.c:12597 +#: src/readelf.c:12618 #, c-format msgid "" "\n" @@ -6047,7 +6054,7 @@ msgstr "" "Sekcja ciÄ…gów [%zu] „%s†zawiera %<PRIu64> bajtów (%zd nieskompresowanych) " "pod offsetem %#0<PRIx64>:\n" -#: src/readelf.c:12646 +#: src/readelf.c:12667 #, c-format msgid "" "\n" @@ -6056,7 +6063,7 @@ msgstr "" "\n" "sekcja [%lu] nie istnieje" -#: src/readelf.c:12676 +#: src/readelf.c:12697 #, c-format msgid "" "\n" @@ -6065,12 +6072,12 @@ msgstr "" "\n" "sekcja „%s†nie istnieje" -#: src/readelf.c:12733 +#: src/readelf.c:12754 #, c-format msgid "cannot get symbol index of archive '%s': %s" msgstr "nie można uzyskać indeksu symboli archiwum „%sâ€: %s" -#: src/readelf.c:12736 +#: src/readelf.c:12757 #, c-format msgid "" "\n" @@ -6079,7 +6086,7 @@ msgstr "" "\n" "Archiwum „%s†nie ma indeksu symboli\n" -#: src/readelf.c:12740 +#: src/readelf.c:12761 #, c-format msgid "" "\n" @@ -6088,12 +6095,12 @@ msgstr "" "\n" "Indeks archiwum „%s†ma %zu wpisów:\n" -#: src/readelf.c:12758 +#: src/readelf.c:12779 #, c-format msgid "cannot extract member at offset %zu in '%s': %s" msgstr "nie można wydobyć elementów pod offsetem %zu w „%sâ€: %s" -#: src/readelf.c:12763 +#: src/readelf.c:12784 #, c-format msgid "Archive member '%s' contains:\n" msgstr "Element archiwum „%s†zawiera:\n" @@ -6171,61 +6178,61 @@ msgstr "nie można uzyskać nagłówka sekcji\n" msgid "(TOTALS)\n" msgstr "(CAÅKOWITE)\n" -#: src/stack.c:482 +#: src/stack.c:487 #, c-format msgid "-p PID should be a positive process id." msgstr "-p PID powinien być dodatnim identyfikatorem procesu." -#: src/stack.c:488 +#: src/stack.c:493 #, c-format msgid "Cannot open core file '%s'" msgstr "Nie można otworzyć pliku core „%sâ€" -#: src/stack.c:548 +#: src/stack.c:553 #, c-format msgid "-n MAXFRAMES should be 0 or higher." msgstr "-n MAKSYMALNA_LICZBA_RAMEK powinna wynosić 0 lub wiÄ™cej." -#: src/stack.c:560 +#: src/stack.c:565 #, c-format msgid "-e EXEC needs a core given by --core." msgstr "-e PLIK_WYKONYWALNY wymaga pliku core podanego za pomocÄ… opcji --core." -#: src/stack.c:564 +#: src/stack.c:569 #, c-format msgid "-1 needs a thread id given by -p." msgstr "-1 wymaga identyfikatora wÄ…tku podanego za pomocÄ… opcji -p." -#: src/stack.c:568 +#: src/stack.c:573 #, c-format msgid "One of -p PID or --core COREFILE should be given." msgstr "Tylko jedna z opcji -p PID lub --core PLIK_CORE powinna zostać podana." -#: src/stack.c:640 +#: src/stack.c:645 msgid "Show stack of process PID" msgstr "WyÅ›wietla stos numeru PID procesu" -#: src/stack.c:642 +#: src/stack.c:647 msgid "Show stack found in COREFILE" msgstr "WyÅ›wietla stos odnaleziony w PLIKU_CORE" -#: src/stack.c:643 +#: src/stack.c:648 msgid "(optional) EXECUTABLE that produced COREFILE" msgstr "(opcjonalnie) PLIK_WYKONYWALNY, który utworzyÅ‚ PLIK_CORE" -#: src/stack.c:647 +#: src/stack.c:652 msgid "Output selection options:" msgstr "Opcje wyboru wyjÅ›cia:" -#: src/stack.c:649 +#: src/stack.c:654 msgid "Additionally show frame activation" msgstr "Dodatkowo wyÅ›wietla aktywacjÄ™ ramki" -#: src/stack.c:651 +#: src/stack.c:656 msgid "Additionally try to lookup DWARF debuginfo name for frame address" msgstr "Dodatkowo próbuje wyszukać nazwy debuginfo DWARF dla adresu ramki" -#: src/stack.c:654 +#: src/stack.c:659 msgid "" "Additionally show inlined function frames using DWARF debuginfo if available " "(implies -d)" @@ -6233,15 +6240,15 @@ msgstr "" "Dodatkowo wyÅ›wietla wstawione ramki używajÄ…c debuginfo DWARF, jeÅ›li jest " "dostÄ™pne (zakÅ‚ada opcjÄ™ -d)" -#: src/stack.c:656 +#: src/stack.c:661 msgid "Additionally show module file information" msgstr "Dodatkowo wyÅ›wietla informacje o pliku moduÅ‚u" -#: src/stack.c:658 +#: src/stack.c:663 msgid "Additionally show source file information" msgstr "Dodatkowo wyÅ›wietla informacje o pliku źródÅ‚owym" -#: src/stack.c:660 +#: src/stack.c:665 msgid "" "Show all additional information (activation, debugname, inlines, module and " "source)" @@ -6249,36 +6256,36 @@ msgstr "" "WyÅ›wietla wszystkie dodatkowe informacje (aktywacjÄ™, nazwÄ™ debugowania, " "wstawki, moduÅ‚ i źródÅ‚o)" -#: src/stack.c:662 +#: src/stack.c:667 msgid "Do not resolve address to function symbol name" msgstr "Nie rozwiÄ…zuje nazw symboli adresów do funkcji" -#: src/stack.c:664 +#: src/stack.c:669 msgid "Show raw function symbol names, do not try to demangle names" msgstr "" "WyÅ›wietla surowe nazwy symboli funkcji, nie próbuje usuwać dekoracji z nazw" -#: src/stack.c:666 +#: src/stack.c:671 msgid "Show module build-id, load address and pc offset" msgstr "WyÅ›wietla identyfikator kopii moduÅ‚u, wczytuje adres i offset pc" -#: src/stack.c:668 +#: src/stack.c:673 msgid "Show the backtrace of only one thread" msgstr "WyÅ›wietla wyjÄ…tek, jeÅ›li jest tylko jeden wÄ…tek" -#: src/stack.c:670 +#: src/stack.c:675 msgid "Show at most MAXFRAMES per thread (default 256, use 0 for unlimited)" msgstr "" "WyÅ›wietla najwyżej MAKSYMALNÄ„_LICZBĘ_KLATEK na wÄ…tek (domyÅ›lnie 256, 0 " "oznacza brak ograniczenia)" -#: src/stack.c:672 +#: src/stack.c:677 msgid "Show module memory map with build-id, elf and debug files detected" msgstr "" "WyÅ›wietla mapÄ™ pamiÄ™ci moduÅ‚u z identyfikatorem kopii, wykryte pliki elf " "i debug" -#: src/stack.c:680 +#: src/stack.c:685 #, fuzzy msgid "" "Print a stack for each thread in a process or core file.\n" @@ -6300,7 +6307,7 @@ msgstr "" "z kodem zwrotnym 2. JeÅ›li program zostaÅ‚ wywoÅ‚any za pomocÄ… błędnych lub " "brakujÄ…cych parametrów, to zakoÅ„czy on dziaÅ‚anie z kodem zwrotnym 64." -#: src/stack.c:755 +#: src/stack.c:760 #, c-format msgid "Couldn't show any frames." msgstr "Nie można wyÅ›wietlić żadnych ramek." @@ -6708,7 +6715,7 @@ msgstr "nie można utworzyć nagłówka ELF: %s" msgid "cannot get shdrstrndx:%s" msgstr "nie można uzyskać sekcji: %s" -#: src/unstrip.c:248 src/unstrip.c:2081 +#: src/unstrip.c:248 src/unstrip.c:2083 #, c-format msgid "cannot get ELF header: %s" msgstr "nie można uzyskać nagłówka ELF: %s" @@ -6728,12 +6735,12 @@ msgstr "nie można zaktualizować relokacji: %s" msgid "cannot copy ELF header: %s" msgstr "nie można skopiować nagłówka ELF: %s" -#: src/unstrip.c:269 src/unstrip.c:2099 src/unstrip.c:2142 +#: src/unstrip.c:269 src/unstrip.c:2101 src/unstrip.c:2144 #, c-format msgid "cannot get number of program headers: %s" msgstr "nie można uzyskać liczby nagłówków programu: %s" -#: src/unstrip.c:274 src/unstrip.c:2103 +#: src/unstrip.c:274 src/unstrip.c:2105 #, c-format msgid "cannot create program headers: %s" msgstr "nie można utworzyć nagłówków programu: %s" @@ -6748,12 +6755,12 @@ msgstr "nie można skopiować nagłówka programu: %s" msgid "cannot copy section header: %s" msgstr "nie można skopiować nagłówka sekcji: %s" -#: src/unstrip.c:293 src/unstrip.c:1703 +#: src/unstrip.c:293 src/unstrip.c:1705 #, c-format msgid "cannot get section data: %s" msgstr "nie można uzyskać danych sekcji: %s" -#: src/unstrip.c:295 src/unstrip.c:1705 +#: src/unstrip.c:295 src/unstrip.c:1707 #, c-format msgid "cannot copy section data: %s" msgstr "nie można skopiować danych sekcji: %s" @@ -6763,14 +6770,14 @@ msgstr "nie można skopiować danych sekcji: %s" msgid "cannot create directory '%s'" msgstr "nie można utworzyć katalogu „%sâ€" -#: src/unstrip.c:391 src/unstrip.c:651 src/unstrip.c:685 src/unstrip.c:853 -#: src/unstrip.c:1745 +#: src/unstrip.c:391 src/unstrip.c:653 src/unstrip.c:687 src/unstrip.c:855 +#: src/unstrip.c:1747 #, c-format msgid "cannot get symbol table entry: %s" msgstr "nie można uzyskać wpisu tabeli symboli: %s" -#: src/unstrip.c:407 src/unstrip.c:654 src/unstrip.c:675 src/unstrip.c:688 -#: src/unstrip.c:1766 src/unstrip.c:1961 src/unstrip.c:1985 +#: src/unstrip.c:407 src/unstrip.c:656 src/unstrip.c:677 src/unstrip.c:690 +#: src/unstrip.c:1768 src/unstrip.c:1963 src/unstrip.c:1987 #, c-format msgid "cannot update symbol table: %s" msgstr "nie można zaktualizować tabeli symboli: %s" @@ -6785,161 +6792,161 @@ msgstr "nie można zaktualizować nagłówka sekcji: %s" msgid "cannot update relocation: %s" msgstr "nie można zaktualizować relokacji: %s" -#: src/unstrip.c:574 +#: src/unstrip.c:576 #, c-format msgid "cannot get symbol version: %s" msgstr "nie można uzyskać wersji symbolu: %s" -#: src/unstrip.c:587 +#: src/unstrip.c:589 #, c-format msgid "unexpected section type in [%zu] with sh_link to symtab" msgstr "nieoczekiwany typ sekcji w [%zu] z sh_link do tabeli symboli" -#: src/unstrip.c:842 +#: src/unstrip.c:844 #, fuzzy, c-format msgid "cannot get symbol section data: %s" msgstr "nie można uzyskać danych sekcji: %s" -#: src/unstrip.c:844 +#: src/unstrip.c:846 #, fuzzy, c-format msgid "cannot get string section data: %s" msgstr "nie można uzyskać danych sekcji: %s" -#: src/unstrip.c:861 +#: src/unstrip.c:863 #, c-format msgid "invalid string offset in symbol [%zu]" msgstr "nieprawidÅ‚owy offset ciÄ…gu w symbolu [%zu]" -#: src/unstrip.c:1019 src/unstrip.c:1423 +#: src/unstrip.c:1021 src/unstrip.c:1425 #, c-format msgid "cannot read section [%zu] name: %s" msgstr "nie można odczytać nazwy sekcji [%zu]: %s" -#: src/unstrip.c:1034 +#: src/unstrip.c:1036 #, fuzzy, c-format msgid "bad sh_link for group section: %s" msgstr "nieprawidÅ‚owa wartość sh_link w sekcji %zu" -#: src/unstrip.c:1040 +#: src/unstrip.c:1042 #, fuzzy, c-format msgid "couldn't get shdr for group section: %s" msgstr "nie można uzyskać danych dla sekcji %d: %s" -#: src/unstrip.c:1045 +#: src/unstrip.c:1047 #, fuzzy, c-format msgid "bad data for group symbol section: %s" msgstr "nie można uzyskać danych dla sekcji symboli\n" -#: src/unstrip.c:1051 +#: src/unstrip.c:1053 #, fuzzy, c-format msgid "couldn't get symbol for group section: %s" msgstr "nie można uzyskać wersji symbolu: %s" -#: src/unstrip.c:1056 +#: src/unstrip.c:1058 #, fuzzy, c-format msgid "bad symbol name for group section: %s" msgstr "błędny nagłówek kompresji dla sekcji %zd: %s" -#: src/unstrip.c:1098 src/unstrip.c:1117 src/unstrip.c:1155 +#: src/unstrip.c:1100 src/unstrip.c:1119 src/unstrip.c:1157 #, c-format msgid "cannot read '.gnu.prelink_undo' section: %s" msgstr "nie można odczytać sekcji „.gnu.prelink_undoâ€: %s" -#: src/unstrip.c:1135 +#: src/unstrip.c:1137 #, c-format msgid "overflow with shnum = %zu in '%s' section" msgstr "przepeÅ‚nienie z shnum = %zu w sekcji „%sâ€" -#: src/unstrip.c:1146 +#: src/unstrip.c:1148 #, c-format msgid "invalid contents in '%s' section" msgstr "nieprawidÅ‚owa zawartość w sekcji „%sâ€" -#: src/unstrip.c:1202 src/unstrip.c:1549 +#: src/unstrip.c:1204 src/unstrip.c:1551 #, c-format msgid "cannot find matching section for [%zu] '%s'" msgstr "nie można odnaleźć pasujÄ…cej sekcji dla [%zu] „%sâ€" -#: src/unstrip.c:1327 src/unstrip.c:1343 src/unstrip.c:1629 src/unstrip.c:1920 +#: src/unstrip.c:1329 src/unstrip.c:1345 src/unstrip.c:1631 src/unstrip.c:1922 #, c-format msgid "cannot add section name to string table: %s" msgstr "nie można nazwy sekcji do tabeli ciÄ…gów: %s" -#: src/unstrip.c:1352 +#: src/unstrip.c:1354 #, c-format msgid "cannot update section header string table data: %s" msgstr "nie można zaktualizować danych tabeli ciÄ…gów nagłówków sekcji: %s" -#: src/unstrip.c:1381 src/unstrip.c:1385 +#: src/unstrip.c:1383 src/unstrip.c:1387 #, c-format msgid "cannot get section header string table section index: %s" msgstr "nie można uzyskać indeksu sekcji tabeli ciÄ…gów nagłówków sekcji: %s" -#: src/unstrip.c:1389 src/unstrip.c:1393 src/unstrip.c:1644 +#: src/unstrip.c:1391 src/unstrip.c:1395 src/unstrip.c:1646 #, c-format msgid "cannot get section count: %s" msgstr "nie można uzyskać licznika sekcji: %s" -#: src/unstrip.c:1396 +#: src/unstrip.c:1398 #, c-format msgid "more sections in stripped file than debug file -- arguments reversed?" msgstr "" "wiÄ™cej sekcji w okrojonym pliku niż w pliku debugowania — odwrócono " "parametry?" -#: src/unstrip.c:1400 +#: src/unstrip.c:1402 #, c-format msgid "no sections in stripped file" msgstr "" -#: src/unstrip.c:1471 src/unstrip.c:1564 +#: src/unstrip.c:1473 src/unstrip.c:1566 #, c-format msgid "cannot read section header string table: %s" msgstr "nie można odczytać tabeli ciÄ…gów nagłówków sekcji: %s" -#: src/unstrip.c:1623 +#: src/unstrip.c:1625 #, c-format msgid "cannot add new section: %s" msgstr "nie można dodać nowej sekcji: %s" -#: src/unstrip.c:1753 +#: src/unstrip.c:1755 #, c-format msgid "symbol [%zu] has invalid section index" msgstr "symbol [%zu] ma nieprawidÅ‚owy indeks sekcji" -#: src/unstrip.c:1785 +#: src/unstrip.c:1787 #, fuzzy, c-format msgid "group has invalid section index [%zd]" msgstr "symbol [%zu] ma nieprawidÅ‚owy indeks sekcji" -#: src/unstrip.c:2060 +#: src/unstrip.c:2062 #, c-format msgid "cannot read section data: %s" msgstr "nie można odczytać danych sekcji: %s" -#: src/unstrip.c:2089 +#: src/unstrip.c:2091 #, c-format msgid "cannot update ELF header: %s" msgstr "nie można zaktualizować nagłówka ELF: %s" -#: src/unstrip.c:2113 +#: src/unstrip.c:2115 #, c-format msgid "cannot update program header: %s" msgstr "nie można zaktualizować nagłówka programu: %s" -#: src/unstrip.c:2118 src/unstrip.c:2200 +#: src/unstrip.c:2120 src/unstrip.c:2202 #, c-format msgid "cannot write output file: %s" msgstr "nie można zapisać pliku wyjÅ›ciowego: %s" -#: src/unstrip.c:2169 +#: src/unstrip.c:2171 #, c-format msgid "DWARF data not adjusted for prelinking bias; consider prelink -u" msgstr "" "Dane DWARF nie zostaÅ‚y dostosowane do przesuniÄ™cia wczesnego konsolidowania; " "proszÄ™ rozważyć polecenie prelink -u" -#: src/unstrip.c:2172 +#: src/unstrip.c:2174 #, c-format msgid "" "DWARF data in '%s' not adjusted for prelinking bias; consider prelink -u" @@ -6947,77 +6954,77 @@ msgstr "" "Dane DWARF w „%s†nie zostaÅ‚y dostosowane do przesuniÄ™cia wczesnego " "konsolidowania; proszÄ™ rozważyć polecenie prelink -u" -#: src/unstrip.c:2191 src/unstrip.c:2242 src/unstrip.c:2254 src/unstrip.c:2340 +#: src/unstrip.c:2193 src/unstrip.c:2244 src/unstrip.c:2256 src/unstrip.c:2342 #, c-format msgid "cannot create ELF descriptor: %s" msgstr "nie można utworzyć deskryptora ELF: %s" -#: src/unstrip.c:2233 +#: src/unstrip.c:2235 msgid "WARNING: " msgstr "OSTRZEÅ»ENIE: " -#: src/unstrip.c:2235 +#: src/unstrip.c:2237 msgid ", use --force" msgstr ", należy użyć opcji --force" -#: src/unstrip.c:2258 +#: src/unstrip.c:2260 msgid "ELF header identification (e_ident) different" msgstr "Różna identyfikacja nagłówka ELF (e_ident)" -#: src/unstrip.c:2261 +#: src/unstrip.c:2263 msgid "ELF header type (e_type) different" msgstr "Różne typy nagłówka ELF (e_type)" -#: src/unstrip.c:2264 +#: src/unstrip.c:2266 msgid "ELF header machine type (e_machine) different" msgstr "Różne typy maszyny nagłówka ELF (e_machine)" -#: src/unstrip.c:2267 +#: src/unstrip.c:2269 msgid "stripped program header (e_phnum) smaller than unstripped" msgstr "okrojony nagłówek programu (e_phnum) jest mniejszy niż nieokrojony" -#: src/unstrip.c:2297 +#: src/unstrip.c:2299 #, c-format msgid "cannot find stripped file for module '%s': %s" msgstr "nie można odnaleźć okrojonego pliku dla moduÅ‚u „%sâ€: %s" -#: src/unstrip.c:2301 +#: src/unstrip.c:2303 #, c-format msgid "cannot open stripped file '%s' for module '%s': %s" msgstr "nie można otworzyć okrojonego pliku „%s†dla moduÅ‚u „%sâ€: %s" -#: src/unstrip.c:2316 +#: src/unstrip.c:2318 #, c-format msgid "cannot find debug file for module '%s': %s" msgstr "nie można odnaleźć pliku debugowania dla moduÅ‚u „%sâ€: %s" -#: src/unstrip.c:2320 +#: src/unstrip.c:2322 #, c-format msgid "cannot open debug file '%s' for module '%s': %s" msgstr "nie można otworzyć pliku debugowania „%s†dla moduÅ‚u „%sâ€: %s" -#: src/unstrip.c:2333 +#: src/unstrip.c:2335 #, c-format msgid "module '%s' file '%s' is not stripped" msgstr "moduÅ‚ „%s†pliku „%s†nie zostaÅ‚ okrojony" -#: src/unstrip.c:2364 +#: src/unstrip.c:2366 #, c-format msgid "cannot cache section addresses for module '%s': %s" msgstr "" "nie można utworzyć pamiÄ™ci podrÄ™cznej adresów sekcji dla moduÅ‚u „%sâ€: %s" -#: src/unstrip.c:2497 +#: src/unstrip.c:2498 #, c-format msgid "no matching modules found" msgstr "nie odnaleziono pasujÄ…cych modułów" -#: src/unstrip.c:2506 +#: src/unstrip.c:2507 #, c-format msgid "matched more than one module" msgstr "pasuje wiÄ™cej niż jeden moduÅ‚" -#: src/unstrip.c:2550 +#: src/unstrip.c:2551 msgid "" "STRIPPED-FILE DEBUG-FILE\n" "[MODULE...]" @@ -7025,7 +7032,7 @@ msgstr "" "OKROJONY-PLIK PLIK-DEBUGOWANIA\n" "[MODUÅ…]" -#: src/unstrip.c:2551 +#: src/unstrip.c:2552 #, fuzzy msgid "" "Combine stripped files with separate symbols and debug information.\n" @@ -7094,6 +7101,12 @@ msgid "Show instances of inlined functions" msgstr "WyÅ›wietla wystÄ…pienia wstawionych funkcji" #, fuzzy +#~ msgid "" +#~ " [%6tx] base address\n" +#~ " " +#~ msgstr " [%6tx] adres podstawowy %s\n" + +#, fuzzy #~ msgid "%s: error getting zero section: %s" #~ msgstr "%s: błąd podczas odczytywania pliku: %s" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n" -"POT-Creation-Date: 2020-06-11 15:50+0200\n" +"POT-Creation-Date: 2020-09-08 12:51+0200\n" "PO-Revision-Date: 2020-03-28 14:59+0200\n" "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n" "Language-Team: Ukrainian <kde-i18n-uk@kde.org>\n" @@ -59,17 +59,17 @@ msgstr "" "гарантій, зокрема гарантій працездатноÑті або придатноÑті Ð´Ð»Ñ Ð¿ÐµÐ²Ð½Ð¾Ñ— мети.\n" #: lib/xmalloc.c:52 lib/xmalloc.c:65 lib/xmalloc.c:77 src/readelf.c:3449 -#: src/readelf.c:11403 src/unstrip.c:2393 src/unstrip.c:2599 +#: src/readelf.c:11424 src/unstrip.c:2395 src/unstrip.c:2600 #, c-format msgid "memory exhausted" msgstr "пам’Ñть вичерпано" -#: libasm/asm_error.c:65 libdw/dwarf_error.c:57 libdwfl/libdwflP.h:51 +#: libasm/asm_error.c:65 libdw/dwarf_error.c:57 libdwfl/libdwflP.h:54 #: libelf/elf_error.c:60 msgid "no error" msgstr "без помилок" -#: libasm/asm_error.c:66 libdw/dwarf_error.c:67 libdwfl/libdwflP.h:53 +#: libasm/asm_error.c:66 libdw/dwarf_error.c:67 libdwfl/libdwflP.h:56 #: libelf/elf_error.c:91 msgid "out of memory" msgstr "неÑтача пам'Ñті" @@ -106,7 +106,7 @@ msgstr "помилка під Ñ‡Ð°Ñ Ñпроби Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ…" msgid "no backend support available" msgstr "підтримки Ñерверів не передбачено" -#: libasm/asm_error.c:83 libdw/dwarf_error.c:58 libdwfl/libdwflP.h:52 +#: libasm/asm_error.c:83 libdw/dwarf_error.c:58 libdwfl/libdwflP.h:55 #: libelf/elf_error.c:63 msgid "unknown error" msgstr "невідома помилка" @@ -219,7 +219,7 @@ msgstr "некоректна верÑÑ–Ñ DWARF" msgid "invalid directory index" msgstr "некоректний покажчик каталогу" -#: libdw/dwarf_error.c:87 libdwfl/libdwflP.h:72 +#: libdw/dwarf_error.c:87 libdwfl/libdwflP.h:75 msgid "address out of range" msgstr "некоректна адреÑа" @@ -247,7 +247,7 @@ msgstr "некоректний номер Ñ€Ñдка" msgid "invalid address range index" msgstr "некоректний Ñ–Ð½Ð´ÐµÐºÑ Ð´Ñ–Ð°Ð¿Ð°Ð·Ð¾Ð½Ñƒ адреÑ" -#: libdw/dwarf_error.c:94 libdwfl/libdwflP.h:73 +#: libdw/dwarf_error.c:94 libdwfl/libdwflP.h:76 msgid "no matching address range" msgstr "не виÑвлено відповідного діапазону адреÑ" @@ -291,7 +291,7 @@ msgstr "невідомий код мови" msgid ".debug_addr section missing" msgstr "пропущено розділ .debug_addr" -#: libdwfl/argp-std.c:50 src/stack.c:638 src/unstrip.c:2540 +#: libdwfl/argp-std.c:50 src/stack.c:643 src/unstrip.c:2541 msgid "Input selection options:" msgstr "Вибір параметрів Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ…:" @@ -323,7 +323,7 @@ msgstr "Знайти адреÑи у запущеному Ñдрі" msgid "Kernel with all modules" msgstr "Ядро з уÑіма модулÑми" -#: libdwfl/argp-std.c:63 src/stack.c:645 +#: libdwfl/argp-std.c:63 src/stack.c:650 msgid "Search path for separate debuginfo files" msgstr "Шукати у вказаному каталозі окремі файли debuginfo" @@ -358,155 +358,155 @@ msgstr "Бракує пам'Ñті" msgid "No modules recognized in core file" msgstr "Ðе вдалоÑÑ Ð²Ð¸Ñвити модулі у файлі core" -#: libdwfl/libdwflP.h:54 +#: libdwfl/libdwflP.h:57 msgid "See errno" msgstr "Див. errno" -#: libdwfl/libdwflP.h:55 +#: libdwfl/libdwflP.h:58 msgid "See elf_errno" msgstr "Див. elf_errno" -#: libdwfl/libdwflP.h:56 +#: libdwfl/libdwflP.h:59 msgid "See dwarf_errno" msgstr "Див. dwarf_errno" -#: libdwfl/libdwflP.h:57 +#: libdwfl/libdwflP.h:60 msgid "See ebl_errno (XXX missing)" msgstr "Див. ebl_errno (не виÑвлено XXX)" -#: libdwfl/libdwflP.h:58 +#: libdwfl/libdwflP.h:61 msgid "gzip decompression failed" msgstr "Помилка під Ñ‡Ð°Ñ Ñпроби Ð²Ð¸Ð´Ð¾Ð±ÑƒÐ²Ð°Ð½Ð½Ñ Ð· gzip" -#: libdwfl/libdwflP.h:59 +#: libdwfl/libdwflP.h:62 msgid "bzip2 decompression failed" msgstr "Помилка під Ñ‡Ð°Ñ Ñпроби Ð²Ð¸Ð´Ð¾Ð±ÑƒÐ²Ð°Ð½Ð½Ñ Ð· bzip2" -#: libdwfl/libdwflP.h:60 +#: libdwfl/libdwflP.h:63 msgid "LZMA decompression failed" msgstr "Помилка під Ñ‡Ð°Ñ Ñпроби Ð²Ð¸Ð´Ð¾Ð±ÑƒÐ²Ð°Ð½Ð½Ñ Ð· LZMA" -#: libdwfl/libdwflP.h:61 +#: libdwfl/libdwflP.h:64 msgid "no support library found for machine" msgstr "у ÑиÑтемі не виÑвлено бібліотеки підтримки" -#: libdwfl/libdwflP.h:62 +#: libdwfl/libdwflP.h:65 msgid "Callbacks missing for ET_REL file" msgstr "Ðемає зворотних викликів Ð´Ð»Ñ Ñ„Ð°Ð¹Ð»Ð° ET_REL" -#: libdwfl/libdwflP.h:63 +#: libdwfl/libdwflP.h:66 msgid "Unsupported relocation type" msgstr "Ðепідтримуваний тип переÑуваннÑ" -#: libdwfl/libdwflP.h:64 +#: libdwfl/libdwflP.h:67 msgid "r_offset is bogus" msgstr "r_offset Ñ” фіктивним" -#: libdwfl/libdwflP.h:65 libelf/elf_error.c:115 libelf/elf_error.c:175 +#: libdwfl/libdwflP.h:68 libelf/elf_error.c:115 libelf/elf_error.c:175 msgid "offset out of range" msgstr "Ð¿ÐµÑ€ÐµÐ²Ð¸Ñ‰ÐµÐ½Ð½Ñ Ð¼Ð¾Ð¶Ð»Ð¸Ð²Ð¾Ð³Ð¾ зміщеннÑ" -#: libdwfl/libdwflP.h:66 +#: libdwfl/libdwflP.h:69 msgid "relocation refers to undefined symbol" msgstr "переÑÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ð¾ÑилаєтьÑÑ Ð½Ð° невизначений Ñимвол." -#: libdwfl/libdwflP.h:67 +#: libdwfl/libdwflP.h:70 msgid "Callback returned failure" msgstr "Зворотним викликом повернуто помилку" -#: libdwfl/libdwflP.h:68 +#: libdwfl/libdwflP.h:71 msgid "No DWARF information found" msgstr "Ðе виÑвлено відомоÑтей DWARF" -#: libdwfl/libdwflP.h:69 +#: libdwfl/libdwflP.h:72 msgid "No symbol table found" msgstr "Ðе виÑвлено таблиці Ñимволів" -#: libdwfl/libdwflP.h:70 +#: libdwfl/libdwflP.h:73 msgid "No ELF program headers" msgstr "Ðемає заголовків програми ELF" -#: libdwfl/libdwflP.h:71 +#: libdwfl/libdwflP.h:74 msgid "address range overlaps an existing module" msgstr "діапазон Ð°Ð´Ñ€ÐµÑ Ð¿ÐµÑ€ÐµÐºÑ€Ð¸Ð²Ð°Ñ” Ñ–Ñнуючий модуль" -#: libdwfl/libdwflP.h:74 +#: libdwfl/libdwflP.h:77 msgid "image truncated" msgstr "образ обрізано" -#: libdwfl/libdwflP.h:75 +#: libdwfl/libdwflP.h:78 msgid "ELF file opened" msgstr "Відкритий файл ELF" -#: libdwfl/libdwflP.h:76 +#: libdwfl/libdwflP.h:79 msgid "not a valid ELF file" msgstr "не Ñ” коректним файлом ELF" -#: libdwfl/libdwflP.h:77 +#: libdwfl/libdwflP.h:80 msgid "cannot handle DWARF type description" msgstr "не вдалоÑÑ Ð¾Ð±Ñ€Ð¾Ð±Ð¸Ñ‚Ð¸ Ð¾Ð¿Ð¸Ñ Ñ‚Ð¸Ð¿Ñƒ DWARF" -#: libdwfl/libdwflP.h:78 +#: libdwfl/libdwflP.h:81 msgid "ELF file does not match build ID" msgstr "Файл ELF не відповідає ідентифікатору збираннÑ" -#: libdwfl/libdwflP.h:79 +#: libdwfl/libdwflP.h:82 msgid "corrupt .gnu.prelink_undo section data" msgstr "дані розділу «.gnu.prelink_undo» пошкоджено" -#: libdwfl/libdwflP.h:80 +#: libdwfl/libdwflP.h:83 msgid "Internal error due to ebl" msgstr "Ð’Ð½ÑƒÑ‚Ñ€Ñ–ÑˆÐ½Ñ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° через ebl" -#: libdwfl/libdwflP.h:81 +#: libdwfl/libdwflP.h:84 msgid "Missing data in core file" msgstr "У файлі Ñдра не виÑтачає даних" -#: libdwfl/libdwflP.h:82 +#: libdwfl/libdwflP.h:85 msgid "Invalid register" msgstr "Ðекоректний регіÑтр" -#: libdwfl/libdwflP.h:83 +#: libdwfl/libdwflP.h:86 msgid "Error reading process memory" msgstr "Помилка під Ñ‡Ð°Ñ Ñпроби Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ Ð¿Ð°Ð¼â€™Ñті процеÑу" -#: libdwfl/libdwflP.h:84 +#: libdwfl/libdwflP.h:87 msgid "Couldn't find architecture of any ELF" msgstr "Ðе вдалоÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ хоч ÑкуÑÑŒ архітектуру ELF" -#: libdwfl/libdwflP.h:85 +#: libdwfl/libdwflP.h:88 msgid "Error parsing /proc filesystem" msgstr "Помилка під Ñ‡Ð°Ñ Ñпроби обробки файлової ÑиÑтеми /proc" -#: libdwfl/libdwflP.h:86 +#: libdwfl/libdwflP.h:89 msgid "Invalid DWARF" msgstr "Ðекоректний Ð·Ð°Ð¿Ð¸Ñ DWARF" -#: libdwfl/libdwflP.h:87 +#: libdwfl/libdwflP.h:90 msgid "Unsupported DWARF" msgstr "Ðепідтримуваний Ð·Ð°Ð¿Ð¸Ñ DWARF" -#: libdwfl/libdwflP.h:88 +#: libdwfl/libdwflP.h:91 msgid "Unable to find more threads" msgstr "Ðе вдалоÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ додаткові потоки" -#: libdwfl/libdwflP.h:89 +#: libdwfl/libdwflP.h:92 msgid "Dwfl already has attached state" msgstr "Dwfl уже перебуває у Ñтані Ð´Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð½Ñ Ð´Ð¾ процеÑу" -#: libdwfl/libdwflP.h:90 +#: libdwfl/libdwflP.h:93 msgid "Dwfl has no attached state" msgstr "Dwfl не перебуває у Ñтані Ð´Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð½Ñ Ð´Ð¾ процеÑу" -#: libdwfl/libdwflP.h:91 +#: libdwfl/libdwflP.h:94 msgid "Unwinding not supported for this architecture" msgstr "Ð”Ð»Ñ Ñ†Ñ–Ñ”Ñ— архітектури Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð½Ðµ передбачено" -#: libdwfl/libdwflP.h:92 +#: libdwfl/libdwflP.h:95 msgid "Invalid argument" msgstr "Ðекоректний аргумент" -#: libdwfl/libdwflP.h:93 +#: libdwfl/libdwflP.h:96 msgid "Not an ET_CORE ELF file" msgstr "Ðе Ñ” файлом ET_CORE ELF" @@ -577,7 +577,7 @@ msgstr " Ід. збираннÑ: " msgid " Linker version: %.*s\n" msgstr " ВерÑÑ–Ñ ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð»ÑŒÐ½Ð¸ÐºÐ°: %.*s\n" -#: libebl/eblobjnote.c:571 +#: libebl/eblobjnote.c:638 #, c-format msgid " OS: %s, ABI: " msgstr " ОС: %s, ABI: " @@ -611,7 +611,7 @@ msgstr "некоректна розмірніÑть вхідного парамРmsgid "invalid size of destination operand" msgstr "некоректна розмірніÑть вихідного параметра" -#: libelf/elf_error.c:87 src/readelf.c:6166 +#: libelf/elf_error.c:87 src/readelf.c:6172 #, c-format msgid "invalid encoding" msgstr "некоректне кодуваннÑ" @@ -696,8 +696,8 @@ msgstr "невідповідніÑть полів data/scn" msgid "invalid section header" msgstr "некоректний заголовок розділу" -#: libelf/elf_error.c:191 src/readelf.c:9914 src/readelf.c:10514 -#: src/readelf.c:10615 src/readelf.c:10797 +#: libelf/elf_error.c:191 src/readelf.c:9935 src/readelf.c:10535 +#: src/readelf.c:10636 src/readelf.c:10818 #, c-format msgid "invalid data" msgstr "некоректні дані" @@ -1028,12 +1028,12 @@ msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ дані архіву «%s» за Ð msgid "no entry %s in archive\n" msgstr "у архіві немає запиÑу %s\n" -#: src/ar.c:472 src/ar.c:923 src/ar.c:1127 +#: src/ar.c:472 src/ar.c:927 src/ar.c:1134 #, c-format msgid "cannot create hash table" msgstr "не вдалоÑÑ Ñтворити таблицю хешів" -#: src/ar.c:479 src/ar.c:930 src/ar.c:1136 +#: src/ar.c:479 src/ar.c:934 src/ar.c:1143 #, c-format msgid "cannot insert into hash table" msgstr "не вдалоÑÑ Ð²Ñтавити Ð·Ð°Ð¿Ð¸Ñ Ð´Ð¾ таблиці хешів" @@ -1073,67 +1073,67 @@ msgstr "не вдалоÑÑ Ð·Ð¼Ñ–Ð½Ð¸Ñ‚Ð¸ чаÑову мітку зміни %s msgid "cannot rename temporary file to %.*s" msgstr "не вдалоÑÑ Ð¿ÐµÑ€ÐµÐ¹Ð¼ÐµÐ½ÑƒÐ²Ð°Ñ‚Ð¸ файл тимчаÑових даних на %.*s" -#: src/ar.c:764 src/ar.c:1015 src/ar.c:1416 src/ranlib.c:222 +#: src/ar.c:764 src/ar.c:1019 src/ar.c:1423 src/ranlib.c:222 #, c-format msgid "cannot create new file" msgstr "не вдалоÑÑ Ñтворити файл" -#: src/ar.c:1218 +#: src/ar.c:1225 #, c-format msgid "position member %s not found" msgstr "не виÑвлено елемента позиції %s" -#: src/ar.c:1228 +#: src/ar.c:1235 #, c-format msgid "%s: no entry %s in archive!\n" msgstr "%s: у архіві немає запиÑу %s!\n" -#: src/ar.c:1257 src/objdump.c:241 +#: src/ar.c:1264 src/objdump.c:241 #, c-format msgid "cannot open %s" msgstr "не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ %s" -#: src/ar.c:1262 +#: src/ar.c:1269 #, c-format msgid "cannot stat %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ дані %s за допомогою stat" -#: src/ar.c:1268 +#: src/ar.c:1275 #, c-format msgid "%s is no regular file" msgstr "%s не Ñ” звичайним файлом" -#: src/ar.c:1281 +#: src/ar.c:1288 #, c-format msgid "cannot get ELF descriptor for %s: %s\n" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ деÑкриптор ELF Ð´Ð»Ñ %s: %s\n" -#: src/ar.c:1301 +#: src/ar.c:1308 #, c-format msgid "cannot read %s: %s" msgstr "не вдалоÑÑ Ð¿Ñ€Ð¾Ñ‡Ð¸Ñ‚Ð°Ñ‚Ð¸ %s: %s" -#: src/ar.c:1476 +#: src/ar.c:1483 #, c-format msgid "cannot represent ar_date" msgstr "неможливо предÑтавити ar_date" -#: src/ar.c:1482 +#: src/ar.c:1489 #, c-format msgid "cannot represent ar_uid" msgstr "неможливо предÑтавити ar_uid" -#: src/ar.c:1488 +#: src/ar.c:1495 #, c-format msgid "cannot represent ar_gid" msgstr "неможливо предÑтавити ar_gid" -#: src/ar.c:1494 +#: src/ar.c:1501 #, c-format msgid "cannot represent ar_mode" msgstr "неможливо предÑтавити ar_mode" -#: src/ar.c:1500 +#: src/ar.c:1507 #, c-format msgid "cannot represent ar_size" msgstr "неможливо предÑтавити ar_size" @@ -1359,7 +1359,7 @@ msgstr "Ðекоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Â«%s» параметра --gaps." #: src/elfcmp.c:734 src/findtextrel.c:205 src/nm.c:364 src/ranlib.c:141 #: src/size.c:272 src/strings.c:185 src/strip.c:984 src/strip.c:1021 -#: src/unstrip.c:2189 src/unstrip.c:2218 +#: src/unstrip.c:2191 src/unstrip.c:2220 #, c-format msgid "cannot open '%s'" msgstr "не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ «%s»" @@ -1675,7 +1675,7 @@ msgstr "" #: src/elflint.c:610 src/elflint.c:1498 src/elflint.c:1549 src/elflint.c:1655 #: src/elflint.c:1991 src/elflint.c:2317 src/elflint.c:2936 src/elflint.c:3099 -#: src/elflint.c:3247 src/elflint.c:3437 src/elflint.c:4440 +#: src/elflint.c:3247 src/elflint.c:3437 src/elflint.c:4441 #, c-format msgid "section [%2d] '%s': cannot get section data\n" msgstr "розділ [%2d] «%s»: не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ дані розділу\n" @@ -2922,47 +2922,47 @@ msgstr "" "розділ [%2d] «%s»: Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ %zu: зайві байти піÑÐ»Ñ Ð¾Ñтаннього розділу " "атрибутів\n" -#: src/elflint.c:3699 +#: src/elflint.c:3700 #, c-format msgid "cannot get section header of zeroth section\n" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ заголовок нульового розділу\n" -#: src/elflint.c:3703 +#: src/elflint.c:3704 #, c-format msgid "zeroth section has nonzero name\n" msgstr "нульовий розділ має ненульову назву\n" -#: src/elflint.c:3705 +#: src/elflint.c:3706 #, c-format msgid "zeroth section has nonzero type\n" msgstr "нульовий розділ має ненульовий тип\n" -#: src/elflint.c:3707 +#: src/elflint.c:3708 #, c-format msgid "zeroth section has nonzero flags\n" msgstr "нульовий розділ має ненульові прапорці\n" -#: src/elflint.c:3709 +#: src/elflint.c:3710 #, c-format msgid "zeroth section has nonzero address\n" msgstr "нульовий розділ має ненульову адреÑу\n" -#: src/elflint.c:3711 +#: src/elflint.c:3712 #, c-format msgid "zeroth section has nonzero offset\n" msgstr "нульовий розділ має ненульове зміщеннÑ\n" -#: src/elflint.c:3713 +#: src/elflint.c:3714 #, c-format msgid "zeroth section has nonzero align value\n" msgstr "нульовий розділ має ненульове Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð²Ð¸Ñ€Ñ–Ð²Ð½ÑŽÐ²Ð°Ð½Ð½Ñ\n" -#: src/elflint.c:3715 +#: src/elflint.c:3716 #, c-format msgid "zeroth section has nonzero entry size value\n" msgstr "нульовий розділ має ненульове Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñ€Ð¾Ð·Ð¼Ñ–Ñ€Ñƒ запиÑу\n" -#: src/elflint.c:3718 +#: src/elflint.c:3719 #, c-format msgid "" "zeroth section has nonzero size value while ELF header has nonzero shnum " @@ -2971,7 +2971,7 @@ msgstr "" "нульовий розділ має ненульове Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñ€Ð¾Ð·Ð¼Ñ–Ñ€Ñƒ, хоча заголовок ELF ман " "ненульове Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ shnum\n" -#: src/elflint.c:3722 +#: src/elflint.c:3723 #, c-format msgid "" "zeroth section has nonzero link value while ELF header does not signal " @@ -2980,7 +2980,7 @@ msgstr "" "нульовий розділ має ненульове Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ, хоча у заголовку ELF " "немає Ñигналу Ð¿ÐµÑ€ÐµÐ¿Ð¾Ð²Ð½ÐµÐ½Ð½Ñ Ñƒ shstrndx\n" -#: src/elflint.c:3726 +#: src/elflint.c:3727 #, c-format msgid "" "zeroth section has nonzero link value while ELF header does not signal " @@ -2989,28 +2989,28 @@ msgstr "" "нульовий розділ має ненульове Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ, хоча у заголовку ELF " "немає Ñигналу Ð¿ÐµÑ€ÐµÐ¿Ð¾Ð²Ð½ÐµÐ½Ð½Ñ Ñƒ phnum\n" -#: src/elflint.c:3744 +#: src/elflint.c:3745 #, c-format msgid "cannot get section header for section [%2zu] '%s': %s\n" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ заголовок розділу [%2zu] «%s»: %s\n" -#: src/elflint.c:3753 +#: src/elflint.c:3754 #, c-format msgid "section [%2zu]: invalid name\n" msgstr "розділ [%2zu]: некоректна назва\n" -#: src/elflint.c:3780 +#: src/elflint.c:3781 #, c-format msgid "section [%2d] '%s' has wrong type: expected %s, is %s\n" msgstr "" "розділ [%2d] «%s» належить до помилкового типу: мав бути %s, маємо %s\n" -#: src/elflint.c:3798 +#: src/elflint.c:3799 #, c-format msgid "section [%2zu] '%s' has wrong flags: expected %s, is %s\n" msgstr "розділ [%2zu] «%s» має помилкові прапорці: мало бути %s, маємо %s\n" -#: src/elflint.c:3816 +#: src/elflint.c:3817 #, c-format msgid "" "section [%2zu] '%s' has wrong flags: expected %s and possibly %s, is %s\n" @@ -3018,12 +3018,12 @@ msgstr "" "розділ [%2zu] «%s» має помилкові прапорці: мало бути %s, можливо, %s, але " "маємо %s\n" -#: src/elflint.c:3834 +#: src/elflint.c:3835 #, c-format msgid "section [%2zu] '%s' present in object file\n" msgstr "у об’єктному файлі виÑвлено розділ [%2zu] «%s»\n" -#: src/elflint.c:3840 src/elflint.c:3872 +#: src/elflint.c:3841 src/elflint.c:3873 #, c-format msgid "" "section [%2zu] '%s' has SHF_ALLOC flag set but there is no loadable segment\n" @@ -3031,7 +3031,7 @@ msgstr "" "у розділ [%2zu] «%s» вÑтановлено прапорець SHF_ALLOC, але немає придатного " "до Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñегмента\n" -#: src/elflint.c:3845 src/elflint.c:3877 +#: src/elflint.c:3846 src/elflint.c:3878 #, c-format msgid "" "section [%2zu] '%s' has SHF_ALLOC flag not set but there are loadable " @@ -3040,7 +3040,7 @@ msgstr "" "у розділі [%2zu] «%s» не вÑтановлено прапорець SHF_ALLOC, але Ñ” придатні до " "Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñегменти\n" -#: src/elflint.c:3853 +#: src/elflint.c:3854 #, c-format msgid "" "section [%2zu] '%s' is extension section index table in non-object file\n" @@ -3048,22 +3048,22 @@ msgstr "" "розділ [%2zu] «%s» Ñ” таблицею-покажчиком розділу розширень у файлі, Ñкий не " "Ñ” об’єктним\n" -#: src/elflint.c:3896 +#: src/elflint.c:3897 #, c-format msgid "section [%2zu] '%s': size not multiple of entry size\n" msgstr "розділ [%2zu] «%s»: розмір не Ñ” кратним до розміру запиÑу\n" -#: src/elflint.c:3901 +#: src/elflint.c:3902 #, c-format msgid "cannot get section header\n" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ заголовок розділу\n" -#: src/elflint.c:3911 +#: src/elflint.c:3912 #, c-format msgid "section [%2zu] '%s' has unsupported type %d\n" msgstr "розділ [%2zu] «%s» належить до непідтримуваного типу %d\n" -#: src/elflint.c:3931 +#: src/elflint.c:3932 #, c-format msgid "" "section [%2zu] '%s' contains invalid processor-specific flag(s) %#<PRIx64>\n" @@ -3071,74 +3071,74 @@ msgstr "" "розділ [%2zu] «%s» міÑтить некоректні Ñпецифічні Ð´Ð»Ñ Ð¿Ñ€Ð¾Ñ†ÐµÑора прапорці " "%#<PRIx64>\n" -#: src/elflint.c:3938 +#: src/elflint.c:3939 #, c-format msgid "section [%2zu] '%s' contains unknown flag(s) %#<PRIx64>\n" msgstr "розділ [%2zu] «%s» міÑтить невідомі прапорці %#<PRIx64>\n" -#: src/elflint.c:3946 +#: src/elflint.c:3947 #, c-format msgid "section [%2zu] '%s': thread-local data sections address not zero\n" msgstr "" "розділ [%2zu] «%s»: адреÑа розділів локальних даних потоків не Ñ” нульовою\n" -#: src/elflint.c:3956 +#: src/elflint.c:3957 #, c-format msgid "section [%2zu] '%s': allocated section cannot be compressed\n" msgstr "" "розділ [%2zu] «%s»: розміщений у пам'Ñті розділ не може бути ÑтиÑнений\n" -#: src/elflint.c:3961 +#: src/elflint.c:3962 #, c-format msgid "section [%2zu] '%s': nobits section cannot be compressed\n" msgstr "розділ [%2zu] «%s»: розділ nobits не може бути ÑтиÑнений\n" -#: src/elflint.c:3967 +#: src/elflint.c:3968 #, c-format msgid "" "section [%2zu] '%s': compressed section with no compression header: %s\n" msgstr "розділ [%2zu] «%s»: ÑтиÑнений розділ без заголовка ÑтиÑненнÑ: %s\n" -#: src/elflint.c:3973 +#: src/elflint.c:3974 #, c-format msgid "section [%2zu] '%s': invalid section reference in link value\n" msgstr "" "розділ [%2zu] «%s»: некоректне поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° розділ у значенні компонуваннÑ\n" -#: src/elflint.c:3978 +#: src/elflint.c:3979 #, c-format msgid "section [%2zu] '%s': invalid section reference in info value\n" msgstr "" "розділ [%2zu] «%s»: некоректне поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° розділ у значенні відомоÑтей\n" -#: src/elflint.c:3985 +#: src/elflint.c:3986 #, c-format msgid "section [%2zu] '%s': strings flag set without merge flag\n" msgstr "розділ [%2zu] «%s»: вÑтановлено прапорець strings без Ð¿Ñ€Ð°Ð¿Ð¾Ñ€Ñ†Ñ merge\n" -#: src/elflint.c:3990 +#: src/elflint.c:3991 #, c-format msgid "section [%2zu] '%s': merge flag set but entry size is zero\n" msgstr "" "розділ [%2zu] «%s»: вÑтановлено прапорець merge, але розмір запиÑу Ñ” " "нульовим\n" -#: src/elflint.c:4009 +#: src/elflint.c:4010 #, c-format msgid "section [%2zu] '%s' has unexpected type %d for an executable section\n" msgstr "розділ [%2zu] «%s» має неочікуваний тип %d Ð´Ð»Ñ Ð²Ð¸ÐºÐ¾Ð½ÑƒÐ²Ð°Ð½Ð¾Ð³Ð¾ розділу\n" -#: src/elflint.c:4018 +#: src/elflint.c:4019 #, c-format msgid "section [%2zu] '%s' must be of type NOBITS in debuginfo files\n" msgstr "розділ [%2zu] «%s» у файлах debuginfo має належати до типу NOBITS\n" -#: src/elflint.c:4025 +#: src/elflint.c:4026 #, c-format msgid "section [%2zu] '%s' is both executable and writable\n" msgstr "розділ [%2zu] «%s» Ñ” одночаÑно виконуваним Ñ– придатним до запиÑу\n" -#: src/elflint.c:4056 +#: src/elflint.c:4057 #, c-format msgid "" "section [%2zu] '%s' not fully contained in segment of program header entry " @@ -3147,7 +3147,7 @@ msgstr "" "розділ [%2zu] «%s» не повніÑтю міÑтитьÑÑ Ñƒ Ñегменті запиÑу заголовка " "програми %d\n" -#: src/elflint.c:4066 +#: src/elflint.c:4067 #, c-format msgid "" "section [%2zu] '%s' has type NOBITS but is read from the file in segment of " @@ -3156,7 +3156,7 @@ msgstr "" "розділ [%2zu] «%s» належить до типу NOBITS, але його Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ Ð²Ð¸ÐºÐ¾Ð½ÑƒÑ”Ñ‚ÑŒÑÑ Ð· " "файла у Ñегментів запиÑу заголовка програми %d\n" -#: src/elflint.c:4092 +#: src/elflint.c:4093 #, c-format msgid "" "section [%2zu] '%s' has type NOBITS but is read from the file in segment of " @@ -3165,7 +3165,7 @@ msgstr "" "розділ [%2zu] «%s» належить до типу NOBITS, але його Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ Ð²Ð¸ÐºÐ¾Ð½ÑƒÑ”Ñ‚ÑŒÑÑ Ð· " "файла у Ñегментів запиÑу заголовка програми %d, а вміÑÑ‚ файла Ñ” ненульовим\n" -#: src/elflint.c:4103 +#: src/elflint.c:4104 #, c-format msgid "" "section [%2zu] '%s' has not type NOBITS but is not read from the file in " @@ -3174,19 +3174,19 @@ msgstr "" "розділ [%2zu] «%s» не належить до типу NOBITS, але його Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ Ð½Ðµ " "виконуєтьÑÑ Ð· файла у Ñегментів запиÑу заголовка програми %d\n" -#: src/elflint.c:4114 +#: src/elflint.c:4115 #, c-format msgid "section [%2zu] '%s' is executable in nonexecutable segment %d\n" msgstr "розділ [%2zu] «%s» Ñ” виконуваним у невиконуваному Ñегменті %d\n" -#: src/elflint.c:4124 +#: src/elflint.c:4125 #, c-format msgid "section [%2zu] '%s' is writable in unwritable segment %d\n" msgstr "" "розділ [%2zu] «%s» Ñ” придатним до запиÑу у непридатному до запиÑу Ñегменті " "%d\n" -#: src/elflint.c:4134 +#: src/elflint.c:4135 #, c-format msgid "" "section [%2zu] '%s': alloc flag set but section not in any loaded segment\n" @@ -3194,7 +3194,7 @@ msgstr "" "розділ [%2zu] «%s»: вÑтановлено прапорець alloc, але розділ не перебуває у " "жодному завантаженому Ñегменті\n" -#: src/elflint.c:4140 +#: src/elflint.c:4141 #, c-format msgid "" "section [%2zu] '%s': ELF header says this is the section header string table " @@ -3203,7 +3203,7 @@ msgstr "" "розділ [%2zu] «%s»: заголовок ELF повідомлÑÑ” про те, що це Ñ‚Ð°Ð±Ð»Ð¸Ñ†Ñ Ñ€Ñдків " "заголовка розділу, але Ñ†Ñ Ñ‚Ð°Ð±Ð»Ð¸Ñ†Ñ Ð½Ðµ належить до типу SHT_TYPE\n" -#: src/elflint.c:4148 +#: src/elflint.c:4149 #, c-format msgid "" "section [%2zu] '%s': relocatable files cannot have dynamic symbol tables\n" @@ -3211,17 +3211,17 @@ msgstr "" "розділ [%2zu] «%s»: придатні до переÑÑƒÐ²Ð°Ð½Ð½Ñ Ñ„Ð°Ð¹Ð»Ð¸ не можуть міÑтити " "динамічних таблиць Ñимволів\n" -#: src/elflint.c:4199 +#: src/elflint.c:4200 #, c-format msgid "more than one version symbol table present\n" msgstr "виÑвлено більше за одну таблицю Ñимволів верÑій\n" -#: src/elflint.c:4222 +#: src/elflint.c:4223 #, c-format msgid "INTERP program header entry but no .interp section\n" msgstr "Ñ–Ñнує Ð·Ð°Ð¿Ð¸Ñ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ° програми INTERP, але не розділ .interp\n" -#: src/elflint.c:4233 +#: src/elflint.c:4234 #, c-format msgid "" "loadable segment [%u] is executable but contains no executable sections\n" @@ -3229,14 +3229,14 @@ msgstr "" "придатний до Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñегмент [%u] Ñ” виконуваним, але не міÑтить " "виконуваних розділів\n" -#: src/elflint.c:4239 +#: src/elflint.c:4240 #, c-format msgid "loadable segment [%u] is writable but contains no writable sections\n" msgstr "" "придатний до Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ€Ð¾Ð·Ð´Ñ–Ð» [%u] Ñ” придатним до запиÑу, але не міÑтить " "придатних до запиÑу розділів\n" -#: src/elflint.c:4250 +#: src/elflint.c:4251 #, c-format msgid "" "no .gnu.versym section present but .gnu.versym_d or .gnu.versym_r section " @@ -3245,24 +3245,24 @@ msgstr "" "немає розділу .gnu.versym, хоча Ñ–Ñнує розділ .gnu.versym_d або .gnu." "versym_r\n" -#: src/elflint.c:4263 +#: src/elflint.c:4264 #, c-format msgid "duplicate version index %d\n" msgstr "дублікат індекÑу верÑÑ–Ñ— %d\n" -#: src/elflint.c:4277 +#: src/elflint.c:4278 #, c-format msgid ".gnu.versym section present without .gnu.versym_d or .gnu.versym_r\n" msgstr "" "Ñ–Ñнує розділ .gnu.versym, але немає розділу .gnu.versym_d або .gnu.versym_r\n" -#: src/elflint.c:4326 +#: src/elflint.c:4327 #, c-format msgid "phdr[%d]: unknown core file note type %<PRIu32> at offset %<PRIu64>\n" msgstr "" "phdr[%d]: невідомий тип нотатки файла core %<PRIu32> за зміщеннÑм %<PRIu64>\n" -#: src/elflint.c:4330 +#: src/elflint.c:4331 #, c-format msgid "" "section [%2d] '%s': unknown core file note type %<PRIu32> at offset %zu\n" @@ -3270,7 +3270,7 @@ msgstr "" "розділ [%2d] «%s»: невідомий тип нотатки файла core %<PRIu32> за зміщеннÑм " "%zu\n" -#: src/elflint.c:4379 +#: src/elflint.c:4380 #, c-format msgid "" "phdr[%d]: unknown object file note type %<PRIu32> with owner name '%s' at " @@ -3279,7 +3279,7 @@ msgstr "" "phdr[%d]: невідомий тип нотатки у файлі об'єктів, %<PRIu32>, із іменем " "влаÑника «%s» за зміщеннÑм %zu\n" -#: src/elflint.c:4384 +#: src/elflint.c:4385 #, c-format msgid "" "section [%2d] '%s': unknown object file note type %<PRIu32> with owner name " @@ -3288,39 +3288,39 @@ msgstr "" "розділ [%2d] «%s»: невідомий тип нотатки у файлі об'єктів, %<PRIu32>, із " "іменем влаÑника «%s» за зміщеннÑм %zu\n" -#: src/elflint.c:4403 +#: src/elflint.c:4404 #, c-format msgid "phdr[%d]: no note entries defined for the type of file\n" msgstr "phdr[%d]: Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ типу файлів не визначено запиÑів нотаток\n" -#: src/elflint.c:4423 +#: src/elflint.c:4424 #, c-format msgid "phdr[%d]: cannot get content of note section: %s\n" msgstr "phdr[%d]: не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ вміÑÑ‚ розділу нотаток: %s\n" -#: src/elflint.c:4426 +#: src/elflint.c:4427 #, c-format msgid "phdr[%d]: extra %<PRIu64> bytes after last note\n" msgstr "phdr[%d]: зайві %<PRIu64> байтів піÑÐ»Ñ Ð¾Ñтаннього запиÑу нотатки\n" -#: src/elflint.c:4447 +#: src/elflint.c:4448 #, c-format msgid "section [%2d] '%s': no note entries defined for the type of file\n" msgstr "" "розділ [%2d] «%s»: Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ типу файлів не визначено запиÑів нотаток\n" -#: src/elflint.c:4454 +#: src/elflint.c:4455 #, c-format msgid "section [%2d] '%s': cannot get content of note section\n" msgstr "розділ [%2d] «%s»: не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ вміÑÑ‚ розділу нотаток\n" -#: src/elflint.c:4457 +#: src/elflint.c:4458 #, c-format msgid "section [%2d] '%s': extra %<PRIu64> bytes after last note\n" msgstr "" "розділ [%2d] «%s»: додаткові %<PRIu64> байтів піÑÐ»Ñ Ð¾Ñтанньої нотатки\n" -#: src/elflint.c:4475 +#: src/elflint.c:4476 #, c-format msgid "" "only executables, shared objects, and core files can have program headers\n" @@ -3328,66 +3328,66 @@ msgstr "" "заголовки програм можуть бути лише у виконуваних файлів, об’єктних файлів " "Ñпільного викориÑÑ‚Ð°Ð½Ð½Ñ Ð°Ð±Ð¾ файлів core\n" -#: src/elflint.c:4490 +#: src/elflint.c:4491 #, c-format msgid "cannot get program header entry %d: %s\n" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ Ð·Ð°Ð¿Ð¸Ñ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ° програми %d: %s\n" -#: src/elflint.c:4500 +#: src/elflint.c:4501 #, c-format msgid "program header entry %d: unknown program header entry type %#<PRIx64>\n" msgstr "" "Ð·Ð°Ð¿Ð¸Ñ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ° програми %d: невідомий тип запиÑу заголовка програми " "%#<PRIx64>\n" -#: src/elflint.c:4511 +#: src/elflint.c:4512 #, c-format msgid "more than one INTERP entry in program header\n" msgstr "більше за один Ð·Ð°Ð¿Ð¸Ñ INTERP у заголовку програми\n" -#: src/elflint.c:4519 +#: src/elflint.c:4520 #, c-format msgid "more than one TLS entry in program header\n" msgstr "більше за один Ð·Ð°Ð¿Ð¸Ñ TLS у заголовку програми\n" -#: src/elflint.c:4526 +#: src/elflint.c:4527 #, c-format msgid "static executable cannot have dynamic sections\n" msgstr "у Ñтатичному виконуваному файлі не може бути динамічних розділів\n" -#: src/elflint.c:4540 +#: src/elflint.c:4541 #, c-format msgid "dynamic section reference in program header has wrong offset\n" msgstr "" "поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° динамічний розділ у заголовку програми має помилкове зміщеннÑ\n" -#: src/elflint.c:4543 +#: src/elflint.c:4544 #, c-format msgid "dynamic section size mismatch in program and section header\n" msgstr "" "розміри динамічного розділу у заголовку програми та у заголовку розділу не " "збігаютьÑÑ\n" -#: src/elflint.c:4553 +#: src/elflint.c:4554 #, c-format msgid "more than one GNU_RELRO entry in program header\n" msgstr "більше за один Ð·Ð°Ð¿Ð¸Ñ GNU_RELRO у заголовку програми\n" -#: src/elflint.c:4574 +#: src/elflint.c:4575 #, c-format msgid "loadable segment GNU_RELRO applies to is not writable\n" msgstr "" "придатний до Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñегмент, до Ñкого звертаєтьÑÑ GNU_RELRO, " "непридатний до запиÑу\n" -#: src/elflint.c:4585 +#: src/elflint.c:4586 #, c-format msgid "loadable segment [%u] flags do not match GNU_RELRO [%u] flags\n" msgstr "" "прапорці придатного до Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñегмента [%u] не відповідають прапорцÑм " "GNU_RELRO [%u]\n" -#: src/elflint.c:4592 +#: src/elflint.c:4593 #, c-format msgid "" "GNU_RELRO [%u] flags are not a subset of the loadable segment [%u] flags\n" @@ -3395,76 +3395,76 @@ msgstr "" "прапорці GNU_RELRO [%u] не Ñ” підмножиною прапорців завантажуваного Ñегмента " "[%u]\n" -#: src/elflint.c:4601 src/elflint.c:4624 +#: src/elflint.c:4602 src/elflint.c:4625 #, c-format msgid "%s segment not contained in a loaded segment\n" msgstr "Ñегмент %s не міÑтитьÑÑ Ñƒ завантаженому Ñегменті\n" -#: src/elflint.c:4630 +#: src/elflint.c:4631 #, c-format msgid "program header offset in ELF header and PHDR entry do not match" msgstr "Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ° програми у заголовку ELF Ñ– Ð·Ð°Ð¿Ð¸Ñ PHDR не збігаютьÑÑ" -#: src/elflint.c:4657 +#: src/elflint.c:4658 #, c-format msgid "call frame search table reference in program header has wrong offset\n" msgstr "" "поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° таблицю вікон викликів у заголовку програми має помилкове " "зміщеннÑ\n" -#: src/elflint.c:4660 +#: src/elflint.c:4661 #, c-format msgid "call frame search table size mismatch in program and section header\n" msgstr "" "розміри таблиці пошуку вікон виклику у заголовку програми та у заголовку " "розділу не збігаютьÑÑ\n" -#: src/elflint.c:4673 +#: src/elflint.c:4674 #, c-format msgid "PT_GNU_EH_FRAME present but no .eh_frame_hdr section\n" msgstr "Ñ–Ñнує PT_GNU_EH_FRAME, хоча немає розділу .eh_frame_hdr\n" -#: src/elflint.c:4681 +#: src/elflint.c:4682 #, c-format msgid "call frame search table must be allocated\n" msgstr "таблицю пошуку вікон викликів має бути розміщено у пам’Ñті\n" -#: src/elflint.c:4684 +#: src/elflint.c:4685 #, c-format msgid "section [%2zu] '%s' must be allocated\n" msgstr "розділ [%2zu] «%s» має бути розміщено у пам’Ñті\n" -#: src/elflint.c:4688 +#: src/elflint.c:4689 #, c-format msgid "call frame search table must not be writable\n" msgstr "Ñ‚Ð°Ð±Ð»Ð¸Ñ†Ñ Ð¿Ð¾ÑˆÑƒÐºÑƒ вікон викликів не повинна бути придатною до запиÑу\n" -#: src/elflint.c:4691 +#: src/elflint.c:4692 #, c-format msgid "section [%2zu] '%s' must not be writable\n" msgstr "розділ [%2zu] «%s» не повинен бути придатним до запиÑу\n" -#: src/elflint.c:4696 +#: src/elflint.c:4697 #, c-format msgid "call frame search table must not be executable\n" msgstr "Ñ‚Ð°Ð±Ð»Ð¸Ñ†Ñ Ð¿Ð¾ÑˆÑƒÐºÑƒ вікон викликів не повинна бути придатною до виконаннÑ\n" -#: src/elflint.c:4699 +#: src/elflint.c:4700 #, c-format msgid "section [%2zu] '%s' must not be executable\n" msgstr "розділ [%2zu] «%s» не повинен бути придатним до виконаннÑ\n" -#: src/elflint.c:4710 +#: src/elflint.c:4711 #, c-format msgid "program header entry %d: file size greater than memory size\n" msgstr "Ð·Ð°Ð¿Ð¸Ñ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ° програми %d: розмір файла перевищує об’єм пам’Ñті\n" -#: src/elflint.c:4717 +#: src/elflint.c:4718 #, c-format msgid "program header entry %d: alignment not a power of 2\n" msgstr "Ð·Ð°Ð¿Ð¸Ñ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ° програми %d: Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð²Ð¸Ñ€Ñ–Ð²Ð½ÑŽÐ²Ð°Ð½Ð½Ñ Ð½Ðµ Ñ” Ñтепенем 2\n" -#: src/elflint.c:4720 +#: src/elflint.c:4721 #, c-format msgid "" "program header entry %d: file offset and virtual address not module of " @@ -3473,7 +3473,7 @@ msgstr "" "Ð·Ð°Ð¿Ð¸Ñ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ° програми %d: Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ Ñƒ файлі Ñ– віртуальна адреÑа не " "ÑпіввідноÑÑтьÑÑ Ð· вирівнюваннÑм\n" -#: src/elflint.c:4733 +#: src/elflint.c:4734 #, c-format msgid "" "executable/DSO with .eh_frame_hdr section does not have a PT_GNU_EH_FRAME " @@ -3482,17 +3482,17 @@ msgstr "" "виконуваний модуль/DSO з розділом .eh_frame_hdr не міÑтить запиÑу заголовка " "програми PT_GNU_EH_FRAME" -#: src/elflint.c:4767 +#: src/elflint.c:4768 #, c-format msgid "cannot read ELF header: %s\n" msgstr "не вдалоÑÑ Ð¿Ñ€Ð¾Ñ‡Ð¸Ñ‚Ð°Ñ‚Ð¸ заголовок ELF: %s\n" -#: src/elflint.c:4779 +#: src/elflint.c:4780 #, fuzzy, c-format msgid "cannot create backend for ELF file\n" msgstr "не вдалоÑÑ Ñтворити файл" -#: src/elflint.c:4800 +#: src/elflint.c:4801 #, c-format msgid "text relocation flag set but not needed\n" msgstr "" @@ -3757,8 +3757,8 @@ msgstr "не вдалоÑÑ Ñтворити дерево пошуку" #: src/readelf.c:1447 src/readelf.c:1598 src/readelf.c:1799 src/readelf.c:2005 #: src/readelf.c:2195 src/readelf.c:2373 src/readelf.c:2449 src/readelf.c:2707 #: src/readelf.c:2783 src/readelf.c:2870 src/readelf.c:3468 src/readelf.c:3518 -#: src/readelf.c:3581 src/readelf.c:11230 src/readelf.c:12420 -#: src/readelf.c:12631 src/readelf.c:12700 src/size.c:398 src/size.c:470 +#: src/readelf.c:3581 src/readelf.c:11251 src/readelf.c:12441 +#: src/readelf.c:12652 src/readelf.c:12721 src/size.c:398 src/size.c:470 #: src/strip.c:1038 #, c-format msgid "cannot get section header string table index" @@ -4081,11 +4081,11 @@ msgstr "не вдалоÑÑ Ð²Ð¸Ð·Ð½Ð°Ñ‡Ð¸Ñ‚Ð¸ кількіÑть розділі msgid "cannot get section: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ розділ: %s" -#: src/readelf.c:653 src/readelf.c:1270 src/readelf.c:1479 src/readelf.c:12651 -#: src/unstrip.c:395 src/unstrip.c:426 src/unstrip.c:485 src/unstrip.c:604 -#: src/unstrip.c:625 src/unstrip.c:665 src/unstrip.c:881 src/unstrip.c:1212 -#: src/unstrip.c:1339 src/unstrip.c:1363 src/unstrip.c:1419 src/unstrip.c:1483 -#: src/unstrip.c:1658 src/unstrip.c:1809 src/unstrip.c:1952 src/unstrip.c:2051 +#: src/readelf.c:653 src/readelf.c:1270 src/readelf.c:1479 src/readelf.c:12672 +#: src/unstrip.c:395 src/unstrip.c:426 src/unstrip.c:485 src/unstrip.c:606 +#: src/unstrip.c:627 src/unstrip.c:667 src/unstrip.c:883 src/unstrip.c:1214 +#: src/unstrip.c:1341 src/unstrip.c:1365 src/unstrip.c:1421 src/unstrip.c:1485 +#: src/unstrip.c:1660 src/unstrip.c:1811 src/unstrip.c:1954 src/unstrip.c:2053 #, c-format msgid "cannot get section header: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ заголовок розділу: %s" @@ -4095,8 +4095,8 @@ msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ заголовок розділу: msgid "cannot get section name" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ назву розділу" -#: src/readelf.c:670 src/readelf.c:6576 src/readelf.c:10502 src/readelf.c:10604 -#: src/readelf.c:10782 +#: src/readelf.c:670 src/readelf.c:6585 src/readelf.c:10523 src/readelf.c:10625 +#: src/readelf.c:10803 #, c-format msgid "cannot get %s content: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ дані %s: %s" @@ -4438,7 +4438,7 @@ msgstr "" " Ð’Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ñ€Ð¾Ð·Ð´Ñ–Ð»Ñ–Ð² на Ñегмент:\n" " Розділи Ñегмента..." -#: src/readelf.c:1460 src/unstrip.c:2110 src/unstrip.c:2152 src/unstrip.c:2159 +#: src/readelf.c:1460 src/unstrip.c:2112 src/unstrip.c:2154 src/unstrip.c:2161 #, c-format msgid "cannot get program header: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ заголовок програми: %s" @@ -4487,8 +4487,8 @@ msgstr "<ÐЕКОРЕКТÐИЙ СИМВОЛ>" msgid "<INVALID SECTION>" msgstr "<ÐЕКОРЕКТÐИЙ РОЗДІЛ>" -#: src/readelf.c:1656 src/readelf.c:2383 src/readelf.c:3484 src/readelf.c:12522 -#: src/readelf.c:12529 src/readelf.c:12573 src/readelf.c:12580 +#: src/readelf.c:1656 src/readelf.c:2383 src/readelf.c:3484 src/readelf.c:12543 +#: src/readelf.c:12550 src/readelf.c:12594 src/readelf.c:12601 msgid "Couldn't uncompress section" msgstr "Ðе вдалоÑÑ Ñ€Ð¾Ð·Ð¿Ð°ÐºÑƒÐ²Ð°Ñ‚Ð¸ розділ" @@ -5042,9 +5042,9 @@ msgid " [%5u] offset: %<PRId64>, children: %s, tag: %s\n" msgstr " [%5u] зміщеннÑ: %<PRId64>, дочірній: %s, мітка: %s\n" #: src/readelf.c:5124 src/readelf.c:5433 src/readelf.c:5600 src/readelf.c:5985 -#: src/readelf.c:6586 src/readelf.c:8323 src/readelf.c:9009 src/readelf.c:9445 -#: src/readelf.c:9690 src/readelf.c:9856 src/readelf.c:10243 -#: src/readelf.c:10303 +#: src/readelf.c:6595 src/readelf.c:8332 src/readelf.c:9024 src/readelf.c:9460 +#: src/readelf.c:9711 src/readelf.c:9877 src/readelf.c:10264 +#: src/readelf.c:10324 #, c-format msgid "" "\n" @@ -5058,39 +5058,39 @@ msgstr "" msgid "cannot get .debug_addr section data: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ дані розділу .debug_addr: %s" -#: src/readelf.c:5237 src/readelf.c:5261 src/readelf.c:5645 src/readelf.c:9054 +#: src/readelf.c:5237 src/readelf.c:5261 src/readelf.c:5645 src/readelf.c:9069 #, c-format msgid " Length: %8<PRIu64>\n" msgstr " Довжина: %8<PRIu64>\n" -#: src/readelf.c:5239 src/readelf.c:5276 src/readelf.c:5658 src/readelf.c:9067 +#: src/readelf.c:5239 src/readelf.c:5276 src/readelf.c:5658 src/readelf.c:9082 #, c-format msgid " DWARF version: %8<PRIu16>\n" msgstr " верÑÑ–Ñ DWARF: %8<PRIu16>\n" -#: src/readelf.c:5240 src/readelf.c:5285 src/readelf.c:5667 src/readelf.c:9076 +#: src/readelf.c:5240 src/readelf.c:5285 src/readelf.c:5667 src/readelf.c:9091 #, c-format msgid " Address size: %8<PRIu64>\n" msgstr " Розмір адреÑи: %8<PRIu64>\n" -#: src/readelf.c:5242 src/readelf.c:5295 src/readelf.c:5677 src/readelf.c:9086 +#: src/readelf.c:5242 src/readelf.c:5295 src/readelf.c:5677 src/readelf.c:9101 #, c-format msgid " Segment size: %8<PRIu64>\n" msgstr "" " Розмір Ñегмента: %8<PRIu64>\n" "\n" -#: src/readelf.c:5280 src/readelf.c:5662 src/readelf.c:9071 src/readelf.c:10435 +#: src/readelf.c:5280 src/readelf.c:5662 src/readelf.c:9086 src/readelf.c:10456 #, c-format msgid "Unknown version" msgstr "Ðевідома верÑÑ–Ñ" -#: src/readelf.c:5290 src/readelf.c:5503 src/readelf.c:5672 src/readelf.c:9081 +#: src/readelf.c:5290 src/readelf.c:5503 src/readelf.c:5672 src/readelf.c:9096 #, c-format msgid "unsupported address size" msgstr "непідтримуваний розмір адреÑи" -#: src/readelf.c:5301 src/readelf.c:5514 src/readelf.c:5682 src/readelf.c:9091 +#: src/readelf.c:5301 src/readelf.c:5514 src/readelf.c:5682 src/readelf.c:9106 #, c-format msgid "unsupported segment size" msgstr "непідтримуваний розмір Ñегмента" @@ -5131,7 +5131,7 @@ msgstr "" " [%*zu] початок: %0#*<PRIx64>, довжина: %5<PRIu64>, Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ CU DIE: " "%6<PRId64>\n" -#: src/readelf.c:5446 src/readelf.c:8350 +#: src/readelf.c:5446 src/readelf.c:8359 #, c-format msgid "" "\n" @@ -5140,8 +5140,8 @@ msgstr "" "\n" "Ð¢Ð°Ð±Ð»Ð¸Ñ†Ñ Ð·Ð° зміщеннÑм %zu:\n" -#: src/readelf.c:5450 src/readelf.c:5626 src/readelf.c:6610 src/readelf.c:8361 -#: src/readelf.c:9035 +#: src/readelf.c:5450 src/readelf.c:5626 src/readelf.c:6619 src/readelf.c:8370 +#: src/readelf.c:9050 #, c-format msgid "invalid data in section [%zu] '%s'" msgstr "некоректні дані у розділі [%zu] «%s»" @@ -5194,7 +5194,7 @@ msgstr " %zu байтів доповненнÑ\n" msgid "cannot get .debug_rnglists content: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ вміÑÑ‚ .debug_rnglists: %s" -#: src/readelf.c:5632 src/readelf.c:9041 +#: src/readelf.c:5632 src/readelf.c:9056 #, c-format msgid "" "Table at Offset 0x%<PRIx64>:\n" @@ -5203,32 +5203,32 @@ msgstr "" "Ð¢Ð°Ð±Ð»Ð¸Ñ†Ñ Ð·Ð° зміщеннÑм 0x%<PRIx64>:\n" "\n" -#: src/readelf.c:5687 src/readelf.c:9096 +#: src/readelf.c:5687 src/readelf.c:9111 #, c-format msgid " Offset entries: %8<PRIu64>\n" msgstr " ЗапиÑи зміщеннÑ: %8<PRIu64>\n" -#: src/readelf.c:5703 src/readelf.c:9112 +#: src/readelf.c:5703 src/readelf.c:9127 #, c-format msgid " Unknown CU base: " msgstr " Ðевідома оÑнова CU: " -#: src/readelf.c:5705 src/readelf.c:9114 +#: src/readelf.c:5705 src/readelf.c:9129 #, c-format msgid " CU [%6<PRIx64>] base: " msgstr " ОÑнова CU [%6<PRIx64>]: " -#: src/readelf.c:5711 src/readelf.c:9120 +#: src/readelf.c:5711 src/readelf.c:9135 #, c-format msgid " Not associated with a CU.\n" msgstr " Ðе пов'Ñзано із CU.\n" -#: src/readelf.c:5722 src/readelf.c:9131 +#: src/readelf.c:5722 src/readelf.c:9146 #, c-format msgid "too many offset entries for unit length" msgstr "забагато запиÑів зÑуву Ð´Ð»Ñ Ð´Ð¾Ð²Ð¶Ð¸Ð½Ð¸ модулÑ" -#: src/readelf.c:5726 src/readelf.c:9135 +#: src/readelf.c:5726 src/readelf.c:9150 #, c-format msgid " Offsets starting at 0x%<PRIx64>:\n" msgstr " ЗміщеннÑ, що починаютьÑÑ Ð· 0x%<PRIx64>:\n" @@ -5238,7 +5238,7 @@ msgstr " ЗміщеннÑ, що починаютьÑÑ Ð· 0x%<PRIx64>:\n" msgid "invalid range list data" msgstr "некоректні дані ÑпиÑку діапазонів" -#: src/readelf.c:5963 src/readelf.c:9423 +#: src/readelf.c:5963 src/readelf.c:9438 #, c-format msgid "" " %zu padding bytes\n" @@ -5252,7 +5252,7 @@ msgstr "" msgid "cannot get .debug_ranges content: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ дані .debug_ranges: %s" -#: src/readelf.c:6016 src/readelf.c:9478 +#: src/readelf.c:6016 src/readelf.c:9493 #, c-format msgid "" "\n" @@ -5261,7 +5261,7 @@ msgstr "" "\n" " Ðевідома оÑнова CU: " -#: src/readelf.c:6018 src/readelf.c:9480 +#: src/readelf.c:6018 src/readelf.c:9495 #, c-format msgid "" "\n" @@ -5270,35 +5270,31 @@ msgstr "" "\n" " ОÑнова CU [%6<PRIx64>]: " -#: src/readelf.c:6027 src/readelf.c:9506 src/readelf.c:9532 +#: src/readelf.c:6027 src/readelf.c:9521 src/readelf.c:9547 #, c-format msgid " [%6tx] <INVALID DATA>\n" msgstr " [%6tx] <ÐЕКОРЕКТÐІ ДÐÐІ>\n" -#: src/readelf.c:6048 src/readelf.c:9612 -#, c-format -msgid "" -" [%6tx] base address\n" -" " -msgstr "" -" [%6tx] базова адреÑа\n" -" " +#: src/readelf.c:6052 src/readelf.c:9631 +#, fuzzy +msgid "base address" +msgstr " вÑтановити адреÑу у Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ " -#: src/readelf.c:6056 src/readelf.c:9620 +#: src/readelf.c:6062 src/readelf.c:9641 #, c-format msgid " [%6tx] empty list\n" msgstr " [%6tx] порожній ÑпиÑок\n" -#: src/readelf.c:6311 +#: src/readelf.c:6317 msgid " <INVALID DATA>\n" msgstr " <ÐЕКОРЕКТÐІ ДÐÐІ>\n" -#: src/readelf.c:6564 +#: src/readelf.c:6573 #, c-format msgid "cannot get ELF: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ ELF: %s" -#: src/readelf.c:6582 +#: src/readelf.c:6591 #, c-format msgid "" "\n" @@ -5307,7 +5303,7 @@ msgstr "" "\n" "Розділ відомоÑтей щодо вікна викликів [%2zu] «%s» за зміщеннÑм %#<PRIx64>:\n" -#: src/readelf.c:6632 +#: src/readelf.c:6641 #, c-format msgid "" "\n" @@ -5316,65 +5312,65 @@ msgstr "" "\n" " [%6tx] нульовий переривач\n" -#: src/readelf.c:6733 src/readelf.c:6887 +#: src/readelf.c:6742 src/readelf.c:6896 #, c-format msgid "invalid augmentation length" msgstr "некоректна довжина збільшеннÑ" -#: src/readelf.c:6748 +#: src/readelf.c:6757 msgid "FDE address encoding: " msgstr "ÐšÐ¾Ð´ÑƒÐ²Ð°Ð½Ð½Ñ Ð°Ð´Ñ€ÐµÑи FDE: " -#: src/readelf.c:6754 +#: src/readelf.c:6763 msgid "LSDA pointer encoding: " msgstr "ÐšÐ¾Ð´ÑƒÐ²Ð°Ð½Ð½Ñ Ð²ÐºÐ°Ð·Ñ–Ð²Ð½Ð¸ÐºÐ° LSDA: " -#: src/readelf.c:6864 +#: src/readelf.c:6873 #, c-format msgid " (offset: %#<PRIx64>)" msgstr " (зміщеннÑ: %#<PRIx64>)" -#: src/readelf.c:6871 +#: src/readelf.c:6880 #, c-format msgid " (end offset: %#<PRIx64>)" msgstr " (Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ Ð²Ñ–Ð´ кінцÑ: %#<PRIx64>)" -#: src/readelf.c:6908 +#: src/readelf.c:6917 #, c-format msgid " %-26sLSDA pointer: %#<PRIx64>\n" msgstr " %-26sвказівник LSDA: %#<PRIx64>\n" -#: src/readelf.c:6993 +#: src/readelf.c:7002 #, c-format msgid "DIE [%<PRIx64>] cannot get attribute code: %s" msgstr "DIE [%<PRIx64>] не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ код атрибута: %s" -#: src/readelf.c:7003 +#: src/readelf.c:7012 #, c-format msgid "DIE [%<PRIx64>] cannot get attribute form: %s" msgstr "DIE [%<PRIx64>] не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ форму атрибута: %s" -#: src/readelf.c:7025 +#: src/readelf.c:7034 #, c-format msgid "DIE [%<PRIx64>] cannot get attribute '%s' (%s) value: %s" msgstr "DIE [%<PRIx64>] не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð°Ñ‚Ñ€Ð¸Ð±ÑƒÑ‚Ð° «%s» (%s): %s" -#: src/readelf.c:7355 +#: src/readelf.c:7364 #, c-format msgid "invalid file (%<PRId64>): %s" msgstr "некоректний файл (%<PRId64>): %s" -#: src/readelf.c:7359 +#: src/readelf.c:7368 #, c-format msgid "no srcfiles for CU [%<PRIx64>]" msgstr "немає srcfiles Ð´Ð»Ñ CU [%<PRIx64>]" -#: src/readelf.c:7363 +#: src/readelf.c:7372 #, c-format msgid "couldn't get DWARF CU: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ CU DWARF: %s" -#: src/readelf.c:7676 +#: src/readelf.c:7685 #, c-format msgid "" "\n" @@ -5385,12 +5381,12 @@ msgstr "" "Розділ DWARF [%2zu] «%s» за зміщеннÑм %#<PRIx64>:\n" " [ЗміщеннÑ]\n" -#: src/readelf.c:7726 +#: src/readelf.c:7735 #, c-format msgid "cannot get next unit: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ наÑтупний модуль: %s" -#: src/readelf.c:7745 +#: src/readelf.c:7754 #, c-format msgid "" " Type unit at offset %<PRIu64>:\n" @@ -5403,7 +5399,7 @@ msgstr "" "%<PRIu8>, Розмір зміщеннÑ: %<PRIu8>\n" " ÐŸÑ–Ð´Ð¿Ð¸Ñ Ñ‚Ð¸Ð¿Ñƒ: %#<PRIx64>, Ð—Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ Ñ‚Ð¸Ð¿Ñƒ: %#<PRIx64> [%<PRIx64>]\n" -#: src/readelf.c:7757 +#: src/readelf.c:7766 #, c-format msgid "" " Compilation unit at offset %<PRIu64>:\n" @@ -5414,38 +5410,38 @@ msgstr "" " ВерÑÑ–Ñ: %<PRIu16>, Ð—Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ Ñ€Ð¾Ð·Ð´Ñ–Ð»Ñƒ Ñкорочень: %<PRIu64>, ÐдреÑа: %<PRIu8>, " "ЗміщеннÑ: %<PRIu8>\n" -#: src/readelf.c:7767 src/readelf.c:7930 +#: src/readelf.c:7776 src/readelf.c:7939 #, c-format msgid " Unit type: %s (%<PRIu8>)" msgstr " Тип модулÑ: %s (%<PRIu8>)" -#: src/readelf.c:7794 +#: src/readelf.c:7803 #, c-format msgid "unknown version (%d) or unit type (%d)" msgstr "невідома верÑÑ–Ñ (%d) або тип Ð¼Ð¾Ð´ÑƒÐ»Ñ (%d)" -#: src/readelf.c:7823 +#: src/readelf.c:7832 #, c-format msgid "cannot get DIE offset: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ DIE: %s" -#: src/readelf.c:7832 +#: src/readelf.c:7841 #, c-format msgid "cannot get tag of DIE at offset [%<PRIx64>] in section '%s': %s" msgstr "" "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ мітку DIE за зміщеннÑм [%<PRIu64>] у розділі «%s»: %s" -#: src/readelf.c:7870 +#: src/readelf.c:7879 #, c-format msgid "cannot get next DIE: %s\n" msgstr "не вдалоÑÑ Ð²Ð¸Ð·Ð½Ð°Ñ‡Ð¸Ñ‚Ð¸ наÑтупний DIE: %s\n" -#: src/readelf.c:7878 +#: src/readelf.c:7887 #, c-format msgid "cannot get next DIE: %s" msgstr "не вдалоÑÑ Ð²Ð¸Ð·Ð½Ð°Ñ‡Ð¸Ñ‚Ð¸ наÑтупний DIE: %s" -#: src/readelf.c:7922 +#: src/readelf.c:7931 #, c-format msgid "" " Split compilation unit at offset %<PRIu64>:\n" @@ -5456,7 +5452,7 @@ msgstr "" " ВерÑÑ–Ñ: %<PRIu16>, Ð—Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ Ñ€Ð¾Ð·Ð´Ñ–Ð»Ñƒ Ñкорочень: %<PRIu64>, ÐдреÑа: %<PRIu8>, " "ЗміщеннÑ: %<PRIu8>\n" -#: src/readelf.c:7974 +#: src/readelf.c:7983 #, c-format msgid "" "\n" @@ -5467,18 +5463,18 @@ msgstr "" "Розділ DWARF [%2zu] «%s» зі зміщеннÑм %#<PRIx64>:\n" "\n" -#: src/readelf.c:8306 +#: src/readelf.c:8315 #, c-format msgid "unknown form: %s" msgstr "невідома форма: %s" -#: src/readelf.c:8337 +#: src/readelf.c:8346 #, c-format msgid "cannot get line data section data: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ дані розділу лінійних даних: %s" #. Print what we got so far. -#: src/readelf.c:8439 +#: src/readelf.c:8448 #, c-format msgid "" "\n" @@ -5511,27 +5507,27 @@ msgstr "" "\n" "Коди операцій:\n" -#: src/readelf.c:8461 +#: src/readelf.c:8470 #, c-format msgid "cannot handle .debug_line version: %u\n" msgstr "не вдалоÑÑ Ð¾Ð±Ñ€Ð¾Ð±Ð¸Ñ‚Ð¸ верÑÑ–ÑŽ .debug_line: %u\n" -#: src/readelf.c:8469 +#: src/readelf.c:8478 #, c-format msgid "cannot handle address size: %u\n" msgstr "не вдалоÑÑ Ð¾Ð±Ñ€Ð¾Ð±Ð¸Ñ‚Ð¸ розмір адреÑи: %u\n" -#: src/readelf.c:8477 +#: src/readelf.c:8486 #, c-format msgid "cannot handle segment selector size: %u\n" msgstr "не вдалоÑÑ Ð¾Ð±Ñ€Ð¾Ð±Ð¸Ñ‚Ð¸ розмір Ñелектора Ñегментів: %u\n" -#: src/readelf.c:8487 +#: src/readelf.c:8496 #, c-format msgid "invalid data at offset %tu in section [%zu] '%s'" msgstr "некоректні дані зі зміщеннÑм %tu у розділі [%zu] «%s»" -#: src/readelf.c:8502 +#: src/readelf.c:8511 #, c-format msgid " [%*<PRIuFAST8>] %hhu argument\n" msgid_plural " [%*<PRIuFAST8>] %hhu arguments\n" @@ -5539,7 +5535,7 @@ msgstr[0] " [%*<PRIuFAST8>] %hhu аргумент\n" msgstr[1] " [%*<PRIuFAST8>] %hhu аргументи\n" msgstr[2] " [%*<PRIuFAST8>] %hhu аргументів\n" -#: src/readelf.c:8513 +#: src/readelf.c:8522 msgid "" "\n" "Directory table:" @@ -5547,12 +5543,12 @@ msgstr "" "\n" "Ð¢Ð°Ð±Ð»Ð¸Ñ†Ñ ÐºÐ°Ñ‚Ð°Ð»Ð¾Ð³Ñƒ:" -#: src/readelf.c:8519 src/readelf.c:8596 +#: src/readelf.c:8528 src/readelf.c:8605 #, c-format msgid " [" msgstr " [" -#: src/readelf.c:8590 +#: src/readelf.c:8599 msgid "" "\n" "File name table:" @@ -5560,11 +5556,20 @@ msgstr "" "\n" " Ð¢Ð°Ð±Ð»Ð¸Ñ†Ñ Ð½Ð°Ð·Ð² файлів:" -#: src/readelf.c:8651 +#: src/readelf.c:8660 msgid " Entry Dir Time Size Name" msgstr " Ð—Ð°Ð¿Ð¸Ñ ÐšÐ°Ñ‚ Ð§Ð°Ñ Ð Ð¾Ð·Ð¼Ñ–Ñ€ Ðазва" -#: src/readelf.c:8688 +#: src/readelf.c:8699 +#, fuzzy +msgid "" +"\n" +"No line number statements." +msgstr "" +"\n" +"Оператори номерів Ñ€Ñдків:" + +#: src/readelf.c:8703 msgid "" "\n" "Line number statements:" @@ -5572,118 +5577,118 @@ msgstr "" "\n" "Оператори номерів Ñ€Ñдків:" -#: src/readelf.c:8711 +#: src/readelf.c:8726 #, c-format msgid "invalid maximum operations per instruction is zero" msgstr "некоректну кількіÑть операцій на інÑтрукцію прирівнÑно до нулÑ" -#: src/readelf.c:8745 +#: src/readelf.c:8760 #, c-format msgid " special opcode %u: address+%u = " msgstr " Ñпеціальний код операції %u: адреÑа+%u = " -#: src/readelf.c:8749 +#: src/readelf.c:8764 #, c-format msgid ", op_index = %u, line%+d = %zu\n" msgstr ", індекÑ_оп = %u, Ñ€Ñдок%+d = %zu\n" -#: src/readelf.c:8752 +#: src/readelf.c:8767 #, c-format msgid ", line%+d = %zu\n" msgstr ", Ñ€Ñдок%+d = %zu\n" -#: src/readelf.c:8770 +#: src/readelf.c:8785 #, c-format msgid " extended opcode %u: " msgstr " розширений код операції %u: " -#: src/readelf.c:8775 +#: src/readelf.c:8790 msgid " end of sequence" msgstr " кінець поÑлідовноÑті" -#: src/readelf.c:8793 +#: src/readelf.c:8808 #, c-format msgid " set address to " msgstr " вÑтановити адреÑу у Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ " -#: src/readelf.c:8821 +#: src/readelf.c:8836 #, c-format msgid " define new file: dir=%u, mtime=%<PRIu64>, length=%<PRIu64>, name=%s\n" msgstr "" " Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð½Ð¾Ð²Ð¾Ð³Ð¾ файла: dir=%u, mtime=%<PRIu64>, довжина=%<PRIu64>, назва=" "%s\n" -#: src/readelf.c:8835 +#: src/readelf.c:8850 #, c-format msgid " set discriminator to %u\n" msgstr " вÑтановити Ñ€Ð¾Ð·Ñ€Ñ–Ð·Ð½ÐµÐ½Ð½Ñ Ð´Ð»Ñ %u\n" #. Unknown, ignore it. -#: src/readelf.c:8840 +#: src/readelf.c:8855 msgid " unknown opcode" msgstr " невідомий код операції" #. Takes no argument. -#: src/readelf.c:8852 +#: src/readelf.c:8867 msgid " copy" msgstr " копіÑ" -#: src/readelf.c:8863 +#: src/readelf.c:8878 #, c-format msgid " advance address by %u to " msgstr " Ð·Ð±Ñ–Ð»ÑŒÑˆÐµÐ½Ð½Ñ Ð°Ð´Ñ€ÐµÑи на %u до " -#: src/readelf.c:8867 src/readelf.c:8928 +#: src/readelf.c:8882 src/readelf.c:8943 #, c-format msgid ", op_index to %u" msgstr ", op_index до %u" -#: src/readelf.c:8879 +#: src/readelf.c:8894 #, c-format msgid " advance line by constant %d to %<PRId64>\n" msgstr " проÑувати Ñ€Ñдок на Ñталу %d до %<PRId64>\n" -#: src/readelf.c:8889 +#: src/readelf.c:8904 #, c-format msgid " set file to %<PRIu64>\n" msgstr " вÑтановити файл у %<PRIu64>\n" -#: src/readelf.c:8900 +#: src/readelf.c:8915 #, c-format msgid " set column to %<PRIu64>\n" msgstr " вÑтановити Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñтовпчика %<PRIu64>\n" -#: src/readelf.c:8907 +#: src/readelf.c:8922 #, c-format msgid " set '%s' to %<PRIuFAST8>\n" msgstr " вÑтановити «%s» у %<PRIuFAST8>\n" #. Takes no argument. -#: src/readelf.c:8913 +#: src/readelf.c:8928 msgid " set basic block flag" msgstr " вÑтановити прапорець базового блоку" -#: src/readelf.c:8924 +#: src/readelf.c:8939 #, c-format msgid " advance address by constant %u to " msgstr " збільшити адреÑу на Ñталу величину %u до " -#: src/readelf.c:8944 +#: src/readelf.c:8959 #, c-format msgid " advance address by fixed value %u to \n" msgstr " збільшити адреÑу на фікÑовану величину %u до \n" #. Takes no argument. -#: src/readelf.c:8954 +#: src/readelf.c:8969 msgid " set prologue end flag" msgstr " вÑтановити прапорець ÐºÑ–Ð½Ñ†Ñ Ð²Ñтупу" #. Takes no argument. -#: src/readelf.c:8959 +#: src/readelf.c:8974 msgid " set epilogue begin flag" msgstr " вÑтановити прапорець початку епілогу" -#: src/readelf.c:8969 +#: src/readelf.c:8984 #, c-format msgid " set isa to %u\n" msgstr " вÑтановити isa у %u\n" @@ -5691,7 +5696,7 @@ msgstr " вÑтановити isa у %u\n" #. This is a new opcode the generator but not we know about. #. Read the parameters associated with it but then discard #. everything. Read all the parameters for this opcode. -#: src/readelf.c:8978 +#: src/readelf.c:8993 #, c-format msgid " unknown opcode with %<PRIu8> parameter:" msgid_plural " unknown opcode with %<PRIu8> parameters:" @@ -5699,97 +5704,97 @@ msgstr[0] " невідомий код операції з %<PRIu8> Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ msgstr[1] " невідомий код операції з %<PRIu8> параметрами:" msgstr[2] " невідомий код операції з %<PRIu8> параметрами:" -#: src/readelf.c:9018 +#: src/readelf.c:9033 #, c-format msgid "cannot get .debug_loclists content: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ вміÑÑ‚ .debug_loclists: %s" -#: src/readelf.c:9187 +#: src/readelf.c:9202 #, c-format msgid "invalid loclists data" msgstr "некоректні дані loclists" -#: src/readelf.c:9440 +#: src/readelf.c:9455 #, c-format msgid "cannot get .debug_loc content: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ вміÑÑ‚ .debug_loc: %s" -#: src/readelf.c:9647 src/readelf.c:10691 +#: src/readelf.c:9668 src/readelf.c:10712 msgid " <INVALID DATA>\n" msgstr " <ÐЕКОРЕКТÐІ ДÐÐІ>\n" -#: src/readelf.c:9702 src/readelf.c:9865 +#: src/readelf.c:9723 src/readelf.c:9886 #, c-format msgid "cannot get macro information section data: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ дані розділу відомоÑтей щодо макроÑів: %s" -#: src/readelf.c:9782 +#: src/readelf.c:9803 #, c-format msgid "%*s*** non-terminated string at end of section" msgstr "%*s*** незавершений Ñ€Ñдок наприкінці розділу" -#: src/readelf.c:9805 +#: src/readelf.c:9826 #, c-format msgid "%*s*** missing DW_MACINFO_start_file argument at end of section" msgstr "%*s*** пропущено аргумент DW_MACINFO_start_file наприкінці розділу" -#: src/readelf.c:9906 +#: src/readelf.c:9927 #, c-format msgid " Offset: 0x%<PRIx64>\n" msgstr " ЗміщеннÑ: 0x%<PRIx64>\n" -#: src/readelf.c:9918 +#: src/readelf.c:9939 #, c-format msgid " Version: %<PRIu16>\n" msgstr " ВерÑÑ–Ñ: %<PRIu16>\n" -#: src/readelf.c:9924 src/readelf.c:10811 +#: src/readelf.c:9945 src/readelf.c:10832 #, c-format msgid " unknown version, cannot parse section\n" msgstr " невідома верÑÑ–Ñ, не вдалоÑÑ Ð¾Ð±Ñ€Ð¾Ð±Ð¸Ñ‚Ð¸ розділ\n" -#: src/readelf.c:9931 +#: src/readelf.c:9952 #, c-format msgid " Flag: 0x%<PRIx8>" msgstr " Прапорець: 0x%<PRIx8>" -#: src/readelf.c:9960 +#: src/readelf.c:9981 #, c-format msgid " Offset length: %<PRIu8>\n" msgstr " Довжина зміщеннÑ: %<PRIu8>\n" -#: src/readelf.c:9968 +#: src/readelf.c:9989 #, c-format msgid " .debug_line offset: 0x%<PRIx64>\n" msgstr " Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ .debug_line: 0x%<PRIx64>\n" -#: src/readelf.c:9993 +#: src/readelf.c:10014 #, c-format msgid " extension opcode table, %<PRIu8> items:\n" msgstr " Ñ‚Ð°Ð±Ð»Ð¸Ñ†Ñ ÐºÐ¾Ð´Ñ–Ð² операцій розширень, запиÑів — %<PRIu8>:\n" -#: src/readelf.c:10000 +#: src/readelf.c:10021 #, c-format msgid " [%<PRIx8>]" msgstr " [%<PRIx8>]" -#: src/readelf.c:10012 +#: src/readelf.c:10033 #, c-format msgid " %<PRIu8> arguments:" msgstr " %<PRIu8> аргументів:" -#: src/readelf.c:10027 +#: src/readelf.c:10048 #, c-format msgid " no arguments." msgstr " немає аргументів." -#: src/readelf.c:10228 +#: src/readelf.c:10249 #, c-format msgid " [%5d] DIE offset: %6<PRId64>, CU DIE offset: %6<PRId64>, name: %s\n" msgstr "" " [%5d] Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ DIE: %6<PRId64>, Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ CU DIE: %6<PRId64>, назва: %s\n" -#: src/readelf.c:10272 +#: src/readelf.c:10293 #, c-format msgid "" "\n" @@ -5800,37 +5805,37 @@ msgstr "" "Розділ DWARF [%2zu] «%s» зі зміщеннÑм %#<PRIx64>:\n" " %*s Ð Ñдок\n" -#: src/readelf.c:10287 +#: src/readelf.c:10308 #, c-format msgid " *** error, missing string terminator\n" msgstr " *** помилка, пропущено роздільник Ñ€Ñдків\n" -#: src/readelf.c:10316 +#: src/readelf.c:10337 #, c-format msgid "cannot get .debug_str_offsets section data: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ дані розділу .debug_str_offsets: %s" -#: src/readelf.c:10415 +#: src/readelf.c:10436 #, c-format msgid " Length: %8<PRIu64>\n" msgstr " Довжина: %8<PRIu64>\n" -#: src/readelf.c:10417 +#: src/readelf.c:10438 #, c-format msgid " Offset size: %8<PRIu8>\n" msgstr " Розмір зÑуву: %8<PRIu8>\n" -#: src/readelf.c:10431 +#: src/readelf.c:10452 #, c-format msgid " DWARF version: %8<PRIu16>\n" msgstr " верÑÑ–Ñ DWARF: %8<PRIu16>\n" -#: src/readelf.c:10440 +#: src/readelf.c:10461 #, c-format msgid " Padding: %8<PRIx16>\n" msgstr " ЗаповненнÑ: %8<PRIx16>\n" -#: src/readelf.c:10494 +#: src/readelf.c:10515 #, c-format msgid "" "\n" @@ -5839,7 +5844,7 @@ msgstr "" "\n" "Розділ таблиці пошуку вікон виклику [%2zu] '.eh_frame_hdr':\n" -#: src/readelf.c:10596 +#: src/readelf.c:10617 #, c-format msgid "" "\n" @@ -5848,22 +5853,22 @@ msgstr "" "\n" "Розділ таблиці обробки виключень [%2zu] '.gcc_except_table':\n" -#: src/readelf.c:10619 +#: src/readelf.c:10640 #, c-format msgid " LPStart encoding: %#x " msgstr " ÐšÐ¾Ð´ÑƒÐ²Ð°Ð½Ð½Ñ LPStart: %#x " -#: src/readelf.c:10631 +#: src/readelf.c:10652 #, c-format msgid " TType encoding: %#x " msgstr " ÐšÐ¾Ð´ÑƒÐ²Ð°Ð½Ð½Ñ TType: %#x " -#: src/readelf.c:10646 +#: src/readelf.c:10667 #, c-format msgid " Call site encoding: %#x " msgstr " ÐšÐ¾Ð´ÑƒÐ²Ð°Ð½Ð½Ñ Ð¼Ñ–ÑÑ†Ñ Ð²Ð¸ÐºÐ»Ð¸ÐºÑƒ:%#x " -#: src/readelf.c:10659 +#: src/readelf.c:10680 msgid "" "\n" " Call site table:" @@ -5871,7 +5876,7 @@ msgstr "" "\n" " Ð¢Ð°Ð±Ð»Ð¸Ñ†Ñ Ð¼Ñ–ÑÑ†Ñ Ð²Ð¸ÐºÐ»Ð¸ÐºÑƒ:" -#: src/readelf.c:10673 +#: src/readelf.c:10694 #, c-format msgid "" " [%4u] Call site start: %#<PRIx64>\n" @@ -5884,12 +5889,12 @@ msgstr "" " МіÑце заÑтоÑуваннÑ: %#<PRIx64>\n" " ДіÑ: %u\n" -#: src/readelf.c:10746 +#: src/readelf.c:10767 #, c-format msgid "invalid TType encoding" msgstr "некоректне ÐºÐ¾Ð´ÑƒÐ²Ð°Ð½Ð½Ñ TType" -#: src/readelf.c:10773 +#: src/readelf.c:10794 #, c-format msgid "" "\n" @@ -5898,37 +5903,37 @@ msgstr "" "\n" "Розділ GDB [%2zu] «%s» за зміщеннÑм %#<PRIx64> міÑтить %<PRId64> байтів:\n" -#: src/readelf.c:10802 +#: src/readelf.c:10823 #, c-format msgid " Version: %<PRId32>\n" msgstr " ВерÑÑ–Ñ: %<PRId32>\n" -#: src/readelf.c:10820 +#: src/readelf.c:10841 #, c-format msgid " CU offset: %#<PRIx32>\n" msgstr " Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ CU: %#<PRIx32>\n" -#: src/readelf.c:10827 +#: src/readelf.c:10848 #, c-format msgid " TU offset: %#<PRIx32>\n" msgstr " Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ TU: %#<PRIx32>\n" -#: src/readelf.c:10834 +#: src/readelf.c:10855 #, c-format msgid " address offset: %#<PRIx32>\n" msgstr " Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ Ð°Ð´Ñ€ÐµÑи: %#<PRIx32>\n" -#: src/readelf.c:10841 +#: src/readelf.c:10862 #, c-format msgid " symbol offset: %#<PRIx32>\n" msgstr " Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ Ñимволу: %#<PRIx32>\n" -#: src/readelf.c:10848 +#: src/readelf.c:10869 #, c-format msgid " constant offset: %#<PRIx32>\n" msgstr " Ñтале зміщеннÑ: %#<PRIx32>\n" -#: src/readelf.c:10862 +#: src/readelf.c:10883 #, c-format msgid "" "\n" @@ -5937,7 +5942,7 @@ msgstr "" "\n" " СпиÑок CU зі зміщеннÑм %#<PRIx32> міÑтить %zu запиÑів:\n" -#: src/readelf.c:10887 +#: src/readelf.c:10908 #, c-format msgid "" "\n" @@ -5946,7 +5951,7 @@ msgstr "" "\n" " СпиÑок TU зі зміщеннÑм %#<PRIx32> міÑтить %zu запиÑів:\n" -#: src/readelf.c:10916 +#: src/readelf.c:10937 #, c-format msgid "" "\n" @@ -5955,7 +5960,7 @@ msgstr "" "\n" " СпиÑок Ð°Ð´Ñ€ÐµÑ Ð·Ñ– зміщеннÑм %#<PRIx32> міÑтить %zu запиÑів:\n" -#: src/readelf.c:10948 +#: src/readelf.c:10969 #, c-format msgid "" "\n" @@ -5964,18 +5969,18 @@ msgstr "" "\n" " Ð¢Ð°Ð±Ð»Ð¸Ñ†Ñ Ñимволів за зміщеннÑм %#<PRIx32> міÑтить %zu позицій:\n" -#: src/readelf.c:11086 +#: src/readelf.c:11107 #, c-format msgid "cannot get debug context descriptor: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ деÑкриптор контекÑту зневаджуваннÑ: %s" -#: src/readelf.c:11454 src/readelf.c:12076 src/readelf.c:12187 -#: src/readelf.c:12245 +#: src/readelf.c:11475 src/readelf.c:12097 src/readelf.c:12208 +#: src/readelf.c:12266 #, c-format msgid "cannot convert core note data: %s" msgstr "не вдалоÑÑ Ð¿ÐµÑ€ÐµÑ‚Ð²Ð¾Ñ€Ð¸Ñ‚Ð¸ дані запиÑу Ñдра: %s" -#: src/readelf.c:11817 +#: src/readelf.c:11838 #, c-format msgid "" "\n" @@ -5984,21 +5989,21 @@ msgstr "" "\n" "%*s... <повторюєтьÑÑ %u разів> ..." -#: src/readelf.c:12324 +#: src/readelf.c:12345 msgid " Owner Data size Type\n" msgstr " ВлаÑник Розм. даних Тип\n" -#: src/readelf.c:12353 +#: src/readelf.c:12374 #, c-format msgid " %-13.*s %9<PRId32> %s\n" msgstr " %-13.*s %9<PRId32> %s\n" -#: src/readelf.c:12405 +#: src/readelf.c:12426 #, c-format msgid "cannot get content of note: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ вміÑÑ‚ нотатки: %s" -#: src/readelf.c:12439 +#: src/readelf.c:12460 #, c-format msgid "" "\n" @@ -6008,7 +6013,7 @@ msgstr "" "Розділ запиÑів (note) [%2zu] «%s» з %<PRIu64> байтів за зміщеннÑм " "%#0<PRIx64>:\n" -#: src/readelf.c:12462 +#: src/readelf.c:12483 #, c-format msgid "" "\n" @@ -6017,7 +6022,7 @@ msgstr "" "\n" "Сегмент запиÑів з %<PRIu64> байтів за зміщеннÑм %#0<PRIx64>:\n" -#: src/readelf.c:12509 +#: src/readelf.c:12530 #, c-format msgid "" "\n" @@ -6026,12 +6031,12 @@ msgstr "" "\n" "У розділі [%zu] «%s» не міÑтитьÑÑ Ð´Ð°Ð½Ð¸Ñ… Ð´Ð»Ñ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð´Ð°Ð¼Ð¿Ñƒ.\n" -#: src/readelf.c:12536 src/readelf.c:12587 +#: src/readelf.c:12557 src/readelf.c:12608 #, c-format msgid "cannot get data for section [%zu] '%s': %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ дані Ð´Ð»Ñ Ñ€Ð¾Ð·Ð´Ñ–Ð»Ñƒ [%zu] «%s»: %s" -#: src/readelf.c:12541 +#: src/readelf.c:12562 #, c-format msgid "" "\n" @@ -6040,7 +6045,7 @@ msgstr "" "\n" "ШіÑÑ‚. дамп розділу [%zu] «%s», %<PRIu64> байтів за зміщеннÑм %#0<PRIx64>:\n" -#: src/readelf.c:12546 +#: src/readelf.c:12567 #, c-format msgid "" "\n" @@ -6051,7 +6056,7 @@ msgstr "" "ШіÑÑ‚. дамп розділу [%zu] «%s», %<PRIu64> байтів (%zd неÑтиÑнено) за " "зміщеннÑм %#0<PRIx64>:\n" -#: src/readelf.c:12560 +#: src/readelf.c:12581 #, c-format msgid "" "\n" @@ -6060,7 +6065,7 @@ msgstr "" "\n" "У розділі [%zu] «%s» не міÑтитьÑÑ Ñ€Ñдків Ð´Ð»Ñ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð´Ð°Ð¼Ð¿Ñƒ.\n" -#: src/readelf.c:12592 +#: src/readelf.c:12613 #, c-format msgid "" "\n" @@ -6069,7 +6074,7 @@ msgstr "" "\n" "Розділ Ñ€Ñдків [%zu] «%s» міÑтить %<PRIu64> байтів за зміщеннÑм %#0<PRIx64>:\n" -#: src/readelf.c:12597 +#: src/readelf.c:12618 #, c-format msgid "" "\n" @@ -6080,7 +6085,7 @@ msgstr "" "Ð Ñдок розділу [%zu] «%s» міÑтить %<PRIu64> байти (%zd неÑтиÑнено) на " "зміщенні %#0<PRIx64>:\n" -#: src/readelf.c:12646 +#: src/readelf.c:12667 #, c-format msgid "" "\n" @@ -6089,7 +6094,7 @@ msgstr "" "\n" "розділу [%lu] не Ñ–Ñнує" -#: src/readelf.c:12676 +#: src/readelf.c:12697 #, c-format msgid "" "\n" @@ -6098,12 +6103,12 @@ msgstr "" "\n" "розділу «%s» не Ñ–Ñнує" -#: src/readelf.c:12733 +#: src/readelf.c:12754 #, c-format msgid "cannot get symbol index of archive '%s': %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ покажчик Ñимволів архіву «%s»: %s" -#: src/readelf.c:12736 +#: src/readelf.c:12757 #, c-format msgid "" "\n" @@ -6112,7 +6117,7 @@ msgstr "" "\n" "У архіві «%s» немає покажчика Ñимволів\n" -#: src/readelf.c:12740 +#: src/readelf.c:12761 #, c-format msgid "" "\n" @@ -6121,12 +6126,12 @@ msgstr "" "\n" "Покажчик архіву «%s» міÑтить %zu запиÑів:\n" -#: src/readelf.c:12758 +#: src/readelf.c:12779 #, c-format msgid "cannot extract member at offset %zu in '%s': %s" msgstr "не вдалоÑÑ Ð²Ð¸Ð´Ð¾Ð±ÑƒÑ‚Ð¸ елемент за зміщеннÑм %zu у «%s»: %s" -#: src/readelf.c:12763 +#: src/readelf.c:12784 #, c-format msgid "Archive member '%s' contains:\n" msgstr "Елемент архіву «%s» міÑтить:\n" @@ -6207,63 +6212,63 @@ msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ заголовок розділу" msgid "(TOTALS)\n" msgstr "(ЗÐГÐЛОМ)\n" -#: src/stack.c:482 +#: src/stack.c:487 #, c-format msgid "-p PID should be a positive process id." msgstr "PID у -p PID має бути додатним значеннÑм ідентифікатора процеÑу." -#: src/stack.c:488 +#: src/stack.c:493 #, c-format msgid "Cannot open core file '%s'" msgstr "Ðе вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ файл дампу Ñдра «%s»" -#: src/stack.c:548 +#: src/stack.c:553 #, c-format msgid "-n MAXFRAMES should be 0 or higher." msgstr "MAXFRAMES у -n має бути значеннÑм рівним 0 або більшим." -#: src/stack.c:560 +#: src/stack.c:565 #, c-format msgid "-e EXEC needs a core given by --core." msgstr "Ð”Ð»Ñ -e EXEC Ñлід вказати Ñдро за допомогою --core." -#: src/stack.c:564 +#: src/stack.c:569 #, c-format msgid "-1 needs a thread id given by -p." msgstr "-1 Ñлід передати ідентифікатор потоку виконаннÑ, заданого -p." -#: src/stack.c:568 +#: src/stack.c:573 #, c-format msgid "One of -p PID or --core COREFILE should be given." msgstr "Слід вказати -p PID або --core COREFILE." -#: src/stack.c:640 +#: src/stack.c:645 msgid "Show stack of process PID" msgstr "ВивеÑти Ñтек PID процеÑу" -#: src/stack.c:642 +#: src/stack.c:647 msgid "Show stack found in COREFILE" msgstr "ВивеÑти Ñтек, знайдений у COREFILE" -#: src/stack.c:643 +#: src/stack.c:648 msgid "(optional) EXECUTABLE that produced COREFILE" msgstr "(необов’Ñзковий) EXECUTABLE, Ñким Ñтворено COREFILE" -#: src/stack.c:647 +#: src/stack.c:652 msgid "Output selection options:" msgstr "Параметри вибору виведених даних:" -#: src/stack.c:649 +#: src/stack.c:654 msgid "Additionally show frame activation" msgstr "Додатково вивеÑти активацію вікна" -#: src/stack.c:651 +#: src/stack.c:656 msgid "Additionally try to lookup DWARF debuginfo name for frame address" msgstr "" "Додатково Ñпробувати визначити назву файла даних діагноÑтики DWARF Ð´Ð»Ñ " "адреÑи вікна" -#: src/stack.c:654 +#: src/stack.c:659 msgid "" "Additionally show inlined function frames using DWARF debuginfo if available " "(implies -d)" @@ -6271,15 +6276,15 @@ msgstr "" "Додатково вивеÑти вікна вбудованих функцій за допомогою даних діагноÑтики " "DWARF, Ñкщо такі Ñ” (викориÑтовуєтьÑÑ Ñ– -d)" -#: src/stack.c:656 +#: src/stack.c:661 msgid "Additionally show module file information" msgstr "Додатково вивеÑти дані щодо файла модулÑ" -#: src/stack.c:658 +#: src/stack.c:663 msgid "Additionally show source file information" msgstr "Додатково вивеÑти дані щодо файла початкового коду" -#: src/stack.c:660 +#: src/stack.c:665 msgid "" "Show all additional information (activation, debugname, inlines, module and " "source)" @@ -6287,36 +6292,36 @@ msgstr "" "ВивеÑти уÑÑ– додаткові дані (активацію, назву у ÑиÑтемі діагноÑтики, " "вбудовані функції, модуль Ñ– початковий файл)" -#: src/stack.c:662 +#: src/stack.c:667 msgid "Do not resolve address to function symbol name" msgstr "Ðе розгортати адреÑу до назви Ñимволу функції" -#: src/stack.c:664 +#: src/stack.c:669 msgid "Show raw function symbol names, do not try to demangle names" msgstr "" "ВивеÑти назви Ñимволів функцій без обробки, не намагатиÑÑ Ñ€Ð¾Ð·ÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ñ‚Ð¸ назви" -#: src/stack.c:666 +#: src/stack.c:671 msgid "Show module build-id, load address and pc offset" msgstr "Виводити ідентифікатор збираннÑ, адреÑу Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ‚Ð° зÑув модулÑ" -#: src/stack.c:668 +#: src/stack.c:673 msgid "Show the backtrace of only one thread" msgstr "Виводити зворотне траÑÑƒÐ²Ð°Ð½Ð½Ñ Ð»Ð¸ÑˆÐµ одного потоку" -#: src/stack.c:670 +#: src/stack.c:675 msgid "Show at most MAXFRAMES per thread (default 256, use 0 for unlimited)" msgstr "" "Виводити не більше MAXFRAMES на потік Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ (типове Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ 256, 0 — не " "обмежувати)" -#: src/stack.c:672 +#: src/stack.c:677 msgid "Show module memory map with build-id, elf and debug files detected" msgstr "" "ВивеÑти карту пам’Ñті Ð¼Ð¾Ð´ÑƒÐ»Ñ Ñ–Ð· виÑвленими ідентифікатором збираннÑ, elf та " "файлами діагноÑтичних даних" -#: src/stack.c:680 +#: src/stack.c:685 msgid "" "Print a stack for each thread in a process or core file.\n" "\n" @@ -6337,7 +6342,7 @@ msgstr "" "програму було викликано з помилковими або пропущеними аргументами, програма " "завершить роботу з кодом виходу 64." -#: src/stack.c:755 +#: src/stack.c:760 #, c-format msgid "Couldn't show any frames." msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð²ÐµÑти жодного вікна." @@ -6765,7 +6770,7 @@ msgstr "не вдалоÑÑ Ñтворити заголовок ELF: %s" msgid "cannot get shdrstrndx:%s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ shdrstrndx:%s" -#: src/unstrip.c:248 src/unstrip.c:2081 +#: src/unstrip.c:248 src/unstrip.c:2083 #, c-format msgid "cannot get ELF header: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ заголовок ELF: %s" @@ -6785,12 +6790,12 @@ msgstr "неможливо оновити новий нульовий розді msgid "cannot copy ELF header: %s" msgstr "не вдалоÑÑ Ñкопіювати заголовок ELF: %s" -#: src/unstrip.c:269 src/unstrip.c:2099 src/unstrip.c:2142 +#: src/unstrip.c:269 src/unstrip.c:2101 src/unstrip.c:2144 #, c-format msgid "cannot get number of program headers: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ кількіÑть заголовків програми: %s" -#: src/unstrip.c:274 src/unstrip.c:2103 +#: src/unstrip.c:274 src/unstrip.c:2105 #, c-format msgid "cannot create program headers: %s" msgstr "не вдалоÑÑ Ñтворити заголовки програми: %s" @@ -6805,12 +6810,12 @@ msgstr "не вдалоÑÑ Ñкопіювати заголовок програ msgid "cannot copy section header: %s" msgstr "не вдалоÑÑ Ñкопіювати заголовок розділу: %s" -#: src/unstrip.c:293 src/unstrip.c:1703 +#: src/unstrip.c:293 src/unstrip.c:1705 #, c-format msgid "cannot get section data: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ дані розділу: %s" -#: src/unstrip.c:295 src/unstrip.c:1705 +#: src/unstrip.c:295 src/unstrip.c:1707 #, c-format msgid "cannot copy section data: %s" msgstr "не вдалоÑÑ Ñкопіювати дані розділу: %s" @@ -6820,14 +6825,14 @@ msgstr "не вдалоÑÑ Ñкопіювати дані розділу: %s" msgid "cannot create directory '%s'" msgstr "не вдалоÑÑ Ñтворити каталог «%s»" -#: src/unstrip.c:391 src/unstrip.c:651 src/unstrip.c:685 src/unstrip.c:853 -#: src/unstrip.c:1745 +#: src/unstrip.c:391 src/unstrip.c:653 src/unstrip.c:687 src/unstrip.c:855 +#: src/unstrip.c:1747 #, c-format msgid "cannot get symbol table entry: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ Ð·Ð°Ð¿Ð¸Ñ Ñ‚Ð°Ð±Ð»Ð¸Ñ†Ñ– Ñимволів: %s" -#: src/unstrip.c:407 src/unstrip.c:654 src/unstrip.c:675 src/unstrip.c:688 -#: src/unstrip.c:1766 src/unstrip.c:1961 src/unstrip.c:1985 +#: src/unstrip.c:407 src/unstrip.c:656 src/unstrip.c:677 src/unstrip.c:690 +#: src/unstrip.c:1768 src/unstrip.c:1963 src/unstrip.c:1987 #, c-format msgid "cannot update symbol table: %s" msgstr "не вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ таблицю Ñимволів: %s" @@ -6842,162 +6847,162 @@ msgstr "не вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ заголовок розділу: %s msgid "cannot update relocation: %s" msgstr "не вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ переÑуваннÑ: %s" -#: src/unstrip.c:574 +#: src/unstrip.c:576 #, c-format msgid "cannot get symbol version: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ верÑÑ–ÑŽ Ñимволу: %s" -#: src/unstrip.c:587 +#: src/unstrip.c:589 #, c-format msgid "unexpected section type in [%zu] with sh_link to symtab" msgstr "неочікуваний тип розділу у [%zu] з поÑиланнÑм sh_link на symtab" -#: src/unstrip.c:842 +#: src/unstrip.c:844 #, c-format msgid "cannot get symbol section data: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ дані розділу Ñимволів: %s" -#: src/unstrip.c:844 +#: src/unstrip.c:846 #, c-format msgid "cannot get string section data: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ дані розділу Ñ€Ñдків: %s" -#: src/unstrip.c:861 +#: src/unstrip.c:863 #, c-format msgid "invalid string offset in symbol [%zu]" msgstr "некоректне Ð·Ð¼Ñ–Ñ‰ÐµÐ½Ð½Ñ Ñ€Ñдка у Ñимволі [%zu]" -#: src/unstrip.c:1019 src/unstrip.c:1423 +#: src/unstrip.c:1021 src/unstrip.c:1425 #, c-format msgid "cannot read section [%zu] name: %s" msgstr "не вдалоÑÑ Ð¿Ñ€Ð¾Ñ‡Ð¸Ñ‚Ð°Ñ‚Ð¸ назву розділу [%zu]: %s" -#: src/unstrip.c:1034 +#: src/unstrip.c:1036 #, c-format msgid "bad sh_link for group section: %s" msgstr "помилкове Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ sh_link Ð´Ð»Ñ Ñ€Ð¾Ð·Ð´Ñ–Ð»Ñƒ груп: %s" -#: src/unstrip.c:1040 +#: src/unstrip.c:1042 #, c-format msgid "couldn't get shdr for group section: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ shdr Ð´Ð»Ñ Ñ€Ð¾Ð·Ð´Ñ–Ð»Ñƒ груп: %s" -#: src/unstrip.c:1045 +#: src/unstrip.c:1047 #, c-format msgid "bad data for group symbol section: %s" msgstr "помилкові дані Ð´Ð»Ñ Ñ€Ð¾Ð·Ð´Ñ–Ð»Ñƒ Ñимволів груп: %s" -#: src/unstrip.c:1051 +#: src/unstrip.c:1053 #, c-format msgid "couldn't get symbol for group section: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ Ñимвол Ð´Ð»Ñ Ñ€Ð¾Ð·Ð´Ñ–Ð»Ñƒ груп: %s" -#: src/unstrip.c:1056 +#: src/unstrip.c:1058 #, c-format msgid "bad symbol name for group section: %s" msgstr "помилкова назва Ñимволу Ð´Ð»Ñ Ñ€Ð¾Ð·Ð´Ñ–Ð»Ñƒ груп: %s" -#: src/unstrip.c:1098 src/unstrip.c:1117 src/unstrip.c:1155 +#: src/unstrip.c:1100 src/unstrip.c:1119 src/unstrip.c:1157 #, c-format msgid "cannot read '.gnu.prelink_undo' section: %s" msgstr "не вдалоÑÑ Ð¿Ñ€Ð¾Ñ‡Ð¸Ñ‚Ð°Ñ‚Ð¸ розділ «.gnu.prelink_undo»: %s" -#: src/unstrip.c:1135 +#: src/unstrip.c:1137 #, c-format msgid "overflow with shnum = %zu in '%s' section" msgstr "Ð¿ÐµÑ€ÐµÐ¿Ð¾Ð²Ð½ÐµÐ½Ð½Ñ Ð· shnum = %zu у розділі «%s»" -#: src/unstrip.c:1146 +#: src/unstrip.c:1148 #, c-format msgid "invalid contents in '%s' section" msgstr "некоректний вміÑÑ‚ розділу «%s»" -#: src/unstrip.c:1202 src/unstrip.c:1549 +#: src/unstrip.c:1204 src/unstrip.c:1551 #, c-format msgid "cannot find matching section for [%zu] '%s'" msgstr "не вдалоÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ відповідний розділ Ð´Ð»Ñ [%zu] «%s»" -#: src/unstrip.c:1327 src/unstrip.c:1343 src/unstrip.c:1629 src/unstrip.c:1920 +#: src/unstrip.c:1329 src/unstrip.c:1345 src/unstrip.c:1631 src/unstrip.c:1922 #, c-format msgid "cannot add section name to string table: %s" msgstr "не вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ назву розділу до таблиці Ñ€Ñдків: %s" -#: src/unstrip.c:1352 +#: src/unstrip.c:1354 #, c-format msgid "cannot update section header string table data: %s" msgstr "не вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ дані заголовка розділу у таблиці Ñ€Ñдків: %s" -#: src/unstrip.c:1381 src/unstrip.c:1385 +#: src/unstrip.c:1383 src/unstrip.c:1387 #, c-format msgid "cannot get section header string table section index: %s" msgstr "" "не вдалоÑÑ Ð²Ð¸Ð·Ð½Ð°Ñ‡Ð¸Ñ‚Ð¸ Ñ–Ð½Ð´ÐµÐºÑ Ñ€Ð¾Ð·Ð´Ñ–Ð»Ñƒ заголовка розділу у таблиці Ñ€Ñдків: %s" -#: src/unstrip.c:1389 src/unstrip.c:1393 src/unstrip.c:1644 +#: src/unstrip.c:1391 src/unstrip.c:1395 src/unstrip.c:1646 #, c-format msgid "cannot get section count: %s" msgstr "не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ кількіÑть розділів: %s" -#: src/unstrip.c:1396 +#: src/unstrip.c:1398 #, c-format msgid "more sections in stripped file than debug file -- arguments reversed?" msgstr "" "у очищеному файлі більше розділів ніж у файлі з даними Ð´Ð»Ñ Ð·Ð½ÐµÐ²Ð°Ð´Ð¶ÑƒÐ²Ð°Ð½Ð½Ñ â€” " "помилковий порÑдок параметрів?" -#: src/unstrip.c:1400 +#: src/unstrip.c:1402 #, c-format msgid "no sections in stripped file" msgstr "у очищеному файлі немає розділів" -#: src/unstrip.c:1471 src/unstrip.c:1564 +#: src/unstrip.c:1473 src/unstrip.c:1566 #, c-format msgid "cannot read section header string table: %s" msgstr "не вдалоÑÑ Ð¿Ñ€Ð¾Ñ‡Ð¸Ñ‚Ð°Ñ‚Ð¸ таблицю Ñ€Ñдків заголовка розділу: %s" -#: src/unstrip.c:1623 +#: src/unstrip.c:1625 #, c-format msgid "cannot add new section: %s" msgstr "не вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ новий розділ: %s" -#: src/unstrip.c:1753 +#: src/unstrip.c:1755 #, c-format msgid "symbol [%zu] has invalid section index" msgstr "Ñимвол [%zu] має некоректний Ñ–Ð½Ð´ÐµÐºÑ Ñ€Ð¾Ð·Ð´Ñ–Ð»Ñƒ" -#: src/unstrip.c:1785 +#: src/unstrip.c:1787 #, c-format msgid "group has invalid section index [%zd]" msgstr "група міÑтить некоректний Ñ–Ð½Ð´ÐµÐºÑ Ñ€Ð¾Ð·Ð´Ñ–Ð»Ñƒ [%zd]" -#: src/unstrip.c:2060 +#: src/unstrip.c:2062 #, c-format msgid "cannot read section data: %s" msgstr "не вдалоÑÑ Ð¿Ñ€Ð¾Ñ‡Ð¸Ñ‚Ð°Ñ‚Ð¸ дані розділу: %s" -#: src/unstrip.c:2089 +#: src/unstrip.c:2091 #, c-format msgid "cannot update ELF header: %s" msgstr "не вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ заголовок ELF: %s" -#: src/unstrip.c:2113 +#: src/unstrip.c:2115 #, c-format msgid "cannot update program header: %s" msgstr "не вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ заголовок програми: %s" -#: src/unstrip.c:2118 src/unstrip.c:2200 +#: src/unstrip.c:2120 src/unstrip.c:2202 #, c-format msgid "cannot write output file: %s" msgstr "не вдалоÑÑ Ð·Ð°Ð¿Ð¸Ñати файл виведених даних: %s" -#: src/unstrip.c:2169 +#: src/unstrip.c:2171 #, c-format msgid "DWARF data not adjusted for prelinking bias; consider prelink -u" msgstr "" "Дані DWARF не Ñкориговано відповідно до Ð²Ñ–Ð´Ñ…Ð¸Ð»ÐµÐ½Ð½Ñ Ð¿ÐµÑ€ÐµÐ´ компонуваннÑм; " "Ñпробуйте виправити це командою prelink -u" -#: src/unstrip.c:2172 +#: src/unstrip.c:2174 #, c-format msgid "" "DWARF data in '%s' not adjusted for prelinking bias; consider prelink -u" @@ -7005,76 +7010,76 @@ msgstr "" "Дані DWARF у «%s» не Ñкориговано відповідно до Ð²Ñ–Ð´Ñ…Ð¸Ð»ÐµÐ½Ð½Ñ Ð¿ÐµÑ€ÐµÐ´ " "компонуваннÑм; Ñпробуйте виправити це командою prelink -u" -#: src/unstrip.c:2191 src/unstrip.c:2242 src/unstrip.c:2254 src/unstrip.c:2340 +#: src/unstrip.c:2193 src/unstrip.c:2244 src/unstrip.c:2256 src/unstrip.c:2342 #, c-format msgid "cannot create ELF descriptor: %s" msgstr "не вдалоÑÑ Ñтворити деÑкриптор ELF: %s" -#: src/unstrip.c:2233 +#: src/unstrip.c:2235 msgid "WARNING: " msgstr "УВÐГÐ: " -#: src/unstrip.c:2235 +#: src/unstrip.c:2237 msgid ", use --force" msgstr ", ÑкориÑтайтеÑÑ --force" -#: src/unstrip.c:2258 +#: src/unstrip.c:2260 msgid "ELF header identification (e_ident) different" msgstr "Різні ідентифікатори заголовків ELF (e_ident)" -#: src/unstrip.c:2261 +#: src/unstrip.c:2263 msgid "ELF header type (e_type) different" msgstr "Різні типи заголовків ELF (e_type)" -#: src/unstrip.c:2264 +#: src/unstrip.c:2266 msgid "ELF header machine type (e_machine) different" msgstr "Різні типи архітектур заголовків ELF (e_machine)" -#: src/unstrip.c:2267 +#: src/unstrip.c:2269 msgid "stripped program header (e_phnum) smaller than unstripped" msgstr "очищений заголовок програми (e_phnum) Ñ” меншим за неочищений" -#: src/unstrip.c:2297 +#: src/unstrip.c:2299 #, c-format msgid "cannot find stripped file for module '%s': %s" msgstr "не вдалоÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ очищений файл Ð´Ð»Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ Â«%s»: %s" -#: src/unstrip.c:2301 +#: src/unstrip.c:2303 #, c-format msgid "cannot open stripped file '%s' for module '%s': %s" msgstr "не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ очищений файл «%s» Ð´Ð»Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ Â«%s»: %s" -#: src/unstrip.c:2316 +#: src/unstrip.c:2318 #, c-format msgid "cannot find debug file for module '%s': %s" msgstr "не вдалоÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ файл діагноÑтичних даних Ð´Ð»Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ Â«%s»: %s" -#: src/unstrip.c:2320 +#: src/unstrip.c:2322 #, c-format msgid "cannot open debug file '%s' for module '%s': %s" msgstr "не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ файл діагноÑтичних даних «%s» Ð´Ð»Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ Â«%s»: %s" -#: src/unstrip.c:2333 +#: src/unstrip.c:2335 #, c-format msgid "module '%s' file '%s' is not stripped" msgstr "у модулі «%s» файл «%s» не очищено strip" -#: src/unstrip.c:2364 +#: src/unstrip.c:2366 #, c-format msgid "cannot cache section addresses for module '%s': %s" msgstr "не вдалоÑÑ ÐºÐµÑˆÑƒÐ²Ð°Ñ‚Ð¸ адреÑи розділів Ð´Ð»Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñ Â«%s»: %s" -#: src/unstrip.c:2497 +#: src/unstrip.c:2498 #, c-format msgid "no matching modules found" msgstr "відповідних модулів не виÑвлено" -#: src/unstrip.c:2506 +#: src/unstrip.c:2507 #, c-format msgid "matched more than one module" msgstr "вÑтановлено відповідніÑть декількох модулів" -#: src/unstrip.c:2550 +#: src/unstrip.c:2551 msgid "" "STRIPPED-FILE DEBUG-FILE\n" "[MODULE...]" @@ -7082,7 +7087,7 @@ msgstr "" "ОЧИЩЕÐИЙ-ФÐЙЛ ФÐЙЛ-DEBUG\n" "[МОДУЛЬ...]" -#: src/unstrip.c:2551 +#: src/unstrip.c:2552 msgid "" "Combine stripped files with separate symbols and debug information.\n" "\n" @@ -7153,6 +7158,13 @@ msgstr "Додатково вивеÑти назви функцій" msgid "Show instances of inlined functions" msgstr "ВивеÑти екземплÑри вбудованих функцій" +#~ msgid "" +#~ " [%6tx] base address\n" +#~ " " +#~ msgstr "" +#~ " [%6tx] базова адреÑа\n" +#~ " " + #, fuzzy #~ msgid "%s: error getting zero section: %s" #~ msgstr "%s: помилка під Ñ‡Ð°Ñ Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ Ñ„Ð°Ð¹Ð»Ð°: %s" diff --git a/src/ChangeLog b/src/ChangeLog index 512d7b54..0313d2a2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,49 @@ +2020-09-03 Mark Wielaard <mark@klomp.org> + + * readelf.c (print_cfa_program): Take ehdr as argument. Use it to + recognize DW_CFA_AARCH64_negate_ra_state. + (print_debug_frame_section): Pass ehdr to print_cfa_program. + (print_debug): Don't warn if we dump frames, but cannot get dbg. + +2020-09-01 Mark Wielaard <mark@klomp.org> + + * readelf.c (print_debug_ranges_section): Base address entry can + be first. + (print_debug_loc_section): Likewise. + +2020-09-04 Mark Wielaard <mark@klomp.org> + + * elflint.c (special_sections): Add .debug_line_str. + +2020-08-26 Mark Wielaard <mark@klomp.org> + + * readelf.c (print_debug_line_section): It is not an error if there + are no line number statements at the end of a debug line section. + +2020-07-19 Mark Wielaard <mark@klomp.org> + + * elfclassify.c (process_current_path): Handle fwrite failing. + +2020-07-05 Mark Wielaard <mark@klomp.org> + + * stack.c (module_callback): Don't assert if dwfl_module_info fails. + * unstrip.c (adjust_relocs): Produce a proper error when HAS + section has inconsistent size or entsize. + (match_module): Don't assert if dwfl_module_info fails. + +2020-06-16 Mark Wielaard <mark@klomp.org> + + * ar.c (do_oper_extract): Split large if statement. Call fchown + before fchmod and explicitly ignore the return value. + (do_oper_delete): Likewise. + (do_oper_insert): Likewise. + * ranlib.c (handle_file): Likewise. + +2020-06-16 Mark Wielaard <mark@klomp.org> + + * elflint.c (check_elf_header): Explicitly check and ignore + any error from elf_compress. + 2020-06-07 Mark Wielaard <mark@klomp.org> * nm.c (sort_by_name_strtab): Replace by... @@ -787,26 +787,30 @@ cannot rename temporary file to %.*s"), else rest_off = SARMAG; - if ((symtab.symsnamelen != 0 + if (symtab.symsnamelen != 0 && ((write_retry (newfd, symtab.symsoff, symtab.symsofflen) != (ssize_t) symtab.symsofflen) || (write_retry (newfd, symtab.symsname, symtab.symsnamelen) != (ssize_t) symtab.symsnamelen))) - /* Even if the original file had content before the - symbol table, we write it in the correct order. */ - || (index_off != SARMAG - && copy_content (elf, newfd, SARMAG, index_off - SARMAG)) - || copy_content (elf, newfd, rest_off, st.st_size - rest_off) - /* Set the mode of the new file to the same values the - original file has. */ - || fchmod (newfd, st.st_mode & ALLPERMS) != 0 - /* Never complain about fchown failing. */ - || (({asm ("" :: "r" (fchown (newfd, st.st_uid, - st.st_gid))); }), - close (newfd) != 0) - || (newfd = -1, rename (tmpfname, arfname) != 0)) + goto nonew_unlink; + /* Even if the original file had content before the + symbol table, we write it in the correct order. */ + if ((index_off != SARMAG + && copy_content (elf, newfd, SARMAG, index_off - SARMAG)) + || copy_content (elf, newfd, rest_off, st.st_size - rest_off)) + goto nonew_unlink; + + /* Never complain about fchown failing. */ + if (fchown (newfd, st.st_uid, st.st_gid) != 0) { ; } + /* Set the mode of the new file to the same values the + original file has. */ + if (fchmod (newfd, st.st_mode & ALLPERMS) != 0 + || close (newfd) != 0) + goto nonew_unlink; + newfd = -1; + if (rename (tmpfname, arfname) != 0) goto nonew_unlink; } } @@ -1052,12 +1056,15 @@ do_oper_delete (const char *arfname, char **argv, int argc, } /* Set the mode of the new file to the same values the original file - has. */ + has. Never complain about fchown failing. But do it before + setting the mode (which might be reset/ignored if the owner is + wrong. */ + if (fchown (newfd, st.st_uid, st.st_gid) != 0) { ; } if (fchmod (newfd, st.st_mode & ALLPERMS) != 0 - /* Never complain about fchown failing. */ - || (({asm ("" :: "r" (fchown (newfd, st.st_uid, st.st_gid))); }), - close (newfd) != 0) - || (newfd = -1, rename (tmpfname, arfname) != 0)) + || close (newfd) != 0) + goto nonew_unlink; + newfd = -1; + if (rename (tmpfname, arfname) != 0) goto nonew_unlink; errout: @@ -1534,13 +1541,19 @@ do_oper_insert (int oper, const char *arfname, char **argv, int argc, /* Set the mode of the new file to the same values the original file has. */ - if (fd != -1 - && (fchmod (newfd, st.st_mode & ALLPERMS) != 0 - /* Never complain about fchown failing. */ - || (({asm ("" :: "r" (fchown (newfd, st.st_uid, st.st_gid))); }), - close (newfd) != 0) - || (newfd = -1, rename (tmpfname, arfname) != 0))) - goto nonew_unlink; + if (fd != -1) + { + /* Never complain about fchown failing. But do it before + setting the modes, or they might be reset/ignored if the + owner is wrong. */ + if (fchown (newfd, st.st_uid, st.st_gid) != 0) { ; } + if (fchmod (newfd, st.st_mode & ALLPERMS) != 0 + || close (newfd) != 0) + goto nonew_unlink; + newfd = -1; + if (rename (tmpfname, arfname) != 0) + goto nonew_unlink; + } errout: for (int cnt = 0; cnt < argc; ++cnt) diff --git a/src/elfclassify.c b/src/elfclassify.c index 535cc49f..624bb861 100644 --- a/src/elfclassify.c +++ b/src/elfclassify.c @@ -827,7 +827,8 @@ process_current_path (int *status) break; case do_print0: if (checks_passed == flag_print_matching) - fwrite (current_path, strlen (current_path) + 1, 1, stdout); + if (fwrite (current_path, strlen (current_path) + 1, 1, stdout) < 1) + issue (errno, N_("writing to standard output")); break; case no_print: if (!checks_passed) diff --git a/src/elflint.c b/src/elflint.c index 72584de0..ef3e3732 100644 --- a/src/elflint.c +++ b/src/elflint.c @@ -467,7 +467,7 @@ invalid number of section header table entries\n")); break; /* If the section wasn't compressed this does nothing, but returns an error. We don't care. */ - elf_compress (scn, 0, 0); + if (elf_compress (scn, 0, 0) < 0) { ; } } if (scnt < shnum) ERROR (gettext ("Can only check %u headers, shnum was %u\n"), scnt, shnum); @@ -3631,6 +3631,7 @@ static const struct { ".data", 6, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE, 0 }, { ".data1", 7, SHT_PROGBITS, exact, SHF_ALLOC | SHF_WRITE, 0 }, { ".debug_str", 11, SHT_PROGBITS, exact_or_gnuld, SHF_MERGE | SHF_STRINGS, 0 }, + { ".debug_line_str", 16, SHT_PROGBITS, exact_or_gnuld, SHF_MERGE | SHF_STRINGS, 0 }, { ".debug", 6, SHT_PROGBITS, exact, 0, 0 }, { ".dynamic", 9, SHT_DYNAMIC, atleast, SHF_ALLOC, SHF_WRITE }, { ".dynstr", 8, SHT_STRTAB, exact, SHF_ALLOC, 0 }, diff --git a/src/ranlib.c b/src/ranlib.c index b9083484..483a1b65 100644 --- a/src/ranlib.c +++ b/src/ranlib.c @@ -245,25 +245,31 @@ handle_file (const char *fname) else rest_off = SARMAG; - if ((symtab.symsnamelen != 0 - && ((write_retry (newfd, symtab.symsoff, - symtab.symsofflen) - != (ssize_t) symtab.symsofflen) - || (write_retry (newfd, symtab.symsname, - symtab.symsnamelen) - != (ssize_t) symtab.symsnamelen))) - /* Even if the original file had content before the - symbol table, we write it in the correct order. */ - || (index_off > SARMAG - && copy_content (arelf, newfd, SARMAG, index_off - SARMAG)) - || copy_content (arelf, newfd, rest_off, st.st_size - rest_off) - /* Set the mode of the new file to the same values the - original file has. */ - || fchmod (newfd, st.st_mode & ALLPERMS) != 0 - /* Never complain about fchown failing. */ - || (({asm ("" :: "r" (fchown (newfd, st.st_uid, st.st_gid))); }), - close (newfd) != 0) - || (newfd = -1, rename (tmpfname, fname) != 0)) + if (symtab.symsnamelen != 0 + && ((write_retry (newfd, symtab.symsoff, + symtab.symsofflen) + != (ssize_t) symtab.symsofflen) + || (write_retry (newfd, symtab.symsname, + symtab.symsnamelen) + != (ssize_t) symtab.symsnamelen))) + goto nonew_unlink; + + /* Even if the original file had content before the + symbol table, we write it in the correct order. */ + if ((index_off > SARMAG + && copy_content (arelf, newfd, SARMAG, index_off - SARMAG)) + || copy_content (arelf, newfd, rest_off, st.st_size - rest_off)) + goto nonew_unlink; + + /* Never complain about fchown failing. */ + if (fchown (newfd, st.st_uid, st.st_gid) != 0) { ; } + /* Set the mode of the new file to the same values the + original file has. */ + if (fchmod (newfd, st.st_mode & ALLPERMS) != 0 + || close (newfd) != 0) + goto nonew_unlink; + newfd = -1; + if (rename (tmpfname, fname) != 0) goto nonew_unlink; } } diff --git a/src/readelf.c b/src/readelf.c index 685d0b17..64067a57 100644 --- a/src/readelf.c +++ b/src/readelf.c @@ -6045,10 +6045,16 @@ print_debug_ranges_section (Dwfl_Module *dwflmod, if (begin == (Dwarf_Addr) -1l) /* Base address entry. */ { - printf (gettext (" [%6tx] base address\n "), offset); + if (first) + printf (" [%6tx] ", offset); + else + printf (" "); + puts (gettext ("base address")); + printf (" "); print_dwarf_addr (dwflmod, address_size, end, end); printf ("\n"); base = end; + first = false; } else if (begin == 0 && end == 0) /* End of list entry. */ { @@ -6176,7 +6182,7 @@ print_cfa_program (const unsigned char *readp, const unsigned char *const endp, int data_align, unsigned int version, unsigned int ptr_size, unsigned int encoding, - Dwfl_Module *dwflmod, Ebl *ebl, Dwarf *dbg) + Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr, Dwarf *dbg) { char regnamebuf[REGNAMESZ]; const char *regname (unsigned int regno) @@ -6399,8 +6405,11 @@ print_cfa_program (const unsigned char *readp, const unsigned char *const endp, printf (" MIPS_advance_loc8 %" PRIu64 " to %#" PRIx64 "\n", op1, pc += op1 * code_align); break; - case DW_CFA_GNU_window_save: - puts (" GNU_window_save"); + case DW_CFA_GNU_window_save: /* DW_CFA_AARCH64_negate_ra_state */ + if (ehdr->e_machine == EM_AARCH64) + puts (" AARCH64_negate_ra_state"); + else + puts (" GNU_window_save"); break; case DW_CFA_GNU_args_size: if ((uint64_t) (endp - readp) < 1) @@ -6930,7 +6939,7 @@ print_debug_frame_section (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr, else print_cfa_program (readp, cieend, vma_base, code_alignment_factor, data_alignment_factor, version, ptr_size, - fde_encoding, dwflmod, ebl, dbg); + fde_encoding, dwflmod, ebl, ehdr, dbg); readp = cieend; } } @@ -8642,7 +8651,7 @@ print_debug_line_section (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr, printf (", "); } printf ("\n"); - if (linep >= lineendp) + if (linep > lineendp) goto invalid_unit; } } @@ -8685,6 +8694,12 @@ print_debug_line_section (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr, ++linep; } + if (linep == lineendp) + { + puts (gettext ("\nNo line number statements.")); + return; + } + puts (gettext ("\nLine number statements:")); Dwarf_Word address = 0; unsigned int op_index = 0; @@ -9609,10 +9624,16 @@ print_debug_loc_section (Dwfl_Module *dwflmod, if (begin == (Dwarf_Addr) -1l) /* Base address entry. */ { - printf (gettext (" [%6tx] base address\n "), offset); + if (first) + printf (" [%6tx] ", offset); + else + printf (" "); + puts (gettext ("base address")); + printf (" "); print_dwarf_addr (dwflmod, address_size, end, end); printf ("\n"); base = end; + first = false; } else if (begin == 0 && end == 0) /* End of list entry. */ { @@ -11082,7 +11103,7 @@ print_debug (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr) }; if (dbg == NULL) { - if ((print_debug_sections & ~section_exception) != 0) + if ((print_debug_sections & ~(section_exception|section_frame)) != 0) error (0, 0, gettext ("cannot get debug context descriptor: %s"), dwfl_errmsg (-1)); dbg = &dummy_dbg; diff --git a/src/stack.c b/src/stack.c index 4daabce7..2ec7c972 100644 --- a/src/stack.c +++ b/src/stack.c @@ -143,7 +143,12 @@ module_callback (Dwfl_Module *mod, void **userdata __attribute__((unused)), const char *debugfile; const char *modname = dwfl_module_info (mod, NULL, NULL, &end, NULL, NULL, &mainfile, &debugfile); - assert (strcmp (modname, name) == 0); + if (modname == NULL || strcmp (modname, name) != 0) + { + end = start + 1; + mainfile = NULL; + debugfile = NULL; + } int width = get_addr_width (mod); printf ("0x%0*" PRIx64 "-0x%0*" PRIx64 " %s\n", diff --git a/src/unstrip.c b/src/unstrip.c index 9b8c09a1..a855038a 100644 --- a/src/unstrip.c +++ b/src/unstrip.c @@ -500,7 +500,8 @@ adjust_relocs (Elf_Scn *outscn, Elf_Scn *inscn, const GElf_Shdr *shdr, error (EXIT_FAILURE, 0, "Symbol table cannot have zero sh_entsize"); const size_t nsym = symshdr->sh_size / symshdr->sh_entsize; const size_t onent = shdr->sh_size / shdr->sh_entsize; - assert (data->d_size == shdr->sh_size); + if (data->d_size != shdr->sh_size) + error (EXIT_FAILURE, 0, "HASH section has inconsistent size"); #define CONVERT_HASH(Hash_Word) \ { \ @@ -509,7 +510,8 @@ adjust_relocs (Elf_Scn *outscn, Elf_Scn *inscn, const GElf_Shdr *shdr, const size_t nchain = old_hash[1]; \ const Hash_Word *const old_bucket = &old_hash[2]; \ const Hash_Word *const old_chain = &old_bucket[nbucket]; \ - assert (onent == 2 + nbucket + nchain); \ + if (onent != 2 + nbucket + nchain) \ + error (EXIT_FAILURE, 0, "HASH section has inconsistent entsize"); \ \ const size_t nent = 2 + nbucket + nsym; \ Hash_Word *const new_hash = xcalloc (nent, sizeof new_hash[0]); \ @@ -2469,8 +2471,7 @@ match_module (Dwfl_Module *mod, const char *file; const char *check = dwfl_module_info (mod, NULL, NULL, NULL, NULL, NULL, &file, NULL); - assert (check == name); - if (file == NULL) + if (check == NULL || strcmp (check, name) != 0 || file == NULL) return DWARF_CB_OK; name = file; diff --git a/tests/ChangeLog b/tests/ChangeLog index 99f9da9d..5f2b1449 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,77 @@ +2020-09-03 Mark Wielaard <mark@klomp.org> + + * run-readelf-frames.sh: New test. + * Makefile.am (TESTS): Add run-readelf-frames.sh. + (EXTRA_DIST): Likewise. + +2020-09-03 Mark Wielaard <mark@klomp.org> + + * testfile-gnu-property-note-aarch64.bz2: New file. + * run-readelf-n.sh: Handle testfile-gnu-property-note-aarch64. + * Makefile.am (EXTRA_DIST): Add + testfile-gnu-property-note-aarch64.bz2. + +2020-07-19 Mark Wielaard <mark@klomp.org> + + * asm-tst1.c: Include libebl.h after libasm.h. + * asm-tst2.c: Likewise. + * asm-tst3.c: Likewise. + * asm-tst4.c: Likewise. + * asm-tst5.c: Likewise. + * asm-tst6.c: Likewise. + * asm-tst7.c: Likewise. + * asm-tst8.c: Likewise. + * asm-tst9.c: Likewise. + +2020-07-05 Mark Wielaard <mark@klomp.org> + + * run-test-includes.sh: New test. + * Makefile.am (TESTS): Add run-test-includes.sh. + (EXTRA_DIST): Likewise. + +2020-07-03 Alice Zhang <alizhang@redhat.com> + + * run-debuginfod-find.sh: Add scheme free url testcase. + +2020-06-19 Mark Wielaard <mark@klomp.org> + + * Makefile.am (TESTS): Don't add run-debuginfod-find.sh when + DUMMY_LIBDEBUGINFOD. + +2020-06-16 Mark Wielaard <mark@klomp.org> + + * coverage.sh: Use /usr/bin/env bash. + * run-ar.sh: Likewise. + * run-backtrace-core-aarch64.sh: Likewise. + * run-backtrace-core-i386.sh: Likewise. + * run-backtrace-core-ppc.sh: Likewise. + * run-backtrace-core-s390.sh: Likewise. + * run-backtrace-core-s390x.sh: Likewise. + * run-backtrace-core-sparc.sh: Likewise. + * run-backtrace-core-x32.sh: Likewise. + * run-backtrace-core-x86_64.sh: Likewise. + * run-backtrace-data.sh: Likewise. + * run-backtrace-demangle.sh: Likewise. + * run-backtrace-dwarf.sh: Likewise. + * run-backtrace-fp-core-aarch64.sh: Likewise. + * run-backtrace-fp-core-i386.sh: Likewise. + * run-backtrace-fp-core-ppc64le.sh: Likewise. + * run-backtrace-fp-core-x86_64.sh: Likewise. + * run-backtrace-native-biarch.sh: Likewise. + * run-backtrace-native-core-biarch.sh: Likewise. + * run-backtrace-native-core.sh: Likewise. + * run-backtrace-native.sh: Likewise. + * run-debuginfod-find.sh: Likewise. + * run-deleted.sh: Likewise. + * run-dwelf_elf_e_machine_string.sh: Likewise. + * run-large-elf-file.sh: Likewise. + * run-lfs-symbols.sh: Likewise. + * run-linkmap-cut.sh: Likewise. + +2020-06-11 Mark Wielaard <mark@klomp.org> + + * Makefile.am (nlist-test): Add GCOV flags when necessary. + 2020-06-06 Mark Wielaard <mark@klomp.org> * testfilesyms32.bz2: New test file. diff --git a/tests/Makefile.am b/tests/Makefile.am index 7db7db16..4629ce64 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -80,13 +80,19 @@ backtrace-child-biarch$(EXEEXT): backtrace-child.c $(AM_LDFLAGS) $(LDFLAGS) $(backtrace_child_LDFLAGS) \ -o $@ $< +if GCOV +GCOV_FLAGS=-fprofile-arcs -ftest-coverage +else +GCOV_FLAGS= +endif + # test_nlist checks its own symbol table, and expects various symbols # to be in the order as specified in the source file. Explicitly set # minimal CFLAGS test-nlist$(EXEEXT): test-nlist.c $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(test_nlist_CFLAGS) $(test_nlist_LDADD) -o $@ $< + $(test_nlist_CFLAGS) $(GCOV_FLAGS) -o $@ $< $(test_nlist_LDADD) TESTS = run-arextract.sh run-arsymtest.sh run-ar.sh newfile test-nlist \ update1 update2 update3 update4 \ @@ -119,6 +125,7 @@ TESTS = run-arextract.sh run-arsymtest.sh run-ar.sh newfile test-nlist \ run-readelf-test4.sh run-readelf-twofiles.sh \ run-readelf-macro.sh run-readelf-loc.sh run-readelf-ranges.sh \ run-readelf-aranges.sh run-readelf-line.sh run-readelf-z.sh \ + run-readelf-frames.sh \ run-readelf-n.sh \ run-native-test.sh run-bug1-test.sh \ run-debuglink.sh run-debugaltlink.sh run-buildid.sh \ @@ -178,7 +185,7 @@ TESTS = run-arextract.sh run-arsymtest.sh run-ar.sh newfile test-nlist \ run-elfclassify.sh run-elfclassify-self.sh \ run-disasm-riscv64.sh \ run-pt_gnu_prop-tests.sh \ - run-getphdrnum.sh + run-getphdrnum.sh run-test-includes.sh if !BIARCH export ELFUTILS_DISABLE_BIARCH = 1 @@ -204,8 +211,11 @@ endif if DEBUGINFOD check_PROGRAMS += debuginfod_build_id_find +# With the dummy delegation doesn't work +if !DUMMY_LIBDEBUGINFOD TESTS += run-debuginfod-find.sh endif +endif EXTRA_DIST = run-arextract.sh run-arsymtest.sh run-ar.sh \ run-show-die-info.sh run-get-files.sh run-get-lines.sh \ @@ -304,12 +314,14 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh run-ar.sh \ testfile-dwzstr.bz2 testfile-dwzstr.multi.bz2 \ run-readelf-addr.sh run-readelf-str.sh \ run-readelf-types.sh \ + run-readelf-frames.sh \ run-readelf-n.sh \ testfile-gnu-property-note.bz2 testfile-gnu-property-note.o.bz2 \ testfile_gnu_props.32le.o.bz2 \ testfile_gnu_props.64le.o.bz2 \ testfile_gnu_props.32be.o.bz2 \ testfile_gnu_props.64be.o.bz2 \ + testfile-gnu-property-note-aarch64.bz2 \ run-allfcts-multi.sh \ test-offset-loop.bz2 test-offset-loop.alt.bz2 \ run-prelink-addr-test.sh \ @@ -496,7 +508,8 @@ EXTRA_DIST = run-arextract.sh run-arsymtest.sh run-ar.sh \ debuginfod-tars/pacman-sources/hello.c \ run-pt_gnu_prop-tests.sh \ testfile_pt_gnu_prop.bz2 testfile_pt_gnu_prop32.bz2 \ - run-getphdrnum.sh testfile-phdrs.elf.bz2 + run-getphdrnum.sh testfile-phdrs.elf.bz2 \ + run-test-includes.sh if USE_VALGRIND diff --git a/tests/asm-tst1.c b/tests/asm-tst1.c index cdf2a921..d03a4361 100644 --- a/tests/asm-tst1.c +++ b/tests/asm-tst1.c @@ -20,8 +20,8 @@ #endif #include <fcntl.h> -#include ELFUTILS_HEADER(ebl) #include ELFUTILS_HEADER(asm) +#include ELFUTILS_HEADER(ebl) #include <libelf.h> #include <stdio.h> #include <string.h> diff --git a/tests/asm-tst2.c b/tests/asm-tst2.c index 9e88b70c..e65a9d2f 100644 --- a/tests/asm-tst2.c +++ b/tests/asm-tst2.c @@ -20,8 +20,8 @@ #endif #include <fcntl.h> -#include ELFUTILS_HEADER(ebl) #include ELFUTILS_HEADER(asm) +#include ELFUTILS_HEADER(ebl) #include <libelf.h> #include <stdio.h> #include <string.h> diff --git a/tests/asm-tst3.c b/tests/asm-tst3.c index 39c1d90c..e45fa16a 100644 --- a/tests/asm-tst3.c +++ b/tests/asm-tst3.c @@ -20,8 +20,8 @@ #endif #include <fcntl.h> -#include ELFUTILS_HEADER(ebl) #include ELFUTILS_HEADER(asm) +#include ELFUTILS_HEADER(ebl) #include <libelf.h> #include <stdio.h> #include <string.h> diff --git a/tests/asm-tst4.c b/tests/asm-tst4.c index 5114938b..1a05bfcc 100644 --- a/tests/asm-tst4.c +++ b/tests/asm-tst4.c @@ -20,8 +20,8 @@ #endif #include <fcntl.h> -#include ELFUTILS_HEADER(ebl) #include ELFUTILS_HEADER(asm) +#include ELFUTILS_HEADER(ebl) #include <libelf.h> #include <stdio.h> #include <stdlib.h> diff --git a/tests/asm-tst5.c b/tests/asm-tst5.c index dcb852f8..256873f0 100644 --- a/tests/asm-tst5.c +++ b/tests/asm-tst5.c @@ -20,8 +20,8 @@ #endif #include <fcntl.h> -#include ELFUTILS_HEADER(ebl) #include ELFUTILS_HEADER(asm) +#include ELFUTILS_HEADER(ebl) #include <libelf.h> #include <stdio.h> #include <stdlib.h> diff --git a/tests/asm-tst6.c b/tests/asm-tst6.c index 829cd90c..4a665ed0 100644 --- a/tests/asm-tst6.c +++ b/tests/asm-tst6.c @@ -19,8 +19,8 @@ # include <config.h> #endif -#include ELFUTILS_HEADER(ebl) #include ELFUTILS_HEADER(asm) +#include ELFUTILS_HEADER(ebl) #include <libelf.h> #include <stdio.h> #include <stdlib.h> diff --git a/tests/asm-tst7.c b/tests/asm-tst7.c index 90179769..87c21485 100644 --- a/tests/asm-tst7.c +++ b/tests/asm-tst7.c @@ -21,8 +21,8 @@ #include <fcntl.h> #include <inttypes.h> -#include ELFUTILS_HEADER(ebl) #include ELFUTILS_HEADER(asm) +#include ELFUTILS_HEADER(ebl) #include <libelf.h> #include <stdio.h> #include <unistd.h> diff --git a/tests/asm-tst8.c b/tests/asm-tst8.c index a65509fe..7dbac10f 100644 --- a/tests/asm-tst8.c +++ b/tests/asm-tst8.c @@ -21,8 +21,8 @@ #include <fcntl.h> #include <inttypes.h> -#include ELFUTILS_HEADER(ebl) #include ELFUTILS_HEADER(asm) +#include ELFUTILS_HEADER(ebl) #include <libelf.h> #include <stdio.h> #include <unistd.h> diff --git a/tests/asm-tst9.c b/tests/asm-tst9.c index 681e872d..6bec3f6e 100644 --- a/tests/asm-tst9.c +++ b/tests/asm-tst9.c @@ -21,8 +21,8 @@ #include <fcntl.h> #include <inttypes.h> -#include ELFUTILS_HEADER(ebl) #include ELFUTILS_HEADER(asm) +#include ELFUTILS_HEADER(ebl) #include <libelf.h> #include <stdio.h> #include <string.h> diff --git a/tests/coverage.sh b/tests/coverage.sh index 01d292cc..448d43ba 100755 --- a/tests/coverage.sh +++ b/tests/coverage.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash if [ "x$1" = "x-v" ]; then verbose=yes diff --git a/tests/run-ar.sh b/tests/run-ar.sh index fb9394d5..656f1d1a 100755 --- a/tests/run-ar.sh +++ b/tests/run-ar.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) 2017 Red Hat, Inc. # This file is part of elfutils. # diff --git a/tests/run-backtrace-core-aarch64.sh b/tests/run-backtrace-core-aarch64.sh index a29a6613..41221d36 100755 --- a/tests/run-backtrace-core-aarch64.sh +++ b/tests/run-backtrace-core-aarch64.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) 2013 Red Hat, Inc. # This file is part of elfutils. # diff --git a/tests/run-backtrace-core-i386.sh b/tests/run-backtrace-core-i386.sh index 7294ec3d..c497f4aa 100755 --- a/tests/run-backtrace-core-i386.sh +++ b/tests/run-backtrace-core-i386.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) 2013 Red Hat, Inc. # This file is part of elfutils. # diff --git a/tests/run-backtrace-core-ppc.sh b/tests/run-backtrace-core-ppc.sh index 555ac352..1a51046c 100755 --- a/tests/run-backtrace-core-ppc.sh +++ b/tests/run-backtrace-core-ppc.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) 2013 Red Hat, Inc. # This file is part of elfutils. # diff --git a/tests/run-backtrace-core-s390.sh b/tests/run-backtrace-core-s390.sh index d3b6dc9c..ce3afb93 100755 --- a/tests/run-backtrace-core-s390.sh +++ b/tests/run-backtrace-core-s390.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) 2013 Red Hat, Inc. # This file is part of elfutils. # diff --git a/tests/run-backtrace-core-s390x.sh b/tests/run-backtrace-core-s390x.sh index c3e236d4..39450c14 100755 --- a/tests/run-backtrace-core-s390x.sh +++ b/tests/run-backtrace-core-s390x.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) 2013 Red Hat, Inc. # This file is part of elfutils. # diff --git a/tests/run-backtrace-core-sparc.sh b/tests/run-backtrace-core-sparc.sh index 60399baa..2f39e745 100755 --- a/tests/run-backtrace-core-sparc.sh +++ b/tests/run-backtrace-core-sparc.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) 2015 Oracle, Inc. # This file is part of elfutils. # diff --git a/tests/run-backtrace-core-x32.sh b/tests/run-backtrace-core-x32.sh index 2ad76bcf..e6144b35 100755 --- a/tests/run-backtrace-core-x32.sh +++ b/tests/run-backtrace-core-x32.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) H.J. Lu <hjl.tools@gmail.com>, 2015. # This file is part of elfutils. # diff --git a/tests/run-backtrace-core-x86_64.sh b/tests/run-backtrace-core-x86_64.sh index d00cd6d6..49248015 100755 --- a/tests/run-backtrace-core-x86_64.sh +++ b/tests/run-backtrace-core-x86_64.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) 2013 Red Hat, Inc. # This file is part of elfutils. # diff --git a/tests/run-backtrace-data.sh b/tests/run-backtrace-data.sh index 3062c304..f67a43ef 100755 --- a/tests/run-backtrace-data.sh +++ b/tests/run-backtrace-data.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) 2013 Red Hat, Inc. # This file is part of elfutils. # diff --git a/tests/run-backtrace-demangle.sh b/tests/run-backtrace-demangle.sh index 2d253240..403a4852 100755 --- a/tests/run-backtrace-demangle.sh +++ b/tests/run-backtrace-demangle.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) 2014, 2015 Red Hat, Inc. # This file is part of elfutils. # diff --git a/tests/run-backtrace-dwarf.sh b/tests/run-backtrace-dwarf.sh index 8834048a..7ed795d8 100755 --- a/tests/run-backtrace-dwarf.sh +++ b/tests/run-backtrace-dwarf.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) 2013 Red Hat, Inc. # This file is part of elfutils. # diff --git a/tests/run-backtrace-fp-core-aarch64.sh b/tests/run-backtrace-fp-core-aarch64.sh index fda88d37..397e3c3a 100755 --- a/tests/run-backtrace-fp-core-aarch64.sh +++ b/tests/run-backtrace-fp-core-aarch64.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) 2017 The Qt Company # This file is part of elfutils. # diff --git a/tests/run-backtrace-fp-core-i386.sh b/tests/run-backtrace-fp-core-i386.sh index c58ff532..43f859fe 100755 --- a/tests/run-backtrace-fp-core-i386.sh +++ b/tests/run-backtrace-fp-core-i386.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) 2017 Red Hat, Inc. # This file is part of elfutils. # diff --git a/tests/run-backtrace-fp-core-ppc64le.sh b/tests/run-backtrace-fp-core-ppc64le.sh index 326ca342..345b8dbe 100755 --- a/tests/run-backtrace-fp-core-ppc64le.sh +++ b/tests/run-backtrace-fp-core-ppc64le.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) 2017 Red Hat, Inc. # This file is part of elfutils. # diff --git a/tests/run-backtrace-fp-core-x86_64.sh b/tests/run-backtrace-fp-core-x86_64.sh index 348eb183..12f44c4b 100755 --- a/tests/run-backtrace-fp-core-x86_64.sh +++ b/tests/run-backtrace-fp-core-x86_64.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) 2017 The Qt Company # This file is part of elfutils. # diff --git a/tests/run-backtrace-native-biarch.sh b/tests/run-backtrace-native-biarch.sh index 2afe38a5..92869830 100755 --- a/tests/run-backtrace-native-biarch.sh +++ b/tests/run-backtrace-native-biarch.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) 2013, 2015 Red Hat, Inc. # This file is part of elfutils. # diff --git a/tests/run-backtrace-native-core-biarch.sh b/tests/run-backtrace-native-core-biarch.sh index 02552ce9..23274257 100755 --- a/tests/run-backtrace-native-core-biarch.sh +++ b/tests/run-backtrace-native-core-biarch.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) 2013, 2015 Red Hat, Inc. # This file is part of elfutils. # diff --git a/tests/run-backtrace-native-core.sh b/tests/run-backtrace-native-core.sh index cb025a56..db95895f 100755 --- a/tests/run-backtrace-native-core.sh +++ b/tests/run-backtrace-native-core.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) 2013 Red Hat, Inc. # This file is part of elfutils. # diff --git a/tests/run-backtrace-native.sh b/tests/run-backtrace-native.sh index ddae345d..823c4117 100755 --- a/tests/run-backtrace-native.sh +++ b/tests/run-backtrace-native.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) 2013 Red Hat, Inc. # This file is part of elfutils. # diff --git a/tests/run-debuginfod-find.sh b/tests/run-debuginfod-find.sh index 7faad331..730bb0e1 100755 --- a/tests/run-debuginfod-find.sh +++ b/tests/run-debuginfod-find.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Copyright (C) 2019-2020 Red Hat, Inc. # This file is part of elfutils. @@ -413,6 +413,12 @@ testrun ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $BUILDID && fal export DEBUGINFOD_URLS=http://127.0.0.1:$PORT2 testrun ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $BUILDID +# test again with scheme free url +export DEBUGINFOD_URLS=127.0.0.1:$PORT1 +rm -rf $DEBUGINFOD_CACHE_PATH +testrun ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $BUILDID && false || true +export DEBUGINFOD_URLS=127.0.0.1:$PORT2 +testrun ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $BUILDID # test parallel queries in client export DEBUGINFOD_CACHE_PATH=${PWD}/.client_cache3 diff --git a/tests/run-deleted.sh b/tests/run-deleted.sh index 0f647621..a1ec1ecf 100755 --- a/tests/run-deleted.sh +++ b/tests/run-deleted.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) 2014 Red Hat, Inc. # This file is part of elfutils. # diff --git a/tests/run-dwelf_elf_e_machine_string.sh b/tests/run-dwelf_elf_e_machine_string.sh index ba6d0e63..658f229f 100755 --- a/tests/run-dwelf_elf_e_machine_string.sh +++ b/tests/run-dwelf_elf_e_machine_string.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Test to make sure all EM values in elf.h are recognized # Copyright (C) 2019 Red Hat, Inc. # This file is part of elfutils. diff --git a/tests/run-large-elf-file.sh b/tests/run-large-elf-file.sh index cbe30615..667d24d8 100755 --- a/tests/run-large-elf-file.sh +++ b/tests/run-large-elf-file.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) 2019 Red Hat, Inc. # This file is part of elfutils. # diff --git a/tests/run-lfs-symbols.sh b/tests/run-lfs-symbols.sh index b65391b6..7398e7f4 100755 --- a/tests/run-lfs-symbols.sh +++ b/tests/run-lfs-symbols.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) 2015 Red Hat, Inc. # This file is part of elfutils. # diff --git a/tests/run-linkmap-cut.sh b/tests/run-linkmap-cut.sh index de2bc7cc..053b96dc 100755 --- a/tests/run-linkmap-cut.sh +++ b/tests/run-linkmap-cut.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # Copyright (C) 2014 Red Hat, Inc. # This file is part of elfutils. # diff --git a/tests/run-readelf-frames.sh b/tests/run-readelf-frames.sh new file mode 100755 index 00000000..f0429d19 --- /dev/null +++ b/tests/run-readelf-frames.sh @@ -0,0 +1,173 @@ +#! /bin/sh +# Copyright (C) 2020 Red Hat, Inc. +# This file is part of elfutils. +# +# This file is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# elfutils is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +. $srcdir/test-subr.sh + +# See run-readelf-n.sh +testfiles testfile-gnu-property-note-aarch64 + +testrun_compare ${abs_top_builddir}/src/readelf --debug-dump=frames testfile-gnu-property-note-aarch64 <<\EOF + +Call frame search table section [17] '.eh_frame_hdr': + version: 1 + eh_frame_ptr_enc: 0x1b (sdata4 pcrel) + fde_count_enc: 0x3 (udata4) + table_enc: 0x3b (sdata4 datarel) + eh_frame_ptr: 0x44 (offset: 0x758) + fde_count: 7 + Table: + 0xfffffe70 (offset: 0x580) -> 0x5c fde=[ 14] + 0xfffffea0 (offset: 0x5b0) -> 0x70 fde=[ 28] + 0xfffffee0 (offset: 0x5f0) -> 0x84 fde=[ 3c] + 0xffffff20 (offset: 0x630) -> 0xac fde=[ 64] + 0xffffff28 (offset: 0x638) -> 0xc0 fde=[ 78] + 0xffffff40 (offset: 0x650) -> 0xd8 fde=[ 90] + 0xffffffc0 (offset: 0x6d0) -> 0x110 fde=[ c8] + +Call frame information section [18] '.eh_frame' at offset 0x758: + + [ 0] CIE length=16 + CIE_id: 0 + version: 1 + augmentation: "zR" + code_alignment_factor: 4 + data_alignment_factor: -8 + return_address_register: 30 + Augmentation data: 0x1b (FDE address encoding: sdata4 pcrel) + + Program: + def_cfa r31 (sp) at offset 0 + + [ 14] FDE length=16 cie=[ 0] + CIE_pointer: 24 + initial_location: 0x0000000000400580 (offset: 0x580) + address_range: 0x30 (end offset: 0x5b0) + + Program: + nop + nop + nop + + [ 28] FDE length=16 cie=[ 0] + CIE_pointer: 44 + initial_location: 0x00000000004005b0 (offset: 0x5b0) + address_range: 0x3c (end offset: 0x5ec) + + Program: + nop + nop + nop + + [ 3c] FDE length=36 cie=[ 0] + CIE_pointer: 64 + initial_location: 0x00000000004005f0 (offset: 0x5f0) + address_range: 0x38 (end offset: 0x628) + + Program: + advance_loc 1 to 0x5f4 + AARCH64_negate_ra_state + advance_loc 1 to 0x5f8 + def_cfa_offset 32 + offset r29 (x29) at cfa-32 + offset r30 (x30) at cfa-24 + advance_loc 2 to 0x600 + offset r19 (x19) at cfa-16 + advance_loc 8 to 0x620 + restore r30 (x30) + restore r29 (x29) + restore r19 (x19) + def_cfa_offset 0 + advance_loc 1 to 0x624 + AARCH64_negate_ra_state + nop + nop + nop + + [ 64] FDE length=16 cie=[ 0] + CIE_pointer: 104 + initial_location: 0x0000000000400630 (offset: 0x630) + address_range: 0x8 (end offset: 0x638) + + Program: + nop + nop + nop + + [ 78] FDE length=20 cie=[ 0] + CIE_pointer: 124 + initial_location: 0x0000000000400638 (offset: 0x638) + address_range: 0xc (end offset: 0x644) + + Program: + nop + nop + nop + nop + nop + nop + nop + + [ 90] FDE length=52 cie=[ 0] + CIE_pointer: 148 + initial_location: 0x0000000000400650 (offset: 0x650) + address_range: 0x80 (end offset: 0x6d0) + + Program: + advance_loc 1 to 0x654 + AARCH64_negate_ra_state + advance_loc 1 to 0x658 + def_cfa_offset 64 + offset r29 (x29) at cfa-64 + offset r30 (x30) at cfa-56 + advance_loc 2 to 0x660 + offset r19 (x19) at cfa-48 + offset r20 (x20) at cfa-40 + advance_loc 3 to 0x66c + offset r21 (x21) at cfa-32 + offset r22 (x22) at cfa-24 + advance_loc 5 to 0x680 + offset r23 (x23) at cfa-16 + offset r24 (x24) at cfa-8 + advance_loc 18 to 0x6c8 + restore r30 (x30) + restore r29 (x29) + restore r23 (x23) + restore r24 (x24) + restore r21 (x21) + restore r22 (x22) + restore r19 (x19) + restore r20 (x20) + def_cfa_offset 0 + advance_loc 1 to 0x6cc + AARCH64_negate_ra_state + nop + nop + + [ c8] FDE length=16 cie=[ 0] + CIE_pointer: 204 + initial_location: 0x00000000004006d0 (offset: 0x6d0) + address_range: 0x8 (end offset: 0x6d8) + + Program: + nop + nop + nop + + [ dc] Zero terminator +EOF + +exit 0 diff --git a/tests/run-readelf-n.sh b/tests/run-readelf-n.sh index cc7d7f66..4c98fd82 100755 --- a/tests/run-readelf-n.sh +++ b/tests/run-readelf-n.sh @@ -226,3 +226,34 @@ Note section [ 4] '.note.gnu.property' of 56 bytes at offset 0x40: GNU 8 GNU_PROPERTY_TYPE_0 NO_COPY_ON_PROTECTION EOF + +# - testfile-gnu-property-note.c +# int +# main () +# { +# return 0; +# } +# +# gcc -mbranch-protection=standard -c testfile-gnu-property-note.c +# gcc -o testfile-gnu-property-note-aarch64 testfile-gnu-property-note.o +# eu-strip --remove-section=.gnu.build.attributes \ +# testfile-gnu-property-note-aarch64 + +testfiles testfile-gnu-property-note-aarch64 +testrun_compare ${abs_top_builddir}/src/readelf -n testfile-gnu-property-note-aarch64 << EOF + +Note section [ 2] '.note.gnu.property' of 32 bytes at offset 0x2c8: + Owner Data size Type + GNU 16 GNU_PROPERTY_TYPE_0 + AARCH64 FEATURE_1_AND: 00000003 BTI PAC + +Note section [ 3] '.note.gnu.build-id' of 36 bytes at offset 0x2e8: + Owner Data size Type + GNU 20 GNU_BUILD_ID + Build ID: af82d6df6f3b396487e3e27a826ca9cbbbecbe5f + +Note section [ 4] '.note.ABI-tag' of 32 bytes at offset 0x30c: + Owner Data size Type + GNU 16 GNU_ABI_TAG + OS: Linux, ABI: 3.7.0 +EOF diff --git a/tests/run-test-includes.sh b/tests/run-test-includes.sh new file mode 100755 index 00000000..b0ccdd9b --- /dev/null +++ b/tests/run-test-includes.sh @@ -0,0 +1,26 @@ +# All public include headers should be usable "standalone". + +. $srcdir/test-subr.sh + +echo '#include "libelf.h"' \ + | gcc -c -o /dev/null -I ${abs_srcdir}/../libelf -xc - +echo '#include "gelf.h"' \ + | gcc -c -o /dev/null -I ${abs_srcdir}/../libelf -xc - + +echo '#include "dwarf.h"' \ + | gcc -c -o /dev/null -I ${abs_srcdir}/../libelf \ + -I ${abs_srcdir}/../libdw -xc - +echo '#include "libdw.h"' \ + | gcc -c -o /dev/null -I ${abs_srcdir}/../libelf \ + -I ${abs_srcdir}/../libdw -xc - + +echo '#include "libdwfl.h"' \ + | gcc -c -o /dev/null -I ${abs_srcdir}/../libelf \ + -I ${abs_srcdir}/../libdw -I ${abs_srcdir}/../libdwfl -xc - +echo '#include "libdwelf.h"' \ + | gcc -c -o /dev/null -I ${abs_srcdir}/../libelf \ + -I ${abs_srcdir}/../libdw -I ${abs_srcdir}/../libdwelf -xc - + +echo '#include "libasm.h"' \ + | gcc -c -o /dev/null -I ${abs_srcdir}/../libelf \ + -I ${abs_srcdir}/../libasm -xc - diff --git a/tests/testfile-gnu-property-note-aarch64.bz2 b/tests/testfile-gnu-property-note-aarch64.bz2 Binary files differnew file mode 100755 index 00000000..2fe37b19 --- /dev/null +++ b/tests/testfile-gnu-property-note-aarch64.bz2 @@ -30,7 +30,7 @@ #ifndef _ELFUTILS_VERSION_H #define _ELFUTILS_VERSION_H 1 -#define _ELFUTILS_VERSION 180 +#define _ELFUTILS_VERSION 181 #define _ELFUTILS_PREREQ(major, minor) \ (_ELFUTILS_VERSION >= ((major) * 1000 + (minor))) |
