Prepare for 0.172. elfutils-0.172
authorMark Wielaard <mark@klomp.org>
Mon, 11 Jun 2018 15:14:39 +0000 (17:14 +0200)
committerMark Wielaard <mark@klomp.org>
Mon, 11 Jun 2018 17:02:20 +0000 (19:02 +0200)
It has been only 10 days since the previous release and there are
no functional changes compared to 0.171. The speedup of eu-readelf -N
is pretty nice. And ~25 patches fix various bugs (hangs and crashes)
in dealing with bad DWARF5 data. Most have been found by running the
afl fuzzer on eu-readelf and various testcases.

Signed-off-by: Mark Wielaard <mark@klomp.org>
ChangeLog
NEWS
config/ChangeLog
config/elfutils.spec.in
configure.ac
po/ChangeLog
po/de.po
po/es.po
po/ja.po
po/pl.po
po/uk.po

index 7ac55ed..696f31e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-06-11  Mark Wielaard  <mark@klomp.org>
+
+       * configure.ac: Set version to 0.172.
+       * NEWS: Mention bug fixes.
+
 2018-06-01  Mark Wielaard  <mark@klomp.org>
 
        * configure.ac: Set version to 0.171.
diff --git a/NEWS b/NEWS
index e84ded5..2b7f442 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Version 0.172
+
+No functional changes compared to 0.171.
+
+Various bug fixes in libdw and eu-readelf dealing with bad DWARF5 data.
+Thanks to running the afl fuzzer on eu-readelf and various testcases.
+
+eu-readelf -N is ~15% faster.
+
 Version 0.171
 
 DWARF5 and split dwarf, including GNU DebugFission, are supported now.
index 5b3d83e..0e9cc28 100644 (file)
@@ -1,3 +1,7 @@
+2018-06-11  Mark Wielaard  <mark@klomp.org>
+
+       * elfutils.spec.in: Update for 0.172.
+
 2018-06-01  Mark Wielaard  <mark@klomp.org>
 
        * elfutils.spec.in: Update for 0.171.
index 4c49a14..8e41f46 100644 (file)
@@ -227,6 +227,13 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_sysctldir}/10-default-yama-scope.conf
 
 %changelog
+* Mon Jun 11 2018 Mark Wielaard <mark@klomp.org> 0.172-1
+- No functional changes compared to 0.171.
+- Various bug fixes in libdw and eu-readelf dealing with bad DWARF5
+  data. Thanks to running the afl fuzzer on eu-readelf and various
+  testcases.
+- eu-readelf -N is ~15% faster.
+
 * Fri Jun 01 2018 Mark Wielaard <mark@klomp.org> 0.171-1
 - DWARF5 and split dwarf, including GNU DebugFission, support.
 - readelf: Handle all new DWARF5 sections.
index 183ffb5..0ee16df 100644 (file)
@@ -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.171],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/])
+AC_INIT([elfutils],[0.172],[https://sourceware.org/bugzilla],[elfutils],[http://elfutils.org/])
 
 dnl Workaround for older autoconf < 2.64
 m4_ifndef([AC_PACKAGE_URL],
index a98b643..8f318aa 100644 (file)
@@ -1,3 +1,7 @@
+2018-06-11  Mark Wielaard  <mark@klomp.org>
+
+       * *.po: Update for 0.172.
+
 2018-06-01  Mark Wielaard  <mark@klomp.org>
 
        * *.po: Update for 0.171.
index 6abaa12..95e25fc 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: elfutils VERSION\n"
 "Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n"
-"POT-Creation-Date: 2018-06-01 21:13+0200\n"
+"POT-Creation-Date: 2018-06-11 17:12+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"
@@ -54,8 +54,8 @@ msgstr ""
 "GARANTIE,\n"
 "auch nicht für Marktgängigkeit oder Eignung für einen Bestimmten Zweck.\n"
 
-#: lib/xmalloc.c:53 lib/xmalloc.c:66 lib/xmalloc.c:78 src/readelf.c:3372
-#: src/readelf.c:3763 src/readelf.c:11150 src/unstrip.c:2227 src/unstrip.c:2433
+#: lib/xmalloc.c:53 lib/xmalloc.c:66 lib/xmalloc.c:78 src/readelf.c:3395
+#: src/readelf.c:11105 src/unstrip.c:2227 src/unstrip.c:2433
 #, c-format
 msgid "memory exhausted"
 msgstr "Kein Speicher mehr verfügbar"
@@ -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:6126
+#: libelf/elf_error.c:87 src/readelf.c:6107
 #, 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:9695 src/readelf.c:10266
-#: src/readelf.c:10367 src/readelf.c:10548
+#: libelf/elf_error.c:191 src/readelf.c:9651 src/readelf.c:10222
+#: src/readelf.c:10323 src/readelf.c:10504
 #, c-format
 msgid "invalid data"
 msgstr "Ungültige Daten"
@@ -1456,7 +1456,7 @@ msgid "Be silent when a section cannot be compressed"
 msgstr "konnte Abschnittsdaten nicht holen: %s"
 
 #. Strings for arguments in help texts.
-#: src/elfcompress.c:1294 src/elflint.c:78 src/readelf.c:152
+#: src/elfcompress.c:1294 src/elflint.c:78 src/readelf.c:154
 msgid "FILE..."
 msgstr "DATEI..."
 
@@ -1487,7 +1487,7 @@ msgstr ""
 msgid "Pedantic checking of ELF files compliance with gABI/psABI spec."
 msgstr ""
 
-#: src/elflint.c:155 src/readelf.c:334
+#: src/elflint.c:155 src/readelf.c:347
 #, c-format
 msgid "cannot open input file"
 msgstr "Kann Eingabedatei nicht öffnen"
@@ -1506,7 +1506,7 @@ msgstr "Fehler beim Schliessen des Elf-Desktriptor: %s\n"
 msgid "No errors"
 msgstr "Keine Fehler"
 
-#: src/elflint.c:220 src/readelf.c:533
+#: src/elflint.c:220 src/readelf.c:546
 msgid "Missing file name.\n"
 msgstr "Dateiname fehlt.\n"
 
@@ -3459,12 +3459,12 @@ msgstr "%s%s%s: Dateiformat nicht erkannt"
 msgid "cannot create search tree"
 msgstr "Kann Suchbaum nicht erstellen"
 
-#: src/nm.c:747 src/nm.c:1208 src/objdump.c:778 src/readelf.c:593
-#: src/readelf.c:1183 src/readelf.c:1383 src/readelf.c:1531 src/readelf.c:1732
-#: src/readelf.c:1938 src/readelf.c:2128 src/readelf.c:2306 src/readelf.c:2382
-#: src/readelf.c:2640 src/readelf.c:2716 src/readelf.c:2803 src/readelf.c:3391
-#: src/readelf.c:3441 src/readelf.c:3504 src/readelf.c:10982
-#: src/readelf.c:12154 src/readelf.c:12357 src/readelf.c:12425 src/size.c:397
+#: src/nm.c:747 src/nm.c:1208 src/objdump.c:778 src/readelf.c:606
+#: src/readelf.c:1196 src/readelf.c:1396 src/readelf.c:1544 src/readelf.c:1745
+#: src/readelf.c:1951 src/readelf.c:2141 src/readelf.c:2319 src/readelf.c:2395
+#: src/readelf.c:2653 src/readelf.c:2729 src/readelf.c:2816 src/readelf.c:3414
+#: src/readelf.c:3464 src/readelf.c:3527 src/readelf.c:10937
+#: src/readelf.c:12109 src/readelf.c:12312 src/readelf.c:12380 src/size.c:397
 #: src/size.c:466 src/strip.c:572
 #, c-format
 msgid "cannot get section header string table index"
@@ -3548,7 +3548,7 @@ msgstr ""
 msgid "Show information from FILEs (a.out by default)."
 msgstr ""
 
-#: src/objdump.c:219 src/readelf.c:538
+#: src/objdump.c:219 src/readelf.c:551
 msgid "No operation specified.\n"
 msgstr "Keine Operation angegeben.\n"
 
@@ -3557,11 +3557,11 @@ msgstr "Keine Operation angegeben.\n"
 msgid "while close `%s'"
 msgstr ""
 
-#: src/objdump.c:364 src/readelf.c:2033 src/readelf.c:2225
+#: src/objdump.c:364 src/readelf.c:2046 src/readelf.c:2238
 msgid "INVALID SYMBOL"
 msgstr ""
 
-#: src/objdump.c:379 src/readelf.c:2067 src/readelf.c:2261
+#: src/objdump.c:379 src/readelf.c:2080 src/readelf.c:2274
 msgid "INVALID SECTION"
 msgstr ""
 
@@ -3612,157 +3612,166 @@ msgstr "'%s' ist kein Archiv"
 msgid "error while freeing sub-ELF descriptor: %s"
 msgstr ""
 
-#: src/readelf.c:93
+#: src/readelf.c:95
 #, fuzzy
 msgid "ELF input selection:"
 msgstr "Eingabeauswahloptionen:"
 
-#: src/readelf.c:95
+#: src/readelf.c:97
 msgid ""
 "Use the named SECTION (default .gnu_debugdata) as (compressed) ELF input data"
 msgstr ""
 
-#: src/readelf.c:98
+#: src/readelf.c:100
 msgid ""
 "Used with -w to find the skeleton Compile Units in FILE associated with the "
 "Split Compile units in a .dwo input file"
 msgstr ""
 
-#: src/readelf.c:100
+#: src/readelf.c:102
 #, fuzzy
 msgid "ELF output selection:"
 msgstr "Eingabeauswahloptionen:"
 
-#: src/readelf.c:102
+#: src/readelf.c:104
 msgid "All these plus -p .strtab -p .dynstr -p .comment"
 msgstr ""
 
-#: src/readelf.c:103
+#: src/readelf.c:105
 msgid "Display the dynamic segment"
 msgstr ""
 
-#: src/readelf.c:104
+#: src/readelf.c:106
 msgid "Display the ELF file header"
 msgstr ""
 
-#: src/readelf.c:106
+#: src/readelf.c:108
 msgid "Display histogram of bucket list lengths"
 msgstr ""
 
-#: src/readelf.c:107
+#: src/readelf.c:109
 msgid "Display the program headers"
 msgstr "Programm-Köpfe anzeigen"
 
-#: src/readelf.c:109
+#: src/readelf.c:111
 msgid "Display relocations"
 msgstr "Relocations anzeigen"
 
-#: src/readelf.c:110
+#: src/readelf.c:112
 #, fuzzy
 msgid "Display the section groups"
 msgstr "Programm-Köpfe anzeigen"
 
-#: src/readelf.c:111
+#: src/readelf.c:113
 #, fuzzy
 msgid "Display the sections' headers"
 msgstr "Programm-Köpfe anzeigen"
 
-#: src/readelf.c:114
+#: src/readelf.c:116
 #, fuzzy
 msgid "Display the symbol table sections"
 msgstr "Symboltabelle anzeigen"
 
-#: src/readelf.c:115
+#: src/readelf.c:117
 msgid "Display versioning information"
 msgstr "Versionierungsinformationen anzeigen"
 
-#: src/readelf.c:116
+#: src/readelf.c:118
 #, fuzzy
 msgid "Display the ELF notes"
 msgstr "Kernnotizen anzeigen"
 
-#: src/readelf.c:118
+#: src/readelf.c:120
 #, fuzzy
 msgid "Display architecture specific information, if any"
 msgstr "Architekturspezifische Informationen anzeigen (falls vorhanden)"
 
-#: src/readelf.c:120
+#: src/readelf.c:122
 msgid "Display sections for exception handling"
 msgstr "Abschnitte für Ausnahmebehandlung anzeigen"
 
-#: src/readelf.c:122
+#: src/readelf.c:124
 msgid "Additional output selection:"
 msgstr ""
 
-#: src/readelf.c:124
+#: src/readelf.c:126
 msgid ""
 "Display DWARF section content.  SECTION can be one of abbrev, addr, aranges, "
 "decodedaranges, frame, gdb_index, info, info+, loc, line, decodedline, "
 "ranges, pubnames, str, macinfo, macro or exception"
 msgstr ""
 
-#: src/readelf.c:128
+#: src/readelf.c:130
 msgid "Dump the uninterpreted contents of SECTION, by number or name"
 msgstr ""
 
-#: src/readelf.c:130
+#: src/readelf.c:132
 msgid "Print string contents of sections"
 msgstr ""
 
-#: src/readelf.c:133
+#: src/readelf.c:135
 msgid "Display the symbol index of an archive"
 msgstr "Symbolindex des Archivs anzeigen"
 
-#: src/readelf.c:135
+#: src/readelf.c:137
 msgid "Output control:"
 msgstr "Ausgabekontrolle:"
 
-#: src/readelf.c:137
+#: src/readelf.c:139
 msgid "Do not find symbol names for addresses in DWARF data"
 msgstr "Keine symbolischen Namen für Adressen in DWARF-Daten suchen"
 
-#: src/readelf.c:139
+#: src/readelf.c:141
 #, fuzzy
 msgid ""
 "Display just offsets instead of resolving values to addresses in DWARF data"
 msgstr "Keine symbolischen Namen für Adressen in DWARF-Daten suchen"
 
-#: src/readelf.c:141
+#: src/readelf.c:143
 msgid "Ignored for compatibility (lines always wide)"
 msgstr ""
 
-#: src/readelf.c:143
+#: src/readelf.c:145
 msgid ""
 "Show compression information for compressed sections (when used with -S); "
 "decompress section before dumping data (when used with -p or -x)"
 msgstr ""
 
 #. Short description of program.
-#: src/readelf.c:148
+#: src/readelf.c:150
 msgid "Print information from ELF file in human-readable form."
 msgstr "Informationen aus der ELF-Datei in menschenlesbarer Form ausgeben."
 
-#: src/readelf.c:506
+#. Look up once.
+#: src/readelf.c:329
+msgid "yes"
+msgstr "ja"
+
+#: src/readelf.c:330
+msgid "no"
+msgstr "nein"
+
+#: src/readelf.c:519
 #, c-format
 msgid "Unknown DWARF debug section `%s'.\n"
 msgstr ""
 
-#: src/readelf.c:577 src/readelf.c:688
+#: src/readelf.c:590 src/readelf.c:701
 #, c-format
 msgid "cannot generate Elf descriptor: %s"
 msgstr "konnte Elf-Deskriptor nicht erzeugen: %s"
 
-#: src/readelf.c:584 src/readelf.c:912 src/strip.c:641
+#: src/readelf.c:597 src/readelf.c:925 src/strip.c:641
 #, c-format
 msgid "cannot determine number of sections: %s"
 msgstr ""
 
-#: src/readelf.c:602 src/readelf.c:1205 src/readelf.c:1407
+#: src/readelf.c:615 src/readelf.c:1218 src/readelf.c:1420
 #, c-format
 msgid "cannot get section: %s"
 msgstr ""
 
-#: src/readelf.c:611 src/readelf.c:1212 src/readelf.c:1415 src/readelf.c:12377
+#: src/readelf.c:624 src/readelf.c:1225 src/readelf.c:1428 src/readelf.c:12332
 #: src/unstrip.c:375 src/unstrip.c:406 src/unstrip.c:455 src/unstrip.c:565
 #: src/unstrip.c:582 src/unstrip.c:619 src/unstrip.c:817 src/unstrip.c:1109
 #: src/unstrip.c:1301 src/unstrip.c:1362 src/unstrip.c:1535 src/unstrip.c:1650
@@ -3771,320 +3780,320 @@ msgstr ""
 msgid "cannot get section header: %s"
 msgstr ""
 
-#: src/readelf.c:619
+#: src/readelf.c:632
 #, fuzzy, c-format
 msgid "cannot get section name"
 msgstr "konnte Abschnittsdaten nicht holen: %s"
 
-#: src/readelf.c:628 src/readelf.c:6536 src/readelf.c:10254 src/readelf.c:10356
-#: src/readelf.c:10533
+#: src/readelf.c:641 src/readelf.c:6517 src/readelf.c:10210 src/readelf.c:10312
+#: src/readelf.c:10489
 #, c-format
 msgid "cannot get %s content: %s"
 msgstr ""
 
-#: src/readelf.c:644
+#: src/readelf.c:657
 #, fuzzy, c-format
 msgid "cannot create temp file '%s'"
 msgstr "neue Datei konnte nicht angelegt werden"
 
-#: src/readelf.c:653
+#: src/readelf.c:666
 #, fuzzy, c-format
 msgid "cannot write section data"
 msgstr "konnte Abschnittsdaten nicht holen: %s"
 
-#: src/readelf.c:659 src/readelf.c:676 src/readelf.c:705
+#: src/readelf.c:672 src/readelf.c:689 src/readelf.c:718
 #, c-format
 msgid "error while closing Elf descriptor: %s"
 msgstr ""
 
-#: src/readelf.c:666
+#: src/readelf.c:679
 #, fuzzy, c-format
 msgid "error while rewinding file descriptor"
 msgstr "Fehler beim Schliessen des Elf-Desktriptor: %s\n"
 
-#: src/readelf.c:700
+#: src/readelf.c:713
 #, c-format
 msgid "'%s' is not an archive, cannot print archive index"
 msgstr ""
 
-#: src/readelf.c:804
+#: src/readelf.c:817
 #, c-format
 msgid "cannot stat input file"
 msgstr ""
 
-#: src/readelf.c:806
+#: src/readelf.c:819
 #, c-format
 msgid "input file is empty"
 msgstr ""
 
-#: src/readelf.c:808
+#: src/readelf.c:821
 #, c-format
 msgid "failed reading '%s': %s"
 msgstr "Konnte '%s' nicht lesen: %s"
 
-#: src/readelf.c:837
+#: src/readelf.c:850
 #, fuzzy, c-format
 msgid "No such section '%s' in '%s'"
 msgstr "konnte Abschnittsdaten nicht holen: %s"
 
-#: src/readelf.c:897
+#: src/readelf.c:910
 #, c-format
 msgid "cannot read ELF header: %s"
 msgstr ""
 
-#: src/readelf.c:905
+#: src/readelf.c:918
 #, c-format
 msgid "cannot create EBL handle"
 msgstr ""
 
-#: src/readelf.c:918
+#: src/readelf.c:931
 #, fuzzy, c-format
 msgid "cannot determine number of program headers: %s"
 msgstr "konnte Programm-Kopf nicht erstellen: %s"
 
-#: src/readelf.c:1008
+#: src/readelf.c:1021
 msgid "NONE (None)"
 msgstr ""
 
-#: src/readelf.c:1009
+#: src/readelf.c:1022
 msgid "REL (Relocatable file)"
 msgstr ""
 
-#: src/readelf.c:1010
+#: src/readelf.c:1023
 msgid "EXEC (Executable file)"
 msgstr ""
 
-#: src/readelf.c:1011
+#: src/readelf.c:1024
 msgid "DYN (Shared object file)"
 msgstr ""
 
-#: src/readelf.c:1012
+#: src/readelf.c:1025
 msgid "CORE (Core file)"
 msgstr ""
 
-#: src/readelf.c:1017
+#: src/readelf.c:1030
 #, c-format
 msgid "OS Specific: (%x)\n"
 msgstr ""
 
 #. && e_type <= ET_HIPROC always true
-#: src/readelf.c:1019
+#: src/readelf.c:1032
 #, c-format
 msgid "Processor Specific: (%x)\n"
 msgstr ""
 
-#: src/readelf.c:1029
+#: src/readelf.c:1042
 msgid ""
 "ELF Header:\n"
 "  Magic:  "
 msgstr ""
 
-#: src/readelf.c:1033
+#: src/readelf.c:1046
 #, c-format
 msgid ""
 "\n"
 "  Class:                             %s\n"
 msgstr ""
 
-#: src/readelf.c:1038
+#: src/readelf.c:1051
 #, fuzzy, c-format
 msgid "  Data:                              %s\n"
 msgstr "  Daten:                             %s\n"
 
-#: src/readelf.c:1044
+#: src/readelf.c:1057
 #, c-format
 msgid "  Ident Version:                     %hhd %s\n"
 msgstr ""
 
-#: src/readelf.c:1046 src/readelf.c:1063
+#: src/readelf.c:1059 src/readelf.c:1076
 msgid "(current)"
 msgstr "(aktuell)"
 
-#: src/readelf.c:1050
+#: src/readelf.c:1063
 #, c-format
 msgid "  OS/ABI:                            %s\n"
 msgstr ""
 
-#: src/readelf.c:1053
+#: src/readelf.c:1066
 #, c-format
 msgid "  ABI Version:                       %hhd\n"
 msgstr ""
 
-#: src/readelf.c:1056
+#: src/readelf.c:1069
 msgid "  Type:                              "
 msgstr "  Typ:                               "
 
-#: src/readelf.c:1059
+#: src/readelf.c:1072
 #, c-format
 msgid "  Machine:                           %s\n"
 msgstr ""
 
-#: src/readelf.c:1061
+#: src/readelf.c:1074
 #, c-format
 msgid "  Version:                           %d %s\n"
 msgstr ""
 
-#: src/readelf.c:1065
+#: src/readelf.c:1078
 #, c-format
 msgid "  Entry point address:               %#<PRIx64>\n"
 msgstr ""
 
-#: src/readelf.c:1068
+#: src/readelf.c:1081
 #, c-format
 msgid "  Start of program headers:          %<PRId64> %s\n"
 msgstr ""
 
-#: src/readelf.c:1069 src/readelf.c:1072
+#: src/readelf.c:1082 src/readelf.c:1085
 msgid "(bytes into file)"
 msgstr ""
 
-#: src/readelf.c:1071
+#: src/readelf.c:1084
 #, c-format
 msgid "  Start of section headers:          %<PRId64> %s\n"
 msgstr ""
 
-#: src/readelf.c:1074
+#: src/readelf.c:1087
 #, c-format
 msgid "  Flags:                             %s\n"
 msgstr ""
 
-#: src/readelf.c:1077
+#: src/readelf.c:1090
 #, c-format
 msgid "  Size of this header:               %<PRId16> %s\n"
 msgstr ""
 
-#: src/readelf.c:1078 src/readelf.c:1081 src/readelf.c:1098
+#: src/readelf.c:1091 src/readelf.c:1094 src/readelf.c:1111
 msgid "(bytes)"
 msgstr "(Bytes)"
 
-#: src/readelf.c:1080
+#: src/readelf.c:1093
 #, c-format
 msgid "  Size of program header entries:    %<PRId16> %s\n"
 msgstr ""
 
-#: src/readelf.c:1083
+#: src/readelf.c:1096
 #, c-format
 msgid "  Number of program headers entries: %<PRId16>"
 msgstr ""
 
-#: src/readelf.c:1090
+#: src/readelf.c:1103
 #, c-format
 msgid " (%<PRIu32> in [0].sh_info)"
 msgstr ""
 
-#: src/readelf.c:1093 src/readelf.c:1110 src/readelf.c:1124
+#: src/readelf.c:1106 src/readelf.c:1123 src/readelf.c:1137
 msgid " ([0] not available)"
 msgstr ""
 
-#: src/readelf.c:1097
+#: src/readelf.c:1110
 #, c-format
 msgid "  Size of section header entries:    %<PRId16> %s\n"
 msgstr ""
 
-#: src/readelf.c:1100
+#: src/readelf.c:1113
 #, c-format
 msgid "  Number of section headers entries: %<PRId16>"
 msgstr ""
 
-#: src/readelf.c:1107
+#: src/readelf.c:1120
 #, c-format
 msgid " (%<PRIu32> in [0].sh_size)"
 msgstr ""
 
 #. We managed to get the zeroth section.
-#: src/readelf.c:1120
+#: src/readelf.c:1133
 #, c-format
 msgid " (%<PRIu32> in [0].sh_link)"
 msgstr ""
 
-#: src/readelf.c:1128
+#: src/readelf.c:1141
 #, c-format
 msgid ""
 "  Section header string table index: XINDEX%s\n"
 "\n"
 msgstr ""
 
-#: src/readelf.c:1132
+#: src/readelf.c:1145
 #, c-format
 msgid ""
 "  Section header string table index: %<PRId16>\n"
 "\n"
 msgstr ""
 
-#: src/readelf.c:1175
+#: src/readelf.c:1188
 #, c-format
 msgid ""
 "There are %d section headers, starting at offset %#<PRIx64>:\n"
 "\n"
 msgstr ""
 
-#: src/readelf.c:1185
+#: src/readelf.c:1198
 msgid "Section Headers:"
 msgstr ""
 
-#: src/readelf.c:1188
+#: src/readelf.c:1201
 msgid ""
 "[Nr] Name                 Type         Addr     Off    Size   ES Flags Lk "
 "Inf Al"
 msgstr ""
 
-#: src/readelf.c:1190
+#: src/readelf.c:1203
 msgid ""
 "[Nr] Name                 Type         Addr             Off      Size     ES "
 "Flags Lk Inf Al"
 msgstr ""
 
-#: src/readelf.c:1195
+#: src/readelf.c:1208
 msgid "     [Compression  Size   Al]"
 msgstr ""
 
-#: src/readelf.c:1197
+#: src/readelf.c:1210
 msgid "     [Compression  Size     Al]"
 msgstr ""
 
-#: src/readelf.c:1273
+#: src/readelf.c:1286
 #, c-format
 msgid "bad compression header for section %zd: %s"
 msgstr ""
 
-#: src/readelf.c:1284
+#: src/readelf.c:1297
 #, c-format
 msgid "bad gnu compressed size for section %zd: %s"
 msgstr ""
 
-#: src/readelf.c:1302
+#: src/readelf.c:1315
 msgid "Program Headers:"
 msgstr "Programm-Köpfe:"
 
-#: src/readelf.c:1304
+#: src/readelf.c:1317
 msgid ""
 "  Type           Offset   VirtAddr   PhysAddr   FileSiz  MemSiz   Flg Align"
 msgstr ""
 
-#: src/readelf.c:1307
+#: src/readelf.c:1320
 msgid ""
 "  Type           Offset   VirtAddr           PhysAddr           FileSiz  "
 "MemSiz   Flg Align"
 msgstr ""
 
-#: src/readelf.c:1364
+#: src/readelf.c:1377
 #, c-format
 msgid "\t[Requesting program interpreter: %s]\n"
 msgstr ""
 
-#: src/readelf.c:1385
+#: src/readelf.c:1398
 msgid ""
 "\n"
 " Section to Segment mapping:\n"
 "  Segment Sections..."
 msgstr ""
 
-#: src/readelf.c:1396 src/unstrip.c:1944 src/unstrip.c:1986 src/unstrip.c:1993
+#: src/readelf.c:1409 src/unstrip.c:1944 src/unstrip.c:1986 src/unstrip.c:1993
 #, c-format
 msgid "cannot get program header: %s"
 msgstr ""
 
-#: src/readelf.c:1539
+#: src/readelf.c:1552
 #, c-format
 msgid ""
 "\n"
@@ -4095,7 +4104,7 @@ msgid_plural ""
 msgstr[0] ""
 msgstr[1] ""
 
-#: src/readelf.c:1544
+#: src/readelf.c:1557
 #, c-format
 msgid ""
 "\n"
@@ -4106,31 +4115,31 @@ msgid_plural ""
 msgstr[0] ""
 msgstr[1] ""
 
-#: src/readelf.c:1552
+#: src/readelf.c:1565
 msgid "<INVALID SYMBOL>"
 msgstr ""
 
-#: src/readelf.c:1566
+#: src/readelf.c:1579
 msgid "<INVALID SECTION>"
 msgstr ""
 
-#: src/readelf.c:1589 src/readelf.c:2316 src/readelf.c:3407 src/readelf.c:12248
-#: src/readelf.c:12255 src/readelf.c:12299 src/readelf.c:12306
+#: src/readelf.c:1602 src/readelf.c:2329 src/readelf.c:3430 src/readelf.c:12203
+#: src/readelf.c:12210 src/readelf.c:12254 src/readelf.c:12261
 msgid "Couldn't uncompress section"
 msgstr ""
 
-#: src/readelf.c:1594 src/readelf.c:2321 src/readelf.c:3412
+#: src/readelf.c:1607 src/readelf.c:2334 src/readelf.c:3435
 #, fuzzy, c-format
 msgid "cannot get section [%zd] header: %s"
 msgstr "konnte Abschnittsdaten nicht holen: %s"
 
-#: src/readelf.c:1738 src/readelf.c:2388 src/readelf.c:2646 src/readelf.c:2722
-#: src/readelf.c:3026 src/readelf.c:3100 src/readelf.c:5311
+#: src/readelf.c:1751 src/readelf.c:2401 src/readelf.c:2659 src/readelf.c:2735
+#: src/readelf.c:3039 src/readelf.c:3113 src/readelf.c:5308
 #, fuzzy, c-format
 msgid "invalid sh_link value in section %zu"
 msgstr "ungültige .debug_line Sektion"
 
-#: src/readelf.c:1741
+#: src/readelf.c:1754
 #, c-format
 msgid ""
 "\n"
@@ -4143,43 +4152,43 @@ msgid_plural ""
 msgstr[0] ""
 msgstr[1] ""
 
-#: src/readelf.c:1751
+#: src/readelf.c:1764
 msgid "  Type              Value\n"
 msgstr ""
 
-#: src/readelf.c:1775
+#: src/readelf.c:1788
 #, c-format
 msgid "Shared library: [%s]\n"
 msgstr ""
 
-#: src/readelf.c:1780
+#: src/readelf.c:1793
 #, c-format
 msgid "Library soname: [%s]\n"
 msgstr ""
 
-#: src/readelf.c:1785
+#: src/readelf.c:1798
 #, c-format
 msgid "Library rpath: [%s]\n"
 msgstr ""
 
-#: src/readelf.c:1790
+#: src/readelf.c:1803
 #, c-format
 msgid "Library runpath: [%s]\n"
 msgstr ""
 
-#: src/readelf.c:1810
+#: src/readelf.c:1823
 #, c-format
 msgid "%<PRId64> (bytes)\n"
 msgstr ""
 
-#: src/readelf.c:1923 src/readelf.c:2113
+#: src/readelf.c:1936 src/readelf.c:2126
 #, c-format
 msgid ""
 "\n"
 "Invalid symbol table at offset %#0<PRIx64>\n"
 msgstr ""
 
-#: src/readelf.c:1941 src/readelf.c:2131
+#: src/readelf.c:1954 src/readelf.c:2144
 #, c-format
 msgid ""
 "\n"
@@ -4198,7 +4207,7 @@ msgstr[1] ""
 #. The .rela.dyn section does not refer to a specific section but
 #. instead of section index zero.  Do not try to print a section
 #. name.
-#: src/readelf.c:1956 src/readelf.c:2146
+#: src/readelf.c:1969 src/readelf.c:2159
 #, c-format
 msgid ""
 "\n"
@@ -4209,29 +4218,29 @@ msgid_plural ""
 msgstr[0] ""
 msgstr[1] ""
 
-#: src/readelf.c:1966
+#: src/readelf.c:1979
 msgid "  Offset      Type                 Value       Name\n"
 msgstr ""
 
-#: src/readelf.c:1968
+#: src/readelf.c:1981
 msgid "  Offset              Type                 Value               Name\n"
 msgstr ""
 
-#: src/readelf.c:2021 src/readelf.c:2032 src/readelf.c:2045 src/readelf.c:2066
-#: src/readelf.c:2078 src/readelf.c:2212 src/readelf.c:2224 src/readelf.c:2238
-#: src/readelf.c:2260 src/readelf.c:2273
+#: src/readelf.c:2034 src/readelf.c:2045 src/readelf.c:2058 src/readelf.c:2079
+#: src/readelf.c:2091 src/readelf.c:2225 src/readelf.c:2237 src/readelf.c:2251
+#: src/readelf.c:2273 src/readelf.c:2286
 msgid "<INVALID RELOC>"
 msgstr ""
 
-#: src/readelf.c:2156
+#: src/readelf.c:2169
 msgid "  Offset      Type            Value       Addend Name\n"
 msgstr ""
 
-#: src/readelf.c:2158
+#: src/readelf.c:2171
 msgid "  Offset              Type            Value               Addend Name\n"
 msgstr ""
 
-#: src/readelf.c:2396
+#: src/readelf.c:2409
 #, c-format
 msgid ""
 "\n"
@@ -4242,40 +4251,40 @@ msgid_plural ""
 msgstr[0] ""
 msgstr[1] ""
 
-#: src/readelf.c:2401
+#: src/readelf.c:2414
 #, c-format
 msgid " %lu local symbol  String table: [%2u] '%s'\n"
 msgid_plural " %lu local symbols  String table: [%2u] '%s'\n"
 msgstr[0] ""
 msgstr[1] ""
 
-#: src/readelf.c:2409
+#: src/readelf.c:2422
 msgid "  Num:    Value   Size Type    Bind   Vis          Ndx Name\n"
 msgstr ""
 
-#: src/readelf.c:2411
+#: src/readelf.c:2424
 msgid "  Num:            Value   Size Type    Bind   Vis          Ndx Name\n"
 msgstr ""
 
-#: src/readelf.c:2431
+#: src/readelf.c:2444
 #, c-format
 msgid "%5u: %0*<PRIx64> %6<PRId64> %-7s %-6s %-9s %6s %s"
 msgstr ""
 
-#: src/readelf.c:2519
+#: src/readelf.c:2532
 #, c-format
 msgid "bad dynamic symbol"
 msgstr ""
 
-#: src/readelf.c:2601
+#: src/readelf.c:2614
 msgid "none"
 msgstr "keine"
 
-#: src/readelf.c:2618
+#: src/readelf.c:2631
 msgid "| <unknown>"
 msgstr "| <unbekannt>"
 
-#: src/readelf.c:2649
+#: src/readelf.c:2662
 #, c-format
 msgid ""
 "\n"
@@ -4288,17 +4297,17 @@ msgid_plural ""
 msgstr[0] ""
 msgstr[1] ""
 
-#: src/readelf.c:2670
+#: src/readelf.c:2683
 #, fuzzy, c-format
 msgid "  %#06x: Version: %hu  File: %s  Cnt: %hu\n"
 msgstr "  %#06x: Version: %hu  Datei: %s  Cnt: %hu\n"
 
-#: src/readelf.c:2683
+#: src/readelf.c:2696
 #, c-format
 msgid "  %#06x: Name: %s  Flags: %s  Version: %hu\n"
 msgstr "  %#06x: Name: %s  Flags: %s  Version: %hu\n"
 
-#: src/readelf.c:2726
+#: src/readelf.c:2739
 #, c-format
 msgid ""
 "\n"
@@ -4311,18 +4320,18 @@ msgid_plural ""
 msgstr[0] ""
 msgstr[1] ""
 
-#: src/readelf.c:2754
+#: src/readelf.c:2767
 #, c-format
 msgid "  %#06x: Version: %hd  Flags: %s  Index: %hd  Cnt: %hd  Name: %s\n"
 msgstr ""
 
-#: src/readelf.c:2769
+#: src/readelf.c:2782
 #, c-format
 msgid "  %#06x: Parent %d: %s\n"
 msgstr ""
 
 #. Print the header.
-#: src/readelf.c:3030
+#: src/readelf.c:3043
 #, c-format
 msgid ""
 "\n"
@@ -4335,15 +4344,15 @@ msgid_plural ""
 msgstr[0] ""
 msgstr[1] ""
 
-#: src/readelf.c:3058
+#: src/readelf.c:3071
 msgid "   0 *local*                     "
 msgstr "   0 *lokal*                     "
 
-#: src/readelf.c:3063
+#: src/readelf.c:3076
 msgid "   1 *global*                    "
 msgstr "   1 *global*                    "
 
-#: src/readelf.c:3105
+#: src/readelf.c:3118
 #, c-format
 msgid ""
 "\n"
@@ -4358,56 +4367,66 @@ msgid_plural ""
 msgstr[0] ""
 msgstr[1] ""
 
-#: src/readelf.c:3127
+#: src/readelf.c:3140
 #, no-c-format
 msgid " Length  Number  % of total  Coverage\n"
 msgstr ""
 
-#: src/readelf.c:3129
+#: src/readelf.c:3142
 #, c-format
 msgid "      0  %6<PRIu32>      %5.1f%%\n"
 msgstr "      0  %6<PRIu32>      %5.1f%%\n"
 
-#: src/readelf.c:3136
+#: src/readelf.c:3149
 #, c-format
 msgid "%7d  %6<PRIu32>      %5.1f%%    %5.1f%%\n"
 msgstr "%7d  %6<PRIu32>      %5.1f%%    %5.1f%%\n"
 
-#: src/readelf.c:3149
+#: src/readelf.c:3162
 #, c-format
 msgid ""
 " Average number of tests:   successful lookup: %f\n"
 "\t\t\t  unsuccessful lookup: %f\n"
 msgstr ""
 
-#: src/readelf.c:3167 src/readelf.c:3226 src/readelf.c:3287
+#: src/readelf.c:3180 src/readelf.c:3244 src/readelf.c:3310
 #, c-format
 msgid "cannot get data for section %d: %s"
 msgstr ""
 
-#: src/readelf.c:3175
+#: src/readelf.c:3188
 #, fuzzy, c-format
 msgid "invalid data in sysv.hash section %d"
 msgstr "ungültige .debug_line Sektion"
 
-#: src/readelf.c:3234
+#: src/readelf.c:3217
+#, fuzzy, c-format
+msgid "invalid chain in sysv.hash section %d"
+msgstr "ungültige .debug_line Sektion"
+
+#: src/readelf.c:3252
 #, fuzzy, c-format
 msgid "invalid data in sysv.hash64 section %d"
 msgstr "ungültige .debug_line Sektion"
 
-#: src/readelf.c:3296
+#: src/readelf.c:3283
+#, fuzzy, c-format
+msgid "invalid chain in sysv.hash64 section %d"
+msgstr "ungültige .debug_line Sektion"
+
+#: src/readelf.c:3319
 #, fuzzy, c-format
 msgid "invalid data in gnu.hash section %d"
 msgstr "ungültige .debug_line Sektion"
 
-#: src/readelf.c:3363
+#: src/readelf.c:3386
 #, c-format
 msgid ""
 " Symbol Bias: %u\n"
 " Bitmask Size: %zu bytes  %<PRIuFAST32>%% bits set  2nd hash shift: %u\n"
 msgstr ""
 
-#: src/readelf.c:3452
+#: src/readelf.c:3475
 #, c-format
 msgid ""
 "\n"
@@ -4418,13 +4437,13 @@ msgid_plural ""
 msgstr[0] ""
 msgstr[1] ""
 
-#: src/readelf.c:3466
+#: src/readelf.c:3489
 msgid ""
 "       Library                       Time Stamp          Checksum Version "
 "Flags"
 msgstr ""
 
-#: src/readelf.c:3516
+#: src/readelf.c:3539
 #, c-format
 msgid ""
 "\n"
@@ -4432,147 +4451,102 @@ msgid ""
 "%#0<PRIx64>:\n"
 msgstr ""
 
-#: src/readelf.c:3533
+#: src/readelf.c:3556
 msgid "  Owner          Size\n"
 msgstr ""
 
-#: src/readelf.c:3562
+#: src/readelf.c:3585
 #, c-format
 msgid "  %-13s  %4<PRIu32>\n"
 msgstr "  %-13s  %4<PRIu32>\n"
 
 #. Unknown subsection, print and skip.
-#: src/readelf.c:3601
+#: src/readelf.c:3624
 #, c-format
 msgid "    %-4u %12<PRIu32>\n"
 msgstr "    %-4u %12<PRIu32>\n"
 
 #. Tag_File
-#: src/readelf.c:3606
+#: src/readelf.c:3629
 #, c-format
 msgid "    File: %11<PRIu32>\n"
 msgstr "    File: %11<PRIu32>\n"
 
-#: src/readelf.c:3655
+#: src/readelf.c:3678
 #, c-format
 msgid "      %s: %<PRId64>, %s\n"
 msgstr "      %s: %<PRId64>, %s\n"
 
-#: src/readelf.c:3658
+#: src/readelf.c:3681
 #, c-format
 msgid "      %s: %<PRId64>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:3661
+#: src/readelf.c:3684
 #, c-format
 msgid "      %s: %s\n"
 msgstr "      %s: %s\n"
 
-#: src/readelf.c:3671
+#: src/readelf.c:3694
 #, c-format
 msgid "      %u: %<PRId64>\n"
 msgstr "      %u: %<PRId64>\n"
 
-#: src/readelf.c:3674
+#: src/readelf.c:3697
 #, c-format
 msgid "      %u: %s\n"
 msgstr "      %u: %s\n"
 
-#: src/readelf.c:3719
-#, c-format
-msgid "%s+%#<PRIx64> <%s+%#<PRIx64>>"
-msgstr "%s+%#<PRIx64> <%s+%#<PRIx64>>"
-
-#: src/readelf.c:3722
-#, c-format
-msgid "%s+%#0*<PRIx64> <%s+%#<PRIx64>>"
-msgstr "%s+%#0*<PRIx64> <%s+%#<PRIx64>>"
-
-#: src/readelf.c:3727
-#, c-format
-msgid "%#<PRIx64> <%s+%#<PRIx64>>"
-msgstr "%#<PRIx64> <%s+%#<PRIx64>>"
-
-#: src/readelf.c:3730
-#, c-format
-msgid "%#0*<PRIx64> <%s+%#<PRIx64>>"
-msgstr "%#0*<PRIx64> <%s+%#<PRIx64>>"
-
-#: src/readelf.c:3736
-#, c-format
-msgid "%s+%#<PRIx64> <%s>"
-msgstr "%s+%#<PRIx64> <%s>"
-
-#: src/readelf.c:3739
-#, c-format
-msgid "%s+%#0*<PRIx64> <%s>"
-msgstr "%s+%#0*<PRIx64> <%s>"
-
-#: src/readelf.c:3743
-#, c-format
-msgid "%#<PRIx64> <%s>"
-msgstr "%#<PRIx64> <%s>"
-
-#: src/readelf.c:3746
-#, c-format
-msgid "%#0*<PRIx64> <%s>"
-msgstr "%#0*<PRIx64> <%s>"
-
-#: src/readelf.c:3751
-#, c-format
-msgid "%s+%#<PRIx64>"
-msgstr "%s+%#<PRIx64>"
-
-#: src/readelf.c:3754
-#, c-format
-msgid "%s+%#0*<PRIx64>"
-msgstr "%s+%#0*<PRIx64>"
+#: src/readelf.c:3767
+#, fuzzy, c-format
+msgid "sprintf failure"
+msgstr "mprotect fehlgeschlagen"
 
-#: src/readelf.c:4246
+#: src/readelf.c:4249
 msgid "empty block"
 msgstr ""
 
-#: src/readelf.c:4249
+#: src/readelf.c:4252
 #, c-format
 msgid "%zu byte block:"
 msgstr ""
 
-#: src/readelf.c:4728
+#: src/readelf.c:4730
 #, c-format
 msgid "%*s[%2<PRIuMAX>] %s  <TRUNCATED>\n"
 msgstr ""
 
-#: src/readelf.c:4792
+#: src/readelf.c:4794
 #, c-format
 msgid "%s %#<PRIx64> used with different address sizes"
 msgstr ""
 
-#: src/readelf.c:4799
+#: src/readelf.c:4801
 #, c-format
 msgid "%s %#<PRIx64> used with different offset sizes"
 msgstr ""
 
-#: src/readelf.c:4806
+#: src/readelf.c:4808
 #, c-format
 msgid "%s %#<PRIx64> used with different base addresses"
 msgstr ""
 
-#: src/readelf.c:4813
+#: src/readelf.c:4815
 #, c-format
 msgid "%s %#<PRIx64> used with different attribute %s and %s"
 msgstr ""
 
-#: src/readelf.c:4910
+#: src/readelf.c:4912
 #, c-format
 msgid " [%6tx]  <UNUSED GARBAGE IN REST OF SECTION>\n"
 msgstr ""
 
-#: src/readelf.c:4918
+#: src/readelf.c:4920
 #, c-format
 msgid " [%6tx]  <UNUSED GARBAGE> ... %<PRIu64> bytes ...\n"
 msgstr ""
 
-#: src/readelf.c:4996
+#: src/readelf.c:4998
 #, c-format
 msgid ""
 "\n"
@@ -4580,86 +4554,78 @@ msgid ""
 " [ Code]\n"
 msgstr ""
 
-#: src/readelf.c:5004
+#: src/readelf.c:5006
 #, c-format
 msgid ""
 "\n"
 "Abbreviation section at offset %<PRIu64>:\n"
 msgstr ""
 
-#: src/readelf.c:5017
+#: src/readelf.c:5019
 #, c-format
 msgid " *** error while reading abbreviation: %s\n"
 msgstr ""
 
-#: src/readelf.c:5033
+#: src/readelf.c:5035
 #, c-format
 msgid " [%5u] offset: %<PRId64>, children: %s, tag: %s\n"
 msgstr ""
 
-#: src/readelf.c:5036 src/readelf.c:7368 src/readelf.c:7376 src/readelf.c:7952
-msgid "yes"
-msgstr "ja"
-
-#: src/readelf.c:5036 src/readelf.c:7368 src/readelf.c:7952
-msgid "no"
-msgstr "nein"
-
-#: src/readelf.c:5066 src/readelf.c:5380 src/readelf.c:5545 src/readelf.c:5943
-#: src/readelf.c:6546 src/readelf.c:8077 src/readelf.c:8776 src/readelf.c:9225
-#: src/readelf.c:9471 src/readelf.c:9636 src/readelf.c:9997 src/readelf.c:10055
+#: src/readelf.c:5068 src/readelf.c:5377 src/readelf.c:5541 src/readelf.c:5926
+#: src/readelf.c:6527 src/readelf.c:8055 src/readelf.c:8749 src/readelf.c:9185
+#: src/readelf.c:9427 src/readelf.c:9592 src/readelf.c:9953 src/readelf.c:10011
 #, c-format
 msgid ""
 "\n"
 "DWARF section [%2zu] '%s' at offset %#<PRIx64>:\n"
 msgstr ""
 
-#: src/readelf.c:5079
+#: src/readelf.c:5081
 #, fuzzy, c-format
 msgid "cannot get .debug_addr section data: %s"
 msgstr "konnte Abschnittsdaten nicht holen: %s"
 
-#: src/readelf.c:5182 src/readelf.c:5206 src/readelf.c:5590 src/readelf.c:8821
+#: src/readelf.c:5181 src/readelf.c:5205 src/readelf.c:5586 src/readelf.c:8794
 #, fuzzy, c-format
 msgid " Length:         %8<PRIu64>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:5184 src/readelf.c:5221 src/readelf.c:5603 src/readelf.c:8834
+#: src/readelf.c:5183 src/readelf.c:5220 src/readelf.c:5599 src/readelf.c:8807
 #, fuzzy, c-format
 msgid " DWARF version:  %8<PRIu16>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:5185 src/readelf.c:5230 src/readelf.c:5612 src/readelf.c:8843
+#: src/readelf.c:5184 src/readelf.c:5229 src/readelf.c:5608 src/readelf.c:8816
 #, fuzzy, c-format
 msgid " Address size:   %8<PRIu64>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:5187 src/readelf.c:5240 src/readelf.c:5622 src/readelf.c:8853
+#: src/readelf.c:5186 src/readelf.c:5239 src/readelf.c:5618 src/readelf.c:8826
 #, fuzzy, c-format
 msgid " Segment size:   %8<PRIu64>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:5225 src/readelf.c:5607 src/readelf.c:8838 src/readelf.c:10187
+#: src/readelf.c:5224 src/readelf.c:5603 src/readelf.c:8811 src/readelf.c:10143
 #, fuzzy, c-format
 msgid "Unknown version"
 msgstr "unbekannte Version"
 
-#: src/readelf.c:5235 src/readelf.c:5450 src/readelf.c:5617 src/readelf.c:8848
+#: src/readelf.c:5234 src/readelf.c:5447 src/readelf.c:5613 src/readelf.c:8821
 #, fuzzy, c-format
 msgid "unsupported address size"
 msgstr "Kein Adress-Wert"
 
-#: src/readelf.c:5246 src/readelf.c:5459 src/readelf.c:5627 src/readelf.c:8858
+#: src/readelf.c:5245 src/readelf.c:5456 src/readelf.c:5623 src/readelf.c:8831
 #, c-format
 msgid "unsupported segment size"
 msgstr ""
 
-#: src/readelf.c:5301 src/readelf.c:5375
+#: src/readelf.c:5298 src/readelf.c:5372
 #, c-format
 msgid "cannot get .debug_aranges content: %s"
 msgstr ""
 
-#: src/readelf.c:5316
+#: src/readelf.c:5313
 #, c-format
 msgid ""
 "\n"
@@ -4670,251 +4636,241 @@ msgid_plural ""
 msgstr[0] ""
 msgstr[1] ""
 
-#: src/readelf.c:5347
+#: src/readelf.c:5344
 #, c-format
 msgid " [%*zu] ???\n"
 msgstr " [%*zu] ???\n"
 
-#: src/readelf.c:5349
+#: src/readelf.c:5346
 #, c-format
 msgid ""
 " [%*zu] start: %0#*<PRIx64>, length: %5<PRIu64>, CU DIE offset: %6<PRId64>\n"
 msgstr ""
 
-#: src/readelf.c:5393 src/readelf.c:8104
+#: src/readelf.c:5390 src/readelf.c:8082
 #, c-format
 msgid ""
 "\n"
 "Table at offset %zu:\n"
 msgstr ""
 
-#: src/readelf.c:5397 src/readelf.c:5571 src/readelf.c:6570 src/readelf.c:8115
-#: src/readelf.c:8802
+#: src/readelf.c:5394 src/readelf.c:5567 src/readelf.c:6551 src/readelf.c:8093
+#: src/readelf.c:8775
 #, c-format
 msgid "invalid data in section [%zu] '%s'"
 msgstr ""
 
-#: src/readelf.c:5413
+#: src/readelf.c:5410
 #, fuzzy, c-format
 msgid ""
 "\n"
 " Length:        %6<PRIu64>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:5425
+#: src/readelf.c:5422
 #, fuzzy, c-format
 msgid " DWARF version: %6<PRIuFAST16>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:5429
+#: src/readelf.c:5426
 #, c-format
 msgid "unsupported aranges version"
 msgstr ""
 
-#: src/readelf.c:5440
+#: src/readelf.c:5437
 #, fuzzy, c-format
 msgid " CU offset:     %6<PRIx64>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:5446
+#: src/readelf.c:5443
 #, c-format
 msgid " Address size:  %6<PRIu64>\n"
 msgstr ""
 
-#: src/readelf.c:5455
+#: src/readelf.c:5452
 #, c-format
 msgid ""
 " Segment size:  %6<PRIu64>\n"
 "\n"
 msgstr ""
 
-#: src/readelf.c:5499
-#, fuzzy, c-format
-msgid "   %s..%s (%<PRIx64>)\n"
-msgstr "      %s: %<PRId64>\n"
-
-#: src/readelf.c:5502
-#, fuzzy, c-format
-msgid "   %s..%s\n"
-msgstr " [%6tx]  %s..%s\n"
-
-#: src/readelf.c:5511
+#: src/readelf.c:5507
 #, c-format
 msgid "   %zu padding bytes\n"
 msgstr ""
 
-#: src/readelf.c:5554
+#: src/readelf.c:5550
 #, fuzzy, c-format
 msgid "cannot get .debug_rnglists content: %s"
 msgstr "konnte Programm-Kopf nicht erstellen: %s"
 
-#: src/readelf.c:5577 src/readelf.c:8808
+#: src/readelf.c:5573 src/readelf.c:8781
 #, fuzzy, c-format
 msgid ""
 "Table at Offset 0x%<PRIx64>:\n"
 "\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:5632 src/readelf.c:8863
+#: src/readelf.c:5628 src/readelf.c:8836
 #, fuzzy, c-format
 msgid " Offset entries: %8<PRIu64>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:5650 src/readelf.c:8881
+#: src/readelf.c:5644 src/readelf.c:8852
 #, c-format
-msgid " Unknown CU base: %s\n"
+msgid " Unknown CU base: "
 msgstr ""
 
-#: src/readelf.c:5652 src/readelf.c:8883
+#: src/readelf.c:5646 src/readelf.c:8854
 #, c-format
-msgid " CU [%6<PRIx64>] base: %s\n"
+msgid " CU [%6<PRIx64>] base: "
 msgstr ""
 
-#: src/readelf.c:5657 src/readelf.c:8888
+#: src/readelf.c:5652 src/readelf.c:8860
 #, c-format
 msgid " Not associated with a CU.\n"
 msgstr ""
 
-#: src/readelf.c:5668 src/readelf.c:8899
+#: src/readelf.c:5663 src/readelf.c:8871
 #, c-format
 msgid "too many offset entries for unit length"
 msgstr ""
 
-#: src/readelf.c:5672 src/readelf.c:8903
+#: src/readelf.c:5667 src/readelf.c:8875
 #, fuzzy, c-format
 msgid "  Offsets starting at 0x%<PRIx64>:\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:5725
+#: src/readelf.c:5719
 #, fuzzy, c-format
 msgid "invalid range list data"
 msgstr "Ungültige Daten"
 
-#: src/readelf.c:5921 src/readelf.c:9203
+#: src/readelf.c:5904 src/readelf.c:9163
 #, c-format
 msgid ""
 "   %zu padding bytes\n"
 "\n"
 msgstr ""
 
-#: src/readelf.c:5938
+#: src/readelf.c:5921
 #, c-format
 msgid "cannot get .debug_ranges content: %s"
 msgstr ""
 
-#: src/readelf.c:5976 src/readelf.c:9260
+#: src/readelf.c:5957 src/readelf.c:9218
 #, c-format
 msgid ""
 "\n"
-" Unknown CU base: %s\n"
+" Unknown CU base: "
 msgstr ""
 
-#: src/readelf.c:5978 src/readelf.c:9262
+#: src/readelf.c:5959 src/readelf.c:9220
 #, c-format
 msgid ""
 "\n"
-" CU [%6<PRIx64>] base: %s\n"
+" CU [%6<PRIx64>] base: "
 msgstr ""
 
-#: src/readelf.c:5986 src/readelf.c:9285 src/readelf.c:9311
+#: src/readelf.c:5968 src/readelf.c:9244 src/readelf.c:9270
 #, c-format
 msgid " [%6tx]  <INVALID DATA>\n"
 msgstr ""
 
-#: src/readelf.c:6008 src/readelf.c:9392
+#: src/readelf.c:5989 src/readelf.c:9350
 #, c-format
 msgid ""
 " [%6tx] base address\n"
-"          %s\n"
+"          "
 msgstr ""
 
-#: src/readelf.c:6015 src/readelf.c:9399
+#: src/readelf.c:5997 src/readelf.c:9358
 #, fuzzy, c-format
 msgid " [%6tx] empty list\n"
 msgstr " [%6tx]  %s..%s\n"
 
-#: src/readelf.c:6271
+#: src/readelf.c:6252
 msgid "         <INVALID DATA>\n"
 msgstr ""
 
-#: src/readelf.c:6524
+#: src/readelf.c:6505
 #, fuzzy, c-format
 msgid "cannot get ELF: %s"
 msgstr "ELF Kopf konnte nicht ausgelesen werden"
 
-#: src/readelf.c:6542
+#: src/readelf.c:6523
 #, c-format
 msgid ""
 "\n"
 "Call frame information section [%2zu] '%s' at offset %#<PRIx64>:\n"
 msgstr ""
 
-#: src/readelf.c:6592
+#: src/readelf.c:6573
 #, c-format
 msgid ""
 "\n"
 " [%6tx] Zero terminator\n"
 msgstr ""
 
-#: src/readelf.c:6685 src/readelf.c:6840
+#: src/readelf.c:6666 src/readelf.c:6820
 #, fuzzy, c-format
 msgid "invalid augmentation length"
 msgstr "ungültige Abschnittsausrichtung"
 
-#: src/readelf.c:6700
+#: src/readelf.c:6681
 msgid "FDE address encoding: "
 msgstr ""
 
-#: src/readelf.c:6706
+#: src/readelf.c:6687
 msgid "LSDA pointer encoding: "
 msgstr ""
 
-#: src/readelf.c:6817
+#: src/readelf.c:6797
 #, c-format
 msgid " (offset: %#<PRIx64>)"
 msgstr ""
 
-#: src/readelf.c:6824
+#: src/readelf.c:6804
 #, c-format
 msgid " (end offset: %#<PRIx64>)"
 msgstr ""
 
-#: src/readelf.c:6861
+#: src/readelf.c:6841
 #, c-format
 msgid "   %-26sLSDA pointer: %#<PRIx64>\n"
 msgstr ""
 
-#: src/readelf.c:6919
+#: src/readelf.c:6899
 #, c-format
 msgid "DIE [%<PRIx64>] cannot get attribute code: %s"
 msgstr ""
 
-#: src/readelf.c:6929
+#: src/readelf.c:6909
 #, c-format
 msgid "DIE [%<PRIx64>] cannot get attribute form: %s"
 msgstr ""
 
-#: src/readelf.c:6951
+#: src/readelf.c:6931
 #, c-format
 msgid "DIE [%<PRIx64>] cannot get attribute '%s' (%s) value: %s"
 msgstr ""
 
-#: src/readelf.c:7285
+#: src/readelf.c:7264
 #, fuzzy, c-format
 msgid "invalid file (%<PRId64>): %s"
 msgstr "Ungültige Datei"
 
-#: src/readelf.c:7289
+#: src/readelf.c:7268
 #, fuzzy, c-format
 msgid "no srcfiles for CU [%<PRIx64>]"
 msgstr "unbekannte Form %<PRIx64>"
 
-#: src/readelf.c:7293
+#: src/readelf.c:7272
 #, fuzzy, c-format
 msgid "couldn't get DWARF CU: %s"
 msgstr "ELF Kopf konnte nicht ausgelesen werden"
 
-#: src/readelf.c:7459
+#: src/readelf.c:7437
 #, c-format
 msgid ""
 "\n"
@@ -4922,12 +4878,12 @@ msgid ""
 " [Offset]\n"
 msgstr ""
 
-#: src/readelf.c:7509
+#: src/readelf.c:7487
 #, fuzzy, c-format
 msgid "cannot get next unit: %s"
 msgstr "konnte Abschnittsdaten nicht holen: %s"
 
-#: src/readelf.c:7528
+#: src/readelf.c:7506
 #, c-format
 msgid ""
 " Type unit at offset %<PRIu64>:\n"
@@ -4936,7 +4892,7 @@ msgid ""
 " Type signature: %#<PRIx64>, Type offset: %#<PRIx64> [%<PRIx64>]\n"
 msgstr ""
 
-#: src/readelf.c:7540
+#: src/readelf.c:7518
 #, c-format
 msgid ""
 " Compilation unit at offset %<PRIu64>:\n"
@@ -4944,37 +4900,37 @@ msgid ""
 "%<PRIu8>, Offset size: %<PRIu8>\n"
 msgstr ""
 
-#: src/readelf.c:7550 src/readelf.c:7713
+#: src/readelf.c:7528 src/readelf.c:7691
 #, c-format
 msgid " Unit type: %s (%<PRIu8>)"
 msgstr ""
 
-#: src/readelf.c:7577
+#: src/readelf.c:7555
 #, c-format
 msgid "unknown version (%d) or unit type (%d)"
 msgstr ""
 
-#: src/readelf.c:7606
+#: src/readelf.c:7584
 #, c-format
 msgid "cannot get DIE offset: %s"
 msgstr ""
 
-#: src/readelf.c:7615
+#: src/readelf.c:7593
 #, 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:7653
+#: src/readelf.c:7631
 #, c-format
 msgid "cannot get next DIE: %s\n"
 msgstr ""
 
-#: src/readelf.c:7661
+#: src/readelf.c:7639
 #, c-format
 msgid "cannot get next DIE: %s"
 msgstr ""
 
-#: src/readelf.c:7705
+#: src/readelf.c:7683
 #, c-format
 msgid ""
 " Split compilation unit at offset %<PRIu64>:\n"
@@ -4982,7 +4938,7 @@ msgid ""
 "%<PRIu8>, Offset size: %<PRIu8>\n"
 msgstr ""
 
-#: src/readelf.c:7756
+#: src/readelf.c:7734
 #, c-format
 msgid ""
 "\n"
@@ -4990,18 +4946,18 @@ msgid ""
 "\n"
 msgstr ""
 
-#: src/readelf.c:8060
+#: src/readelf.c:8038
 #, fuzzy, c-format
 msgid "unknown form: %s"
 msgstr "unbekannte Form %<PRIx64>"
 
-#: src/readelf.c:8091
+#: src/readelf.c:8069
 #, c-format
 msgid "cannot get line data section data: %s"
 msgstr ""
 
 #. Print what we got so far.
-#: src/readelf.c:8193
+#: src/readelf.c:8171
 #, c-format
 msgid ""
 "\n"
@@ -5020,171 +4976,171 @@ msgid ""
 "Opcodes:\n"
 msgstr ""
 
-#: src/readelf.c:8215
+#: src/readelf.c:8193
 #, fuzzy, c-format
 msgid "cannot handle .debug_line version: %u\n"
 msgstr "ungültige .debug_line Sektion"
 
-#: src/readelf.c:8223
+#: src/readelf.c:8201
 #, fuzzy, c-format
 msgid "cannot handle address size: %u\n"
 msgstr "Kein Adress-Wert"
 
-#: src/readelf.c:8231
+#: src/readelf.c:8209
 #, c-format
 msgid "cannot handle segment selector size: %u\n"
 msgstr ""
 
-#: src/readelf.c:8241
+#: src/readelf.c:8219
 #, c-format
 msgid "invalid data at offset %tu in section [%zu] '%s'"
 msgstr ""
 
-#: src/readelf.c:8256
+#: src/readelf.c:8234
 #, c-format
 msgid "  [%*<PRIuFAST8>]  %hhu argument\n"
 msgid_plural "  [%*<PRIuFAST8>]  %hhu arguments\n"
 msgstr[0] ""
 msgstr[1] ""
 
-#: src/readelf.c:8267
+#: src/readelf.c:8245
 msgid ""
 "\n"
 "Directory table:"
 msgstr ""
 
-#: src/readelf.c:8273 src/readelf.c:8346
+#: src/readelf.c:8251 src/readelf.c:8326
 #, fuzzy, c-format
 msgid "      ["
 msgstr "      %s: %s\n"
 
-#: src/readelf.c:8340
+#: src/readelf.c:8320
 msgid ""
 "\n"
 "File name table:"
 msgstr ""
 
-#: src/readelf.c:8399
+#: src/readelf.c:8381
 msgid " Entry Dir   Time      Size      Name"
 msgstr ""
 
-#: src/readelf.c:8434
+#: src/readelf.c:8416
 msgid ""
 "\n"
 "Line number statements:"
 msgstr ""
 
-#: src/readelf.c:8481
+#: src/readelf.c:8463
 #, c-format
 msgid "invalid maximum operations per instruction is zero"
 msgstr ""
 
-#: src/readelf.c:8517
+#: src/readelf.c:8497
 #, c-format
-msgid " special opcode %u: address+%u = %s, op_index = %u, line%+d = %zu\n"
+msgid " special opcode %u: address+%u = "
 msgstr ""
 
-#: src/readelf.c:8522
+#: src/readelf.c:8501
 #, c-format
-msgid " special opcode %u: address+%u = %s, line%+d = %zu\n"
+msgid ", op_index = %u, line%+d = %zu\n"
 msgstr ""
 
-#: src/readelf.c:8542
+#: src/readelf.c:8504
+#, c-format
+msgid ", line%+d = %zu\n"
+msgstr ""
+
+#: src/readelf.c:8522
 #, c-format
 msgid " extended opcode %u: "
 msgstr ""
 
-#: src/readelf.c:8547
+#: src/readelf.c:8527
 msgid " end of sequence"
 msgstr ""
 
-#: src/readelf.c:8566
-#, c-format
-msgid " set address to %s\n"
-msgstr ""
+#: src/readelf.c:8545
+#, fuzzy, c-format
+msgid " set address to "
+msgstr "Außerhalb des Adressbereiches"
 
-#: src/readelf.c:8593
+#: src/readelf.c:8573
 #, c-format
 msgid " define new file: dir=%u, mtime=%<PRIu64>, length=%<PRIu64>, name=%s\n"
 msgstr ""
 
-#: src/readelf.c:8606
+#: src/readelf.c:8586
 #, c-format
 msgid " set discriminator to %u\n"
 msgstr ""
 
 #. Unknown, ignore it.
-#: src/readelf.c:8611
+#: src/readelf.c:8591
 #, fuzzy
 msgid " unknown opcode"
 msgstr "unbekannter Typ"
 
 #. Takes no argument.
-#: src/readelf.c:8623
+#: src/readelf.c:8603
 msgid " copy"
 msgstr ""
 
-#: src/readelf.c:8634
+#: src/readelf.c:8612
 #, c-format
-msgid " advance address by %u to %s, op_index to %u\n"
+msgid " advance address by %u to "
 msgstr ""
 
-#: src/readelf.c:8638
+#: src/readelf.c:8616 src/readelf.c:8672
 #, c-format
-msgid " advance address by %u to %s\n"
+msgid ", op_index to %u"
 msgstr ""
 
-#: src/readelf.c:8649
+#: src/readelf.c:8626
 #, c-format
 msgid " advance line by constant %d to %<PRId64>\n"
 msgstr ""
 
-#: src/readelf.c:8657
+#: src/readelf.c:8634
 #, c-format
 msgid " set file to %<PRIu64>\n"
 msgstr ""
 
-#: src/readelf.c:8667
+#: src/readelf.c:8644
 #, c-format
 msgid " set column to %<PRIu64>\n"
 msgstr ""
 
-#: src/readelf.c:8674
+#: src/readelf.c:8651
 #, c-format
 msgid " set '%s' to %<PRIuFAST8>\n"
 msgstr ""
 
 #. Takes no argument.
-#: src/readelf.c:8680
+#: src/readelf.c:8657
 msgid " set basic block flag"
 msgstr ""
 
-#: src/readelf.c:8693
+#: src/readelf.c:8668
 #, c-format
-msgid " advance address by constant %u to %s, op_index to %u\n"
+msgid " advance address by constant %u to "
 msgstr ""
 
-#: src/readelf.c:8697
+#: src/readelf.c:8687
 #, c-format
-msgid " advance address by constant %u to %s\n"
-msgstr ""
-
-#: src/readelf.c:8715
-#, c-format
-msgid " advance address by fixed value %u to %s\n"
+msgid " advance address by fixed value %u to \n"
 msgstr ""
 
 #. Takes no argument.
-#: src/readelf.c:8724
+#: src/readelf.c:8697
 msgid " set prologue end flag"
 msgstr ""
 
 #. Takes no argument.
-#: src/readelf.c:8729
+#: src/readelf.c:8702
 msgid " set epilogue begin flag"
 msgstr ""
 
-#: src/readelf.c:8738
+#: src/readelf.c:8711
 #, c-format
 msgid " set isa to %u\n"
 msgstr ""
@@ -5192,103 +5148,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:8747
+#: src/readelf.c:8720
 #, c-format
 msgid " unknown opcode with %<PRIu8> parameter:"
 msgid_plural " unknown opcode with %<PRIu8> parameters:"
 msgstr[0] ""
 msgstr[1] ""
 
-#: src/readelf.c:8785
+#: src/readelf.c:8758
 #, fuzzy, c-format
 msgid "cannot get .debug_loclists content: %s"
 msgstr "konnte Eintrag aus der Symboltabelle nicht holen: %s"
 
-#: src/readelf.c:8956
+#: src/readelf.c:8927
 #, fuzzy, c-format
 msgid "invalid loclists data"
 msgstr "Ungültige Daten"
 
-#: src/readelf.c:9220
+#: src/readelf.c:9180
 #, c-format
 msgid "cannot get .debug_loc content: %s"
 msgstr ""
 
-#: src/readelf.c:9429 src/readelf.c:10443
+#: src/readelf.c:9385 src/readelf.c:10399
 msgid "   <INVALID DATA>\n"
 msgstr ""
 
-#: src/readelf.c:9483 src/readelf.c:9646
+#: src/readelf.c:9439 src/readelf.c:9602
 #, c-format
 msgid "cannot get macro information section data: %s"
 msgstr ""
 
-#: src/readelf.c:9563
+#: src/readelf.c:9519
 #, c-format
 msgid "%*s*** non-terminated string at end of section"
 msgstr ""
 
-#: src/readelf.c:9586
+#: src/readelf.c:9542
 #, c-format
 msgid "%*s*** missing DW_MACINFO_start_file argument at end of section"
 msgstr ""
 
-#: src/readelf.c:9687
+#: src/readelf.c:9643
 #, fuzzy, c-format
 msgid " Offset:             0x%<PRIx64>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:9699
+#: src/readelf.c:9655
 #, fuzzy, c-format
 msgid " Version:            %<PRIu16>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:9705 src/readelf.c:10562
+#: src/readelf.c:9661 src/readelf.c:10518
 #, c-format
 msgid "  unknown version, cannot parse section\n"
 msgstr ""
 
-#: src/readelf.c:9712
+#: src/readelf.c:9668
 #, fuzzy, c-format
 msgid " Flag:               0x%<PRIx8>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:9715
+#: src/readelf.c:9671
 #, c-format
 msgid " Offset length:      %<PRIu8>\n"
 msgstr ""
 
-#: src/readelf.c:9723
+#: src/readelf.c:9679
 #, c-format
 msgid " .debug_line offset: 0x%<PRIx64>\n"
 msgstr ""
 
-#: src/readelf.c:9748
+#: src/readelf.c:9704
 #, c-format
 msgid "  extension opcode table, %<PRIu8> items:\n"
 msgstr ""
 
-#: src/readelf.c:9755
+#: src/readelf.c:9711
 #, c-format
 msgid "    [%<PRIx8>]"
 msgstr ""
 
-#: src/readelf.c:9767
+#: src/readelf.c:9723
 #, c-format
 msgid " %<PRIu8> arguments:"
 msgstr ""
 
-#: src/readelf.c:9782
+#: src/readelf.c:9738
 #, c-format
 msgid " no arguments."
 msgstr ""
 
-#: src/readelf.c:9983
+#: src/readelf.c:9939
 #, c-format
 msgid " [%5d] DIE offset: %6<PRId64>, CU DIE offset: %6<PRId64>, name: %s\n"
 msgstr ""
 
-#: src/readelf.c:10025
+#: src/readelf.c:9981
 #, c-format
 msgid ""
 "\n"
@@ -5296,72 +5252,72 @@ msgid ""
 " %*s  String\n"
 msgstr ""
 
-#: src/readelf.c:10040
+#: src/readelf.c:9996
 #, c-format
 msgid " *** error, missing string terminator\n"
 msgstr ""
 
-#: src/readelf.c:10068
+#: src/readelf.c:10024
 #, fuzzy, c-format
 msgid "cannot get .debug_str_offsets section data: %s"
 msgstr "konnte Abschnittsdaten nicht holen: %s"
 
-#: src/readelf.c:10167
+#: src/readelf.c:10123
 #, fuzzy, c-format
 msgid " Length:        %8<PRIu64>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:10169
+#: src/readelf.c:10125
 #, fuzzy, c-format
 msgid " Offset size:   %8<PRIu8>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:10183
+#: src/readelf.c:10139
 #, fuzzy, c-format
 msgid " DWARF version: %8<PRIu16>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:10192
+#: src/readelf.c:10148
 #, fuzzy, c-format
 msgid " Padding:       %8<PRIx16>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:10246
+#: src/readelf.c:10202
 #, c-format
 msgid ""
 "\n"
 "Call frame search table section [%2zu] '.eh_frame_hdr':\n"
 msgstr ""
 
-#: src/readelf.c:10348
+#: src/readelf.c:10304
 #, c-format
 msgid ""
 "\n"
 "Exception handling table section [%2zu] '.gcc_except_table':\n"
 msgstr ""
 
-#: src/readelf.c:10371
+#: src/readelf.c:10327
 #, c-format
 msgid " LPStart encoding:    %#x "
 msgstr ""
 
-#: src/readelf.c:10383
+#: src/readelf.c:10339
 #, c-format
 msgid " TType encoding:      %#x "
 msgstr ""
 
-#: src/readelf.c:10398
+#: src/readelf.c:10354
 #, c-format
 msgid " Call site encoding:  %#x "
 msgstr ""
 
-#: src/readelf.c:10411
+#: src/readelf.c:10367
 msgid ""
 "\n"
 " Call site table:"
 msgstr ""
 
-#: src/readelf.c:10425
+#: src/readelf.c:10381
 #, c-format
 msgid ""
 " [%4u] Call site start:   %#<PRIx64>\n"
@@ -5370,142 +5326,142 @@ msgid ""
 "        Action:            %u\n"
 msgstr ""
 
-#: src/readelf.c:10498
+#: src/readelf.c:10454
 #, c-format
 msgid "invalid TType encoding"
 msgstr ""
 
-#: src/readelf.c:10524
+#: src/readelf.c:10480
 #, c-format
 msgid ""
 "\n"
 "GDB section [%2zu] '%s' at offset %#<PRIx64> contains %<PRId64> bytes :\n"
 msgstr ""
 
-#: src/readelf.c:10553
+#: src/readelf.c:10509
 #, fuzzy, c-format
 msgid " Version:         %<PRId32>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:10571
+#: src/readelf.c:10527
 #, c-format
 msgid " CU offset:       %#<PRIx32>\n"
 msgstr ""
 
-#: src/readelf.c:10578
+#: src/readelf.c:10534
 #, c-format
 msgid " TU offset:       %#<PRIx32>\n"
 msgstr ""
 
-#: src/readelf.c:10585
+#: src/readelf.c:10541
 #, c-format
 msgid " address offset:  %#<PRIx32>\n"
 msgstr ""
 
-#: src/readelf.c:10592
+#: src/readelf.c:10548
 #, c-format
 msgid " symbol offset:   %#<PRIx32>\n"
 msgstr ""
 
-#: src/readelf.c:10599
+#: src/readelf.c:10555
 #, c-format
 msgid " constant offset: %#<PRIx32>\n"
 msgstr ""
 
-#: src/readelf.c:10613
+#: src/readelf.c:10569
 #, c-format
 msgid ""
 "\n"
 " CU list at offset %#<PRIx32> contains %zu entries:\n"
 msgstr ""
 
-#: src/readelf.c:10638
+#: src/readelf.c:10594
 #, c-format
 msgid ""
 "\n"
 " TU list at offset %#<PRIx32> contains %zu entries:\n"
 msgstr ""
 
-#: src/readelf.c:10667
+#: src/readelf.c:10623
 #, c-format
 msgid ""
 "\n"
 " Address list at offset %#<PRIx32> contains %zu entries:\n"
 msgstr ""
 
-#: src/readelf.c:10700
+#: src/readelf.c:10655
 #, c-format
 msgid ""
 "\n"
 " Symbol table at offset %#<PRIx32> contains %zu slots:\n"
 msgstr ""
 
-#: src/readelf.c:10838
+#: src/readelf.c:10793
 #, c-format
 msgid "cannot get debug context descriptor: %s"
 msgstr ""
 
-#: src/readelf.c:11201 src/readelf.c:11823 src/readelf.c:11934
-#: src/readelf.c:11992
+#: src/readelf.c:11156 src/readelf.c:11778 src/readelf.c:11889
+#: src/readelf.c:11947
 #, c-format
 msgid "cannot convert core note data: %s"
 msgstr ""
 
-#: src/readelf.c:11564
+#: src/readelf.c:11519
 #, c-format
 msgid ""
 "\n"
 "%*s... <repeats %u more times> ..."
 msgstr ""
 
-#: src/readelf.c:12071
+#: src/readelf.c:12026
 msgid "  Owner          Data size  Type\n"
 msgstr ""
 
-#: src/readelf.c:12089
+#: src/readelf.c:12044
 #, c-format
 msgid "  %-13.*s  %9<PRId32>  %s\n"
 msgstr ""
 
-#: src/readelf.c:12139
+#: src/readelf.c:12094
 #, fuzzy, c-format
 msgid "cannot get content of note: %s"
 msgstr "Konnte Inhalt von %s: %s nicht lesen"
 
-#: src/readelf.c:12166
+#: src/readelf.c:12121
 #, c-format
 msgid ""
 "\n"
 "Note section [%2zu] '%s' of %<PRIu64> bytes at offset %#0<PRIx64>:\n"
 msgstr ""
 
-#: src/readelf.c:12189
+#: src/readelf.c:12144
 #, c-format
 msgid ""
 "\n"
 "Note segment of %<PRIu64> bytes at offset %#0<PRIx64>:\n"
 msgstr ""
 
-#: src/readelf.c:12235
+#: src/readelf.c:12190
 #, fuzzy, c-format
 msgid ""
 "\n"
 "Section [%zu] '%s' has no data to dump.\n"
 msgstr "konnte Abschnittsdaten nicht holen: %s"
 
-#: src/readelf.c:12262 src/readelf.c:12313
+#: src/readelf.c:12217 src/readelf.c:12268
 #, fuzzy, c-format
 msgid "cannot get data for section [%zu] '%s': %s"
 msgstr "konnte Abschnittsdaten nicht holen: %s"
 
-#: src/readelf.c:12267
+#: src/readelf.c:12222
 #, c-format
 msgid ""
 "\n"
 "Hex dump of section [%zu] '%s', %<PRIu64> bytes at offset %#0<PRIx64>:\n"
 msgstr ""
 
-#: src/readelf.c:12272
+#: src/readelf.c:12227
 #, c-format
 msgid ""
 "\n"
@@ -5513,21 +5469,21 @@ msgid ""
 "%#0<PRIx64>:\n"
 msgstr ""
 
-#: src/readelf.c:12286
+#: src/readelf.c:12241
 #, fuzzy, c-format
 msgid ""
 "\n"
 "Section [%zu] '%s' has no strings to dump.\n"
 msgstr "konnte Abschnittsdaten nicht holen: %s"
 
-#: src/readelf.c:12318
+#: src/readelf.c:12273
 #, c-format
 msgid ""
 "\n"
 "String section [%zu] '%s' contains %<PRIu64> bytes at offset %#0<PRIx64>:\n"
 msgstr ""
 
-#: src/readelf.c:12323
+#: src/readelf.c:12278
 #, c-format
 msgid ""
 "\n"
@@ -5535,45 +5491,45 @@ msgid ""
 "offset %#0<PRIx64>:\n"
 msgstr ""
 
-#: src/readelf.c:12372
+#: src/readelf.c:12327
 #, c-format
 msgid ""
 "\n"
 "section [%lu] does not exist"
 msgstr ""
 
-#: src/readelf.c:12401
+#: src/readelf.c:12356
 #, c-format
 msgid ""
 "\n"
 "section '%s' does not exist"
 msgstr ""
 
-#: src/readelf.c:12458
+#: src/readelf.c:12413
 #, c-format
 msgid "cannot get symbol index of archive '%s': %s"
 msgstr ""
 
-#: src/readelf.c:12461
+#: src/readelf.c:12416
 #, c-format
 msgid ""
 "\n"
 "Archive '%s' has no symbol index\n"
 msgstr ""
 
-#: src/readelf.c:12465
+#: src/readelf.c:12420
 #, c-format
 msgid ""
 "\n"
 "Index of archive '%s' has %zu entries:\n"
 msgstr ""
 
-#: src/readelf.c:12483
+#: src/readelf.c:12438
 #, fuzzy, c-format
 msgid "cannot extract member at offset %zu in '%s': %s"
 msgstr "konnte Programm-Kopf nicht erstellen: %s"
 
-#: src/readelf.c:12488
+#: src/readelf.c:12443
 #, c-format
 msgid "Archive member '%s' contains:\n"
 msgstr ""
@@ -6408,6 +6364,44 @@ msgstr ""
 msgid "Show instances of inlined functions"
 msgstr ""
 
+#~ msgid "%s+%#<PRIx64> <%s+%#<PRIx64>>"
+#~ msgstr "%s+%#<PRIx64> <%s+%#<PRIx64>>"
+
+#~ msgid "%s+%#0*<PRIx64> <%s+%#<PRIx64>>"
+#~ msgstr "%s+%#0*<PRIx64> <%s+%#<PRIx64>>"
+
+#~ msgid "%#<PRIx64> <%s+%#<PRIx64>>"
+#~ msgstr "%#<PRIx64> <%s+%#<PRIx64>>"
+
+#~ msgid "%#0*<PRIx64> <%s+%#<PRIx64>>"
+#~ msgstr "%#0*<PRIx64> <%s+%#<PRIx64>>"
+
+#~ msgid "%s+%#<PRIx64> <%s>"
+#~ msgstr "%s+%#<PRIx64> <%s>"
+
+#~ msgid "%s+%#0*<PRIx64> <%s>"
+#~ msgstr "%s+%#0*<PRIx64> <%s>"
+
+#~ msgid "%#<PRIx64> <%s>"
+#~ msgstr "%#<PRIx64> <%s>"
+
+#~ msgid "%#0*<PRIx64> <%s>"
+#~ msgstr "%#0*<PRIx64> <%s>"
+
+#~ msgid "%s+%#<PRIx64>"
+#~ msgstr "%s+%#<PRIx64>"
+
+#~ msgid "%s+%#0*<PRIx64>"
+#~ msgstr "%s+%#0*<PRIx64>"
+
+#, fuzzy
+#~ msgid "   %s..%s (%<PRIx64>)\n"
+#~ msgstr "      %s: %<PRId64>\n"
+
+#, fuzzy
+#~ msgid "   %s..%s\n"
+#~ msgstr " [%6tx]  %s..%s\n"
+
 #~ msgid " [%6tx]  %s..%s\n"
 #~ msgstr " [%6tx]  %s..%s\n"
 
index f4f80f1..5453650 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -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: 2018-06-01 21:13+0200\n"
+"POT-Creation-Date: 2018-06-11 17:12+0200\n"
 "PO-Revision-Date: 2011-01-10 15:17-0300\n"
 "Last-Translator: Claudio Rodrigo Pereyra Diaz <claudiorodrigo@pereyradiaz."
 "com.ar>\n"
@@ -57,8 +57,8 @@ msgstr ""
 "garantía, ni siquiera para SU COMERCIALIZACIÓN o PARA SER USADO CON UN FIN "
 "DETERMINADO.\n"
 
-#: lib/xmalloc.c:53 lib/xmalloc.c:66 lib/xmalloc.c:78 src/readelf.c:3372
-#: src/readelf.c:3763 src/readelf.c:11150 src/unstrip.c:2227 src/unstrip.c:2433
+#: lib/xmalloc.c:53 lib/xmalloc.c:66 lib/xmalloc.c:78 src/readelf.c:3395
+#: src/readelf.c:11105 src/unstrip.c:2227 src/unstrip.c:2433
 #, c-format
 msgid "memory exhausted"
 msgstr "memoria agotada"
@@ -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:6126
+#: libelf/elf_error.c:87 src/readelf.c:6107
 #, 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:9695 src/readelf.c:10266
-#: src/readelf.c:10367 src/readelf.c:10548
+#: libelf/elf_error.c:191 src/readelf.c:9651 src/readelf.c:10222
+#: src/readelf.c:10323 src/readelf.c:10504
 #, c-format
 msgid "invalid data"
 msgstr "datos inválidos"
@@ -1465,7 +1465,7 @@ msgstr ""
 "Sección [%2zu] '%s': dirección de secciones de datos de hilo-local no cero\n"
 
 #. Strings for arguments in help texts.
-#: src/elfcompress.c:1294 src/elflint.c:78 src/readelf.c:152
+#: src/elfcompress.c:1294 src/elflint.c:78 src/readelf.c:154
 msgid "FILE..."
 msgstr "FICHERO..."
 
@@ -1498,7 +1498,7 @@ msgstr ""
 msgid "Pedantic checking of ELF files compliance with gABI/psABI spec."
 msgstr "Chequeo minucioso de ficheros ELF de acuerdo con gABI/psABI "
 
-#: src/elflint.c:155 src/readelf.c:334
+#: src/elflint.c:155 src/readelf.c:347
 #, c-format
 msgid "cannot open input file"
 msgstr "no se puede abrir el fichero de entrada"
@@ -1517,7 +1517,7 @@ msgstr "error al cerrar el descriptor ELF: %s\n"
 msgid "No errors"
 msgstr "No hay errores"
 
-#: src/elflint.c:220 src/readelf.c:533
+#: src/elflint.c:220 src/readelf.c:546
 msgid "Missing file name.\n"
 msgstr "Falta el nombre de archivo.\n"
 
@@ -3759,12 +3759,12 @@ msgstr "%s%s%s: no se reconoció el formato de fichero"
 msgid "cannot create search tree"
 msgstr "No se puede crear el árbol de búsqueda"
 
-#: src/nm.c:747 src/nm.c:1208 src/objdump.c:778 src/readelf.c:593
-#: src/readelf.c:1183 src/readelf.c:1383 src/readelf.c:1531 src/readelf.c:1732
-#: src/readelf.c:1938 src/readelf.c:2128 src/readelf.c:2306 src/readelf.c:2382
-#: src/readelf.c:2640 src/readelf.c:2716 src/readelf.c:2803 src/readelf.c:3391
-#: src/readelf.c:3441 src/readelf.c:3504 src/readelf.c:10982
-#: src/readelf.c:12154 src/readelf.c:12357 src/readelf.c:12425 src/size.c:397
+#: src/nm.c:747 src/nm.c:1208 src/objdump.c:778 src/readelf.c:606
+#: src/readelf.c:1196 src/readelf.c:1396 src/readelf.c:1544 src/readelf.c:1745
+#: src/readelf.c:1951 src/readelf.c:2141 src/readelf.c:2319 src/readelf.c:2395
+#: src/readelf.c:2653 src/readelf.c:2729 src/readelf.c:2816 src/readelf.c:3414
+#: src/readelf.c:3464 src/readelf.c:3527 src/readelf.c:10937
+#: src/readelf.c:12109 src/readelf.c:12312 src/readelf.c:12380 src/size.c:397
 #: src/size.c:466 src/strip.c:572
 #, c-format
 msgid "cannot get section header string table index"
@@ -3852,7 +3852,7 @@ msgstr "Sólo muestra información para NOMBRE de sección."
 msgid "Show information from FILEs (a.out by default)."
 msgstr "Muestra información de FICHEROS (a.out por defecto)."
 
-#: src/objdump.c:219 src/readelf.c:538
+#: src/objdump.c:219 src/readelf.c:551
 msgid "No operation specified.\n"
 msgstr "No se especificó una operación.\n"
 
@@ -3861,11 +3861,11 @@ msgstr "No se especificó una operación.\n"
 msgid "while close `%s'"
 msgstr "mientras cierra `%s'"
 
-#: src/objdump.c:364 src/readelf.c:2033 src/readelf.c:2225
+#: src/objdump.c:364 src/readelf.c:2046 src/readelf.c:2238
 msgid "INVALID SYMBOL"
 msgstr "SÍMBOLO INVÁLIDO"
 
-#: src/objdump.c:379 src/readelf.c:2067 src/readelf.c:2261
+#: src/objdump.c:379 src/readelf.c:2080 src/readelf.c:2274
 msgid "INVALID SECTION"
 msgstr "SECCIÓN INVÁLIDA"
 
@@ -3919,85 +3919,85 @@ msgstr "%s: no es un archivo"
 msgid "error while freeing sub-ELF descriptor: %s"
 msgstr "error al liberar descriptor sub-ELF: %s"
 
-#: src/readelf.c:93
+#: src/readelf.c:95
 #, fuzzy
 msgid "ELF input selection:"
 msgstr "Selección de salida de ELF:"
 
-#: src/readelf.c:95
+#: src/readelf.c:97
 msgid ""
 "Use the named SECTION (default .gnu_debugdata) as (compressed) ELF input data"
 msgstr ""
 
-#: src/readelf.c:98
+#: src/readelf.c:100
 msgid ""
 "Used with -w to find the skeleton Compile Units in FILE associated with the "
 "Split Compile units in a .dwo input file"
 msgstr ""
 
-#: src/readelf.c:100
+#: src/readelf.c:102
 msgid "ELF output selection:"
 msgstr "Selección de salida de ELF:"
 
-#: src/readelf.c:102
+#: src/readelf.c:104
 msgid "All these plus -p .strtab -p .dynstr -p .comment"
 msgstr "Todo esto mas -p .strtab -p .dynstr -p .comment"
 
-#: src/readelf.c:103
+#: src/readelf.c:105
 msgid "Display the dynamic segment"
 msgstr "Mostrar el segmento dinámico"
 
-#: src/readelf.c:104
+#: src/readelf.c:106
 msgid "Display the ELF file header"
 msgstr "Mostrar el encabezamiento del fichero ELF"
 
-#: src/readelf.c:106
+#: src/readelf.c:108
 msgid "Display histogram of bucket list lengths"
 msgstr "Mostrar histograma de las longitudes de las listas de cubetas"
 
-#: src/readelf.c:107
+#: src/readelf.c:109
 msgid "Display the program headers"
 msgstr "Mostrar encabezamientos de programa"
 
-#: src/readelf.c:109
+#: src/readelf.c:111
 msgid "Display relocations"
 msgstr "Mostrar reubicaciones"
 
-#: src/readelf.c:110
+#: src/readelf.c:112
 #, fuzzy
 msgid "Display the section groups"
 msgstr "Mostrar los encabezados de las secciones"
 
-#: src/readelf.c:111
+#: src/readelf.c:113
 msgid "Display the sections' headers"
 msgstr "Mostrar los encabezados de las secciones"
 
-#: src/readelf.c:114
+#: src/readelf.c:116
 #, fuzzy
 msgid "Display the symbol table sections"
 msgstr "Mostrar la tabla de símbolos"
 
-#: src/readelf.c:115
+#: src/readelf.c:117
 msgid "Display versioning information"
 msgstr "Mostrar información de versión"
 
-#: src/readelf.c:116
+#: src/readelf.c:118
 msgid "Display the ELF notes"
 msgstr "Mostrar las notas ELF"
 
-#: src/readelf.c:118
+#: src/readelf.c:120
 msgid "Display architecture specific information, if any"
 msgstr "Mostrar información específica de la arquitectura (si es que la hay)"
 
-#: src/readelf.c:120
+#: src/readelf.c:122
 msgid "Display sections for exception handling"
 msgstr "Muestra secciones para manejo de excepciones"
 
-#: src/readelf.c:122
+#: src/readelf.c:124
 msgid "Additional output selection:"
 msgstr "Selección de salida adicional:"
 
-#: src/readelf.c:124
+#: src/readelf.c:126
 #, fuzzy
 msgid ""
 "Display DWARF section content.  SECTION can be one of abbrev, addr, aranges, "
@@ -4008,72 +4008,81 @@ msgstr ""
 "siguiente: abbrev, aranges, frame, info, loc, line, ranges, pubnames, str, "
 "macinfo, o exception"
 
-#: src/readelf.c:128
+#: src/readelf.c:130
 msgid "Dump the uninterpreted contents of SECTION, by number or name"
 msgstr "Vuelca los contenidos no interpretados de SECCIÓN, por número o nombre"
 
-#: src/readelf.c:130
+#: src/readelf.c:132
 msgid "Print string contents of sections"
 msgstr "Imprime contenido de cadena de secciones"
 
-#: src/readelf.c:133
+#: src/readelf.c:135
 msgid "Display the symbol index of an archive"
 msgstr "Muestra el índice de símbolos de un archivo"
 
-#: src/readelf.c:135
+#: src/readelf.c:137
 msgid "Output control:"
 msgstr "Control de salida:"
 
-#: src/readelf.c:137
+#: src/readelf.c:139
 msgid "Do not find symbol names for addresses in DWARF data"
 msgstr ""
 "No se encuentran los nombres de símbolos para direcciones en datos DWARF"
 
-#: src/readelf.c:139
+#: src/readelf.c:141
 #, fuzzy
 msgid ""
 "Display just offsets instead of resolving values to addresses in DWARF data"
 msgstr ""
 "No se encuentran los nombres de símbolos para direcciones en datos DWARF"
 
-#: src/readelf.c:141
+#: src/readelf.c:143
 msgid "Ignored for compatibility (lines always wide)"
 msgstr ""
 
-#: src/readelf.c:143
+#: src/readelf.c:145
 msgid ""
 "Show compression information for compressed sections (when used with -S); "
 "decompress section before dumping data (when used with -p or -x)"
 msgstr ""
 
 #. Short description of program.
-#: src/readelf.c:148
+#: src/readelf.c:150
 msgid "Print information from ELF file in human-readable form."
 msgstr ""
 "Imprimir información del fichero ELF en una forma comprensible para los "
 "seres humanos."
 
-#: src/readelf.c:506
+#. Look up once.
+#: src/readelf.c:329
+msgid "yes"
+msgstr "sí"
+
+#: src/readelf.c:330
+msgid "no"
+msgstr "no"
+
+#: src/readelf.c:519
 #, c-format
 msgid "Unknown DWARF debug section `%s'.\n"
 msgstr "Sección de depuración DWARF desconocida `%s'.\n"
 
-#: src/readelf.c:577 src/readelf.c:688
+#: src/readelf.c:590 src/readelf.c:701
 #, c-format
 msgid "cannot generate Elf descriptor: %s"
 msgstr "no se puede crear descriptor ELF: %s"
 
-#: src/readelf.c:584 src/readelf.c:912 src/strip.c:641
+#: src/readelf.c:597 src/readelf.c:925 src/strip.c:641
 #, c-format
 msgid "cannot determine number of sections: %s"
 msgstr "no se pudieron determinar el número de secciones: %s"
 
-#: src/readelf.c:602 src/readelf.c:1205 src/readelf.c:1407
+#: src/readelf.c:615 src/readelf.c:1218 src/readelf.c:1420
 #, c-format
 msgid "cannot get section: %s"
 msgstr "No se puede encontrar la sección: %s"
 
-#: src/readelf.c:611 src/readelf.c:1212 src/readelf.c:1415 src/readelf.c:12377
+#: src/readelf.c:624 src/readelf.c:1225 src/readelf.c:1428 src/readelf.c:12332
 #: src/unstrip.c:375 src/unstrip.c:406 src/unstrip.c:455 src/unstrip.c:565
 #: src/unstrip.c:582 src/unstrip.c:619 src/unstrip.c:817 src/unstrip.c:1109
 #: src/unstrip.c:1301 src/unstrip.c:1362 src/unstrip.c:1535 src/unstrip.c:1650
@@ -4082,109 +4091,109 @@ msgstr "No se puede encontrar la sección: %s"
 msgid "cannot get section header: %s"
 msgstr "No se puede obtener encabezamiento de sección: %s"
 
-#: src/readelf.c:619
+#: src/readelf.c:632
 #, fuzzy, c-format
 msgid "cannot get section name"
 msgstr "no se puede obtener encabezamiento de sección\n"
 
-#: src/readelf.c:628 src/readelf.c:6536 src/readelf.c:10254 src/readelf.c:10356
-#: src/readelf.c:10533
+#: src/readelf.c:641 src/readelf.c:6517 src/readelf.c:10210 src/readelf.c:10312
+#: src/readelf.c:10489
 #, c-format
 msgid "cannot get %s content: %s"
 msgstr "No se puede obtener el contenido %s: %s"
 
-#: src/readelf.c:644
+#: src/readelf.c:657
 #, fuzzy, c-format
 msgid "cannot create temp file '%s'"
 msgstr "no se puede crear fichero nuevo '%s': %s"
 
-#: src/readelf.c:653
+#: src/readelf.c:666
 #, fuzzy, c-format
 msgid "cannot write section data"
 msgstr "no se puede leer la sección de datos: %s"
 
-#: src/readelf.c:659 src/readelf.c:676 src/readelf.c:705
+#: src/readelf.c:672 src/readelf.c:689 src/readelf.c:718
 #, c-format
 msgid "error while closing Elf descriptor: %s"
 msgstr "error al cerrar el descriptor ELF: %s"
 
-#: src/readelf.c:666
+#: src/readelf.c:679
 #, fuzzy, c-format
 msgid "error while rewinding file descriptor"
 msgstr "error al cerrar el descriptor ELF: %s"
 
-#: src/readelf.c:700
+#: src/readelf.c:713
 #, c-format
 msgid "'%s' is not an archive, cannot print archive index"
 msgstr "'%s' no es un archivo, no se puede imprimir índice de archivo"
 
-#: src/readelf.c:804
+#: src/readelf.c:817
 #, c-format
 msgid "cannot stat input file"
 msgstr "no sepudo stat archivo de entrada"
 
-#: src/readelf.c:806
+#: src/readelf.c:819
 #, c-format
 msgid "input file is empty"
 msgstr "archivo de entrada vacío"
 
-#: src/readelf.c:808
+#: src/readelf.c:821
 #, c-format
 msgid "failed reading '%s': %s"
 msgstr "Falló lectura de '%s': %s"
 
-#: src/readelf.c:837
+#: src/readelf.c:850
 #, fuzzy, c-format
 msgid "No such section '%s' in '%s'"
 msgstr "No se puede obtener contenido de sección %zu en '%s': %s"
 
-#: src/readelf.c:897
+#: src/readelf.c:910
 #, c-format
 msgid "cannot read ELF header: %s"
 msgstr "no se pudo leer encabezamiento ELF: %s"
 
-#: src/readelf.c:905
+#: src/readelf.c:918
 #, c-format
 msgid "cannot create EBL handle"
 msgstr "no se puede crear EBL"
 
-#: src/readelf.c:918
+#: src/readelf.c:931
 #, c-format
 msgid "cannot determine number of program headers: %s"
 msgstr "no se pudo determinar la cantidad de encabezados de programa: %s"
 
-#: src/readelf.c:1008
+#: src/readelf.c:1021
 msgid "NONE (None)"
 msgstr "NONE (Ninguno)"
 
-#: src/readelf.c:1009
+#: src/readelf.c:1022
 msgid "REL (Relocatable file)"
 msgstr "REL (Fichero reubicable)"
 
-#: src/readelf.c:1010
+#: src/readelf.c:1023
 msgid "EXEC (Executable file)"
 msgstr "EXEC (Fichero ejecutable)"
 
-#: src/readelf.c:1011
+#: src/readelf.c:1024
 msgid "DYN (Shared object file)"
 msgstr "DYN (Fichero objeto compartido)"
 
-#: src/readelf.c:1012
+#: src/readelf.c:1025
 msgid "CORE (Core file)"
 msgstr "CORE (Fichero núcleo)"
 
-#: src/readelf.c:1017
+#: src/readelf.c:1030
 #, c-format
 msgid "OS Specific: (%x)\n"
 msgstr "OS Specific: (%x)\n"
 
 #. && e_type <= ET_HIPROC always true
-#: src/readelf.c:1019
+#: src/readelf.c:1032
 #, c-format
 msgid "Processor Specific: (%x)\n"
 msgstr "Específico del procesador: (%x)\n"
 
-#: src/readelf.c:1029
+#: src/readelf.c:1042
 msgid ""
 "ELF Header:\n"
 "  Magic:  "
@@ -4192,7 +4201,7 @@ msgstr ""
 "Encabezamiento ELF:\n"
 "  Mágico:  "
 
-#: src/readelf.c:1033
+#: src/readelf.c:1046
 #, c-format
 msgid ""
 "\n"
@@ -4201,120 +4210,120 @@ msgstr ""
 "\n"
 "  Clase:                             %s\n"
 
-#: src/readelf.c:1038
+#: src/readelf.c:1051
 #, c-format
 msgid "  Data:                              %s\n"
 msgstr "  Datos:                             %s\n"
 
-#: src/readelf.c:1044
+#: src/readelf.c:1057
 #, c-format
 msgid "  Ident Version:                     %hhd %s\n"
 msgstr "  Versión ident:                     %hhd %s\n"
 
-#: src/readelf.c:1046 src/readelf.c:1063
+#: src/readelf.c:1059 src/readelf.c:1076
 msgid "(current)"
 msgstr "(actual)"
 
-#: src/readelf.c:1050
+#: src/readelf.c:1063
 #, c-format
 msgid "  OS/ABI:                            %s\n"
 msgstr "  OS/ABI:                            %s\n"
 
-#: src/readelf.c:1053
+#: src/readelf.c:1066
 #, c-format
 msgid "  ABI Version:                       %hhd\n"
 msgstr "  Versión ABI:                       %hhd\n"
 
-#: src/readelf.c:1056
+#: src/readelf.c:1069
 msgid "  Type:                              "
 msgstr "  Tipo:                              "
 
-#: src/readelf.c:1059
+#: src/readelf.c:1072
 #, c-format
 msgid "  Machine:                           %s\n"
 msgstr "  Máquina:                           %s\n"
 
-#: src/readelf.c:1061
+#: src/readelf.c:1074
 #, c-format
 msgid "  Version:                           %d %s\n"
 msgstr "  Versión:                           %d %s\n"
 
-#: src/readelf.c:1065
+#: src/readelf.c:1078
 #, c-format
 msgid "  Entry point address:               %#<PRIx64>\n"
 msgstr "  Dirección de punto de entrada:               %#<PRIx64>\n"
 
-#: src/readelf.c:1068
+#: src/readelf.c:1081
 #, c-format
 msgid "  Start of program headers:          %<PRId64> %s\n"
 msgstr "  Inicio de encabezamientos de programa:          %<PRId64> %s\n"
 
-#: src/readelf.c:1069 src/readelf.c:1072
+#: src/readelf.c:1082 src/readelf.c:1085
 msgid "(bytes into file)"
 msgstr " (bytes en el archivo)"
 
-#: src/readelf.c:1071
+#: src/readelf.c:1084
 #, c-format
 msgid "  Start of section headers:          %<PRId64> %s\n"
 msgstr "  Inicio de encabezamientos de sección:          %<PRId64> %s\n"
 
-#: src/readelf.c:1074
+#: src/readelf.c:1087
 #, c-format
 msgid "  Flags:                             %s\n"
 msgstr "  Indicadores:                             %s\n"
 
-#: src/readelf.c:1077
+#: src/readelf.c:1090
 #, c-format
 msgid "  Size of this header:               %<PRId16> %s\n"
 msgstr "  Tamaño de este encabezamiento:               %<PRId16> %s\n"
 
-#: src/readelf.c:1078 src/readelf.c:1081 src/readelf.c:1098
+#: src/readelf.c:1091 src/readelf.c:1094 src/readelf.c:1111
 msgid "(bytes)"
 msgstr "(bytes)"
 
-#: src/readelf.c:1080
+#: src/readelf.c:1093
 #, c-format
 msgid "  Size of program header entries:    %<PRId16> %s\n"
 msgstr ""
 "  Tamaño de las entradas en encabezamiento del programa:    %<PRId16> %s\n"
 
-#: src/readelf.c:1083
+#: src/readelf.c:1096
 #, c-format
 msgid "  Number of program headers entries: %<PRId16>"
 msgstr "  Cantidad de entradas de encabezados de programa: %<PRId16>"
 
-#: src/readelf.c:1090
+#: src/readelf.c:1103
 #, c-format
 msgid " (%<PRIu32> in [0].sh_info)"
 msgstr " (%<PRIu32> in [0].sh_info)"
 
-#: src/readelf.c:1093 src/readelf.c:1110 src/readelf.c:1124
+#: src/readelf.c:1106 src/readelf.c:1123 src/readelf.c:1137
 msgid " ([0] not available)"
 msgstr " ([0] no disponible)"
 
-#: src/readelf.c:1097
+#: src/readelf.c:1110
 #, c-format
 msgid "  Size of section header entries:    %<PRId16> %s\n"
 msgstr ""
 "  Tamaño de las entradas en el encabezamiento de sección:    %<PRId16> %s\n"
 
-#: src/readelf.c:1100
+#: src/readelf.c:1113
 #, c-format
 msgid "  Number of section headers entries: %<PRId16>"
 msgstr "  Cantidad de entradas en los encabezamientos de sección: %<PRId16>"
 
-#: src/readelf.c:1107
+#: src/readelf.c:1120
 #, c-format
 msgid " (%<PRIu32> in [0].sh_size)"
 msgstr " (%<PRIu32> en [0].sh_size)"
 
 #. We managed to get the zeroth section.
-#: src/readelf.c:1120
+#: src/readelf.c:1133
 #, c-format
 msgid " (%<PRIu32> in [0].sh_link)"
 msgstr " (%<PRIu32> en [0].sh_link)"
 
-#: src/readelf.c:1128
+#: src/readelf.c:1141
 #, c-format
 msgid ""
 "  Section header string table index: XINDEX%s\n"
@@ -4323,14 +4332,14 @@ msgstr ""
 "  Índice de tabla de cadenas de sección de encabezamiento de : XINDEX%s\n"
 "\n"
 
-#: src/readelf.c:1132
+#: src/readelf.c:1145
 #, c-format
 msgid ""
 "  Section header string table index: %<PRId16>\n"
 "\n"
 msgstr "  Índice de tabla de cadenas de sección de encabezamiento: %<PRId16>\n"
 
-#: src/readelf.c:1175
+#: src/readelf.c:1188
 #, c-format
 msgid ""
 "There are %d section headers, starting at offset %#<PRIx64>:\n"
@@ -4339,11 +4348,11 @@ msgstr ""
 "Hay %d encabezamientos de sección, comenzando en compensación %#<PRIx64>:\n"
 "\n"
 
-#: src/readelf.c:1185
+#: src/readelf.c:1198
 msgid "Section Headers:"
 msgstr "encabezamientos de sección:"
 
-#: src/readelf.c:1188
+#: src/readelf.c:1201
 msgid ""
 "[Nr] Name                 Type         Addr     Off    Size   ES Flags Lk "
 "Inf Al"
@@ -4351,7 +4360,7 @@ msgstr ""
 "[Nr] Nombre            Tipo            Dirección    Off    Tamaño    Inf Al "
 "Enlace banderas ES"
 
-#: src/readelf.c:1190
+#: src/readelf.c:1203
 msgid ""
 "[Nr] Name                 Type         Addr             Off      Size     ES "
 "Flags Lk Inf Al"
@@ -4359,36 +4368,36 @@ msgstr ""
 "[Nr] Name                 Type         Addr             Off      Size     ES "
 "Flags Lk Inf Al"
 
-#: src/readelf.c:1195
+#: src/readelf.c:1208
 msgid "     [Compression  Size   Al]"
 msgstr ""
 
-#: src/readelf.c:1197
+#: src/readelf.c:1210
 msgid "     [Compression  Size     Al]"
 msgstr ""
 
-#: src/readelf.c:1273
+#: src/readelf.c:1286
 #, fuzzy, c-format
 msgid "bad compression header for section %zd: %s"
 msgstr "No se puede obtener el encabezamiento de sección %zu: %s"
 
-#: src/readelf.c:1284
+#: src/readelf.c:1297
 #, fuzzy, c-format
 msgid "bad gnu compressed size for section %zd: %s"
 msgstr "No se pueden obtener datos para la sección %d: %s"
 
-#: src/readelf.c:1302
+#: src/readelf.c:1315
 msgid "Program Headers:"
 msgstr "encabezamientos de programa:"
 
-#: src/readelf.c:1304
+#: src/readelf.c:1317
 msgid ""
 "  Type           Offset   VirtAddr   PhysAddr   FileSiz  MemSiz   Flg Align"
 msgstr ""
 "  Tipo           Compensación  Dirección Virtual       Dirección "
 "Física       Tamaño de Fichero  Tamaño de Memoria     Alineación de bandera"
 
-#: src/readelf.c:1307
+#: src/readelf.c:1320
 msgid ""
 "  Type           Offset   VirtAddr           PhysAddr           FileSiz  "
 "MemSiz   Flg Align"
@@ -4396,12 +4405,12 @@ msgstr ""
 "  Tipo          Compensación  Dirección Virtual            Dirección "
 "Física          Tamaño de Fichero  Tamaño de Memoria   Alineación de bandera"
 
-#: src/readelf.c:1364
+#: src/readelf.c:1377
 #, c-format
 msgid "\t[Requesting program interpreter: %s]\n"
 msgstr "\t[Solicitando intérprete de programa: %s]\n"
 
-#: src/readelf.c:1385
+#: src/readelf.c:1398
 msgid ""
 "\n"
 " Section to Segment mapping:\n"
@@ -4411,12 +4420,12 @@ msgstr ""
 " Sección para asignación de segmento:\n"
 "  Secciones de segmento..."
 
-#: src/readelf.c:1396 src/unstrip.c:1944 src/unstrip.c:1986 src/unstrip.c:1993
+#: src/readelf.c:1409 src/unstrip.c:1944 src/unstrip.c:1986 src/unstrip.c:1993
 #, c-format
 msgid "cannot get program header: %s"
 msgstr "no se puede obtener memoria para encabezamiento del programa: %s"
 
-#: src/readelf.c:1539
+#: src/readelf.c:1552
 #, c-format
 msgid ""
 "\n"
@@ -4431,7 +4440,7 @@ msgstr[1] ""
 "\n"
 "Grupo de sección COMDAT [%2zu] '%s' con firma '%s' contiene entradas %zu:\n"
 
-#: src/readelf.c:1544
+#: src/readelf.c:1557
 #, c-format
 msgid ""
 "\n"
@@ -4446,31 +4455,31 @@ msgstr[1] ""
 "\n"
 "Grupo de sección [%2zu] '%s' con firma '%s' contiene entradas %zu:\n"
 
-#: src/readelf.c:1552
+#: src/readelf.c:1565
 msgid "<INVALID SYMBOL>"
 msgstr "<SÍMBOLO INVÁLIDO>"
 
-#: src/readelf.c:1566
+#: src/readelf.c:1579
 msgid "<INVALID SECTION>"
 msgstr "<SECCIÓN INVÁLIDA>"
 
-#: src/readelf.c:1589 src/readelf.c:2316 src/readelf.c:3407 src/readelf.c:12248
-#: src/readelf.c:12255 src/readelf.c:12299 src/readelf.c:12306
+#: src/readelf.c:1602 src/readelf.c:2329 src/readelf.c:3430 src/readelf.c:12203
+#: src/readelf.c:12210 src/readelf.c:12254 src/readelf.c:12261
 msgid "Couldn't uncompress section"
 msgstr ""
 
-#: src/readelf.c:1594 src/readelf.c:2321 src/readelf.c:3412
+#: src/readelf.c:1607 src/readelf.c:2334 src/readelf.c:3435
 #, fuzzy, c-format
 msgid "cannot get section [%zd] header: %s"
 msgstr "No se puede obtener encabezamiento de sección: %s"
 
-#: src/readelf.c:1738 src/readelf.c:2388 src/readelf.c:2646 src/readelf.c:2722
-#: src/readelf.c:3026 src/readelf.c:3100 src/readelf.c:5311
+#: src/readelf.c:1751 src/readelf.c:2401 src/readelf.c:2659 src/readelf.c:2735
+#: src/readelf.c:3039 src/readelf.c:3113 src/readelf.c:5308
 #, fuzzy, c-format
 msgid "invalid sh_link value in section %zu"
 msgstr ".debug_line section inválida"
 
-#: src/readelf.c:1741
+#: src/readelf.c:1754
 #, c-format
 msgid ""
 "\n"
@@ -4491,36 +4500,36 @@ msgstr[1] ""
 " Dirección: %#0*<PRIx64>  Compensación: %#08<PRIx64>  Enlace a sección: "
 "[%2u] '%s'\n"
 
-#: src/readelf.c:1751
+#: src/readelf.c:1764
 msgid "  Type              Value\n"
 msgstr "  Tipo              Valor\n"
 
-#: src/readelf.c:1775
+#: src/readelf.c:1788
 #, c-format
 msgid "Shared library: [%s]\n"
 msgstr "Biblioteca compartida: [%s]\n"
 
-#: src/readelf.c:1780
+#: src/readelf.c:1793
 #, c-format
 msgid "Library soname: [%s]\n"
 msgstr "Nombre-so de la biblioteca: [%s]\n"
 
-#: src/readelf.c:1785
+#: src/readelf.c:1798
 #, c-format
 msgid "Library rpath: [%s]\n"
 msgstr "Rpath de la biblioteca: [%s]\n"
 
-#: src/readelf.c:1790
+#: src/readelf.c:1803
 #, c-format
 msgid "Library runpath: [%s]\n"
 msgstr "Ruta de ejecución de la biblioteca: [%s]\n"
 
-#: src/readelf.c:1810
+#: src/readelf.c:1823
 #, c-format
 msgid "%<PRId64> (bytes)\n"
 msgstr "%<PRId64> (bytes)\n"
 
-#: src/readelf.c:1923 src/readelf.c:2113
+#: src/readelf.c:1936 src/readelf.c:2126
 #, c-format
 msgid ""
 "\n"
@@ -4529,7 +4538,7 @@ msgstr ""
 "\n"
 "Tabla de símbolos inválida en compensación %#0<PRIx64>\n"
 
-#: src/readelf.c:1941 src/readelf.c:2131
+#: src/readelf.c:1954 src/readelf.c:2144
 #, c-format
 msgid ""
 "\n"
@@ -4554,7 +4563,7 @@ msgstr[1] ""
 #. The .rela.dyn section does not refer to a specific section but
 #. instead of section index zero.  Do not try to print a section
 #. name.
-#: src/readelf.c:1956 src/readelf.c:2146
+#: src/readelf.c:1969 src/readelf.c:2159
 #, c-format
 msgid ""
 "\n"
@@ -4571,29 +4580,29 @@ msgstr[1] ""
 "Sección de reubicación [%2u] '%s' en compensación %#0<PRIx64> contiene "
 "entradas %d:\n"
 
-#: src/readelf.c:1966
+#: src/readelf.c:1979
 msgid "  Offset      Type                 Value       Name\n"
 msgstr "   Compensación           Tipo               Valor      Nombre\n"
 
-#: src/readelf.c:1968
+#: src/readelf.c:1981
 msgid "  Offset              Type                 Value               Name\n"
 msgstr "    Compensación           Tipo               Valor           Nombre\n"
 
-#: src/readelf.c:2021 src/readelf.c:2032 src/readelf.c:2045 src/readelf.c:2066
-#: src/readelf.c:2078 src/readelf.c:2212 src/readelf.c:2224 src/readelf.c:2238
-#: src/readelf.c:2260 src/readelf.c:2273
+#: src/readelf.c:2034 src/readelf.c:2045 src/readelf.c:2058 src/readelf.c:2079
+#: src/readelf.c:2091 src/readelf.c:2225 src/readelf.c:2237 src/readelf.c:2251
+#: src/readelf.c:2273 src/readelf.c:2286
 msgid "<INVALID RELOC>"
 msgstr "<REUBIC INVÁLIDA>"
 
-#: src/readelf.c:2156
+#: src/readelf.c:2169
 msgid "  Offset      Type            Value       Addend Name\n"
 msgstr "    Compensación            Tipo               Valor    Nombre Adend\n"
 
-#: src/readelf.c:2158
+#: src/readelf.c:2171
 msgid "  Offset              Type            Value               Addend Name\n"
 msgstr "    Compensación            Tipo               Valor   Nombre Adend\n"
 
-#: src/readelf.c:2396
+#: src/readelf.c:2409
 #, c-format
 msgid ""
 "\n"
@@ -4608,40 +4617,40 @@ msgstr[1] ""
 "\n"
 "La tabla de símbolos [%2u] '%s' contiene entradas %u:\n"
 
-#: src/readelf.c:2401
+#: src/readelf.c:2414
 #, c-format
 msgid " %lu local symbol  String table: [%2u] '%s'\n"
 msgid_plural " %lu local symbols  String table: [%2u] '%s'\n"
 msgstr[0] "símbolos locales %lu Tabla de cadena: [%2u] '%s'\n"
 msgstr[1] " Símbolos locales %lu Tabla de cadenas: [%2u] '%s'\n"
 
-#: src/readelf.c:2409
+#: src/readelf.c:2422
 msgid "  Num:    Value   Size Type    Bind   Vis          Ndx Name\n"
 msgstr "  Núm:    Valor       Tamaño Tipo    Unión  Vis          Nombre Ndx\n"
 
-#: src/readelf.c:2411
+#: src/readelf.c:2424
 msgid "  Num:            Value   Size Type    Bind   Vis          Ndx Name\n"
 msgstr "   Num:    Valor          Tamaño Tipo    Unión  Vis      Nombre Ndx\n"
 
-#: src/readelf.c:2431
+#: src/readelf.c:2444
 #, c-format
 msgid "%5u: %0*<PRIx64> %6<PRId64> %-7s %-6s %-9s %6s %s"
 msgstr "%5u: %0*<PRIx64> %6<PRId64> %-7s %-6s %-9s %6s %s"
 
-#: src/readelf.c:2519
+#: src/readelf.c:2532
 #, c-format
 msgid "bad dynamic symbol"
 msgstr "símbolo dinámico erróneo"
 
-#: src/readelf.c:2601
+#: src/readelf.c:2614
 msgid "none"
 msgstr "nada"
 
-#: src/readelf.c:2618
+#: src/readelf.c:2631
 msgid "| <unknown>"
 msgstr "| <desconocido>"
 
-#: src/readelf.c:2649
+#: src/readelf.c:2662
 #, c-format
 msgid ""
 "\n"
@@ -4662,17 +4671,17 @@ msgstr[1] ""
 " Dirección: %#0*<PRIx64>  Compensación: %#08<PRIx64>  Enlace a sección: "
 "[%2u] '%s'\n"
 
-#: src/readelf.c:2670
+#: src/readelf.c:2683
 #, c-format
 msgid "  %#06x: Version: %hu  File: %s  Cnt: %hu\n"
 msgstr "  %#06x: Versión: %hu  Fichero: %s  Conteo: %hu\n"
 
-#: src/readelf.c:2683
+#: src/readelf.c:2696
 #, c-format
 msgid "  %#06x: Name: %s  Flags: %s  Version: %hu\n"
 msgstr "  %#06x: Nombre: %s  Banderas: %s  Versión: %hu\n"
 
-#: src/readelf.c:2726
+#: src/readelf.c:2739
 #, c-format
 msgid ""
 "\n"
@@ -4693,19 +4702,19 @@ msgstr[1] ""
 " Dirección: %#0*<PRIx64>  Compensación: %#08<PRIx64>  Enlace a sección: "
 "[%2u] '%s'\n"
 
-#: src/readelf.c:2754
+#: src/readelf.c:2767
 #, c-format
 msgid "  %#06x: Version: %hd  Flags: %s  Index: %hd  Cnt: %hd  Name: %s\n"
 msgstr ""
 "  %#06x: Versión: %hd  Banderas: %s  Índice: %hd  Conteo: %hd  Nombre: %s\n"
 
-#: src/readelf.c:2769
+#: src/readelf.c:2782
 #, c-format
 msgid "  %#06x: Parent %d: %s\n"
 msgstr "  %#06x: Principal %d: %s\n"
 
 #. Print the header.
-#: src/readelf.c:3030
+#: src/readelf.c:3043
 #, c-format
 msgid ""
 "\n"
@@ -4726,15 +4735,15 @@ msgstr[1] ""
 " Dirección: %#0*<PRIx64>  Compensación: %#08<PRIx64>  Enlace a sección: "
 "[%2u] '%s'"
 
-#: src/readelf.c:3058
+#: src/readelf.c:3071
 msgid "   0 *local*                     "
 msgstr "   0 *local*                     "
 
-#: src/readelf.c:3063
+#: src/readelf.c:3076
 msgid "   1 *global*                    "
 msgstr "   1 *global*                    "
 
-#: src/readelf.c:3105
+#: src/readelf.c:3118
 #, c-format
 msgid ""
 "\n"
@@ -4759,22 +4768,22 @@ msgstr[1] ""
 " Dirección: %#0*<PRIx64>  Compensación: %#08<PRIx64>  Enlace a sección: "
 "[%2u] '%s'\n"
 
-#: src/readelf.c:3127
+#: src/readelf.c:3140
 #, no-c-format
 msgid " Length  Number  % of total  Coverage\n"
 msgstr " Longitud  Número  % of total  Cobertura\n"
 
-#: src/readelf.c:3129
+#: src/readelf.c:3142
 #, c-format
 msgid "      0  %6<PRIu32>      %5.1f%%\n"
 msgstr "      0  %6<PRIu32>      %5.1f%%\n"
 
-#: src/readelf.c:3136
+#: src/readelf.c:3149
 #, c-format
 msgid "%7d  %6<PRIu32>      %5.1f%%    %5.1f%%\n"
 msgstr "%7d  %6<PRIu32>      %5.1f%%    %5.1f%%\n"
 
-#: src/readelf.c:3149
+#: src/readelf.c:3162
 #, c-format
 msgid ""
 " Average number of tests:   successful lookup: %f\n"
@@ -4783,27 +4792,37 @@ msgstr ""
 " Número promedio de pruebas:   búsqueda exitosa: %f\n"
 "                          búsqueda sin éxito: %f\n"
 
-#: src/readelf.c:3167 src/readelf.c:3226 src/readelf.c:3287
+#: src/readelf.c:3180 src/readelf.c:3244 src/readelf.c:3310
 #, c-format
 msgid "cannot get data for section %d: %s"
 msgstr "No se pueden obtener datos para la sección %d: %s"
 
-#: src/readelf.c:3175
+#: src/readelf.c:3188
 #, fuzzy, c-format
 msgid "invalid data in sysv.hash section %d"
 msgstr "Datos inválidos en sección [%zu] '%s'"
 
-#: src/readelf.c:3234
+#: src/readelf.c:3217
+#, fuzzy, c-format
+msgid "invalid chain in sysv.hash section %d"
+msgstr "Datos inválidos en sección [%zu] '%s'"
+
+#: src/readelf.c:3252
 #, fuzzy, c-format
 msgid "invalid data in sysv.hash64 section %d"
 msgstr "Datos inválidos en sección [%zu] '%s'"
 
-#: src/readelf.c:3296
+#: src/readelf.c:3283
+#, fuzzy, c-format
+msgid "invalid chain in sysv.hash64 section %d"
+msgstr "Datos inválidos en sección [%zu] '%s'"
+
+#: src/readelf.c:3319
 #, fuzzy, c-format
 msgid "invalid data in gnu.hash section %d"
 msgstr "Datos inválidos en sección [%zu] '%s'"
 
-#: src/readelf.c:3363
+#: src/readelf.c:3386
 #, c-format
 msgid ""
 " Symbol Bias: %u\n"
@@ -4813,7 +4832,7 @@ msgstr ""
 " Tamaño de Bitmask: %zu bytes  %<PRIuFAST32>%% bits establecen segundo "
 "cambio de dispersión: %u\n"
 
-#: src/readelf.c:3452
+#: src/readelf.c:3475
 #, c-format
 msgid ""
 "\n"
@@ -4830,7 +4849,7 @@ msgstr[1] ""
 "Sección de lista de biblioteca [%2zu] '%s' en compensación %#0<PRIx64> "
 "contiene entradas %d:\n"
 
-#: src/readelf.c:3466
+#: src/readelf.c:3489
 msgid ""
 "       Library                       Time Stamp          Checksum Version "
 "Flags"
@@ -4838,7 +4857,7 @@ msgstr ""
 "       Biblioteca                       Marca de tiempo          Indicadores "
 "de versión de suma de verificación"
 
-#: src/readelf.c:3516
+#: src/readelf.c:3539
 #, c-format
 msgid ""
 "\n"
@@ -4849,147 +4868,102 @@ msgstr ""
 "Sección de atributos de objeto [%2zu] '%s' de %<PRIu64> bytes con "
 "desplazamiento %#0<PRIx64>:\n"
 
-#: src/readelf.c:3533
+#: src/readelf.c:3556
 msgid "  Owner          Size\n"
 msgstr "  Propietario          Tamaño\n"
 
-#: src/readelf.c:3562
+#: src/readelf.c:3585
 #, c-format
 msgid "  %-13s  %4<PRIu32>\n"
 msgstr "  %-13s  %4<PRIu32>\n"
 
 #. Unknown subsection, print and skip.
-#: src/readelf.c:3601
+#: src/readelf.c:3624
 #, c-format
 msgid "    %-4u %12<PRIu32>\n"
 msgstr "    %-4u %12<PRIu32>\n"
 
 #. Tag_File
-#: src/readelf.c:3606
+#: src/readelf.c:3629
 #, c-format
 msgid "    File: %11<PRIu32>\n"
 msgstr "    File: %11<PRIu32>\n"
 
-#: src/readelf.c:3655
+#: src/readelf.c:3678
 #, c-format
 msgid "      %s: %<PRId64>, %s\n"
 msgstr "      %s: %<PRId64>, %s\n"
 
-#: src/readelf.c:3658
+#: src/readelf.c:3681
 #, c-format
 msgid "      %s: %<PRId64>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:3661
+#: src/readelf.c:3684
 #, c-format
 msgid "      %s: %s\n"
 msgstr "      %s: %s\n"
 
-#: src/readelf.c:3671
+#: src/readelf.c:3694
 #, c-format
 msgid "      %u: %<PRId64>\n"
 msgstr "      %u: %<PRId64>\n"
 
-#: src/readelf.c:3674
+#: src/readelf.c:3697
 #, c-format
 msgid "      %u: %s\n"
 msgstr "      %u: %s\n"
 
-#: src/readelf.c:3719
-#, c-format
-msgid "%s+%#<PRIx64> <%s+%#<PRIx64>>"
-msgstr "%s+%#<PRIx64> <%s+%#<PRIx64>>"
-
-#: src/readelf.c:3722
-#, c-format
-msgid "%s+%#0*<PRIx64> <%s+%#<PRIx64>>"
-msgstr "%s+%#0*<PRIx64> <%s+%#<PRIx64>>"
-
-#: src/readelf.c:3727
-#, c-format
-msgid "%#<PRIx64> <%s+%#<PRIx64>>"
-msgstr "%#<PRIx64> <%s+%#<PRIx64>>"
-
-#: src/readelf.c:3730
-#, c-format
-msgid "%#0*<PRIx64> <%s+%#<PRIx64>>"
-msgstr "%#0*<PRIx64> <%s+%#<PRIx64>>"
-
-#: src/readelf.c:3736
-#, c-format
-msgid "%s+%#<PRIx64> <%s>"
-msgstr "%s+%#<PRIx64> <%s>"
-
-#: src/readelf.c:3739
-#, c-format
-msgid "%s+%#0*<PRIx64> <%s>"
-msgstr "%s+%#0*<PRIx64> <%s>"
-
-#: src/readelf.c:3743
-#, c-format
-msgid "%#<PRIx64> <%s>"
-msgstr "%#<PRIx64> <%s>"
-
-#: src/readelf.c:3746
-#, c-format
-msgid "%#0*<PRIx64> <%s>"
-msgstr "%#0*<PRIx64> <%s>"
-
-#: src/readelf.c:3751
-#, c-format
-msgid "%s+%#<PRIx64>"
-msgstr "%s+%#<PRIx64>"
-
-#: src/readelf.c:3754
-#, c-format
-msgid "%s+%#0*<PRIx64>"
-msgstr "%s+%#0*<PRIx64>"
+#: src/readelf.c:3767
+#, fuzzy, c-format
+msgid "sprintf failure"
+msgstr "mprotect falló"
 
-#: src/readelf.c:4246
+#: src/readelf.c:4249
 msgid "empty block"
 msgstr "bloque vacío"
 
-#: src/readelf.c:4249
+#: src/readelf.c:4252
 #, c-format
 msgid "%zu byte block:"
 msgstr "bloque de byte %zu:"
 
-#: src/readelf.c:4728
+#: src/readelf.c:4730
 #, fuzzy, c-format
 msgid "%*s[%2<PRIuMAX>] %s  <TRUNCATED>\n"
 msgstr "%*s[%4<PRIuMAX>] %s  <TRUNCATED>\n"
 
-#: src/readelf.c:4792
+#: src/readelf.c:4794
 #, c-format
 msgid "%s %#<PRIx64> used with different address sizes"
 msgstr "%s %#<PRIx64> utilizado con direcciones de diferente tamaño"
 
-#: src/readelf.c:4799
+#: src/readelf.c:4801
 #, c-format
 msgid "%s %#<PRIx64> used with different offset sizes"
 msgstr "%s %#<PRIx64> utilizado con offsetr de diferente tamaño"
 
-#: src/readelf.c:4806
+#: src/readelf.c:4808
 #, fuzzy, c-format
 msgid "%s %#<PRIx64> used with different base addresses"
 msgstr "%s %#<PRIx64> utilizado con direcciones de diferente tamaño"
 
-#: src/readelf.c:4813
+#: src/readelf.c:4815
 #, fuzzy, c-format
 msgid "%s %#<PRIx64> used with different attribute %s and %s"
 msgstr "%s %#<PRIx64> utilizado con direcciones de diferente tamaño"
 
-#: src/readelf.c:4910
+#: src/readelf.c:4912
 #, c-format
 msgid " [%6tx]  <UNUSED GARBAGE IN REST OF SECTION>\n"
 msgstr " [%6tx] <MATERIAL INUTIL SIN UTILIZAR EN EL RESTO DE LA SECCION>\n"
 
-#: src/readelf.c:4918
+#: src/readelf.c:4920
 #, c-format
 msgid " [%6tx]  <UNUSED GARBAGE> ... %<PRIu64> bytes ...\n"
 msgstr " [%6tx]  <MATERIAL INUTIL NO UTILIZADO> ... %<PRIu64> bytes ...\n"
 
-#: src/readelf.c:4996
+#: src/readelf.c:4998
 #, c-format
 msgid ""
 "\n"
@@ -5000,7 +4974,7 @@ msgstr ""
 "Sección DWARF [%2zu] '%s' en compensación %#<PRIx64>:\n"
 " [ Código]\n"
 
-#: src/readelf.c:5004
+#: src/readelf.c:5006
 #, c-format
 msgid ""
 "\n"
@@ -5009,27 +4983,19 @@ msgstr ""
 "\n"
 "Sección de abreviatura en compensación %<PRIu64>:\n"
 
-#: src/readelf.c:5017
+#: src/readelf.c:5019
 #, c-format
 msgid " *** error while reading abbreviation: %s\n"
 msgstr " *** error en lectura de abreviatura: %s\n"
 
-#: src/readelf.c:5033
+#: src/readelf.c:5035
 #, c-format
 msgid " [%5u] offset: %<PRId64>, children: %s, tag: %s\n"
 msgstr " [%5u] compensación: %<PRId64>, hijos: %s, etiqueta: %s\n"
 
-#: src/readelf.c:5036 src/readelf.c:7368 src/readelf.c:7376 src/readelf.c:7952
-msgid "yes"
-msgstr "sí"
-
-#: src/readelf.c:5036 src/readelf.c:7368 src/readelf.c:7952
-msgid "no"
-msgstr "no"
-
-#: src/readelf.c:5066 src/readelf.c:5380 src/readelf.c:5545 src/readelf.c:5943
-#: src/readelf.c:6546 src/readelf.c:8077 src/readelf.c:8776 src/readelf.c:9225
-#: src/readelf.c:9471 src/readelf.c:9636 src/readelf.c:9997 src/readelf.c:10055
+#: src/readelf.c:5068 src/readelf.c:5377 src/readelf.c:5541 src/readelf.c:5926
+#: src/readelf.c:6527 src/readelf.c:8055 src/readelf.c:8749 src/readelf.c:9185
+#: src/readelf.c:9427 src/readelf.c:9592 src/readelf.c:9953 src/readelf.c:10011
 #, c-format
 msgid ""
 "\n"
@@ -5038,52 +5004,52 @@ msgstr ""
 "\n"
 "Sección DWARF [%2zu] '%s' en compensación %#<PRIx64>:\n"
 
-#: src/readelf.c:5079
+#: src/readelf.c:5081
 #, fuzzy, c-format
 msgid "cannot get .debug_addr section data: %s"
 msgstr "no se pueden obtener datos de sección: %s"
 
-#: src/readelf.c:5182 src/readelf.c:5206 src/readelf.c:5590 src/readelf.c:8821
+#: src/readelf.c:5181 src/readelf.c:5205 src/readelf.c:5586 src/readelf.c:8794
 #, fuzzy, c-format
 msgid " Length:         %8<PRIu64>\n"
 msgstr " (compensación: %#<PRIx64>)"
 
-#: src/readelf.c:5184 src/readelf.c:5221 src/readelf.c:5603 src/readelf.c:8834
+#: src/readelf.c:5183 src/readelf.c:5220 src/readelf.c:5599 src/readelf.c:8807
 #, fuzzy, c-format
 msgid " DWARF version:  %8<PRIu16>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:5185 src/readelf.c:5230 src/readelf.c:5612 src/readelf.c:8843
+#: src/readelf.c:5184 src/readelf.c:5229 src/readelf.c:5608 src/readelf.c:8816
 #, fuzzy, c-format
 msgid " Address size:   %8<PRIu64>\n"
 msgstr " (fin de compensación: %#<PRIx64>)"
 
-#: src/readelf.c:5187 src/readelf.c:5240 src/readelf.c:5622 src/readelf.c:8853
+#: src/readelf.c:5186 src/readelf.c:5239 src/readelf.c:5618 src/readelf.c:8826
 #, fuzzy, c-format
 msgid " Segment size:   %8<PRIu64>\n"
 msgstr " establecer archivo a %<PRIu64>\n"
 
-#: src/readelf.c:5225 src/readelf.c:5607 src/readelf.c:8838 src/readelf.c:10187
+#: src/readelf.c:5224 src/readelf.c:5603 src/readelf.c:8811 src/readelf.c:10143
 #, fuzzy, c-format
 msgid "Unknown version"
 msgstr "versión desconocida"
 
-#: src/readelf.c:5235 src/readelf.c:5450 src/readelf.c:5617 src/readelf.c:8848
+#: src/readelf.c:5234 src/readelf.c:5447 src/readelf.c:5613 src/readelf.c:8821
 #, fuzzy, c-format
 msgid "unsupported address size"
 msgstr "no hay valor de dirección"
 
-#: src/readelf.c:5246 src/readelf.c:5459 src/readelf.c:5627 src/readelf.c:8858
+#: src/readelf.c:5245 src/readelf.c:5456 src/readelf.c:5623 src/readelf.c:8831
 #, c-format
 msgid "unsupported segment size"
 msgstr ""
 
-#: src/readelf.c:5301 src/readelf.c:5375
+#: src/readelf.c:5298 src/readelf.c:5372
 #, c-format
 msgid "cannot get .debug_aranges content: %s"
 msgstr "no se ha podido obtener contenido de .debug_aranges: %s"
 
-#: src/readelf.c:5316
+#: src/readelf.c:5313
 #, c-format
 msgid ""
 "\n"
@@ -5098,12 +5064,12 @@ msgstr[1] ""
 "\n"
 "Sección DWARF [%2zu] '%s' en compensación %#<PRIx64> contiene entradas %zu:\n"
 
-#: src/readelf.c:5347
+#: src/readelf.c:5344
 #, c-format
 msgid " [%*zu] ???\n"
 msgstr " [%*zu] ???\n"
 
-#: src/readelf.c:5349
+#: src/readelf.c:5346
 #, c-format
 msgid ""
 " [%*zu] start: %0#*<PRIx64>, length: %5<PRIu64>, CU DIE offset: %6<PRId64>\n"
@@ -5111,7 +5077,7 @@ msgstr ""
 " Inicio [%*zu]: %0#*<PRIx64>, longitud: %5<PRIu64>, compensación CU DIE: "
 "%6<PRId64>\n"
 
-#: src/readelf.c:5393 src/readelf.c:8104
+#: src/readelf.c:5390 src/readelf.c:8082
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -5120,162 +5086,152 @@ msgstr ""
 "\n"
 "Tabla en compensación %Zu:\n"
 
-#: src/readelf.c:5397 src/readelf.c:5571 src/readelf.c:6570 src/readelf.c:8115
-#: src/readelf.c:8802
+#: src/readelf.c:5394 src/readelf.c:5567 src/readelf.c:6551 src/readelf.c:8093
+#: src/readelf.c:8775
 #, c-format
 msgid "invalid data in section [%zu] '%s'"
 msgstr "Datos inválidos en sección [%zu] '%s'"
 
-#: src/readelf.c:5413
+#: src/readelf.c:5410
 #, fuzzy, c-format
 msgid ""
 "\n"
 " Length:        %6<PRIu64>\n"
 msgstr " (compensación: %#<PRIx64>)"
 
-#: src/readelf.c:5425
+#: src/readelf.c:5422
 #, fuzzy, c-format
 msgid " DWARF version: %6<PRIuFAST16>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:5429
+#: src/readelf.c:5426
 #, c-format
 msgid "unsupported aranges version"
 msgstr ""
 
-#: src/readelf.c:5440
+#: src/readelf.c:5437
 #, fuzzy, c-format
 msgid " CU offset:     %6<PRIx64>\n"
 msgstr " (compensación: %#<PRIx64>)"
 
-#: src/readelf.c:5446
+#: src/readelf.c:5443
 #, fuzzy, c-format
 msgid " Address size:  %6<PRIu64>\n"
 msgstr " (fin de compensación: %#<PRIx64>)"
 
-#: src/readelf.c:5455
+#: src/readelf.c:5452
 #, fuzzy, c-format
 msgid ""
 " Segment size:  %6<PRIu64>\n"
 "\n"
 msgstr " establecer archivo a %<PRIu64>\n"
 
-#: src/readelf.c:5499
-#, fuzzy, c-format
-msgid "   %s..%s (%<PRIx64>)\n"
-msgstr "      %s: %<PRId64>\n"
-
-#: src/readelf.c:5502
-#, fuzzy, c-format
-msgid "   %s..%s\n"
-msgstr " [%6tx]  %s..%s\n"
-
-#: src/readelf.c:5511
+#: src/readelf.c:5507
 #, c-format
 msgid "   %zu padding bytes\n"
 msgstr ""
 
-#: src/readelf.c:5554
+#: src/readelf.c:5550
 #, fuzzy, c-format
 msgid "cannot get .debug_rnglists content: %s"
 msgstr "no se ha podido obtener contenido de .debug_ranges: %s"
 
-#: src/readelf.c:5577 src/readelf.c:8808
+#: src/readelf.c:5573 src/readelf.c:8781
 #, fuzzy, c-format
 msgid ""
 "Table at Offset 0x%<PRIx64>:\n"
 "\n"
 msgstr " (fin de compensación: %#<PRIx64>)"
 
-#: src/readelf.c:5632 src/readelf.c:8863
+#: src/readelf.c:5628 src/readelf.c:8836
 #, fuzzy, c-format
 msgid " Offset entries: %8<PRIu64>\n"
 msgstr " (compensación: %#<PRIx64>)"
 
-#: src/readelf.c:5650 src/readelf.c:8881
+#: src/readelf.c:5644 src/readelf.c:8852
 #, c-format
-msgid " Unknown CU base: %s\n"
+msgid " Unknown CU base: "
 msgstr ""
 
-#: src/readelf.c:5652 src/readelf.c:8883
+#: src/readelf.c:5646 src/readelf.c:8854
 #, c-format
-msgid " CU [%6<PRIx64>] base: %s\n"
+msgid " CU [%6<PRIx64>] base: "
 msgstr ""
 
-#: src/readelf.c:5657 src/readelf.c:8888
+#: src/readelf.c:5652 src/readelf.c:8860
 #, c-format
 msgid " Not associated with a CU.\n"
 msgstr ""
 
-#: src/readelf.c:5668 src/readelf.c:8899
+#: src/readelf.c:5663 src/readelf.c:8871
 #, c-format
 msgid "too many offset entries for unit length"
 msgstr ""
 
-#: src/readelf.c:5672 src/readelf.c:8903
+#: src/readelf.c:5667 src/readelf.c:8875
 #, fuzzy, c-format
 msgid "  Offsets starting at 0x%<PRIx64>:\n"
 msgstr "  Propietario          Tamaño\n"
 
-#: src/readelf.c:5725
+#: src/readelf.c:5719
 #, fuzzy, c-format
 msgid "invalid range list data"
 msgstr "datos inválidos"
 
-#: src/readelf.c:5921 src/readelf.c:9203
+#: src/readelf.c:5904 src/readelf.c:9163
 #, c-format
 msgid ""
 "   %zu padding bytes\n"
 "\n"
 msgstr ""
 
-#: src/readelf.c:5938
+#: src/readelf.c:5921
 #, c-format
 msgid "cannot get .debug_ranges content: %s"
 msgstr "no se ha podido obtener contenido de .debug_ranges: %s"
 
-#: src/readelf.c:5976 src/readelf.c:9260
+#: src/readelf.c:5957 src/readelf.c:9218
 #, c-format
 msgid ""
 "\n"
-" Unknown CU base: %s\n"
+" Unknown CU base: "
 msgstr ""
 
-#: src/readelf.c:5978 src/readelf.c:9262
+#: src/readelf.c:5959 src/readelf.c:9220
 #, c-format
 msgid ""
 "\n"
-" CU [%6<PRIx64>] base: %s\n"
+" CU [%6<PRIx64>] base: "
 msgstr ""
 
-#: src/readelf.c:5986 src/readelf.c:9285 src/readelf.c:9311
+#: src/readelf.c:5968 src/readelf.c:9244 src/readelf.c:9270
 #, c-format
 msgid " [%6tx]  <INVALID DATA>\n"
 msgstr " [%6tx]  <DATOS INVÁLIDOS>\n"
 
-#: src/readelf.c:6008 src/readelf.c:9392
+#: src/readelf.c:5989 src/readelf.c:9350
 #, fuzzy, c-format
 msgid ""
 " [%6tx] base address\n"
-"          %s\n"
+"          "
 msgstr " [%6tx]   (dirección base) %s\n"
 
-#: src/readelf.c:6015 src/readelf.c:9399
+#: src/readelf.c:5997 src/readelf.c:9358
 #, fuzzy, c-format
 msgid " [%6tx] empty list\n"
 msgstr " [%6tx]  lista vacía\n"
 
-#: src/readelf.c:6271
+#: src/readelf.c:6252
 #, fuzzy
 msgid "         <INVALID DATA>\n"
 msgstr "   <DATOS INVÁLIDOS>\n"
 
-#: src/readelf.c:6524
+#: src/readelf.c:6505
 #, fuzzy, c-format
 msgid "cannot get ELF: %s"
 msgstr "no se puede leer encabezamiento ELF: %s"
 
-#: src/readelf.c:6542
+#: src/readelf.c:6523
 #, c-format
 msgid ""
 "\n"
@@ -5285,7 +5241,7 @@ msgstr ""
 "Sección de información de marco de llamada [%2zu] '%s' en compensación "
 "%#<PRIx64>:\n"
 
-#: src/readelf.c:6592
+#: src/readelf.c:6573
 #, c-format
 msgid ""
 "\n"
@@ -5294,65 +5250,65 @@ msgstr ""
 "\n"
 " [%6tx] Terminator cero\n"
 
-#: src/readelf.c:6685 src/readelf.c:6840
+#: src/readelf.c:6666 src/readelf.c:6820
 #, c-format
 msgid "invalid augmentation length"
 msgstr "longitud de aumento inválida"
 
-#: src/readelf.c:6700
+#: src/readelf.c:6681
 msgid "FDE address encoding: "
 msgstr "Codificación de dirección FDE:"
 
-#: src/readelf.c:6706
+#: src/readelf.c:6687
 msgid "LSDA pointer encoding: "
 msgstr "Codificación de puntero LSDA:"
 
-#: src/readelf.c:6817
+#: src/readelf.c:6797
 #, c-format
 msgid " (offset: %#<PRIx64>)"
 msgstr " (compensación: %#<PRIx64>)"
 
-#: src/readelf.c:6824
+#: src/readelf.c:6804
 #, c-format
 msgid " (end offset: %#<PRIx64>)"
 msgstr " (fin de compensación: %#<PRIx64>)"
 
-#: src/readelf.c:6861
+#: src/readelf.c:6841
 #, c-format
 msgid "   %-26sLSDA pointer: %#<PRIx64>\n"
 msgstr "Puntero   %-26sLSDA: %#<PRIx64>\n"
 
-#: src/readelf.c:6919
+#: src/readelf.c:6899
 #, fuzzy, c-format
 msgid "DIE [%<PRIx64>] cannot get attribute code: %s"
 msgstr "No se puede obtener código de atributo: %s"
 
-#: src/readelf.c:6929
+#: src/readelf.c:6909
 #, fuzzy, c-format
 msgid "DIE [%<PRIx64>] cannot get attribute form: %s"
 msgstr "No se puede obtener forma de atributo: %s"
 
-#: src/readelf.c:6951
+#: src/readelf.c:6931
 #, fuzzy, c-format
 msgid "DIE [%<PRIx64>] cannot get attribute '%s' (%s) value: %s"
 msgstr "No se puede obtener valor: %s"
 
-#: src/readelf.c:7285
+#: src/readelf.c:7264
 #, fuzzy, c-format
 msgid "invalid file (%<PRId64>): %s"
 msgstr "Archivo inválido"
 
-#: src/readelf.c:7289
+#: src/readelf.c:7268
 #, fuzzy, c-format
 msgid "no srcfiles for CU [%<PRIx64>]"
 msgstr " establecer archivo a %<PRIu64>\n"
 
-#: src/readelf.c:7293
+#: src/readelf.c:7272
 #, fuzzy, c-format
 msgid "couldn't get DWARF CU: %s"
 msgstr "no se puede leer encabezamiento ELF: %s"
 
-#: src/readelf.c:7459
+#: src/readelf.c:7437
 #, c-format
 msgid ""
 "\n"
@@ -5363,12 +5319,12 @@ msgstr ""
 "Sección DWARF [%2zu] '%s' en compensación %#<PRIx64>:\n"
 " [Offset]\n"
 
-#: src/readelf.c:7509
+#: src/readelf.c:7487
 #, fuzzy, c-format
 msgid "cannot get next unit: %s"
 msgstr "No se puede obtener próximo DIE: %s"
 
-#: src/readelf.c:7528
+#: src/readelf.c:7506
 #, fuzzy, c-format
 msgid ""
 " Type unit at offset %<PRIu64>:\n"
@@ -5381,7 +5337,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:7540
+#: src/readelf.c:7518
 #, c-format
 msgid ""
 " Compilation unit at offset %<PRIu64>:\n"
@@ -5392,39 +5348,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:7550 src/readelf.c:7713
+#: src/readelf.c:7528 src/readelf.c:7691
 #, c-format
 msgid " Unit type: %s (%<PRIu8>)"
 msgstr ""
 
-#: src/readelf.c:7577
+#: src/readelf.c:7555
 #, c-format
 msgid "unknown version (%d) or unit type (%d)"
 msgstr ""
 
-#: src/readelf.c:7606
+#: src/readelf.c:7584
 #, c-format
 msgid "cannot get DIE offset: %s"
 msgstr "no se puede obtener DIE en compensación: %s"
 
-#: src/readelf.c:7615
+#: src/readelf.c:7593
 #, 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:7653
+#: src/readelf.c:7631
 #, c-format
 msgid "cannot get next DIE: %s\n"
 msgstr "No se puede obtener próximo DIE: %s\n"
 
-#: src/readelf.c:7661
+#: src/readelf.c:7639
 #, c-format
 msgid "cannot get next DIE: %s"
 msgstr "No se puede obtener próximo DIE: %s"
 
-#: src/readelf.c:7705
+#: src/readelf.c:7683
 #, fuzzy, c-format
 msgid ""
 " Split compilation unit at offset %<PRIu64>:\n"
@@ -5435,7 +5391,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:7756
+#: src/readelf.c:7734
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -5445,18 +5401,18 @@ msgstr ""
 "\n"
 "Sección DWARF [%2zu] '%s' en compensación %#<PRIx64>:\n"
 
-#: src/readelf.c:8060
+#: src/readelf.c:8038
 #, fuzzy, c-format
 msgid "unknown form: %s"
 msgstr "Forma %<PRIx64> desconocida"
 
-#: src/readelf.c:8091
+#: src/readelf.c:8069
 #, 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:8193
+#: src/readelf.c:8171
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -5487,34 +5443,34 @@ msgstr ""
 "\n"
 "Códigos operativos:\n"
 
-#: src/readelf.c:8215
+#: src/readelf.c:8193
 #, 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:8223
+#: src/readelf.c:8201
 #, fuzzy, c-format
 msgid "cannot handle address size: %u\n"
 msgstr "no hay valor de dirección"
 
-#: src/readelf.c:8231
+#: src/readelf.c:8209
 #, fuzzy, c-format
 msgid "cannot handle segment selector size: %u\n"
 msgstr "No se puede encontrar la sección: %s"
 
-#: src/readelf.c:8241
+#: src/readelf.c:8219
 #, 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:8256
+#: src/readelf.c:8234
 #, 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:8267
+#: src/readelf.c:8245
 msgid ""
 "\n"
 "Directory table:"
@@ -5522,12 +5478,12 @@ msgstr ""
 "\n"
 "Tabla de Directorio:"
 
-#: src/readelf.c:8273 src/readelf.c:8346
+#: src/readelf.c:8251 src/readelf.c:8326
 #, fuzzy, c-format
 msgid "      ["
 msgstr "      %s: %s\n"
 
-#: src/readelf.c:8340
+#: src/readelf.c:8320
 #, fuzzy
 msgid ""
 "\n"
@@ -5536,7 +5492,7 @@ msgstr ""
 "\n"
 " Tabla de sitio de llamada:"
 
-#: src/readelf.c:8399
+#: src/readelf.c:8381
 #, fuzzy
 msgid " Entry Dir   Time      Size      Name"
 msgstr ""
@@ -5544,7 +5500,7 @@ msgstr ""
 "Tabla de nombre de archivo:\n"
 " Directorio de entrada   Tiempo      Tamaño      Nombre"
 
-#: src/readelf.c:8434
+#: src/readelf.c:8416
 msgid ""
 "\n"
 "Line number statements:"
@@ -5552,121 +5508,121 @@ msgstr ""
 "\n"
 " Declaraciones de número de Línea:"
 
-#: src/readelf.c:8481
+#: src/readelf.c:8463
 #, 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:8517
-#, c-format
-msgid " special opcode %u: address+%u = %s, op_index = %u, line%+d = %zu\n"
+#: src/readelf.c:8497
+#, 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:8501
+#, 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:8522
+#: src/readelf.c:8504
 #, c-format
-msgid " special opcode %u: address+%u = %s, line%+d = %zu\n"
-msgstr " opcode especial %u: dirección+%u = %s, línea%+d = %zu\n"
+msgid ", line%+d = %zu\n"
+msgstr ""
 
-#: src/readelf.c:8542
+#: src/readelf.c:8522
 #, c-format
 msgid " extended opcode %u: "
 msgstr "  Código operativo extendido %u: "
 
-#: src/readelf.c:8547
+#: src/readelf.c:8527
 #, fuzzy
 msgid " end of sequence"
 msgstr "Fin de secuencia"
 
-#: src/readelf.c:8566
+#: src/readelf.c:8545
 #, fuzzy, c-format
-msgid " set address to %s\n"
+msgid " set address to "
 msgstr "Establecer dirección a %s\n"
 
-#: src/readelf.c:8593
+#: src/readelf.c:8573
 #, 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:8606
+#: src/readelf.c:8586
 #, c-format
 msgid " set discriminator to %u\n"
 msgstr " establecer discriminador a %u\n"
 
 #. Unknown, ignore it.
-#: src/readelf.c:8611
+#: src/readelf.c:8591
 #, fuzzy
 msgid " unknown opcode"
 msgstr "código operativo desconocido "
 
 #. Takes no argument.
-#: src/readelf.c:8623
+#: src/readelf.c:8603
 msgid " copy"
 msgstr "Copiar"
 
-#: src/readelf.c:8634
-#, fuzzy, c-format
-msgid " advance address by %u to %s, op_index to %u\n"
-msgstr "dirección avanzada por %u a %s, op_index a %u\n"
-
-#: src/readelf.c:8638
+#: src/readelf.c:8612
 #, fuzzy, c-format
-msgid " advance address by %u to %s\n"
+msgid " advance address by %u to "
 msgstr "Dirección de avance por %u a %s\n"
 
-#: src/readelf.c:8649
+#: src/readelf.c:8616 src/readelf.c:8672
+#, c-format
+msgid ", op_index to %u"
+msgstr ""
+
+#: src/readelf.c:8626
 #, 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:8657
+#: src/readelf.c:8634
 #, c-format
 msgid " set file to %<PRIu64>\n"
 msgstr " establecer archivo a %<PRIu64>\n"
 
-#: src/readelf.c:8667
+#: src/readelf.c:8644
 #, c-format
 msgid " set column to %<PRIu64>\n"
 msgstr "  Establecer columna a %<PRIu64>\n"
 
-#: src/readelf.c:8674
+#: src/readelf.c:8651
 #, c-format
 msgid " set '%s' to %<PRIuFAST8>\n"
 msgstr "Establecer '%s' a %<PRIuFAST8>\n"
 
 #. Takes no argument.
-#: src/readelf.c:8680
+#: src/readelf.c:8657
 msgid " set basic block flag"
 msgstr "Establecer bandera de bloque básico"
 
-#: src/readelf.c:8693
-#, fuzzy, c-format
-msgid " advance address by constant %u to %s, op_index to %u\n"
-msgstr "dirección avanzada por constante %u a %s, op_index a %u\n"
-
-#: src/readelf.c:8697
+#: src/readelf.c:8668
 #, fuzzy, c-format
-msgid " advance address by constant %u to %s\n"
+msgid " advance address by constant %u to "
 msgstr "Dirección de avance por constante %u a %s\n"
 
-#: src/readelf.c:8715
+#: src/readelf.c:8687
 #, fuzzy, c-format
-msgid " advance address by fixed value %u to %s\n"
+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:8724
+#: src/readelf.c:8697
 msgid " set prologue end flag"
 msgstr " Establecer bandera prologue_end"
 
 #. Takes no argument.
-#: src/readelf.c:8729
+#: src/readelf.c:8702
 msgid " set epilogue begin flag"
 msgstr " Establecer bandera epilogue_begin"
 
-#: src/readelf.c:8738
+#: src/readelf.c:8711
 #, c-format
 msgid " set isa to %u\n"
 msgstr " establecer isa para %u\n"
@@ -5674,105 +5630,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:8747
+#: src/readelf.c:8720
 #, 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:8785
+#: src/readelf.c:8758
 #, fuzzy, c-format
 msgid "cannot get .debug_loclists content: %s"
 msgstr "no es posible obtener contenido de .debug_loc: %s"
 
-#: src/readelf.c:8956
+#: src/readelf.c:8927
 #, fuzzy, c-format
 msgid "invalid loclists data"
 msgstr "datos inválidos"
 
-#: src/readelf.c:9220
+#: src/readelf.c:9180
 #, c-format
 msgid "cannot get .debug_loc content: %s"
 msgstr "no es posible obtener contenido de .debug_loc: %s"
 
-#: src/readelf.c:9429 src/readelf.c:10443
+#: src/readelf.c:9385 src/readelf.c:10399
 msgid "   <INVALID DATA>\n"
 msgstr "   <DATOS INVÁLIDOS>\n"
 
-#: src/readelf.c:9483 src/readelf.c:9646
+#: src/readelf.c:9439 src/readelf.c:9602
 #, 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:9563
+#: src/readelf.c:9519
 #, 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:9586
+#: src/readelf.c:9542
 #, 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:9687
+#: src/readelf.c:9643
 #, fuzzy, c-format
 msgid " Offset:             0x%<PRIx64>\n"
 msgstr "  Propietario          Tamaño\n"
 
-#: src/readelf.c:9699
+#: src/readelf.c:9655
 #, fuzzy, c-format
 msgid " Version:            %<PRIu16>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:9705 src/readelf.c:10562
+#: src/readelf.c:9661 src/readelf.c:10518
 #, c-format
 msgid "  unknown version, cannot parse section\n"
 msgstr ""
 
-#: src/readelf.c:9712
+#: src/readelf.c:9668
 #, fuzzy, c-format
 msgid " Flag:               0x%<PRIx8>\n"
 msgstr "  Dirección de punto de entrada:               %#<PRIx64>\n"
 
-#: src/readelf.c:9715
+#: src/readelf.c:9671
 #, fuzzy, c-format
 msgid " Offset length:      %<PRIu8>\n"
 msgstr " (compensación: %#<PRIx64>)"
 
-#: src/readelf.c:9723
+#: src/readelf.c:9679
 #, fuzzy, c-format
 msgid " .debug_line offset: 0x%<PRIx64>\n"
 msgstr " (fin de compensación: %#<PRIx64>)"
 
-#: src/readelf.c:9748
+#: src/readelf.c:9704
 #, fuzzy, c-format
 msgid "  extension opcode table, %<PRIu8> items:\n"
 msgstr " opcódigo con parámetro %<PRIu8> desconocido:"
 
-#: src/readelf.c:9755
+#: src/readelf.c:9711
 #, c-format
 msgid "    [%<PRIx8>]"
 msgstr ""
 
-#: src/readelf.c:9767
+#: src/readelf.c:9723
 #, fuzzy, c-format
 msgid " %<PRIu8> arguments:"
 msgstr "  [%*<PRIuFAST8>]  argumento %hhu \n"
 
-#: src/readelf.c:9782
+#: src/readelf.c:9738
 #, c-format
 msgid " no arguments."
 msgstr ""
 
-#: src/readelf.c:9983
+#: src/readelf.c:9939
 #, 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:10025
+#: src/readelf.c:9981
 #, c-format
 msgid ""
 "\n"
@@ -5783,37 +5739,37 @@ msgstr ""
 "Sección DWARF [%2zu] '%s' en compensación %#<PRIx64>:\n"
 " %*s  String\n"
 
-#: src/readelf.c:10040
+#: src/readelf.c:9996
 #, fuzzy, c-format
 msgid " *** error, missing string terminator\n"
 msgstr " *** error en lectura de cadenas: %s\n"
 
-#: src/readelf.c:10068
+#: src/readelf.c:10024
 #, 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:10167
+#: src/readelf.c:10123
 #, fuzzy, c-format
 msgid " Length:        %8<PRIu64>\n"
 msgstr " (compensación: %#<PRIx64>)"
 
-#: src/readelf.c:10169
+#: src/readelf.c:10125
 #, fuzzy, c-format
 msgid " Offset size:   %8<PRIu8>\n"
 msgstr " (compensación: %#<PRIx64>)"
 
-#: src/readelf.c:10183
+#: src/readelf.c:10139
 #, fuzzy, c-format
 msgid " DWARF version: %8<PRIu16>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:10192
+#: src/readelf.c:10148
 #, fuzzy, c-format
 msgid " Padding:       %8<PRIx16>\n"
 msgstr " (compensación: %#<PRIx64>)"
 
-#: src/readelf.c:10246
+#: src/readelf.c:10202
 #, c-format
 msgid ""
 "\n"
@@ -5822,7 +5778,7 @@ msgstr ""
 "\n"
 "Sección de tabla de búsqueda de marco de llamada [%2zu] '.eh_frame_hdr':\n"
 
-#: src/readelf.c:10348
+#: src/readelf.c:10304
 #, c-format
 msgid ""
 "\n"
@@ -5831,22 +5787,22 @@ msgstr ""
 "\n"
 "Excepción en el manejo de la sección de tabla [%2zu] '.gcc_except_table':\n"
 
-#: src/readelf.c:10371
+#: src/readelf.c:10327
 #, c-format
 msgid " LPStart encoding:    %#x "
 msgstr "Codificación LPStart:    %#x "
 
-#: src/readelf.c:10383
+#: src/readelf.c:10339
 #, c-format
 msgid " TType encoding:      %#x "
 msgstr "Codificación TType:      %#x "
 
-#: src/readelf.c:10398
+#: src/readelf.c:10354
 #, c-format
 msgid " Call site encoding:  %#x "
 msgstr "Codificación de sitio de llamada:  %#x "
 
-#: src/readelf.c:10411
+#: src/readelf.c:10367
 msgid ""
 "\n"
 " Call site table:"
@@ -5854,7 +5810,7 @@ msgstr ""
 "\n"
 " Tabla de sitio de llamada:"
 
-#: src/readelf.c:10425
+#: src/readelf.c:10381
 #, c-format
 msgid ""
 " [%4u] Call site start:   %#<PRIx64>\n"
@@ -5867,12 +5823,12 @@ msgstr ""
 "        Landing pad:       %#<PRIx64>\n"
 "        Action:            %u\n"
 
-#: src/readelf.c:10498
+#: src/readelf.c:10454
 #, c-format
 msgid "invalid TType encoding"
 msgstr "Codificación TType inválida"
 
-#: src/readelf.c:10524
+#: src/readelf.c:10480
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -5881,37 +5837,37 @@ msgstr ""
 "\n"
 "Sección DWARF [%2zu] '%s' en compensación %#<PRIx64> contiene entrada %zu:\n"
 
-#: src/readelf.c:10553
+#: src/readelf.c:10509
 #, fuzzy, c-format
 msgid " Version:         %<PRId32>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:10571
+#: src/readelf.c:10527
 #, fuzzy, c-format
 msgid " CU offset:       %#<PRIx32>\n"
 msgstr " (compensación: %#<PRIx64>)"
 
-#: src/readelf.c:10578
+#: src/readelf.c:10534
 #, fuzzy, c-format
 msgid " TU offset:       %#<PRIx32>\n"
 msgstr " (compensación: %#<PRIx64>)"
 
-#: src/readelf.c:10585
+#: src/readelf.c:10541
 #, fuzzy, c-format
 msgid " address offset:  %#<PRIx32>\n"
 msgstr " (fin de compensación: %#<PRIx64>)"
 
-#: src/readelf.c:10592
+#: src/readelf.c:10548
 #, fuzzy, c-format
 msgid " symbol offset:   %#<PRIx32>\n"
 msgstr " (compensación: %#<PRIx64>)"
 
-#: src/readelf.c:10599
+#: src/readelf.c:10555
 #, fuzzy, c-format
 msgid " constant offset: %#<PRIx32>\n"
 msgstr " (fin de compensación: %#<PRIx64>)"
 
-#: src/readelf.c:10613
+#: src/readelf.c:10569
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -5920,7 +5876,7 @@ msgstr ""
 "\n"
 "Sección DWARF [%2zu] '%s' en compensación %#<PRIx64> contiene entrada %zu:\n"
 
-#: src/readelf.c:10638
+#: src/readelf.c:10594
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -5929,7 +5885,7 @@ msgstr ""
 "\n"
 "Sección DWARF [%2zu] '%s' en compensación %#<PRIx64> contiene entrada %zu:\n"
 
-#: src/readelf.c:10667
+#: src/readelf.c:10623
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -5938,7 +5894,7 @@ msgstr ""
 "\n"
 "Sección DWARF [%2zu] '%s' en compensación %#<PRIx64> contiene entrada %zu:\n"
 
-#: src/readelf.c:10700
+#: src/readelf.c:10655
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -5947,18 +5903,18 @@ msgstr ""
 "\n"
 "Tabla de símbolos inválida en compensación %#0<PRIx64>\n"
 
-#: src/readelf.c:10838
+#: src/readelf.c:10793
 #, c-format
 msgid "cannot get debug context descriptor: %s"
 msgstr "no se puede depurar descriptor de contexto: %s"
 
-#: src/readelf.c:11201 src/readelf.c:11823 src/readelf.c:11934
-#: src/readelf.c:11992
+#: src/readelf.c:11156 src/readelf.c:11778 src/readelf.c:11889
+#: src/readelf.c:11947
 #, c-format
 msgid "cannot convert core note data: %s"
 msgstr "no es posible convertir datos de la nota principal: %s"
 
-#: src/readelf.c:11564
+#: src/readelf.c:11519
 #, c-format
 msgid ""
 "\n"
@@ -5967,21 +5923,21 @@ msgstr ""
 "\n"
 "%*s... <repeats %u more times> ..."
 
-#: src/readelf.c:12071
+#: src/readelf.c:12026
 msgid "  Owner          Data size  Type\n"
 msgstr "  Owner          Data size  Type\n"
 
-#: src/readelf.c:12089
+#: src/readelf.c:12044
 #, c-format
 msgid "  %-13.*s  %9<PRId32>  %s\n"
 msgstr "  %-13.*s  %9<PRId32>  %s\n"
 
-#: src/readelf.c:12139
+#: src/readelf.c:12094
 #, 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:12166
+#: src/readelf.c:12121
 #, c-format
 msgid ""
 "\n"
@@ -5990,7 +5946,7 @@ msgstr ""
 "\n"
 "Sección de nota [%2zu] '%s' de %<PRIu64> bytes en compensación %#0<PRIx64>:\n"
 
-#: src/readelf.c:12189
+#: src/readelf.c:12144
 #, c-format
 msgid ""
 "\n"
@@ -5999,7 +5955,7 @@ msgstr ""
 "\n"
 "Segmento de nota de %<PRIu64> bytes en compensación %#0<PRIx64>:\n"
 
-#: src/readelf.c:12235
+#: src/readelf.c:12190
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -6008,12 +5964,12 @@ msgstr ""
 "\n"
 "Sección [%Zu] '%s' no tiene datos para volcar.\n"
 
-#: src/readelf.c:12262 src/readelf.c:12313
+#: src/readelf.c:12217 src/readelf.c:12268
 #, 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:12267
+#: src/readelf.c:12222
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -6023,7 +5979,7 @@ msgstr ""
 "Volcado Hex de sección [%Zu] '%s', %<PRIu64> bytes en compensación "
 "%#0<PRIx64>:\n"
 
-#: src/readelf.c:12272
+#: src/readelf.c:12227
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -6034,7 +5990,7 @@ msgstr ""
 "Volcado Hex de sección [%Zu] '%s', %<PRIu64> bytes en compensación "
 "%#0<PRIx64>:\n"
 
-#: src/readelf.c:12286
+#: src/readelf.c:12241
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -6043,7 +5999,7 @@ msgstr ""
 "\n"
 "Sección [%Zu] '%s' no tiene datos para volcar.\n"
 
-#: src/readelf.c:12318
+#: src/readelf.c:12273
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -6053,7 +6009,7 @@ msgstr ""
 "Sección de cadena [%Zu] '%s' contiene %<PRIu64> bytes en compensación "
 "%#0<PRIx64>:\n"
 
-#: src/readelf.c:12323
+#: src/readelf.c:12278
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -6064,7 +6020,7 @@ msgstr ""
 "Sección de cadena [%Zu] '%s' contiene %<PRIu64> bytes en compensación "
 "%#0<PRIx64>:\n"
 
-#: src/readelf.c:12372
+#: src/readelf.c:12327
 #, c-format
 msgid ""
 "\n"
@@ -6073,7 +6029,7 @@ msgstr ""
 "\n"
 "sección [%lu] no existe"
 
-#: src/readelf.c:12401
+#: src/readelf.c:12356
 #, c-format
 msgid ""
 "\n"
@@ -6082,12 +6038,12 @@ msgstr ""
 "\n"
 "sección '%s' no existe"
 
-#: src/readelf.c:12458
+#: src/readelf.c:12413
 #, 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:12461
+#: src/readelf.c:12416
 #, c-format
 msgid ""
 "\n"
@@ -6096,7 +6052,7 @@ msgstr ""
 "\n"
 "Archivo '%s' no tiene índice de símbolo\n"
 
-#: src/readelf.c:12465
+#: src/readelf.c:12420
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -6105,12 +6061,12 @@ msgstr ""
 "\n"
 "Índice de archivo '%s' tiene %Zu entradas:\n"
 
-#: src/readelf.c:12483
+#: src/readelf.c:12438
 #, 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:12488
+#: src/readelf.c:12443
 #, c-format
 msgid "Archive member '%s' contains:\n"
 msgstr "Miembro de archivo contiene '%s':\n"
@@ -6993,6 +6949,52 @@ msgstr "También mostrar nombres de función"
 msgid "Show instances of inlined functions"
 msgstr ""
 
+#~ msgid "%s+%#<PRIx64> <%s+%#<PRIx64>>"
+#~ msgstr "%s+%#<PRIx64> <%s+%#<PRIx64>>"
+
+#~ msgid "%s+%#0*<PRIx64> <%s+%#<PRIx64>>"
+#~ msgstr "%s+%#0*<PRIx64> <%s+%#<PRIx64>>"
+
+#~ msgid "%#<PRIx64> <%s+%#<PRIx64>>"
+#~ msgstr "%#<PRIx64> <%s+%#<PRIx64>>"
+
+#~ msgid "%#0*<PRIx64> <%s+%#<PRIx64>>"
+#~ msgstr "%#0*<PRIx64> <%s+%#<PRIx64>>"
+
+#~ msgid "%s+%#<PRIx64> <%s>"
+#~ msgstr "%s+%#<PRIx64> <%s>"
+
+#~ msgid "%s+%#0*<PRIx64> <%s>"
+#~ msgstr "%s+%#0*<PRIx64> <%s>"
+
+#~ msgid "%#<PRIx64> <%s>"
+#~ msgstr "%#<PRIx64> <%s>"
+
+#~ msgid "%#0*<PRIx64> <%s>"
+#~ msgstr "%#0*<PRIx64> <%s>"
+
+#~ msgid "%s+%#<PRIx64>"
+#~ msgstr "%s+%#<PRIx64>"
+
+#~ msgid "%s+%#0*<PRIx64>"
+#~ msgstr "%s+%#0*<PRIx64>"
+
+#, fuzzy
+#~ msgid "   %s..%s (%<PRIx64>)\n"
+#~ msgstr "      %s: %<PRId64>\n"
+
+#, fuzzy
+#~ msgid "   %s..%s\n"
+#~ msgstr " [%6tx]  %s..%s\n"
+
+#, fuzzy
+#~ msgid " advance address by %u to %s, op_index to %u\n"
+#~ msgstr "dirección avanzada por %u a %s, op_index a %u\n"
+
+#, fuzzy
+#~ msgid " advance address by constant %u to %s, op_index to %u\n"
+#~ msgstr "dirección avanzada por constante %u a %s, op_index a %u\n"
+
 #~ msgid " [%6tx]  %s..%s\n"
 #~ msgstr " [%6tx]  %s..%s\n"
 
index 180331e..8c0412c 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ja\n"
 "Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n"
-"POT-Creation-Date: 2018-06-01 21:13+0200\n"
+"POT-Creation-Date: 2018-06-11 17:12+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"
@@ -50,8 +50,8 @@ msgstr ""
 "This is free software; see the source for copying conditions.  There is NO\n"
 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
 
-#: lib/xmalloc.c:53 lib/xmalloc.c:66 lib/xmalloc.c:78 src/readelf.c:3372
-#: src/readelf.c:3763 src/readelf.c:11150 src/unstrip.c:2227 src/unstrip.c:2433
+#: lib/xmalloc.c:53 lib/xmalloc.c:66 lib/xmalloc.c:78 src/readelf.c:3395
+#: src/readelf.c:11105 src/unstrip.c:2227 src/unstrip.c:2433
 #, c-format
 msgid "memory exhausted"
 msgstr "メモリー消費済み"
@@ -624,7 +624,7 @@ msgstr "ソース演算子の大きさが無効"
 msgid "invalid size of destination operand"
 msgstr "宛先演算子の大きさが無効"
 
-#: libelf/elf_error.c:87 src/readelf.c:6126
+#: libelf/elf_error.c:87 src/readelf.c:6107
 #, 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:9695 src/readelf.c:10266
-#: src/readelf.c:10367 src/readelf.c:10548
+#: libelf/elf_error.c:191 src/readelf.c:9651 src/readelf.c:10222
+#: src/readelf.c:10323 src/readelf.c:10504
 #, c-format
 msgid "invalid data"
 msgstr "不当なデータ"
@@ -1456,7 +1456,7 @@ msgid "Be silent when a section cannot be compressed"
 msgstr "セクション [%2d] '%s': セクションデータを得られません\n"
 
 #. Strings for arguments in help texts.
-#: src/elfcompress.c:1294 src/elflint.c:78 src/readelf.c:152
+#: src/elfcompress.c:1294 src/elflint.c:78 src/readelf.c:154
 msgid "FILE..."
 msgstr "ふぁいる..."
 
@@ -1488,7 +1488,7 @@ msgstr ""
 msgid "Pedantic checking of ELF files compliance with gABI/psABI spec."
 msgstr "ELF ファイルが gABI/psABI 仕様へ準拠しているかの厳密なチェック。"
 
-#: src/elflint.c:155 src/readelf.c:334
+#: src/elflint.c:155 src/readelf.c:347
 #, c-format
 msgid "cannot open input file"
 msgstr "入力ファイルを開けません"
@@ -1507,7 +1507,7 @@ msgstr "Elf 記述子を閉じている時にエラー: %s\n"
 msgid "No errors"
 msgstr "エラーはありません"
 
-#: src/elflint.c:220 src/readelf.c:533
+#: src/elflint.c:220 src/readelf.c:546
 msgid "Missing file name.\n"
 msgstr "ファイル名がありません。\n"
 
@@ -3538,12 +3538,12 @@ msgstr "%s%s%s: ファイル形式を認識できません"
 msgid "cannot create search tree"
 msgstr "検索ツリーを生成できません"
 
-#: src/nm.c:747 src/nm.c:1208 src/objdump.c:778 src/readelf.c:593
-#: src/readelf.c:1183 src/readelf.c:1383 src/readelf.c:1531 src/readelf.c:1732
-#: src/readelf.c:1938 src/readelf.c:2128 src/readelf.c:2306 src/readelf.c:2382
-#: src/readelf.c:2640 src/readelf.c:2716 src/readelf.c:2803 src/readelf.c:3391
-#: src/readelf.c:3441 src/readelf.c:3504 src/readelf.c:10982
-#: src/readelf.c:12154 src/readelf.c:12357 src/readelf.c:12425 src/size.c:397
+#: src/nm.c:747 src/nm.c:1208 src/objdump.c:778 src/readelf.c:606
+#: src/readelf.c:1196 src/readelf.c:1396 src/readelf.c:1544 src/readelf.c:1745
+#: src/readelf.c:1951 src/readelf.c:2141 src/readelf.c:2319 src/readelf.c:2395
+#: src/readelf.c:2653 src/readelf.c:2729 src/readelf.c:2816 src/readelf.c:3414
+#: src/readelf.c:3464 src/readelf.c:3527 src/readelf.c:10937
+#: src/readelf.c:12109 src/readelf.c:12312 src/readelf.c:12380 src/size.c:397
 #: src/size.c:466 src/strip.c:572
 #, c-format
 msgid "cannot get section header string table index"
@@ -3629,7 +3629,7 @@ msgstr ""
 msgid "Show information from FILEs (a.out by default)."
 msgstr ""
 
-#: src/objdump.c:219 src/readelf.c:538
+#: src/objdump.c:219 src/readelf.c:551
 msgid "No operation specified.\n"
 msgstr "操作が指定されていません。\n"
 
@@ -3638,11 +3638,11 @@ msgstr "操作が指定されていません。\n"
 msgid "while close `%s'"
 msgstr ""
 
-#: src/objdump.c:364 src/readelf.c:2033 src/readelf.c:2225
+#: src/objdump.c:364 src/readelf.c:2046 src/readelf.c:2238
 msgid "INVALID SYMBOL"
 msgstr "不当なシンボル"
 
-#: src/objdump.c:379 src/readelf.c:2067 src/readelf.c:2261
+#: src/objdump.c:379 src/readelf.c:2080 src/readelf.c:2274
 msgid "INVALID SECTION"
 msgstr "不当なセクション"
 
@@ -3693,90 +3693,90 @@ msgstr ""
 msgid "error while freeing sub-ELF descriptor: %s"
 msgstr ""
 
-#: src/readelf.c:93
+#: src/readelf.c:95
 #, fuzzy
 msgid "ELF input selection:"
 msgstr "出力選択:"
 
-#: src/readelf.c:95
+#: src/readelf.c:97
 msgid ""
 "Use the named SECTION (default .gnu_debugdata) as (compressed) ELF input data"
 msgstr ""
 
-#: src/readelf.c:98
+#: src/readelf.c:100
 msgid ""
 "Used with -w to find the skeleton Compile Units in FILE associated with the "
 "Split Compile units in a .dwo input file"
 msgstr ""
 
-#: src/readelf.c:100
+#: src/readelf.c:102
 #, fuzzy
 msgid "ELF output selection:"
 msgstr "出力選択:"
 
-#: src/readelf.c:102
+#: src/readelf.c:104
 msgid "All these plus -p .strtab -p .dynstr -p .comment"
 msgstr ""
 
-#: src/readelf.c:103
+#: src/readelf.c:105
 msgid "Display the dynamic segment"
 msgstr "動的セグメントを表示"
 
-#: src/readelf.c:104
+#: src/readelf.c:106
 msgid "Display the ELF file header"
 msgstr "ELF ファイルヘッダーを表示"
 
-#: src/readelf.c:106
+#: src/readelf.c:108
 msgid "Display histogram of bucket list lengths"
 msgstr "バケットリスト長の柱状図を表示"
 
-#: src/readelf.c:107
+#: src/readelf.c:109
 msgid "Display the program headers"
 msgstr "プログラムヘッダーを表示"
 
-#: src/readelf.c:109
+#: src/readelf.c:111
 msgid "Display relocations"
 msgstr "リロケーションを表示"
 
-#: src/readelf.c:110
+#: src/readelf.c:112
 #, fuzzy
 msgid "Display the section groups"
 msgstr "セクションのヘッダーを表示"
 
-#: src/readelf.c:111
+#: src/readelf.c:113
 #, fuzzy
 msgid "Display the sections' headers"
 msgstr "セクションのヘッダーを表示"
 
-#: src/readelf.c:114
+#: src/readelf.c:116
 #, fuzzy
 msgid "Display the symbol table sections"
 msgstr "シンボルテーブルを表示"
 
-#: src/readelf.c:115
+#: src/readelf.c:117
 msgid "Display versioning information"
 msgstr "バージョニング情報の表示"
 
-#: src/readelf.c:116
+#: src/readelf.c:118
 #, fuzzy
 msgid "Display the ELF notes"
 msgstr "コアノートを表示"
 
-#: src/readelf.c:118
+#: src/readelf.c:120
 #, fuzzy
 msgid "Display architecture specific information, if any"
 msgstr "(もしあれば)アーキテクチャー固有の情報を表示"
 
-#: src/readelf.c:120
+#: src/readelf.c:122
 msgid "Display sections for exception handling"
 msgstr "例外を取り扱うためのセクションを表示"
 
-#: src/readelf.c:122
+#: src/readelf.c:124
 #, fuzzy
 msgid "Additional output selection:"
 msgstr "出力選択:"
 
-#: src/readelf.c:124
+#: src/readelf.c:126
 #, fuzzy
 msgid ""
 "Display DWARF section content.  SECTION can be one of abbrev, addr, aranges, "
@@ -3786,68 +3786,77 @@ msgstr ""
 "DWARF セクションの内容を表示。SECTION は addrevか、aranges、frame、info、"
 "loc、ranges、pubnames、str、macinfo、exception のいずれかです"
 
-#: src/readelf.c:128
+#: src/readelf.c:130
 msgid "Dump the uninterpreted contents of SECTION, by number or name"
 msgstr "数字か名前で解釈できないセクションの内容をダンプする"
 
-#: src/readelf.c:130
+#: src/readelf.c:132
 msgid "Print string contents of sections"
 msgstr "セクションの文字列内容を印刷する"
 
-#: src/readelf.c:133
+#: src/readelf.c:135
 msgid "Display the symbol index of an archive"
 msgstr "アーカイブのシンボル索引を表示"
 
-#: src/readelf.c:135
+#: src/readelf.c:137
 msgid "Output control:"
 msgstr "出力制御:"
 
-#: src/readelf.c:137
+#: src/readelf.c:139
 msgid "Do not find symbol names for addresses in DWARF data"
 msgstr "DWARFデータ中のアドレスのためのシンボル名を探さない"
 
-#: src/readelf.c:139
+#: src/readelf.c:141
 #, fuzzy
 msgid ""
 "Display just offsets instead of resolving values to addresses in DWARF data"
 msgstr "DWARFデータ中のアドレスのためのシンボル名を探さない"
 
-#: src/readelf.c:141
+#: src/readelf.c:143
 msgid "Ignored for compatibility (lines always wide)"
 msgstr ""
 
-#: src/readelf.c:143
+#: src/readelf.c:145
 msgid ""
 "Show compression information for compressed sections (when used with -S); "
 "decompress section before dumping data (when used with -p or -x)"
 msgstr ""
 
 #. Short description of program.
-#: src/readelf.c:148
+#: src/readelf.c:150
 msgid "Print information from ELF file in human-readable form."
 msgstr "ELF ファイルから人間が読める形で情報を印刷する。"
 
-#: src/readelf.c:506
+#. Look up once.
+#: src/readelf.c:329
+msgid "yes"
+msgstr "はい"
+
+#: src/readelf.c:330
+msgid "no"
+msgstr "いいえ"
+
+#: src/readelf.c:519
 #, c-format
 msgid "Unknown DWARF debug section `%s'.\n"
 msgstr "不明な DWARF デバッグセクション `%s'.\n"
 
-#: src/readelf.c:577 src/readelf.c:688
+#: src/readelf.c:590 src/readelf.c:701
 #, c-format
 msgid "cannot generate Elf descriptor: %s"
 msgstr "Elf 記述子を生成できません: %s"
 
-#: src/readelf.c:584 src/readelf.c:912 src/strip.c:641
+#: src/readelf.c:597 src/readelf.c:925 src/strip.c:641
 #, c-format
 msgid "cannot determine number of sections: %s"
 msgstr "セクション数を決定できません: %s"
 
-#: src/readelf.c:602 src/readelf.c:1205 src/readelf.c:1407
+#: src/readelf.c:615 src/readelf.c:1218 src/readelf.c:1420
 #, c-format
 msgid "cannot get section: %s"
 msgstr "セクションを得られません: %s"
 
-#: src/readelf.c:611 src/readelf.c:1212 src/readelf.c:1415 src/readelf.c:12377
+#: src/readelf.c:624 src/readelf.c:1225 src/readelf.c:1428 src/readelf.c:12332
 #: src/unstrip.c:375 src/unstrip.c:406 src/unstrip.c:455 src/unstrip.c:565
 #: src/unstrip.c:582 src/unstrip.c:619 src/unstrip.c:817 src/unstrip.c:1109
 #: src/unstrip.c:1301 src/unstrip.c:1362 src/unstrip.c:1535 src/unstrip.c:1650
@@ -3856,109 +3865,109 @@ msgstr "セクションを得られません: %s"
 msgid "cannot get section header: %s"
 msgstr "セクションヘッダーを得られません: %s"
 
-#: src/readelf.c:619
+#: src/readelf.c:632
 #, fuzzy, c-format
 msgid "cannot get section name"
 msgstr "セクションを得られません: %s"
 
-#: src/readelf.c:628 src/readelf.c:6536 src/readelf.c:10254 src/readelf.c:10356
-#: src/readelf.c:10533
+#: src/readelf.c:641 src/readelf.c:6517 src/readelf.c:10210 src/readelf.c:10312
+#: src/readelf.c:10489
 #, c-format
 msgid "cannot get %s content: %s"
 msgstr "%s の内容を得られません: %s"
 
-#: src/readelf.c:644
+#: src/readelf.c:657
 #, fuzzy, c-format
 msgid "cannot create temp file '%s'"
 msgstr "新しいファイル '%s' を生成できません: %s"
 
-#: src/readelf.c:653
+#: src/readelf.c:666
 #, fuzzy, c-format
 msgid "cannot write section data"
 msgstr "セクションデータを割り当てられません: %s"
 
-#: src/readelf.c:659 src/readelf.c:676 src/readelf.c:705
+#: src/readelf.c:672 src/readelf.c:689 src/readelf.c:718
 #, c-format
 msgid "error while closing Elf descriptor: %s"
 msgstr "Elf 記述子を閉じている時にエラー: %s"
 
-#: src/readelf.c:666
+#: src/readelf.c:679
 #, fuzzy, c-format
 msgid "error while rewinding file descriptor"
 msgstr "Elf 記述子を閉じている時にエラー: %s"
 
-#: src/readelf.c:700
+#: src/readelf.c:713
 #, c-format
 msgid "'%s' is not an archive, cannot print archive index"
 msgstr "'%s' はアーカイブではなく、アーカイブ索引を印刷できません"
 
-#: src/readelf.c:804
+#: src/readelf.c:817
 #, c-format
 msgid "cannot stat input file"
 msgstr "入力ファイルを stat できません"
 
-#: src/readelf.c:806
+#: src/readelf.c:819
 #, c-format
 msgid "input file is empty"
 msgstr "入力ファイルが空です"
 
-#: src/readelf.c:808
+#: src/readelf.c:821
 #, c-format
 msgid "failed reading '%s': %s"
 msgstr "'%s' の読込みに失敗: %s"
 
-#: src/readelf.c:837
+#: src/readelf.c:850
 #, fuzzy, c-format
 msgid "No such section '%s' in '%s'"
 msgstr "セクション [%Zu] '%s' からデータが得られません: %s"
 
-#: src/readelf.c:897
+#: src/readelf.c:910
 #, c-format
 msgid "cannot read ELF header: %s"
 msgstr "ELF ヘッダーが読めません: %s"
 
-#: src/readelf.c:905
+#: src/readelf.c:918
 #, c-format
 msgid "cannot create EBL handle"
 msgstr "EBL ヘッダーを生成できません"
 
-#: src/readelf.c:918
+#: src/readelf.c:931
 #, fuzzy, c-format
 msgid "cannot determine number of program headers: %s"
 msgstr "セクション数を決定できません: %s"
 
-#: src/readelf.c:1008
+#: src/readelf.c:1021
 msgid "NONE (None)"
 msgstr "なし (なし)"
 
-#: src/readelf.c:1009
+#: src/readelf.c:1022
 msgid "REL (Relocatable file)"
 msgstr "REL (リロケータブルファイル)"
 
-#: src/readelf.c:1010
+#: src/readelf.c:1023
 msgid "EXEC (Executable file)"
 msgstr "(EXEC (実行ファイル)"
 
-#: src/readelf.c:1011
+#: src/readelf.c:1024
 msgid "DYN (Shared object file)"
 msgstr "DYN (共用オブジェクトファイル)"
 
-#: src/readelf.c:1012
+#: src/readelf.c:1025
 msgid "CORE (Core file)"
 msgstr "CORE (コアファイル)"
 
-#: src/readelf.c:1017
+#: src/readelf.c:1030
 #, c-format
 msgid "OS Specific: (%x)\n"
 msgstr "OS 固有: (%x)\n"
 
 #. && e_type <= ET_HIPROC always true
-#: src/readelf.c:1019
+#: src/readelf.c:1032
 #, c-format
 msgid "Processor Specific: (%x)\n"
 msgstr "プロセッサー固有: (%x)\n"
 
-#: src/readelf.c:1029
+#: src/readelf.c:1042
 msgid ""
 "ELF Header:\n"
 "  Magic:  "
@@ -3966,7 +3975,7 @@ msgstr ""
 "ELF ヘッダー:\n"
 " マジック: "
 
-#: src/readelf.c:1033
+#: src/readelf.c:1046
 #, c-format
 msgid ""
 "\n"
@@ -3975,118 +3984,118 @@ msgstr ""
 "\n"
 "  クラス:                            %s\n"
 
-#: src/readelf.c:1038
+#: src/readelf.c:1051
 #, c-format
 msgid "  Data:                              %s\n"
 msgstr "  データ:                            %s\n"
 
-#: src/readelf.c:1044
+#: src/readelf.c:1057
 #, c-format
 msgid "  Ident Version:                     %hhd %s\n"
 msgstr "  識別バージョン:                    %hhd %s\n"
 
-#: src/readelf.c:1046 src/readelf.c:1063
+#: src/readelf.c:1059 src/readelf.c:1076
 msgid "(current)"
 msgstr "(現在)"
 
-#: src/readelf.c:1050
+#: src/readelf.c:1063
 #, c-format
 msgid "  OS/ABI:                            %s\n"
 msgstr "  OS/ABI:                            %s\n"
 
-#: src/readelf.c:1053
+#: src/readelf.c:1066
 #, c-format
 msgid "  ABI Version:                       %hhd\n"
 msgstr "  ABI バージョン:                    %hhd\n"
 
-#: src/readelf.c:1056
+#: src/readelf.c:1069
 msgid "  Type:                              "
 msgstr "  タイプ:                            "
 
-#: src/readelf.c:1059
+#: src/readelf.c:1072
 #, c-format
 msgid "  Machine:                           %s\n"
 msgstr "  マシン :                           %s\n"
 
-#: src/readelf.c:1061
+#: src/readelf.c:1074
 #, c-format
 msgid "  Version:                           %d %s\n"
 msgstr "  バージョン:                        %d %s\n"
 
-#: src/readelf.c:1065
+#: src/readelf.c:1078
 #, c-format
 msgid "  Entry point address:               %#<PRIx64>\n"
 msgstr "  入口点アドレス     :               %#<PRIx64>\n"
 
-#: src/readelf.c:1068
+#: src/readelf.c:1081
 #, c-format
 msgid "  Start of program headers:          %<PRId64> %s\n"
 msgstr "  プログラムヘッダーの開始:          %<PRId64> %s\n"
 
-#: src/readelf.c:1069 src/readelf.c:1072
+#: src/readelf.c:1082 src/readelf.c:1085
 msgid "(bytes into file)"
 msgstr "(ファイルへのバイト数)"
 
-#: src/readelf.c:1071
+#: src/readelf.c:1084
 #, c-format
 msgid "  Start of section headers:          %<PRId64> %s\n"
 msgstr "  セクションヘッダーの開始:          %<PRId64> %s\n"
 
-#: src/readelf.c:1074
+#: src/readelf.c:1087
 #, c-format
 msgid "  Flags:                             %s\n"
 msgstr "  フラグ:                            %s\n"
 
-#: src/readelf.c:1077
+#: src/readelf.c:1090
 #, c-format
 msgid "  Size of this header:               %<PRId16> %s\n"
 msgstr "  このヘッダーの大きさ:              %<PRId16> %s\n"
 
-#: src/readelf.c:1078 src/readelf.c:1081 src/readelf.c:1098
+#: src/readelf.c:1091 src/readelf.c:1094 src/readelf.c:1111
 msgid "(bytes)"
 msgstr "(バイト)"
 
-#: src/readelf.c:1080
+#: src/readelf.c:1093
 #, c-format
 msgid "  Size of program header entries:    %<PRId16> %s\n"
 msgstr "  プログラムヘッダー項目の大きさ:%<PRId16> %s\n"
 
-#: src/readelf.c:1083
+#: src/readelf.c:1096
 #, fuzzy, c-format
 msgid "  Number of program headers entries: %<PRId16>"
 msgstr "  プログラムヘッダー項目の数 : %<PRId16>\n"
 
-#: src/readelf.c:1090
+#: src/readelf.c:1103
 #, fuzzy, c-format
 msgid " (%<PRIu32> in [0].sh_info)"
 msgstr "([0].sh_link の %<PRIu32>)"
 
-#: src/readelf.c:1093 src/readelf.c:1110 src/readelf.c:1124
+#: src/readelf.c:1106 src/readelf.c:1123 src/readelf.c:1137
 msgid " ([0] not available)"
 msgstr "([0]は使えません)"
 
-#: src/readelf.c:1097
+#: src/readelf.c:1110
 #, c-format
 msgid "  Size of section header entries:    %<PRId16> %s\n"
 msgstr "  セクションヘッダー項目の大きさ:%<PRId16> %s\n"
 
-#: src/readelf.c:1100
+#: src/readelf.c:1113
 #, c-format
 msgid "  Number of section headers entries: %<PRId16>"
 msgstr "  セクションヘッダー項目の数 : %<PRId16>"
 
-#: src/readelf.c:1107
+#: src/readelf.c:1120
 #, c-format
 msgid " (%<PRIu32> in [0].sh_size)"
 msgstr " ([0].sh_size の %<PRIu32>)"
 
 #. We managed to get the zeroth section.
-#: src/readelf.c:1120
+#: src/readelf.c:1133
 #, c-format
 msgid " (%<PRIu32> in [0].sh_link)"
 msgstr "([0].sh_link の %<PRIu32>)"
 
-#: src/readelf.c:1128
+#: src/readelf.c:1141
 #, c-format
 msgid ""
 "  Section header string table index: XINDEX%s\n"
@@ -4095,7 +4104,7 @@ msgstr ""
 "  セクションヘッダー文字列テーブル索引: XINDEX%s\n"
 "\n"
 
-#: src/readelf.c:1132
+#: src/readelf.c:1145
 #, c-format
 msgid ""
 "  Section header string table index: %<PRId16>\n"
@@ -4104,7 +4113,7 @@ msgstr ""
 "  セクションヘッダー文字列テーブル索引: %<PRId16>\n"
 "\n"
 
-#: src/readelf.c:1175
+#: src/readelf.c:1188
 #, c-format
 msgid ""
 "There are %d section headers, starting at offset %#<PRIx64>:\n"
@@ -4113,11 +4122,11 @@ msgstr ""
 "オフセット %2$#<PRIx64> から始まる %1$d 個のセクションヘッダーがあります:\n"
 "\n"
 
-#: src/readelf.c:1185
+#: src/readelf.c:1198
 msgid "Section Headers:"
 msgstr "セクションヘッダー:"
 
-#: src/readelf.c:1188
+#: src/readelf.c:1201
 msgid ""
 "[Nr] Name                 Type         Addr     Off    Size   ES Flags Lk "
 "Inf Al"
@@ -4125,7 +4134,7 @@ msgstr ""
 "[番] 名前                 タイプ       アドレス オフセ 大きさ ES フラグLk "
 "Inf Al"
 
-#: src/readelf.c:1190
+#: src/readelf.c:1203
 msgid ""
 "[Nr] Name                 Type         Addr             Off      Size     ES "
 "Flags Lk Inf Al"
@@ -4133,35 +4142,35 @@ msgstr ""
 "[番] 名前                 タイプ       アドレス         オフセ   大きさ   ES "
 "フラグLk Inf Al"
 
-#: src/readelf.c:1195
+#: src/readelf.c:1208
 msgid "     [Compression  Size   Al]"
 msgstr ""
 
-#: src/readelf.c:1197
+#: src/readelf.c:1210
 msgid "     [Compression  Size     Al]"
 msgstr ""
 
-#: src/readelf.c:1273
+#: src/readelf.c:1286
 #, fuzzy, c-format
 msgid "bad compression header for section %zd: %s"
 msgstr "セクションヘッダー文字列セクションを生成できません: %s"
 
-#: src/readelf.c:1284
+#: src/readelf.c:1297
 #, fuzzy, c-format
 msgid "bad gnu compressed size for section %zd: %s"
 msgstr "セクションからデータを得られません %d: %s"
 
-#: src/readelf.c:1302
+#: src/readelf.c:1315
 msgid "Program Headers:"
 msgstr "プログラムヘッダー:"
 
-#: src/readelf.c:1304
+#: src/readelf.c:1317
 msgid ""
 "  Type           Offset   VirtAddr   PhysAddr   FileSiz  MemSiz   Flg Align"
 msgstr ""
 "  タイプ         オフセ   仮アドレス 物アドレス ファイ量 メモ量   Flg 調整 "
 
-#: src/readelf.c:1307
+#: src/readelf.c:1320
 msgid ""
 "  Type           Offset   VirtAddr           PhysAddr           FileSiz  "
 "MemSiz   Flg Align"
@@ -4169,12 +4178,12 @@ msgstr ""
 "  タイプ         オフセ   仮想アドレス       物理アドレス      ファイル量メモ"
 "量   Flg 調整 "
 
-#: src/readelf.c:1364
+#: src/readelf.c:1377
 #, c-format
 msgid "\t[Requesting program interpreter: %s]\n"
 msgstr "\t[プログラム割込みを要求: %s]\n"
 
-#: src/readelf.c:1385
+#: src/readelf.c:1398
 msgid ""
 "\n"
 " Section to Segment mapping:\n"
@@ -4184,12 +4193,12 @@ msgstr ""
 " セクションからセグメントへのマッビング:\n"
 "  セグメント セクション..."
 
-#: src/readelf.c:1396 src/unstrip.c:1944 src/unstrip.c:1986 src/unstrip.c:1993
+#: src/readelf.c:1409 src/unstrip.c:1944 src/unstrip.c:1986 src/unstrip.c:1993
 #, c-format
 msgid "cannot get program header: %s"
 msgstr "プログラムヘッダーを得られません: %s"
 
-#: src/readelf.c:1539
+#: src/readelf.c:1552
 #, c-format
 msgid ""
 "\n"
@@ -4202,7 +4211,7 @@ msgstr[0] ""
 "署名 '%3$s' を持つ COMDAT セクショングループ [%1$2zu] '%2$s' には %4$zu 個の"
 "項目があります:\n"
 
-#: src/readelf.c:1544
+#: src/readelf.c:1557
 #, c-format
 msgid ""
 "\n"
@@ -4215,31 +4224,31 @@ msgstr[0] ""
 "署名 '%3$s' を持つセクショングループ [%1$2zu] '%2$s' には %4$zu 個の項目があ"
 "ります:\n"
 
-#: src/readelf.c:1552
+#: src/readelf.c:1565
 msgid "<INVALID SYMBOL>"
 msgstr "<不当なシンボル>"
 
-#: src/readelf.c:1566
+#: src/readelf.c:1579
 msgid "<INVALID SECTION>"
 msgstr "<不当なセクション>"
 
-#: src/readelf.c:1589 src/readelf.c:2316 src/readelf.c:3407 src/readelf.c:12248
-#: src/readelf.c:12255 src/readelf.c:12299 src/readelf.c:12306
+#: src/readelf.c:1602 src/readelf.c:2329 src/readelf.c:3430 src/readelf.c:12203
+#: src/readelf.c:12210 src/readelf.c:12254 src/readelf.c:12261
 msgid "Couldn't uncompress section"
 msgstr ""
 
-#: src/readelf.c:1594 src/readelf.c:2321 src/readelf.c:3412
+#: src/readelf.c:1607 src/readelf.c:2334 src/readelf.c:3435
 #, fuzzy, c-format
 msgid "cannot get section [%zd] header: %s"
 msgstr "セクションヘッダーを得られません: %s"
 
-#: src/readelf.c:1738 src/readelf.c:2388 src/readelf.c:2646 src/readelf.c:2722
-#: src/readelf.c:3026 src/readelf.c:3100 src/readelf.c:5311
+#: src/readelf.c:1751 src/readelf.c:2401 src/readelf.c:2659 src/readelf.c:2735
+#: src/readelf.c:3039 src/readelf.c:3113 src/readelf.c:5308
 #, fuzzy, c-format
 msgid "invalid sh_link value in section %zu"
 msgstr "不当な .debug_line セクション"
 
-#: src/readelf.c:1741
+#: src/readelf.c:1754
 #, c-format
 msgid ""
 "\n"
@@ -4255,36 +4264,36 @@ msgstr[0] ""
 " アドレス: %#0*<PRIx64>  オフセット: %#08<PRIx64>  セクションへのリンク: "
 "[%2u] '%s'\n"
 
-#: src/readelf.c:1751
+#: src/readelf.c:1764
 msgid "  Type              Value\n"
 msgstr "  タイプ            値\n"
 
-#: src/readelf.c:1775
+#: src/readelf.c:1788
 #, c-format
 msgid "Shared library: [%s]\n"
 msgstr "共用ライブラリー: [%s]\n"
 
-#: src/readelf.c:1780
+#: src/readelf.c:1793
 #, c-format
 msgid "Library soname: [%s]\n"
 msgstr "ライブラリー so 名: [%s]\n"
 
-#: src/readelf.c:1785
+#: src/readelf.c:1798
 #, c-format
 msgid "Library rpath: [%s]\n"
 msgstr "ライブラリー rパス: [%s]\n"
 
-#: src/readelf.c:1790
+#: src/readelf.c:1803
 #, c-format
 msgid "Library runpath: [%s]\n"
 msgstr "ライブラリー run パス: [%s]\n"
 
-#: src/readelf.c:1810
+#: src/readelf.c:1823
 #, c-format
 msgid "%<PRId64> (bytes)\n"
 msgstr "%<PRId64> (バイト)\n"
 
-#: src/readelf.c:1923 src/readelf.c:2113
+#: src/readelf.c:1936 src/readelf.c:2126
 #, c-format
 msgid ""
 "\n"
@@ -4293,7 +4302,7 @@ msgstr ""
 "\n"
 "オフセット %#0<PRIx64> に不当なシンボルテーブル\n"
 
-#: src/readelf.c:1941 src/readelf.c:2131
+#: src/readelf.c:1954 src/readelf.c:2144
 #, c-format
 msgid ""
 "\n"
@@ -4314,7 +4323,7 @@ msgstr[0] ""
 #. The .rela.dyn section does not refer to a specific section but
 #. instead of section index zero.  Do not try to print a section
 #. name.
-#: src/readelf.c:1956 src/readelf.c:2146
+#: src/readelf.c:1969 src/readelf.c:2159
 #, c-format
 msgid ""
 "\n"
@@ -4327,29 +4336,29 @@ msgstr[0] ""
 "オフセット %3$#0<PRIx64> のリロケーションセクション [%1$2u] '%2$s' には %4$d "
 "個の項目があります:\n"
 
-#: src/readelf.c:1966
+#: src/readelf.c:1979
 msgid "  Offset      Type                 Value       Name\n"
 msgstr "  オフセット  タイプ               値          名前\n"
 
-#: src/readelf.c:1968
+#: src/readelf.c:1981
 msgid "  Offset              Type                 Value               Name\n"
 msgstr "  オフセット          タイプ               値                  名前\n"
 
-#: src/readelf.c:2021 src/readelf.c:2032 src/readelf.c:2045 src/readelf.c:2066
-#: src/readelf.c:2078 src/readelf.c:2212 src/readelf.c:2224 src/readelf.c:2238
-#: src/readelf.c:2260 src/readelf.c:2273
+#: src/readelf.c:2034 src/readelf.c:2045 src/readelf.c:2058 src/readelf.c:2079
+#: src/readelf.c:2091 src/readelf.c:2225 src/readelf.c:2237 src/readelf.c:2251
+#: src/readelf.c:2273 src/readelf.c:2286
 msgid "<INVALID RELOC>"
 msgstr "<不当なRELOC>"
 
-#: src/readelf.c:2156
+#: src/readelf.c:2169
 msgid "  Offset      Type            Value       Addend Name\n"
 msgstr "  オフセット  タイプ          値          付加名\n"
 
-#: src/readelf.c:2158
+#: src/readelf.c:2171
 msgid "  Offset              Type            Value               Addend Name\n"
 msgstr "  オフセット          タイプ          値                  付加名\n"
 
-#: src/readelf.c:2396
+#: src/readelf.c:2409
 #, c-format
 msgid ""
 "\n"
@@ -4361,39 +4370,39 @@ msgstr[0] ""
 "\n"
 "シンボルテーブル [%2u] '%s' には %u 個の項目があります:\n"
 
-#: src/readelf.c:2401
+#: src/readelf.c:2414
 #, c-format
 msgid " %lu local symbol  String table: [%2u] '%s'\n"
 msgid_plural " %lu local symbols  String table: [%2u] '%s'\n"
 msgstr[0] " %lu ローカルシンボル文字列テーブル: [%2u] '%s'\n"
 
-#: src/readelf.c:2409
+#: src/readelf.c:2422
 msgid "  Num:    Value   Size Type    Bind   Vis          Ndx Name\n"
 msgstr "  数 :    値      大き タイプ  Bind   Vis          Ndx 名前\n"
 
-#: src/readelf.c:2411
+#: src/readelf.c:2424
 msgid "  Num:            Value   Size Type    Bind   Vis          Ndx Name\n"
 msgstr "  数 :            値      大き タイプ  Bind   Vis          Ndx 名前\n"
 
-#: src/readelf.c:2431
+#: src/readelf.c:2444
 #, c-format
 msgid "%5u: %0*<PRIx64> %6<PRId64> %-7s %-6s %-9s %6s %s"
 msgstr "%5u: %0*<PRIx64> %6<PRId64> %-7s %-6s %-9s %6s %s"
 
-#: src/readelf.c:2519
+#: src/readelf.c:2532
 #, c-format
 msgid "bad dynamic symbol"
 msgstr "不正な動的シンボル"
 
-#: src/readelf.c:2601
+#: src/readelf.c:2614
 msgid "none"
 msgstr "なし"
 
-#: src/readelf.c:2618
+#: src/readelf.c:2631
 msgid "| <unknown>"
 msgstr "| <不明>"
 
-#: src/readelf.c:2649
+#: src/readelf.c:2662
 #, c-format
 msgid ""
 "\n"
@@ -4409,17 +4418,17 @@ msgstr[0] ""
 " アドレス: %#0*<PRIx64>  オフセット: %#08<PRIx64>  セクションへのリンク: "
 "[%2u] '%s'\n"
 
-#: src/readelf.c:2670
+#: src/readelf.c:2683
 #, c-format
 msgid "  %#06x: Version: %hu  File: %s  Cnt: %hu\n"
 msgstr "  %#06x: バージョン: %hu  ファイル: %s  数: %hu\n"
 
-#: src/readelf.c:2683
+#: src/readelf.c:2696
 #, c-format
 msgid "  %#06x: Name: %s  Flags: %s  Version: %hu\n"
 msgstr "  %#06x: 名前: %s  フラグ: %s  バージョン: %hu\n"
 
-#: src/readelf.c:2726
+#: src/readelf.c:2739
 #, c-format
 msgid ""
 "\n"
@@ -4435,18 +4444,18 @@ msgstr[0] ""
 " アドレス: %#0*<PRIx64>  オフセット: %#08<PRIx64>  セクションへのリンク: "
 "[%2u] '%s'\n"
 
-#: src/readelf.c:2754
+#: src/readelf.c:2767
 #, c-format
 msgid "  %#06x: Version: %hd  Flags: %s  Index: %hd  Cnt: %hd  Name: %s\n"
 msgstr "  %#06x: バージョン: %hd  フラグ: %s  索引: %hd  数: %hd  名前: %s\n"
 
-#: src/readelf.c:2769
+#: src/readelf.c:2782
 #, c-format
 msgid "  %#06x: Parent %d: %s\n"
 msgstr "  %#06x: 親 %d: %s\n"
 
 #. Print the header.
-#: src/readelf.c:3030
+#: src/readelf.c:3043
 #, c-format
 msgid ""
 "\n"
@@ -4462,15 +4471,15 @@ msgstr[0] ""
 " アドレス: %#0*<PRIx64>  オフセット: %#08<PRIx64>  セクションへのリンク: "
 "[%2u] '%s'"
 
-#: src/readelf.c:3058
+#: src/readelf.c:3071
 msgid "   0 *local*                     "
 msgstr "   0 *ローカル*                  "
 
-#: src/readelf.c:3063
+#: src/readelf.c:3076
 msgid "   1 *global*                    "
 msgstr "   1 *グローバル*                "
 
-#: src/readelf.c:3105
+#: src/readelf.c:3118
 #, c-format
 msgid ""
 "\n"
@@ -4488,22 +4497,22 @@ msgstr[0] ""
 " アドレス: %#0*<PRIx64>  オフセット: %#08<PRIx64>  セクションへのリンク: "
 "[%2u] '%s'\n"
 
-#: src/readelf.c:3127
+#: src/readelf.c:3140
 #, fuzzy, no-c-format
 msgid " Length  Number  % of total  Coverage\n"
 msgstr " 長さ    数      全体の%     範囲    \n"
 
-#: src/readelf.c:3129
+#: src/readelf.c:3142
 #, c-format
 msgid "      0  %6<PRIu32>      %5.1f%%\n"
 msgstr "      0  %6<PRIu32>      %5.1f%%\n"
 
-#: src/readelf.c:3136
+#: src/readelf.c:3149
 #, c-format
 msgid "%7d  %6<PRIu32>      %5.1f%%    %5.1f%%\n"
 msgstr "%7d  %6<PRIu32>      %5.1f%%    %5.1f%%\n"
 
-#: src/readelf.c:3149
+#: src/readelf.c:3162
 #, fuzzy, c-format
 msgid ""
 " Average number of tests:   successful lookup: %f\n"
@@ -4512,27 +4521,37 @@ msgstr ""
 " テストの平均数: 検索成功: %f\n"
 "                 検索失敗: %f\n"
 
-#: src/readelf.c:3167 src/readelf.c:3226 src/readelf.c:3287
+#: src/readelf.c:3180 src/readelf.c:3244 src/readelf.c:3310
 #, c-format
 msgid "cannot get data for section %d: %s"
 msgstr "セクションからデータを得られません %d: %s"
 
-#: src/readelf.c:3175
+#: src/readelf.c:3188
 #, fuzzy, c-format
 msgid "invalid data in sysv.hash section %d"
 msgstr "セクション [%zu] '%s' の不当なデータ"
 
-#: src/readelf.c:3234
+#: src/readelf.c:3217
+#, fuzzy, c-format
+msgid "invalid chain in sysv.hash section %d"
+msgstr "セクション [%zu] '%s' の不当なデータ"
+
+#: src/readelf.c:3252
 #, fuzzy, c-format
 msgid "invalid data in sysv.hash64 section %d"
 msgstr "セクション [%zu] '%s' の不当なデータ"
 
-#: src/readelf.c:3296
+#: src/readelf.c:3283
+#, fuzzy, c-format
+msgid "invalid chain in sysv.hash64 section %d"
+msgstr "セクション [%zu] '%s' の不当なデータ"
+
+#: src/readelf.c:3319
 #, fuzzy, c-format
 msgid "invalid data in gnu.hash section %d"
 msgstr "セクション [%zu] '%s' の不当なデータ"
 
-#: src/readelf.c:3363
+#: src/readelf.c:3386
 #, c-format
 msgid ""
 " Symbol Bias: %u\n"
@@ -4542,7 +4561,7 @@ msgstr ""
 " ビットマスクの大きさ: %zu バイト  %<PRIuFAST32>%% ビット設定 第2ハッシュシフ"
 "ト: %u\n"
 
-#: src/readelf.c:3452
+#: src/readelf.c:3475
 #, c-format
 msgid ""
 "\n"
@@ -4555,7 +4574,7 @@ msgstr[0] ""
 "オフセット %3$#0<PRIx64> のライブラリー一覧セクション [%1$2zu] '%2$s' には "
 "%4$d 個の項目があります:\n"
 
-#: src/readelf.c:3466
+#: src/readelf.c:3489
 msgid ""
 "       Library                       Time Stamp          Checksum Version "
 "Flags"
@@ -4563,7 +4582,7 @@ msgstr ""
 "       ライブラリー                  タイムスタンプ      チェックサム バー"
 "ジョン フラグ"
 
-#: src/readelf.c:3516
+#: src/readelf.c:3539
 #, c-format
 msgid ""
 "\n"
@@ -4574,147 +4593,102 @@ msgstr ""
 "オフセット %4$#0<PRIx64> の %3$<PRIu64> バイトのオブジェクト属性セクション "
 "[%1$2zu] '%2$s':\n"
 
-#: src/readelf.c:3533
+#: src/readelf.c:3556
 msgid "  Owner          Size\n"
 msgstr "  所有者         大きさ\n"
 
-#: src/readelf.c:3562
+#: src/readelf.c:3585
 #, c-format
 msgid "  %-13s  %4<PRIu32>\n"
 msgstr "  %-13s  %4<PRIu32>\n"
 
 #. Unknown subsection, print and skip.
-#: src/readelf.c:3601
+#: src/readelf.c:3624
 #, c-format
 msgid "    %-4u %12<PRIu32>\n"
 msgstr "    %-4u %12<PRIu32>\n"
 
 #. Tag_File
-#: src/readelf.c:3606
+#: src/readelf.c:3629
 #, c-format
 msgid "    File: %11<PRIu32>\n"
 msgstr "    ファイル: %11<PRIu32>\n"
 
-#: src/readelf.c:3655
+#: src/readelf.c:3678
 #, c-format
 msgid "      %s: %<PRId64>, %s\n"
 msgstr "      %s: %<PRId64>、%s\n"
 
-#: src/readelf.c:3658
+#: src/readelf.c:3681
 #, c-format
 msgid "      %s: %<PRId64>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:3661
+#: src/readelf.c:3684
 #, c-format
 msgid "      %s: %s\n"
 msgstr "      %s: %s\n"
 
-#: src/readelf.c:3671
+#: src/readelf.c:3694
 #, c-format
 msgid "      %u: %<PRId64>\n"
 msgstr "      %u: %<PRId64>\n"
 
-#: src/readelf.c:3674
+#: src/readelf.c:3697
 #, c-format
 msgid "      %u: %s\n"
 msgstr "      %u: %s\n"
 
-#: src/readelf.c:3719
-#, c-format
-msgid "%s+%#<PRIx64> <%s+%#<PRIx64>>"
-msgstr "%s+%#<PRIx64> <%s+%#<PRIx64>>"
-
-#: src/readelf.c:3722
-#, c-format
-msgid "%s+%#0*<PRIx64> <%s+%#<PRIx64>>"
-msgstr "%s+%#0*<PRIx64> <%s+%#<PRIx64>>"
-
-#: src/readelf.c:3727
+#: src/readelf.c:3767
 #, c-format
-msgid "%#<PRIx64> <%s+%#<PRIx64>>"
-msgstr "%#<PRIx64> <%s+%#<PRIx64>>"
-
-#: src/readelf.c:3730
-#, c-format
-msgid "%#0*<PRIx64> <%s+%#<PRIx64>>"
-msgstr "%#0*<PRIx64> <%s+%#<PRIx64>>"
-
-#: src/readelf.c:3736
-#, c-format
-msgid "%s+%#<PRIx64> <%s>"
-msgstr "%s+%#<PRIx64> <%s>"
-
-#: src/readelf.c:3739
-#, c-format
-msgid "%s+%#0*<PRIx64> <%s>"
-msgstr "%s+%#0*<PRIx64> <%s>"
-
-#: src/readelf.c:3743
-#, c-format
-msgid "%#<PRIx64> <%s>"
-msgstr "%#<PRIx64> <%s>"
-
-#: src/readelf.c:3746
-#, c-format
-msgid "%#0*<PRIx64> <%s>"
-msgstr "%#0*<PRIx64> <%s>"
-
-#: src/readelf.c:3751
-#, c-format
-msgid "%s+%#<PRIx64>"
-msgstr "%s+%#<PRIx64>"
-
-#: src/readelf.c:3754
-#, c-format
-msgid "%s+%#0*<PRIx64>"
-msgstr "%s+%#0*<PRIx64>"
+msgid "sprintf failure"
+msgstr ""
 
-#: src/readelf.c:4246
+#: src/readelf.c:4249
 msgid "empty block"
 msgstr "空ブロック"
 
-#: src/readelf.c:4249
+#: src/readelf.c:4252
 #, c-format
 msgid "%zu byte block:"
 msgstr "%zu バイトのブロック:"
 
-#: src/readelf.c:4728
+#: src/readelf.c:4730
 #, fuzzy, c-format
 msgid "%*s[%2<PRIuMAX>] %s  <TRUNCATED>\n"
 msgstr "%*s[%4<PRIuMAX>] %s  <TRUNCATED>\n"
 
-#: src/readelf.c:4792
+#: src/readelf.c:4794
 #, c-format
 msgid "%s %#<PRIx64> used with different address sizes"
 msgstr ""
 
-#: src/readelf.c:4799
+#: src/readelf.c:4801
 #, c-format
 msgid "%s %#<PRIx64> used with different offset sizes"
 msgstr ""
 
-#: src/readelf.c:4806
+#: src/readelf.c:4808
 #, c-format
 msgid "%s %#<PRIx64> used with different base addresses"
 msgstr ""
 
-#: src/readelf.c:4813
+#: src/readelf.c:4815
 #, c-format
 msgid "%s %#<PRIx64> used with different attribute %s and %s"
 msgstr ""
 
-#: src/readelf.c:4910
+#: src/readelf.c:4912
 #, c-format
 msgid " [%6tx]  <UNUSED GARBAGE IN REST OF SECTION>\n"
 msgstr ""
 
-#: src/readelf.c:4918
+#: src/readelf.c:4920
 #, c-format
 msgid " [%6tx]  <UNUSED GARBAGE> ... %<PRIu64> bytes ...\n"
 msgstr ""
 
-#: src/readelf.c:4996
+#: src/readelf.c:4998
 #, c-format
 msgid ""
 "\n"
@@ -4725,7 +4699,7 @@ msgstr ""
 "オフセット %3$#<PRIx64> の DWARF セクション [%1$2zu] '%2$s':\n"
 " [ コード]\n"
 
-#: src/readelf.c:5004
+#: src/readelf.c:5006
 #, c-format
 msgid ""
 "\n"
@@ -4734,27 +4708,19 @@ msgstr ""
 "\n"
 "オフセット %<PRIu64> の略語セクション:\n"
 
-#: src/readelf.c:5017
+#: src/readelf.c:5019
 #, c-format
 msgid " *** error while reading abbreviation: %s\n"
 msgstr " *** 略語を読んでいる間にエラー: %s\n"
 
-#: src/readelf.c:5033
+#: src/readelf.c:5035
 #, c-format
 msgid " [%5u] offset: %<PRId64>, children: %s, tag: %s\n"
 msgstr " [%5u] オフセット: %<PRId64>、子: %s、タグ: %s\n"
 
-#: src/readelf.c:5036 src/readelf.c:7368 src/readelf.c:7376 src/readelf.c:7952
-msgid "yes"
-msgstr "はい"
-
-#: src/readelf.c:5036 src/readelf.c:7368 src/readelf.c:7952
-msgid "no"
-msgstr "いいえ"
-
-#: src/readelf.c:5066 src/readelf.c:5380 src/readelf.c:5545 src/readelf.c:5943
-#: src/readelf.c:6546 src/readelf.c:8077 src/readelf.c:8776 src/readelf.c:9225
-#: src/readelf.c:9471 src/readelf.c:9636 src/readelf.c:9997 src/readelf.c:10055
+#: src/readelf.c:5068 src/readelf.c:5377 src/readelf.c:5541 src/readelf.c:5926
+#: src/readelf.c:6527 src/readelf.c:8055 src/readelf.c:8749 src/readelf.c:9185
+#: src/readelf.c:9427 src/readelf.c:9592 src/readelf.c:9953 src/readelf.c:10011
 #, c-format
 msgid ""
 "\n"
@@ -4763,52 +4729,52 @@ msgstr ""
 "\n"
 "オフセット %3$#<PRIx64> の DWARF セクション [%1$2zu] '%2$s':\n"
 
-#: src/readelf.c:5079
+#: src/readelf.c:5081
 #, fuzzy, c-format
 msgid "cannot get .debug_addr section data: %s"
 msgstr "セクションデータを割り当てられません: %s"
 
-#: src/readelf.c:5182 src/readelf.c:5206 src/readelf.c:5590 src/readelf.c:8821
+#: src/readelf.c:5181 src/readelf.c:5205 src/readelf.c:5586 src/readelf.c:8794
 #, fuzzy, c-format
 msgid " Length:         %8<PRIu64>\n"
 msgstr " (オフセット: %#<PRIx64>)"
 
-#: src/readelf.c:5184 src/readelf.c:5221 src/readelf.c:5603 src/readelf.c:8834
+#: src/readelf.c:5183 src/readelf.c:5220 src/readelf.c:5599 src/readelf.c:8807
 #, fuzzy, c-format
 msgid " DWARF version:  %8<PRIu16>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:5185 src/readelf.c:5230 src/readelf.c:5612 src/readelf.c:8843
+#: src/readelf.c:5184 src/readelf.c:5229 src/readelf.c:5608 src/readelf.c:8816
 #, fuzzy, c-format
 msgid " Address size:   %8<PRIu64>\n"
 msgstr " (終了オフセット: %#<PRIx64>)"
 
-#: src/readelf.c:5187 src/readelf.c:5240 src/readelf.c:5622 src/readelf.c:8853
+#: src/readelf.c:5186 src/readelf.c:5239 src/readelf.c:5618 src/readelf.c:8826
 #, fuzzy, c-format
 msgid " Segment size:   %8<PRIu64>\n"
 msgstr " ファイルを %<PRIu64> に設定する\n"
 
-#: src/readelf.c:5225 src/readelf.c:5607 src/readelf.c:8838 src/readelf.c:10187
+#: src/readelf.c:5224 src/readelf.c:5603 src/readelf.c:8811 src/readelf.c:10143
 #, fuzzy, c-format
 msgid "Unknown version"
 msgstr "不明なバージョン"
 
-#: src/readelf.c:5235 src/readelf.c:5450 src/readelf.c:5617 src/readelf.c:8848
+#: src/readelf.c:5234 src/readelf.c:5447 src/readelf.c:5613 src/readelf.c:8821
 #, fuzzy, c-format
 msgid "unsupported address size"
 msgstr "アドレス値ではありません"
 
-#: src/readelf.c:5246 src/readelf.c:5459 src/readelf.c:5627 src/readelf.c:8858
+#: src/readelf.c:5245 src/readelf.c:5456 src/readelf.c:5623 src/readelf.c:8831
 #, c-format
 msgid "unsupported segment size"
 msgstr ""
 
-#: src/readelf.c:5301 src/readelf.c:5375
+#: src/readelf.c:5298 src/readelf.c:5372
 #, c-format
 msgid "cannot get .debug_aranges content: %s"
 msgstr ".debug_aragnes の内容を得られません: %s"
 
-#: src/readelf.c:5316
+#: src/readelf.c:5313
 #, c-format
 msgid ""
 "\n"
@@ -4821,19 +4787,19 @@ msgstr[0] ""
 "オフセット %3$#<PRIx64> の DWARF セクション [%1$2zu] '%2$s' には %4$zu 個の項"
 "目があります:\n"
 
-#: src/readelf.c:5347
+#: src/readelf.c:5344
 #, c-format
 msgid " [%*zu] ???\n"
 msgstr " [%*zu] ???\n"
 
-#: src/readelf.c:5349
+#: src/readelf.c:5346
 #, c-format
 msgid ""
 " [%*zu] start: %0#*<PRIx64>, length: %5<PRIu64>, CU DIE offset: %6<PRId64>\n"
 msgstr ""
 " [%*zu] 開始: %0#*<PRIx64>、長さ: %5<PRIu64>、CU DIE オフセット: %6<PRId64>\n"
 
-#: src/readelf.c:5393 src/readelf.c:8104
+#: src/readelf.c:5390 src/readelf.c:8082
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -4842,164 +4808,154 @@ msgstr ""
 "\n"
 "オフセット %Zu のテーブル:\n"
 
-#: src/readelf.c:5397 src/readelf.c:5571 src/readelf.c:6570 src/readelf.c:8115
-#: src/readelf.c:8802
+#: src/readelf.c:5394 src/readelf.c:5567 src/readelf.c:6551 src/readelf.c:8093
+#: src/readelf.c:8775
 #, c-format
 msgid "invalid data in section [%zu] '%s'"
 msgstr "セクション [%zu] '%s' の不当なデータ"
 
-#: src/readelf.c:5413
+#: src/readelf.c:5410
 #, fuzzy, c-format
 msgid ""
 "\n"
 " Length:        %6<PRIu64>\n"
 msgstr " (オフセット: %#<PRIx64>)"
 
-#: src/readelf.c:5425
+#: src/readelf.c:5422
 #, fuzzy, c-format
 msgid " DWARF version: %6<PRIuFAST16>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:5429
+#: src/readelf.c:5426
 #, c-format
 msgid "unsupported aranges version"
 msgstr ""
 
-#: src/readelf.c:5440
+#: src/readelf.c:5437
 #, fuzzy, c-format
 msgid " CU offset:     %6<PRIx64>\n"
 msgstr " (オフセット: %#<PRIx64>)"
 
-#: src/readelf.c:5446
+#: src/readelf.c:5443
 #, fuzzy, c-format
 msgid " Address size:  %6<PRIu64>\n"
 msgstr " (終了オフセット: %#<PRIx64>)"
 
-#: src/readelf.c:5455
+#: src/readelf.c:5452
 #, fuzzy, c-format
 msgid ""
 " Segment size:  %6<PRIu64>\n"
 "\n"
 msgstr " ファイルを %<PRIu64> に設定する\n"
 
-#: src/readelf.c:5499
-#, fuzzy, c-format
-msgid "   %s..%s (%<PRIx64>)\n"
-msgstr "      %s: %<PRId64>\n"
-
-#: src/readelf.c:5502
-#, fuzzy, c-format
-msgid "   %s..%s\n"
-msgstr " [%6tx]  %s..%s\n"
-
-#: src/readelf.c:5511
+#: src/readelf.c:5507
 #, c-format
 msgid "   %zu padding bytes\n"
 msgstr ""
 
-#: src/readelf.c:5554
+#: src/readelf.c:5550
 #, fuzzy, c-format
 msgid "cannot get .debug_rnglists content: %s"
 msgstr ".degub_ranges の内容を得られません: %s"
 
-#: src/readelf.c:5577 src/readelf.c:8808
+#: src/readelf.c:5573 src/readelf.c:8781
 #, fuzzy, c-format
 msgid ""
 "Table at Offset 0x%<PRIx64>:\n"
 "\n"
 msgstr " (終了オフセット: %#<PRIx64>)"
 
-#: src/readelf.c:5632 src/readelf.c:8863
+#: src/readelf.c:5628 src/readelf.c:8836
 #, fuzzy, c-format
 msgid " Offset entries: %8<PRIu64>\n"
 msgstr " (オフセット: %#<PRIx64>)"
 
-#: src/readelf.c:5650 src/readelf.c:8881
+#: src/readelf.c:5644 src/readelf.c:8852
 #, c-format
-msgid " Unknown CU base: %s\n"
+msgid " Unknown CU base: "
 msgstr ""
 
-#: src/readelf.c:5652 src/readelf.c:8883
+#: src/readelf.c:5646 src/readelf.c:8854
 #, c-format
-msgid " CU [%6<PRIx64>] base: %s\n"
+msgid " CU [%6<PRIx64>] base: "
 msgstr ""
 
-#: src/readelf.c:5657 src/readelf.c:8888
+#: src/readelf.c:5652 src/readelf.c:8860
 #, c-format
 msgid " Not associated with a CU.\n"
 msgstr ""
 
-#: src/readelf.c:5668 src/readelf.c:8899
+#: src/readelf.c:5663 src/readelf.c:8871
 #, c-format
 msgid "too many offset entries for unit length"
 msgstr ""
 
-#: src/readelf.c:5672 src/readelf.c:8903
+#: src/readelf.c:5667 src/readelf.c:8875
 #, fuzzy, c-format
 msgid "  Offsets starting at 0x%<PRIx64>:\n"
 msgstr "  所有者         大きさ\n"
 
-#: src/readelf.c:5725
+#: src/readelf.c:5719
 #, fuzzy, c-format
 msgid "invalid range list data"
 msgstr "不当なデータ"
 
-#: src/readelf.c:5921 src/readelf.c:9203
+#: src/readelf.c:5904 src/readelf.c:9163
 #, c-format
 msgid ""
 "   %zu padding bytes\n"
 "\n"
 msgstr ""
 
-#: src/readelf.c:5938
+#: src/readelf.c:5921
 #, c-format
 msgid "cannot get .debug_ranges content: %s"
 msgstr ".degub_ranges の内容を得られません: %s"
 
-#: src/readelf.c:5976 src/readelf.c:9260
+#: src/readelf.c:5957 src/readelf.c:9218
 #, c-format
 msgid ""
 "\n"
-" Unknown CU base: %s\n"
+" Unknown CU base: "
 msgstr ""
 
-#: src/readelf.c:5978 src/readelf.c:9262
+#: src/readelf.c:5959 src/readelf.c:9220
 #, c-format
 msgid ""
 "\n"
-" CU [%6<PRIx64>] base: %s\n"
+" CU [%6<PRIx64>] base: "
 msgstr ""
 
-#: src/readelf.c:5986 src/readelf.c:9285 src/readelf.c:9311
+#: src/readelf.c:5968 src/readelf.c:9244 src/readelf.c:9270
 #, c-format
 msgid " [%6tx]  <INVALID DATA>\n"
 msgstr " [%6tx]  <不当なデータ>\n"
 
-#: src/readelf.c:6008 src/readelf.c:9392
+#: src/readelf.c:5989 src/readelf.c:9350
 #, fuzzy, c-format
 msgid ""
 " [%6tx] base address\n"
-"          %s\n"
+"          "
 msgstr " [%6tx]  ベースアドレス %s\n"
 
-#: src/readelf.c:6015 src/readelf.c:9399
+#: src/readelf.c:5997 src/readelf.c:9358
 #, fuzzy, c-format
 msgid " [%6tx] empty list\n"
 msgstr ""
 "\n"
 " [%6tx] ゼロ終端\n"
 
-#: src/readelf.c:6271
+#: src/readelf.c:6252
 #, fuzzy
 msgid "         <INVALID DATA>\n"
 msgstr " [%6tx]  <不当なデータ>\n"
 
-#: src/readelf.c:6524
+#: src/readelf.c:6505
 #, fuzzy, c-format
 msgid "cannot get ELF: %s"
 msgstr "次の DIE を得られません: %s"
 
-#: src/readelf.c:6542
+#: src/readelf.c:6523
 #, c-format
 msgid ""
 "\n"
@@ -5008,7 +4964,7 @@ msgstr ""
 "\n"
 "オフセット %3$#<PRIx64> の フレーム情報呼出しセクション [%1$2zu] '%2$s':\n"
 
-#: src/readelf.c:6592
+#: src/readelf.c:6573
 #, c-format
 msgid ""
 "\n"
@@ -5017,65 +4973,65 @@ msgstr ""
 "\n"
 " [%6tx] ゼロ終端\n"
 
-#: src/readelf.c:6685 src/readelf.c:6840
+#: src/readelf.c:6666 src/readelf.c:6820
 #, fuzzy, c-format
 msgid "invalid augmentation length"
 msgstr "不当な拡大エンコード"
 
-#: src/readelf.c:6700
+#: src/readelf.c:6681
 msgid "FDE address encoding: "
 msgstr "FDE アドレスエンコード"
 
-#: src/readelf.c:6706
+#: src/readelf.c:6687
 msgid "LSDA pointer encoding: "
 msgstr "LSDA ポインターエンコード:"
 
-#: src/readelf.c:6817
+#: src/readelf.c:6797
 #, c-format
 msgid " (offset: %#<PRIx64>)"
 msgstr " (オフセット: %#<PRIx64>)"
 
-#: src/readelf.c:6824
+#: src/readelf.c:6804
 #, c-format
 msgid " (end offset: %#<PRIx64>)"
 msgstr " (終了オフセット: %#<PRIx64>)"
 
-#: src/readelf.c:6861
+#: src/readelf.c:6841
 #, c-format
 msgid "   %-26sLSDA pointer: %#<PRIx64>\n"
 msgstr "   %-26sLSDA ポインター: %#<PRIx64>\n"
 
-#: src/readelf.c:6919
+#: src/readelf.c:6899
 #, fuzzy, c-format
 msgid "DIE [%<PRIx64>] cannot get attribute code: %s"
 msgstr "属性コードを得られません: %s"
 
-#: src/readelf.c:6929
+#: src/readelf.c:6909
 #, fuzzy, c-format
 msgid "DIE [%<PRIx64>] cannot get attribute form: %s"
 msgstr "属性様式を得られません: %s"
 
-#: src/readelf.c:6951
+#: src/readelf.c:6931
 #, fuzzy, c-format
 msgid "DIE [%<PRIx64>] cannot get attribute '%s' (%s) value: %s"
 msgstr "属性値を得られません: %s"
 
-#: src/readelf.c:7285
+#: src/readelf.c:7264
 #, fuzzy, c-format
 msgid "invalid file (%<PRId64>): %s"
 msgstr "不当なファイル"
 
-#: src/readelf.c:7289
+#: src/readelf.c:7268
 #, fuzzy, c-format
 msgid "no srcfiles for CU [%<PRIx64>]"
 msgstr " ファイルを %<PRIu64> に設定する\n"
 
-#: src/readelf.c:7293
+#: src/readelf.c:7272
 #, fuzzy, c-format
 msgid "couldn't get DWARF CU: %s"
 msgstr "次の DIE を得られません: %s"
 
-#: src/readelf.c:7459
+#: src/readelf.c:7437
 #, c-format
 msgid ""
 "\n"
@@ -5086,12 +5042,12 @@ msgstr ""
 "オフセット %3$#<PRIx64> の DWARF セクション [%1$2zu] '%2$s':\n"
 " [オフセット]\n"
 
-#: src/readelf.c:7509
+#: src/readelf.c:7487
 #, fuzzy, c-format
 msgid "cannot get next unit: %s"
 msgstr "次の DIE を得られません: %s"
 
-#: src/readelf.c:7528
+#: src/readelf.c:7506
 #, fuzzy, c-format
 msgid ""
 " Type unit at offset %<PRIu64>:\n"
@@ -5103,7 +5059,7 @@ msgstr ""
 " バージョン: %2$<PRIu16>、略語セクションオフセット: %3$<PRIu64>、アドレスの大"
 "きさ: %4$<PRIu8>、オフセットの大きさ: %5$<PRIu8>\n"
 
-#: src/readelf.c:7540
+#: src/readelf.c:7518
 #, c-format
 msgid ""
 " Compilation unit at offset %<PRIu64>:\n"
@@ -5114,39 +5070,39 @@ msgstr ""
 " バージョン: %2$<PRIu16>、略語セクションオフセット: %3$<PRIu64>、アドレスの大"
 "きさ: %4$<PRIu8>、オフセットの大きさ: %5$<PRIu8>\n"
 
-#: src/readelf.c:7550 src/readelf.c:7713
+#: src/readelf.c:7528 src/readelf.c:7691
 #, c-format
 msgid " Unit type: %s (%<PRIu8>)"
 msgstr ""
 
-#: src/readelf.c:7577
+#: src/readelf.c:7555
 #, c-format
 msgid "unknown version (%d) or unit type (%d)"
 msgstr ""
 
-#: src/readelf.c:7606
+#: src/readelf.c:7584
 #, c-format
 msgid "cannot get DIE offset: %s"
 msgstr "DIE オフセットを得られません: %s"
 
-#: src/readelf.c:7615
+#: src/readelf.c:7593
 #, 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:7653
+#: src/readelf.c:7631
 #, c-format
 msgid "cannot get next DIE: %s\n"
 msgstr "次の DIE を得られません: %s\n"
 
-#: src/readelf.c:7661
+#: src/readelf.c:7639
 #, c-format
 msgid "cannot get next DIE: %s"
 msgstr "次の DIE を得られません: %s"
 
-#: src/readelf.c:7705
+#: src/readelf.c:7683
 #, fuzzy, c-format
 msgid ""
 " Split compilation unit at offset %<PRIu64>:\n"
@@ -5157,7 +5113,7 @@ msgstr ""
 " バージョン: %2$<PRIu16>、略語セクションオフセット: %3$<PRIu64>、アドレスの大"
 "きさ: %4$<PRIu8>、オフセットの大きさ: %5$<PRIu8>\n"
 
-#: src/readelf.c:7756
+#: src/readelf.c:7734
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -5167,18 +5123,18 @@ msgstr ""
 "\n"
 "オフセット %3$#<PRIx64> の DWARF セクション [%1$2zu] '%2$s':\n"
 
-#: src/readelf.c:8060
+#: src/readelf.c:8038
 #, fuzzy, c-format
 msgid "unknown form: %s"
 msgstr "不明な様式 %<PRIx64>"
 
-#: src/readelf.c:8091
+#: src/readelf.c:8069
 #, c-format
 msgid "cannot get line data section data: %s"
 msgstr "ラインデータセクションデータを得られません: %s"
 
 #. Print what we got so far.
-#: src/readelf.c:8193
+#: src/readelf.c:8171
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -5208,33 +5164,33 @@ msgstr ""
 "\n"
 "命令コード:\n"
 
-#: src/readelf.c:8215
+#: src/readelf.c:8193
 #, fuzzy, c-format
 msgid "cannot handle .debug_line version: %u\n"
 msgstr ".degub_ranges の内容を得られません: %s"
 
-#: src/readelf.c:8223
+#: src/readelf.c:8201
 #, fuzzy, c-format
 msgid "cannot handle address size: %u\n"
 msgstr "アドレス値ではありません"
 
-#: src/readelf.c:8231
+#: src/readelf.c:8209
 #, fuzzy, c-format
 msgid "cannot handle segment selector size: %u\n"
 msgstr "セクションを得られません: %s"
 
-#: src/readelf.c:8241
+#: src/readelf.c:8219
 #, c-format
 msgid "invalid data at offset %tu in section [%zu] '%s'"
 msgstr "セクション [%2$zu] '%3$s' 中のオフセット %1$tu に不当なデータ"
 
-#: src/readelf.c:8256
+#: src/readelf.c:8234
 #, c-format
 msgid "  [%*<PRIuFAST8>]  %hhu argument\n"
 msgid_plural "  [%*<PRIuFAST8>]  %hhu arguments\n"
 msgstr[0] "  [%*<PRIuFAST8>]  %hhu パラメーター\n"
 
-#: src/readelf.c:8267
+#: src/readelf.c:8245
 msgid ""
 "\n"
 "Directory table:"
@@ -5242,12 +5198,12 @@ msgstr ""
 "\n"
 "ディレクトリーテーブル:"
 
-#: src/readelf.c:8273 src/readelf.c:8346
+#: src/readelf.c:8251 src/readelf.c:8326
 #, fuzzy, c-format
 msgid "      ["
 msgstr "      %s: %s\n"
 
-#: src/readelf.c:8340
+#: src/readelf.c:8320
 #, fuzzy
 msgid ""
 "\n"
@@ -5256,7 +5212,7 @@ msgstr ""
 "\n"
 " 呼出しサイトテーブル:"
 
-#: src/readelf.c:8399
+#: src/readelf.c:8381
 #, fuzzy
 msgid " Entry Dir   Time      Size      Name"
 msgstr ""
@@ -5264,7 +5220,7 @@ msgstr ""
 "ファイル名テーブル:\n"
 " Entry Dir   時刻     大きさ    名前"
 
-#: src/readelf.c:8434
+#: src/readelf.c:8416
 msgid ""
 "\n"
 "Line number statements:"
@@ -5272,119 +5228,119 @@ msgstr ""
 "\n"
 "行   番号   文:"
 
-#: src/readelf.c:8481
+#: src/readelf.c:8463
 #, c-format
 msgid "invalid maximum operations per instruction is zero"
 msgstr ""
 
-#: src/readelf.c:8517
+#: src/readelf.c:8497
 #, fuzzy, c-format
-msgid " special opcode %u: address+%u = %s, op_index = %u, line%+d = %zu\n"
+msgid " special opcode %u: address+%u = "
 msgstr " 特殊命令コード %u: アドレス+%u = %s, 行%+d = %zu\n"
 
-#: src/readelf.c:8522
-#, c-format
-msgid " special opcode %u: address+%u = %s, line%+d = %zu\n"
+#: src/readelf.c:8501
+#, fuzzy, c-format
+msgid ", op_index = %u, line%+d = %zu\n"
 msgstr " 特殊命令コード %u: アドレス+%u = %s, 行%+d = %zu\n"
 
-#: src/readelf.c:8542
+#: src/readelf.c:8504
+#, c-format
+msgid ", line%+d = %zu\n"
+msgstr ""
+
+#: src/readelf.c:8522
 #, c-format
 msgid " extended opcode %u: "
 msgstr " 拡張命令コード %u: "
 
-#: src/readelf.c:8547
+#: src/readelf.c:8527
 #, fuzzy
 msgid " end of sequence"
 msgstr "列の終わり"
 
-#: src/readelf.c:8566
+#: src/readelf.c:8545
 #, fuzzy, c-format
-msgid " set address to %s\n"
+msgid " set address to "
 msgstr "アドレスを %s に設定する\n"
 
-#: src/readelf.c:8593
+#: src/readelf.c:8573
 #, 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:8606
+#: src/readelf.c:8586
 #, fuzzy, c-format
 msgid " set discriminator to %u\n"
 msgstr "カラムを %<PRIu64> に設定する\n"
 
 #. Unknown, ignore it.
-#: src/readelf.c:8611
+#: src/readelf.c:8591
 #, fuzzy
 msgid " unknown opcode"
 msgstr "不明な命令コード"
 
 #. Takes no argument.
-#: src/readelf.c:8623
+#: src/readelf.c:8603
 msgid " copy"
 msgstr "複写"
 
-#: src/readelf.c:8634
+#: src/readelf.c:8612
 #, fuzzy, c-format
-msgid " advance address by %u to %s, op_index to %u\n"
+msgid " advance address by %u to "
 msgstr "アドレスを %u だけ進めて %s にする\n"
 
-#: src/readelf.c:8638
-#, fuzzy, c-format
-msgid " advance address by %u to %s\n"
-msgstr "アドレスを %u だけ進めて %s にする\n"
+#: src/readelf.c:8616 src/readelf.c:8672
+#, c-format
+msgid ", op_index to %u"
+msgstr ""
 
-#: src/readelf.c:8649
+#: src/readelf.c:8626
 #, c-format
 msgid " advance line by constant %d to %<PRId64>\n"
 msgstr "行を定数 %d だけ進めて %<PRId64> にする\n"
 
-#: src/readelf.c:8657
+#: src/readelf.c:8634
 #, c-format
 msgid " set file to %<PRIu64>\n"
 msgstr " ファイルを %<PRIu64> に設定する\n"
 
-#: src/readelf.c:8667
+#: src/readelf.c:8644
 #, c-format
 msgid " set column to %<PRIu64>\n"
 msgstr "カラムを %<PRIu64> に設定する\n"
 
-#: src/readelf.c:8674
+#: src/readelf.c:8651
 #, c-format
 msgid " set '%s' to %<PRIuFAST8>\n"
 msgstr " '%s' を %<PRIuFAST8> に設定する\n"
 
 #. Takes no argument.
-#: src/readelf.c:8680
+#: src/readelf.c:8657
 msgid " set basic block flag"
 msgstr "基本ブロックフラグを設定する"
 
-#: src/readelf.c:8693
+#: src/readelf.c:8668
 #, fuzzy, c-format
-msgid " advance address by constant %u to %s, op_index to %u\n"
+msgid " advance address by constant %u to "
 msgstr "アドレスを定数 %u だけ済めて %s にする\n"
 
-#: src/readelf.c:8697
+#: src/readelf.c:8687
 #, fuzzy, c-format
-msgid " advance address by constant %u to %s\n"
-msgstr "アドレスを定数 %u だけ済めて %s にする\n"
-
-#: src/readelf.c:8715
-#, fuzzy, c-format
-msgid " advance address by fixed value %u to %s\n"
+msgid " advance address by fixed value %u to \n"
 msgstr "アドレスを固定値 %u だけ進めて %s にする\n"
 
 #. Takes no argument.
-#: src/readelf.c:8724
+#: src/readelf.c:8697
 msgid " set prologue end flag"
 msgstr "プロローグ終了フラグを設定する"
 
 #. Takes no argument.
-#: src/readelf.c:8729
+#: src/readelf.c:8702
 msgid " set epilogue begin flag"
 msgstr "エピローグ開始フラグを設定する"
 
-#: src/readelf.c:8738
+#: src/readelf.c:8711
 #, fuzzy, c-format
 msgid " set isa to %u\n"
 msgstr " ファイルを %<PRIu64> に設定する\n"
@@ -5392,98 +5348,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:8747
+#: src/readelf.c:8720
 #, c-format
 msgid " unknown opcode with %<PRIu8> parameter:"
 msgid_plural " unknown opcode with %<PRIu8> parameters:"
 msgstr[0] " %<PRIu8> 個のパラメーターのある不明な命令コード:"
 
-#: src/readelf.c:8785
+#: src/readelf.c:8758
 #, fuzzy, c-format
 msgid "cannot get .debug_loclists content: %s"
 msgstr ".debug_loc の内容を得られません: %s"
 
-#: src/readelf.c:8956
+#: src/readelf.c:8927
 #, fuzzy, c-format
 msgid "invalid loclists data"
 msgstr "不当なデータ"
 
-#: src/readelf.c:9220
+#: src/readelf.c:9180
 #, c-format
 msgid "cannot get .debug_loc content: %s"
 msgstr ".debug_loc の内容を得られません: %s"
 
-#: src/readelf.c:9429 src/readelf.c:10443
+#: src/readelf.c:9385 src/readelf.c:10399
 #, fuzzy
 msgid "   <INVALID DATA>\n"
 msgstr " [%6tx]  <不当なデータ>\n"
 
-#: src/readelf.c:9483 src/readelf.c:9646
+#: src/readelf.c:9439 src/readelf.c:9602
 #, c-format
 msgid "cannot get macro information section data: %s"
 msgstr "マクロ情報セクションのデータを得られません: %s"
 
-#: src/readelf.c:9563
+#: src/readelf.c:9519
 #, c-format
 msgid "%*s*** non-terminated string at end of section"
 msgstr "%*s*** 最後のセクションの終端していない文字列"
 
-#: src/readelf.c:9586
+#: src/readelf.c:9542
 #, fuzzy, c-format
 msgid "%*s*** missing DW_MACINFO_start_file argument at end of section"
 msgstr "%*s*** 最後のセクションの終端していない文字列"
 
-#: src/readelf.c:9687
+#: src/readelf.c:9643
 #, fuzzy, c-format
 msgid " Offset:             0x%<PRIx64>\n"
 msgstr "  所有者         大きさ\n"
 
-#: src/readelf.c:9699
+#: src/readelf.c:9655
 #, fuzzy, c-format
 msgid " Version:            %<PRIu16>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:9705 src/readelf.c:10562
+#: src/readelf.c:9661 src/readelf.c:10518
 #, c-format
 msgid "  unknown version, cannot parse section\n"
 msgstr ""
 
-#: src/readelf.c:9712
+#: src/readelf.c:9668
 #, fuzzy, c-format
 msgid " Flag:               0x%<PRIx8>\n"
 msgstr "  入口点アドレス     :               %#<PRIx64>\n"
 
-#: src/readelf.c:9715
+#: src/readelf.c:9671
 #, fuzzy, c-format
 msgid " Offset length:      %<PRIu8>\n"
 msgstr " (オフセット: %#<PRIx64>)"
 
-#: src/readelf.c:9723
+#: src/readelf.c:9679
 #, fuzzy, c-format
 msgid " .debug_line offset: 0x%<PRIx64>\n"
 msgstr " (終了オフセット: %#<PRIx64>)"
 
-#: src/readelf.c:9748
+#: src/readelf.c:9704
 #, fuzzy, c-format
 msgid "  extension opcode table, %<PRIu8> items:\n"
 msgstr " %<PRIu8> 個のパラメーターのある不明な命令コード:"
 
-#: src/readelf.c:9755
+#: src/readelf.c:9711
 #, c-format
 msgid "    [%<PRIx8>]"
 msgstr ""
 
-#: src/readelf.c:9767
+#: src/readelf.c:9723
 #, fuzzy, c-format
 msgid " %<PRIu8> arguments:"
 msgstr "  [%*<PRIuFAST8>]  %hhu パラメーター\n"
 
-#: src/readelf.c:9782
+#: src/readelf.c:9738
 #, c-format
 msgid " no arguments."
 msgstr ""
 
-#: src/readelf.c:9983
+#: src/readelf.c:9939
 #, c-format
 msgid " [%5d] DIE offset: %6<PRId64>, CU DIE offset: %6<PRId64>, name: %s\n"
 msgstr ""
@@ -5491,7 +5447,7 @@ msgstr ""
 
 # # "オフセット %3$#<PRIx64> の DWARF セクション [%1$2zu] '%2$s':\n"
 # # " %4$*s  文字列\n" がエラーになるのは何故? 取り敢えず fuzzy扱い
-#: src/readelf.c:10025
+#: src/readelf.c:9981
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -5502,37 +5458,37 @@ msgstr ""
 "オフセット %3$#<PRIx64> の DWARF セクション [%1$2zu] '%2$s':\n"
 " %4$*s  文字列\n"
 
-#: src/readelf.c:10040
+#: src/readelf.c:9996
 #, fuzzy, c-format
 msgid " *** error, missing string terminator\n"
 msgstr " *** 文字列の読込み中にエラー: %s\n"
 
-#: src/readelf.c:10068
+#: src/readelf.c:10024
 #, fuzzy, c-format
 msgid "cannot get .debug_str_offsets section data: %s"
 msgstr ".degub_ranges の内容を得られません: %s"
 
-#: src/readelf.c:10167
+#: src/readelf.c:10123
 #, fuzzy, c-format
 msgid " Length:        %8<PRIu64>\n"
 msgstr " (オフセット: %#<PRIx64>)"
 
-#: src/readelf.c:10169
+#: src/readelf.c:10125
 #, fuzzy, c-format
 msgid " Offset size:   %8<PRIu8>\n"
 msgstr " (オフセット: %#<PRIx64>)"
 
-#: src/readelf.c:10183
+#: src/readelf.c:10139
 #, fuzzy, c-format
 msgid " DWARF version: %8<PRIu16>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:10192
+#: src/readelf.c:10148
 #, fuzzy, c-format
 msgid " Padding:       %8<PRIx16>\n"
 msgstr " (オフセット: %#<PRIx64>)"
 
-#: src/readelf.c:10246
+#: src/readelf.c:10202
 #, c-format
 msgid ""
 "\n"
@@ -5541,7 +5497,7 @@ msgstr ""
 "\n"
 "呼出しフレーム検索テーブルセクション [%2zu] '.eh_frame_hdr':\n"
 
-#: src/readelf.c:10348
+#: src/readelf.c:10304
 #, c-format
 msgid ""
 "\n"
@@ -5550,22 +5506,22 @@ msgstr ""
 "\n"
 "例外取扱いテーブルセクション [%2zu] '.gcc_except_table':\n"
 
-#: src/readelf.c:10371
+#: src/readelf.c:10327
 #, c-format
 msgid " LPStart encoding:    %#x "
 msgstr " LPStart コード化:    %#x "
 
-#: src/readelf.c:10383
+#: src/readelf.c:10339
 #, c-format
 msgid " TType encoding:      %#x "
 msgstr "TType コード化:       %#x "
 
-#: src/readelf.c:10398
+#: src/readelf.c:10354
 #, c-format
 msgid " Call site encoding:  %#x "
 msgstr "呼出しサイトコード化: %#x "
 
-#: src/readelf.c:10411
+#: src/readelf.c:10367
 msgid ""
 "\n"
 " Call site table:"
@@ -5573,7 +5529,7 @@ msgstr ""
 "\n"
 " 呼出しサイトテーブル:"
 
-#: src/readelf.c:10425
+#: src/readelf.c:10381
 #, c-format
 msgid ""
 " [%4u] Call site start:   %#<PRIx64>\n"
@@ -5586,12 +5542,12 @@ msgstr ""
 "        離着陸場:           %#<PRIx64>\n"
 "        行動:               %u\n"
 
-#: src/readelf.c:10498
+#: src/readelf.c:10454
 #, c-format
 msgid "invalid TType encoding"
 msgstr "不当な TType コード化"
 
-#: src/readelf.c:10524
+#: src/readelf.c:10480
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -5601,37 +5557,37 @@ msgstr ""
 "オフセット %3$#<PRIx64> の DWARF セクション [%1$2zu] '%2$s' には %4$zu 個の項"
 "目があります:\n"
 
-#: src/readelf.c:10553
+#: src/readelf.c:10509
 #, fuzzy, c-format
 msgid " Version:         %<PRId32>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:10571
+#: src/readelf.c:10527
 #, fuzzy, c-format
 msgid " CU offset:       %#<PRIx32>\n"
 msgstr " (オフセット: %#<PRIx64>)"
 
-#: src/readelf.c:10578
+#: src/readelf.c:10534
 #, fuzzy, c-format
 msgid " TU offset:       %#<PRIx32>\n"
 msgstr " (オフセット: %#<PRIx64>)"
 
-#: src/readelf.c:10585
+#: src/readelf.c:10541
 #, fuzzy, c-format
 msgid " address offset:  %#<PRIx32>\n"
 msgstr " (終了オフセット: %#<PRIx64>)"
 
-#: src/readelf.c:10592
+#: src/readelf.c:10548
 #, fuzzy, c-format
 msgid " symbol offset:   %#<PRIx32>\n"
 msgstr " (オフセット: %#<PRIx64>)"
 
-#: src/readelf.c:10599
+#: src/readelf.c:10555
 #, fuzzy, c-format
 msgid " constant offset: %#<PRIx32>\n"
 msgstr " (終了オフセット: %#<PRIx64>)"
 
-#: src/readelf.c:10613
+#: src/readelf.c:10569
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -5641,7 +5597,7 @@ msgstr ""
 "オフセット %3$#<PRIx64> の DWARF セクション [%1$2zu] '%2$s' には %4$zu 個の項"
 "目があります:\n"
 
-#: src/readelf.c:10638
+#: src/readelf.c:10594
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -5651,7 +5607,7 @@ msgstr ""
 "オフセット %3$#<PRIx64> の DWARF セクション [%1$2zu] '%2$s' には %4$zu 個の項"
 "目があります:\n"
 
-#: src/readelf.c:10667
+#: src/readelf.c:10623
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -5661,7 +5617,7 @@ msgstr ""
 "オフセット %3$#<PRIx64> の DWARF セクション [%1$2zu] '%2$s' には %4$zu 個の項"
 "目があります:\n"
 
-#: src/readelf.c:10700
+#: src/readelf.c:10655
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -5670,18 +5626,18 @@ msgstr ""
 "\n"
 "オフセット %#0<PRIx64> に不当なシンボルテーブル\n"
 
-#: src/readelf.c:10838
+#: src/readelf.c:10793
 #, c-format
 msgid "cannot get debug context descriptor: %s"
 msgstr "デバッグ内容記述子を得られません: %s"
 
-#: src/readelf.c:11201 src/readelf.c:11823 src/readelf.c:11934
-#: src/readelf.c:11992
+#: src/readelf.c:11156 src/readelf.c:11778 src/readelf.c:11889
+#: src/readelf.c:11947
 #, c-format
 msgid "cannot convert core note data: %s"
 msgstr "コアノートデータの変換ができません: %s"
 
-#: src/readelf.c:11564
+#: src/readelf.c:11519
 #, c-format
 msgid ""
 "\n"
@@ -5690,21 +5646,21 @@ msgstr ""
 "\n"
 "%*s... < %u 回の繰返し> ..."
 
-#: src/readelf.c:12071
+#: src/readelf.c:12026
 msgid "  Owner          Data size  Type\n"
 msgstr "  所有者         データ大きさタイプ\n"
 
-#: src/readelf.c:12089
+#: src/readelf.c:12044
 #, c-format
 msgid "  %-13.*s  %9<PRId32>  %s\n"
 msgstr "  %-13.*s  %9<PRId32>  %s\n"
 
-#: src/readelf.c:12139
+#: src/readelf.c:12094
 #, fuzzy, c-format
 msgid "cannot get content of note: %s"
 msgstr "ノートセクションの内容を得られません: %s"
 
-#: src/readelf.c:12166
+#: src/readelf.c:12121
 #, c-format
 msgid ""
 "\n"
@@ -5714,7 +5670,7 @@ msgstr ""
 "オフセット %4$#0<PRIx64> の %3$<PRIu64> バイトのノートセクション [%1$2zu] "
 "'%2$s':\n"
 
-#: src/readelf.c:12189
+#: src/readelf.c:12144
 #, c-format
 msgid ""
 "\n"
@@ -5723,7 +5679,7 @@ msgstr ""
 "\n"
 "オフセット %2$#0<PRIx64> の %1$<PRIu64> バイトのノートセグメント:\n"
 
-#: src/readelf.c:12235
+#: src/readelf.c:12190
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -5732,12 +5688,12 @@ msgstr ""
 "\n"
 "セクション [%Zu] '%s' にはダンプすべきデータがありません。\n"
 
-#: src/readelf.c:12262 src/readelf.c:12313
+#: src/readelf.c:12217 src/readelf.c:12268
 #, fuzzy, c-format
 msgid "cannot get data for section [%zu] '%s': %s"
 msgstr "セクション [%Zu] '%s' からデータが得られません: %s"
 
-#: src/readelf.c:12267
+#: src/readelf.c:12222
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -5747,7 +5703,7 @@ msgstr ""
 "オフセット %4$#0<PRIx64> のセクション [%1$Zu] '%2$s' の16進ダン"
 "プ、%3$<PRIu64> バイト:\n"
 
-#: src/readelf.c:12272
+#: src/readelf.c:12227
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -5758,7 +5714,7 @@ msgstr ""
 "オフセット %4$#0<PRIx64> のセクション [%1$Zu] '%2$s' の16進ダン"
 "プ、%3$<PRIu64> バイト:\n"
 
-#: src/readelf.c:12286
+#: src/readelf.c:12241
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -5767,7 +5723,7 @@ msgstr ""
 "\n"
 "セクション [%Zu] '%s' にはダンプすべきデータがありません。\n"
 
-#: src/readelf.c:12318
+#: src/readelf.c:12273
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -5777,7 +5733,7 @@ msgstr ""
 "オフセット %4$#0<PRIx64> 文字列セクション [%1$Zu] '%2$s' には %3$<PRIu64> バ"
 "イトあります:\n"
 
-#: src/readelf.c:12323
+#: src/readelf.c:12278
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -5788,7 +5744,7 @@ msgstr ""
 "オフセット %4$#0<PRIx64> 文字列セクション [%1$Zu] '%2$s' には %3$<PRIu64> バ"
 "イトあります:\n"
 
-#: src/readelf.c:12372
+#: src/readelf.c:12327
 #, c-format
 msgid ""
 "\n"
@@ -5797,7 +5753,7 @@ msgstr ""
 "\n"
 "セクション [%lu] がありません"
 
-#: src/readelf.c:12401
+#: src/readelf.c:12356
 #, c-format
 msgid ""
 "\n"
@@ -5806,12 +5762,12 @@ msgstr ""
 "\n"
 "セクション '%s' がありません"
 
-#: src/readelf.c:12458
+#: src/readelf.c:12413
 #, c-format
 msgid "cannot get symbol index of archive '%s': %s"
 msgstr "アーカイブのシンボル索引 '%s' を得られません: %s"
 
-#: src/readelf.c:12461
+#: src/readelf.c:12416
 #, c-format
 msgid ""
 "\n"
@@ -5820,7 +5776,7 @@ msgstr ""
 "\n"
 "アーカイブ '%s' にはシンボル索引がありません\n"
 
-#: src/readelf.c:12465
+#: src/readelf.c:12420
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -5829,12 +5785,12 @@ msgstr ""
 "\n"
 "アーカイブ '%s' の索引には %Zu 項目あります:\n"
 
-#: src/readelf.c:12483
+#: src/readelf.c:12438
 #, fuzzy, c-format
 msgid "cannot extract member at offset %zu in '%s': %s"
 msgstr "'%2$s' の オフセット %1$Zu のメンバーを抽出できません: %3$s"
 
-#: src/readelf.c:12488
+#: src/readelf.c:12443
 #, c-format
 msgid "Archive member '%s' contains:\n"
 msgstr "アーカイブメンバー '%s' には以下があります:\n"
@@ -6674,6 +6630,52 @@ msgstr "出力選択:"
 msgid "Show instances of inlined functions"
 msgstr ""
 
+#~ msgid "%s+%#<PRIx64> <%s+%#<PRIx64>>"
+#~ msgstr "%s+%#<PRIx64> <%s+%#<PRIx64>>"
+
+#~ msgid "%s+%#0*<PRIx64> <%s+%#<PRIx64>>"
+#~ msgstr "%s+%#0*<PRIx64> <%s+%#<PRIx64>>"
+
+#~ msgid "%#<PRIx64> <%s+%#<PRIx64>>"
+#~ msgstr "%#<PRIx64> <%s+%#<PRIx64>>"
+
+#~ msgid "%#0*<PRIx64> <%s+%#<PRIx64>>"
+#~ msgstr "%#0*<PRIx64> <%s+%#<PRIx64>>"
+
+#~ msgid "%s+%#<PRIx64> <%s>"
+#~ msgstr "%s+%#<PRIx64> <%s>"
+
+#~ msgid "%s+%#0*<PRIx64> <%s>"
+#~ msgstr "%s+%#0*<PRIx64> <%s>"
+
+#~ msgid "%#<PRIx64> <%s>"
+#~ msgstr "%#<PRIx64> <%s>"
+
+#~ msgid "%#0*<PRIx64> <%s>"
+#~ msgstr "%#0*<PRIx64> <%s>"
+
+#~ msgid "%s+%#<PRIx64>"
+#~ msgstr "%s+%#<PRIx64>"
+
+#~ msgid "%s+%#0*<PRIx64>"
+#~ msgstr "%s+%#0*<PRIx64>"
+
+#, fuzzy
+#~ msgid "   %s..%s (%<PRIx64>)\n"
+#~ msgstr "      %s: %<PRId64>\n"
+
+#, fuzzy
+#~ msgid "   %s..%s\n"
+#~ msgstr " [%6tx]  %s..%s\n"
+
+#, fuzzy
+#~ msgid " advance address by %u to %s, op_index to %u\n"
+#~ msgstr "アドレスを %u だけ進めて %s にする\n"
+
+#, fuzzy
+#~ msgid " advance address by constant %u to %s, op_index to %u\n"
+#~ msgstr "アドレスを定数 %u だけ済めて %s にする\n"
+
 #~ msgid " [%6tx]  %s..%s\n"
 #~ msgstr " [%6tx]  %s..%s\n"
 
index 3164c55..1e4715c 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: elfutils\n"
 "Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n"
-"POT-Creation-Date: 2018-06-01 21:13+0200\n"
+"POT-Creation-Date: 2018-06-11 17:12+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"
@@ -59,8 +59,8 @@ msgstr ""
 "BEZ JAKIEJKOLWIEK GWARANCJI, nawet domyślnej gwarancji PRZYDATNOŚCI\n"
 "HANDLOWEJ albo PRZYDATNOŚCI DO OKREŚLONYCH ZASTOSOWAŃ.\n"
 
-#: lib/xmalloc.c:53 lib/xmalloc.c:66 lib/xmalloc.c:78 src/readelf.c:3372
-#: src/readelf.c:3763 src/readelf.c:11150 src/unstrip.c:2227 src/unstrip.c:2433
+#: lib/xmalloc.c:53 lib/xmalloc.c:66 lib/xmalloc.c:78 src/readelf.c:3395
+#: src/readelf.c:11105 src/unstrip.c:2227 src/unstrip.c:2433
 #, c-format
 msgid "memory exhausted"
 msgstr "pamięć wyczerpana"
@@ -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:6126
+#: libelf/elf_error.c:87 src/readelf.c:6107
 #, 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:9695 src/readelf.c:10266
-#: src/readelf.c:10367 src/readelf.c:10548
+#: libelf/elf_error.c:191 src/readelf.c:9651 src/readelf.c:10222
+#: src/readelf.c:10323 src/readelf.c:10504
 #, c-format
 msgid "invalid data"
 msgstr "nieprawidłowe dane"
@@ -1451,7 +1451,7 @@ msgid "Be silent when a section cannot be compressed"
 msgstr "Bez zgłaszania, kiedy nie można zdekompresować sekcji"
 
 #. Strings for arguments in help texts.
-#: src/elfcompress.c:1294 src/elflint.c:78 src/readelf.c:152
+#: src/elfcompress.c:1294 src/elflint.c:78 src/readelf.c:154
 msgid "FILE..."
 msgstr "PLIK…"
 
@@ -1485,7 +1485,7 @@ msgid "Pedantic checking of ELF files compliance with gABI/psABI spec."
 msgstr ""
 "Szczegółowe sprawdzanie zgodności plików ELF ze specyfikacją gABI/psABI."
 
-#: src/elflint.c:155 src/readelf.c:334
+#: src/elflint.c:155 src/readelf.c:347
 #, c-format
 msgid "cannot open input file"
 msgstr "nie można otworzyć pliku wejściowego"
@@ -1504,7 +1504,7 @@ msgstr "błąd podczas zamykania deskryptora ELF: %s\n"
 msgid "No errors"
 msgstr "Brak błędów"
 
-#: src/elflint.c:220 src/readelf.c:533
+#: src/elflint.c:220 src/readelf.c:546
 msgid "Missing file name.\n"
 msgstr "Brak nazwy pliku.\n"
 
@@ -3676,12 +3676,12 @@ msgstr "%s%s%s: nie rozpoznano formatu pliku"
 msgid "cannot create search tree"
 msgstr "nie można utworzyć drzewa wyszukiwania"
 
-#: src/nm.c:747 src/nm.c:1208 src/objdump.c:778 src/readelf.c:593
-#: src/readelf.c:1183 src/readelf.c:1383 src/readelf.c:1531 src/readelf.c:1732
-#: src/readelf.c:1938 src/readelf.c:2128 src/readelf.c:2306 src/readelf.c:2382
-#: src/readelf.c:2640 src/readelf.c:2716 src/readelf.c:2803 src/readelf.c:3391
-#: src/readelf.c:3441 src/readelf.c:3504 src/readelf.c:10982
-#: src/readelf.c:12154 src/readelf.c:12357 src/readelf.c:12425 src/size.c:397
+#: src/nm.c:747 src/nm.c:1208 src/objdump.c:778 src/readelf.c:606
+#: src/readelf.c:1196 src/readelf.c:1396 src/readelf.c:1544 src/readelf.c:1745
+#: src/readelf.c:1951 src/readelf.c:2141 src/readelf.c:2319 src/readelf.c:2395
+#: src/readelf.c:2653 src/readelf.c:2729 src/readelf.c:2816 src/readelf.c:3414
+#: src/readelf.c:3464 src/readelf.c:3527 src/readelf.c:10937
+#: src/readelf.c:12109 src/readelf.c:12312 src/readelf.c:12380 src/size.c:397
 #: src/size.c:466 src/strip.c:572
 #, c-format
 msgid "cannot get section header string table index"
@@ -3766,7 +3766,7 @@ msgstr "Wyświetla tylko informacje o sekcji NAZWA."
 msgid "Show information from FILEs (a.out by default)."
 msgstr "Wyświetla informacje z PLIKÓW (domyślnie a.out)."
 
-#: src/objdump.c:219 src/readelf.c:538
+#: src/objdump.c:219 src/readelf.c:551
 msgid "No operation specified.\n"
 msgstr "Nie podano działania.\n"
 
@@ -3775,11 +3775,11 @@ msgstr "Nie podano działania.\n"
 msgid "while close `%s'"
 msgstr "podczas zamykania „%s”"
 
-#: src/objdump.c:364 src/readelf.c:2033 src/readelf.c:2225
+#: src/objdump.c:364 src/readelf.c:2046 src/readelf.c:2238
 msgid "INVALID SYMBOL"
 msgstr "NIEPRAWIDŁOWY SYMBOL"
 
-#: src/objdump.c:379 src/readelf.c:2067 src/readelf.c:2261
+#: src/objdump.c:379 src/readelf.c:2080 src/readelf.c:2274
 msgid "INVALID SECTION"
 msgstr "NIEPRAWIDŁOWA SEKCJA"
 
@@ -3833,85 +3833,85 @@ msgstr "„%s” nie jest archiwum"
 msgid "error while freeing sub-ELF descriptor: %s"
 msgstr "błąd podczas zwalniania deskryptora pod-ELF: %s"
 
-#: src/readelf.c:93
+#: src/readelf.c:95
 msgid "ELF input selection:"
 msgstr "Wybór wyjścia ELF:"
 
-#: src/readelf.c:95
+#: src/readelf.c:97
 msgid ""
 "Use the named SECTION (default .gnu_debugdata) as (compressed) ELF input data"
 msgstr ""
 "Używa podanej SEKCJI (domyślnie .gnu_debugdata) jako (skompresowanych) "
 "danych wejściowych ELF"
 
-#: src/readelf.c:98
+#: src/readelf.c:100
 msgid ""
 "Used with -w to find the skeleton Compile Units in FILE associated with the "
 "Split Compile units in a .dwo input file"
 msgstr ""
 
-#: src/readelf.c:100
+#: src/readelf.c:102
 msgid "ELF output selection:"
 msgstr "Wybór wyjścia ELF:"
 
-#: src/readelf.c:102
+#: src/readelf.c:104
 msgid "All these plus -p .strtab -p .dynstr -p .comment"
 msgstr "Wszystkie te plus -p .strtab -p .dynstr -p .comment"
 
-#: src/readelf.c:103
+#: src/readelf.c:105
 msgid "Display the dynamic segment"
 msgstr "Wyświetla segment dynamiczny"
 
-#: src/readelf.c:104
+#: src/readelf.c:106
 msgid "Display the ELF file header"
 msgstr "Wyświetla nagłówek pliku ELF"
 
-#: src/readelf.c:106
+#: src/readelf.c:108
 msgid "Display histogram of bucket list lengths"
 msgstr "Wyświetla histogram długości list kubełków"
 
-#: src/readelf.c:107
+#: src/readelf.c:109
 msgid "Display the program headers"
 msgstr "Wyświetla nagłówki programu"
 
-#: src/readelf.c:109
+#: src/readelf.c:111
 msgid "Display relocations"
 msgstr "Wyświetla relokacje"
 
-#: src/readelf.c:110
+#: src/readelf.c:112
 #, fuzzy
 msgid "Display the section groups"
 msgstr "Wyświetla nagłówki sekcji"
 
-#: src/readelf.c:111
+#: src/readelf.c:113
 msgid "Display the sections' headers"
 msgstr "Wyświetla nagłówki sekcji"
 
-#: src/readelf.c:114
+#: src/readelf.c:116
 msgid "Display the symbol table sections"
 msgstr "Wyświetla sekcje tabeli symboli"
 
-#: src/readelf.c:115
+#: src/readelf.c:117
 msgid "Display versioning information"
 msgstr "Wyświetla informacje o wersji"
 
-#: src/readelf.c:116
+#: src/readelf.c:118
 msgid "Display the ELF notes"
 msgstr "Wyświetla notatki ELF"
 
-#: src/readelf.c:118
+#: src/readelf.c:120
 msgid "Display architecture specific information, if any"
 msgstr "Wyświetla informacje dla konkretnej architektury, jeśli są"
 
-#: src/readelf.c:120
+#: src/readelf.c:122
 msgid "Display sections for exception handling"
 msgstr "Wyświetla sekcje do obsługi wyjątków"
 
-#: src/readelf.c:122
+#: src/readelf.c:124
 msgid "Additional output selection:"
 msgstr "Dodatkowy wybór wyjścia:"
 
-#: src/readelf.c:124
+#: src/readelf.c:126
 #, fuzzy
 msgid ""
 "Display DWARF section content.  SECTION can be one of abbrev, addr, aranges, "
@@ -3922,38 +3922,38 @@ msgstr ""
 "decodedaranges, frame, gdb_index, info, loc, line, decodedline, ranges, "
 "pubnames, str, macinfo, macro lub exception"
 
-#: src/readelf.c:128
+#: src/readelf.c:130
 msgid "Dump the uninterpreted contents of SECTION, by number or name"
 msgstr "Zrzuca niezinterpretowaną zawartość SEKCJI, według liczny lub nazwy"
 
-#: src/readelf.c:130
+#: src/readelf.c:132
 msgid "Print string contents of sections"
 msgstr "Wyświetla zawartość ciągów sekcji"
 
-#: src/readelf.c:133
+#: src/readelf.c:135
 msgid "Display the symbol index of an archive"
 msgstr "Wyświetla indeks symboli archiwum"
 
-#: src/readelf.c:135
+#: src/readelf.c:137
 msgid "Output control:"
 msgstr "Kontrola wyjścia:"
 
-#: src/readelf.c:137
+#: src/readelf.c:139
 msgid "Do not find symbol names for addresses in DWARF data"
 msgstr "Bez odnajdywania nazw symboli dla adresów w danych DWARF"
 
-#: src/readelf.c:139
+#: src/readelf.c:141
 msgid ""
 "Display just offsets instead of resolving values to addresses in DWARF data"
 msgstr ""
 "Wyświetla tylko offsety zamiast rozwiązywania wartości na adresy w danych "
 "DWARF"
 
-#: src/readelf.c:141
+#: src/readelf.c:143
 msgid "Ignored for compatibility (lines always wide)"
 msgstr "Ignorowane dla zgodności (wiersze są zawsze szerokie)"
 
-#: src/readelf.c:143
+#: src/readelf.c:145
 msgid ""
 "Show compression information for compressed sections (when used with -S); "
 "decompress section before dumping data (when used with -p or -x)"
@@ -3963,31 +3963,40 @@ msgstr ""
 "używane z opcją -p lub -x)"
 
 #. Short description of program.
-#: src/readelf.c:148
+#: src/readelf.c:150
 msgid "Print information from ELF file in human-readable form."
 msgstr "Wyświetla informacje z pliku ELF w postaci czytelnej dla człowieka."
 
-#: src/readelf.c:506
+#. Look up once.
+#: src/readelf.c:329
+msgid "yes"
+msgstr "tak"
+
+#: src/readelf.c:330
+msgid "no"
+msgstr "nie"
+
+#: src/readelf.c:519
 #, c-format
 msgid "Unknown DWARF debug section `%s'.\n"
 msgstr "Nieznana sekcja debugowania DWARF „%s”.\n"
 
-#: src/readelf.c:577 src/readelf.c:688
+#: src/readelf.c:590 src/readelf.c:701
 #, c-format
 msgid "cannot generate Elf descriptor: %s"
 msgstr "nie można utworzyć deskryptora ELF: %s"
 
-#: src/readelf.c:584 src/readelf.c:912 src/strip.c:641
+#: src/readelf.c:597 src/readelf.c:925 src/strip.c:641
 #, c-format
 msgid "cannot determine number of sections: %s"
 msgstr "nie można określić liczby sekcji: %s"
 
-#: src/readelf.c:602 src/readelf.c:1205 src/readelf.c:1407
+#: src/readelf.c:615 src/readelf.c:1218 src/readelf.c:1420
 #, c-format
 msgid "cannot get section: %s"
 msgstr "nie można uzyskać sekcji: %s"
 
-#: src/readelf.c:611 src/readelf.c:1212 src/readelf.c:1415 src/readelf.c:12377
+#: src/readelf.c:624 src/readelf.c:1225 src/readelf.c:1428 src/readelf.c:12332
 #: src/unstrip.c:375 src/unstrip.c:406 src/unstrip.c:455 src/unstrip.c:565
 #: src/unstrip.c:582 src/unstrip.c:619 src/unstrip.c:817 src/unstrip.c:1109
 #: src/unstrip.c:1301 src/unstrip.c:1362 src/unstrip.c:1535 src/unstrip.c:1650
@@ -3996,109 +4005,109 @@ msgstr "nie można uzyskać sekcji: %s"
 msgid "cannot get section header: %s"
 msgstr "nie można uzyskać nagłówka sekcji: %s"
 
-#: src/readelf.c:619
+#: src/readelf.c:632
 #, c-format
 msgid "cannot get section name"
 msgstr "nie można uzyskać nazwy sekcji"
 
-#: src/readelf.c:628 src/readelf.c:6536 src/readelf.c:10254 src/readelf.c:10356
-#: src/readelf.c:10533
+#: src/readelf.c:641 src/readelf.c:6517 src/readelf.c:10210 src/readelf.c:10312
+#: src/readelf.c:10489
 #, c-format
 msgid "cannot get %s content: %s"
 msgstr "nie można uzyskać zwartości %s: %s"
 
-#: src/readelf.c:644
+#: src/readelf.c:657
 #, c-format
 msgid "cannot create temp file '%s'"
 msgstr "nie można utworzyć pliku tymczasowego „%s”"
 
-#: src/readelf.c:653
+#: src/readelf.c:666
 #, c-format
 msgid "cannot write section data"
 msgstr "nie można zapisać danych sekcji"
 
-#: src/readelf.c:659 src/readelf.c:676 src/readelf.c:705
+#: src/readelf.c:672 src/readelf.c:689 src/readelf.c:718
 #, c-format
 msgid "error while closing Elf descriptor: %s"
 msgstr "błąd podczas zamykania deskryptora ELF: %s"
 
-#: src/readelf.c:666
+#: src/readelf.c:679
 #, c-format
 msgid "error while rewinding file descriptor"
 msgstr "błąd podczas przewijania deskryptora pliku"
 
-#: src/readelf.c:700
+#: src/readelf.c:713
 #, c-format
 msgid "'%s' is not an archive, cannot print archive index"
 msgstr "„%s” nie jest archiwum, nie można wyświetlić indeksu archiwum"
 
-#: src/readelf.c:804
+#: src/readelf.c:817
 #, c-format
 msgid "cannot stat input file"
 msgstr "nie można wykonać stat na pliku wejściowym"
 
-#: src/readelf.c:806
+#: src/readelf.c:819
 #, c-format
 msgid "input file is empty"
 msgstr "plik wejściowy jest pusty"
 
-#: src/readelf.c:808
+#: src/readelf.c:821
 #, c-format
 msgid "failed reading '%s': %s"
 msgstr "odczytanie „%s” się nie powiodło: %s"
 
-#: src/readelf.c:837
+#: src/readelf.c:850
 #, c-format
 msgid "No such section '%s' in '%s'"
 msgstr "Brak sekcji „%s” w „%s”"
 
-#: src/readelf.c:897
+#: src/readelf.c:910
 #, c-format
 msgid "cannot read ELF header: %s"
 msgstr "nie można odczytać nagłówka ELF: %s"
 
-#: src/readelf.c:905
+#: src/readelf.c:918
 #, c-format
 msgid "cannot create EBL handle"
 msgstr "nie można utworzyć uchwytu EBL"
 
-#: src/readelf.c:918
+#: src/readelf.c:931
 #, c-format
 msgid "cannot determine number of program headers: %s"
 msgstr "nie można określić liczby nagłówków programu: %s"
 
-#: src/readelf.c:1008
+#: src/readelf.c:1021
 msgid "NONE (None)"
 msgstr "NONE (żaden)"
 
-#: src/readelf.c:1009
+#: src/readelf.c:1022
 msgid "REL (Relocatable file)"
 msgstr "REL (plik relokowalny)"
 
-#: src/readelf.c:1010
+#: src/readelf.c:1023
 msgid "EXEC (Executable file)"
 msgstr "EXEC (plik wykonywalny)"
 
-#: src/readelf.c:1011
+#: src/readelf.c:1024
 msgid "DYN (Shared object file)"
 msgstr "DYN (plik obiektu współdzielonego)"
 
-#: src/readelf.c:1012
+#: src/readelf.c:1025
 msgid "CORE (Core file)"
 msgstr "CORE (plik core)"
 
-#: src/readelf.c:1017
+#: src/readelf.c:1030
 #, c-format
 msgid "OS Specific: (%x)\n"
 msgstr "Zależny od systemu: (%x)\n"
 
 #. && e_type <= ET_HIPROC always true
-#: src/readelf.c:1019
+#: src/readelf.c:1032
 #, c-format
 msgid "Processor Specific: (%x)\n"
 msgstr "Zależny od procesora: (%x)\n"
 
-#: src/readelf.c:1029
+#: src/readelf.c:1042
 msgid ""
 "ELF Header:\n"
 "  Magic:  "
@@ -4106,7 +4115,7 @@ msgstr ""
 "Nagłówek ELF:\n"
 "  Magic:  "
 
-#: src/readelf.c:1033
+#: src/readelf.c:1046
 #, c-format
 msgid ""
 "\n"
@@ -4115,118 +4124,118 @@ msgstr ""
 "\n"
 "  Klasa:                             %s\n"
 
-#: src/readelf.c:1038
+#: src/readelf.c:1051
 #, c-format
 msgid "  Data:                              %s\n"
 msgstr "  Dane:                              %s\n"
 
-#: src/readelf.c:1044
+#: src/readelf.c:1057
 #, c-format
 msgid "  Ident Version:                     %hhd %s\n"
 msgstr "  Wersja Ident:                      %hhd %s\n"
 
-#: src/readelf.c:1046 src/readelf.c:1063
+#: src/readelf.c:1059 src/readelf.c:1076
 msgid "(current)"
 msgstr "(bieżąca)"
 
-#: src/readelf.c:1050
+#: src/readelf.c:1063
 #, c-format
 msgid "  OS/ABI:                            %s\n"
 msgstr "  System operacyjny/ABI:             %s\n"
 
-#: src/readelf.c:1053
+#: src/readelf.c:1066
 #, c-format
 msgid "  ABI Version:                       %hhd\n"
 msgstr "  Wersja ABI:                        %hhd\n"
 
-#: src/readelf.c:1056
+#: src/readelf.c:1069
 msgid "  Type:                              "
 msgstr "  Typ:                               "
 
-#: src/readelf.c:1059
+#: src/readelf.c:1072
 #, c-format
 msgid "  Machine:                           %s\n"
 msgstr "  Komputer:                          %s\n"
 
-#: src/readelf.c:1061
+#: src/readelf.c:1074
 #, c-format
 msgid "  Version:                           %d %s\n"
 msgstr "  Wersja:                            %d %s\n"
 
-#: src/readelf.c:1065
+#: src/readelf.c:1078
 #, c-format
 msgid "  Entry point address:               %#<PRIx64>\n"
 msgstr "  Adres punktu wejściowego:          %#<PRIx64>\n"
 
-#: src/readelf.c:1068
+#: src/readelf.c:1081
 #, c-format
 msgid "  Start of program headers:          %<PRId64> %s\n"
 msgstr "  Początek nagłówków programu:       %<PRId64> %s\n"
 
-#: src/readelf.c:1069 src/readelf.c:1072
+#: src/readelf.c:1082 src/readelf.c:1085
 msgid "(bytes into file)"
 msgstr "(bajtów w pliku)"
 
-#: src/readelf.c:1071
+#: src/readelf.c:1084
 #, c-format
 msgid "  Start of section headers:          %<PRId64> %s\n"
 msgstr "  Początek nagłówków sekcji:         %<PRId64> %s\n"
 
-#: src/readelf.c:1074
+#: src/readelf.c:1087
 #, c-format
 msgid "  Flags:                             %s\n"
 msgstr "  Flagi:                             %s\n"
 
-#: src/readelf.c:1077
+#: src/readelf.c:1090
 #, c-format
 msgid "  Size of this header:               %<PRId16> %s\n"
 msgstr "  Rozmiar tego nagłówka:             %<PRId16> %s\n"
 
-#: src/readelf.c:1078 src/readelf.c:1081 src/readelf.c:1098
+#: src/readelf.c:1091 src/readelf.c:1094 src/readelf.c:1111
 msgid "(bytes)"
 msgstr "(bajtów)"
 
-#: src/readelf.c:1080
+#: src/readelf.c:1093
 #, c-format
 msgid "  Size of program header entries:    %<PRId16> %s\n"
 msgstr "  Rozmiar wpisów nagłówka programu:  %<PRId16> %s\n"
 
-#: src/readelf.c:1083
+#: src/readelf.c:1096
 #, c-format
 msgid "  Number of program headers entries: %<PRId16>"
 msgstr "  Liczba wpisów nagłówków programu: %<PRId16>"
 
-#: src/readelf.c:1090
+#: src/readelf.c:1103
 #, c-format
 msgid " (%<PRIu32> in [0].sh_info)"
 msgstr " (%<PRIu32> w [0].sh_info)"
 
-#: src/readelf.c:1093 src/readelf.c:1110 src/readelf.c:1124
+#: src/readelf.c:1106 src/readelf.c:1123 src/readelf.c:1137
 msgid " ([0] not available)"
 msgstr " ([0] niedostępny)"
 
-#: src/readelf.c:1097
+#: src/readelf.c:1110
 #, c-format
 msgid "  Size of section header entries:    %<PRId16> %s\n"
 msgstr "  Rozmiar wpisów nagłówka sekcji:    %<PRId16> %s\n"
 
-#: src/readelf.c:1100
+#: src/readelf.c:1113
 #, c-format
 msgid "  Number of section headers entries: %<PRId16>"
 msgstr "  Liczba wpisów nagłówków sekcji:    %<PRId16>"
 
-#: src/readelf.c:1107
+#: src/readelf.c:1120
 #, c-format
 msgid " (%<PRIu32> in [0].sh_size)"
 msgstr " (%<PRIu32> w [0].sh_size)"
 
 #. We managed to get the zeroth section.
-#: src/readelf.c:1120
+#: src/readelf.c:1133
 #, c-format
 msgid " (%<PRIu32> in [0].sh_link)"
 msgstr " (%<PRIu32> w [0].sh_link)"
 
-#: src/readelf.c:1128
+#: src/readelf.c:1141
 #, c-format
 msgid ""
 "  Section header string table index: XINDEX%s\n"
@@ -4235,7 +4244,7 @@ msgstr ""
 "  Indeks tabeli ciągów nagłówków sekcji: XINDEX%s\n"
 "\n"
 
-#: src/readelf.c:1132
+#: src/readelf.c:1145
 #, c-format
 msgid ""
 "  Section header string table index: %<PRId16>\n"
@@ -4244,7 +4253,7 @@ msgstr ""
 "  Indeks tabeli ciągów nagłówków sekcji: %<PRId16>\n"
 "\n"
 
-#: src/readelf.c:1175
+#: src/readelf.c:1188
 #, c-format
 msgid ""
 "There are %d section headers, starting at offset %#<PRIx64>:\n"
@@ -4253,11 +4262,11 @@ msgstr ""
 "Jest %d nagłówków sekcji, rozpoczynających się od offsetu %#<PRIx64>:\n"
 "\n"
 
-#: src/readelf.c:1185
+#: src/readelf.c:1198
 msgid "Section Headers:"
 msgstr "Nagłówki sekcji:"
 
-#: src/readelf.c:1188
+#: src/readelf.c:1201
 msgid ""
 "[Nr] Name                 Type         Addr     Off    Size   ES Flags Lk "
 "Inf Al"
@@ -4265,7 +4274,7 @@ msgstr ""
 "[Nr] Nazwa                Typ          Adres    Offset Rozm.  ES Flagi Lk "
 "Inf Al"
 
-#: src/readelf.c:1190
+#: src/readelf.c:1203
 msgid ""
 "[Nr] Name                 Type         Addr             Off      Size     ES "
 "Flags Lk Inf Al"
@@ -4273,36 +4282,36 @@ msgstr ""
 "[Nr] Nazwa                Typ          Adres            Offset   Rozmiar  ES "
 "Flagi Lk Inf Al"
 
-#: src/readelf.c:1195
+#: src/readelf.c:1208
 msgid "     [Compression  Size   Al]"
 msgstr "     [Kompresja  Rozmiar   Al]"
 
-#: src/readelf.c:1197
+#: src/readelf.c:1210
 msgid "     [Compression  Size     Al]"
 msgstr "     [Kompresja  Rozmiar     Al]"
 
-#: src/readelf.c:1273
+#: src/readelf.c:1286
 #, c-format
 msgid "bad compression header for section %zd: %s"
 msgstr "błędny nagłówek kompresji dla sekcji %zd: %s"
 
-#: src/readelf.c:1284
+#: src/readelf.c:1297
 #, c-format
 msgid "bad gnu compressed size for section %zd: %s"
 msgstr "błędny rozmiar kompresji gnu dla sekcji %zd: %s"
 
-#: src/readelf.c:1302
+#: src/readelf.c:1315
 msgid "Program Headers:"
 msgstr "Nagłówki programu:"
 
-#: src/readelf.c:1304
+#: src/readelf.c:1317
 msgid ""
 "  Type           Offset   VirtAddr   PhysAddr   FileSiz  MemSiz   Flg Align"
 msgstr ""
 "  Typ            Offset   AdresWirt  AdresFiz   RozmPlik RozmPam  Flg "
 "Wyrównanie"
 
-#: src/readelf.c:1307
+#: src/readelf.c:1320
 msgid ""
 "  Type           Offset   VirtAddr           PhysAddr           FileSiz  "
 "MemSiz   Flg Align"
@@ -4310,12 +4319,12 @@ msgstr ""
 "  Typ            Offset   AdresWirtualny     AdresFizyczny      RozmPlik "
 "RozmPam  Flg Wyrównanie"
 
-#: src/readelf.c:1364
+#: src/readelf.c:1377
 #, c-format
 msgid "\t[Requesting program interpreter: %s]\n"
 msgstr "\t[Wywołanie interpretera programu: %s]\n"
 
-#: src/readelf.c:1385
+#: src/readelf.c:1398
 msgid ""
 "\n"
 " Section to Segment mapping:\n"
@@ -4325,12 +4334,12 @@ msgstr ""
 " Mapowanie sekcji do segmentów:\n"
 "  Segment sekcji…"
 
-#: src/readelf.c:1396 src/unstrip.c:1944 src/unstrip.c:1986 src/unstrip.c:1993
+#: src/readelf.c:1409 src/unstrip.c:1944 src/unstrip.c:1986 src/unstrip.c:1993
 #, c-format
 msgid "cannot get program header: %s"
 msgstr "nie można uzyskać nagłówka programu: %s"
 
-#: src/readelf.c:1539
+#: src/readelf.c:1552
 #, c-format
 msgid ""
 "\n"
@@ -4348,7 +4357,7 @@ msgstr[2] ""
 "\n"
 "Grupa sekcji COMDAT [%2zu] „%s” z podpisem „%s” zawiera %zu wpisów:\n"
 
-#: src/readelf.c:1544
+#: src/readelf.c:1557
 #, c-format
 msgid ""
 "\n"
@@ -4366,31 +4375,31 @@ msgstr[2] ""
 "\n"
 "Grupa sekcji [%2zu] „%s” z podpisem „%s” zawiera %zu wpisów:\n"
 
-#: src/readelf.c:1552
+#: src/readelf.c:1565
 msgid "<INVALID SYMBOL>"
 msgstr "<NIEPRAWIDŁOWY SYMBOL>"
 
-#: src/readelf.c:1566
+#: src/readelf.c:1579
 msgid "<INVALID SECTION>"
 msgstr "<NIEPRAWIDŁOWY SEKCJA>"
 
-#: src/readelf.c:1589 src/readelf.c:2316 src/readelf.c:3407 src/readelf.c:12248
-#: src/readelf.c:12255 src/readelf.c:12299 src/readelf.c:12306
+#: src/readelf.c:1602 src/readelf.c:2329 src/readelf.c:3430 src/readelf.c:12203
+#: src/readelf.c:12210 src/readelf.c:12254 src/readelf.c:12261
 msgid "Couldn't uncompress section"
 msgstr "Nie można dekompresować sekcji"
 
-#: src/readelf.c:1594 src/readelf.c:2321 src/readelf.c:3412
+#: src/readelf.c:1607 src/readelf.c:2334 src/readelf.c:3435
 #, c-format
 msgid "cannot get section [%zd] header: %s"
 msgstr "nie można uzyskać nagłówka sekcji [%zd]: %s"
 
-#: src/readelf.c:1738 src/readelf.c:2388 src/readelf.c:2646 src/readelf.c:2722
-#: src/readelf.c:3026 src/readelf.c:3100 src/readelf.c:5311
+#: src/readelf.c:1751 src/readelf.c:2401 src/readelf.c:2659 src/readelf.c:2735
+#: src/readelf.c:3039 src/readelf.c:3113 src/readelf.c:5308
 #, c-format
 msgid "invalid sh_link value in section %zu"
 msgstr "nieprawidłowa wartość sh_link w sekcji %zu"
 
-#: src/readelf.c:1741
+#: src/readelf.c:1754
 #, c-format
 msgid ""
 "\n"
@@ -4416,36 +4425,36 @@ msgstr[2] ""
 " Adres: %#0*<PRIx64>  Offset: %#08<PRIx64>  Dowiązanie do sekcji: [%2u] "
 "'%s'\n"
 
-#: src/readelf.c:1751
+#: src/readelf.c:1764
 msgid "  Type              Value\n"
 msgstr "  Typ               Wartość\n"
 
-#: src/readelf.c:1775
+#: src/readelf.c:1788
 #, c-format
 msgid "Shared library: [%s]\n"
 msgstr "Biblioteka współdzielona: [%s]\n"
 
-#: src/readelf.c:1780
+#: src/readelf.c:1793
 #, c-format
 msgid "Library soname: [%s]\n"
 msgstr "soname biblioteki: [%s]\n"
 
-#: src/readelf.c:1785
+#: src/readelf.c:1798
 #, c-format
 msgid "Library rpath: [%s]\n"
 msgstr "rpath biblioteki: [%s]\n"
 
-#: src/readelf.c:1790
+#: src/readelf.c:1803
 #, c-format
 msgid "Library runpath: [%s]\n"
 msgstr "runpath biblioteki: [%s]\n"
 
-#: src/readelf.c:1810
+#: src/readelf.c:1823
 #, c-format
 msgid "%<PRId64> (bytes)\n"
 msgstr "%<PRId64> (bajtów)\n"
 
-#: src/readelf.c:1923 src/readelf.c:2113
+#: src/readelf.c:1936 src/readelf.c:2126
 #, c-format
 msgid ""
 "\n"
@@ -4454,7 +4463,7 @@ msgstr ""
 "\n"
 "Nieprawidłowa tabela symboli pod offsetem %#0<PRIx64>\n"
 
-#: src/readelf.c:1941 src/readelf.c:2131
+#: src/readelf.c:1954 src/readelf.c:2144
 #, c-format
 msgid ""
 "\n"
@@ -4483,7 +4492,7 @@ msgstr[2] ""
 #. The .rela.dyn section does not refer to a specific section but
 #. instead of section index zero.  Do not try to print a section
 #. name.
-#: src/readelf.c:1956 src/readelf.c:2146
+#: src/readelf.c:1969 src/readelf.c:2159
 #, c-format
 msgid ""
 "\n"
@@ -4501,30 +4510,30 @@ msgstr[2] ""
 "\n"
 "Sekcja relokacji [%2u] „%s” pod offsetem %#0<PRIx64> zawiera %d wpisów:\n"
 
-#: src/readelf.c:1966
+#: src/readelf.c:1979
 msgid "  Offset      Type                 Value       Name\n"
 msgstr "  Offset      Typ                  Wartość     Nazwa\n"
 
-#: src/readelf.c:1968
+#: src/readelf.c:1981
 msgid "  Offset              Type                 Value               Name\n"
 msgstr "  Offset              Typ                  Wartość             Nazwa\n"
 
-#: src/readelf.c:2021 src/readelf.c:2032 src/readelf.c:2045 src/readelf.c:2066
-#: src/readelf.c:2078 src/readelf.c:2212 src/readelf.c:2224 src/readelf.c:2238
-#: src/readelf.c:2260 src/readelf.c:2273
+#: src/readelf.c:2034 src/readelf.c:2045 src/readelf.c:2058 src/readelf.c:2079
+#: src/readelf.c:2091 src/readelf.c:2225 src/readelf.c:2237 src/readelf.c:2251
+#: src/readelf.c:2273 src/readelf.c:2286
 msgid "<INVALID RELOC>"
 msgstr "<NIEPRAWIDŁOWA RELOKACJA>"
 
-#: src/readelf.c:2156
+#: src/readelf.c:2169
 msgid "  Offset      Type            Value       Addend Name\n"
 msgstr "  Offset      Typ             Wartość     Koniec Nazwa\n"
 
-#: src/readelf.c:2158
+#: src/readelf.c:2171
 msgid "  Offset              Type            Value               Addend Name\n"
 msgstr ""
 "  Offset              Typ             Wartość             Koniec Nazwa\n"
 
-#: src/readelf.c:2396
+#: src/readelf.c:2409
 #, c-format
 msgid ""
 "\n"
@@ -4542,7 +4551,7 @@ msgstr[2] ""
 "\n"
 "Tabela symboli [%2u] „%s” zawiera %u wpisów:\n"
 
-#: src/readelf.c:2401
+#: src/readelf.c:2414
 #, c-format
 msgid " %lu local symbol  String table: [%2u] '%s'\n"
 msgid_plural " %lu local symbols  String table: [%2u] '%s'\n"
@@ -4550,33 +4559,33 @@ msgstr[0] " %lu symbol lokalny     Tabela ciągów: [%2u] „%s”\n"
 msgstr[1] " %lu symbole lokalne    Tabela ciągów: [%2u] „%s”\n"
 msgstr[2] " %lu symboli lokalnych  Tabela ciągów: [%2u] „%s”\n"
 
-#: src/readelf.c:2409
+#: src/readelf.c:2422
 msgid "  Num:    Value   Size Type    Bind   Vis          Ndx Name\n"
 msgstr "  Numer:  Wartość Rozm Typ     Bind   Widoczność   Ndx Nazwa\n"
 
-#: src/readelf.c:2411
+#: src/readelf.c:2424
 msgid "  Num:            Value   Size Type    Bind   Vis          Ndx Name\n"
 msgstr "  Numer:          Wartość Rozm Typ     Bind   Widoczność   Ndx Nazwa\n"
 
-#: src/readelf.c:2431
+#: src/readelf.c:2444
 #, c-format
 msgid "%5u: %0*<PRIx64> %6<PRId64> %-7s %-6s %-9s %6s %s"
 msgstr "%5u: %0*<PRIx64> %6<PRId64> %-7s %-6s %-9s %6s %s"
 
-#: src/readelf.c:2519
+#: src/readelf.c:2532
 #, c-format
 msgid "bad dynamic symbol"
 msgstr "błędny symbol dynamiczny"
 
-#: src/readelf.c:2601
+#: src/readelf.c:2614
 msgid "none"
 msgstr "brak"
 
-#: src/readelf.c:2618
+#: src/readelf.c:2631
 msgid "| <unknown>"
 msgstr "| <nieznany>"
 
-#: src/readelf.c:2649
+#: src/readelf.c:2662
 #, c-format
 msgid ""
 "\n"
@@ -4602,17 +4611,17 @@ msgstr[2] ""
 " Adres: %#0*<PRIx64>  Offset: %#08<PRIx64>  Dowiązanie do sekcji: [%2u] "
 "„%s”\n"
 
-#: src/readelf.c:2670
+#: src/readelf.c:2683
 #, c-format
 msgid "  %#06x: Version: %hu  File: %s  Cnt: %hu\n"
 msgstr "  %#06x: Wersja: %hu  Plik: %s  Licznik: %hu\n"
 
-#: src/readelf.c:2683
+#: src/readelf.c:2696
 #, c-format
 msgid "  %#06x: Name: %s  Flags: %s  Version: %hu\n"
 msgstr "  %#06x: Nazwa: %s  Flagi: %s  Wersja: %hu\n"
 
-#: src/readelf.c:2726
+#: src/readelf.c:2739
 #, c-format
 msgid ""
 "\n"
@@ -4638,19 +4647,19 @@ msgstr[2] ""
 " Adres: %#0*<PRIx64>  Offset: %#08<PRIx64>  Dowiązanie do sekcji: [%2u] "
 "„%s”\n"
 
-#: src/readelf.c:2754
+#: src/readelf.c:2767
 #, c-format
 msgid "  %#06x: Version: %hd  Flags: %s  Index: %hd  Cnt: %hd  Name: %s\n"
 msgstr ""
 "  %#06x: Wersja: %hd  Flagi: %s  Indeks: %hd  Licznik: %hd  Nazwa: %s\n"
 
-#: src/readelf.c:2769
+#: src/readelf.c:2782
 #, c-format
 msgid "  %#06x: Parent %d: %s\n"
 msgstr "  %#06x: Rodzic %d: %s\n"
 
 #. Print the header.
-#: src/readelf.c:3030
+#: src/readelf.c:3043
 #, c-format
 msgid ""
 "\n"
@@ -4673,15 +4682,15 @@ msgstr[2] ""
 "Sekcja symboli wersji [%2u] „%s” zawiera %d wpisów:\n"
 " Adres: %#0*<PRIx64>  Offset: %#08<PRIx64>  Dowiązanie do sekcji: [%2u] „%s”"
 
-#: src/readelf.c:3058
+#: src/readelf.c:3071
 msgid "   0 *local*                     "
 msgstr "   0 *lokalny*                   "
 
-#: src/readelf.c:3063
+#: src/readelf.c:3076
 msgid "   1 *global*                    "
 msgstr "   1 *globalny*                  "
 
-#: src/readelf.c:3105
+#: src/readelf.c:3118
 #, c-format
 msgid ""
 "\n"
@@ -4712,22 +4721,22 @@ msgstr[2] ""
 " Adres: %#0*<PRIx64>  Offset: %#08<PRIx64>  Dowiązanie do sekcji: [%2u] "
 "„%s”\n"
 
-#: src/readelf.c:3127
+#: src/readelf.c:3140
 #, no-c-format
 msgid " Length  Number  % of total  Coverage\n"
 msgstr " Długość Liczba  % całości   Pokrycie\n"
 
-#: src/readelf.c:3129
+#: src/readelf.c:3142
 #, c-format
 msgid "      0  %6<PRIu32>      %5.1f%%\n"
 msgstr "      0  %6<PRIu32>      %5.1f%%\n"
 
-#: src/readelf.c:3136
+#: src/readelf.c:3149
 #, c-format
 msgid "%7d  %6<PRIu32>      %5.1f%%    %5.1f%%\n"
 msgstr "%7d  %6<PRIu32>      %5.1f%%    %5.1f%%\n"
 
-#: src/readelf.c:3149
+#: src/readelf.c:3162
 #, c-format
 msgid ""
 " Average number of tests:   successful lookup: %f\n"
@@ -4736,27 +4745,37 @@ msgstr ""
 " Średnia liczba testów:   udane wyszukania: %f\n"
 "\t\t\t  nieudane wyszukania: %f\n"
 
-#: src/readelf.c:3167 src/readelf.c:3226 src/readelf.c:3287
+#: src/readelf.c:3180 src/readelf.c:3244 src/readelf.c:3310
 #, c-format
 msgid "cannot get data for section %d: %s"
 msgstr "nie można uzyskać danych dla sekcji %d: %s"
 
-#: src/readelf.c:3175
+#: src/readelf.c:3188
 #, c-format
 msgid "invalid data in sysv.hash section %d"
 msgstr "nieprawidłowe dane w sekcji sysv.hash %d"
 
-#: src/readelf.c:3234
+#: src/readelf.c:3217
+#, fuzzy, c-format
+msgid "invalid chain in sysv.hash section %d"
+msgstr "nieprawidłowe dane w sekcji sysv.hash %d"
+
+#: src/readelf.c:3252
 #, c-format
 msgid "invalid data in sysv.hash64 section %d"
 msgstr "nieprawidłowe dane w sekcji sysv.hash64 %d"
 
-#: src/readelf.c:3296
+#: src/readelf.c:3283
+#, fuzzy, c-format
+msgid "invalid chain in sysv.hash64 section %d"
+msgstr "nieprawidłowe dane w sekcji sysv.hash64 %d"
+
+#: src/readelf.c:3319
 #, c-format
 msgid "invalid data in gnu.hash section %d"
 msgstr "nieprawidłowe dane w sekcji gnu.hash %d"
 
-#: src/readelf.c:3363
+#: src/readelf.c:3386
 #, c-format
 msgid ""
 " Symbol Bias: %u\n"
@@ -4766,7 +4785,7 @@ msgstr ""
 " Rozmiar maski bitowej: %zu bajtów  %<PRIuFAST32>%% bitów ustawionych  "
 "drugie przesunięcie skrótu: %u\n"
 
-#: src/readelf.c:3452
+#: src/readelf.c:3475
 #, c-format
 msgid ""
 "\n"
@@ -4787,7 +4806,7 @@ msgstr[2] ""
 "Sekcja listy bibliotek [%2zu] „%s” pod offsetem %#0<PRIx64> zawiera %d "
 "wpisów:\n"
 
-#: src/readelf.c:3466
+#: src/readelf.c:3489
 msgid ""
 "       Library                       Time Stamp          Checksum Version "
 "Flags"
@@ -4795,7 +4814,7 @@ msgstr ""
 "       Biblioteka                    Oznaczenie czasu    Suma k.  Wersja  "
 "Flagi"
 
-#: src/readelf.c:3516
+#: src/readelf.c:3539
 #, c-format
 msgid ""
 "\n"
@@ -4806,147 +4825,102 @@ msgstr ""
 "Sekcja atrybutów obiektu [%2zu] „%s” %<PRIu64> bajtów pod offsetem "
 "%#0<PRIx64>:\n"
 
-#: src/readelf.c:3533
+#: src/readelf.c:3556
 msgid "  Owner          Size\n"
 msgstr "  Właściciel          Rozmiar\n"
 
-#: src/readelf.c:3562
+#: src/readelf.c:3585
 #, c-format
 msgid "  %-13s  %4<PRIu32>\n"
 msgstr "  %-13s  %4<PRIu32>\n"
 
 #. Unknown subsection, print and skip.
-#: src/readelf.c:3601
+#: src/readelf.c:3624
 #, c-format
 msgid "    %-4u %12<PRIu32>\n"
 msgstr "    %-4u %12<PRIu32>\n"
 
 #. Tag_File
-#: src/readelf.c:3606
+#: src/readelf.c:3629
 #, c-format
 msgid "    File: %11<PRIu32>\n"
 msgstr "    Plik: %11<PRIu32>\n"
 
-#: src/readelf.c:3655
+#: src/readelf.c:3678
 #, c-format
 msgid "      %s: %<PRId64>, %s\n"
 msgstr "      %s: %<PRId64>, %s\n"
 
-#: src/readelf.c:3658
+#: src/readelf.c:3681
 #, c-format
 msgid "      %s: %<PRId64>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:3661
+#: src/readelf.c:3684
 #, c-format
 msgid "      %s: %s\n"
 msgstr "      %s: %s\n"
 
-#: src/readelf.c:3671
+#: src/readelf.c:3694
 #, c-format
 msgid "      %u: %<PRId64>\n"
 msgstr "      %u: %<PRId64>\n"
 
-#: src/readelf.c:3674
+#: src/readelf.c:3697
 #, c-format
 msgid "      %u: %s\n"
 msgstr "      %u: %s\n"
 
-#: src/readelf.c:3719
-#, c-format
-msgid "%s+%#<PRIx64> <%s+%#<PRIx64>>"
-msgstr "%s+%#<PRIx64> <%s+%#<PRIx64>>"
-
-#: src/readelf.c:3722
-#, c-format
-msgid "%s+%#0*<PRIx64> <%s+%#<PRIx64>>"
-msgstr "%s+%#0*<PRIx64> <%s+%#<PRIx64>>"
-
-#: src/readelf.c:3727
-#, c-format
-msgid "%#<PRIx64> <%s+%#<PRIx64>>"
-msgstr "%#<PRIx64> <%s+%#<PRIx64>>"
-
-#: src/readelf.c:3730
-#, c-format
-msgid "%#0*<PRIx64> <%s+%#<PRIx64>>"
-msgstr "%#0*<PRIx64> <%s+%#<PRIx64>>"
-
-#: src/readelf.c:3736
-#, c-format
-msgid "%s+%#<PRIx64> <%s>"
-msgstr "%s+%#<PRIx64> <%s>"
-
-#: src/readelf.c:3739
-#, c-format
-msgid "%s+%#0*<PRIx64> <%s>"
-msgstr "%s+%#0*<PRIx64> <%s>"
-
-#: src/readelf.c:3743
-#, c-format
-msgid "%#<PRIx64> <%s>"
-msgstr "%#<PRIx64> <%s>"
-
-#: src/readelf.c:3746
-#, c-format
-msgid "%#0*<PRIx64> <%s>"
-msgstr "%#0*<PRIx64> <%s>"
-
-#: src/readelf.c:3751
-#, c-format
-msgid "%s+%#<PRIx64>"
-msgstr "%s+%#<PRIx64>"
-
-#: src/readelf.c:3754
-#, c-format
-msgid "%s+%#0*<PRIx64>"
-msgstr "%s+%#0*<PRIx64>"
+#: src/readelf.c:3767
+#, fuzzy, c-format
+msgid "sprintf failure"
+msgstr "mprotect się nie powiodło"
 
-#: src/readelf.c:4246
+#: src/readelf.c:4249
 msgid "empty block"
 msgstr "pusty blok"
 
-#: src/readelf.c:4249
+#: src/readelf.c:4252
 #, c-format
 msgid "%zu byte block:"
 msgstr "%zu bajtowy blok:"
 
-#: src/readelf.c:4728
+#: src/readelf.c:4730
 #, fuzzy, c-format
 msgid "%*s[%2<PRIuMAX>] %s  <TRUNCATED>\n"
 msgstr "%*s[%4<PRIuMAX>] %s  <SKRÓCONE>\n"
 
-#: src/readelf.c:4792
+#: src/readelf.c:4794
 #, c-format
 msgid "%s %#<PRIx64> used with different address sizes"
 msgstr "%s %#<PRIx64> zostało użyte z różnymi rozmiarami adresu"
 
-#: src/readelf.c:4799
+#: src/readelf.c:4801
 #, c-format
 msgid "%s %#<PRIx64> used with different offset sizes"
 msgstr "%s %#<PRIx64> zostało użyte z różnymi rozmiarami offsetu"
 
-#: src/readelf.c:4806
+#: src/readelf.c:4808
 #, c-format
 msgid "%s %#<PRIx64> used with different base addresses"
 msgstr "%s %#<PRIx64> zostało użyte z różnymi adresami podstawowymi"
 
-#: src/readelf.c:4813
+#: src/readelf.c:4815
 #, fuzzy, c-format
 msgid "%s %#<PRIx64> used with different attribute %s and %s"
 msgstr "%s %#<PRIx64> zostało użyte z różnymi rozmiarami adresu"
 
-#: src/readelf.c:4910
+#: src/readelf.c:4912
 #, c-format
 msgid " [%6tx]  <UNUSED GARBAGE IN REST OF SECTION>\n"
 msgstr " [%6tx]  <NIEUŻYWANE ŚMIECIE W RESZCIE SEKCJI>\n"
 
-#: src/readelf.c:4918
+#: src/readelf.c:4920
 #, c-format
 msgid " [%6tx]  <UNUSED GARBAGE> ... %<PRIu64> bytes ...\n"
 msgstr " [%6tx]  <NIEUŻYWANE ŚMIECIE>… %<PRIu64> bajtów…\n"
 
-#: src/readelf.c:4996
+#: src/readelf.c:4998
 #, c-format
 msgid ""
 "\n"
@@ -4957,7 +4931,7 @@ msgstr ""
 "Sekcja DWARF [%2zu] „%s” pod offsetem %#<PRIx64>:\n"
 " [ Kod]\n"
 
-#: src/readelf.c:5004
+#: src/readelf.c:5006
 #, c-format
 msgid ""
 "\n"
@@ -4966,27 +4940,19 @@ msgstr ""
 "\n"
 "Sekcja skrótów pod offsetem %<PRIu64>:\n"
 
-#: src/readelf.c:5017
+#: src/readelf.c:5019
 #, c-format
 msgid " *** error while reading abbreviation: %s\n"
 msgstr " *** błąd podczas odczytywania skrótu: %s\n"
 
-#: src/readelf.c:5033
+#: src/readelf.c:5035
 #, c-format
 msgid " [%5u] offset: %<PRId64>, children: %s, tag: %s\n"
 msgstr " [%5u] offset: %<PRId64>, potomek: %s, znacznik: %s\n"
 
-#: src/readelf.c:5036 src/readelf.c:7368 src/readelf.c:7376 src/readelf.c:7952
-msgid "yes"
-msgstr "tak"
-
-#: src/readelf.c:5036 src/readelf.c:7368 src/readelf.c:7952
-msgid "no"
-msgstr "nie"
-
-#: src/readelf.c:5066 src/readelf.c:5380 src/readelf.c:5545 src/readelf.c:5943
-#: src/readelf.c:6546 src/readelf.c:8077 src/readelf.c:8776 src/readelf.c:9225
-#: src/readelf.c:9471 src/readelf.c:9636 src/readelf.c:9997 src/readelf.c:10055
+#: src/readelf.c:5068 src/readelf.c:5377 src/readelf.c:5541 src/readelf.c:5926
+#: src/readelf.c:6527 src/readelf.c:8055 src/readelf.c:8749 src/readelf.c:9185
+#: src/readelf.c:9427 src/readelf.c:9592 src/readelf.c:9953 src/readelf.c:10011
 #, c-format
 msgid ""
 "\n"
@@ -4995,56 +4961,56 @@ msgstr ""
 "\n"
 "Sekcja DWARF [%2zu] „%s” pod offsetem %#<PRIx64>:\n"
 
-#: src/readelf.c:5079
+#: src/readelf.c:5081
 #, fuzzy, c-format
 msgid "cannot get .debug_addr section data: %s"
 msgstr "nie można uzyskać danych sekcji: %s"
 
-#: src/readelf.c:5182 src/readelf.c:5206 src/readelf.c:5590 src/readelf.c:8821
+#: src/readelf.c:5181 src/readelf.c:5205 src/readelf.c:5586 src/readelf.c:8794
 #, fuzzy, c-format
 msgid " Length:         %8<PRIu64>\n"
 msgstr ""
 "\n"
 " Długość:        %6<PRIu64>\n"
 
-#: src/readelf.c:5184 src/readelf.c:5221 src/readelf.c:5603 src/readelf.c:8834
+#: src/readelf.c:5183 src/readelf.c:5220 src/readelf.c:5599 src/readelf.c:8807
 #, fuzzy, c-format
 msgid " DWARF version:  %8<PRIu16>\n"
 msgstr " Wersja DWARF: %6<PRIuFAST16>\n"
 
-#: src/readelf.c:5185 src/readelf.c:5230 src/readelf.c:5612 src/readelf.c:8843
+#: src/readelf.c:5184 src/readelf.c:5229 src/readelf.c:5608 src/readelf.c:8816
 #, fuzzy, c-format
 msgid " Address size:   %8<PRIu64>\n"
 msgstr " Offset adresu:  %6<PRIu64>\n"
 
-#: src/readelf.c:5187 src/readelf.c:5240 src/readelf.c:5622 src/readelf.c:8853
+#: src/readelf.c:5186 src/readelf.c:5239 src/readelf.c:5618 src/readelf.c:8826
 #, fuzzy, c-format
 msgid " Segment size:   %8<PRIu64>\n"
 msgstr ""
 " Rozmiar segmentu:  %6<PRIu64>\n"
 "\n"
 
-#: src/readelf.c:5225 src/readelf.c:5607 src/readelf.c:8838 src/readelf.c:10187
+#: src/readelf.c:5224 src/readelf.c:5603 src/readelf.c:8811 src/readelf.c:10143
 #, fuzzy, c-format
 msgid "Unknown version"
 msgstr "nieznana wersja"
 
-#: src/readelf.c:5235 src/readelf.c:5450 src/readelf.c:5617 src/readelf.c:8848
+#: src/readelf.c:5234 src/readelf.c:5447 src/readelf.c:5613 src/readelf.c:8821
 #, c-format
 msgid "unsupported address size"
 msgstr "nieobsługiwany rozmiar adresu"
 
-#: src/readelf.c:5246 src/readelf.c:5459 src/readelf.c:5627 src/readelf.c:8858
+#: src/readelf.c:5245 src/readelf.c:5456 src/readelf.c:5623 src/readelf.c:8831
 #, c-format
 msgid "unsupported segment size"
 msgstr "nieobsługiwany rozmiar segmentu"
 
-#: src/readelf.c:5301 src/readelf.c:5375
+#: src/readelf.c:5298 src/readelf.c:5372
 #, c-format
 msgid "cannot get .debug_aranges content: %s"
 msgstr "nie można uzyskać zawartości .debug_aranges: %s"
 
-#: src/readelf.c:5316
+#: src/readelf.c:5313
 #, c-format
 msgid ""
 "\n"
@@ -5062,12 +5028,12 @@ msgstr[2] ""
 "\n"
 "Sekcja DWARF [%2zu] „%s” pod offsetem %#<PRIx64> zawiera %zu wpisów:\n"
 
-#: src/readelf.c:5347
+#: src/readelf.c:5344
 #, c-format
 msgid " [%*zu] ???\n"
 msgstr " [%*zu] ???\n"
 
-#: src/readelf.c:5349
+#: src/readelf.c:5346
 #, c-format
 msgid ""
 " [%*zu] start: %0#*<PRIx64>, length: %5<PRIu64>, CU DIE offset: %6<PRId64>\n"
@@ -5075,7 +5041,7 @@ msgstr ""
 " [%*zu] początek: %0#*<PRIx64>, długość: %5<PRIu64>, offset CU DIE: "
 "%6<PRId64>\n"
 
-#: src/readelf.c:5393 src/readelf.c:8104
+#: src/readelf.c:5390 src/readelf.c:8082
 #, c-format
 msgid ""
 "\n"
@@ -5084,13 +5050,13 @@ msgstr ""
 "\n"
 "Tabela pod offsetem %zu:\n"
 
-#: src/readelf.c:5397 src/readelf.c:5571 src/readelf.c:6570 src/readelf.c:8115
-#: src/readelf.c:8802
+#: src/readelf.c:5394 src/readelf.c:5567 src/readelf.c:6551 src/readelf.c:8093
+#: src/readelf.c:8775
 #, c-format
 msgid "invalid data in section [%zu] '%s'"
 msgstr "nieprawidłowe dane w sekcji [%zu] „%s”"
 
-#: src/readelf.c:5413
+#: src/readelf.c:5410
 #, c-format
 msgid ""
 "\n"
@@ -5099,27 +5065,27 @@ msgstr ""
 "\n"
 " Długość:        %6<PRIu64>\n"
 
-#: src/readelf.c:5425
+#: src/readelf.c:5422
 #, c-format
 msgid " DWARF version: %6<PRIuFAST16>\n"
 msgstr " Wersja DWARF: %6<PRIuFAST16>\n"
 
-#: src/readelf.c:5429
+#: src/readelf.c:5426
 #, c-format
 msgid "unsupported aranges version"
 msgstr "nieobsługiwana wersja aranges"
 
-#: src/readelf.c:5440
+#: src/readelf.c:5437
 #, c-format
 msgid " CU offset:     %6<PRIx64>\n"
 msgstr " Offset CU:     %6<PRIx64>\n"
 
-#: src/readelf.c:5446
+#: src/readelf.c:5443
 #, c-format
 msgid " Address size:  %6<PRIu64>\n"
 msgstr " Offset adresu:  %6<PRIu64>\n"
 
-#: src/readelf.c:5455
+#: src/readelf.c:5452
 #, c-format
 msgid ""
 " Segment size:  %6<PRIu64>\n"
@@ -5128,121 +5094,111 @@ msgstr ""
 " Rozmiar segmentu:  %6<PRIu64>\n"
 "\n"
 
-#: src/readelf.c:5499
-#, c-format
-msgid "   %s..%s (%<PRIx64>)\n"
-msgstr "   %s..%s (%<PRIx64>)\n"
-
-#: src/readelf.c:5502
-#, c-format
-msgid "   %s..%s\n"
-msgstr "   %s..%s\n"
-
-#: src/readelf.c:5511
+#: src/readelf.c:5507
 #, c-format
 msgid "   %zu padding bytes\n"
 msgstr "   bajty wypełnienia: %zu\n"
 
-#: src/readelf.c:5554
+#: src/readelf.c:5550
 #, fuzzy, c-format
 msgid "cannot get .debug_rnglists content: %s"
 msgstr "nie można uzyskać zawartości .debug_ranges: %s"
 
-#: src/readelf.c:5577 src/readelf.c:8808
+#: src/readelf.c:5573 src/readelf.c:8781
 #, fuzzy, c-format
 msgid ""
 "Table at Offset 0x%<PRIx64>:\n"
 "\n"
 msgstr " Offset .debug_line: 0x%<PRIx64>\n"
 
-#: src/readelf.c:5632 src/readelf.c:8863
+#: src/readelf.c:5628 src/readelf.c:8836
 #, fuzzy, c-format
 msgid " Offset entries: %8<PRIu64>\n"
 msgstr " Długość offsetu:    %<PRIu8>\n"
 
-#: src/readelf.c:5650 src/readelf.c:8881
+#: src/readelf.c:5644 src/readelf.c:8852
 #, c-format
-msgid " Unknown CU base: %s\n"
+msgid " Unknown CU base: "
 msgstr ""
 
-#: src/readelf.c:5652 src/readelf.c:8883
+#: src/readelf.c:5646 src/readelf.c:8854
 #, c-format
-msgid " CU [%6<PRIx64>] base: %s\n"
+msgid " CU [%6<PRIx64>] base: "
 msgstr ""
 
-#: src/readelf.c:5657 src/readelf.c:8888
+#: src/readelf.c:5652 src/readelf.c:8860
 #, c-format
 msgid " Not associated with a CU.\n"
 msgstr ""
 
-#: src/readelf.c:5668 src/readelf.c:8899
+#: src/readelf.c:5663 src/readelf.c:8871
 #, c-format
 msgid "too many offset entries for unit length"
 msgstr ""
 
-#: src/readelf.c:5672 src/readelf.c:8903
+#: src/readelf.c:5667 src/readelf.c:8875
 #, fuzzy, c-format
 msgid "  Offsets starting at 0x%<PRIx64>:\n"
 msgstr " Offset:             0x%<PRIx64>\n"
 
-#: src/readelf.c:5725
+#: src/readelf.c:5719
 #, fuzzy, c-format
 msgid "invalid range list data"
 msgstr "nieprawidłowe dane"
 
-#: src/readelf.c:5921 src/readelf.c:9203
+#: src/readelf.c:5904 src/readelf.c:9163
 #, fuzzy, c-format
 msgid ""
 "   %zu padding bytes\n"
 "\n"
 msgstr "   bajty wypełnienia: %zu\n"
 
-#: src/readelf.c:5938
+#: src/readelf.c:5921
 #, c-format
 msgid "cannot get .debug_ranges content: %s"
 msgstr "nie można uzyskać zawartości .debug_ranges: %s"
 
-#: src/readelf.c:5976 src/readelf.c:9260
+#: src/readelf.c:5957 src/readelf.c:9218
 #, c-format
 msgid ""
 "\n"
-" Unknown CU base: %s\n"
+" Unknown CU base: "
 msgstr ""
 
-#: src/readelf.c:5978 src/readelf.c:9262
+#: src/readelf.c:5959 src/readelf.c:9220
 #, c-format
 msgid ""
 "\n"
-" CU [%6<PRIx64>] base: %s\n"
+" CU [%6<PRIx64>] base: "
 msgstr ""
 
-#: src/readelf.c:5986 src/readelf.c:9285 src/readelf.c:9311
+#: src/readelf.c:5968 src/readelf.c:9244 src/readelf.c:9270
 #, c-format
 msgid " [%6tx]  <INVALID DATA>\n"
 msgstr " [%6tx]  <NIEPRAWIDŁOWE DANE>\n"
 
-#: src/readelf.c:6008 src/readelf.c:9392
+#: src/readelf.c:5989 src/readelf.c:9350
 #, fuzzy, c-format
 msgid ""
 " [%6tx] base address\n"
-"          %s\n"
+"          "
 msgstr " [%6tx]  adres podstawowy %s\n"
 
-#: src/readelf.c:6015 src/readelf.c:9399
+#: src/readelf.c:5997 src/readelf.c:9358
 #, fuzzy, c-format
 msgid " [%6tx] empty list\n"
 msgstr " [%6tx]  pusta lista\n"
 
-#: src/readelf.c:6271
+#: src/readelf.c:6252
 msgid "         <INVALID DATA>\n"
 msgstr "         <NIEPRAWIDŁOWE DANE>\n"
 
-#: src/readelf.c:6524
+#: src/readelf.c:6505
 #, c-format
 msgid "cannot get ELF: %s"
 msgstr "nie można uzyskać ELF: %s"
 
-#: src/readelf.c:6542
+#: src/readelf.c:6523
 #, c-format
 msgid ""
 "\n"
@@ -5251,7 +5207,7 @@ msgstr ""
 "\n"
 "Sekcja informacji o ramce wywołania [%2zu] „%s” pod offsetem %#<PRIx64>:\n"
 
-#: src/readelf.c:6592
+#: src/readelf.c:6573
 #, c-format
 msgid ""
 "\n"
@@ -5260,65 +5216,65 @@ msgstr ""
 "\n"
 " [%6tx] Zerowy koniec\n"
 
-#: src/readelf.c:6685 src/readelf.c:6840
+#: src/readelf.c:6666 src/readelf.c:6820
 #, c-format
 msgid "invalid augmentation length"
 msgstr "nieprawidłowa długość powiększenia"
 
-#: src/readelf.c:6700
+#: src/readelf.c:6681
 msgid "FDE address encoding: "
 msgstr "Kodowanie adresu FDE: "
 
-#: src/readelf.c:6706
+#: src/readelf.c:6687
 msgid "LSDA pointer encoding: "
 msgstr "Kodowanie wskaźnika LSDA: "
 
-#: src/readelf.c:6817
+#: src/readelf.c:6797
 #, c-format
 msgid " (offset: %#<PRIx64>)"
 msgstr " (offset: %#<PRIx64>)"
 
-#: src/readelf.c:6824
+#: src/readelf.c:6804
 #, c-format
 msgid " (end offset: %#<PRIx64>)"
 msgstr " (kończący offset: %#<PRIx64>)"
 
-#: src/readelf.c:6861
+#: src/readelf.c:6841
 #, c-format
 msgid "   %-26sLSDA pointer: %#<PRIx64>\n"
 msgstr "   %-26sWskaźnik LSDA: %#<PRIx64>\n"
 
-#: src/readelf.c:6919
+#: src/readelf.c:6899
 #, fuzzy, c-format
 msgid "DIE [%<PRIx64>] cannot get attribute code: %s"
 msgstr "nie można uzyskać kodu atrybutu: %s"
 
-#: src/readelf.c:6929
+#: src/readelf.c:6909
 #, fuzzy, c-format
 msgid "DIE [%<PRIx64>] cannot get attribute form: %s"
 msgstr "nie można uzyskać formy atrybutu: %s"
 
-#: src/readelf.c:6951
+#: src/readelf.c:6931
 #, 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:7285
+#: src/readelf.c:7264
 #, fuzzy, c-format
 msgid "invalid file (%<PRId64>): %s"
 msgstr "nieprawidłowy plik"
 
-#: src/readelf.c:7289
+#: src/readelf.c:7268
 #, fuzzy, c-format
 msgid "no srcfiles for CU [%<PRIx64>]"
 msgstr " ustawienie pliku na %<PRIu64>\n"
 
-#: src/readelf.c:7293
+#: src/readelf.c:7272
 #, fuzzy, c-format
 msgid "couldn't get DWARF CU: %s"
 msgstr "nie można uzyskać ELF: %s"
 
-#: src/readelf.c:7459
+#: src/readelf.c:7437
 #, c-format
 msgid ""
 "\n"
@@ -5329,12 +5285,12 @@ msgstr ""
 "Sekcja DWARF [%2zu] „%s” pod offsetem %#<PRIx64>:\n"
 " [Offset]\n"
 
-#: src/readelf.c:7509
+#: src/readelf.c:7487
 #, fuzzy, c-format
 msgid "cannot get next unit: %s"
 msgstr "nie można uzyskać następnego DIE: %s"
 
-#: src/readelf.c:7528
+#: src/readelf.c:7506
 #, fuzzy, c-format
 msgid ""
 " Type unit at offset %<PRIu64>:\n"
@@ -5347,7 +5303,7 @@ msgstr ""
 "%<PRIu8>, rozmiar offsetu: %<PRIu8>\n"
 " Podpis typu: %#<PRIx64>, offset typu: %#<PRIx64>\n"
 
-#: src/readelf.c:7540
+#: src/readelf.c:7518
 #, c-format
 msgid ""
 " Compilation unit at offset %<PRIu64>:\n"
@@ -5358,38 +5314,38 @@ msgstr ""
 " Wersja: %<PRIu16>, offset sekcji skrótów: %<PRIu64>, rozmiar adresu: "
 "%<PRIu8>, rozmiar offsetu: %<PRIu8>\n"
 
-#: src/readelf.c:7550 src/readelf.c:7713
+#: src/readelf.c:7528 src/readelf.c:7691
 #, c-format
 msgid " Unit type: %s (%<PRIu8>)"
 msgstr ""
 
-#: src/readelf.c:7577
+#: src/readelf.c:7555
 #, c-format
 msgid "unknown version (%d) or unit type (%d)"
 msgstr ""
 
-#: src/readelf.c:7606
+#: src/readelf.c:7584
 #, c-format
 msgid "cannot get DIE offset: %s"
 msgstr "nie można uzyskać offsetu DIE: %s"
 
-#: src/readelf.c:7615
+#: src/readelf.c:7593
 #, 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:7653
+#: src/readelf.c:7631
 #, c-format
 msgid "cannot get next DIE: %s\n"
 msgstr "nie można uzyskać następnego DIE: %s\n"
 
-#: src/readelf.c:7661
+#: src/readelf.c:7639
 #, c-format
 msgid "cannot get next DIE: %s"
 msgstr "nie można uzyskać następnego DIE: %s"
 
-#: src/readelf.c:7705
+#: src/readelf.c:7683
 #, fuzzy, c-format
 msgid ""
 " Split compilation unit at offset %<PRIu64>:\n"
@@ -5400,7 +5356,7 @@ msgstr ""
 " Wersja: %<PRIu16>, offset sekcji skrótów: %<PRIu64>, rozmiar adresu: "
 "%<PRIu8>, rozmiar offsetu: %<PRIu8>\n"
 
-#: src/readelf.c:7756
+#: src/readelf.c:7734
 #, c-format
 msgid ""
 "\n"
@@ -5411,18 +5367,18 @@ msgstr ""
 "Sekcja DWARF [%2zu] „%s” pod offsetem %#<PRIx64>:\n"
 "\n"
 
-#: src/readelf.c:8060
+#: src/readelf.c:8038
 #, fuzzy, c-format
 msgid "unknown form: %s"
 msgstr "nieznany błąd"
 
-#: src/readelf.c:8091
+#: src/readelf.c:8069
 #, 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:8193
+#: src/readelf.c:8171
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -5453,27 +5409,27 @@ msgstr ""
 "\n"
 "Instrukcje:\n"
 
-#: src/readelf.c:8215
+#: src/readelf.c:8193
 #, fuzzy, c-format
 msgid "cannot handle .debug_line version: %u\n"
 msgstr "nie można uzyskać wersji symbolu: %s"
 
-#: src/readelf.c:8223
+#: src/readelf.c:8201
 #, fuzzy, c-format
 msgid "cannot handle address size: %u\n"
 msgstr "nieobsługiwany rozmiar adresu"
 
-#: src/readelf.c:8231
+#: src/readelf.c:8209
 #, fuzzy, c-format
 msgid "cannot handle segment selector size: %u\n"
 msgstr "nie można uzyskać sekcji: %s"
 
-#: src/readelf.c:8241
+#: src/readelf.c:8219
 #, 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:8256
+#: src/readelf.c:8234
 #, c-format
 msgid "  [%*<PRIuFAST8>]  %hhu argument\n"
 msgid_plural "  [%*<PRIuFAST8>]  %hhu arguments\n"
@@ -5481,7 +5437,7 @@ msgstr[0] "  [%*<PRIuFAST8>]  %hhu parametr\n"
 msgstr[1] "  [%*<PRIuFAST8>]  %hhu parametry\n"
 msgstr[2] "  [%*<PRIuFAST8>]  %hhu parametrów\n"
 
-#: src/readelf.c:8267
+#: src/readelf.c:8245
 msgid ""
 "\n"
 "Directory table:"
@@ -5489,12 +5445,12 @@ msgstr ""
 "\n"
 "Tabela katalogu:"
 
-#: src/readelf.c:8273 src/readelf.c:8346
+#: src/readelf.c:8251 src/readelf.c:8326
 #, fuzzy, c-format
 msgid "      ["
 msgstr "    PC: "
 
-#: src/readelf.c:8340
+#: src/readelf.c:8320
 #, fuzzy
 msgid ""
 "\n"
@@ -5503,7 +5459,7 @@ msgstr ""
 "\n"
 " Tabela strony wywołania:"
 
-#: src/readelf.c:8399
+#: src/readelf.c:8381
 #, fuzzy
 msgid " Entry Dir   Time      Size      Name"
 msgstr ""
@@ -5511,7 +5467,7 @@ msgstr ""
 "Tabela nazw plików:\n"
 " Wpis Kat    Czas      Rozmiar   Nazwa"
 
-#: src/readelf.c:8434
+#: src/readelf.c:8416
 msgid ""
 "\n"
 "Line number statements:"
@@ -5519,119 +5475,119 @@ msgstr ""
 "\n"
 "Instrukcje numerów wierszy:"
 
-#: src/readelf.c:8481
+#: src/readelf.c:8463
 #, c-format
 msgid "invalid maximum operations per instruction is zero"
 msgstr "nieprawidłowe maksimum operacji na instrukcję wynosi zero"
 
-#: src/readelf.c:8517
-#, c-format
-msgid " special opcode %u: address+%u = %s, op_index = %u, line%+d = %zu\n"
+#: src/readelf.c:8497
+#, fuzzy, c-format
+msgid " special opcode %u: address+%u = "
+msgstr " instrukcja specjalna %u: adres+%u = %s, wiersz%+d = %zu\n"
+
+#: src/readelf.c:8501
+#, 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:8522
+#: src/readelf.c:8504
 #, c-format
-msgid " special opcode %u: address+%u = %s, line%+d = %zu\n"
-msgstr " instrukcja specjalna %u: adres+%u = %s, wiersz%+d = %zu\n"
+msgid ", line%+d = %zu\n"
+msgstr ""
 
-#: src/readelf.c:8542
+#: src/readelf.c:8522
 #, c-format
 msgid " extended opcode %u: "
 msgstr " instrukcja rozszerzona %u: "
 
-#: src/readelf.c:8547
+#: src/readelf.c:8527
 msgid " end of sequence"
 msgstr " koniec sekwencji"
 
-#: src/readelf.c:8566
-#, c-format
-msgid " set address to %s\n"
+#: src/readelf.c:8545
+#, fuzzy, c-format
+msgid " set address to "
 msgstr " ustawienie adresu na %s\n"
 
-#: src/readelf.c:8593
+#: src/readelf.c:8573
 #, 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:8606
+#: src/readelf.c:8586
 #, c-format
 msgid " set discriminator to %u\n"
 msgstr " ustawienie dyskryminatora na %u\n"
 
 #. Unknown, ignore it.
-#: src/readelf.c:8611
+#: src/readelf.c:8591
 msgid " unknown opcode"
 msgstr " nieznana instrukcja"
 
 #. Takes no argument.
-#: src/readelf.c:8623
+#: src/readelf.c:8603
 msgid " copy"
 msgstr " kopiowanie"
 
-#: src/readelf.c:8634
-#, c-format
-msgid " advance address by %u to %s, op_index to %u\n"
-msgstr " zwiększenie adresu o %u do %s, op_index do %u\n"
+#: src/readelf.c:8612
+#, fuzzy, c-format
+msgid " advance address by %u to "
+msgstr " zwiększenie adresu o %u do %s\n"
 
-#: src/readelf.c:8638
+#: src/readelf.c:8616 src/readelf.c:8672
 #, c-format
-msgid " advance address by %u to %s\n"
-msgstr " zwiększenie adresu o %u do %s\n"
+msgid ", op_index to %u"
+msgstr ""
 
-#: src/readelf.c:8649
+#: src/readelf.c:8626
 #, c-format
 msgid " advance line by constant %d to %<PRId64>\n"
 msgstr " zwiększenie wiersza o stałą %d do %<PRId64>\n"
 
-#: src/readelf.c:8657
+#: src/readelf.c:8634
 #, c-format
 msgid " set file to %<PRIu64>\n"
 msgstr " ustawienie pliku na %<PRIu64>\n"
 
-#: src/readelf.c:8667
+#: src/readelf.c:8644
 #, c-format
 msgid " set column to %<PRIu64>\n"
 msgstr " ustawienie kolumny na %<PRIu64>\n"
 
-#: src/readelf.c:8674
+#: src/readelf.c:8651
 #, c-format
 msgid " set '%s' to %<PRIuFAST8>\n"
 msgstr " ustawienie „%s” na %<PRIuFAST8>\n"
 
 #. Takes no argument.
-#: src/readelf.c:8680
+#: src/readelf.c:8657
 msgid " set basic block flag"
 msgstr " ustawienie podstawowej flagi bloku"
 
-#: src/readelf.c:8693
-#, c-format
-msgid " advance address by constant %u to %s, op_index to %u\n"
-msgstr " zwiększenie adresu o stałą %u do %s, op_index do %u\n"
-
-#: src/readelf.c:8697
-#, c-format
-msgid " advance address by constant %u to %s\n"
+#: src/readelf.c:8668
+#, fuzzy, c-format
+msgid " advance address by constant %u to "
 msgstr " zwiększenie adresu o stałą %u do %s\n"
 
-#: src/readelf.c:8715
-#, c-format
-msgid " advance address by fixed value %u to %s\n"
+#: src/readelf.c:8687
+#, 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:8724
+#: src/readelf.c:8697
 msgid " set prologue end flag"
 msgstr " ustawienie flagi końca prologu"
 
 #. Takes no argument.
-#: src/readelf.c:8729
+#: src/readelf.c:8702
 msgid " set epilogue begin flag"
 msgstr " ustawienie flagi początku epilogu"
 
-#: src/readelf.c:8738
+#: src/readelf.c:8711
 #, c-format
 msgid " set isa to %u\n"
 msgstr " ustawienie isa na %u\n"
@@ -5639,7 +5595,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:8747
+#: src/readelf.c:8720
 #, c-format
 msgid " unknown opcode with %<PRIu8> parameter:"
 msgid_plural " unknown opcode with %<PRIu8> parameters:"
@@ -5647,96 +5603,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:8785
+#: src/readelf.c:8758
 #, fuzzy, c-format
 msgid "cannot get .debug_loclists content: %s"
 msgstr "nie można uzyskać zawartości .debug_log: %s"
 
-#: src/readelf.c:8956
+#: src/readelf.c:8927
 #, fuzzy, c-format
 msgid "invalid loclists data"
 msgstr "nieprawidłowe dane"
 
-#: src/readelf.c:9220
+#: src/readelf.c:9180
 #, c-format
 msgid "cannot get .debug_loc content: %s"
 msgstr "nie można uzyskać zawartości .debug_log: %s"
 
-#: src/readelf.c:9429 src/readelf.c:10443
+#: src/readelf.c:9385 src/readelf.c:10399
 msgid "   <INVALID DATA>\n"
 msgstr "   <NIEPRAWIDŁOWE DANE>\n"
 
-#: src/readelf.c:9483 src/readelf.c:9646
+#: src/readelf.c:9439 src/readelf.c:9602
 #, c-format
 msgid "cannot get macro information section data: %s"
 msgstr "nie można uzyskać danych sekcji informacji o makrach: %s"
 
-#: src/readelf.c:9563
+#: src/readelf.c:9519
 #, c-format
 msgid "%*s*** non-terminated string at end of section"
 msgstr "%*s*** niezakończony ciąg na końcu sekcji"
 
-#: src/readelf.c:9586
+#: src/readelf.c:9542
 #, 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:9687
+#: src/readelf.c:9643
 #, c-format
 msgid " Offset:             0x%<PRIx64>\n"
 msgstr " Offset:             0x%<PRIx64>\n"
 
-#: src/readelf.c:9699
+#: src/readelf.c:9655
 #, c-format
 msgid " Version:            %<PRIu16>\n"
 msgstr " Wersja:             %<PRIu16>\n"
 
-#: src/readelf.c:9705 src/readelf.c:10562
+#: src/readelf.c:9661 src/readelf.c:10518
 #, c-format
 msgid "  unknown version, cannot parse section\n"
 msgstr "  nieznana wersja, nie można przetworzyć sekcji\n"
 
-#: src/readelf.c:9712
+#: src/readelf.c:9668
 #, c-format
 msgid " Flag:               0x%<PRIx8>\n"
 msgstr " Flaga:              0x%<PRIx8>\n"
 
-#: src/readelf.c:9715
+#: src/readelf.c:9671
 #, c-format
 msgid " Offset length:      %<PRIu8>\n"
 msgstr " Długość offsetu:    %<PRIu8>\n"
 
-#: src/readelf.c:9723
+#: src/readelf.c:9679
 #, c-format
 msgid " .debug_line offset: 0x%<PRIx64>\n"
 msgstr " Offset .debug_line: 0x%<PRIx64>\n"
 
-#: src/readelf.c:9748
+#: src/readelf.c:9704
 #, c-format
 msgid "  extension opcode table, %<PRIu8> items:\n"
 msgstr "  tabela instrukcji rozszerzenia, %<PRIu8> elementów:\n"
 
-#: src/readelf.c:9755
+#: src/readelf.c:9711
 #, c-format
 msgid "    [%<PRIx8>]"
 msgstr "    [%<PRIx8>]"
 
-#: src/readelf.c:9767
+#: src/readelf.c:9723
 #, c-format
 msgid " %<PRIu8> arguments:"
 msgstr " Parametry %<PRIu8>:"
 
-#: src/readelf.c:9782
+#: src/readelf.c:9738
 #, c-format
 msgid " no arguments."
 msgstr " brak parametrów."
 
-#: src/readelf.c:9983
+#: src/readelf.c:9939
 #, 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:10025
+#: src/readelf.c:9981
 #, c-format
 msgid ""
 "\n"
@@ -5747,41 +5703,41 @@ msgstr ""
 "Sekcja DWARF [%2zu] „%s” pod offsetem %#<PRIx64>:\n"
 " %*s  Ciąg\n"
 
-#: src/readelf.c:10040
+#: src/readelf.c:9996
 #, fuzzy, c-format
 msgid " *** error, missing string terminator\n"
 msgstr " *** błąd podczas odczytywania ciągów: %s\n"
 
-#: src/readelf.c:10068
+#: src/readelf.c:10024
 #, fuzzy, c-format
 msgid "cannot get .debug_str_offsets section data: %s"
 msgstr "nie można uzyskać danych sekcji: %s"
 
-#: src/readelf.c:10167
+#: src/readelf.c:10123
 #, fuzzy, c-format
 msgid " Length:        %8<PRIu64>\n"
 msgstr ""
 "\n"
 " Długość:        %6<PRIu64>\n"
 
-#: src/readelf.c:10169
+#: src/readelf.c:10125
 #, fuzzy, c-format
 msgid " Offset size:   %8<PRIu8>\n"
 msgstr " Długość offsetu:    %<PRIu8>\n"
 
-#: src/readelf.c:10183
+#: src/readelf.c:10139
 #, fuzzy, c-format
 msgid " DWARF version: %8<PRIu16>\n"
 msgstr " Wersja DWARF: %6<PRIuFAST16>\n"
 
-#: src/readelf.c:10192
+#: src/readelf.c:10148
 #, fuzzy, c-format
 msgid " Padding:       %8<PRIx16>\n"
 msgstr ""
 "\n"
 " Długość:        %6<PRIu64>\n"
 
-#: src/readelf.c:10246
+#: src/readelf.c:10202
 #, c-format
 msgid ""
 "\n"
@@ -5790,7 +5746,7 @@ msgstr ""
 "\n"
 "Sekcja tabeli wyszukiwania ramki wywołania [%2zu] „.eh_frame_hdr”:\n"
 
-#: src/readelf.c:10348
+#: src/readelf.c:10304
 #, c-format
 msgid ""
 "\n"
@@ -5799,22 +5755,22 @@ msgstr ""
 "\n"
 "Sekcja tabeli obsługiwania wyjątków [%2zu] „.gcc_except_table”:\n"
 
-#: src/readelf.c:10371
+#: src/readelf.c:10327
 #, c-format
 msgid " LPStart encoding:    %#x "
 msgstr " Kodowanie LPStart:    %#x "
 
-#: src/readelf.c:10383
+#: src/readelf.c:10339
 #, c-format
 msgid " TType encoding:      %#x "
 msgstr " Kodowanie TType:      %#x "
 
-#: src/readelf.c:10398
+#: src/readelf.c:10354
 #, c-format
 msgid " Call site encoding:  %#x "
 msgstr " Kodowanie strony wywołania:  %#x "
 
-#: src/readelf.c:10411
+#: src/readelf.c:10367
 msgid ""
 "\n"
 " Call site table:"
@@ -5822,7 +5778,7 @@ msgstr ""
 "\n"
 " Tabela strony wywołania:"
 
-#: src/readelf.c:10425
+#: src/readelf.c:10381
 #, c-format
 msgid ""
 " [%4u] Call site start:   %#<PRIx64>\n"
@@ -5835,12 +5791,12 @@ msgstr ""
 "        Lądowisko:                 %#<PRIx64>\n"
 "        Działanie:                 %u\n"
 
-#: src/readelf.c:10498
+#: src/readelf.c:10454
 #, c-format
 msgid "invalid TType encoding"
 msgstr "nieprawidłowe kodowanie TType"
 
-#: src/readelf.c:10524
+#: src/readelf.c:10480
 #, c-format
 msgid ""
 "\n"
@@ -5849,37 +5805,37 @@ msgstr ""
 "\n"
 "Sekcja GDB [%2zu] „%s” pod offsetem %#<PRIx64> zawiera %<PRId64> bajtów:\n"
 
-#: src/readelf.c:10553
+#: src/readelf.c:10509
 #, c-format
 msgid " Version:         %<PRId32>\n"
 msgstr " Wersja:         %<PRId32>\n"
 
-#: src/readelf.c:10571
+#: src/readelf.c:10527
 #, c-format
 msgid " CU offset:       %#<PRIx32>\n"
 msgstr " offset CU:       %#<PRIx32>\n"
 
-#: src/readelf.c:10578
+#: src/readelf.c:10534
 #, c-format
 msgid " TU offset:       %#<PRIx32>\n"
 msgstr " offset TU:       %#<PRIx32>\n"
 
-#: src/readelf.c:10585
+#: src/readelf.c:10541
 #, c-format
 msgid " address offset:  %#<PRIx32>\n"
 msgstr " offset adresu:  %#<PRIx32>\n"
 
-#: src/readelf.c:10592
+#: src/readelf.c:10548
 #, c-format
 msgid " symbol offset:   %#<PRIx32>\n"
 msgstr " offset symbolu:   %#<PRIx32>\n"
 
-#: src/readelf.c:10599
+#: src/readelf.c:10555
 #, c-format
 msgid " constant offset: %#<PRIx32>\n"
 msgstr " offset stałej: %#<PRIx32>\n"
 
-#: src/readelf.c:10613
+#: src/readelf.c:10569
 #, c-format
 msgid ""
 "\n"
@@ -5888,7 +5844,7 @@ msgstr ""
 "\n"
 " Lista CU pod offsetem %#<PRIx32> zawiera %zu wpisów:\n"
 
-#: src/readelf.c:10638
+#: src/readelf.c:10594
 #, c-format
 msgid ""
 "\n"
@@ -5897,7 +5853,7 @@ msgstr ""
 "\n"
 " Lista TU pod offsetem %#<PRIx32> zawiera %zu wpisów:\n"
 
-#: src/readelf.c:10667
+#: src/readelf.c:10623
 #, c-format
 msgid ""
 "\n"
@@ -5906,7 +5862,7 @@ msgstr ""
 "\n"
 " Lista adresów pod offsetem %#<PRIx32> zawiera %zu wpisów:\n"
 
-#: src/readelf.c:10700
+#: src/readelf.c:10655
 #, c-format
 msgid ""
 "\n"
@@ -5915,18 +5871,18 @@ msgstr ""
 "\n"
 " Tabela symboli pod offsetem %#<PRIx32> zawiera %zu gniazd:\n"
 
-#: src/readelf.c:10838
+#: src/readelf.c:10793
 #, c-format
 msgid "cannot get debug context descriptor: %s"
 msgstr "nie można uzyskać deskryptora kontekstu debugowania: %s"
 
-#: src/readelf.c:11201 src/readelf.c:11823 src/readelf.c:11934
-#: src/readelf.c:11992
+#: src/readelf.c:11156 src/readelf.c:11778 src/readelf.c:11889
+#: src/readelf.c:11947
 #, c-format
 msgid "cannot convert core note data: %s"
 msgstr "nie można konwertować danych notatki core: %s"
 
-#: src/readelf.c:11564
+#: src/readelf.c:11519
 #, c-format
 msgid ""
 "\n"
@@ -5935,21 +5891,21 @@ msgstr ""
 "\n"
 "%*s… <powtarza się jeszcze %u razy>…"
 
-#: src/readelf.c:12071
+#: src/readelf.c:12026
 msgid "  Owner          Data size  Type\n"
 msgstr "  Właściciel     Rozmiar danych  Typ\n"
 
-#: src/readelf.c:12089
+#: src/readelf.c:12044
 #, c-format
 msgid "  %-13.*s  %9<PRId32>  %s\n"
 msgstr "  %-13.*s  %9<PRId32>  %s\n"
 
-#: src/readelf.c:12139
+#: src/readelf.c:12094
 #, fuzzy, c-format
 msgid "cannot get content of note: %s"
 msgstr "nie można uzyskać zawartości sekcji notatki: %s"
 
-#: src/readelf.c:12166
+#: src/readelf.c:12121
 #, c-format
 msgid ""
 "\n"
@@ -5959,7 +5915,7 @@ msgstr ""
 "Segment notatki [%2zu] „%s” o długości %<PRIu64> bajtów pod offsetem "
 "%#0<PRIx64>:\n"
 
-#: src/readelf.c:12189
+#: src/readelf.c:12144
 #, c-format
 msgid ""
 "\n"
@@ -5968,7 +5924,7 @@ msgstr ""
 "\n"
 "Segment notatki o długości %<PRIu64> bajtów pod offsetem %#0<PRIx64>:\n"
 
-#: src/readelf.c:12235
+#: src/readelf.c:12190
 #, c-format
 msgid ""
 "\n"
@@ -5977,12 +5933,12 @@ msgstr ""
 "\n"
 "Sekcja [%zu] „%s” nie ma danych do zrzucenia.\n"
 
-#: src/readelf.c:12262 src/readelf.c:12313
+#: src/readelf.c:12217 src/readelf.c:12268
 #, 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:12267
+#: src/readelf.c:12222
 #, c-format
 msgid ""
 "\n"
@@ -5992,7 +5948,7 @@ msgstr ""
 "Segment zrzutu szesnastkowego [%zu] „%s”, %<PRIu64> bajtów pod offsetem "
 "%#0<PRIx64>:\n"
 
-#: src/readelf.c:12272
+#: src/readelf.c:12227
 #, c-format
 msgid ""
 "\n"
@@ -6003,7 +5959,7 @@ msgstr ""
 "Zrzut szesnastkowy sekcji [%zu] „%s”, %<PRIu64> bajtów (%zd "
 "nieskompresowanych) pod offsetem %#0<PRIx64>:\n"
 
-#: src/readelf.c:12286
+#: src/readelf.c:12241
 #, c-format
 msgid ""
 "\n"
@@ -6012,7 +5968,7 @@ msgstr ""
 "\n"
 "Sekcja [%zu] „%s” nie ma ciągów do zrzucenia.\n"
 
-#: src/readelf.c:12318
+#: src/readelf.c:12273
 #, c-format
 msgid ""
 "\n"
@@ -6021,7 +5977,7 @@ msgstr ""
 "\n"
 "Sekcja ciągów [%zu] „%s” zawiera %<PRIu64> bajtów pod offsetem %#0<PRIx64>:\n"
 
-#: src/readelf.c:12323
+#: src/readelf.c:12278
 #, c-format
 msgid ""
 "\n"
@@ -6032,7 +5988,7 @@ msgstr ""
 "Sekcja ciągów [%zu] „%s” zawiera %<PRIu64> bajtów (%zd nieskompresowanych) "
 "pod offsetem %#0<PRIx64>:\n"
 
-#: src/readelf.c:12372
+#: src/readelf.c:12327
 #, c-format
 msgid ""
 "\n"
@@ -6041,7 +5997,7 @@ msgstr ""
 "\n"
 "sekcja [%lu] nie istnieje"
 
-#: src/readelf.c:12401
+#: src/readelf.c:12356
 #, c-format
 msgid ""
 "\n"
@@ -6050,12 +6006,12 @@ msgstr ""
 "\n"
 "sekcja „%s” nie istnieje"
 
-#: src/readelf.c:12458
+#: src/readelf.c:12413
 #, c-format
 msgid "cannot get symbol index of archive '%s': %s"
 msgstr "nie można uzyskać indeksu symboli archiwum „%s”: %s"
 
-#: src/readelf.c:12461
+#: src/readelf.c:12416
 #, c-format
 msgid ""
 "\n"
@@ -6064,7 +6020,7 @@ msgstr ""
 "\n"
 "Archiwum „%s” nie ma indeksu symboli\n"
 
-#: src/readelf.c:12465
+#: src/readelf.c:12420
 #, c-format
 msgid ""
 "\n"
@@ -6073,12 +6029,12 @@ msgstr ""
 "\n"
 "Indeks archiwum „%s” ma %zu wpisów:\n"
 
-#: src/readelf.c:12483
+#: src/readelf.c:12438
 #, 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:12488
+#: src/readelf.c:12443
 #, c-format
 msgid "Archive member '%s' contains:\n"
 msgstr "Element archiwum „%s” zawiera:\n"
@@ -6977,6 +6933,48 @@ msgstr "Dodatkowo wyświetla nazwy funkcji"
 msgid "Show instances of inlined functions"
 msgstr "Wyświetla wystąpienia wstawionych funkcji"
 
+#~ msgid "%s+%#<PRIx64> <%s+%#<PRIx64>>"
+#~ msgstr "%s+%#<PRIx64> <%s+%#<PRIx64>>"
+
+#~ msgid "%s+%#0*<PRIx64> <%s+%#<PRIx64>>"
+#~ msgstr "%s+%#0*<PRIx64> <%s+%#<PRIx64>>"
+
+#~ msgid "%#<PRIx64> <%s+%#<PRIx64>>"
+#~ msgstr "%#<PRIx64> <%s+%#<PRIx64>>"
+
+#~ msgid "%#0*<PRIx64> <%s+%#<PRIx64>>"
+#~ msgstr "%#0*<PRIx64> <%s+%#<PRIx64>>"
+
+#~ msgid "%s+%#<PRIx64> <%s>"
+#~ msgstr "%s+%#<PRIx64> <%s>"
+
+#~ msgid "%s+%#0*<PRIx64> <%s>"
+#~ msgstr "%s+%#0*<PRIx64> <%s>"
+
+#~ msgid "%#<PRIx64> <%s>"
+#~ msgstr "%#<PRIx64> <%s>"
+
+#~ msgid "%#0*<PRIx64> <%s>"
+#~ msgstr "%#0*<PRIx64> <%s>"
+
+#~ msgid "%s+%#<PRIx64>"
+#~ msgstr "%s+%#<PRIx64>"
+
+#~ msgid "%s+%#0*<PRIx64>"
+#~ msgstr "%s+%#0*<PRIx64>"
+
+#~ msgid "   %s..%s (%<PRIx64>)\n"
+#~ msgstr "   %s..%s (%<PRIx64>)\n"
+
+#~ msgid "   %s..%s\n"
+#~ msgstr "   %s..%s\n"
+
+#~ msgid " advance address by %u to %s, op_index to %u\n"
+#~ msgstr " zwiększenie adresu o %u do %s, op_index do %u\n"
+
+#~ msgid " advance address by constant %u to %s, op_index to %u\n"
+#~ msgstr " zwiększenie adresu o stałą %u do %s, op_index do %u\n"
+
 #~ msgid " [%6tx]  %s..%s\n"
 #~ msgstr " [%6tx]  %s…%s\n"
 
index e13457c..02565d0 100644 (file)
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n"
-"POT-Creation-Date: 2018-06-01 21:13+0200\n"
+"POT-Creation-Date: 2018-06-11 17:12+0200\n"
 "PO-Revision-Date: 2015-09-26 16:41+0300\n"
 "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
 "Language-Team: Ukrainian <kde-i18n-uk@kde.org>\n"
@@ -58,8 +58,8 @@ msgstr ""
 "початкових кодах. Умовами ліцензування програми НЕ передбачено жодних "
 "гарантій, зокрема гарантій працездатності або придатності для певної мети.\n"
 
-#: lib/xmalloc.c:53 lib/xmalloc.c:66 lib/xmalloc.c:78 src/readelf.c:3372
-#: src/readelf.c:3763 src/readelf.c:11150 src/unstrip.c:2227 src/unstrip.c:2433
+#: lib/xmalloc.c:53 lib/xmalloc.c:66 lib/xmalloc.c:78 src/readelf.c:3395
+#: src/readelf.c:11105 src/unstrip.c:2227 src/unstrip.c:2433
 #, c-format
 msgid "memory exhausted"
 msgstr "пам’ять вичерпано"
@@ -621,7 +621,7 @@ msgstr "некоректна розмірність вхідного парам
 msgid "invalid size of destination operand"
 msgstr "некоректна розмірність вихідного параметра"
 
-#: libelf/elf_error.c:87 src/readelf.c:6126
+#: libelf/elf_error.c:87 src/readelf.c:6107
 #, c-format
 msgid "invalid encoding"
 msgstr "некоректне кодування"
@@ -707,8 +707,8 @@ msgstr "невідповідність полів data/scn"
 msgid "invalid section header"
 msgstr "некоректний заголовок розділу"
 
-#: libelf/elf_error.c:191 src/readelf.c:9695 src/readelf.c:10266
-#: src/readelf.c:10367 src/readelf.c:10548
+#: libelf/elf_error.c:191 src/readelf.c:9651 src/readelf.c:10222
+#: src/readelf.c:10323 src/readelf.c:10504
 #, c-format
 msgid "invalid data"
 msgstr "некоректні дані"
@@ -1461,7 +1461,7 @@ msgstr ""
 "розділ [%2zu] «%s»: адреса розділів локальних даних потоків не є нульовою\n"
 
 #. Strings for arguments in help texts.
-#: src/elfcompress.c:1294 src/elflint.c:78 src/readelf.c:152
+#: src/elfcompress.c:1294 src/elflint.c:78 src/readelf.c:154
 msgid "FILE..."
 msgstr "ФАЙЛ..."
 
@@ -1495,7 +1495,7 @@ msgid "Pedantic checking of ELF files compliance with gABI/psABI spec."
 msgstr ""
 "Педантична перевірка файлів ELF на сумісність зі специфікаціями gABI/psABI."
 
-#: src/elflint.c:155 src/readelf.c:334
+#: src/elflint.c:155 src/readelf.c:347
 #, c-format
 msgid "cannot open input file"
 msgstr "не вдалося відкрити вхідний файл."
@@ -1514,7 +1514,7 @@ msgstr "помилка під час спроби закриття дескри
 msgid "No errors"
 msgstr "Без помилок"
 
-#: src/elflint.c:220 src/readelf.c:533
+#: src/elflint.c:220 src/readelf.c:546
 msgid "Missing file name.\n"
 msgstr "Не вказано назви файла.\n"
 
@@ -3732,12 +3732,12 @@ msgstr "%s%s%s: не вдалося розпізнати формат файла
 msgid "cannot create search tree"
 msgstr "не вдалося створити дерево пошуку"
 
-#: src/nm.c:747 src/nm.c:1208 src/objdump.c:778 src/readelf.c:593
-#: src/readelf.c:1183 src/readelf.c:1383 src/readelf.c:1531 src/readelf.c:1732
-#: src/readelf.c:1938 src/readelf.c:2128 src/readelf.c:2306 src/readelf.c:2382
-#: src/readelf.c:2640 src/readelf.c:2716 src/readelf.c:2803 src/readelf.c:3391
-#: src/readelf.c:3441 src/readelf.c:3504 src/readelf.c:10982
-#: src/readelf.c:12154 src/readelf.c:12357 src/readelf.c:12425 src/size.c:397
+#: src/nm.c:747 src/nm.c:1208 src/objdump.c:778 src/readelf.c:606
+#: src/readelf.c:1196 src/readelf.c:1396 src/readelf.c:1544 src/readelf.c:1745
+#: src/readelf.c:1951 src/readelf.c:2141 src/readelf.c:2319 src/readelf.c:2395
+#: src/readelf.c:2653 src/readelf.c:2729 src/readelf.c:2816 src/readelf.c:3414
+#: src/readelf.c:3464 src/readelf.c:3527 src/readelf.c:10937
+#: src/readelf.c:12109 src/readelf.c:12312 src/readelf.c:12380 src/size.c:397
 #: src/size.c:466 src/strip.c:572
 #, c-format
 msgid "cannot get section header string table index"
@@ -3822,7 +3822,7 @@ msgstr "Показати інформацію лише з розділу НАЗ
 msgid "Show information from FILEs (a.out by default)."
 msgstr "Показати інформацію з ФАЙЛів (типово a.out)."
 
-#: src/objdump.c:219 src/readelf.c:538
+#: src/objdump.c:219 src/readelf.c:551
 msgid "No operation specified.\n"
 msgstr "Не вказано дії.\n"
 
@@ -3831,11 +3831,11 @@ msgstr "Не вказано дії.\n"
 msgid "while close `%s'"
 msgstr "під час закриття «%s»"
 
-#: src/objdump.c:364 src/readelf.c:2033 src/readelf.c:2225
+#: src/objdump.c:364 src/readelf.c:2046 src/readelf.c:2238
 msgid "INVALID SYMBOL"
 msgstr "НЕКОРЕКТНИЙ СИМВОЛ"
 
-#: src/objdump.c:379 src/readelf.c:2067 src/readelf.c:2261
+#: src/objdump.c:379 src/readelf.c:2080 src/readelf.c:2274
 msgid "INVALID SECTION"
 msgstr "НЕКОРЕКТНИЙ РОЗДІЛ"
 
@@ -3889,86 +3889,86 @@ msgstr "«%s» не є архівом"
 msgid "error while freeing sub-ELF descriptor: %s"
 msgstr "помилка під час спроби вивільнення дескриптора під-ELF: %s"
 
-#: src/readelf.c:93
+#: src/readelf.c:95
 msgid "ELF input selection:"
 msgstr "Вибір вихідних даних ELF:"
 
-#: src/readelf.c:95
+#: src/readelf.c:97
 msgid ""
 "Use the named SECTION (default .gnu_debugdata) as (compressed) ELF input data"
 msgstr ""
 "Використовувати вказаний за іменем РОЗДІЛ (типово .gnu_debugdata) як "
 "(стиснені) вхідні дані ELF"
 
-#: src/readelf.c:98
+#: src/readelf.c:100
 msgid ""
 "Used with -w to find the skeleton Compile Units in FILE associated with the "
 "Split Compile units in a .dwo input file"
 msgstr ""
 
-#: src/readelf.c:100
+#: src/readelf.c:102
 msgid "ELF output selection:"
 msgstr "Вибір виводу ELF:"
 
-#: src/readelf.c:102
+#: src/readelf.c:104
 msgid "All these plus -p .strtab -p .dynstr -p .comment"
 msgstr "Все це плюс -p .strtab -p .dynstr -p .comment"
 
-#: src/readelf.c:103
+#: src/readelf.c:105
 msgid "Display the dynamic segment"
 msgstr "Показувати динамічний сегмент"
 
-#: src/readelf.c:104
+#: src/readelf.c:106
 msgid "Display the ELF file header"
 msgstr "Показувати заголовок файла ELF"
 
-#: src/readelf.c:106
+#: src/readelf.c:108
 msgid "Display histogram of bucket list lengths"
 msgstr "Показати гістограму довжин списку блоків"
 
-#: src/readelf.c:107
+#: src/readelf.c:109
 msgid "Display the program headers"
 msgstr "Показувати заголовки програми"
 
-#: src/readelf.c:109
+#: src/readelf.c:111
 msgid "Display relocations"
 msgstr "Показувати пересування"
 
-#: src/readelf.c:110
+#: src/readelf.c:112
 #, fuzzy
 msgid "Display the section groups"
 msgstr "Показувати заголовки розділів"
 
-#: src/readelf.c:111
+#: src/readelf.c:113
 msgid "Display the sections' headers"
 msgstr "Показувати заголовки розділів"
 
-#: src/readelf.c:114
+#: src/readelf.c:116
 #, fuzzy
 msgid "Display the symbol table sections"
 msgstr "Показувати таблицю символів"
 
-#: src/readelf.c:115
+#: src/readelf.c:117
 msgid "Display versioning information"
 msgstr "Показувати відомості щодо версії"
 
-#: src/readelf.c:116
+#: src/readelf.c:118
 msgid "Display the ELF notes"
 msgstr "Показувати нотатки ELF"
 
-#: src/readelf.c:118
+#: src/readelf.c:120
 msgid "Display architecture specific information, if any"
 msgstr "Показувати специфічні для архітектури дані, якщо такі буде виявлено"
 
-#: src/readelf.c:120
+#: src/readelf.c:122
 msgid "Display sections for exception handling"
 msgstr "Показувати розділи для обробки виключень"
 
-#: src/readelf.c:122
+#: src/readelf.c:124
 msgid "Additional output selection:"
 msgstr "Додатковий вибір виводу:"
 
-#: src/readelf.c:124
+#: src/readelf.c:126
 #, fuzzy
 msgid ""
 "Display DWARF section content.  SECTION can be one of abbrev, addr, aranges, "
@@ -3979,69 +3979,78 @@ msgstr ""
 "decodedaranges, frame, gdb_index, info, loc, line, decodedline, ranges, "
 "pubnames, str, macinfo, macro або exception"
 
-#: src/readelf.c:128
+#: src/readelf.c:130
 msgid "Dump the uninterpreted contents of SECTION, by number or name"
 msgstr ""
 "Створити дамп даних РОЗДІЛ, які не вдалося інтерпретувати, за номером або "
 "назвами"
 
-#: src/readelf.c:130
+#: src/readelf.c:132
 msgid "Print string contents of sections"
 msgstr "Виводити вміст рядків розділів"
 
-#: src/readelf.c:133
+#: src/readelf.c:135
 msgid "Display the symbol index of an archive"
 msgstr "Показувати покажчик символів архіву"
 
-#: src/readelf.c:135
+#: src/readelf.c:137
 msgid "Output control:"
 msgstr "Керування виводом:"
 
-#: src/readelf.c:137
+#: src/readelf.c:139
 msgid "Do not find symbol names for addresses in DWARF data"
 msgstr "Не шукати назви символів для адрес у даних DWARF"
 
-#: src/readelf.c:139
+#: src/readelf.c:141
 msgid ""
 "Display just offsets instead of resolving values to addresses in DWARF data"
 msgstr "Показати лише зміщення, а не визначені значення адреси у даних DWARF"
 
-#: src/readelf.c:141
+#: src/readelf.c:143
 msgid "Ignored for compatibility (lines always wide)"
 msgstr "Ігнорується з міркувань сумісності (рядки завжди широкі)"
 
-#: src/readelf.c:143
+#: src/readelf.c:145
 msgid ""
 "Show compression information for compressed sections (when used with -S); "
 "decompress section before dumping data (when used with -p or -x)"
 msgstr ""
 
 #. Short description of program.
-#: src/readelf.c:148
+#: src/readelf.c:150
 msgid "Print information from ELF file in human-readable form."
 msgstr "Виводити відомості з файла ELF у придатному для читання форматі."
 
-#: src/readelf.c:506
+#. Look up once.
+#: src/readelf.c:329
+msgid "yes"
+msgstr "так"
+
+#: src/readelf.c:330
+msgid "no"
+msgstr "ні"
+
+#: src/readelf.c:519
 #, c-format
 msgid "Unknown DWARF debug section `%s'.\n"
 msgstr "Невідомий діагностичний розділ DWARF «%s».\n"
 
-#: src/readelf.c:577 src/readelf.c:688
+#: src/readelf.c:590 src/readelf.c:701
 #, c-format
 msgid "cannot generate Elf descriptor: %s"
 msgstr "не вдалося створити дескриптор Elf: %s"
 
-#: src/readelf.c:584 src/readelf.c:912 src/strip.c:641
+#: src/readelf.c:597 src/readelf.c:925 src/strip.c:641
 #, c-format
 msgid "cannot determine number of sections: %s"
 msgstr "не вдалося визначити кількість розділів: %s"
 
-#: src/readelf.c:602 src/readelf.c:1205 src/readelf.c:1407
+#: src/readelf.c:615 src/readelf.c:1218 src/readelf.c:1420
 #, c-format
 msgid "cannot get section: %s"
 msgstr "не вдалося отримати розділ: %s"
 
-#: src/readelf.c:611 src/readelf.c:1212 src/readelf.c:1415 src/readelf.c:12377
+#: src/readelf.c:624 src/readelf.c:1225 src/readelf.c:1428 src/readelf.c:12332
 #: src/unstrip.c:375 src/unstrip.c:406 src/unstrip.c:455 src/unstrip.c:565
 #: src/unstrip.c:582 src/unstrip.c:619 src/unstrip.c:817 src/unstrip.c:1109
 #: src/unstrip.c:1301 src/unstrip.c:1362 src/unstrip.c:1535 src/unstrip.c:1650
@@ -4050,109 +4059,109 @@ msgstr "не вдалося отримати розділ: %s"
 msgid "cannot get section header: %s"
 msgstr "не вдалося отримати заголовок розділу: %s"
 
-#: src/readelf.c:619
+#: src/readelf.c:632
 #, c-format
 msgid "cannot get section name"
 msgstr "не вдалося отримати назву розділу"
 
-#: src/readelf.c:628 src/readelf.c:6536 src/readelf.c:10254 src/readelf.c:10356
-#: src/readelf.c:10533
+#: src/readelf.c:641 src/readelf.c:6517 src/readelf.c:10210 src/readelf.c:10312
+#: src/readelf.c:10489
 #, c-format
 msgid "cannot get %s content: %s"
 msgstr "не вдалося отримати дані %s: %s"
 
-#: src/readelf.c:644
+#: src/readelf.c:657
 #, c-format
 msgid "cannot create temp file '%s'"
 msgstr "не вдалося створити файл тимчасових даних «%s»"
 
-#: src/readelf.c:653
+#: src/readelf.c:666
 #, c-format
 msgid "cannot write section data"
 msgstr "не вдалося записати дані розділу"
 
-#: src/readelf.c:659 src/readelf.c:676 src/readelf.c:705
+#: src/readelf.c:672 src/readelf.c:689 src/readelf.c:718
 #, c-format
 msgid "error while closing Elf descriptor: %s"
 msgstr "помилка під час спроби закриття дескриптора Elf: %s"
 
-#: src/readelf.c:666
+#: src/readelf.c:679
 #, c-format
 msgid "error while rewinding file descriptor"
 msgstr "помилка під час повернення до початкового значення дескриптора файла"
 
-#: src/readelf.c:700
+#: src/readelf.c:713
 #, c-format
 msgid "'%s' is not an archive, cannot print archive index"
 msgstr "«%s» не є архівом, виведення покажчика архіву неможливе"
 
-#: src/readelf.c:804
+#: src/readelf.c:817
 #, c-format
 msgid "cannot stat input file"
 msgstr "не вдалося отримати дані з вхідного файла за допомогою stat"
 
-#: src/readelf.c:806
+#: src/readelf.c:819
 #, c-format
 msgid "input file is empty"
 msgstr "вхідний файл є порожнім"
 
-#: src/readelf.c:808
+#: src/readelf.c:821
 #, c-format
 msgid "failed reading '%s': %s"
 msgstr "не вдалося прочитати «%s»: %s"
 
-#: src/readelf.c:837
+#: src/readelf.c:850
 #, c-format
 msgid "No such section '%s' in '%s'"
 msgstr "У «%2$s» немає розділу «%1$s»"
 
-#: src/readelf.c:897
+#: src/readelf.c:910
 #, c-format
 msgid "cannot read ELF header: %s"
 msgstr "не вдалося прочитати заголовок ELF: %s"
 
-#: src/readelf.c:905
+#: src/readelf.c:918
 #, c-format
 msgid "cannot create EBL handle"
 msgstr "не вдалося створити дескриптор EBL"
 
-#: src/readelf.c:918
+#: src/readelf.c:931
 #, c-format
 msgid "cannot determine number of program headers: %s"
 msgstr "не вдалося визначити кількість заголовків програми: %s"
 
-#: src/readelf.c:1008
+#: src/readelf.c:1021
 msgid "NONE (None)"
 msgstr "NONE (Немає)"
 
-#: src/readelf.c:1009
+#: src/readelf.c:1022
 msgid "REL (Relocatable file)"
 msgstr "REL (Придатний до пересування файл)"
 
-#: src/readelf.c:1010
+#: src/readelf.c:1023
 msgid "EXEC (Executable file)"
 msgstr "EXEC (Виконуваний файл)"
 
-#: src/readelf.c:1011
+#: src/readelf.c:1024
 msgid "DYN (Shared object file)"
 msgstr "DYN (Файл об’єктів спільного використання)"
 
-#: src/readelf.c:1012
+#: src/readelf.c:1025
 msgid "CORE (Core file)"
 msgstr "CORE (Файл ядра)"
 
-#: src/readelf.c:1017
+#: src/readelf.c:1030
 #, c-format
 msgid "OS Specific: (%x)\n"
 msgstr "ОС-специфічне: (%x)\n"
 
 #. && e_type <= ET_HIPROC always true
-#: src/readelf.c:1019
+#: src/readelf.c:1032
 #, c-format
 msgid "Processor Specific: (%x)\n"
 msgstr "Специфічне для процесора: (%x)\n"
 
-#: src/readelf.c:1029
+#: src/readelf.c:1042
 msgid ""
 "ELF Header:\n"
 "  Magic:  "
@@ -4160,7 +4169,7 @@ msgstr ""
 "Заголовок ELF:\n"
 "  Magic:  "
 
-#: src/readelf.c:1033
+#: src/readelf.c:1046
 #, c-format
 msgid ""
 "\n"
@@ -4169,118 +4178,118 @@ msgstr ""
 "\n"
 "  Клас:                              %s\n"
 
-#: src/readelf.c:1038
+#: src/readelf.c:1051
 #, c-format
 msgid "  Data:                              %s\n"
 msgstr "  Дані:                              %s\n"
 
-#: src/readelf.c:1044
+#: src/readelf.c:1057
 #, c-format
 msgid "  Ident Version:                     %hhd %s\n"
 msgstr "   Версія Ident:                     %hhd %s\n"
 
-#: src/readelf.c:1046 src/readelf.c:1063
+#: src/readelf.c:1059 src/readelf.c:1076
 msgid "(current)"
 msgstr "(поточний)"
 
-#: src/readelf.c:1050
+#: src/readelf.c:1063
 #, c-format
 msgid "  OS/ABI:                            %s\n"
 msgstr "  ОС/ABI:                            %s\n"
 
-#: src/readelf.c:1053
+#: src/readelf.c:1066
 #, c-format
 msgid "  ABI Version:                       %hhd\n"
 msgstr "  Версія ABI:                       %hhd\n"
 
-#: src/readelf.c:1056
+#: src/readelf.c:1069
 msgid "  Type:                              "
 msgstr "  Тип:                                "
 
-#: src/readelf.c:1059
+#: src/readelf.c:1072
 #, c-format
 msgid "  Machine:                           %s\n"
 msgstr "  Архітектура:                       %s\n"
 
-#: src/readelf.c:1061
+#: src/readelf.c:1074
 #, c-format
 msgid "  Version:                           %d %s\n"
 msgstr "  Версія:                            %d %s\n"
 
-#: src/readelf.c:1065
+#: src/readelf.c:1078
 #, c-format
 msgid "  Entry point address:               %#<PRIx64>\n"
 msgstr "  Адреса вхідної точки:              %#<PRIx64>\n"
 
-#: src/readelf.c:1068
+#: src/readelf.c:1081
 #, c-format
 msgid "  Start of program headers:          %<PRId64> %s\n"
 msgstr "  Початок заголовків програм:      %<PRId64> %s\n"
 
-#: src/readelf.c:1069 src/readelf.c:1072
+#: src/readelf.c:1082 src/readelf.c:1085
 msgid "(bytes into file)"
 msgstr "(байтів у файл)"
 
-#: src/readelf.c:1071
+#: src/readelf.c:1084
 #, c-format
 msgid "  Start of section headers:          %<PRId64> %s\n"
 msgstr "  Початок заголовків розділів:     %<PRId64> %s\n"
 
-#: src/readelf.c:1074
+#: src/readelf.c:1087
 #, c-format
 msgid "  Flags:                             %s\n"
 msgstr "  Прапорці:                          %s\n"
 
-#: src/readelf.c:1077
+#: src/readelf.c:1090
 #, c-format
 msgid "  Size of this header:               %<PRId16> %s\n"
 msgstr "  Розмір цього заголовка:            %<PRId16> %s\n"
 
-#: src/readelf.c:1078 src/readelf.c:1081 src/readelf.c:1098
+#: src/readelf.c:1091 src/readelf.c:1094 src/readelf.c:1111
 msgid "(bytes)"
 msgstr "(байтів)"
 
-#: src/readelf.c:1080
+#: src/readelf.c:1093
 #, c-format
 msgid "  Size of program header entries:    %<PRId16> %s\n"
 msgstr "  Розмір записів заголовка програми:  %<PRId16> %s\n"
 
-#: src/readelf.c:1083
+#: src/readelf.c:1096
 #, c-format
 msgid "  Number of program headers entries: %<PRId16>"
 msgstr "  Кількість записів заголовків програми: %<PRId16>"
 
-#: src/readelf.c:1090
+#: src/readelf.c:1103
 #, c-format
 msgid " (%<PRIu32> in [0].sh_info)"
 msgstr " (%<PRIu32> у [0].sh_info)"
 
-#: src/readelf.c:1093 src/readelf.c:1110 src/readelf.c:1124
+#: src/readelf.c:1106 src/readelf.c:1123 src/readelf.c:1137
 msgid " ([0] not available)"
 msgstr " ([0] недоступний)"
 
-#: src/readelf.c:1097
+#: src/readelf.c:1110
 #, c-format
 msgid "  Size of section header entries:    %<PRId16> %s\n"
 msgstr "  Розмір записів заголовків розділів:  %<PRId16> %s\n"
 
-#: src/readelf.c:1100
+#: src/readelf.c:1113
 #, c-format
 msgid "  Number of section headers entries: %<PRId16>"
 msgstr "  Кількість записів заголовків розділів: %<PRId16>"
 
-#: src/readelf.c:1107
+#: src/readelf.c:1120
 #, c-format
 msgid " (%<PRIu32> in [0].sh_size)"
 msgstr " (%<PRIu32> у [0].sh_size)"
 
 #. We managed to get the zeroth section.
-#: src/readelf.c:1120
+#: src/readelf.c:1133
 #, c-format
 msgid " (%<PRIu32> in [0].sh_link)"
 msgstr " (%<PRIu32> у [0].sh_link)"
 
-#: src/readelf.c:1128
+#: src/readelf.c:1141
 #, c-format
 msgid ""
 "  Section header string table index: XINDEX%s\n"
@@ -4289,7 +4298,7 @@ msgstr ""
 "  Індекс заголовка розділу у таблиці рядків: XINDEX%s\n"
 "\n"
 
-#: src/readelf.c:1132
+#: src/readelf.c:1145
 #, c-format
 msgid ""
 "  Section header string table index: %<PRId16>\n"
@@ -4298,7 +4307,7 @@ msgstr ""
 "  Індекс заголовка розділу у таблиці рядків: %<PRId16>\n"
 "\n"
 
-#: src/readelf.c:1175
+#: src/readelf.c:1188
 #, c-format
 msgid ""
 "There are %d section headers, starting at offset %#<PRIx64>:\n"
@@ -4307,11 +4316,11 @@ msgstr ""
 "Виявлено %d заголовків розділів, зміщення початку — %#<PRIx64>:\n"
 "\n"
 
-#: src/readelf.c:1185
+#: src/readelf.c:1198
 msgid "Section Headers:"
 msgstr "Заголовки розділів:"
 
-#: src/readelf.c:1188
+#: src/readelf.c:1201
 msgid ""
 "[Nr] Name                 Type         Addr     Off    Size   ES Flags Lk "
 "Inf Al"
@@ -4319,7 +4328,7 @@ msgstr ""
 "[№ ] Назва                Тип          Адр      Змі    Розмір ES Прап  Lk "
 "Інф Al"
 
-#: src/readelf.c:1190
+#: src/readelf.c:1203
 msgid ""
 "[Nr] Name                 Type         Addr             Off      Size     ES "
 "Flags Lk Inf Al"
@@ -4327,35 +4336,35 @@ msgstr ""
 "[№ ] Назва                Тип          Адр              Змі      Розмір   ES "
 "Прап  Lk Інф Al"
 
-#: src/readelf.c:1195
+#: src/readelf.c:1208
 msgid "     [Compression  Size   Al]"
 msgstr ""
 
-#: src/readelf.c:1197
+#: src/readelf.c:1210
 msgid "     [Compression  Size     Al]"
 msgstr ""
 
-#: src/readelf.c:1273
+#: src/readelf.c:1286
 #, fuzzy, c-format
 msgid "bad compression header for section %zd: %s"
 msgstr "не вдалося отримати заголовок розділу %zu: %s"
 
-#: src/readelf.c:1284
+#: src/readelf.c:1297
 #, fuzzy, c-format
 msgid "bad gnu compressed size for section %zd: %s"
 msgstr "не вдалося отримати дані для розділу %d: %s"
 
-#: src/readelf.c:1302
+#: src/readelf.c:1315
 msgid "Program Headers:"
 msgstr "Заголовки програми:"
 
-#: src/readelf.c:1304
+#: src/readelf.c:1317
 msgid ""
 "  Type           Offset   VirtAddr   PhysAddr   FileSiz  MemSiz   Flg Align"
 msgstr ""
 "  Тип            Зміщен   ВіртАдр    ФізАдр     РозмФайл РозмПам  Пра Вирів"
 
-#: src/readelf.c:1307
+#: src/readelf.c:1320
 msgid ""
 "  Type           Offset   VirtAddr           PhysAddr           FileSiz  "
 "MemSiz   Flg Align"
@@ -4363,12 +4372,12 @@ msgstr ""
 "  Тип           Зміщен   ВіртАдр            ФізАдр             "
 "РозмФайлРозмПам  Пра Вирів"
 
-#: src/readelf.c:1364
+#: src/readelf.c:1377
 #, c-format
 msgid "\t[Requesting program interpreter: %s]\n"
 msgstr "\t[Запит щодо інтерпретатора програми: %s]\n"
 
-#: src/readelf.c:1385
+#: src/readelf.c:1398
 msgid ""
 "\n"
 " Section to Segment mapping:\n"
@@ -4378,12 +4387,12 @@ msgstr ""
 " Відображення розділів на сегмент:\n"
 "  Розділи сегмента..."
 
-#: src/readelf.c:1396 src/unstrip.c:1944 src/unstrip.c:1986 src/unstrip.c:1993
+#: src/readelf.c:1409 src/unstrip.c:1944 src/unstrip.c:1986 src/unstrip.c:1993
 #, c-format
 msgid "cannot get program header: %s"
 msgstr "не вдалося отримати заголовок програми: %s"
 
-#: src/readelf.c:1539
+#: src/readelf.c:1552
 #, c-format
 msgid ""
 "\n"
@@ -4401,7 +4410,7 @@ msgstr[2] ""
 "\n"
 "Група розділів COMDAT [%2zu] «%s» з підписом «%s» містить %zu записів:\n"
 
-#: src/readelf.c:1544
+#: src/readelf.c:1557
 #, c-format
 msgid ""
 "\n"
@@ -4419,31 +4428,31 @@ msgstr[2] ""
 "\n"
 "Група розділів [%2zu] «%s» з підписом «%s» містить %zu записів:\n"
 
-#: src/readelf.c:1552
+#: src/readelf.c:1565
 msgid "<INVALID SYMBOL>"
 msgstr "<НЕКОРЕКТНИЙ СИМВОЛ>"
 
-#: src/readelf.c:1566
+#: src/readelf.c:1579
 msgid "<INVALID SECTION>"
 msgstr "<НЕКОРЕКТНИЙ РОЗДІЛ>"
 
-#: src/readelf.c:1589 src/readelf.c:2316 src/readelf.c:3407 src/readelf.c:12248
-#: src/readelf.c:12255 src/readelf.c:12299 src/readelf.c:12306
+#: src/readelf.c:1602 src/readelf.c:2329 src/readelf.c:3430 src/readelf.c:12203
+#: src/readelf.c:12210 src/readelf.c:12254 src/readelf.c:12261
 msgid "Couldn't uncompress section"
 msgstr ""
 
-#: src/readelf.c:1594 src/readelf.c:2321 src/readelf.c:3412
+#: src/readelf.c:1607 src/readelf.c:2334 src/readelf.c:3435
 #, fuzzy, c-format
 msgid "cannot get section [%zd] header: %s"
 msgstr "не вдалося отримати заголовок розділу: %s"
 
-#: src/readelf.c:1738 src/readelf.c:2388 src/readelf.c:2646 src/readelf.c:2722
-#: src/readelf.c:3026 src/readelf.c:3100 src/readelf.c:5311
+#: src/readelf.c:1751 src/readelf.c:2401 src/readelf.c:2659 src/readelf.c:2735
+#: src/readelf.c:3039 src/readelf.c:3113 src/readelf.c:5308
 #, c-format
 msgid "invalid sh_link value in section %zu"
 msgstr "некоректне значення sh_link у розділі %zu"
 
-#: src/readelf.c:1741
+#: src/readelf.c:1754
 #, c-format
 msgid ""
 "\n"
@@ -4466,36 +4475,36 @@ msgstr[2] ""
 "Динамічний сегмент містить %lu записів:\n"
 " Адр: %#0*<PRIx64>  Зміщення: %#08<PRIx64>  Пос. на розділ: [%2u] '%s'\n"
 
-#: src/readelf.c:1751
+#: src/readelf.c:1764
 msgid "  Type              Value\n"
 msgstr "  Тип              Значення\n"
 
-#: src/readelf.c:1775
+#: src/readelf.c:1788
 #, c-format
 msgid "Shared library: [%s]\n"
 msgstr "Спільна бібліотека: [%s]\n"
 
-#: src/readelf.c:1780
+#: src/readelf.c:1793
 #, c-format
 msgid "Library soname: [%s]\n"
 msgstr "Назва so бібліотеки: [%s]\n"
 
-#: src/readelf.c:1785
+#: src/readelf.c:1798
 #, c-format
 msgid "Library rpath: [%s]\n"
 msgstr "Rpath бібліотеки: [%s]\n"
 
-#: src/readelf.c:1790
+#: src/readelf.c:1803
 #, c-format
 msgid "Library runpath: [%s]\n"
 msgstr "Runpath бібліотеки: [%s]\n"
 
-#: src/readelf.c:1810
+#: src/readelf.c:1823
 #, c-format
 msgid "%<PRId64> (bytes)\n"
 msgstr "%<PRId64> (байт)\n"
 
-#: src/readelf.c:1923 src/readelf.c:2113
+#: src/readelf.c:1936 src/readelf.c:2126
 #, c-format
 msgid ""
 "\n"
@@ -4504,7 +4513,7 @@ msgstr ""
 "\n"
 "Некоректна таблиця символів за зміщенням %#0<PRIx64>\n"
 
-#: src/readelf.c:1941 src/readelf.c:2131
+#: src/readelf.c:1954 src/readelf.c:2144
 #, c-format
 msgid ""
 "\n"
@@ -4533,7 +4542,7 @@ msgstr[2] ""
 #. The .rela.dyn section does not refer to a specific section but
 #. instead of section index zero.  Do not try to print a section
 #. name.
-#: src/readelf.c:1956 src/readelf.c:2146
+#: src/readelf.c:1969 src/readelf.c:2159
 #, c-format
 msgid ""
 "\n"
@@ -4551,30 +4560,30 @@ msgstr[2] ""
 "\n"
 "Розділ пересування [%2u] «%s» за зміщенням %#0<PRIx64> містить %d записів:\n"
 
-#: src/readelf.c:1966
+#: src/readelf.c:1979
 msgid "  Offset      Type                 Value       Name\n"
 msgstr "  Зміщення     Тип                  Значення    Назва\n"
 
-#: src/readelf.c:1968
+#: src/readelf.c:1981
 msgid "  Offset              Type                 Value               Name\n"
 msgstr "  Зміщення            Тип                  Значення            Назва\n"
 
-#: src/readelf.c:2021 src/readelf.c:2032 src/readelf.c:2045 src/readelf.c:2066
-#: src/readelf.c:2078 src/readelf.c:2212 src/readelf.c:2224 src/readelf.c:2238
-#: src/readelf.c:2260 src/readelf.c:2273
+#: src/readelf.c:2034 src/readelf.c:2045 src/readelf.c:2058 src/readelf.c:2079
+#: src/readelf.c:2091 src/readelf.c:2225 src/readelf.c:2237 src/readelf.c:2251
+#: src/readelf.c:2273 src/readelf.c:2286
 msgid "<INVALID RELOC>"
 msgstr "<НЕКОРЕКТНЕ ПЕРЕМІЩЕННЯ>"
 
-#: src/readelf.c:2156
+#: src/readelf.c:2169
 msgid "  Offset      Type            Value       Addend Name\n"
 msgstr "  Зміщення    Тип             Значення    Назва додатка\n"
 
-#: src/readelf.c:2158
+#: src/readelf.c:2171
 msgid "  Offset              Type            Value               Addend Name\n"
 msgstr ""
 "  Зміщення            Тип             Значення            Назва додатка\n"
 
-#: src/readelf.c:2396
+#: src/readelf.c:2409
 #, c-format
 msgid ""
 "\n"
@@ -4592,7 +4601,7 @@ msgstr[2] ""
 "\n"
 "Таблиця символів [%2u] «%s» містить %u записів:\n"
 
-#: src/readelf.c:2401
+#: src/readelf.c:2414
 #, c-format
 msgid " %lu local symbol  String table: [%2u] '%s'\n"
 msgid_plural " %lu local symbols  String table: [%2u] '%s'\n"
@@ -4600,33 +4609,33 @@ msgstr[0] " %lu лок. символ   Таблиця символів: [%2u] «
 msgstr[1] " %lu лок. символи  Таблиця символів: [%2u] «%s»\n"
 msgstr[2] " %lu лок. символів Таблиця символів: [%2u] «%s»\n"
 
-#: src/readelf.c:2409
+#: src/readelf.c:2422
 msgid "  Num:    Value   Size Type    Bind   Vis          Ndx Name\n"
 msgstr "  №№      Знач.   Роз. Тип     Зв’яз  Вид.         Інд Назва\n"
 
-#: src/readelf.c:2411
+#: src/readelf.c:2424
 msgid "  Num:            Value   Size Type    Bind   Vis          Ndx Name\n"
 msgstr "  №№              Знач.   Роз. Тип     Зв’яз  Вид.         Інд Назва\n"
 
-#: src/readelf.c:2431
+#: src/readelf.c:2444
 #, c-format
 msgid "%5u: %0*<PRIx64> %6<PRId64> %-7s %-6s %-9s %6s %s"
 msgstr "%5u: %0*<PRIx64> %6<PRId64> %-7s %-6s %-9s %6s %s"
 
-#: src/readelf.c:2519
+#: src/readelf.c:2532
 #, c-format
 msgid "bad dynamic symbol"
 msgstr "помилковий динамічний символ"
 
-#: src/readelf.c:2601
+#: src/readelf.c:2614
 msgid "none"
 msgstr "немає"
 
-#: src/readelf.c:2618
+#: src/readelf.c:2631
 msgid "| <unknown>"
 msgstr "| <невідомо>"
 
-#: src/readelf.c:2649
+#: src/readelf.c:2662
 #, c-format
 msgid ""
 "\n"
@@ -4649,17 +4658,17 @@ msgstr[2] ""
 "Розділ потреби у версіях [%2u] «%s», що містить %d записів:\n"
 " Адр.: %#0*<PRIx64>  Зміщ.:  %#08<PRIx64>  Посилання на розділ: [%2u] «%s»\n"
 
-#: src/readelf.c:2670
+#: src/readelf.c:2683
 #, c-format
 msgid "  %#06x: Version: %hu  File: %s  Cnt: %hu\n"
 msgstr "  %#06x: Версія: %hu  Файл: %s  Кть: %hu\n"
 
-#: src/readelf.c:2683
+#: src/readelf.c:2696
 #, c-format
 msgid "  %#06x: Name: %s  Flags: %s  Version: %hu\n"
 msgstr "  %#06x: Назва: %s  Прап: %s  Версія: %hu\n"
 
-#: src/readelf.c:2726
+#: src/readelf.c:2739
 #, c-format
 msgid ""
 "\n"
@@ -4682,18 +4691,18 @@ msgstr[2] ""
 "Розділ визначення версії [%2u] «%s», що містить %d записів:\n"
 " Адр.: %#0*<PRIx64>  Зміщ.:  %#08<PRIx64>  Посилання на розділ: [%2u] «%s»\n"
 
-#: src/readelf.c:2754
+#: src/readelf.c:2767
 #, c-format
 msgid "  %#06x: Version: %hd  Flags: %s  Index: %hd  Cnt: %hd  Name: %s\n"
 msgstr "  %#06x: Версія:  %hd  Прап.: %s  Індекс: %hd К-ть: %hd Назва: %s\n"
 
-#: src/readelf.c:2769
+#: src/readelf.c:2782
 #, c-format
 msgid "  %#06x: Parent %d: %s\n"
 msgstr "  %#06x: батьківський %d: %s\n"
 
 #. Print the header.
-#: src/readelf.c:3030
+#: src/readelf.c:3043
 #, c-format
 msgid ""
 "\n"
@@ -4716,15 +4725,15 @@ msgstr[2] ""
 "Розділ символів версій [%2u] «%s», що містить %d записів:\n"
 " Адр.: %#0*<PRIx64>  Зміщ.:  %#08<PRIx64>  Посилання на розділ: [%2u] «%s»"
 
-#: src/readelf.c:3058
+#: src/readelf.c:3071
 msgid "   0 *local*                     "
 msgstr "   0 *локальний*                 "
 
-#: src/readelf.c:3063
+#: src/readelf.c:3076
 msgid "   1 *global*                    "
 msgstr "   1 *загальний*                 "
 
-#: src/readelf.c:3105
+#: src/readelf.c:3118
 #, c-format
 msgid ""
 "\n"
@@ -4752,22 +4761,22 @@ msgstr[2] ""
 "блоками):\n"
 " Адр.: %#0*<PRIx64>  Зміщ.: %#08<PRIx64>  Посилання на розділ: [%2u] «%s»\n"
 
-#: src/readelf.c:3127
+#: src/readelf.c:3140
 #, no-c-format
 msgid " Length  Number  % of total  Coverage\n"
 msgstr " Довжина Номер   % від загал. Покриття\n"
 
-#: src/readelf.c:3129
+#: src/readelf.c:3142
 #, c-format
 msgid "      0  %6<PRIu32>      %5.1f%%\n"
 msgstr "      0  %6<PRIu32>      %5.1f%%\n"
 
-#: src/readelf.c:3136
+#: src/readelf.c:3149
 #, c-format
 msgid "%7d  %6<PRIu32>      %5.1f%%    %5.1f%%\n"
 msgstr "%7d  %6<PRIu32>      %5.1f%%    %5.1f%%\n"
 
-#: src/readelf.c:3149
+#: src/readelf.c:3162
 #, c-format
 msgid ""
 " Average number of tests:   successful lookup: %f\n"
@@ -4776,27 +4785,37 @@ msgstr ""
 " Середня кількість тестів:   успішний пошук: %f\n"
 "\t\t\t  неуспішний пошук: %f\n"
 
-#: src/readelf.c:3167 src/readelf.c:3226 src/readelf.c:3287
+#: src/readelf.c:3180 src/readelf.c:3244 src/readelf.c:3310
 #, c-format
 msgid "cannot get data for section %d: %s"
 msgstr "не вдалося отримати дані для розділу %d: %s"
 
-#: src/readelf.c:3175
+#: src/readelf.c:3188
 #, c-format
 msgid "invalid data in sysv.hash section %d"
 msgstr "некоректні дані у розділі sysv.hash %d"
 
-#: src/readelf.c:3234
+#: src/readelf.c:3217
+#, fuzzy, c-format
+msgid "invalid chain in sysv.hash section %d"
+msgstr "некоректні дані у розділі sysv.hash %d"
+
+#: src/readelf.c:3252
 #, c-format
 msgid "invalid data in sysv.hash64 section %d"
 msgstr "некоректні дані у розділі sysv.hash64 %d"
 
-#: src/readelf.c:3296
+#: src/readelf.c:3283
+#, fuzzy, c-format
+msgid "invalid chain in sysv.hash64 section %d"
+msgstr "некоректні дані у розділі sysv.hash64 %d"
+
+#: src/readelf.c:3319
 #, c-format
 msgid "invalid data in gnu.hash section %d"
 msgstr "некоректні дані у розділі gnu.hash %d"
 
-#: src/readelf.c:3363
+#: src/readelf.c:3386
 #, c-format
 msgid ""
 " Symbol Bias: %u\n"
@@ -4806,7 +4825,7 @@ msgstr ""
 " Розмір бітової маски: %zu байтів  %<PRIuFAST32>%% встановлених бітів  зсув "
 "2-го хешу: %u\n"
 
-#: src/readelf.c:3452
+#: src/readelf.c:3475
 #, c-format
 msgid ""
 "\n"
@@ -4827,7 +4846,7 @@ msgstr[2] ""
 "Розділ списку бібліотек [%2zu] «%s» за зміщенням %#0<PRIx64> містить %d "
 "записів:\n"
 
-#: src/readelf.c:3466
+#: src/readelf.c:3489
 msgid ""
 "       Library                       Time Stamp          Checksum Version "
 "Flags"
@@ -4835,7 +4854,7 @@ msgstr ""
 "       Бібліотека                    Часовий штамп       Версія суми      "
 "Прапорці"
 
-#: src/readelf.c:3516
+#: src/readelf.c:3539
 #, c-format
 msgid ""
 "\n"
@@ -4846,147 +4865,102 @@ msgstr ""
 "Розділ атрибутів об’єктів [%2zu] «%s» з %<PRIu64> байтів за зміщенням "
 "%#0<PRIx64>:\n"
 
-#: src/readelf.c:3533
+#: src/readelf.c:3556
 msgid "  Owner          Size\n"
 msgstr "  Власник        Розмір\n"
 
-#: src/readelf.c:3562
+#: src/readelf.c:3585
 #, c-format
 msgid "  %-13s  %4<PRIu32>\n"
 msgstr "  %-13s  %4<PRIu32>\n"
 
 #. Unknown subsection, print and skip.
-#: src/readelf.c:3601
+#: src/readelf.c:3624
 #, c-format
 msgid "    %-4u %12<PRIu32>\n"
 msgstr "    %-4u %12<PRIu32>\n"
 
 #. Tag_File
-#: src/readelf.c:3606
+#: src/readelf.c:3629
 #, c-format
 msgid "    File: %11<PRIu32>\n"
 msgstr "    Файл: %11<PRIu32>\n"
 
-#: src/readelf.c:3655
+#: src/readelf.c:3678
 #, c-format
 msgid "      %s: %<PRId64>, %s\n"
 msgstr "      %s: %<PRId64>, %s\n"
 
-#: src/readelf.c:3658
+#: src/readelf.c:3681
 #, c-format
 msgid "      %s: %<PRId64>\n"
 msgstr "      %s: %<PRId64>\n"
 
-#: src/readelf.c:3661
+#: src/readelf.c:3684
 #, c-format
 msgid "      %s: %s\n"
 msgstr "      %s: %s\n"
 
-#: src/readelf.c:3671
+#: src/readelf.c:3694
 #, c-format
 msgid "      %u: %<PRId64>\n"
 msgstr "      %u: %<PRId64>\n"
 
-#: src/readelf.c:3674
+#: src/readelf.c:3697
 #, c-format
 msgid "      %u: %s\n"
 msgstr "      %u: %s\n"
 
-#: src/readelf.c:3719
-#, c-format
-msgid "%s+%#<PRIx64> <%s+%#<PRIx64>>"
-msgstr "%s+%#<PRIx64> <%s+%#<PRIx64>>"
-
-#: src/readelf.c:3722
-#, c-format
-msgid "%s+%#0*<PRIx64> <%s+%#<PRIx64>>"
-msgstr "%s+%#0*<PRIx64> <%s+%#<PRIx64>>"
-
-#: src/readelf.c:3727
-#, c-format
-msgid "%#<PRIx64> <%s+%#<PRIx64>>"
-msgstr "%#<PRIx64> <%s+%#<PRIx64>>"
-
-#: src/readelf.c:3730
-#, c-format
-msgid "%#0*<PRIx64> <%s+%#<PRIx64>>"
-msgstr "%#0*<PRIx64> <%s+%#<PRIx64>>"
-
-#: src/readelf.c:3736
-#, c-format
-msgid "%s+%#<PRIx64> <%s>"
-msgstr "%s+%#<PRIx64> <%s>"
-
-#: src/readelf.c:3739
-#, c-format
-msgid "%s+%#0*<PRIx64> <%s>"
-msgstr "%s+%#0*<PRIx64> <%s>"
-
-#: src/readelf.c:3743
-#, c-format
-msgid "%#<PRIx64> <%s>"
-msgstr "%#<PRIx64> <%s>"
-
-#: src/readelf.c:3746
-#, c-format
-msgid "%#0*<PRIx64> <%s>"
-msgstr "%#0*<PRIx64> <%s>"
-
-#: src/readelf.c:3751
-#, c-format
-msgid "%s+%#<PRIx64>"
-msgstr "%s+%#<PRIx64>"
-
-#: src/readelf.c:3754
-#, c-format
-msgid "%s+%#0*<PRIx64>"
-msgstr "%s+%#0*<PRIx64>"
+#: src/readelf.c:3767
+#, fuzzy, c-format
+msgid "sprintf failure"
+msgstr "помилка mprotect"
 
-#: src/readelf.c:4246
+#: src/readelf.c:4249
 msgid "empty block"
 msgstr "порожній блок"
 
-#: src/readelf.c:4249
+#: src/readelf.c:4252
 #, c-format
 msgid "%zu byte block:"
 msgstr "%zu-байтовий блок:"
 
-#: src/readelf.c:4728
+#: src/readelf.c:4730
 #, fuzzy, c-format
 msgid "%*s[%2<PRIuMAX>] %s  <TRUNCATED>\n"
 msgstr "%*s[%4<PRIuMAX>] %s  <ОБРІЗАНО>\n"
 
-#: src/readelf.c:4792
+#: src/readelf.c:4794
 #, c-format
 msgid "%s %#<PRIx64> used with different address sizes"
 msgstr "%s %#<PRIx64> використано з різними розмірами адрес"
 
-#: src/readelf.c:4799
+#: src/readelf.c:4801
 #, c-format
 msgid "%s %#<PRIx64> used with different offset sizes"
 msgstr "%s %#<PRIx64> використано з різними розмірами зміщень"
 
-#: src/readelf.c:4806
+#: src/readelf.c:4808
 #, c-format
 msgid "%s %#<PRIx64> used with different base addresses"
 msgstr "%s %#<PRIx64> використано з різними базовими адресами"
 
-#: src/readelf.c:4813
+#: src/readelf.c:4815
 #, fuzzy, c-format
 msgid "%s %#<PRIx64> used with different attribute %s and %s"
 msgstr "%s %#<PRIx64> використано з різними розмірами адрес"
 
-#: src/readelf.c:4910
+#: src/readelf.c:4912
 #, c-format
 msgid " [%6tx]  <UNUSED GARBAGE IN REST OF SECTION>\n"
 msgstr " [%6tx]  <НЕВИКОРИСТОВУВАНІ ДАНІ У РЕШТІ РОЗДІЛУ>\n"
 
-#: src/readelf.c:4918
+#: src/readelf.c:4920
 #, c-format
 msgid " [%6tx]  <UNUSED GARBAGE> ... %<PRIu64> bytes ...\n"
 msgstr " [%6tx]  <НЕВИКОРИСТОВУВАНІ ДАНІ> ... %<PRIu64> байтів ...\n"
 
-#: src/readelf.c:4996
+#: src/readelf.c:4998
 #, c-format
 msgid ""
 "\n"
@@ -4997,7 +4971,7 @@ msgstr ""
 "Розділ DWARF [%2zu] «%s» зі зміщенням %#<PRIx64>:\n"
 " [ Код]\n"
 
-#: src/readelf.c:5004
+#: src/readelf.c:5006
 #, c-format
 msgid ""
 "\n"
@@ -5006,27 +4980,19 @@ msgstr ""
 "\n"
 "Розділ скорочень за зміщенням %<PRIu64>:\n"
 
-#: src/readelf.c:5017
+#: src/readelf.c:5019
 #, c-format
 msgid " *** error while reading abbreviation: %s\n"
 msgstr " *** помилка під час читання скорочення: %s\n"
 
-#: src/readelf.c:5033
+#: src/readelf.c:5035
 #, c-format
 msgid " [%5u] offset: %<PRId64>, children: %s, tag: %s\n"
 msgstr " [%5u] зміщення: %<PRId64>, дочірній: %s, мітка: %s\n"
 
-#: src/readelf.c:5036 src/readelf.c:7368 src/readelf.c:7376 src/readelf.c:7952
-msgid "yes"
-msgstr "так"
-
-#: src/readelf.c:5036 src/readelf.c:7368 src/readelf.c:7952
-msgid "no"
-msgstr "ні"
-
-#: src/readelf.c:5066 src/readelf.c:5380 src/readelf.c:5545 src/readelf.c:5943
-#: src/readelf.c:6546 src/readelf.c:8077 src/readelf.c:8776 src/readelf.c:9225
-#: src/readelf.c:9471 src/readelf.c:9636 src/readelf.c:9997 src/readelf.c:10055
+#: src/readelf.c:5068 src/readelf.c:5377 src/readelf.c:5541 src/readelf.c:5926
+#: src/readelf.c:6527 src/readelf.c:8055 src/readelf.c:8749 src/readelf.c:9185
+#: src/readelf.c:9427 src/readelf.c:9592 src/readelf.c:9953 src/readelf.c:10011
 #, c-format
 msgid ""
 "\n"
@@ -5035,56 +5001,56 @@ msgstr ""
 "\n"
 "Розділ DWARF [%2zu] «%s» зі зміщенням %#<PRIx64>:\n"
 
-#: src/readelf.c:5079
+#: src/readelf.c:5081
 #, fuzzy, c-format
 msgid "cannot get .debug_addr section data: %s"
 msgstr "не вдалося отримати дані розділу: %s"
 
-#: src/readelf.c:5182 src/readelf.c:5206 src/readelf.c:5590 src/readelf.c:8821
+#: src/readelf.c:5181 src/readelf.c:5205 src/readelf.c:5586 src/readelf.c:8794
 #, fuzzy, c-format
 msgid " Length:         %8<PRIu64>\n"
 msgstr ""
 "\n"
 " Довжина:       %6<PRIu64>\n"
 
-#: src/readelf.c:5184 src/readelf.c:5221 src/readelf.c:5603 src/readelf.c:8834
+#: src/readelf.c:5183 src/readelf.c:5220 src/readelf.c:5599 src/readelf.c:8807
 #, fuzzy, c-format
 msgid " DWARF version:  %8<PRIu16>\n"
 msgstr " версія DWARF:  %6<PRIuFAST16>\n"
 
-#: src/readelf.c:5185 src/readelf.c:5230 src/readelf.c:5612 src/readelf.c:8843
+#: src/readelf.c:5184 src/readelf.c:5229 src/readelf.c:5608 src/readelf.c:8816
 #, fuzzy, c-format
 msgid " Address size:   %8<PRIu64>\n"
 msgstr " Розмір адреси:  %6<PRIu64>\n"
 
-#: src/readelf.c:5187 src/readelf.c:5240 src/readelf.c:5622 src/readelf.c:8853
+#: src/readelf.c:5186 src/readelf.c:5239 src/readelf.c:5618 src/readelf.c:8826
 #, fuzzy, c-format
 msgid " Segment size:   %8<PRIu64>\n"
 msgstr ""
 " Розмір сегмента:  %6<PRIu64>\n"
 "\n"
 
-#: src/readelf.c:5225 src/readelf.c:5607 src/readelf.c:8838 src/readelf.c:10187
+#: src/readelf.c:5224 src/readelf.c:5603 src/readelf.c:8811 src/readelf.c:10143
 #, fuzzy, c-format
 msgid "Unknown version"
 msgstr "невідома версія"
 
-#: src/readelf.c:5235 src/readelf.c:5450 src/readelf.c:5617 src/readelf.c:8848
+#: src/readelf.c:5234 src/readelf.c:5447 src/readelf.c:5613 src/readelf.c:8821
 #, c-format
 msgid "unsupported address size"
 msgstr "непідтримуваний розмір адреси"
 
-#: src/readelf.c:5246 src/readelf.c:5459 src/readelf.c:5627 src/readelf.c:8858
+#: src/readelf.c:5245 src/readelf.c:5456 src/readelf.c:5623 src/readelf.c:8831
 #, c-format
 msgid "unsupported segment size"
 msgstr "непідтримуваний розмір сегмента"
 
-#: src/readelf.c:5301 src/readelf.c:5375
+#: src/readelf.c:5298 src/readelf.c:5372
 #, c-format
 msgid "cannot get .debug_aranges content: %s"
 msgstr "не вдалося отримати дані get .debug_aranges: %s"
 
-#: src/readelf.c:5316
+#: src/readelf.c:5313
 #, c-format
 msgid ""
 "\n"
@@ -5102,12 +5068,12 @@ msgstr[2] ""
 "\n"
 "Розділ DWARF [%2zu] «%s» за зміщенням %#<PRIx64> містить %zu записів:\n"
 
-#: src/readelf.c:5347
+#: src/readelf.c:5344
 #, c-format
 msgid " [%*zu] ???\n"
 msgstr " [%*zu] ???\n"
 
-#: src/readelf.c:5349
+#: src/readelf.c:5346
 #, c-format
 msgid ""
 " [%*zu] start: %0#*<PRIx64>, length: %5<PRIu64>, CU DIE offset: %6<PRId64>\n"
@@ -5115,7 +5081,7 @@ msgstr ""
 " [%*zu] початок: %0#*<PRIx64>, довжина: %5<PRIu64>, зміщення CU DIE: "
 "%6<PRId64>\n"
 
-#: src/readelf.c:5393 src/readelf.c:8104
+#: src/readelf.c:5390 src/readelf.c:8082
 #, c-format
 msgid ""
 "\n"
@@ -5124,13 +5090,13 @@ msgstr ""
 "\n"
 "Таблиця за зміщенням %zu:\n"
 
-#: src/readelf.c:5397 src/readelf.c:5571 src/readelf.c:6570 src/readelf.c:8115
-#: src/readelf.c:8802
+#: src/readelf.c:5394 src/readelf.c:5567 src/readelf.c:6551 src/readelf.c:8093
+#: src/readelf.c:8775
 #, c-format
 msgid "invalid data in section [%zu] '%s'"
 msgstr "некоректні дані у розділі [%zu] «%s»"
 
-#: src/readelf.c:5413
+#: src/readelf.c:5410
 #, c-format
 msgid ""
 "\n"
@@ -5139,27 +5105,27 @@ msgstr ""
 "\n"
 " Довжина:       %6<PRIu64>\n"
 
-#: src/readelf.c:5425
+#: src/readelf.c:5422
 #, c-format
 msgid " DWARF version: %6<PRIuFAST16>\n"
 msgstr " версія DWARF:  %6<PRIuFAST16>\n"
 
-#: src/readelf.c:5429
+#: src/readelf.c:5426
 #, c-format
 msgid "unsupported aranges version"
 msgstr "непідтримувана версія aranges"
 
-#: src/readelf.c:5440
+#: src/readelf.c:5437
 #, c-format
 msgid " CU offset:     %6<PRIx64>\n"
 msgstr " зміщення CU:     %6<PRIx64>\n"
 
-#: src/readelf.c:5446
+#: src/readelf.c:5443
 #, c-format
 msgid " Address size:  %6<PRIu64>\n"
 msgstr " Розмір адреси:  %6<PRIu64>\n"
 
-#: src/readelf.c:5455
+#: src/readelf.c:5452
 #, c-format
 msgid ""
 " Segment size:  %6<PRIu64>\n"
@@ -5168,121 +5134,111 @@ msgstr ""
 " Розмір сегмента:  %6<PRIu64>\n"
 "\n"
 
-#: src/readelf.c:5499
-#, c-format
-msgid "   %s..%s (%<PRIx64>)\n"
-msgstr "   %s..%s (%<PRIx64>)\n"
-
-#: src/readelf.c:5502
-#, c-format
-msgid "   %s..%s\n"
-msgstr "   %s..%s\n"
-
-#: src/readelf.c:5511
+#: src/readelf.c:5507
 #, c-format
 msgid "   %zu padding bytes\n"
 msgstr "   %zu байтів доповнення\n"
 
-#: src/readelf.c:5554
+#: src/readelf.c:5550
 #, fuzzy, c-format
 msgid "cannot get .debug_rnglists content: %s"
 msgstr "не вдалося отримати дані .debug_ranges: %s"
 
-#: src/readelf.c:5577 src/readelf.c:8808
+#: src/readelf.c:5573 src/readelf.c:8781
 #, fuzzy, c-format
 msgid ""
 "Table at Offset 0x%<PRIx64>:\n"
 "\n"
 msgstr " зміщення .debug_line: 0x%<PRIx64>\n"
 
-#: src/readelf.c:5632 src/readelf.c:8863
+#: src/readelf.c:5628 src/readelf.c:8836
 #, fuzzy, c-format
 msgid " Offset entries: %8<PRIu64>\n"
 msgstr " Довжина зміщення:   %<PRIu8>\n"
 
-#: src/readelf.c:5650 src/readelf.c:8881
+#: src/readelf.c:5644 src/readelf.c:8852
 #, c-format
-msgid " Unknown CU base: %s\n"
+msgid " Unknown CU base: "
 msgstr ""
 
-#: src/readelf.c:5652 src/readelf.c:8883
+#: src/readelf.c:5646 src/readelf.c:8854
 #, c-format
-msgid " CU [%6<PRIx64>] base: %s\n"
+msgid " CU [%6<PRIx64>] base: "
 msgstr ""
 
-#: src/readelf.c:5657 src/readelf.c:8888
+#: src/readelf.c:5652 src/readelf.c:8860
 #, c-format
 msgid " Not associated with a CU.\n"
 msgstr ""
 
-#: src/readelf.c:5668 src/readelf.c:8899
+#: src/readelf.c:5663 src/readelf.c:8871
 #, c-format
 msgid "too many offset entries for unit length"
 msgstr ""
 
-#: src/readelf.c:5672 src/readelf.c:8903
+#: src/readelf.c:5667 src/readelf.c:8875
 #, fuzzy, c-format
 msgid "  Offsets starting at 0x%<PRIx64>:\n"
 msgstr " Зміщення:           0x%<PRIx64>\n"
 
-#: src/readelf.c:5725
+#: src/readelf.c:5719
 #, fuzzy, c-format
 msgid "invalid range list data"
 msgstr "некоректні дані"
 
-#: src/readelf.c:5921 src/readelf.c:9203
+#: src/readelf.c:5904 src/readelf.c:9163
 #, fuzzy, c-format
 msgid ""
 "   %zu padding bytes\n"
 "\n"
 msgstr "   %zu байтів доповнення\n"
 
-#: src/readelf.c:5938
+#: src/readelf.c:5921
 #, c-format
 msgid "cannot get .debug_ranges content: %s"
 msgstr "не вдалося отримати дані .debug_ranges: %s"
 
-#: src/readelf.c:5976 src/readelf.c:9260
+#: src/readelf.c:5957 src/readelf.c:9218
 #, c-format
 msgid ""
 "\n"
-" Unknown CU base: %s\n"
+" Unknown CU base: "
 msgstr ""
 
-#: src/readelf.c:5978 src/readelf.c:9262
+#: src/readelf.c:5959 src/readelf.c:9220
 #, c-format
 msgid ""
 "\n"
-" CU [%6<PRIx64>] base: %s\n"
+" CU [%6<PRIx64>] base: "
 msgstr ""
 
-#: src/readelf.c:5986 src/readelf.c:9285 src/readelf.c:9311
+#: src/readelf.c:5968 src/readelf.c:9244 src/readelf.c:9270
 #, c-format
 msgid " [%6tx]  <INVALID DATA>\n"
 msgstr " [%6tx]  <НЕКОРЕКТНІ ДАНІ>\n"
 
-#: src/readelf.c:6008 src/readelf.c:9392
+#: src/readelf.c:5989 src/readelf.c:9350
 #, fuzzy, c-format
 msgid ""
 " [%6tx] base address\n"
-"          %s\n"
+"          "
 msgstr " [%6tx]  базова адреса %s\n"
 
-#: src/readelf.c:6015 src/readelf.c:9399
+#: src/readelf.c:5997 src/readelf.c:9358
 #, fuzzy, c-format
 msgid " [%6tx] empty list\n"
 msgstr " [%6tx]  порожній список\n"
 
-#: src/readelf.c:6271
+#: src/readelf.c:6252
 msgid "         <INVALID DATA>\n"
 msgstr "         <НЕКОРЕКТНІ ДАНІ>\n"
 
-#: src/readelf.c:6524
+#: src/readelf.c:6505
 #, c-format
 msgid "cannot get ELF: %s"
 msgstr "не вдалося отримати ELF: %s"
 
-#: src/readelf.c:6542
+#: src/readelf.c:6523
 #, c-format
 msgid ""
 "\n"
@@ -5291,7 +5247,7 @@ msgstr ""
 "\n"
 "Розділ відомостей щодо вікна викликів [%2zu] «%s» за зміщенням %#<PRIx64>:\n"
 
-#: src/readelf.c:6592
+#: src/readelf.c:6573
 #, c-format
 msgid ""
 "\n"
@@ -5300,65 +5256,65 @@ msgstr ""
 "\n"
 " [%6tx] нульовий переривач\n"
 
-#: src/readelf.c:6685 src/readelf.c:6840
+#: src/readelf.c:6666 src/readelf.c:6820
 #, c-format
 msgid "invalid augmentation length"
 msgstr "некоректна довжина збільшення"
 
-#: src/readelf.c:6700
+#: src/readelf.c:6681
 msgid "FDE address encoding: "
 msgstr "Кодування адреси FDE: "
 
-#: src/readelf.c:6706
+#: src/readelf.c:6687
 msgid "LSDA pointer encoding: "
 msgstr "Кодування вказівника LSDA: "
 
-#: src/readelf.c:6817
+#: src/readelf.c:6797
 #, c-format
 msgid " (offset: %#<PRIx64>)"
 msgstr " (зміщення: %#<PRIx64>)"
 
-#: src/readelf.c:6824
+#: src/readelf.c:6804
 #, c-format
 msgid " (end offset: %#<PRIx64>)"
 msgstr " (зміщення від кінця: %#<PRIx64>)"
 
-#: src/readelf.c:6861
+#: src/readelf.c:6841
 #, c-format
 msgid "   %-26sLSDA pointer: %#<PRIx64>\n"
 msgstr "   %-26sвказівник LSDA: %#<PRIx64>\n"
 
-#: src/readelf.c:6919
+#: src/readelf.c:6899
 #, fuzzy, c-format
 msgid "DIE [%<PRIx64>] cannot get attribute code: %s"
 msgstr "не вдалося отримати код атрибута: %s"
 
-#: src/readelf.c:6929
+#: src/readelf.c:6909
 #, fuzzy, c-format
 msgid "DIE [%<PRIx64>] cannot get attribute form: %s"
 msgstr "не вдалося отримати форму атрибута: %s"
 
-#: src/readelf.c:6951
+#: src/readelf.c:6931
 #, fuzzy, c-format
 msgid "DIE [%<PRIx64>] cannot get attribute '%s' (%s) value: %s"
 msgstr "не вдалося отримати значення атрибута: %s"
 
-#: src/readelf.c:7285
+#: src/readelf.c:7264
 #, fuzzy, c-format
 msgid "invalid file (%<PRId64>): %s"
 msgstr "некоректний файл"
 
-#: src/readelf.c:7289
+#: src/readelf.c:7268
 #, fuzzy, c-format
 msgid "no srcfiles for CU [%<PRIx64>]"
 msgstr " встановити файл у %<PRIu64>\n"
 
-#: src/readelf.c:7293
+#: src/readelf.c:7272
 #, fuzzy, c-format
 msgid "couldn't get DWARF CU: %s"
 msgstr "не вдалося отримати ELF: %s"
 
-#: src/readelf.c:7459
+#: src/readelf.c:7437
 #, c-format
 msgid ""
 "\n"
@@ -5369,12 +5325,12 @@ msgstr ""
 "Розділ DWARF [%2zu] «%s» за зміщенням %#<PRIx64>:\n"
 " [Зміщення]\n"
 
-#: src/readelf.c:7509
+#: src/readelf.c:7487
 #, fuzzy, c-format
 msgid "cannot get next unit: %s"
 msgstr "не вдалося визначити наступний DIE: %s"
 
-#: src/readelf.c:7528
+#: src/readelf.c:7506
 #, fuzzy, c-format
 msgid ""
 " Type unit at offset %<PRIu64>:\n"
@@ -5387,7 +5343,7 @@ msgstr ""
 "Зміщення: %<PRIu8>\n"
 " Підпис типу: %#<PRIx64>, Зміщення типу: %#<PRIx64>\n"
 
-#: src/readelf.c:7540
+#: src/readelf.c:7518
 #, c-format
 msgid ""
 " Compilation unit at offset %<PRIu64>:\n"
@@ -5398,38 +5354,38 @@ msgstr ""
 " Версія: %<PRIu16>, Зміщення розділу скорочень: %<PRIu64>, Адреса: %<PRIu8>, "
 "Зміщення: %<PRIu8>\n"
 
-#: src/readelf.c:7550 src/readelf.c:7713
+#: src/readelf.c:7528 src/readelf.c:7691
 #, c-format
 msgid " Unit type: %s (%<PRIu8>)"
 msgstr ""
 
-#: src/readelf.c:7577
+#: src/readelf.c:7555
 #, c-format
 msgid "unknown version (%d) or unit type (%d)"
 msgstr ""
 
-#: src/readelf.c:7606
+#: src/readelf.c:7584
 #, c-format
 msgid "cannot get DIE offset: %s"
 msgstr "не вдалося отримати зміщення DIE: %s"
 
-#: src/readelf.c:7615
+#: src/readelf.c:7593
 #, fuzzy, c-format
 msgid "cannot get tag of DIE at offset [%<PRIx64>] in section '%s': %s"
 msgstr ""
 "не вдалося отримати мітку DIE за зміщенням %<PRIu64> у розділі «%s»: %s"
 
-#: src/readelf.c:7653
+#: src/readelf.c:7631
 #, c-format
 msgid "cannot get next DIE: %s\n"
 msgstr "не вдалося визначити наступний DIE: %s\n"
 
-#: src/readelf.c:7661
+#: src/readelf.c:7639
 #, c-format
 msgid "cannot get next DIE: %s"
 msgstr "не вдалося визначити наступний DIE: %s"
 
-#: src/readelf.c:7705
+#: src/readelf.c:7683
 #, fuzzy, c-format
 msgid ""
 " Split compilation unit at offset %<PRIu64>:\n"
@@ -5440,7 +5396,7 @@ msgstr ""
 " Версія: %<PRIu16>, Зміщення розділу скорочень: %<PRIu64>, Адреса: %<PRIu8>, "
 "Зміщення: %<PRIu8>\n"
 
-#: src/readelf.c:7756
+#: src/readelf.c:7734
 #, c-format
 msgid ""
 "\n"
@@ -5451,18 +5407,18 @@ msgstr ""
 "Розділ DWARF [%2zu] «%s» зі зміщенням %#<PRIx64>:\n"
 "\n"
 
-#: src/readelf.c:8060
+#: src/readelf.c:8038
 #, fuzzy, c-format
 msgid "unknown form: %s"
 msgstr "невідома форма %#<PRIx64>"
 
-#: src/readelf.c:8091
+#: src/readelf.c:8069
 #, c-format
 msgid "cannot get line data section data: %s"
 msgstr "не вдалося отримати дані розділу лінійних даних: %s"
 
 #. Print what we got so far.
-#: src/readelf.c:8193
+#: src/readelf.c:8171
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -5493,27 +5449,27 @@ msgstr ""
 "\n"
 "Коди операцій:\n"
 
-#: src/readelf.c:8215
+#: src/readelf.c:8193
 #, fuzzy, c-format
 msgid "cannot handle .debug_line version: %u\n"
 msgstr "не вдалося отримати версію символу: %s"
 
-#: src/readelf.c:8223
+#: src/readelf.c:8201
 #, fuzzy, c-format
 msgid "cannot handle address size: %u\n"
 msgstr "непідтримуваний розмір адреси"
 
-#: src/readelf.c:8231
+#: src/readelf.c:8209
 #, fuzzy, c-format
 msgid "cannot handle segment selector size: %u\n"
 msgstr "не вдалося отримати розділ: %s"
 
-#: src/readelf.c:8241
+#: src/readelf.c:8219
 #, c-format
 msgid "invalid data at offset %tu in section [%zu] '%s'"
 msgstr "некоректні дані зі зміщенням %tu у розділі [%zu] «%s»"
 
-#: src/readelf.c:8256
+#: src/readelf.c:8234
 #, c-format
 msgid "  [%*<PRIuFAST8>]  %hhu argument\n"
 msgid_plural "  [%*<PRIuFAST8>]  %hhu arguments\n"
@@ -5521,7 +5477,7 @@ msgstr[0] "  [%*<PRIuFAST8>]  %hhu аргумент\n"
 msgstr[1] "  [%*<PRIuFAST8>]  %hhu аргументи\n"
 msgstr[2] "  [%*<PRIuFAST8>]  %hhu аргументів\n"
 
-#: src/readelf.c:8267
+#: src/readelf.c:8245
 msgid ""
 "\n"
 "Directory table:"
@@ -5529,12 +5485,12 @@ msgstr ""
 "\n"
 "Таблиця каталогу:"
 
-#: src/readelf.c:8273 src/readelf.c:8346
+#: src/readelf.c:8251 src/readelf.c:8326
 #, fuzzy, c-format
 msgid "      ["
 msgstr "    PC: "
 
-#: src/readelf.c:8340
+#: src/readelf.c:8320
 #, fuzzy
 msgid ""
 "\n"
@@ -5543,7 +5499,7 @@ msgstr ""
 "\n"
 " Таблиця місця виклику:"
 
-#: src/readelf.c:8399
+#: src/readelf.c:8381
 #, fuzzy
 msgid " Entry Dir   Time      Size      Name"
 msgstr ""
@@ -5551,7 +5507,7 @@ msgstr ""
 "Таблиця назв файлів:\n"
 " Запис Кат   Час       Розмір    Назва"
 
-#: src/readelf.c:8434
+#: src/readelf.c:8416
 msgid ""
 "\n"
 "Line number statements:"
@@ -5559,120 +5515,120 @@ msgstr ""
 "\n"
 "Оператори номерів рядків:"
 
-#: src/readelf.c:8481
+#: src/readelf.c:8463
 #, c-format
 msgid "invalid maximum operations per instruction is zero"
 msgstr "некоректну кількість операцій на інструкцію прирівняно до нуля"
 
-#: src/readelf.c:8517
-#, c-format
-msgid " special opcode %u: address+%u = %s, op_index = %u, line%+d = %zu\n"
+#: src/readelf.c:8497
+#, fuzzy, c-format
+msgid " special opcode %u: address+%u = "
+msgstr " спеціальний код операції %u: адреса+%u = %s, рядок%+d = %zu\n"
+
+#: src/readelf.c:8501
+#, fuzzy, c-format
+msgid ", op_index = %u, line%+d = %zu\n"
 msgstr ""
 " спеціальний код операції %u: адреса+%u = %s, індекс_оп = %u, рядок%+d = "
 "%zu\n"
 
-#: src/readelf.c:8522
+#: src/readelf.c:8504
 #, c-format
-msgid " special opcode %u: address+%u = %s, line%+d = %zu\n"
-msgstr " спеціальний код операції %u: адреса+%u = %s, рядок%+d = %zu\n"
+msgid ", line%+d = %zu\n"
+msgstr ""
 
-#: src/readelf.c:8542
+#: src/readelf.c:8522
 #, c-format
 msgid " extended opcode %u: "
 msgstr " розширений код операції %u: "
 
-#: src/readelf.c:8547
+#: src/readelf.c:8527
 msgid " end of sequence"
 msgstr " кінець послідовності"
 
-#: src/readelf.c:8566
-#, c-format
-msgid " set address to %s\n"
+#: src/readelf.c:8545
+#, fuzzy, c-format
+msgid " set address to "
 msgstr " встановити адресу у значення %s\n"
 
-#: src/readelf.c:8593
+#: src/readelf.c:8573
 #, 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:8606
+#: src/readelf.c:8586
 #, c-format
 msgid " set discriminator to %u\n"
 msgstr " встановити розрізнення для %u\n"
 
 #. Unknown, ignore it.
-#: src/readelf.c:8611
+#: src/readelf.c:8591
 msgid " unknown opcode"
 msgstr " невідомий код операції"
 
 #. Takes no argument.
-#: src/readelf.c:8623
+#: src/readelf.c:8603
 msgid " copy"
 msgstr " копія"
 
-#: src/readelf.c:8634
-#, c-format
-msgid " advance address by %u to %s, op_index to %u\n"
-msgstr " збільшення адреси на %u до %s, індекс_оп до %u\n"
+#: src/readelf.c:8612
+#, fuzzy, c-format
+msgid " advance address by %u to "
+msgstr " збільшення адреси на %u до %s\n"
 
-#: src/readelf.c:8638
+#: src/readelf.c:8616 src/readelf.c:8672
 #, c-format
-msgid " advance address by %u to %s\n"
-msgstr " збільшення адреси на %u до %s\n"
+msgid ", op_index to %u"
+msgstr ""
 
-#: src/readelf.c:8649
+#: src/readelf.c:8626
 #, c-format
 msgid " advance line by constant %d to %<PRId64>\n"
 msgstr " просувати рядок на сталу %d до %<PRId64>\n"
 
-#: src/readelf.c:8657
+#: src/readelf.c:8634
 #, c-format
 msgid " set file to %<PRIu64>\n"
 msgstr " встановити файл у %<PRIu64>\n"
 
-#: src/readelf.c:8667
+#: src/readelf.c:8644
 #, c-format
 msgid " set column to %<PRIu64>\n"
 msgstr " встановити значення стовпчика %<PRIu64>\n"
 
-#: src/readelf.c:8674
+#: src/readelf.c:8651
 #, c-format
 msgid " set '%s' to %<PRIuFAST8>\n"
 msgstr " встановити «%s» у %<PRIuFAST8>\n"
 
 #. Takes no argument.
-#: src/readelf.c:8680
+#: src/readelf.c:8657
 msgid " set basic block flag"
 msgstr " встановити прапорець базового блоку"
 
-#: src/readelf.c:8693
-#, c-format
-msgid " advance address by constant %u to %s, op_index to %u\n"
-msgstr " збільшити адресу на сталу величину %u до %s, індекс_оп до %u\n"
-
-#: src/readelf.c:8697
-#, c-format
-msgid " advance address by constant %u to %s\n"
+#: src/readelf.c:8668
+#, fuzzy, c-format
+msgid " advance address by constant %u to "
 msgstr " збільшити адресу на сталу величину %u до %s\n"
 
-#: src/readelf.c:8715
-#, c-format
-msgid " advance address by fixed value %u to %s\n"
+#: src/readelf.c:8687
+#, fuzzy, c-format
+msgid " advance address by fixed value %u to \n"
 msgstr " збільшити адресу на фіксовану величину %u до %s\n"
 
 #. Takes no argument.
-#: src/readelf.c:8724
+#: src/readelf.c:8697
 msgid " set prologue end flag"
 msgstr " встановити прапорець кінця вступу"
 
 #. Takes no argument.
-#: src/readelf.c:8729
+#: src/readelf.c:8702
 msgid " set epilogue begin flag"
 msgstr " встановити прапорець початку епілогу"
 
-#: src/readelf.c:8738
+#: src/readelf.c:8711
 #, c-format
 msgid " set isa to %u\n"
 msgstr " встановити isa у %u\n"
@@ -5680,7 +5636,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:8747
+#: src/readelf.c:8720
 #, c-format
 msgid " unknown opcode with %<PRIu8> parameter:"
 msgid_plural " unknown opcode with %<PRIu8> parameters:"
@@ -5688,97 +5644,97 @@ msgstr[0] " невідомий код операції з %<PRIu8> параме
 msgstr[1] " невідомий код операції з %<PRIu8> параметрами:"
 msgstr[2] " невідомий код операції з %<PRIu8> параметрами:"
 
-#: src/readelf.c:8785
+#: src/readelf.c:8758
 #, fuzzy, c-format
 msgid "cannot get .debug_loclists content: %s"
 msgstr "не вдалося отримати вміст .debug_loc: %s"
 
-#: src/readelf.c:8956
+#: src/readelf.c:8927
 #, fuzzy, c-format
 msgid "invalid loclists data"
 msgstr "некоректні дані"
 
-#: src/readelf.c:9220
+#: src/readelf.c:9180
 #, c-format
 msgid "cannot get .debug_loc content: %s"
 msgstr "не вдалося отримати вміст .debug_loc: %s"
 
-#: src/readelf.c:9429 src/readelf.c:10443
+#: src/readelf.c:9385 src/readelf.c:10399
 msgid "   <INVALID DATA>\n"
 msgstr "   <НЕКОРЕКТНІ ДАНІ>\n"
 
-#: src/readelf.c:9483 src/readelf.c:9646
+#: src/readelf.c:9439 src/readelf.c:9602
 #, c-format
 msgid "cannot get macro information section data: %s"
 msgstr "не вдалося отримати дані розділу відомостей щодо макросів: %s"
 
-#: src/readelf.c:9563
+#: src/readelf.c:9519
 #, c-format
 msgid "%*s*** non-terminated string at end of section"
 msgstr "%*s*** незавершений рядок наприкінці розділу"
 
-#: src/readelf.c:9586
+#: src/readelf.c:9542
 #, c-format
 msgid "%*s*** missing DW_MACINFO_start_file argument at end of section"
 msgstr "%*s*** пропущено аргумент DW_MACINFO_start_file наприкінці розділу"
 
-#: src/readelf.c:9687
+#: src/readelf.c:9643
 #, c-format
 msgid " Offset:             0x%<PRIx64>\n"
 msgstr " Зміщення:           0x%<PRIx64>\n"
 
-#: src/readelf.c:9699
+#: src/readelf.c:9655
 #, c-format
 msgid " Version:            %<PRIu16>\n"
 msgstr " Версія:             %<PRIu16>\n"
 
-#: src/readelf.c:9705 src/readelf.c:10562
+#: src/readelf.c:9661 src/readelf.c:10518
 #, c-format
 msgid "  unknown version, cannot parse section\n"
 msgstr "  невідома версія, не вдалося обробити розділ\n"
 
-#: src/readelf.c:9712
+#: src/readelf.c:9668
 #, c-format
 msgid " Flag:               0x%<PRIx8>\n"
 msgstr " Прапорець:          0x%<PRIx8>\n"
 
-#: src/readelf.c:9715
+#: src/readelf.c:9671
 #, c-format
 msgid " Offset length:      %<PRIu8>\n"
 msgstr " Довжина зміщення:   %<PRIu8>\n"
 
-#: src/readelf.c:9723
+#: src/readelf.c:9679
 #, c-format
 msgid " .debug_line offset: 0x%<PRIx64>\n"
 msgstr " зміщення .debug_line: 0x%<PRIx64>\n"
 
-#: src/readelf.c:9748
+#: src/readelf.c:9704
 #, c-format
 msgid "  extension opcode table, %<PRIu8> items:\n"
 msgstr "  таблиця кодів операцій розширень, записів — %<PRIu8>:\n"
 
-#: src/readelf.c:9755
+#: src/readelf.c:9711
 #, c-format
 msgid "    [%<PRIx8>]"
 msgstr "    [%<PRIx8>]"
 
-#: src/readelf.c:9767
+#: src/readelf.c:9723
 #, c-format
 msgid " %<PRIu8> arguments:"
 msgstr " %<PRIu8> аргументів:"
 
-#: src/readelf.c:9782
+#: src/readelf.c:9738
 #, c-format
 msgid " no arguments."
 msgstr " немає аргументів."
 
-#: src/readelf.c:9983
+#: src/readelf.c:9939
 #, 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:10025
+#: src/readelf.c:9981
 #, c-format
 msgid ""
 "\n"
@@ -5789,41 +5745,41 @@ msgstr ""
 "Розділ DWARF [%2zu] «%s» зі зміщенням %#<PRIx64>:\n"
 " %*s  Рядок\n"
 
-#: src/readelf.c:10040
+#: src/readelf.c:9996
 #, fuzzy, c-format
 msgid " *** error, missing string terminator\n"
 msgstr " *** помилка під час читання рядків: %s\n"
 
-#: src/readelf.c:10068
+#: src/readelf.c:10024
 #, fuzzy, c-format
 msgid "cannot get .debug_str_offsets section data: %s"
 msgstr "не вдалося отримати дані розділу: %s"
 
-#: src/readelf.c:10167
+#: src/readelf.c:10123
 #, fuzzy, c-format
 msgid " Length:        %8<PRIu64>\n"
 msgstr ""
 "\n"
 " Довжина:       %6<PRIu64>\n"
 
-#: src/readelf.c:10169
+#: src/readelf.c:10125
 #, fuzzy, c-format
 msgid " Offset size:   %8<PRIu8>\n"
 msgstr " Довжина зміщення:   %<PRIu8>\n"
 
-#: src/readelf.c:10183
+#: src/readelf.c:10139
 #, fuzzy, c-format
 msgid " DWARF version: %8<PRIu16>\n"
 msgstr " версія DWARF:  %6<PRIuFAST16>\n"
 
-#: src/readelf.c:10192
+#: src/readelf.c:10148
 #, fuzzy, c-format
 msgid " Padding:       %8<PRIx16>\n"
 msgstr ""
 "\n"
 " Довжина:       %6<PRIu64>\n"
 
-#: src/readelf.c:10246
+#: src/readelf.c:10202
 #, c-format
 msgid ""
 "\n"
@@ -5832,7 +5788,7 @@ msgstr ""
 "\n"
 "Розділ таблиці пошуку вікон виклику [%2zu] '.eh_frame_hdr':\n"
 
-#: src/readelf.c:10348
+#: src/readelf.c:10304
 #, c-format
 msgid ""
 "\n"
@@ -5841,22 +5797,22 @@ msgstr ""
 "\n"
 "Розділ таблиці обробки виключень [%2zu] '.gcc_except_table':\n"
 
-#: src/readelf.c:10371
+#: src/readelf.c:10327
 #, c-format
 msgid " LPStart encoding:    %#x "
 msgstr " Кодування LPStart:   %#x "
 
-#: src/readelf.c:10383
+#: src/readelf.c:10339
 #, c-format
 msgid " TType encoding:      %#x "
 msgstr " Кодування TType:     %#x "
 
-#: src/readelf.c:10398
+#: src/readelf.c:10354
 #, c-format
 msgid " Call site encoding:  %#x "
 msgstr " Кодування місця виклику:%#x "
 
-#: src/readelf.c:10411
+#: src/readelf.c:10367
 msgid ""
 "\n"
 " Call site table:"
@@ -5864,7 +5820,7 @@ msgstr ""
 "\n"
 " Таблиця місця виклику:"
 
-#: src/readelf.c:10425
+#: src/readelf.c:10381
 #, c-format
 msgid ""
 " [%4u] Call site start:   %#<PRIx64>\n"
@@ -5877,12 +5833,12 @@ msgstr ""
 "        Місце застосування:   %#<PRIx64>\n"
 "        Дія:                  %u\n"
 
-#: src/readelf.c:10498
+#: src/readelf.c:10454
 #, c-format
 msgid "invalid TType encoding"
 msgstr "некоректне кодування TType"
 
-#: src/readelf.c:10524
+#: src/readelf.c:10480
 #, c-format
 msgid ""
 "\n"
@@ -5891,37 +5847,37 @@ msgstr ""
 "\n"
 "Розділ GDB [%2zu] «%s» за зміщенням %#<PRIx64> містить %<PRId64> байтів:\n"
 
-#: src/readelf.c:10553
+#: src/readelf.c:10509
 #, c-format
 msgid " Version:         %<PRId32>\n"
 msgstr " Версія:          %<PRId32>\n"
 
-#: src/readelf.c:10571
+#: src/readelf.c:10527
 #, c-format
 msgid " CU offset:       %#<PRIx32>\n"
 msgstr " зміщення CU:     %#<PRIx32>\n"
 
-#: src/readelf.c:10578
+#: src/readelf.c:10534
 #, c-format
 msgid " TU offset:       %#<PRIx32>\n"
 msgstr " зміщення TU:      %#<PRIx32>\n"
 
-#: src/readelf.c:10585
+#: src/readelf.c:10541
 #, c-format
 msgid " address offset:  %#<PRIx32>\n"
 msgstr " зміщення адреси: %#<PRIx32>\n"
 
-#: src/readelf.c:10592
+#: src/readelf.c:10548
 #, c-format
 msgid " symbol offset:   %#<PRIx32>\n"
 msgstr " зміщення символу: %#<PRIx32>\n"
 
-#: src/readelf.c:10599
+#: src/readelf.c:10555
 #, c-format
 msgid " constant offset: %#<PRIx32>\n"
 msgstr " стале зміщення:  %#<PRIx32>\n"
 
-#: src/readelf.c:10613
+#: src/readelf.c:10569
 #, c-format
 msgid ""
 "\n"
@@ -5930,7 +5886,7 @@ msgstr ""
 "\n"
 " Список CU зі зміщенням %#<PRIx32> містить %zu записів:\n"
 
-#: src/readelf.c:10638
+#: src/readelf.c:10594
 #, c-format
 msgid ""
 "\n"
@@ -5939,7 +5895,7 @@ msgstr ""
 "\n"
 " Список TU зі зміщенням %#<PRIx32> містить %zu записів:\n"
 
-#: src/readelf.c:10667
+#: src/readelf.c:10623
 #, c-format
 msgid ""
 "\n"
@@ -5948,7 +5904,7 @@ msgstr ""
 "\n"
 " Список адрес зі зміщенням %#<PRIx32> містить %zu записів:\n"
 
-#: src/readelf.c:10700
+#: src/readelf.c:10655
 #, c-format
 msgid ""
 "\n"
@@ -5957,18 +5913,18 @@ msgstr ""
 "\n"
 " Таблиця символів за зміщенням %#<PRIx32> містить %zu позицій:\n"
 
-#: src/readelf.c:10838
+#: src/readelf.c:10793
 #, c-format
 msgid "cannot get debug context descriptor: %s"
 msgstr "не вдалося отримати дескриптор контексту зневаджування: %s"
 
-#: src/readelf.c:11201 src/readelf.c:11823 src/readelf.c:11934
-#: src/readelf.c:11992
+#: src/readelf.c:11156 src/readelf.c:11778 src/readelf.c:11889
+#: src/readelf.c:11947
 #, c-format
 msgid "cannot convert core note data: %s"
 msgstr "не вдалося перетворити дані запису ядра: %s"
 
-#: src/readelf.c:11564
+#: src/readelf.c:11519
 #, c-format
 msgid ""
 "\n"
@@ -5977,21 +5933,21 @@ msgstr ""
 "\n"
 "%*s... <повторюється %u разів> ..."
 
-#: src/readelf.c:12071
+#: src/readelf.c:12026
 msgid "  Owner          Data size  Type\n"
 msgstr "  Власник        Розм. даних Тип\n"
 
-#: src/readelf.c:12089
+#: src/readelf.c:12044
 #, c-format
 msgid "  %-13.*s  %9<PRId32>  %s\n"
 msgstr "  %-13.*s  %9<PRId32>  %s\n"
 
-#: src/readelf.c:12139
+#: src/readelf.c:12094
 #, fuzzy, c-format
 msgid "cannot get content of note: %s"
 msgstr "не вдалося отримати вміст розділу записів: %s"
 
-#: src/readelf.c:12166
+#: src/readelf.c:12121
 #, c-format
 msgid ""
 "\n"
@@ -6001,7 +5957,7 @@ msgstr ""
 "Розділ записів (note) [%2zu] «%s» з %<PRIu64> байтів за зміщенням "
 "%#0<PRIx64>:\n"
 
-#: src/readelf.c:12189
+#: src/readelf.c:12144
 #, c-format
 msgid ""
 "\n"
@@ -6010,7 +5966,7 @@ msgstr ""
 "\n"
 "Сегмент записів з %<PRIu64> байтів за зміщенням %#0<PRIx64>:\n"
 
-#: src/readelf.c:12235
+#: src/readelf.c:12190
 #, c-format
 msgid ""
 "\n"
@@ -6019,12 +5975,12 @@ msgstr ""
 "\n"
 "У розділі [%zu] «%s» не міститься даних для створення дампу.\n"
 
-#: src/readelf.c:12262 src/readelf.c:12313
+#: src/readelf.c:12217 src/readelf.c:12268
 #, c-format
 msgid "cannot get data for section [%zu] '%s': %s"
 msgstr "не вдалося отримати дані для розділу [%zu] «%s»: %s"
 
-#: src/readelf.c:12267
+#: src/readelf.c:12222
 #, c-format
 msgid ""
 "\n"
@@ -6033,7 +5989,7 @@ msgstr ""
 "\n"
 "Шіст. дамп розділу [%zu] «%s», %<PRIu64> байтів за зміщенням %#0<PRIx64>:\n"
 
-#: src/readelf.c:12272
+#: src/readelf.c:12227
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -6043,7 +5999,7 @@ msgstr ""
 "\n"
 "Шіст. дамп розділу [%zu] «%s», %<PRIu64> байтів за зміщенням %#0<PRIx64>:\n"
 
-#: src/readelf.c:12286
+#: src/readelf.c:12241
 #, c-format
 msgid ""
 "\n"
@@ -6052,7 +6008,7 @@ msgstr ""
 "\n"
 "У розділі [%zu] «%s» не міститься рядків для створення дампу.\n"
 
-#: src/readelf.c:12318
+#: src/readelf.c:12273
 #, c-format
 msgid ""
 "\n"
@@ -6061,7 +6017,7 @@ msgstr ""
 "\n"
 "Розділ рядків [%zu] «%s» містить %<PRIu64> байтів за зміщенням %#0<PRIx64>:\n"
 
-#: src/readelf.c:12323
+#: src/readelf.c:12278
 #, fuzzy, c-format
 msgid ""
 "\n"
@@ -6071,7 +6027,7 @@ msgstr ""
 "\n"
 "Розділ рядків [%zu] «%s» містить %<PRIu64> байтів за зміщенням %#0<PRIx64>:\n"
 
-#: src/readelf.c:12372
+#: src/readelf.c:12327
 #, c-format
 msgid ""
 "\n"
@@ -6080,7 +6036,7 @@ msgstr ""
 "\n"
 "розділу [%lu] не існує"
 
-#: src/readelf.c:12401
+#: src/readelf.c:12356
 #, c-format
 msgid ""
 "\n"
@@ -6089,12 +6045,12 @@ msgstr ""
 "\n"
 "розділу «%s» не існує"
 
-#: src/readelf.c:12458
+#: src/readelf.c:12413
 #, c-format
 msgid "cannot get symbol index of archive '%s': %s"
 msgstr "не вдалося отримати покажчик символів архіву «%s»: %s"
 
-#: src/readelf.c:12461
+#: src/readelf.c:12416
 #, c-format
 msgid ""
 "\n"
@@ -6103,7 +6059,7 @@ msgstr ""
 "\n"
 "У архіві «%s» немає покажчика символів\n"
 
-#: src/readelf.c:12465
+#: src/readelf.c:12420
 #, c-format
 msgid ""
 "\n"
@@ -6112,12 +6068,12 @@ msgstr ""
 "\n"
 "Покажчик архіву «%s» містить %zu записів:\n"
 
-#: src/readelf.c:12483
+#: src/readelf.c:12438
 #, c-format
 msgid "cannot extract member at offset %zu in '%s': %s"
 msgstr "не вдалося видобути елемент за зміщенням %zu у «%s»: %s"
 
-#: src/readelf.c:12488
+#: src/readelf.c:12443
 #, c-format
 msgid "Archive member '%s' contains:\n"
 msgstr "Елемент архіву «%s» містить:\n"
@@ -7033,6 +6989,48 @@ msgstr "Додатково вивести назви функцій"
 msgid "Show instances of inlined functions"
 msgstr "Вивести екземпляри вбудованих функцій"
 
+#~ msgid "%s+%#<PRIx64> <%s+%#<PRIx64>>"
+#~ msgstr "%s+%#<PRIx64> <%s+%#<PRIx64>>"
+
+#~ msgid "%s+%#0*<PRIx64> <%s+%#<PRIx64>>"
+#~ msgstr "%s+%#0*<PRIx64> <%s+%#<PRIx64>>"
+
+#~ msgid "%#<PRIx64> <%s+%#<PRIx64>>"
+#~ msgstr "%#<PRIx64> <%s+%#<PRIx64>>"
+
+#~ msgid "%#0*<PRIx64> <%s+%#<PRIx64>>"
+#~ msgstr "%#0*<PRIx64> <%s+%#<PRIx64>>"
+
+#~ msgid "%s+%#<PRIx64> <%s>"
+#~ msgstr "%s+%#<PRIx64> <%s>"
+
+#~ msgid "%s+%#0*<PRIx64> <%s>"
+#~ msgstr "%s+%#0*<PRIx64> <%s>"
+
+#~ msgid "%#<PRIx64> <%s>"
+#~ msgstr "%#<PRIx64> <%s>"
+
+#~ msgid "%#0*<PRIx64> <%s>"
+#~ msgstr "%#0*<PRIx64> <%s>"
+
+#~ msgid "%s+%#<PRIx64>"
+#~ msgstr "%s+%#<PRIx64>"
+
+#~ msgid "%s+%#0*<PRIx64>"
+#~ msgstr "%s+%#0*<PRIx64>"
+
+#~ msgid "   %s..%s (%<PRIx64>)\n"
+#~ msgstr "   %s..%s (%<PRIx64>)\n"
+
+#~ msgid "   %s..%s\n"
+#~ msgstr "   %s..%s\n"
+
+#~ msgid " advance address by %u to %s, op_index to %u\n"
+#~ msgstr " збільшення адреси на %u до %s, індекс_оп до %u\n"
+
+#~ msgid " advance address by constant %u to %s, op_index to %u\n"
+#~ msgstr " збільшити адресу на сталу величину %u до %s, індекс_оп до %u\n"
+
 #~ msgid " [%6tx]  %s..%s\n"
 #~ msgstr " [%6tx]  %s..%s\n"