Home | History | Annotate | Line # | Download | only in po
      1 # Serbian translation of binutils.
      2 # Copyright  2025 Free Software Foundation, Inc.
      3 # This file is distributed under the same license as the binutils package.
      4 #   <miroslavnikolic (a] rocketmail.com>, 2014-2025.
      5 #
      6 msgid ""
      7 msgstr ""
      8 "Project-Id-Version: binutils-2.43.90\n"
      9 "Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n"
     10 "POT-Creation-Date: 2025-01-19 12:20+0000\n"
     11 "PO-Revision-Date: 2025-03-02 16:44+0100\n"
     12 "Last-Translator:   <miroslavnikolic (a] rocketmail.com>\n"
     13 "Language-Team: Serbian <(nothing)>\n"
     14 "Language: sr\n"
     15 "MIME-Version: 1.0\n"
     16 "Content-Type: text/plain; charset=UTF-8\n"
     17 "Content-Transfer-Encoding: 8bit\n"
     18 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
     19 "X-Bugs: Report translation errors to the Language-Team address.\n"
     20 "X-Generator: Poedit 3.5\n"
     21 
     22 #: addr2line.c:89
     23 #, c-format
     24 msgid "Usage: %s [option(s)] [addr(s)]\n"
     25 msgstr ": %s [] []\n"
     26 
     27 #: addr2line.c:90
     28 #, c-format
     29 msgid " Convert addresses into line number/file name pairs.\n"
     30 msgstr "      / .\n"
     31 
     32 #: addr2line.c:91
     33 #, c-format
     34 msgid " If no addresses are specified on the command line, they will be read from stdin\n"
     35 msgstr "       ,     \n"
     36 
     37 #: addr2line.c:92
     38 #, c-format
     39 msgid ""
     40 " The options are:\n"
     41 "  @<file>                Read options from <file>\n"
     42 "  -a --addresses         Show addresses\n"
     43 "  -b --target=<bfdname>  Set the binary file format\n"
     44 "  -e --exe=<executable>  Set the input file name (default is a.out)\n"
     45 "  -i --inlines           Unwind inlined functions\n"
     46 "  -j --section=<name>    Read section-relative offsets instead of addresses\n"
     47 "  -p --pretty-print      Make the output easier to read for humans\n"
     48 "  -s --basenames         Strip directory names\n"
     49 "  -f --functions         Show function names\n"
     50 "  -C --demangle[=style]  Demangle function names\n"
     51 "  -R --recurse-limit     Enable a limit on recursion whilst demangling.  [Default]\n"
     52 "  -r --no-recurse-limit  Disable a limit on recursion whilst demangling\n"
     53 "  -h --help              Display this information\n"
     54 "  -v --version           Display the program's version\n"
     55 "\n"
     56 msgstr ""
     57 "  :\n"
     58 "  @<>               <>\n"
     59 "  -a --addresses          \n"
     60 "  -b --target=<>    \n"
     61 "  -e --exe=<>         (  a.out)\n"
     62 "  -i --inlines             \n"
     63 "  -j --section=<>         \n"
     64 "  -p --pretty-print           \n"
     65 "  -s --basenames           \n"
     66 "  -f --functions           \n"
     67 "  -C --demangle[=]     \n"
     68 "  -R --recurse-limit         .  []\n"
     69 "  -r --no-recurse-limit      \n"
     70 "  -h --help                \n"
     71 "  -v --version             \n"
     72 "\n"
     73 
     74 #: addr2line.c:111 ar.c:354 ar.c:391 coffdump.c:470 dlltool.c:3724
     75 #: dllwrap.c:518 elfedit.c:976 objcopy.c:706 objcopy.c:762 readelf.c:6328
     76 #: size.c:110 srconv.c:1705 strings.c:1361 sysdump.c:655 windmc.c:227
     77 #: windres.c:690
     78 #, c-format
     79 msgid "Report bugs to %s\n"
     80 msgstr "   %s\n"
     81 
     82 #. Note for translators:  This printf is used to join the
     83 #. function name just printed above to the line number/
     84 #. file name pair that is about to be printed below.  Eg:
     85 #.
     86 #. foo at 123:bar.c
     87 #: addr2line.c:379
     88 #, c-format
     89 msgid " at "
     90 msgstr "  "
     91 
     92 #. Note for translators: This printf is used to join the
     93 #. line number/file name pair that has just been printed with
     94 #. the line number/file name pair that is going to be printed
     95 #. by the next iteration of the while loop.  Eg:
     96 #.
     97 #. 123:bar.c (inlined by) 456:main.c
     98 #: addr2line.c:419
     99 #, c-format
    100 msgid " (inlined by) "
    101 msgstr " ( ) "
    102 
    103 #: addr2line.c:453
    104 #, c-format
    105 msgid "%s: cannot get addresses from archive"
    106 msgstr "%s:       "
    107 
    108 #: addr2line.c:472
    109 #, c-format
    110 msgid "%s: cannot find section %s"
    111 msgstr "%s:     %s"
    112 
    113 #: addr2line.c:514 ar.c:750 dlltool.c:3240 nm.c:1981 objcopy.c:6222
    114 #: objdump.c:5982 size.c:152 strings.c:356 windmc.c:958 windres.c:816
    115 msgid "fatal error: libbfd ABI mismatch"
    116 msgstr " : libbfd ABI  "
    117 
    118 #: addr2line.c:541 nm.c:2007 objdump.c:6034 readelf.c:6635
    119 #, c-format
    120 msgid "unknown demangling style `%s'"
    121 msgstr "   %s"
    122 
    123 #: ar.c:270
    124 #, c-format
    125 msgid "no entry %s in archive\n"
    126 msgstr "  %s  \n"
    127 
    128 #: ar.c:284
    129 #, c-format
    130 msgid "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n"
    131 msgstr ": %s [ ] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <>] [-] [] - ...\n"
    132 
    133 #: ar.c:290
    134 #, c-format
    135 msgid "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [member-name] [count] archive-file file...\n"
    136 msgstr ": %s [ ] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [-] [] - ...\n"
    137 
    138 #: ar.c:298
    139 #, c-format
    140 msgid "       %s -M [<mri-script]\n"
    141 msgstr "       %s -M [<-]\n"
    142 
    143 #: ar.c:299
    144 #, c-format
    145 msgid " commands:\n"
    146 msgstr " :\n"
    147 
    148 #: ar.c:300
    149 #, c-format
    150 msgid "  d            - delete file(s) from the archive\n"
    151 msgstr "  d                          ()  \n"
    152 
    153 #: ar.c:301
    154 #, c-format
    155 msgid "  m[ab]        - move file(s) in the archive\n"
    156 msgstr "  m[ab]                      ()  \n"
    157 
    158 #: ar.c:302
    159 #, c-format
    160 msgid "  p            - print file(s) found in the archive\n"
    161 msgstr "  p                          () ()  \n"
    162 
    163 #: ar.c:303
    164 #, c-format
    165 msgid "  q[f]         - quick append file(s) to the archive\n"
    166 msgstr "  q[f]                        ()  \n"
    167 
    168 #: ar.c:304
    169 #, c-format
    170 msgid "  r[ab][f][u]  - replace existing or insert new file(s) into the archive\n"
    171 msgstr "  r[ab][f][u]                ()   () ()  \n"
    172 
    173 #: ar.c:305
    174 #, c-format
    175 msgid "  s            - act as ranlib\n"
    176 msgstr "  s                            \n"
    177 
    178 #: ar.c:306
    179 #, c-format
    180 msgid "  t[O][v]      - display contents of the archive\n"
    181 msgstr "  t[O][v]                     \n"
    182 
    183 #: ar.c:307
    184 #, c-format
    185 msgid "  x[o]         - extract file(s) from the archive\n"
    186 msgstr "  x[o]                       ()  \n"
    187 
    188 #: ar.c:308
    189 #, c-format
    190 msgid " command specific modifiers:\n"
    191 msgstr "   :\n"
    192 
    193 #: ar.c:309
    194 #, c-format
    195 msgid "  [a]          - put file(s) after [member-name]\n"
    196 msgstr "  [a]                        ()  [-]\n"
    197 
    198 #: ar.c:310
    199 #, c-format
    200 msgid "  [b]          - put file(s) before [member-name] (same as [i])\n"
    201 msgstr "  [b]                        ()  [-] (  [i])\n"
    202 
    203 #: ar.c:313
    204 #, c-format
    205 msgid "  [D]          - use zero for timestamps and uids/gids (default)\n"
    206 msgstr "  [D]                             -/- ()\n"
    207 
    208 #: ar.c:315
    209 #, c-format
    210 msgid "  [U]          - use actual timestamps and uids/gids\n"
    211 msgstr "  [U]                            -/-\n"
    212 
    213 #: ar.c:320
    214 #, c-format
    215 msgid "  [D]          - use zero for timestamps and uids/gids\n"
    216 msgstr "  [D]                             -/-\n"
    217 
    218 #: ar.c:322
    219 #, c-format
    220 msgid "  [U]          - use actual timestamps and uids/gids (default)\n"
    221 msgstr "  [U]                            -/- ()\n"
    222 
    223 #: ar.c:325
    224 #, c-format
    225 msgid "  [N]          - use instance [count] of name\n"
    226 msgstr "  [N]                         [] \n"
    227 
    228 #: ar.c:326
    229 #, c-format
    230 msgid "  [f]          - truncate inserted file names\n"
    231 msgstr "  [f]                          \n"
    232 
    233 #: ar.c:327
    234 #, c-format
    235 msgid "  [P]          - use full path names when matching\n"
    236 msgstr "  [P]                            \n"
    237 
    238 #: ar.c:328
    239 #, c-format
    240 msgid "  [o]          - preserve original dates\n"
    241 msgstr "  [o]                         \n"
    242 
    243 #: ar.c:329
    244 #, c-format
    245 msgid "  [O]          - display offsets of files in the archive\n"
    246 msgstr "  [O]                           \n"
    247 
    248 #: ar.c:330
    249 #, c-format
    250 msgid "  [u]          - only replace files that are newer than current archive contents\n"
    251 msgstr "  [u]                                \n"
    252 
    253 #: ar.c:331
    254 #, c-format
    255 msgid " generic modifiers:\n"
    256 msgstr "  :\n"
    257 
    258 #: ar.c:332
    259 #, c-format
    260 msgid "  [c]          - do not warn if the library had to be created\n"
    261 msgstr "  [c]                              \n"
    262 
    263 #: ar.c:333
    264 #, c-format
    265 msgid "  [s]          - create an archive index (cf. ranlib)\n"
    266 msgstr "  [s]                          ( ranlib)\n"
    267 
    268 #: ar.c:334
    269 #, c-format
    270 msgid "  [l <text> ]  - specify the dependencies of this library\n"
    271 msgstr "  [l <> ]                 \n"
    272 
    273 #: ar.c:335
    274 #, c-format
    275 msgid "  [S]          - do not build a symbol table\n"
    276 msgstr "  [S]                          \n"
    277 
    278 #: ar.c:336
    279 #, c-format
    280 msgid "  [T]          - deprecated, use --thin instead\n"
    281 msgstr "  [T]                       ,  --thin  \n"
    282 
    283 #: ar.c:337
    284 #, c-format
    285 msgid "  [v]          - be verbose\n"
    286 msgstr "  [v]                        \n"
    287 
    288 #: ar.c:338
    289 #, c-format
    290 msgid "  [V]          - display the version number\n"
    291 msgstr "  [V]                         \n"
    292 
    293 #: ar.c:339
    294 #, c-format
    295 msgid "  @<file>      - read options from <file>\n"
    296 msgstr "  @<>                  <>\n"
    297 
    298 #: ar.c:340
    299 #, c-format
    300 msgid "  --target=BFDNAME - specify the target object format as BFDNAME\n"
    301 msgstr "  --target=              \n"
    302 
    303 #: ar.c:341
    304 #, c-format
    305 msgid "  --output=DIRNAME - specify the output directory for extraction operations\n"
    306 msgstr "  --output=DIRNAME               \n"
    307 
    308 #: ar.c:342
    309 #, c-format
    310 msgid "  --record-libdeps=<text> - specify the dependencies of this library\n"
    311 msgstr "  --record-libdeps=<>     \n"
    312 
    313 #: ar.c:343
    314 #, c-format
    315 msgid "  --thin       - make a thin archive\n"
    316 msgstr "  --thin                      \n"
    317 
    318 #: ar.c:345
    319 #, c-format
    320 msgid " optional:\n"
    321 msgstr " :\n"
    322 
    323 #: ar.c:346
    324 #, c-format
    325 msgid "  --plugin <p> - load the specified plugin\n"
    326 msgstr "  -plugin <p>                 \n"
    327 
    328 #: ar.c:367
    329 #, c-format
    330 msgid "Usage: %s [options] archive\n"
    331 msgstr ": %s [] \n"
    332 
    333 #: ar.c:368
    334 #, c-format
    335 msgid " Generate an index to speed access to archives\n"
    336 msgstr "      \n"
    337 
    338 #: ar.c:369
    339 #, c-format
    340 msgid ""
    341 " The options are:\n"
    342 "  @<file>                      Read options from <file>\n"
    343 msgstr ""
    344 "  :\n"
    345 "   @<>                    <>\n"
    346 
    347 #: ar.c:372
    348 #, c-format
    349 msgid "  --plugin <name>              Load the specified plugin\n"
    350 msgstr "  --plugin <>               \n"
    351 
    352 #: ar.c:376
    353 #, c-format
    354 msgid ""
    355 "  -D                           Use zero for symbol map timestamp (default)\n"
    356 "  -U                           Use an actual symbol map timestamp\n"
    357 msgstr ""
    358 "  -D                                  ()\n"
    359 "  -U                                \n"
    360 
    361 #: ar.c:380
    362 #, c-format
    363 msgid ""
    364 "  -D                           Use zero for symbol map timestamp\n"
    365 "  -U                           Use actual symbol map timestamp (default)\n"
    366 msgstr ""
    367 "  -D                                 \n"
    368 "  -U                                 ()\n"
    369 
    370 #: ar.c:383
    371 #, c-format
    372 msgid ""
    373 "  -t                           Update the archive's symbol map timestamp\n"
    374 "  -h --help                    Print this help message\n"
    375 "  -v --version                 Print version information\n"
    376 msgstr ""
    377 "  -t                                \n"
    378 "  -h --help                       \n"
    379 "  -V --version                    \n"
    380 
    381 #: ar.c:507
    382 msgid "two different operation options specified"
    383 msgstr "     "
    384 
    385 #: ar.c:543
    386 msgid "libdeps specified more than once"
    387 msgstr "libdeps     "
    388 
    389 #: ar.c:604 ar.c:679 nm.c:2126
    390 #, c-format
    391 msgid "sorry - this program has been built without plugin support\n"
    392 msgstr "         \n"
    393 
    394 #: ar.c:806
    395 msgid "no operation specified"
    396 msgstr "  "
    397 
    398 #: ar.c:809
    399 msgid "`u' is only meaningful with the `r' option."
    400 msgstr "u      r."
    401 
    402 #: ar.c:812
    403 msgid "`u' is not meaningful with the `D' option - replacement will always happen."
    404 msgstr "u     D      ."
    405 
    406 #: ar.c:815
    407 msgid "`u' modifier ignored since `D' is the default (see `U')"
    408 msgstr "u      D  ( U)"
    409 
    410 #: ar.c:824
    411 msgid "missing position arg."
    412 msgstr "  ."
    413 
    414 #: ar.c:830
    415 msgid "`N' is only meaningful with the `x' and `d' options."
    416 msgstr "N      x  d."
    417 
    418 #: ar.c:832
    419 msgid "`N' missing value."
    420 msgstr "N  ."
    421 
    422 #: ar.c:835
    423 msgid "Value for `N' must be positive."
    424 msgstr "  N   ."
    425 
    426 #: ar.c:851
    427 msgid "`x' cannot be used on thin archives."
    428 msgstr "x        ."
    429 
    430 #: ar.c:865
    431 msgid "Cannot create libdeps record."
    432 msgstr "    libdeps ."
    433 
    434 #: ar.c:868
    435 msgid "Cannot set libdeps record type to binary."
    436 msgstr "     libdeps   ."
    437 
    438 #: ar.c:871
    439 msgid "Cannot set libdeps object format."
    440 msgstr "     libdeps ."
    441 
    442 #: ar.c:874
    443 msgid "Cannot make libdeps object writable."
    444 msgstr "     libdeps ."
    445 
    446 #: ar.c:877
    447 msgid "Cannot write libdeps record."
    448 msgstr "    libdeps ."
    449 
    450 #: ar.c:880
    451 msgid "Cannot make libdeps object readable."
    452 msgstr "     libdeps ."
    453 
    454 #: ar.c:883
    455 msgid "Cannot reset libdeps record type."
    456 msgstr "      libdeps ."
    457 
    458 #: ar.c:955
    459 #, c-format
    460 msgid "internal error -- this option not implemented"
    461 msgstr "      "
    462 
    463 #: ar.c:1026
    464 #, c-format
    465 msgid "creating %s"
    466 msgstr " %s"
    467 
    468 #: ar.c:1051
    469 #, c-format
    470 msgid "Cannot convert existing library %s to thin format"
    471 msgstr "      %s   "
    472 
    473 #: ar.c:1057
    474 #, c-format
    475 msgid "Cannot convert existing thin library %s to normal format"
    476 msgstr "      %s   "
    477 
    478 #: ar.c:1088 ar.c:1193 ar.c:1522 objcopy.c:3716
    479 #, c-format
    480 msgid "internal stat error on %s"
    481 msgstr "     %s"
    482 
    483 #: ar.c:1108 ar.c:1220
    484 #, c-format
    485 msgid "%s is not a valid archive"
    486 msgstr "%s   "
    487 
    488 #: ar.c:1138
    489 #, c-format
    490 msgid "illegal output pathname for archive member: %s, using '%s' instead"
    491 msgstr "     : %s,  %s"
    492 
    493 #: ar.c:1270
    494 msgid "could not create temporary file whilst writing archive"
    495 msgstr "        "
    496 
    497 #: ar.c:1420
    498 #, c-format
    499 msgid "No member named `%s'\n"
    500 msgstr "    %s\n"
    501 
    502 #: ar.c:1473
    503 #, c-format
    504 msgid "no entry %s in archive %s!"
    505 msgstr "  %s   %s!"
    506 
    507 #: ar.c:1655
    508 #, c-format
    509 msgid "%s: no archive map to update"
    510 msgstr "%s:     "
    511 
    512 #: arsup.c:91
    513 #, c-format
    514 msgid "No entry %s in archive.\n"
    515 msgstr "  %s  .\n"
    516 
    517 #: arsup.c:116
    518 #, c-format
    519 msgid "Can't open file %s\n"
    520 msgstr "     %s\n"
    521 
    522 #: arsup.c:159
    523 #, c-format
    524 msgid "%s: Can't open temporary file (%s)\n"
    525 msgstr "%s:       (%s)\n"
    526 
    527 #: arsup.c:170
    528 #, c-format
    529 msgid "%s: Can't open output archive %s\n"
    530 msgstr "%s:       %s\n"
    531 
    532 #: arsup.c:191
    533 #, c-format
    534 msgid "%s: Can't open input archive %s\n"
    535 msgstr "%s:       %s\n"
    536 
    537 #: arsup.c:200
    538 #, c-format
    539 msgid "%s: file %s is not an archive\n"
    540 msgstr "%s:  %s  \n"
    541 
    542 #: arsup.c:240
    543 #, c-format
    544 msgid "%s: no output archive specified yet\n"
    545 msgstr "%s:     \n"
    546 
    547 #: arsup.c:260 arsup.c:303 arsup.c:345 arsup.c:383 arsup.c:449
    548 #, c-format
    549 msgid "%s: no open output archive\n"
    550 msgstr "%s:    \n"
    551 
    552 #: arsup.c:276 arsup.c:404 arsup.c:430
    553 #, c-format
    554 msgid "%s: can't open file %s\n"
    555 msgstr "%s:      %s\n"
    556 
    557 #: arsup.c:330 arsup.c:426 arsup.c:508
    558 #, c-format
    559 msgid "%s: can't find module file %s\n"
    560 msgstr "%s:       %s\n"
    561 
    562 #: arsup.c:458
    563 #, c-format
    564 msgid "Current open archive is %s\n"
    565 msgstr "    %s\n"
    566 
    567 #: arsup.c:483
    568 #, c-format
    569 msgid "%s: no open archive\n"
    570 msgstr "%s:    \n"
    571 
    572 #: binemul.c:38
    573 #, c-format
    574 msgid "  No emulation specific options\n"
    575 msgstr "     \n"
    576 
    577 #. Macros for common output.
    578 #: binemul.h:45
    579 #, c-format
    580 msgid " emulation options: \n"
    581 msgstr "  : \n"
    582 
    583 #: bucomm.c:43 bucomm.c:76
    584 msgid "cause of error unknown"
    585 msgstr " "
    586 
    587 #: bucomm.c:170
    588 #, c-format
    589 msgid "can't set BFD default target to `%s': %s"
    590 msgstr "        %s: %s"
    591 
    592 #: bucomm.c:182
    593 #, c-format
    594 msgid "%s: Matching formats:"
    595 msgstr "%s:  :"
    596 
    597 #: bucomm.c:199
    598 #, c-format
    599 msgid "Supported targets:"
    600 msgstr ":"
    601 
    602 #: bucomm.c:201
    603 #, c-format
    604 msgid "%s: supported targets:"
    605 msgstr "%s: :"
    606 
    607 #: bucomm.c:219
    608 #, c-format
    609 msgid "Supported architectures:"
    610 msgstr " :"
    611 
    612 #: bucomm.c:221
    613 #, c-format
    614 msgid "%s: supported architectures:"
    615 msgstr "%s: :"
    616 
    617 #: bucomm.c:234
    618 msgid "big endian"
    619 msgstr " "
    620 
    621 #: bucomm.c:235
    622 msgid "little endian"
    623 msgstr " "
    624 
    625 #: bucomm.c:236
    626 msgid "endianness unknown"
    627 msgstr " "
    628 
    629 #: bucomm.c:283
    630 #, c-format
    631 msgid ""
    632 "%s\n"
    633 " (header %s, data %s)\n"
    634 msgstr ""
    635 "%s\n"
    636 " ( %s,  %s)\n"
    637 
    638 #: bucomm.c:432
    639 #, c-format
    640 msgid "BFD header file version %s\n"
    641 msgstr "    %s\n"
    642 
    643 #: bucomm.c:461
    644 #, c-format
    645 msgid "<time data corrupt>"
    646 msgstr "<  >"
    647 
    648 #: bucomm.c:606
    649 #, c-format
    650 msgid "%s: bad number: %s"
    651 msgstr "%s:  : %s"
    652 
    653 #: bucomm.c:626 strings.c:469
    654 #, c-format
    655 msgid "'%s': No such file"
    656 msgstr "%s:   "
    657 
    658 #: bucomm.c:628 strings.c:471
    659 #, c-format
    660 msgid "Warning: could not locate '%s'.  reason: %s"
    661 msgstr " :     %s. : %s"
    662 
    663 #: bucomm.c:632 strings.c:477
    664 #, c-format
    665 msgid "Warning: '%s' is a directory"
    666 msgstr " : %s  "
    667 
    668 #: bucomm.c:634 bucomm.c:647
    669 #, c-format
    670 msgid "Warning: '%s' is not an ordinary file"
    671 msgstr " : %s   "
    672 
    673 #: bucomm.c:636
    674 #, c-format
    675 msgid "Warning: '%s' has negative size, probably it is too large"
    676 msgstr " : %s   ,   "
    677 
    678 #: coffdump.c:106
    679 #, c-format
    680 msgid "#lines %d "
    681 msgstr "# %d "
    682 
    683 #: coffdump.c:129
    684 #, c-format
    685 msgid "size %d "
    686 msgstr " %d "
    687 
    688 #: coffdump.c:134
    689 #, c-format
    690 msgid "section definition at %x size %x\n"
    691 msgstr "   %x  %x\n"
    692 
    693 #: coffdump.c:140
    694 #, c-format
    695 msgid "pointer to"
    696 msgstr " "
    697 
    698 #: coffdump.c:145
    699 #, c-format
    700 msgid "array [%d] of"
    701 msgstr " [%d] "
    702 
    703 #: coffdump.c:150
    704 #, c-format
    705 msgid "function returning"
    706 msgstr " "
    707 
    708 #: coffdump.c:154
    709 #, c-format
    710 msgid "arguments"
    711 msgstr ""
    712 
    713 #: coffdump.c:158
    714 #, c-format
    715 msgid "code"
    716 msgstr ""
    717 
    718 #: coffdump.c:164
    719 #, c-format
    720 msgid "structure definition"
    721 msgstr " "
    722 
    723 #: coffdump.c:170
    724 #, c-format
    725 msgid "structure ref to UNKNOWN struct"
    726 msgstr "    "
    727 
    728 #: coffdump.c:172
    729 #, c-format
    730 msgid "structure ref to %s"
    731 msgstr "   %s"
    732 
    733 #: coffdump.c:175
    734 #, c-format
    735 msgid "enum ref to %s"
    736 msgstr "   %s"
    737 
    738 #: coffdump.c:178
    739 #, c-format
    740 msgid "enum definition"
    741 msgstr " "
    742 
    743 #: coffdump.c:251
    744 #, c-format
    745 msgid "Stack offset %x"
    746 msgstr "  %x"
    747 
    748 #: coffdump.c:254
    749 #, c-format
    750 msgid "Memory section %s+%x"
    751 msgstr "  %s+%x"
    752 
    753 #: coffdump.c:257
    754 #, c-format
    755 msgid "Register %d"
    756 msgstr " %d"
    757 
    758 #: coffdump.c:260
    759 #, c-format
    760 msgid "Struct Member offset %x"
    761 msgstr "   %x"
    762 
    763 #: coffdump.c:263
    764 #, c-format
    765 msgid "Enum Member offset %x"
    766 msgstr "   %x"
    767 
    768 #: coffdump.c:266
    769 #, c-format
    770 msgid "Undefined symbol"
    771 msgstr " "
    772 
    773 #: coffdump.c:334
    774 #, c-format
    775 msgid "List of symbols"
    776 msgstr " "
    777 
    778 #: coffdump.c:341
    779 #, c-format
    780 msgid "Symbol  %s, tag %d, number %d"
    781 msgstr " %s,  %d,  %d"
    782 
    783 #: coffdump.c:345 readelf.c:20401 readelf.c:20497
    784 #, c-format
    785 msgid "Type"
    786 msgstr ""
    787 
    788 #: coffdump.c:350
    789 #, c-format
    790 msgid "Where"
    791 msgstr ""
    792 
    793 #: coffdump.c:354
    794 #, c-format
    795 msgid "Visible"
    796 msgstr ""
    797 
    798 #: coffdump.c:369
    799 msgid "List of blocks "
    800 msgstr "  "
    801 
    802 #: coffdump.c:382
    803 #, c-format
    804 msgid "vars %d"
    805 msgstr " %d"
    806 
    807 #: coffdump.c:385
    808 #, c-format
    809 msgid "blocks"
    810 msgstr ""
    811 
    812 #: coffdump.c:403
    813 #, c-format
    814 msgid "List of source files"
    815 msgstr "  "
    816 
    817 #: coffdump.c:409
    818 #, c-format
    819 msgid "Source file %s"
    820 msgstr "  %s"
    821 
    822 #: coffdump.c:423
    823 #, c-format
    824 msgid "section %s %d %d address %x size %x number %d nrelocs %u"
    825 msgstr " %s %d %d  %x  %x  %d n_ %u"
    826 
    827 #. PR 17512: file: 0a38fb7c.
    828 #: coffdump.c:435
    829 msgid "<no sym>"
    830 msgstr "< >"
    831 
    832 #: coffdump.c:450
    833 #, c-format
    834 msgid "#sources %d"
    835 msgstr "# %d"
    836 
    837 #: coffdump.c:461 sysdump.c:648
    838 #, c-format
    839 msgid "Usage: %s [option(s)] in-file\n"
    840 msgstr ": %s [] -\n"
    841 
    842 #: coffdump.c:462
    843 #, c-format
    844 msgid " Print a human readable interpretation of a COFF object file\n"
    845 msgstr ""
    846 "       \n"
    847 "\n"
    848 
    849 #: coffdump.c:463
    850 #, c-format
    851 msgid ""
    852 " The options are:\n"
    853 "  @<file>                Read options from <file>\n"
    854 "  -h --help              Display this information\n"
    855 "  -v --version           Display the program's version\n"
    856 "\n"
    857 msgstr ""
    858 "  :\n"
    859 "  @<>               <>\n"
    860 "   -h --help               \n"
    861 "   -V --version            \n"
    862 "\n"
    863 
    864 #: coffdump.c:531 srconv.c:1794 sysdump.c:711
    865 msgid "no input file specified"
    866 msgstr "   "
    867 
    868 #: coffgrok.c:107
    869 msgid "Out of context scope change encountered"
    870 msgstr "     "
    871 
    872 #: coffgrok.c:130
    873 #, c-format
    874 msgid "Invalid section target index: %u"
    875 msgstr "   : %u"
    876 
    877 #: coffgrok.c:187
    878 #, c-format
    879 msgid "Invalid section target index: %d"
    880 msgstr "   : %d"
    881 
    882 #: coffgrok.c:190
    883 msgid "Target section has insufficient relocs"
    884 msgstr "    "
    885 
    886 #: coffgrok.c:198
    887 #, c-format
    888 msgid "Symbol index %u encountered when there are no symbols"
    889 msgstr "    %u    "
    890 
    891 #: coffgrok.c:199
    892 #, c-format
    893 msgid "Invalid symbol index %u encountered"
    894 msgstr "     %u"
    895 
    896 #: coffgrok.c:251
    897 #, c-format
    898 msgid "Invalid section number (%d) encountered"
    899 msgstr "     (%d)"
    900 
    901 #: coffgrok.c:273
    902 #, c-format
    903 msgid "Unrecognized symbol class: %d"
    904 msgstr "  : %d"
    905 
    906 #: coffgrok.c:351
    907 #, c-format
    908 msgid "Type entry %u does not have enough symbolic information"
    909 msgstr "  %u    "
    910 
    911 #: coffgrok.c:354
    912 #, c-format
    913 msgid "Type entry %u does not refer to a symbol"
    914 msgstr "  %u    "
    915 
    916 #: coffgrok.c:376
    917 msgid "Section definition needs a section length"
    918 msgstr "     "
    919 
    920 #: coffgrok.c:427
    921 msgid "Aggregate definition needs auxiliary information"
    922 msgstr "     "
    923 
    924 #: coffgrok.c:460
    925 msgid "Enum definition needs auxiliary information"
    926 msgstr "     "
    927 
    928 #: coffgrok.c:500
    929 msgid "Array definition needs auxiliary information"
    930 msgstr "     "
    931 
    932 #: coffgrok.c:516
    933 #, c-format
    934 msgid "Out of range sum for els (%#x) * size (%#x)"
    935 msgstr " els (%#x)   (%#x)   "
    936 
    937 #: coffgrok.c:607 coffgrok.c:850
    938 #, c-format
    939 msgid "Unrecognised symbol class: %d"
    940 msgstr "  : %d"
    941 
    942 #: coffgrok.c:624
    943 msgid "ICE: do_define called without a block"
    944 msgstr "ICE: do_define    "
    945 
    946 #: coffgrok.c:626
    947 #, c-format
    948 msgid "Out of range symbol index: %u"
    949 msgstr "    : %u"
    950 
    951 #: coffgrok.c:663
    952 msgid "Section referenced before any file is defined"
    953 msgstr "       "
    954 
    955 #: coffgrok.c:681
    956 #, c-format
    957 msgid "Out of range sum for offset (%#x) + size (%#x)"
    958 msgstr "  (%#x)   (%#x)   "
    959 
    960 #: coffgrok.c:686
    961 #, c-format
    962 msgid "Out of range type size: %u"
    963 msgstr "    : %u"
    964 
    965 #: coffgrok.c:772
    966 msgid "Function start encountered without a top level scope."
    967 msgstr "       ."
    968 
    969 #: coffgrok.c:798
    970 msgid "Block start encountered without a scope for it."
    971 msgstr "       ."
    972 
    973 #: coffgrok.c:808
    974 msgid "Function arguments encountered without a function definition"
    975 msgstr "      "
    976 
    977 #: coffgrok.c:816
    978 msgid "Structure element encountered without a structure definition"
    979 msgstr "      "
    980 
    981 #: coffgrok.c:821
    982 msgid "Enum element encountered without an enum definition"
    983 msgstr "      "
    984 
    985 #: coffgrok.c:829
    986 msgid "Aggregate definition encountered without a scope"
    987 msgstr "     "
    988 
    989 #: coffgrok.c:835
    990 msgid "Label definition encountered without a file scope"
    991 msgstr "      "
    992 
    993 #: coffgrok.c:843
    994 msgid "Variable definition encountered without a scope"
    995 msgstr "     "
    996 
    997 #: coffgrok.c:866
    998 #, c-format
    999 msgid "%s: is not a COFF format file"
   1000 msgstr "%s:    COFF "
   1001 
   1002 #: cxxfilt.c:124 nm.c:380 objdump.c:465
   1003 #, c-format
   1004 msgid "Report bugs to %s.\n"
   1005 msgstr "   %s.\n"
   1006 
   1007 #: debug.c:650
   1008 msgid "debug_add_to_current_namespace: no current file"
   1009 msgstr "debug_add_to_current_namespace:   "
   1010 
   1011 #: debug.c:744
   1012 msgid "debug_start_source: no debug_set_filename call"
   1013 msgstr "debug_start_source:   debug_set_filename"
   1014 
   1015 #: debug.c:796
   1016 msgid "debug_record_function: no debug_set_filename call"
   1017 msgstr "debug_record_function:   debug_set_filename"
   1018 
   1019 #: debug.c:846
   1020 msgid "debug_record_parameter: no current function"
   1021 msgstr "debug_record_parameter:   "
   1022 
   1023 #: debug.c:877
   1024 msgid "debug_end_function: no current function"
   1025 msgstr "debug_end_function:   "
   1026 
   1027 #: debug.c:883
   1028 msgid "debug_end_function: some blocks were not closed"
   1029 msgstr "debug_end_function:    "
   1030 
   1031 #: debug.c:911
   1032 msgid "debug_start_block: no current block"
   1033 msgstr "debug_start_block:   "
   1034 
   1035 #: debug.c:946
   1036 msgid "debug_end_block: no current block"
   1037 msgstr "debug_end_block:   "
   1038 
   1039 #: debug.c:953
   1040 msgid "debug_end_block: attempt to close top level block"
   1041 msgstr "debug_end_block:     "
   1042 
   1043 #: debug.c:976
   1044 msgid "debug_record_line: no current unit"
   1045 msgstr "debug_record_line:   "
   1046 
   1047 #. FIXME
   1048 #: debug.c:1028
   1049 msgid "debug_start_common_block: not implemented"
   1050 msgstr "debug_start_common_block:  "
   1051 
   1052 #. FIXME
   1053 #: debug.c:1039
   1054 msgid "debug_end_common_block: not implemented"
   1055 msgstr "debug_end_common_block:  "
   1056 
   1057 #. FIXME.
   1058 #: debug.c:1122
   1059 msgid "debug_record_label: not implemented"
   1060 msgstr "debug_record_label:  "
   1061 
   1062 #: debug.c:1144
   1063 msgid "debug_record_variable: no current file"
   1064 msgstr "debug_record_variable:   "
   1065 
   1066 #: debug.c:1660
   1067 msgid "debug_make_undefined_type: unsupported kind"
   1068 msgstr "debug_make_undefined_type:  "
   1069 
   1070 #: debug.c:1837
   1071 msgid "debug_name_type: no current file"
   1072 msgstr "debug_name_type:   "
   1073 
   1074 #: debug.c:1881
   1075 msgid "debug_tag_type: no current file"
   1076 msgstr "debug_tag_type:   "
   1077 
   1078 #: debug.c:1889
   1079 msgid "debug_tag_type: extra tag attempted"
   1080 msgstr "debug_tag_type:    "
   1081 
   1082 #: debug.c:1925
   1083 #, c-format
   1084 msgid "Warning: changing type size from %d to %d\n"
   1085 msgstr ":     %d  %d\n"
   1086 
   1087 #: debug.c:1947
   1088 msgid "debug_find_named_type: no current compilation unit"
   1089 msgstr "debug_find_named_type:    "
   1090 
   1091 #: debug.c:2050
   1092 #, c-format
   1093 msgid "debug_get_real_type: circular debug information for %s\n"
   1094 msgstr "debug_get_real_type:     %s\n"
   1095 
   1096 #: debug.c:2489
   1097 msgid "debug_write_type: illegal type encountered"
   1098 msgstr "debug_write_type:    "
   1099 
   1100 #: dlltool.c:876 dlltool.c:901
   1101 #, c-format
   1102 msgid "Internal error: Unknown machine type: %d"
   1103 msgstr " :   : %d"
   1104 
   1105 #: dlltool.c:952
   1106 #, c-format
   1107 msgid "Can't open def file: %s"
   1108 msgstr "     : %s"
   1109 
   1110 #: dlltool.c:957
   1111 #, c-format
   1112 msgid "Processing def file: %s"
   1113 msgstr "  : %s"
   1114 
   1115 #: dlltool.c:961
   1116 msgid "Processed def file"
   1117 msgstr "   "
   1118 
   1119 #: dlltool.c:985
   1120 #, c-format
   1121 msgid "Syntax error in def file %s:%d"
   1122 msgstr "     %s:%d"
   1123 
   1124 #: dlltool.c:1020
   1125 #, c-format
   1126 msgid "%s: Path components stripped from image name, '%s'."
   1127 msgstr "%s:       , %s."
   1128 
   1129 #: dlltool.c:1038
   1130 #, c-format
   1131 msgid "NAME: %s base: %x"
   1132 msgstr ": %s : %x"
   1133 
   1134 #: dlltool.c:1041 dlltool.c:1062
   1135 msgid "Can't have LIBRARY and NAME"
   1136 msgstr "      "
   1137 
   1138 #: dlltool.c:1059
   1139 #, c-format
   1140 msgid "LIBRARY: %s base: %x"
   1141 msgstr ": %s : %x"
   1142 
   1143 #: dlltool.c:1214
   1144 #, c-format
   1145 msgid "VERSION %d.%d\n"
   1146 msgstr " %d.%d\n"
   1147 
   1148 #: dlltool.c:1261
   1149 #, c-format
   1150 msgid "run: %s %s"
   1151 msgstr ": %s %s"
   1152 
   1153 #: dlltool.c:1302 resrc.c:289
   1154 #, c-format
   1155 msgid "wait: %s"
   1156 msgstr ": %s"
   1157 
   1158 #: dlltool.c:1307 dllwrap.c:416 resrc.c:294
   1159 #, c-format
   1160 msgid "subprocess got fatal signal %d"
   1161 msgstr "     %d"
   1162 
   1163 #: dlltool.c:1313 dllwrap.c:423 resrc.c:301
   1164 #, c-format
   1165 msgid "%s exited with status %d"
   1166 msgstr "%s     %d"
   1167 
   1168 #: dlltool.c:1344
   1169 #, c-format
   1170 msgid "Sucking in info from %s section in %s"
   1171 msgstr "   %s   %s"
   1172 
   1173 #: dlltool.c:1486
   1174 #, c-format
   1175 msgid "Excluding symbol: %s"
   1176 msgstr " : %s"
   1177 
   1178 #: dlltool.c:1575 dlltool.c:1586 nm.c:1410 nm.c:1419
   1179 #, c-format
   1180 msgid "%s: no symbols"
   1181 msgstr "%s:  "
   1182 
   1183 #. FIXME: we ought to read in and block out the base relocations.
   1184 #: dlltool.c:1612
   1185 #, c-format
   1186 msgid "Done reading %s"
   1187 msgstr "   %s"
   1188 
   1189 #: dlltool.c:1622
   1190 #, c-format
   1191 msgid "Unable to open object file: %s: %s"
   1192 msgstr "     : %s: %s"
   1193 
   1194 #: dlltool.c:1625
   1195 #, c-format
   1196 msgid "Scanning object file %s"
   1197 msgstr "   %s"
   1198 
   1199 #: dlltool.c:1645
   1200 #, c-format
   1201 msgid "Cannot produce mcore-elf dll from archive file: %s"
   1202 msgstr "    dll mcore-elf   : %s"
   1203 
   1204 #: dlltool.c:1747
   1205 msgid "Adding exports to output file"
   1206 msgstr "    "
   1207 
   1208 #: dlltool.c:1799
   1209 msgid "Added exports to output file"
   1210 msgstr "     "
   1211 
   1212 #: dlltool.c:1966
   1213 #, c-format
   1214 msgid "Generating export file: %s"
   1215 msgstr "  : %s"
   1216 
   1217 #: dlltool.c:1971
   1218 #, c-format
   1219 msgid "Unable to open temporary assembler file: %s"
   1220 msgstr "      : %s"
   1221 
   1222 #: dlltool.c:1976
   1223 #, c-format
   1224 msgid "Opened temporary file: %s"
   1225 msgstr "   : %s"
   1226 
   1227 #: dlltool.c:2157
   1228 msgid "failed to read the number of entries from base file"
   1229 msgstr "        "
   1230 
   1231 #: dlltool.c:2208
   1232 msgid "Generated exports file"
   1233 msgstr "   "
   1234 
   1235 #: dlltool.c:2351
   1236 #, c-format
   1237 msgid "bfd_open failed open stub file: %s: %s"
   1238 msgstr "_      : %s: %s"
   1239 
   1240 #: dlltool.c:2355
   1241 #, c-format
   1242 msgid "Creating stub file: %s"
   1243 msgstr "  : %s"
   1244 
   1245 #: dlltool.c:2698
   1246 #, c-format
   1247 msgid "bfd_open failed reopen stub file: %s: %s"
   1248 msgstr "_       : %s: %s"
   1249 
   1250 #: dlltool.c:2712 dlltool.c:2791
   1251 #, c-format
   1252 msgid "failed to open temporary head file: %s"
   1253 msgstr "      : %s"
   1254 
   1255 #: dlltool.c:2776 dlltool.c:2866
   1256 #, c-format
   1257 msgid "failed to open temporary head file: %s: %s"
   1258 msgstr "      : %s: %s"
   1259 
   1260 #: dlltool.c:2881
   1261 #, c-format
   1262 msgid "failed to open temporary tail file: %s"
   1263 msgstr "      : %s"
   1264 
   1265 #: dlltool.c:2917
   1266 #, c-format
   1267 msgid "failed to open temporary tail file: %s: %s"
   1268 msgstr "      : %s: %s"
   1269 
   1270 #: dlltool.c:2940
   1271 #, c-format
   1272 msgid "Can't create .lib file: %s: %s"
   1273 msgstr "     .lib: %s: %s"
   1274 
   1275 #: dlltool.c:2944
   1276 #, c-format
   1277 msgid "Creating library file: %s"
   1278 msgstr "  : %s"
   1279 
   1280 #: dlltool.c:3028 dlltool.c:3034
   1281 #, c-format
   1282 msgid "cannot delete %s: %s"
   1283 msgstr "    %s: %s"
   1284 
   1285 #: dlltool.c:3039
   1286 msgid "Created lib file"
   1287 msgstr "   "
   1288 
   1289 #: dlltool.c:3245
   1290 #, c-format
   1291 msgid "Can't open .lib file: %s: %s"
   1292 msgstr "     .lib: %s: %s"
   1293 
   1294 #: dlltool.c:3253 dlltool.c:3275
   1295 #, c-format
   1296 msgid "%s is not a library"
   1297 msgstr "%s  "
   1298 
   1299 #: dlltool.c:3293
   1300 #, c-format
   1301 msgid "Import library `%s' specifies two or more dlls"
   1302 msgstr "  %s     -"
   1303 
   1304 #: dlltool.c:3304
   1305 #, c-format
   1306 msgid "Unable to determine dll name for `%s' (not an import library?)"
   1307 msgstr "       %s (  ?)"
   1308 
   1309 #: dlltool.c:3521
   1310 #, c-format
   1311 msgid "Warning, ignoring duplicate EXPORT %s %d,%d"
   1312 msgstr ",    %s %d,%d"
   1313 
   1314 #: dlltool.c:3527
   1315 #, c-format
   1316 msgid "Error, duplicate EXPORT with ordinals: %s"
   1317 msgstr "     : %s"
   1318 
   1319 #: dlltool.c:3632
   1320 msgid "Processing definitions"
   1321 msgstr " "
   1322 
   1323 #: dlltool.c:3664
   1324 msgid "Processed definitions"
   1325 msgstr " "
   1326 
   1327 #. xgetext:c-format
   1328 #: dlltool.c:3671 dllwrap.c:477
   1329 #, c-format
   1330 msgid "Usage %s <option(s)> <object-file(s)>\n"
   1331 msgstr " %s <> <->\n"
   1332 
   1333 #. xgetext:c-format
   1334 #: dlltool.c:3673
   1335 #, c-format
   1336 msgid "   -m --machine <machine>    Create as DLL for <machine>.  [default: %s]\n"
   1337 msgstr "   -m --machine <>                   <>.  [ : %s]\n"
   1338 
   1339 #: dlltool.c:3674
   1340 #, c-format
   1341 msgid "        possible <machine>: arm[_interwork], arm64, i386, mcore[-elf]{-le|-be}, thumb\n"
   1342 msgstr "         <>: arm[_interwork], arm64, i386, mcore[-elf]{-le|-be}, thumb\n"
   1343 
   1344 #: dlltool.c:3675
   1345 #, c-format
   1346 msgid "   -e --output-exp <outname> Generate an export file.\n"
   1347 msgstr "   -e --output-exp <->        .\n"
   1348 
   1349 #: dlltool.c:3676
   1350 #, c-format
   1351 msgid "   -l --output-lib <outname> Generate an interface library.\n"
   1352 msgstr "   -l --output-lib <->        .\n"
   1353 
   1354 #: dlltool.c:3677
   1355 #, c-format
   1356 msgid "   -y --output-delaylib <outname> Create a delay-import library.\n"
   1357 msgstr "   -y --output-delaylib <->   -.\n"
   1358 
   1359 #: dlltool.c:3678
   1360 #, c-format
   1361 msgid "      --deterministic-libraries\n"
   1362 msgstr "      --deterministic-libraries\n"
   1363 
   1364 #: dlltool.c:3680
   1365 #, c-format
   1366 msgid "                             Use zero for timestamps and uids/gids in output libraries (default)\n"
   1367 msgstr "                                   -/-    ()\n"
   1368 
   1369 #: dlltool.c:3682
   1370 #, c-format
   1371 msgid "                             Use zero for timestamps and uids/gids in output libraries\n"
   1372 msgstr "                                   -/-   \n"
   1373 
   1374 #: dlltool.c:3683
   1375 #, c-format
   1376 msgid "      --non-deterministic-libraries\n"
   1377 msgstr "      --non-deterministic-libraries\n"
   1378 
   1379 #: dlltool.c:3685
   1380 #, c-format
   1381 msgid "                             Use actual timestamps and uids/gids in output libraries\n"
   1382 msgstr "                                  -/-   \n"
   1383 
   1384 #: dlltool.c:3687
   1385 #, c-format
   1386 msgid "                             Use actual timestamps and uids/gids in output libraries (default)\n"
   1387 msgstr "                                  -/-    ()\n"
   1388 
   1389 #: dlltool.c:3688
   1390 #, c-format
   1391 msgid "   -a --add-indirect         Add dll indirects to export file.\n"
   1392 msgstr "   -a --add-indirect                        .\n"
   1393 
   1394 #: dlltool.c:3689
   1395 #, c-format
   1396 msgid "   -D --dllname <name>       Name of input dll to put into interface lib.\n"
   1397 msgstr "   -D --dllname <>                       .\n"
   1398 
   1399 #: dlltool.c:3690
   1400 #, c-format
   1401 msgid "   -d --input-def <deffile>  Name of .def file to be read in.\n"
   1402 msgstr "   -d --input-def <>            .def   .\n"
   1403 
   1404 #: dlltool.c:3691
   1405 #, c-format
   1406 msgid "   -z --output-def <deffile> Name of .def file to be created.\n"
   1407 msgstr "   -z --output-def <>           .def   .\n"
   1408 
   1409 #: dlltool.c:3692
   1410 #, c-format
   1411 msgid "      --export-all-symbols   Export all symbols to .def\n"
   1412 msgstr "      --export-all-symbols                 .def\n"
   1413 
   1414 #: dlltool.c:3693
   1415 #, c-format
   1416 msgid "      --no-export-all-symbols  Only export listed symbols\n"
   1417 msgstr "      --no-export-all-symbols             \n"
   1418 
   1419 #: dlltool.c:3694
   1420 #, c-format
   1421 msgid "      --exclude-symbols <list> Don't export <list>\n"
   1422 msgstr "      --exclude-symbols <>         <>\n"
   1423 
   1424 #: dlltool.c:3695
   1425 #, c-format
   1426 msgid "      --no-default-excludes  Clear default exclude symbols\n"
   1427 msgstr "      --no-default-excludes               \n"
   1428 
   1429 #: dlltool.c:3696
   1430 #, c-format
   1431 msgid "   -b --base-file <basefile> Read linker generated base file.\n"
   1432 msgstr "   -b --base-file <fichier_base>           .\n"
   1433 
   1434 #: dlltool.c:3697
   1435 #, c-format
   1436 msgid "   -x --no-idata4            Don't generate idata$4 section.\n"
   1437 msgstr "   -x --no-idata4                         idata$4.\n"
   1438 
   1439 #: dlltool.c:3698
   1440 #, c-format
   1441 msgid "   -c --no-idata5            Don't generate idata$5 section.\n"
   1442 msgstr "   -c --no-idata5                         idata$5.\n"
   1443 
   1444 #: dlltool.c:3699
   1445 #, c-format
   1446 msgid "      --use-nul-prefixed-import-tables Use zero prefixed idata$4 and idata$5.\n"
   1447 msgstr "      --use-nul-prefixed-import-tables  idata$4  idata$5   .\n"
   1448 
   1449 #: dlltool.c:3700
   1450 #, c-format
   1451 msgid "   -U --add-underscore       Add underscores to all symbols in interface library.\n"
   1452 msgstr "   -U --add-underscore                       .\n"
   1453 
   1454 #: dlltool.c:3701
   1455 #, c-format
   1456 msgid "      --add-stdcall-underscore Add underscores to stdcall symbols in interface library.\n"
   1457 msgstr "      --add-stdcall-underscore                .\n"
   1458 
   1459 #: dlltool.c:3702
   1460 #, c-format
   1461 msgid "      --no-leading-underscore All symbols shouldn't be prefixed by an underscore.\n"
   1462 msgstr "      --no-leading-underscore                 .\n"
   1463 
   1464 #: dlltool.c:3703
   1465 #, c-format
   1466 msgid "      --leading-underscore   All symbols should be prefixed by an underscore.\n"
   1467 msgstr "      --leading-underscore                   .\n"
   1468 
   1469 #: dlltool.c:3704
   1470 #, c-format
   1471 msgid "   -k --kill-at              Kill @<n> from exported names.\n"
   1472 msgstr "   -k --kill-at                         @<n>   .\n"
   1473 
   1474 #: dlltool.c:3705
   1475 #, c-format
   1476 msgid "   -A --add-stdcall-alias    Add aliases without @<n>.\n"
   1477 msgstr "   -A --add-stdcall-alias                 @<n>.\n"
   1478 
   1479 #: dlltool.c:3706
   1480 #, c-format
   1481 msgid "   -p --ext-prefix-alias <prefix> Add aliases with <prefix>.\n"
   1482 msgstr "   -p --axd-prefix-alias <>        <>.\n"
   1483 
   1484 #: dlltool.c:3707
   1485 #, c-format
   1486 msgid "   -S --as <name>            Use <name> for assembler.\n"
   1487 msgstr "   -S --as <>                      <>  .\n"
   1488 
   1489 #: dlltool.c:3708
   1490 #, c-format
   1491 msgid "   -f --as-flags <flags>     Pass <flags> to the assembler.\n"
   1492 msgstr "   -f --as-flags <>               <>  .\n"
   1493 
   1494 #: dlltool.c:3709
   1495 #, c-format
   1496 msgid "   -C --compat-implib        Create backward compatible import library.\n"
   1497 msgstr "   -C --compat-implib                      .\n"
   1498 
   1499 #: dlltool.c:3710
   1500 #, c-format
   1501 msgid "   -n --no-delete            Keep temp files (repeat for extra preservation).\n"
   1502 msgstr "   -n --no-delete                         (   ).\n"
   1503 
   1504 #: dlltool.c:3711
   1505 #, c-format
   1506 msgid "   -t --temp-prefix <prefix> Use <prefix> to construct temp file names.\n"
   1507 msgstr "   -t --temp-prefix <>           <>     .\n"
   1508 
   1509 #: dlltool.c:3712
   1510 #, c-format
   1511 msgid "   -I --identify <implib>    Report the name of the DLL associated with <implib>.\n"
   1512 msgstr "   -I --identify <>               -  <>-.\n"
   1513 
   1514 #: dlltool.c:3713
   1515 #, c-format
   1516 msgid "      --identify-strict      Causes --identify to report error when multiple DLLs.\n"
   1517 msgstr "      --identify-strict                    --identify      -.\n"
   1518 
   1519 #: dlltool.c:3714
   1520 #, c-format
   1521 msgid "   -v --verbose              Be verbose.\n"
   1522 msgstr "   -v --verbose                         .\n"
   1523 
   1524 #: dlltool.c:3715
   1525 #, c-format
   1526 msgid "   -V --version              Display the program version.\n"
   1527 msgstr "   -V --version                          .\n"
   1528 
   1529 #: dlltool.c:3716
   1530 #, c-format
   1531 msgid "   -h --help                 Display this information.\n"
   1532 msgstr "   -h --help                             .\n"
   1533 
   1534 #: dlltool.c:3717
   1535 #, c-format
   1536 msgid "   @<file>                   Read options from <file>.\n"
   1537 msgstr "   @<>                            <>.\n"
   1538 
   1539 #: dlltool.c:3719
   1540 #, c-format
   1541 msgid "   -M --mcore-elf <outname>  Process mcore-elf object files into <outname>.\n"
   1542 msgstr "   -M --mcore-elf <>           mcore-elf    <>.\n"
   1543 
   1544 #: dlltool.c:3720
   1545 #, c-format
   1546 msgid "   -L --linker <name>        Use <name> as the linker.\n"
   1547 msgstr "   -L --linker <>                  <>  .\n"
   1548 
   1549 #: dlltool.c:3721
   1550 #, c-format
   1551 msgid "   -F --linker-flags <flags> Pass <flags> to the linker.\n"
   1552 msgstr "   -F --linker-flags <>           <>  .\n"
   1553 
   1554 #: dlltool.c:3871
   1555 #, c-format
   1556 msgid "Unable to open def-file: %s"
   1557 msgstr "     : %s"
   1558 
   1559 #: dlltool.c:3876
   1560 #, c-format
   1561 msgid "Path components stripped from dllname, '%s'."
   1562 msgstr "     , %s."
   1563 
   1564 #: dlltool.c:3924
   1565 #, c-format
   1566 msgid "Unable to open base-file: %s"
   1567 msgstr "     : %s"
   1568 
   1569 #: dlltool.c:3962
   1570 #, c-format
   1571 msgid "Machine '%s' not supported"
   1572 msgstr "Machine %s  "
   1573 
   1574 #: dlltool.c:4063
   1575 #, c-format
   1576 msgid "Warning, machine type (%d) not supported for delayimport."
   1577 msgstr ",   (%d)    -."
   1578 
   1579 #: dlltool.c:4131 dllwrap.c:206
   1580 #, c-format
   1581 msgid "Tried file: %s"
   1582 msgstr " : %s"
   1583 
   1584 #: dlltool.c:4138 dllwrap.c:213
   1585 #, c-format
   1586 msgid "Using file: %s"
   1587 msgstr " : %s"
   1588 
   1589 #: dllwrap.c:296
   1590 #, c-format
   1591 msgid "Keeping temporary base file %s"
   1592 msgstr "    %s"
   1593 
   1594 #: dllwrap.c:298
   1595 #, c-format
   1596 msgid "Deleting temporary base file %s"
   1597 msgstr "    %s"
   1598 
   1599 #: dllwrap.c:312
   1600 #, c-format
   1601 msgid "Keeping temporary exp file %s"
   1602 msgstr "    %s"
   1603 
   1604 #: dllwrap.c:314
   1605 #, c-format
   1606 msgid "Deleting temporary exp file %s"
   1607 msgstr "    %s"
   1608 
   1609 #: dllwrap.c:327
   1610 #, c-format
   1611 msgid "Keeping temporary def file %s"
   1612 msgstr "    %s"
   1613 
   1614 #: dllwrap.c:329
   1615 #, c-format
   1616 msgid "Deleting temporary def file %s"
   1617 msgstr "    %s"
   1618 
   1619 #: dllwrap.c:411
   1620 #, c-format
   1621 msgid "pwait returns: %s"
   1622 msgstr "_ : %s"
   1623 
   1624 #: dllwrap.c:478
   1625 #, c-format
   1626 msgid "  Generic options:\n"
   1627 msgstr "   :\n"
   1628 
   1629 #: dllwrap.c:479
   1630 #, c-format
   1631 msgid "   @<file>                Read options from <file>\n"
   1632 msgstr "   @<>                    <>\n"
   1633 
   1634 #: dllwrap.c:480
   1635 #, c-format
   1636 msgid "   --quiet, -q            Work quietly\n"
   1637 msgstr "   --quiet, -q                  \n"
   1638 
   1639 #: dllwrap.c:481
   1640 #, c-format
   1641 msgid "   --verbose, -v          Verbose\n"
   1642 msgstr "   --verbose, -v               \n"
   1643 
   1644 #: dllwrap.c:482
   1645 #, c-format
   1646 msgid "   --version              Print dllwrap version\n"
   1647 msgstr "   --version                      dllwrap\n"
   1648 
   1649 #: dllwrap.c:483
   1650 #, c-format
   1651 msgid "   --implib <outname>     Synonym for --output-lib\n"
   1652 msgstr "   --implib <>        --output-lib\n"
   1653 
   1654 #: dllwrap.c:484
   1655 #, c-format
   1656 msgid "  Options for %s:\n"
   1657 msgstr "    %s:\n"
   1658 
   1659 #: dllwrap.c:485
   1660 #, c-format
   1661 msgid "   --driver-name <driver> Defaults to \"gcc\"\n"
   1662 msgstr "   --driver-name <>     gcc\n"
   1663 
   1664 #: dllwrap.c:486
   1665 #, c-format
   1666 msgid "   --driver-flags <flags> Override default ld flags\n"
   1667 msgstr "   --driver-flags <>        \n"
   1668 
   1669 #: dllwrap.c:487
   1670 #, c-format
   1671 msgid "   --dlltool-name <dlltool> Defaults to \"dlltool\"\n"
   1672 msgstr "   --dlltool-name <>     dlltool\n"
   1673 
   1674 #: dllwrap.c:488
   1675 #, c-format
   1676 msgid "   --entry <entry>        Specify alternate DLL entry point\n"
   1677 msgstr "   --entry <>                   DLL\n"
   1678 
   1679 #: dllwrap.c:489
   1680 #, c-format
   1681 msgid "   --image-base <base>    Specify image base address\n"
   1682 msgstr "   --image-base <>          \n"
   1683 
   1684 #: dllwrap.c:490
   1685 #, c-format
   1686 msgid "   --target <machine>     i386-cygwin32 or i386-mingw32\n"
   1687 msgstr "   --target <>           i386-cygwin32  i386-mingw32\n"
   1688 
   1689 #: dllwrap.c:491
   1690 #, c-format
   1691 msgid "   --dry-run              Show what needs to be run\n"
   1692 msgstr "   --dry-run                       \n"
   1693 
   1694 #: dllwrap.c:492
   1695 #, c-format
   1696 msgid "   --mno-cygwin           Create Mingw DLL\n"
   1697 msgstr "   --mno-cygwin                 Mingw \n"
   1698 
   1699 #: dllwrap.c:493
   1700 #, c-format
   1701 msgid "  Options passed to DLLTOOL:\n"
   1702 msgstr "    :\n"
   1703 
   1704 #: dllwrap.c:494
   1705 #, c-format
   1706 msgid "   --machine <machine>\n"
   1707 msgstr "   --machine <>\n"
   1708 
   1709 #: dllwrap.c:495
   1710 #, c-format
   1711 msgid "   --output-exp <outname> Generate export file.\n"
   1712 msgstr "   --output-exp <->   .\n"
   1713 
   1714 #: dllwrap.c:496
   1715 #, c-format
   1716 msgid "   --output-lib <outname> Generate input library.\n"
   1717 msgstr "   --output-lib <->   .\n"
   1718 
   1719 #: dllwrap.c:497
   1720 #, c-format
   1721 msgid "   --add-indirect         Add dll indirects to export file.\n"
   1722 msgstr "   --add-indirect               dll    .\n"
   1723 
   1724 #: dllwrap.c:498
   1725 #, c-format
   1726 msgid "   --dllname <name>       Name of input dll to put into output lib.\n"
   1727 msgstr "   --dllname <>             dll     .\n"
   1728 
   1729 #: dllwrap.c:499
   1730 #, c-format
   1731 msgid "   --def <deffile>        Name input .def file\n"
   1732 msgstr "   --def <>               .def\n"
   1733 
   1734 #: dllwrap.c:500
   1735 #, c-format
   1736 msgid "   --output-def <deffile> Name output .def file\n"
   1737 msgstr "   --output-def <>        .def\n"
   1738 
   1739 #: dllwrap.c:501
   1740 #, c-format
   1741 msgid "   --export-all-symbols     Export all symbols to .def\n"
   1742 msgstr "   --export-all-symbols            .def\n"
   1743 
   1744 #: dllwrap.c:502
   1745 #, c-format
   1746 msgid "   --no-export-all-symbols  Only export .drectve symbols\n"
   1747 msgstr "   --no-export-all-symbols        .drectve\n"
   1748 
   1749 #: dllwrap.c:503
   1750 #, c-format
   1751 msgid "   --exclude-symbols <list> Exclude <list> from .def\n"
   1752 msgstr "   --exclude-symbols <>   <>   .def\n"
   1753 
   1754 #: dllwrap.c:504
   1755 #, c-format
   1756 msgid "   --no-default-excludes    Zap default exclude symbols\n"
   1757 msgstr "   --no-default-excludes          \n"
   1758 
   1759 #: dllwrap.c:505
   1760 #, c-format
   1761 msgid "   --base-file <basefile> Read linker generated base file\n"
   1762 msgstr "   --base-file <_>     \n"
   1763 
   1764 #: dllwrap.c:506
   1765 #, c-format
   1766 msgid "   --no-idata4           Don't generate idata$4 section\n"
   1767 msgstr "   --no-idata4                    idata$4\n"
   1768 
   1769 #: dllwrap.c:507
   1770 #, c-format
   1771 msgid "   --no-idata5           Don't generate idata$5 section\n"
   1772 msgstr "   --no-idata5                    idata$5\n"
   1773 
   1774 #: dllwrap.c:508
   1775 #, c-format
   1776 msgid "   -U                     Add underscores to .lib\n"
   1777 msgstr "   -U                             .lib\n"
   1778 
   1779 #: dllwrap.c:509
   1780 #, c-format
   1781 msgid "   -k                     Kill @<n> from exported names\n"
   1782 msgstr "   -k                           @<n>   \n"
   1783 
   1784 #: dllwrap.c:510
   1785 #, c-format
   1786 msgid "   --add-stdcall-alias    Add aliases without @<n>\n"
   1787 msgstr "   --add-stdcall-alias            @<n>\n"
   1788 
   1789 #: dllwrap.c:511
   1790 #, c-format
   1791 msgid "   --as <name>            Use <name> for assembler\n"
   1792 msgstr "   --as <>                 <>  \n"
   1793 
   1794 #: dllwrap.c:512
   1795 #, c-format
   1796 msgid "   --nodelete             Keep temp files.\n"
   1797 msgstr "   --nodelete                    .\n"
   1798 
   1799 #: dllwrap.c:513
   1800 #, c-format
   1801 msgid "   --no-leading-underscore  Entrypoint without underscore\n"
   1802 msgstr "   --no-leading-underscore        \n"
   1803 
   1804 #: dllwrap.c:514
   1805 #, c-format
   1806 msgid "   --leading-underscore     Entrypoint with underscore.\n"
   1807 msgstr "   --leading-underscore           .\n"
   1808 
   1809 #: dllwrap.c:515
   1810 #, c-format
   1811 msgid "  Rest are passed unmodified to the language driver\n"
   1812 msgstr "       \n"
   1813 
   1814 #: dllwrap.c:640
   1815 #, c-format
   1816 msgid "WARNING: %s is deprecated, use gcc -shared or ld -shared instead\n"
   1817 msgstr ": %s  ,  gcc -shared  ld -shared\n"
   1818 
   1819 #: dllwrap.c:800
   1820 msgid "Must provide at least one of -o or --dllname options"
   1821 msgstr "      -o  --dllname"
   1822 
   1823 #: dllwrap.c:829
   1824 msgid ""
   1825 "no export definition file provided.\n"
   1826 "Creating one, but that may not be what you want"
   1827 msgstr ""
   1828 "    .\n"
   1829 " ,         "
   1830 
   1831 #: dllwrap.c:1018
   1832 #, c-format
   1833 msgid "DLLTOOL name    : %s\n"
   1834 msgstr "   : %s\n"
   1835 
   1836 #: dllwrap.c:1019
   1837 #, c-format
   1838 msgid "DLLTOOL options : %s\n"
   1839 msgstr "  : %s\n"
   1840 
   1841 #: dllwrap.c:1020
   1842 #, c-format
   1843 msgid "DRIVER name     : %s\n"
   1844 msgstr "  : %s\n"
   1845 
   1846 #: dllwrap.c:1021
   1847 #, c-format
   1848 msgid "DRIVER options  : %s\n"
   1849 msgstr " : %s\n"
   1850 
   1851 #: dwarf.c:187
   1852 msgid "Encoded value extends past end of section\n"
   1853 msgstr "    \n"
   1854 
   1855 #: dwarf.c:195
   1856 #, c-format
   1857 msgid "Encoded size of %d is too large to read\n"
   1858 msgstr "  %d    \n"
   1859 
   1860 #: dwarf.c:203
   1861 msgid "Encoded size of 0 is too small to read\n"
   1862 msgstr "  0    \n"
   1863 
   1864 #: dwarf.c:263 readelf.c:3943 readelf.c:12059
   1865 msgid "unknown"
   1866 msgstr ""
   1867 
   1868 #. Read AMOUNT bytes from PTR and store them in VAL.
   1869 #. Checks to make sure that the read will not reach or pass END.
   1870 #. FUNC chooses whether the value read is unsigned or signed, and may
   1871 #. be either byte_get or byte_get_signed.  If INC is true, PTR is
   1872 #. incremented after reading the value.
   1873 #. This macro cannot protect against PTR values derived from user input.
   1874 #. The C standard sections 6.5.6 and 6.5.8 say attempts to do so using
   1875 #. pointers is undefined behaviour.
   1876 #: dwarf.c:342
   1877 #, c-format
   1878 msgid "internal error: attempt to read %d byte of data in to %d sized variable"
   1879 msgid_plural "internal error: attempt to read %d bytes of data in to %d sized variable"
   1880 msgstr[0] " :    %d      %d"
   1881 msgstr[1] " :    %d      %d"
   1882 msgstr[2] " :    %d      %d"
   1883 
   1884 #: dwarf.c:430 dwarf.c:5574
   1885 msgid "Badly formed extended line op encountered!\n"
   1886 msgstr "       !\n"
   1887 
   1888 #: dwarf.c:436
   1889 #, c-format
   1890 msgid "  Extended opcode %d: "
   1891 msgstr "    %d: "
   1892 
   1893 #: dwarf.c:441
   1894 #, c-format
   1895 msgid ""
   1896 "End of Sequence\n"
   1897 "\n"
   1898 msgstr ""
   1899 " \n"
   1900 "\n"
   1901 
   1902 #: dwarf.c:449
   1903 #, c-format
   1904 msgid "Length (%zu) of DW_LNE_set_address op is too long\n"
   1905 msgstr " (%zu)  DW_LNE_set_address  \n"
   1906 
   1907 #: dwarf.c:455
   1908 #, c-format
   1909 msgid "set Address to %#<PRIx64>\n"
   1910 msgstr "   %#<PRIx64>\n"
   1911 
   1912 #: dwarf.c:462
   1913 #, c-format
   1914 msgid "define new File Table entry\n"
   1915 msgstr "    \n"
   1916 
   1917 #: dwarf.c:463 dwarf.c:4847
   1918 #, c-format
   1919 msgid "  Entry\tDir\tTime\tSize\tName\n"
   1920 msgstr "   \t\t\t\n"
   1921 
   1922 #: dwarf.c:484
   1923 msgid "DW_LNE_define_file: Bad opcode length\n"
   1924 msgstr "DW_LNE_define_file:   \n"
   1925 
   1926 #: dwarf.c:489
   1927 #, c-format
   1928 msgid "set Discriminator to %<PRIu64>\n"
   1929 msgstr "   %<PRIu64>\n"
   1930 
   1931 #: dwarf.c:555
   1932 #, c-format
   1933 msgid "    UNKNOWN DW_LNE_HP_SFC opcode (%u)\n"
   1934 msgstr "     DW_LNE_HP_SFC  (%u)\n"
   1935 
   1936 #. The test against DW_LNW_hi_user is redundant due to
   1937 #. the limited range of the unsigned char data type used
   1938 #. for op_code.
   1939 #. && op_code <= DW_LNE_hi_user
   1940 #: dwarf.c:572
   1941 #, c-format
   1942 msgid "user defined: "
   1943 msgstr "  : "
   1944 
   1945 #: dwarf.c:574
   1946 #, c-format
   1947 msgid "UNKNOWN: "
   1948 msgstr ": "
   1949 
   1950 #: dwarf.c:575
   1951 #, c-format
   1952 msgid "length %d ["
   1953 msgstr " %d ["
   1954 
   1955 #: dwarf.c:593 dwarf.c:661
   1956 msgid "<no .debug_str section>"
   1957 msgstr "<  .debug_str>"
   1958 
   1959 #: dwarf.c:597
   1960 #, c-format
   1961 msgid "DW_FORM_strp offset too big: %#<PRIx64>\n"
   1962 msgstr " DW_FORM_strp  : %#<PRIx64>\n"
   1963 
   1964 #: dwarf.c:598 dwarf.c:625 dwarf.c:1796
   1965 msgid "<offset is too big>"
   1966 msgstr "<  >"
   1967 
   1968 #: dwarf.c:608
   1969 msgid "<no NUL byte at end of .debug_str section>"
   1970 msgstr "< NUL     .debug_str>"
   1971 
   1972 #: dwarf.c:620
   1973 msgid "<no .debug_line_str section>"
   1974 msgstr "<  .debug_line_str>"
   1975 
   1976 #: dwarf.c:624
   1977 #, c-format
   1978 msgid "DW_FORM_line_strp offset too big: %#<PRIx64>\n"
   1979 msgstr " DW_FORM_line_strp  : %#<PRIx64>\n"
   1980 
   1981 #: dwarf.c:635
   1982 msgid "<no NUL byte at end of .debug_line_str section>"
   1983 msgstr "< NUL     .debug_line_str>"
   1984 
   1985 #: dwarf.c:656
   1986 msgid "<no .debug_str_offsets.dwo section>"
   1987 msgstr "<  .debug_str_offsets.dwo>"
   1988 
   1989 #: dwarf.c:657
   1990 msgid "<no .debug_str_offsets section>"
   1991 msgstr "<  .debug_str_offsets>"
   1992 
   1993 #: dwarf.c:660
   1994 msgid "<no .debug_str.dwo section>"
   1995 msgstr "<  .debug_str.dwo>"
   1996 
   1997 #: dwarf.c:671
   1998 #, c-format
   1999 msgid "string index of %<PRIu64> converts to an offset of %#<PRIx64> which is too big for section %s\n"
   2000 msgstr "  %#<PRIu64>     %#<PRIx64>      %s\n"
   2001 
   2002 #: dwarf.c:675
   2003 msgid "<string index too big>"
   2004 msgstr "<   >"
   2005 
   2006 #: dwarf.c:682
   2007 #, c-format
   2008 msgid "indirect offset too big: %#<PRIx64>\n"
   2009 msgstr "   : %#<PRIx64>\n"
   2010 
   2011 #: dwarf.c:683
   2012 msgid "<indirect index offset is too big>"
   2013 msgstr "<    >"
   2014 
   2015 #: dwarf.c:693
   2016 msgid "<no NUL byte at end of section>"
   2017 msgstr "< NUL    >"
   2018 
   2019 #: dwarf.c:705
   2020 msgid "Cannot fetch indexed address: the .debug_addr section is missing\n"
   2021 msgstr "     :  .debug_addr \n"
   2022 
   2023 #: dwarf.c:711
   2024 #, c-format
   2025 msgid "Offset into section %s too big: %#<PRIx64>\n"
   2026 msgstr "   %s  : %#<PRIx64>\n"
   2027 
   2028 #: dwarf.c:739
   2029 #, c-format
   2030 msgid "Unable to locate %s section\n"
   2031 msgstr "     %s\n"
   2032 
   2033 #: dwarf.c:745
   2034 #, c-format
   2035 msgid "Section %s is too small to contain an value indexed from another section!\n"
   2036 msgstr " %s         !\n"
   2037 
   2038 #: dwarf.c:752
   2039 #, c-format
   2040 msgid "Offset of %#<PRIx64> is too big for section %s\n"
   2041 msgstr " %#<PRIx64>     %s\n"
   2042 
   2043 #. Report the missing single zero which ends the section.
   2044 #: dwarf.c:1027
   2045 #, c-format
   2046 msgid "%s section not zero terminated\n"
   2047 msgstr " %s   \n"
   2048 
   2049 #. PR 17531: file:4bcd9ce9.
   2050 #: dwarf.c:1054
   2051 #, c-format
   2052 msgid "Debug info is corrupted, abbrev size (%#<PRIx64>) is larger than abbrev section size (%#<PRIx64>)\n"
   2053 msgstr "   ,   (%#<PRIx64>)       (%#<PRIx64>)\n"
   2054 
   2055 #: dwarf.c:1061
   2056 #, c-format
   2057 msgid "Debug info is corrupted, abbrev offset (%#<PRIx64>) is larger than abbrev section size (%#<PRIx64>)\n"
   2058 msgstr "   ,   (%#<PRIx64>)       (%#<PRIx64>)\n"
   2059 
   2060 #: dwarf.c:1094
   2061 #, c-format
   2062 msgid "User TAG value: %#<PRIx64>"
   2063 msgstr "  : %#<PRIx64>"
   2064 
   2065 #: dwarf.c:1097
   2066 #, c-format
   2067 msgid "Unknown TAG value: %#<PRIx64>"
   2068 msgstr " : %#<PRIx64>"
   2069 
   2070 #: dwarf.c:1118
   2071 #, c-format
   2072 msgid "Unknown FORM value: %lx"
   2073 msgstr " : %lx"
   2074 
   2075 #: dwarf.c:1136
   2076 #, c-format
   2077 msgid "Unknown IDX value: %lx"
   2078 msgstr " : %lx"
   2079 
   2080 #: dwarf.c:1150
   2081 #, c-format
   2082 msgid "%c%<PRIu64> byte block: "
   2083 msgstr "%c%<PRIu64>  : "
   2084 
   2085 #: dwarf.c:1487
   2086 #, c-format
   2087 msgid "(DW_OP_call_ref in frame info)"
   2088 msgstr "(DW_OP_call_ref   )"
   2089 
   2090 #: dwarf.c:1510
   2091 #, c-format
   2092 msgid "size: %<PRIu64> "
   2093 msgstr ": %<PRIu64> "
   2094 
   2095 #: dwarf.c:1512
   2096 #, c-format
   2097 msgid "offset: %<PRIu64> "
   2098 msgstr ": %<PRIu64> "
   2099 
   2100 #: dwarf.c:1528
   2101 #, c-format
   2102 msgid "DW_OP_GNU_push_tls_address or DW_OP_HP_unknown"
   2103 msgstr "DW_OP_GNU_push_tls_address  DW_OP_HP_unknown"
   2104 
   2105 #: dwarf.c:1553
   2106 #, c-format
   2107 msgid "(%s in frame info)"
   2108 msgstr "(%s   )"
   2109 
   2110 #: dwarf.c:1656
   2111 #, c-format
   2112 msgid "(DW_OP_GNU_variable_value in frame info)"
   2113 msgstr "(DW_OP_GNU_variable_value   )"
   2114 
   2115 #: dwarf.c:1709
   2116 #, c-format
   2117 msgid "(User defined location op %#x)"
   2118 msgstr "(      %#x)"
   2119 
   2120 #: dwarf.c:1711
   2121 #, c-format
   2122 msgid "(Unknown location op %#x)"
   2123 msgstr "(   %#x)"
   2124 
   2125 #: dwarf.c:1765
   2126 msgid "<no links available>"
   2127 msgstr "<  >"
   2128 
   2129 #: dwarf.c:1789
   2130 msgid "<no NUL byte at end of alt .debug_str section>"
   2131 msgstr "< NUL     alt .debug_str>"
   2132 
   2133 #: dwarf.c:1794
   2134 #, c-format
   2135 msgid "DW_FORM_GNU_strp_alt offset (%#<PRIx64>) too big or no string sections available\n"
   2136 msgstr " DW_FORM_GNU_strp_alt (%#<PRIx64>)        \n"
   2137 
   2138 #: dwarf.c:1817
   2139 #, c-format
   2140 msgid "Unknown AT value: %lx"
   2141 msgstr " : %lx"
   2142 
   2143 #: dwarf.c:1883
   2144 #, c-format
   2145 msgid "Corrupt attribute block length: %#<PRIx64>\n"
   2146 msgstr "   : %#<PRIx64>\n"
   2147 
   2148 #: dwarf.c:2055
   2149 #, c-format
   2150 msgid "Unable to resolve ref_addr form: uvalue %<PRIx64> >= section size %<PRIx64> (%s)\n"
   2151 msgstr "    ref_addr : uvalue %<PRIx64> >=   %<PRIx64> (%s)\n"
   2152 
   2153 #: dwarf.c:2074
   2154 #, c-format
   2155 msgid "Unable to resolve ref form: uvalue %<PRIx64> + cu_offset %<PRIx64> > CU size %tx\n"
   2156 msgstr "    : uvalue %<PRIx64> + cu_offset %<PRIx64> > CU  %tx\n"
   2157 
   2158 #: dwarf.c:2085
   2159 #, c-format
   2160 msgid "Unexpected form %lx encountered whilst finding abbreviation for type\n"
   2161 msgstr "   %lx      \n"
   2162 
   2163 #: dwarf.c:2093
   2164 #, c-format
   2165 msgid "Unable to find abbreviations for CU offset %<PRIx64>\n"
   2166 msgstr "        %<PRIx64>\n"
   2167 
   2168 #: dwarf.c:2099
   2169 #, c-format
   2170 msgid "Empty abbreviation list encountered for CU offset %<PRIx64>\n"
   2171 msgstr "        %<PRIx64>\n"
   2172 
   2173 #: dwarf.c:2131
   2174 #, c-format
   2175 msgid "Unable to find entry for abbreviation %lu\n"
   2176 msgstr "       %lu\n"
   2177 
   2178 #: dwarf.c:2285
   2179 msgid "corrupt discr_list - not using a block form\n"
   2180 msgstr "  discr_list     \n"
   2181 
   2182 #: dwarf.c:2292
   2183 msgid "corrupt discr_list - block not long enough\n"
   2184 msgstr " discr_list     \n"
   2185 
   2186 #: dwarf.c:2327
   2187 #, c-format
   2188 msgid "corrupt discr_list - unrecognized discriminant byte %#x\n"
   2189 msgstr " discr_list     %#x\n"
   2190 
   2191 #: dwarf.c:2426
   2192 #, c-format
   2193 msgid "implementation defined: %#<PRIx64>"
   2194 msgstr " : %#<PRIx64>"
   2195 
   2196 #: dwarf.c:2428
   2197 #, c-format
   2198 msgid "unknown: %#<PRIx64>"
   2199 msgstr ": %#<PRIx64>"
   2200 
   2201 #: dwarf.c:2459
   2202 msgid "Corrupt attribute\n"
   2203 msgstr " \n"
   2204 
   2205 #: dwarf.c:2482
   2206 msgid "Internal error: DW_FORM_ref_addr is not supported in DWARF version 1.\n"
   2207 msgstr " : DW_FORM_ref_addr    DWARF-  1.\n"
   2208 
   2209 #: dwarf.c:2676
   2210 msgid "Block ends prematurely\n"
   2211 msgstr "   \n"
   2212 
   2213 #. We have already displayed the form name.
   2214 #: dwarf.c:2711 dwarf.c:2724 dwarf.c:2748
   2215 #, c-format
   2216 msgid "%c(offset: %#<PRIx64>): %s"
   2217 msgstr "%c(: %#<PRIx64>): %s"
   2218 
   2219 #: dwarf.c:2714
   2220 #, c-format
   2221 msgid "%c(indirect string, offset: %#<PRIx64>): %s"
   2222 msgstr "%c( , : %#<PRIx64>): %s"
   2223 
   2224 #: dwarf.c:2727
   2225 #, c-format
   2226 msgid "%c(indirect line string, offset: %#<PRIx64>): %s"
   2227 msgstr "%c(  , : %#<PRIx64>): %s"
   2228 
   2229 #: dwarf.c:2751
   2230 #, c-format
   2231 msgid "%c(indexed string: %#<PRIx64>): %s"
   2232 msgstr "%c( : %#<PRIx64>): %s"
   2233 
   2234 #. We have already displayed the form name.
   2235 #: dwarf.c:2761
   2236 #, c-format
   2237 msgid "%c(offset: %#<PRIx64>) %s"
   2238 msgstr "%c(: %#<PRIx64>) %s"
   2239 
   2240 #: dwarf.c:2764
   2241 #, c-format
   2242 msgid "%c(alt indirect string, offset: %#<PRIx64>) %s"
   2243 msgstr "%c(  , : %#<PRIx64>) %s"
   2244 
   2245 #: dwarf.c:2823
   2246 #, c-format
   2247 msgid "loc_offset %<PRIu64> too big\n"
   2248 msgstr "loc_offset %<PRIu64>  \n"
   2249 
   2250 #: dwarf.c:2853
   2251 #, c-format
   2252 msgid "%c(index: %#<PRIx64>): %#<PRIx64>"
   2253 msgstr "%c(: %#<PRIx64>): %#<PRIx64>"
   2254 
   2255 #: dwarf.c:2864
   2256 #, c-format
   2257 msgid "Unrecognized form: %#lx\n"
   2258 msgstr " : %#lx\n"
   2259 
   2260 #: dwarf.c:2878
   2261 #, c-format
   2262 msgid "CU @ %#<PRIx64> has multiple loclists_base values (%#<PRIx64> and %#<PRIx64>)\n"
   2263 msgstr "CU @ %#<PRIx64>    loclists_base (%#<PRIx64>  %#<PRIx64>)\n"
   2264 
   2265 #: dwarf.c:2885
   2266 #, c-format
   2267 msgid "CU @ %#<PRIx64> has has a negative loclists_base value of %#<PRIx64> - treating as zero\n"
   2268 msgstr "CU @ %#<PRIx64>    loclists_base  %#<PRIx64>    \n"
   2269 
   2270 #: dwarf.c:2899
   2271 #, c-format
   2272 msgid "CU @ %#<PRIx64> has multiple str_offsets_base values %#<PRIx64> and %#<PRIx64>)\n"
   2273 msgstr "CU @ %#<PRIx64>    str_offsets_base (%#<PRIx64>  %#<PRIx64>)\n"
   2274 
   2275 #: dwarf.c:2906
   2276 #, c-format
   2277 msgid "CU @ %#<PRIx64> has has a negative stroffsets_base value of %#<PRIx64> - treating as zero\n"
   2278 msgstr "CU @ %#<PRIx64>    stroffsets_base  %#<PRIx64>    \n"
   2279 
   2280 #: dwarf.c:2974
   2281 msgid "More location offset attributes than DW_AT_GNU_locview attributes\n"
   2282 msgstr "      DW_AT_GNU_locview \n"
   2283 
   2284 #: dwarf.c:2985
   2285 #, c-format
   2286 msgid "The number of views (%u) is greater than the number of locations (%u)\n"
   2287 msgstr " GOT  (%u)      (%u)\n"
   2288 
   2289 #: dwarf.c:2992
   2290 msgid "More DW_AT_GNU_locview attributes than location offset attributes\n"
   2291 msgstr "  DW_AT_GNU_locview     \n"
   2292 
   2293 #: dwarf.c:3081 dwarf.c:3115 dwarf.c:3130
   2294 #, c-format
   2295 msgid "Unsupported form (%s) for attribute %s\n"
   2296 msgstr "  (%s)   %s\n"
   2297 
   2298 #: dwarf.c:3177
   2299 #, c-format
   2300 msgid "(not inlined)"
   2301 msgstr "( )"
   2302 
   2303 #: dwarf.c:3180
   2304 #, c-format
   2305 msgid "(inlined)"
   2306 msgstr "()"
   2307 
   2308 #: dwarf.c:3183
   2309 #, c-format
   2310 msgid "(declared as inline but ignored)"
   2311 msgstr "(    )"
   2312 
   2313 #: dwarf.c:3186
   2314 #, c-format
   2315 msgid "(declared as inline and inlined)"
   2316 msgstr "(    )"
   2317 
   2318 #: dwarf.c:3189
   2319 #, c-format
   2320 msgid "  (Unknown inline attribute value: %#<PRIx64>)"
   2321 msgstr "  (   : %#<PRIx64>)"
   2322 
   2323 #: dwarf.c:3241
   2324 #, c-format
   2325 msgid "(user defined type)"
   2326 msgstr "(   )"
   2327 
   2328 #: dwarf.c:3243
   2329 #, c-format
   2330 msgid "(unknown type)"
   2331 msgstr "( )"
   2332 
   2333 #: dwarf.c:3256
   2334 #, c-format
   2335 msgid "(unknown accessibility)"
   2336 msgstr "( )"
   2337 
   2338 #: dwarf.c:3268
   2339 #, c-format
   2340 msgid "(unknown visibility)"
   2341 msgstr "( )"
   2342 
   2343 #: dwarf.c:3281
   2344 #, c-format
   2345 msgid "(user specified)"
   2346 msgstr "(  )"
   2347 
   2348 #: dwarf.c:3283
   2349 #, c-format
   2350 msgid "(unknown endianity)"
   2351 msgstr "( )"
   2352 
   2353 #: dwarf.c:3295
   2354 #, c-format
   2355 msgid "(unknown virtuality)"
   2356 msgstr "( )"
   2357 
   2358 #: dwarf.c:3307
   2359 #, c-format
   2360 msgid "(unknown case)"
   2361 msgstr "(  )"
   2362 
   2363 #: dwarf.c:3325
   2364 #, c-format
   2365 msgid "(user defined)"
   2366 msgstr "(  )"
   2367 
   2368 #: dwarf.c:3327
   2369 #, c-format
   2370 msgid "(unknown convention)"
   2371 msgstr "( )"
   2372 
   2373 #: dwarf.c:3336
   2374 #, c-format
   2375 msgid "(undefined)"
   2376 msgstr "()"
   2377 
   2378 #: dwarf.c:3346
   2379 #, c-format
   2380 msgid "(unsigned)"
   2381 msgstr "()"
   2382 
   2383 #: dwarf.c:3347
   2384 #, c-format
   2385 msgid "(leading overpunch)"
   2386 msgstr "( )"
   2387 
   2388 #: dwarf.c:3348
   2389 #, c-format
   2390 msgid "(trailing overpunch)"
   2391 msgstr "( )"
   2392 
   2393 #: dwarf.c:3349
   2394 #, c-format
   2395 msgid "(leading separate)"
   2396 msgstr "( )"
   2397 
   2398 #: dwarf.c:3350
   2399 #, c-format
   2400 msgid "(trailing separate)"
   2401 msgstr "( )"
   2402 
   2403 #: dwarf.c:3351 dwarf.c:3362
   2404 #, c-format
   2405 msgid "(unrecognised)"
   2406 msgstr "()"
   2407 
   2408 #: dwarf.c:3359
   2409 #, c-format
   2410 msgid "(no)"
   2411 msgstr "()"
   2412 
   2413 #: dwarf.c:3360
   2414 #, c-format
   2415 msgid "(in class)"
   2416 msgstr "( )"
   2417 
   2418 #: dwarf.c:3361
   2419 #, c-format
   2420 msgid "(out of class)"
   2421 msgstr "( )"
   2422 
   2423 #: dwarf.c:3400
   2424 #, c-format
   2425 msgid " (location list)"
   2426 msgstr " ( )"
   2427 
   2428 #: dwarf.c:3423 dwarf.c:6830 dwarf.c:7032 dwarf.c:7207
   2429 #, c-format
   2430 msgid " [without DW_AT_frame_base]"
   2431 msgstr " [ DW_AT_frame_base]"
   2432 
   2433 #: dwarf.c:3453
   2434 #, c-format
   2435 msgid "Offset %#<PRIx64> used as value for DW_AT_import attribute of DIE at offset %#tx is too big.\n"
   2436 msgstr " %#<PRIx64>     DW_AT_import  DIE-   %#tx  .\n"
   2437 
   2438 #: dwarf.c:3459
   2439 #, c-format
   2440 msgid "\t[Abbrev Number: %ld"
   2441 msgstr "\t[ : %ld"
   2442 
   2443 #: dwarf.c:3554
   2444 #, c-format
   2445 msgid ""
   2446 "Raw dump of debug contents of section %s (loaded from %s):\n"
   2447 "\n"
   2448 msgstr ""
   2449 "     %s (  %s):\n"
   2450 "\n"
   2451 
   2452 #: dwarf.c:3557
   2453 #, c-format
   2454 msgid ""
   2455 "Raw dump of debug contents of section %s:\n"
   2456 "\n"
   2457 msgstr ""
   2458 "     %s:\n"
   2459 "\n"
   2460 
   2461 #: dwarf.c:3562
   2462 #, c-format
   2463 msgid ""
   2464 "Contents of the %s section (loaded from %s):\n"
   2465 "\n"
   2466 msgstr ""
   2467 "  %s (  %s):\n"
   2468 "\n"
   2469 
   2470 #: dwarf.c:3565
   2471 #, c-format
   2472 msgid ""
   2473 "Contents of the %s section:\n"
   2474 "\n"
   2475 msgstr ""
   2476 "  %s:\n"
   2477 "\n"
   2478 
   2479 #: dwarf.c:3692
   2480 msgid "Unexpected form in top DIE\n"
   2481 msgstr "    DIE\n"
   2482 
   2483 #: dwarf.c:3727
   2484 msgid "Unexpected form of DW_AT_rnglists_base in the top DIE\n"
   2485 msgstr "  DW_AT_rnglists_base   DIE\n"
   2486 
   2487 #: dwarf.c:3738
   2488 msgid "Unexpected form of DW_AT_addr_base in the top DIE\n"
   2489 msgstr "  DW_AT_addr_base   DIE\n"
   2490 
   2491 #: dwarf.c:3785
   2492 #, c-format
   2493 msgid "Reserved length value (%#<PRIx64>) found in section %s\n"
   2494 msgstr "   (%#<PRIx64>)     %s\n"
   2495 
   2496 #: dwarf.c:3795
   2497 #, c-format
   2498 msgid "Corrupt unit length (got %#<PRIx64> expected at most %#tx) in section %s\n"
   2499 msgstr "   ( %#<PRIx64>,   %#tx)   %s\n"
   2500 
   2501 #: dwarf.c:3805
   2502 #, c-format
   2503 msgid "No comp units in %s section ?\n"
   2504 msgstr "     %s?\n"
   2505 
   2506 #: dwarf.c:3819
   2507 #, c-format
   2508 msgid "Not enough memory for a debug info array of %u entries\n"
   2509 msgstr "        %u \n"
   2510 
   2511 #: dwarf.c:3853
   2512 #, c-format
   2513 msgid "Unable to locate %s section!\n"
   2514 msgstr "     %s!\n"
   2515 
   2516 #: dwarf.c:4020
   2517 #, c-format
   2518 msgid "Invalid pointer size (%d) in compunit header, using %d instead\n"
   2519 msgstr "   (%d)    ,  %d\n"
   2520 
   2521 #: dwarf.c:4054
   2522 #, c-format
   2523 msgid "  Compilation Unit @ offset %#<PRIx64>:\n"
   2524 msgstr "      %#<PRIx64>:\n"
   2525 
   2526 #: dwarf.c:4056
   2527 #, c-format
   2528 msgid "   Length:        %#<PRIx64> (%s)\n"
   2529 msgstr "   :        %#<PRIx64> (%s)\n"
   2530 
   2531 #: dwarf.c:4059
   2532 #, c-format
   2533 msgid "   Version:       %d\n"
   2534 msgstr "   :               %d\n"
   2535 
   2536 #: dwarf.c:4064
   2537 #, c-format
   2538 msgid "   Unit Type:     %s (%x)\n"
   2539 msgstr "    :       %s (%x)\n"
   2540 
   2541 #: dwarf.c:4068
   2542 #, c-format
   2543 msgid "   Abbrev Offset: %#<PRIx64>\n"
   2544 msgstr "    : %#<PRIx64>\n"
   2545 
   2546 #: dwarf.c:4070
   2547 #, c-format
   2548 msgid "   Pointer Size:  %d\n"
   2549 msgstr "    :  %d\n"
   2550 
   2551 #: dwarf.c:4073
   2552 #, c-format
   2553 msgid "   Signature:     %#<PRIx64>\n"
   2554 msgstr "   :     %#<PRIx64>\n"
   2555 
   2556 #: dwarf.c:4074
   2557 #, c-format
   2558 msgid "   Type Offset:   %#<PRIx64>\n"
   2559 msgstr "    :   %#<PRIx64>\n"
   2560 
   2561 #: dwarf.c:4077
   2562 #, c-format
   2563 msgid "   DWO ID:        %#<PRIx64>\n"
   2564 msgstr "   DWO :        %#<PRIx64>\n"
   2565 
   2566 #: dwarf.c:4083
   2567 #, c-format
   2568 msgid "   Section contributions:\n"
   2569 msgstr "    :\n"
   2570 
   2571 #: dwarf.c:4084
   2572 #, c-format
   2573 msgid "    .debug_abbrev.dwo:       %#<PRIx64>  %#zx\n"
   2574 msgstr "    .debug_abbrev.dwo:       %#<PRIx64>  %#zx\n"
   2575 
   2576 #: dwarf.c:4086
   2577 #, c-format
   2578 msgid "    .debug_line.dwo:         %#<PRIx64>  %#zx\n"
   2579 msgstr "    .debug_line.dwo:         %#<PRIx64>  %#zx\n"
   2580 
   2581 #: dwarf.c:4088
   2582 #, c-format
   2583 msgid "    .debug_loc.dwo:          %#<PRIx64>  %#zx\n"
   2584 msgstr "    .debug_loc.dwo:          %#<PRIx64>  %#zx\n"
   2585 
   2586 #: dwarf.c:4090
   2587 #, c-format
   2588 msgid "    .debug_str_offsets.dwo:  %#<PRIx64>  %#zx\n"
   2589 msgstr "    .debug_str_offsets.dwo:  %#<PRIx64>  %#zx\n"
   2590 
   2591 #: dwarf.c:4100
   2592 #, c-format
   2593 msgid "CU at offset %#<PRIx64> contains corrupt or unsupported version number: %d.\n"
   2594 msgstr "   %#<PRIx64>      : %d.\n"
   2595 
   2596 #: dwarf.c:4112
   2597 #, c-format
   2598 msgid "CU at offset %#<PRIx64> contains corrupt or unsupported unit type: %d.\n"
   2599 msgstr "   %#<PRIx64>      : %d.\n"
   2600 
   2601 #: dwarf.c:4157
   2602 #, c-format
   2603 msgid " <%d><%lx>: Abbrev Number: 0\n"
   2604 msgstr " <%d><%lx>:  : 0\n"
   2605 
   2606 #: dwarf.c:4167
   2607 #, c-format
   2608 msgid "Bogus end-of-siblings marker detected at offset %lx in %s section\n"
   2609 msgstr "    -   %lx   %s\n"
   2610 
   2611 #: dwarf.c:4171
   2612 msgid "Further warnings about bogus end-of-sibling markers suppressed\n"
   2613 msgstr "     -  \n"
   2614 
   2615 #: dwarf.c:4194
   2616 #, c-format
   2617 msgid " <%d><%lx>: Abbrev Number: %lu"
   2618 msgstr " <%d><%lx>:  : %lu"
   2619 
   2620 #: dwarf.c:4198
   2621 #, c-format
   2622 msgid " <%d><%lx>: ...\n"
   2623 msgstr " <%d><%lx>: ...\n"
   2624 
   2625 #: dwarf.c:4218
   2626 #, c-format
   2627 msgid "DIE at offset %#lx refers to abbreviation number %lu which does not exist\n"
   2628 msgstr "DIE   %#lx     %lu   \n"
   2629 
   2630 #: dwarf.c:4281
   2631 #, c-format
   2632 msgid "CU @ %#<PRIx64> has has a negative rnglists_base value of %#<PRIx64> - treating as zero\n"
   2633 msgstr "CU @ %#<PRIx64>    rnglists_base  %#<PRIx64>    \n"
   2634 
   2635 #: dwarf.c:4329
   2636 msgid "DIE has locviews without loclist\n"
   2637 msgstr "DIE      \n"
   2638 
   2639 #: dwarf.c:4440
   2640 #, c-format
   2641 msgid "The length field (%#<PRIx64>) in the debug_line header is wrong - the section is too small\n"
   2642 msgstr "  (%#<PRIx64>)   _      \n"
   2643 
   2644 #: dwarf.c:4457
   2645 msgid "Only DWARF version 2, 3, 4 and 5 line info is currently supported.\n"
   2646 msgstr " DWARF  2, 3, 4  5     .\n"
   2647 
   2648 #: dwarf.c:4469 dwarf.c:7370 dwarf.c:8308
   2649 #, c-format
   2650 msgid "The %s section contains unsupported segment selector size: %d.\n"
   2651 msgstr " %s     : %d.\n"
   2652 
   2653 #: dwarf.c:4486
   2654 msgid "Invalid maximum operations per insn.\n"
   2655 msgstr "    -.\n"
   2656 
   2657 #: dwarf.c:4513
   2658 msgid "Directory Table"
   2659 msgstr " "
   2660 
   2661 #: dwarf.c:4513
   2662 msgid "File Name Table"
   2663 msgstr "  "
   2664 
   2665 #: dwarf.c:4517
   2666 #, c-format
   2667 msgid "Unexpectedly large number of columns in the %s (%u)\n"
   2668 msgstr "     %s (%u)\n"
   2669 
   2670 #: dwarf.c:4527
   2671 #, c-format
   2672 msgid "%s: Corrupt format description entry\n"
   2673 msgstr "%s:    \n"
   2674 
   2675 #: dwarf.c:4535
   2676 #, c-format
   2677 msgid ""
   2678 "\n"
   2679 " The %s is empty.\n"
   2680 msgstr ""
   2681 "\n"
   2682 " %s  .\n"
   2683 
   2684 #: dwarf.c:4541
   2685 #, c-format
   2686 msgid "%s: Corrupt entry count %#<PRIx64>\n"
   2687 msgstr "%s:    %#<PRIx64>\n"
   2688 
   2689 #: dwarf.c:4547
   2690 #, c-format
   2691 msgid "%s: format count is zero, but the table is not empty\n"
   2692 msgstr "%s:    ,    \n"
   2693 
   2694 #: dwarf.c:4552
   2695 #, c-format
   2696 msgid ""
   2697 "\n"
   2698 " The %s (offset %#tx, lines %<PRIu64>, columns %u):\n"
   2699 msgstr ""
   2700 "\n"
   2701 " %s ( %#tx,  %<PRIu64>,  %u):\n"
   2702 
   2703 #: dwarf.c:4555
   2704 #, c-format
   2705 msgid "  Entry"
   2706 msgstr "  "
   2707 
   2708 #: dwarf.c:4569
   2709 #, c-format
   2710 msgid "\tName"
   2711 msgstr "\t"
   2712 
   2713 #: dwarf.c:4572
   2714 #, c-format
   2715 msgid "\tDir"
   2716 msgstr "\t"
   2717 
   2718 #: dwarf.c:4575
   2719 #, c-format
   2720 msgid "\tTime"
   2721 msgstr "\t"
   2722 
   2723 #: dwarf.c:4578
   2724 #, c-format
   2725 msgid "\tSize"
   2726 msgstr "\t"
   2727 
   2728 #: dwarf.c:4581
   2729 #, c-format
   2730 msgid "\tMD5\t\t\t"
   2731 msgstr "\t5\t\t\t"
   2732 
   2733 #: dwarf.c:4584
   2734 #, c-format
   2735 msgid "\t(Unknown format content type %<PRIu64>)"
   2736 msgstr "\t(    %<PRIu64>)"
   2737 
   2738 #: dwarf.c:4618
   2739 #, c-format
   2740 msgid ""
   2741 "\n"
   2742 "%s: Corrupt entries list\n"
   2743 msgstr ""
   2744 "\n"
   2745 "%s:   \n"
   2746 
   2747 #: dwarf.c:4644
   2748 msgid "corrupt .debug_sup section: size is too small\n"
   2749 msgstr " .debug_sup :   \n"
   2750 
   2751 #: dwarf.c:4651
   2752 msgid "corrupt .debug_sup section: version < 5\n"
   2753 msgstr " .debug_sup :  < 5\n"
   2754 
   2755 #: dwarf.c:4655
   2756 msgid "corrupt .debug_sup section: is_supplementary not 0 or 1\n"
   2757 msgstr " .debug_sup : is_supplementary   0  1\n"
   2758 
   2759 #: dwarf.c:4659
   2760 msgid "corrupt .debug_sup section: filename not empty in supplementary section\n"
   2761 msgstr " .debug_sup :       \n"
   2762 
   2763 #: dwarf.c:4664
   2764 msgid "corrupt .debug_sup section: filename is not NUL terminated\n"
   2765 msgstr " .debug_sup :   NUL \n"
   2766 
   2767 #: dwarf.c:4672
   2768 msgid "corrupt .debug_sup section: bad LEB128 field for checksum length\n"
   2769 msgstr " .debug_sup :  LEB128     \n"
   2770 
   2771 #: dwarf.c:4678
   2772 msgid "corrupt .debug_sup section: checksum length is longer than the remaining section length\n"
   2773 msgstr " .debug_sup :         \n"
   2774 
   2775 #: dwarf.c:4683
   2776 #, c-format
   2777 msgid "corrupt .debug_sup section: there are %#<PRIx64> extra, unused bytes at the end of the section\n"
   2778 msgstr "corrupt .debug_sup section:  %#<PRIx64> ,     \n"
   2779 
   2780 #: dwarf.c:4688
   2781 #, c-format
   2782 msgid "  Version:      %u\n"
   2783 msgstr "  :              %u\n"
   2784 
   2785 #: dwarf.c:4689
   2786 #, c-format
   2787 msgid "  Is Supp:      %u\n"
   2788 msgstr "   :       %u\n"
   2789 
   2790 #: dwarf.c:4690
   2791 #, c-format
   2792 msgid "  Filename:     %s\n"
   2793 msgstr "   :      %s\n"
   2794 
   2795 #: dwarf.c:4691
   2796 #, c-format
   2797 msgid "  Checksum Len: %<PRIu64>\n"
   2798 msgstr "    : %<PRIu64>\n"
   2799 
   2800 #: dwarf.c:4694
   2801 #, c-format
   2802 msgid "  Checksum:     "
   2803 msgstr "   :        "
   2804 
   2805 #: dwarf.c:4742 dwarf.c:5160
   2806 msgid "Partial .debug_line. section encountered without a prior full .debug_line section\n"
   2807 msgstr "    .debug_line.     .debug_line\n"
   2808 
   2809 #: dwarf.c:4755
   2810 #, c-format
   2811 msgid "  Offset:                      %#tx\n"
   2812 msgstr "  :                      %#tx\n"
   2813 
   2814 #: dwarf.c:4756
   2815 #, c-format
   2816 msgid "  Length:                      %<PRId64>\n"
   2817 msgstr "  :                         %<PRId64>\n"
   2818 
   2819 #: dwarf.c:4757
   2820 #, c-format
   2821 msgid "  DWARF Version:               %d\n"
   2822 msgstr "   :                   %d\n"
   2823 
   2824 #: dwarf.c:4760
   2825 #, c-format
   2826 msgid "  Address size (bytes):        %d\n"
   2827 msgstr "    ():      %d\n"
   2828 
   2829 #: dwarf.c:4761
   2830 #, c-format
   2831 msgid "  Segment selector (bytes):    %d\n"
   2832 msgstr "    ():      %d\n"
   2833 
   2834 #: dwarf.c:4763
   2835 #, c-format
   2836 msgid "  Prologue Length:             %d\n"
   2837 msgstr "   :                 %d\n"
   2838 
   2839 #: dwarf.c:4764
   2840 #, c-format
   2841 msgid "  Minimum Instruction Length:  %d\n"
   2842 msgstr "    :     %d\n"
   2843 
   2844 #: dwarf.c:4766
   2845 #, c-format
   2846 msgid "  Maximum Ops per Instruction: %d\n"
   2847 msgstr "     :  %d\n"
   2848 
   2849 #: dwarf.c:4767
   2850 #, c-format
   2851 msgid "  Initial value of 'is_stmt':  %d\n"
   2852 msgstr "     is_stmt:  %d\n"
   2853 
   2854 #: dwarf.c:4768
   2855 #, c-format
   2856 msgid "  Line Base:                   %d\n"
   2857 msgstr "   :                    %d\n"
   2858 
   2859 #: dwarf.c:4769
   2860 #, c-format
   2861 msgid "  Line Range:                  %d\n"
   2862 msgstr "   :                     %d\n"
   2863 
   2864 #: dwarf.c:4770
   2865 #, c-format
   2866 msgid "  Opcode Base:                 %d\n"
   2867 msgstr "   :                  %d\n"
   2868 
   2869 #: dwarf.c:4775 dwarf.c:5176
   2870 msgid "Line range of 0 is invalid, using 1 instead\n"
   2871 msgstr "  0  ,  1\n"
   2872 
   2873 #: dwarf.c:4787
   2874 msgid "Line Base extends beyond end of section\n"
   2875 msgstr "    \n"
   2876 
   2877 #: dwarf.c:4791
   2878 #, c-format
   2879 msgid ""
   2880 "\n"
   2881 " Opcodes:\n"
   2882 msgstr ""
   2883 "\n"
   2884 " :\n"
   2885 
   2886 #: dwarf.c:4794
   2887 #, c-format
   2888 msgid "  Opcode %d has %d arg\n"
   2889 msgid_plural "  Opcode %d has %d args\n"
   2890 msgstr[0] "   %d  %d \n"
   2891 msgstr[1] "   %d  %d \n"
   2892 msgstr[2] "   %d  %d \n"
   2893 
   2894 #: dwarf.c:4814
   2895 #, c-format
   2896 msgid ""
   2897 "\n"
   2898 " The Directory Table is empty.\n"
   2899 msgstr ""
   2900 "\n"
   2901 "    .\n"
   2902 
   2903 #: dwarf.c:4819
   2904 #, c-format
   2905 msgid ""
   2906 "\n"
   2907 " The Directory Table (offset %#tx):\n"
   2908 msgstr ""
   2909 "\n"
   2910 "   ( %#tx):\n"
   2911 
   2912 #: dwarf.c:4842
   2913 #, c-format
   2914 msgid ""
   2915 "\n"
   2916 " The File Name Table is empty.\n"
   2917 msgstr ""
   2918 "\n"
   2919 "     .\n"
   2920 
   2921 #: dwarf.c:4845
   2922 #, c-format
   2923 msgid ""
   2924 "\n"
   2925 " The File Name Table (offset %#tx):\n"
   2926 msgstr ""
   2927 "\n"
   2928 "    ( %#tx):\n"
   2929 
   2930 #: dwarf.c:4870
   2931 msgid "Corrupt file name table entry\n"
   2932 msgstr "     \n"
   2933 
   2934 #: dwarf.c:4887
   2935 #, c-format
   2936 msgid " No Line Number Statements.\n"
   2937 msgstr "    .\n"
   2938 
   2939 #: dwarf.c:4890
   2940 #, c-format
   2941 msgid " Line Number Statements:\n"
   2942 msgstr "   :\n"
   2943 
   2944 #: dwarf.c:4912
   2945 #, c-format
   2946 msgid "  Special opcode %d: advance Address by %<PRIu64> to %#<PRIx64>%s"
   2947 msgstr "    %d:    %<PRIu64>  %#<PRIx64>%s"
   2948 
   2949 #: dwarf.c:4917 dwarf.c:4938 dwarf.c:4980 dwarf.c:5000 dwarf.c:5048
   2950 #: dwarf.c:5068
   2951 msgid " (reset view)"
   2952 msgstr " ( )"
   2953 
   2954 #: dwarf.c:4932
   2955 #, c-format
   2956 msgid "  Special opcode %d: advance Address by %<PRIu64> to %#<PRIx64>[%d]%s"
   2957 msgstr "    %d:    %<PRIu64>  %#<PRIx64>[%d]%s"
   2958 
   2959 #: dwarf.c:4942
   2960 #, c-format
   2961 msgid " and Line by %d to %d"
   2962 msgstr "    %d  %d"
   2963 
   2964 #: dwarf.c:4945 dwarf.c:4962
   2965 #, c-format
   2966 msgid " (view %u)\n"
   2967 msgstr " ( %u)\n"
   2968 
   2969 #: dwarf.c:4960
   2970 #, c-format
   2971 msgid "  Copy"
   2972 msgstr "  "
   2973 
   2974 #: dwarf.c:4976
   2975 #, c-format
   2976 msgid "  Advance PC by %<PRIu64> to %#<PRIx64>%s\n"
   2977 msgstr "   PC  %<PRIu64>  %#<PRIx64>%s\n"
   2978 
   2979 #: dwarf.c:4995
   2980 #, c-format
   2981 msgid "  Advance PC by %<PRIu64> to %#<PRIx64>[%d]%s\n"
   2982 msgstr "   PC  %<PRIu64>  %#<PRIx64>[%d]%s\n"
   2983 
   2984 #: dwarf.c:5007
   2985 #, c-format
   2986 msgid "  Advance Line by %d to %d\n"
   2987 msgstr "     %d  %d\n"
   2988 
   2989 #: dwarf.c:5013
   2990 #, c-format
   2991 msgid "  Set File Name to entry %<PRIu64> in the File Name Table\n"
   2992 msgstr "       %<PRIu64>    \n"
   2993 
   2994 #: dwarf.c:5020
   2995 #, c-format
   2996 msgid "  Set column to %<PRIu64>\n"
   2997 msgstr "     %<PRIu64>\n"
   2998 
   2999 #: dwarf.c:5027
   3000 #, c-format
   3001 msgid "  Set is_stmt to %d\n"
   3002 msgstr "   is_stmt  %d\n"
   3003 
   3004 #: dwarf.c:5032
   3005 #, c-format
   3006 msgid "  Set basic block\n"
   3007 msgstr "    \n"
   3008 
   3009 #: dwarf.c:5044
   3010 #, c-format
   3011 msgid "  Advance PC by constant %<PRIu64> to %#<PRIx64>%s\n"
   3012 msgstr "   PC  %<PRIu64>  %#<PRIx64>%s\n"
   3013 
   3014 #: dwarf.c:5063
   3015 #, c-format
   3016 msgid "  Advance PC by constant %<PRIu64> to %#<PRIx64>[%d]%s\n"
   3017 msgstr "   PC  %<PRIu64>  %#<PRIx64>[%d]%s\n"
   3018 
   3019 #: dwarf.c:5076
   3020 #, c-format
   3021 msgid "  Advance PC by fixed size amount %<PRIu64> to %#<PRIx64>\n"
   3022 msgstr "   PC    %<PRIu64>  %#<PRIx64>\n"
   3023 
   3024 #: dwarf.c:5083
   3025 #, c-format
   3026 msgid "  Set prologue_end to true\n"
   3027 msgstr "   prologue_end  \n"
   3028 
   3029 #: dwarf.c:5087
   3030 #, c-format
   3031 msgid "  Set epilogue_begin to true\n"
   3032 msgstr "   epilogue_begin  \n"
   3033 
   3034 #: dwarf.c:5092
   3035 #, c-format
   3036 msgid "  Set ISA to %<PRIu64>\n"
   3037 msgstr "   ISA  %<PRIu64>\n"
   3038 
   3039 #: dwarf.c:5096 dwarf.c:5773
   3040 #, c-format
   3041 msgid "  Unknown opcode %d with operands: "
   3042 msgstr "    %d  : "
   3043 
   3044 #: dwarf.c:5189
   3045 #, c-format
   3046 msgid "opcode base of %d extends beyond end of section\n"
   3047 msgstr "   %d   \n"
   3048 
   3049 #: dwarf.c:5204
   3050 #, c-format
   3051 msgid "Unexpectedly large number of columns in the directory name table (%u)\n"
   3052 msgstr "        (%u)\n"
   3053 
   3054 #: dwarf.c:5216 dwarf.c:5246 dwarf.c:5276
   3055 msgid "Corrupt directories list\n"
   3056 msgstr "   \n"
   3057 
   3058 #: dwarf.c:5224
   3059 #, c-format
   3060 msgid "number of directories (0x%x) exceeds size of section %s\n"
   3061 msgstr "  (0x%x)    %s\n"
   3062 
   3063 #: dwarf.c:5284
   3064 #, c-format
   3065 msgid "Unexpectedly large number of columns in the file name table (%u)\n"
   3066 msgstr "        (%u)\n"
   3067 
   3068 #: dwarf.c:5297 dwarf.c:5328 dwarf.c:5375
   3069 msgid "Corrupt file name list\n"
   3070 msgstr "    \n"
   3071 
   3072 #: dwarf.c:5305
   3073 #, c-format
   3074 msgid "number of files (0x%x) exceeds size of section %s\n"
   3075 msgstr "  (0x%x)    %s\n"
   3076 
   3077 #: dwarf.c:5397
   3078 msgid "directory table ends unexpectedly\n"
   3079 msgstr "    \n"
   3080 
   3081 #: dwarf.c:5437
   3082 msgid "file table ends unexpectedly\n"
   3083 msgstr "    \n"
   3084 
   3085 #: dwarf.c:5470
   3086 #, c-format
   3087 msgid "CU: No directory table\n"
   3088 msgstr ":   \n"
   3089 
   3090 #: dwarf.c:5472
   3091 #, c-format
   3092 msgid "CU: %s:\n"
   3093 msgstr ": %s:\n"
   3094 
   3095 #: dwarf.c:5482 dwarf.c:5814 readelf.c:7978 readelf.c:8074 readelf.c:8091
   3096 #: readelf.c:8108 readelf.c:8921 readelf.c:13160 readelf.c:13822
   3097 #: readelf.c:13835 readelf.c:19485 readelf.c:19517
   3098 msgid "<unknown>"
   3099 msgstr "<>"
   3100 
   3101 #: dwarf.c:5489 dwarf.c:5700
   3102 #, c-format
   3103 msgid "directory index %u >= number of directories %u\n"
   3104 msgstr "  %u >=   %u\n"
   3105 
   3106 #: dwarf.c:5492 dwarf.c:5808 elfcomm.c:776 readelf.c:980 readelf.c:9099
   3107 #: readelf.c:9712 readelf.c:11738 readelf.c:14129 readelf.c:14195
   3108 #: readelf.c:14199 readelf.c:14313 readelf.c:18214 readelf.c:18304
   3109 #: readelf.c:18897 readelf.c:18916 readelf.c:19035 readelf.c:19494
   3110 #: readelf.c:20657 readelf.c:20660
   3111 #, c-format
   3112 msgid "<corrupt>"
   3113 msgstr "<>"
   3114 
   3115 #: dwarf.c:5498
   3116 #, c-format
   3117 msgid "CU: %s/%s:\n"
   3118 msgstr ": %s/%s:\n"
   3119 
   3120 #: dwarf.c:5508
   3121 #, c-format
   3122 msgid "File name                            Line number    Starting address    View    Stmt\n"
   3123 msgstr "                                      \n"
   3124 
   3125 #: dwarf.c:5510
   3126 #, c-format
   3127 msgid "File name                        Line number    Starting address    View    Stmt\n"
   3128 msgstr "                                      \n"
   3129 
   3130 #: dwarf.c:5513
   3131 #, c-format
   3132 msgid "CU: Empty file name table\n"
   3133 msgstr ":    \n"
   3134 
   3135 #: dwarf.c:5620
   3136 #, c-format
   3137 msgid "UNKNOWN (%u): length %ld\n"
   3138 msgstr " (%u):  %ld\n"
   3139 
   3140 #: dwarf.c:5670
   3141 #, c-format
   3142 msgid ""
   3143 "\n"
   3144 " [Use file table entry %d]\n"
   3145 msgstr ""
   3146 "\n"
   3147 " [    %d]\n"
   3148 
   3149 #: dwarf.c:5674 dwarf.c:5806
   3150 #, c-format
   3151 msgid "file index %u >= number of files %u\n"
   3152 msgstr "  %u >=   %u\n"
   3153 
   3154 #: dwarf.c:5676
   3155 #, c-format
   3156 msgid ""
   3157 "\n"
   3158 " <over large file table index %u>"
   3159 msgstr ""
   3160 "\n"
   3161 " <    %u>"
   3162 
   3163 #: dwarf.c:5690
   3164 #, c-format
   3165 msgid ""
   3166 "\n"
   3167 " [Use file %s in directory table entry %d]\n"
   3168 msgstr ""
   3169 "\n"
   3170 " [  %s     %d]\n"
   3171 
   3172 #: dwarf.c:5703
   3173 #, c-format
   3174 msgid ""
   3175 "\n"
   3176 " <over large directory table entry %u>\n"
   3177 msgstr ""
   3178 "\n"
   3179 " <    %u>\n"
   3180 
   3181 #: dwarf.c:5769
   3182 #, c-format
   3183 msgid "  Set ISA to %lu\n"
   3184 msgstr "   ISA  %lu\n"
   3185 
   3186 #: dwarf.c:5976
   3187 msgid "no info"
   3188 msgstr " "
   3189 
   3190 #: dwarf.c:5977
   3191 msgid "type"
   3192 msgstr ""
   3193 
   3194 #: dwarf.c:5978
   3195 msgid "variable"
   3196 msgstr ""
   3197 
   3198 #: dwarf.c:5979
   3199 msgid "function"
   3200 msgstr ""
   3201 
   3202 #: dwarf.c:5980
   3203 msgid "other"
   3204 msgstr ""
   3205 
   3206 #: dwarf.c:5981
   3207 msgid "unused5"
   3208 msgstr "5"
   3209 
   3210 #: dwarf.c:5982
   3211 msgid "unused6"
   3212 msgstr "6"
   3213 
   3214 #: dwarf.c:5983
   3215 msgid "unused7"
   3216 msgstr "7"
   3217 
   3218 #: dwarf.c:6021
   3219 #, c-format
   3220 msgid "Debug info is corrupted, %s header at %#lx has length %#<PRIx64>\n"
   3221 msgstr "   , %s   %#lx   %#<PRIx64>\n"
   3222 
   3223 #: dwarf.c:6036 dwarf.c:7738
   3224 #, c-format
   3225 msgid ".debug_info offset of %#<PRIx64> in %s section does not point to a CU header.\n"
   3226 msgstr " .debug_info  %#<PRIx64>   %s    CU .\n"
   3227 
   3228 #: dwarf.c:6042
   3229 #, c-format
   3230 msgid "  Length:                              %<PRId64>\n"
   3231 msgstr "  :                             %<PRId64>\n"
   3232 
   3233 #: dwarf.c:6044
   3234 #, c-format
   3235 msgid "  Version:                             %d\n"
   3236 msgstr "  :                             %d\n"
   3237 
   3238 #: dwarf.c:6046
   3239 #, c-format
   3240 msgid "  Offset into .debug_info section:     %#<PRIx64>\n"
   3241 msgstr "     .debug_info:     %#<PRIx64>\n"
   3242 
   3243 #: dwarf.c:6048
   3244 #, c-format
   3245 msgid "  Size of area in .debug_info section: %<PRId64>\n"
   3246 msgstr "      .debug_info: %<PRId64>\n"
   3247 
   3248 #: dwarf.c:6057
   3249 msgid "Only DWARF 2 and 3 pubnames are currently supported\n"
   3250 msgstr "  2  3    \n"
   3251 
   3252 #: dwarf.c:6065
   3253 #, c-format
   3254 msgid ""
   3255 "\n"
   3256 "    Offset  Kind          Name\n"
   3257 msgstr ""
   3258 "\n"
   3259 "              \n"
   3260 
   3261 #: dwarf.c:6067
   3262 #, c-format
   3263 msgid ""
   3264 "\n"
   3265 "    Offset\tName\n"
   3266 msgstr ""
   3267 "\n"
   3268 "    \t\n"
   3269 
   3270 #: dwarf.c:6101
   3271 msgid "s"
   3272 msgstr ""
   3273 
   3274 #: dwarf.c:6101
   3275 msgid "g"
   3276 msgstr ""
   3277 
   3278 #: dwarf.c:6159
   3279 #, c-format
   3280 msgid " DW_MACINFO_start_file - lineno: %d filenum: %d\n"
   3281 msgstr " DW_MACINFO_start_file   : %d  : %d\n"
   3282 
   3283 #: dwarf.c:6165
   3284 #, c-format
   3285 msgid " DW_MACINFO_end_file\n"
   3286 msgstr " DW_MACINFO_end_file\n"
   3287 
   3288 #: dwarf.c:6172
   3289 #, c-format
   3290 msgid " DW_MACINFO_define - lineno : %d macro : %*s\n"
   3291 msgstr " DW_MACINFO_define   : %d : %*s\n"
   3292 
   3293 #: dwarf.c:6182
   3294 #, c-format
   3295 msgid " DW_MACINFO_undef - lineno : %d macro : %*s\n"
   3296 msgstr " DW_MACINFO_undef   : %d : %*s\n"
   3297 
   3298 #: dwarf.c:6195
   3299 #, c-format
   3300 msgid " DW_MACINFO_vendor_ext - constant : %d string : %*s\n"
   3301 msgstr " DW_MACINFO_vendor_ext  : %d : %*s\n"
   3302 
   3303 #: dwarf.c:6347
   3304 #, c-format
   3305 msgid "Expected to find a version number of 4 or 5 in section %s but found %d instead\n"
   3306 msgstr "     4  5   %s   %d+\n"
   3307 
   3308 #: dwarf.c:6354
   3309 #, c-format
   3310 msgid "  Offset:                      %#<PRIx64>\n"
   3311 msgstr "  :                        %#<PRIx64>\n"
   3312 
   3313 #: dwarf.c:6355
   3314 #, c-format
   3315 msgid "  Version:                     %d\n"
   3316 msgstr "  :                     %d\n"
   3317 
   3318 #: dwarf.c:6356
   3319 #, c-format
   3320 msgid "  Offset size:                 %d\n"
   3321 msgstr "   :          %d\n"
   3322 
   3323 #: dwarf.c:6360
   3324 #, c-format
   3325 msgid "  Offset into .debug_line:     %#<PRIx64>\n"
   3326 msgstr "    .debug_line:    %#<PRIx64>\n"
   3327 
   3328 #: dwarf.c:6374
   3329 #, c-format
   3330 msgid "  Extension opcode arguments:\n"
   3331 msgstr "    :\n"
   3332 
   3333 #: dwarf.c:6381
   3334 #, c-format
   3335 msgid "    DW_MACRO_%02x has no arguments\n"
   3336 msgstr "    DW_MACRO_%02x  \n"
   3337 
   3338 #: dwarf.c:6384
   3339 #, c-format
   3340 msgid "    DW_MACRO_%02x arguments: "
   3341 msgstr "    DW_MACRO_%02x : "
   3342 
   3343 #: dwarf.c:6410
   3344 #, c-format
   3345 msgid "Invalid extension opcode form %s\n"
   3346 msgstr "    %s\n"
   3347 
   3348 #: dwarf.c:6427
   3349 msgid ".debug_macro section not zero terminated\n"
   3350 msgstr " .debug_macro   \n"
   3351 
   3352 #: dwarf.c:6441
   3353 #, c-format
   3354 msgid " DW_MACRO_define - lineno : %d macro : %*s\n"
   3355 msgstr " DW_MACRO_define   : %d : %*s\n"
   3356 
   3357 #: dwarf.c:6451
   3358 #, c-format
   3359 msgid " DW_MACRO_undef - lineno : %d macro : %*s\n"
   3360 msgstr " DW_MACRO_undef   : %d : %*s\n"
   3361 
   3362 #: dwarf.c:6466
   3363 msgid "DW_MACRO_start_file used, but no .debug_line offset provided.\n"
   3364 msgstr "DW_MACRO_start_file  ,     .debug_line.\n"
   3365 
   3366 #: dwarf.c:6472
   3367 #, c-format
   3368 msgid " DW_MACRO_start_file - lineno: %d filenum: %d\n"
   3369 msgstr " DW_MACRO_start_file   : %d . : %d\n"
   3370 
   3371 #: dwarf.c:6475
   3372 #, c-format
   3373 msgid " DW_MACRO_start_file - lineno: %d filenum: %d filename: %s%s%s\n"
   3374 msgstr " DW_MACRO_start_file   : %d . : %d  : %s%s%s\n"
   3375 
   3376 #: dwarf.c:6483
   3377 #, c-format
   3378 msgid " DW_MACRO_end_file\n"
   3379 msgstr " DW_MACRO_end_file\n"
   3380 
   3381 #: dwarf.c:6493
   3382 #, c-format
   3383 msgid " DW_MACRO_define_strp - lineno : %d macro : %s\n"
   3384 msgstr " DW_MACRO_define_strp   : %d : %s\n"
   3385 
   3386 #: dwarf.c:6504
   3387 #, c-format
   3388 msgid " DW_MACRO_undef_strp - lineno : %d macro : %s\n"
   3389 msgstr " DW_MACRO_undef_strp   : %d : %s\n"
   3390 
   3391 #: dwarf.c:6510
   3392 #, c-format
   3393 msgid " DW_MACRO_import - offset : %#<PRIx64>\n"
   3394 msgstr " DW_MACRO_import  : %#<PRIx64>\n"
   3395 
   3396 #: dwarf.c:6517
   3397 #, c-format
   3398 msgid " DW_MACRO_define_sup - lineno : %d macro offset : %#<PRIx64>\n"
   3399 msgstr " DW_MACRO_define_sup   : %d  : %#<PRIx64>\n"
   3400 
   3401 #: dwarf.c:6525
   3402 #, c-format
   3403 msgid " DW_MACRO_undef_sup - lineno : %d macro offset : %#<PRIx64>\n"
   3404 msgstr " DW_MACRO_undef_sup   : %d  : %<PRIx64>\n"
   3405 
   3406 #: dwarf.c:6532
   3407 #, c-format
   3408 msgid " DW_MACRO_import_sup - offset : %#<PRIx64>\n"
   3409 msgstr " DW_MACRO_import_sup  : %#<PRIx64>\n"
   3410 
   3411 #: dwarf.c:6547
   3412 #, c-format
   3413 msgid "(with offset %#<PRIx64>) "
   3414 msgstr "(  %#<PRIx64>) "
   3415 
   3416 #: dwarf.c:6548
   3417 #, c-format
   3418 msgid "lineno : %d macro : %s\n"
   3419 msgstr " : %d : %s\n"
   3420 
   3421 #: dwarf.c:6555
   3422 #, c-format
   3423 msgid " <Target Specific macro op: %#x - UNHANDLED"
   3424 msgstr " <   : %#x  "
   3425 
   3426 #: dwarf.c:6561
   3427 #, c-format
   3428 msgid " Unknown macro opcode %02x seen\n"
   3429 msgstr "      %02x\n"
   3430 
   3431 #: dwarf.c:6572
   3432 #, c-format
   3433 msgid " DW_MACRO_%02x\n"
   3434 msgstr " DW_MACRO_%02x\n"
   3435 
   3436 #: dwarf.c:6575
   3437 #, c-format
   3438 msgid " DW_MACRO_%02x -"
   3439 msgstr " DW_MACRO_%02x "
   3440 
   3441 #: dwarf.c:6622
   3442 #, c-format
   3443 msgid "  Number TAG (%#<PRIx64>)\n"
   3444 msgstr "    (%#<PRIx64>)\n"
   3445 
   3446 #: dwarf.c:6631
   3447 msgid "has children"
   3448 msgstr " "
   3449 
   3450 #: dwarf.c:6631
   3451 msgid "no children"
   3452 msgstr " "
   3453 
   3454 #: dwarf.c:6695
   3455 #, c-format
   3456 msgid "location view pair\n"
   3457 msgstr "  \n"
   3458 
   3459 #: dwarf.c:6726
   3460 #, c-format
   3461 msgid "No debug information available for loc lists of entry: %u\n"
   3462 msgstr "       : %u\n"
   3463 
   3464 #: dwarf.c:6738 dwarf.c:6879 dwarf.c:7100
   3465 #, c-format
   3466 msgid "Invalid pointer size (%d) in debug info for entry %d\n"
   3467 msgstr "   (%d)      %d\n"
   3468 
   3469 #: dwarf.c:6750 dwarf.c:6803 dwarf.c:6812 dwarf.c:6891 dwarf.c:7006
   3470 #: dwarf.c:7014 dwarf.c:7112 dwarf.c:7184 dwarf.c:7192
   3471 #, c-format
   3472 msgid "Location list starting at offset %#<PRIx64> is not terminated.\n"
   3473 msgstr "      %#<PRIx64>  .\n"
   3474 
   3475 #: dwarf.c:6772 dwarf.c:6919 dwarf.c:7149 dwarf.c:8109 dwarf.c:8168
   3476 #, c-format
   3477 msgid "<End of list>\n"
   3478 msgstr "< >\n"
   3479 
   3480 #: dwarf.c:6784 dwarf.c:6929 dwarf.c:6964 dwarf.c:8177 dwarf.c:8201
   3481 #, c-format
   3482 msgid "(base address)\n"
   3483 msgstr "( )\n"
   3484 
   3485 #: dwarf.c:6798 dwarf.c:6913 dwarf.c:7138
   3486 #, c-format
   3487 msgid ""
   3488 "views at %8.8<PRIx64> for:\n"
   3489 "    %*s "
   3490 msgstr ""
   3491 "  %8.8<PRIx64> :\n"
   3492 "    %*s "
   3493 
   3494 #: dwarf.c:6833 dwarf.c:7035 dwarf.c:8128 dwarf.c:8234
   3495 msgid " (start == end)"
   3496 msgstr " ( == )"
   3497 
   3498 #: dwarf.c:6835 dwarf.c:7037 dwarf.c:8130 dwarf.c:8236
   3499 msgid " (start > end)"
   3500 msgstr " ( > )"
   3501 
   3502 #: dwarf.c:6925
   3503 #, c-format
   3504 msgid "(index into .debug_addr) "
   3505 msgstr "(  .debug_addr) "
   3506 
   3507 #: dwarf.c:6981
   3508 #, c-format
   3509 msgid "View pair entry in loclist with locviews attribute\n"
   3510 msgstr "         \n"
   3511 
   3512 #: dwarf.c:6988
   3513 #, c-format
   3514 msgid "views for:\n"
   3515 msgstr " :\n"
   3516 
   3517 #: dwarf.c:6993
   3518 #, c-format
   3519 msgid "Invalid location list entry type %d\n"
   3520 msgstr "     %d\n"
   3521 
   3522 #: dwarf.c:7046
   3523 #, c-format
   3524 msgid "Trailing view pair not used in a range"
   3525 msgstr "      "
   3526 
   3527 #: dwarf.c:7088
   3528 #, c-format
   3529 msgid "No debug information for loc lists of entry: %u\n"
   3530 msgstr "      : %u\n"
   3531 
   3532 #: dwarf.c:7155
   3533 #, c-format
   3534 msgid "(base address selection entry)\n"
   3535 msgstr "(   )\n"
   3536 
   3537 #: dwarf.c:7176
   3538 #, c-format
   3539 msgid "Unknown location list entry type 0x%x.\n"
   3540 msgstr "     0x%x.\n"
   3541 
   3542 #: dwarf.c:7260
   3543 #, c-format
   3544 msgid "Table at Offset %#<PRIx64>\n"
   3545 msgstr "   %#<PRIx64>\n"
   3546 
   3547 #: dwarf.c:7276 dwarf.c:8299
   3548 #, c-format
   3549 msgid "  Length:          %#<PRIx64>\n"
   3550 msgstr "  :          %#<PRIx64>\n"
   3551 
   3552 #: dwarf.c:7277 dwarf.c:8300
   3553 #, c-format
   3554 msgid "  DWARF version:   %u\n"
   3555 msgstr "  DWARF :   %u\n"
   3556 
   3557 #: dwarf.c:7278 dwarf.c:8301
   3558 #, c-format
   3559 msgid "  Address size:    %u\n"
   3560 msgstr "   :    %u\n"
   3561 
   3562 #: dwarf.c:7279 dwarf.c:8302
   3563 #, c-format
   3564 msgid "  Segment size:    %u\n"
   3565 msgstr "   :    %u\n"
   3566 
   3567 #: dwarf.c:7280 dwarf.c:8303
   3568 #, c-format
   3569 msgid "  Offset entries:  %u\n"
   3570 msgstr "   :  %u\n"
   3571 
   3572 #: dwarf.c:7284
   3573 #, c-format
   3574 msgid "The %s section contains an unsupported segment selector size: %d.\n"
   3575 msgstr " %s     : %d.\n"
   3576 
   3577 #: dwarf.c:7292
   3578 #, c-format
   3579 msgid ""
   3580 "\n"
   3581 "   Offset Entries starting at %#tx:\n"
   3582 msgstr ""
   3583 "\n"
   3584 "       %#tx:\n"
   3585 
   3586 #: dwarf.c:7300 dwarf.c:8330
   3587 #, c-format
   3588 msgid "    [%6u] %#<PRIx64>\n"
   3589 msgstr "    [%6u] %#<PRIx64>\n"
   3590 
   3591 #: dwarf.c:7339 dwarf.c:7619 dwarf.c:7836 dwarf.c:7960 dwarf.c:8368
   3592 #, c-format
   3593 msgid ""
   3594 "\n"
   3595 "The %s section is empty.\n"
   3596 msgstr ""
   3597 "\n"
   3598 " %s  .\n"
   3599 
   3600 #: dwarf.c:7359
   3601 #, c-format
   3602 msgid "The %s section contains corrupt or unsupported version number: %d.\n"
   3603 msgstr " %s      : %d.\n"
   3604 
   3605 #: dwarf.c:7386 dwarf.c:7842 dwarf.c:8376
   3606 #, c-format
   3607 msgid "Unable to load/parse the .debug_info section, so cannot interpret the %s section.\n"
   3608 msgstr "   /  .debug_info,        %s.\n"
   3609 
   3610 #: dwarf.c:7434
   3611 msgid "No location lists in .debug_info section!\n"
   3612 msgstr "     .debug_info!\n"
   3613 
   3614 #: dwarf.c:7442
   3615 #, c-format
   3616 msgid ""
   3617 " Warning: This section has relocations - addresses seen here may not be accurate.\n"
   3618 "\n"
   3619 msgstr ""
   3620 " :           .\n"
   3621 "\n"
   3622 
   3623 #: dwarf.c:7445 dwarf.c:7494
   3624 #, c-format
   3625 msgid "    Offset   Begin            End              Expression\n"
   3626 msgstr "                      \n"
   3627 
   3628 #: dwarf.c:7533 dwarf.c:7537
   3629 #, c-format
   3630 msgid "There is a hole [%#tx - %#<PRIx64>] in %s section.\n"
   3631 msgstr "  [%#tx  %#<PRIx64>]   %s.\n"
   3632 
   3633 #: dwarf.c:7542
   3634 #, c-format
   3635 msgid "There is an overlap [%#tx - %#<PRIx64>] in %s section.\n"
   3636 msgstr "  [%#tx  %#<PRIx64>]   %s.\n"
   3637 
   3638 #: dwarf.c:7550
   3639 #, c-format
   3640 msgid "Offset %#<PRIx64> is bigger than %s section size.\n"
   3641 msgstr " %#<PRIx64>      %s.\n"
   3642 
   3643 #: dwarf.c:7557
   3644 #, c-format
   3645 msgid "View Offset %#<PRIx64> is bigger than %s section size.\n"
   3646 msgstr "  %#<PRIx64>      %s.\n"
   3647 
   3648 #: dwarf.c:7574
   3649 msgid "DWO is not yet supported.\n"
   3650 msgstr "DWO   .\n"
   3651 
   3652 #: dwarf.c:7591
   3653 msgid "Hole and overlap detection requires adjacent view lists and loclists.\n"
   3654 msgstr "          .\n"
   3655 
   3656 #: dwarf.c:7600
   3657 #, c-format
   3658 msgid "There is %ld unused byte at the end of section %s\n"
   3659 msgid_plural "There are %ld unused bytes at the end of section %s\n"
   3660 msgstr[0] " %ld      %s\n"
   3661 msgstr[1] " %ld      %s\n"
   3662 msgstr[2] " %ld      %s\n"
   3663 
   3664 #: dwarf.c:7724
   3665 #, c-format
   3666 msgid "Debug info is corrupted, %s header at %#<PRIx64> has length %#<PRIx64>\n"
   3667 msgstr "   , %s   %#<PRIx64>   %#<PRIx64>\n"
   3668 
   3669 #: dwarf.c:7752
   3670 msgid "Only DWARF 2 and 3 aranges are currently supported.\n"
   3671 msgstr "  2  3    .\n"
   3672 
   3673 #: dwarf.c:7756
   3674 #, c-format
   3675 msgid "  Length:                   %<PRId64>\n"
   3676 msgstr "  :                  %<PRId64>\n"
   3677 
   3678 #: dwarf.c:7757
   3679 #, c-format
   3680 msgid "  Version:                  %d\n"
   3681 msgstr "  :                  %d\n"
   3682 
   3683 #: dwarf.c:7758
   3684 #, c-format
   3685 msgid "  Offset into .debug_info:  %#<PRIx64>\n"
   3686 msgstr "    .debug_info: %#<PRIx64>\n"
   3687 
   3688 #: dwarf.c:7760
   3689 #, c-format
   3690 msgid "  Pointer Size:             %d\n"
   3691 msgstr "   :     %d\n"
   3692 
   3693 #: dwarf.c:7761
   3694 #, c-format
   3695 msgid "  Segment Size:             %d\n"
   3696 msgstr "   :        %d\n"
   3697 
   3698 #: dwarf.c:7768
   3699 #, c-format
   3700 msgid "Invalid address size in %s section!\n"
   3701 msgstr "     %s!\n"
   3702 
   3703 #: dwarf.c:7778
   3704 msgid "Pointer size + Segment size is not a power of two.\n"
   3705 msgstr "  +     .\n"
   3706 
   3707 #: dwarf.c:7783
   3708 #, c-format
   3709 msgid ""
   3710 "\n"
   3711 "    Address            Length\n"
   3712 msgstr ""
   3713 "\n"
   3714 "                 \n"
   3715 
   3716 #: dwarf.c:7785
   3717 #, c-format
   3718 msgid ""
   3719 "\n"
   3720 "    Address    Length\n"
   3721 msgstr ""
   3722 "\n"
   3723 "         \n"
   3724 
   3725 #: dwarf.c:7862
   3726 #, c-format
   3727 msgid "Corrupt address base (%#<PRIx64>) found in debug section %u\n"
   3728 msgstr "   (%#<PRIx64>)      %u\n"
   3729 
   3730 #: dwarf.c:7880
   3731 #, c-format
   3732 msgid "  For compilation unit at offset %#<PRIx64>:\n"
   3733 msgstr "       %#<PRIx64>:\n"
   3734 
   3735 #: dwarf.c:7883
   3736 #, c-format
   3737 msgid "\tIndex\tAddress\n"
   3738 msgstr "\t\t\n"
   3739 
   3740 #: dwarf.c:7895
   3741 #, c-format
   3742 msgid "Corrupt %s section: expecting header size of 8 or 16, but found %zd instead\n"
   3743 msgstr "  %s:    8  16,   %zd\n"
   3744 
   3745 #: dwarf.c:7906
   3746 #, c-format
   3747 msgid "Corrupt %s section: unit_length field of %#<PRIx64> is invalid\n"
   3748 msgstr "  %s:  unit_length  %#<PRIx64>  \n"
   3749 
   3750 #: dwarf.c:7913
   3751 #, c-format
   3752 msgid "Corrupt %s section: expecting version number 5 in header but found %d instead\n"
   3753 msgstr "  %s:    5  ,   %d\n"
   3754 
   3755 #: dwarf.c:7928
   3756 #, c-format
   3757 msgid "Corrupt %s section: address size (%x) is wrong\n"
   3758 msgstr " %s :   (%x)  \n"
   3759 
   3760 #: dwarf.c:7936
   3761 #, c-format
   3762 msgid "\t%d:\t"
   3763 msgstr "\t%d:\t"
   3764 
   3765 #: dwarf.c:8008 dwarf.c:8032
   3766 #, c-format
   3767 msgid "    Length: %#<PRIx64>\n"
   3768 msgstr "    : %#<PRIx64>\n"
   3769 
   3770 #: dwarf.c:8009 dwarf.c:8034
   3771 #, c-format
   3772 msgid "       Index   Offset [String]\n"
   3773 msgstr "           []\n"
   3774 
   3775 #: dwarf.c:8017
   3776 #, c-format
   3777 msgid "Section %s is too small %#<PRIx64>\n"
   3778 msgstr " %s    %#<PRIx64>\n"
   3779 
   3780 #: dwarf.c:8025
   3781 #, c-format
   3782 msgid "Unexpected version number in str_offset header: %#x\n"
   3783 msgstr "      : %#x\n"
   3784 
   3785 #: dwarf.c:8030
   3786 #, c-format
   3787 msgid "Unexpected value in str_offset header's padding field: %#x\n"
   3788 msgstr "       : %#x\n"
   3789 
   3790 #: dwarf.c:8033
   3791 #, c-format
   3792 msgid "    Version: %#x\n"
   3793 msgstr "    : %#x\n"
   3794 
   3795 #: dwarf.c:8155
   3796 #, c-format
   3797 msgid "Range list starting at offset %#<PRIx64> is not terminated.\n"
   3798 msgstr "      %#<PRIx64>  .\n"
   3799 
   3800 #: dwarf.c:8173
   3801 #, c-format
   3802 msgid "(base address index) "
   3803 msgstr "(  ) "
   3804 
   3805 #: dwarf.c:8213
   3806 #, c-format
   3807 msgid "Invalid range list entry type %d\n"
   3808 msgstr "     %d\n"
   3809 
   3810 #: dwarf.c:8281
   3811 #, c-format
   3812 msgid "The length field (%#<PRIx64>) in the debug_rnglists header is wrong - the section is too small\n"
   3813 msgstr "  (%#<PRIx64>)   _      \n"
   3814 
   3815 #: dwarf.c:8298
   3816 #, c-format
   3817 msgid " Table at Offset: %#<PRIx64>:\n"
   3818 msgstr "   : %#<PRIx64>:\n"
   3819 
   3820 #: dwarf.c:8316
   3821 msgid "Only DWARF version 5+ debug_rnglists info is currently supported.\n"
   3822 msgstr " DWARF  5+ __   .\n"
   3823 
   3824 #: dwarf.c:8323
   3825 #, c-format
   3826 msgid ""
   3827 "\n"
   3828 "   Offsets starting at %#tx:\n"
   3829 msgstr ""
   3830 "\n"
   3831 "      %#tx:\n"
   3832 
   3833 #. This can happen when the file was compiled with -gsplit-debug
   3834 #. which removes references to range lists from the primary .o file.
   3835 #: dwarf.c:8390
   3836 #, c-format
   3837 msgid "No range lists referenced by .debug_info section.\n"
   3838 msgstr "      .debug_info.\n"
   3839 
   3840 #: dwarf.c:8419
   3841 #, c-format
   3842 msgid "Range lists in %s section start at %#<PRIx64>\n"
   3843 msgstr "    %s   %#<PRIx64>\n"
   3844 
   3845 #: dwarf.c:8424 dwarf.c:8459
   3846 #, c-format
   3847 msgid "    Offset   Begin    End\n"
   3848 msgstr "         \n"
   3849 
   3850 #: dwarf.c:8442
   3851 #, c-format
   3852 msgid "Corrupt pointer size (%d) in debug entry at offset %#<PRIx64>\n"
   3853 msgstr "   (%d)      %#<PRIx64>\n"
   3854 
   3855 #: dwarf.c:8449
   3856 #, c-format
   3857 msgid "Corrupt offset (%#<PRIx64>) in range entry %u\n"
   3858 msgstr "  (%#<PRIx64>)    %u\n"
   3859 
   3860 #: dwarf.c:8476
   3861 #, c-format
   3862 msgid "There is a hole [%#tx - %#tx] in %s section.\n"
   3863 msgstr "  [%#tx  %#tx]   %s.\n"
   3864 
   3865 #: dwarf.c:8482
   3866 #, c-format
   3867 msgid "There is an overlap [%#tx - %#tx] in %s section.\n"
   3868 msgstr "  [%#tx  %#tx]   %s.\n"
   3869 
   3870 #: dwarf.c:8567
   3871 #, c-format
   3872 msgid "Unfeasibly large register number: %u\n"
   3873 msgstr "   : %u\n"
   3874 
   3875 #: dwarf.c:8581
   3876 #, c-format
   3877 msgid "Out of memory allocating %u columns in dwarf frame arrays\n"
   3878 msgstr "     %u    dwarf \n"
   3879 
   3880 #: dwarf.c:9077
   3881 msgid "No terminator for augmentation name\n"
   3882 msgstr "    \n"
   3883 
   3884 #: dwarf.c:9095
   3885 #, c-format
   3886 msgid "Invalid pointer size (%d) in CIE data\n"
   3887 msgstr "   (%d)  CIE \n"
   3888 
   3889 #: dwarf.c:9103
   3890 #, c-format
   3891 msgid "Invalid segment size (%d) in CIE data\n"
   3892 msgstr "   (%d)  CIE \n"
   3893 
   3894 #: dwarf.c:9139 dwarf.c:9770
   3895 #, c-format
   3896 msgid "Augmentation data too long: %#<PRIx64>, expected at most %#tx\n"
   3897 msgstr "   : %#<PRIx64>,   %#tx\n"
   3898 
   3899 #: dwarf.c:9224
   3900 #, c-format
   3901 msgid "  Augmentation data:    "
   3902 msgstr "   :    "
   3903 
   3904 #: dwarf.c:9382
   3905 msgid ".eh_frame_hdr section is too small\n"
   3906 msgstr " .eh_frame_hdr   .\n"
   3907 
   3908 #: dwarf.c:9389
   3909 #, c-format
   3910 msgid "Unsupported .eh_frame_hdr version %u\n"
   3911 msgstr " .eh_frame_hdr  %u\n"
   3912 
   3913 #: dwarf.c:9393 dwarf.c:11324
   3914 #, c-format
   3915 msgid "  Version:                 %u\n"
   3916 msgstr "  :                 %u\n"
   3917 
   3918 #. Strictly speaking this is the encoding format of the eh_frame_ptr field below.
   3919 #: dwarf.c:9397
   3920 #, c-format
   3921 msgid "  Pointer Encoding Format: %#x (%s)\n"
   3922 msgstr "    : %#x (%s)\n"
   3923 
   3924 #: dwarf.c:9400
   3925 #, c-format
   3926 msgid "  Count Encoding Format:   %#x (%s)\n"
   3927 msgstr "    :   %#x (%s)\n"
   3928 
   3929 #: dwarf.c:9403
   3930 #, c-format
   3931 msgid "  Table Encoding Format:   %#x (%s)\n"
   3932 msgstr "    :   %#x (%s)\n"
   3933 
   3934 #: dwarf.c:9412
   3935 msgid "unable to read eh_frame_ptr field in .eh_frame_hdr section\n"
   3936 msgstr "     eh_frame_ptr   .eh_frame_hdr\n"
   3937 
   3938 #: dwarf.c:9415
   3939 #, c-format
   3940 msgid "  Start of frame section:  %#<PRIx64>"
   3941 msgstr "    :  %#<PRIx64>"
   3942 
   3943 #: dwarf.c:9419
   3944 #, c-format
   3945 msgid " (offset: %#<PRIx64>)"
   3946 msgstr " (: %#<PRIx64>)"
   3947 
   3948 #: dwarf.c:9426
   3949 msgid "It is suspicious to have a .eh_frame_hdr section with an empty search table\n"
   3950 msgstr "   .eh_frame_hdr     \n"
   3951 
   3952 #: dwarf.c:9432
   3953 msgid "The count field format should be absolute, not relative to an address\n"
   3954 msgstr "          \n"
   3955 
   3956 #: dwarf.c:9439
   3957 msgid "unable to read fde_count field in .eh_frame_hdr section\n"
   3958 msgstr "     fde_count   .eh_frame_hdr\n"
   3959 
   3960 #: dwarf.c:9442
   3961 #, c-format
   3962 msgid "  Entries in search table: %#<PRIx64>"
   3963 msgstr "     : %#<PRIx64>"
   3964 
   3965 #: dwarf.c:9448
   3966 msgid "It is suspicious to have a .eh_frame_hdr section an empty table but a non empty count field\n"
   3967 msgstr "   .eh_frame_hdr          \n"
   3968 
   3969 #: dwarf.c:9462
   3970 #, c-format
   3971 msgid "Failed to read location field for entry %#<PRIx64> in the .eh_frame_hdr's search table\n"
   3972 msgstr "        %#<PRIx64>  .eh_frame_hdr  \n"
   3973 
   3974 #: dwarf.c:9470
   3975 #, c-format
   3976 msgid "Failed to read address field for entry %#<PRIx64> in the .eh_frame_hdr's search table\n"
   3977 msgstr "        %#<PRIx64>  .eh_frame_hdr  \n"
   3978 
   3979 #: dwarf.c:9499
   3980 msgid "bad register: "
   3981 msgstr " : "
   3982 
   3983 #: dwarf.c:9670
   3984 msgid "Failed to read CIE information\n"
   3985 msgstr "    CIE \n"
   3986 
   3987 #: dwarf.c:9681 dwarf.c:9702 dwarf.c:9731
   3988 msgid "Invalid max register\n"
   3989 msgstr "  \n"
   3990 
   3991 #. PR 17512: file: 9e196b3e.
   3992 #: dwarf.c:9746
   3993 #, c-format
   3994 msgid "Probably corrupt segment size: %d - using 4 instead\n"
   3995 msgstr "    : %d   4\n"
   3996 
   3997 #. Ideally translate "invalid " to 8 chars, trailing space
   3998 #. is optional.
   3999 #: dwarf.c:9790
   4000 #, c-format
   4001 msgid "cie=invalid "
   4002 msgstr "cie= "
   4003 
   4004 #: dwarf.c:10224
   4005 msgid "Invalid column number in saved frame state\n"
   4006 msgstr "      \n"
   4007 
   4008 #: dwarf.c:10274 dwarf.c:10298
   4009 #, c-format
   4010 msgid "  %s: <corrupt len %<PRIu64>>\n"
   4011 msgstr "  %s: <  %<PRIu64>>\n"
   4012 
   4013 #: dwarf.c:10447
   4014 #, c-format
   4015 msgid "  DW_CFA_??? (User defined call frame op: %#x)\n"
   4016 msgstr "  DW_CFA_??? (      : %#x)\n"
   4017 
   4018 #: dwarf.c:10449
   4019 #, c-format
   4020 msgid "Unsupported or unknown Dwarf Call Frame Instruction number: %#x\n"
   4021 msgstr "    Dwarf Call Frame: %#x\n"
   4022 
   4023 #: dwarf.c:10553
   4024 #, c-format
   4025 msgid "Debug info is corrupted, %s header at %#tx has length %#<PRIx64>\n"
   4026 msgstr "   , %s   %#tx   %#<PRIx64>\n"
   4027 
   4028 #: dwarf.c:10562
   4029 #, c-format
   4030 msgid "Version %d\n"
   4031 msgstr " %d\n"
   4032 
   4033 #: dwarf.c:10568
   4034 msgid "Only DWARF version 5 .debug_names is currently supported.\n"
   4035 msgstr " DWARF  5 ._   .\n"
   4036 
   4037 #: dwarf.c:10575
   4038 #, c-format
   4039 msgid "Padding field of .debug_names must be 0 (found 0x%x)\n"
   4040 msgstr "   .debug_names   0 ( 0x%x)\n"
   4041 
   4042 #: dwarf.c:10580
   4043 msgid "Compilation unit count must be >= 1 in .debug_names\n"
   4044 msgstr "     >= 1  .debug_names\n"
   4045 
   4046 #: dwarf.c:10591
   4047 #, c-format
   4048 msgid "Augmentation string length %u must be rounded up to a multiple of 4 in .debug_names.\n"
   4049 msgstr "   %u      4  .debug_names.\n"
   4050 
   4051 #: dwarf.c:10599
   4052 #, c-format
   4053 msgid "Augmentation string:"
   4054 msgstr " :"
   4055 
   4056 #: dwarf.c:10626
   4057 #, c-format
   4058 msgid "CU table:\n"
   4059 msgstr " :\n"
   4060 
   4061 #: dwarf.c:10639
   4062 #, c-format
   4063 msgid "TU table:\n"
   4064 msgstr " :\n"
   4065 
   4066 #: dwarf.c:10652
   4067 #, c-format
   4068 msgid "Foreign TU table:\n"
   4069 msgstr "  :\n"
   4070 
   4071 #: dwarf.c:10661
   4072 #, c-format
   4073 msgid "[%3u] "
   4074 msgstr "[%3u] "
   4075 
   4076 #: dwarf.c:10672
   4077 #, c-format
   4078 msgid "Entry pool offset (%#<PRIx64>) exceeds unit size %#tx for unit %#tx in the debug_names\n"
   4079 msgstr "   (%#<PRIx64>)    %#tx   %#tx  _\n"
   4080 
   4081 #: dwarf.c:10700
   4082 #, c-format
   4083 msgid "Used %zu of %lu bucket.\n"
   4084 msgid_plural "Used %zu of %lu buckets.\n"
   4085 msgstr[0] "  %zu  %lu .\n"
   4086 msgstr[1] "  %zu  %lu .\n"
   4087 msgstr[2] "  %zu  %lu .\n"
   4088 
   4089 #: dwarf.c:10729
   4090 #, c-format
   4091 msgid "Out of %<PRIu64> items there are %zu bucket clashes (longest of %zu entries).\n"
   4092 msgstr " %<PRIu64>   %zu   (  %zu ).\n"
   4093 
   4094 #: dwarf.c:10734
   4095 #, c-format
   4096 msgid "The name_count (%<PRIu64>) is not the same as the used bucket_count (%zu) + the hash clash count (%zu)\n"
   4097 msgstr "  (%<PRIu64>)        (%zu) +    (%zu)\n"
   4098 
   4099 #: dwarf.c:10772
   4100 #, c-format
   4101 msgid "Duplicate abbreviation tag %<PRIu64> in unit %#tx in the debug_names section\n"
   4102 msgstr "   %<PRIu64>   %#tx   debug_names\n"
   4103 
   4104 #: dwarf.c:10794 dwarf.c:11097
   4105 #, c-format
   4106 msgid ""
   4107 "\n"
   4108 "Symbol table:\n"
   4109 msgstr ""
   4110 "\n"
   4111 " :\n"
   4112 
   4113 #: dwarf.c:10827
   4114 #, c-format
   4115 msgid "Invalid entry offset value: %<PRIx64>\n"
   4116 msgstr "   : %<PRIx64>\n"
   4117 
   4118 #: dwarf.c:10859
   4119 #, c-format
   4120 msgid "Undefined abbreviation tag %<PRId64> in unit %#tx in the debug_names section\n"
   4121 msgstr "   %<PRId64>   %#tx   debug_names\n"
   4122 
   4123 #: dwarf.c:10890
   4124 #, c-format
   4125 msgid " <no entries>"
   4126 msgstr " < >"
   4127 
   4128 #: dwarf.c:10922
   4129 msgid "The debuglink filename is corrupt/missing\n"
   4130 msgstr "       \n"
   4131 
   4132 #: dwarf.c:10926
   4133 #, c-format
   4134 msgid "  Separate debug info file: %s\n"
   4135 msgstr "     : %s\n"
   4136 
   4137 #: dwarf.c:10937
   4138 msgid "CRC offset missing/truncated\n"
   4139 msgstr "CRC     \n"
   4140 
   4141 #: dwarf.c:10943
   4142 #, c-format
   4143 msgid "  CRC value: %#x\n"
   4144 msgstr "  CRC : %#x\n"
   4145 
   4146 #: dwarf.c:10947
   4147 #, c-format
   4148 msgid "There are %#<PRIx64> extraneous bytes at the end of the section\n"
   4149 msgstr " %#<PRIx64>     \n"
   4150 
   4151 #: dwarf.c:10962
   4152 #, c-format
   4153 msgid "Build-ID is too short (%#zx bytes)\n"
   4154 msgstr "    (%#zx )\n"
   4155 
   4156 #: dwarf.c:10966
   4157 #, c-format
   4158 msgid "  Build-ID (%#zx bytes):"
   4159 msgstr "    (%#zx ):"
   4160 
   4161 #: dwarf.c:10998
   4162 #, c-format
   4163 msgid "Truncated header in the %s section.\n"
   4164 msgstr "    %s.\n"
   4165 
   4166 #: dwarf.c:11002
   4167 #, c-format
   4168 msgid "Version %lu\n"
   4169 msgstr " %lu\n"
   4170 
   4171 #: dwarf.c:11008
   4172 #, c-format
   4173 msgid "Unsupported version %lu.\n"
   4174 msgstr " %lu  .\n"
   4175 
   4176 #: dwarf.c:11012
   4177 msgid "The address table data in version 3 may be wrong.\n"
   4178 msgstr "        3.\n"
   4179 
   4180 #: dwarf.c:11014
   4181 msgid "Version 4 does not support case insensitive lookups.\n"
   4182 msgstr " 4       .\n"
   4183 
   4184 #: dwarf.c:11016
   4185 msgid "Version 5 does not include inlined functions.\n"
   4186 msgstr " 5    .\n"
   4187 
   4188 #: dwarf.c:11018
   4189 msgid "Version 6 does not include symbol attributes.\n"
   4190 msgstr " 6    .\n"
   4191 
   4192 #: dwarf.c:11046
   4193 #, c-format
   4194 msgid "Corrupt header in the %s section.\n"
   4195 msgstr "    %s.\n"
   4196 
   4197 #: dwarf.c:11062
   4198 #, c-format
   4199 msgid ""
   4200 "\n"
   4201 "CU table:\n"
   4202 msgstr ""
   4203 "\n"
   4204 " :\n"
   4205 
   4206 #: dwarf.c:11072
   4207 #, c-format
   4208 msgid ""
   4209 "\n"
   4210 "TU table:\n"
   4211 msgstr ""
   4212 "\n"
   4213 " :\n"
   4214 
   4215 #: dwarf.c:11085
   4216 #, c-format
   4217 msgid ""
   4218 "\n"
   4219 "Address table:\n"
   4220 msgstr ""
   4221 "\n"
   4222 " :\n"
   4223 
   4224 #: dwarf.c:11112
   4225 #, c-format
   4226 msgid "[%3u] <corrupt offset: %x>"
   4227 msgstr "[%3u] < : %x>"
   4228 
   4229 #: dwarf.c:11113
   4230 #, c-format
   4231 msgid "Corrupt name offset of 0x%x found for symbol table slot %d\n"
   4232 msgstr "    0x%x     %d\n"
   4233 
   4234 #: dwarf.c:11124
   4235 #, c-format
   4236 msgid "<invalid CU vector offset: %x>\n"
   4237 msgstr "<   : %x>\n"
   4238 
   4239 #: dwarf.c:11125
   4240 #, c-format
   4241 msgid "Corrupt CU vector offset of 0x%x found for symbol table slot %d\n"
   4242 msgstr "     0x%x     %d\n"
   4243 
   4244 #: dwarf.c:11136
   4245 #, c-format
   4246 msgid "Invalid number of CUs (0x%x) for symbol table slot %d\n"
   4247 msgstr "  - (0x%x)     %d\n"
   4248 
   4249 #: dwarf.c:11161
   4250 msgid "static"
   4251 msgstr ""
   4252 
   4253 #: dwarf.c:11161
   4254 msgid "global"
   4255 msgstr ""
   4256 
   4257 #: dwarf.c:11173
   4258 #, c-format
   4259 msgid ""
   4260 "\n"
   4261 "Shortcut table:\n"
   4262 msgstr ""
   4263 "\n"
   4264 " :\n"
   4265 
   4266 #: dwarf.c:11177
   4267 #, c-format
   4268 msgid "Corrupt shortcut table in the %s section.\n"
   4269 msgstr "     %s.\n"
   4270 
   4271 #: dwarf.c:11182
   4272 #, c-format
   4273 msgid "Language of main: "
   4274 msgstr " : "
   4275 
   4276 #: dwarf.c:11186
   4277 #, c-format
   4278 msgid "Name of main: "
   4279 msgstr " : "
   4280 
   4281 #: dwarf.c:11188
   4282 #, c-format
   4283 msgid "<unknown>\n"
   4284 msgstr "<>\n"
   4285 
   4286 #: dwarf.c:11194
   4287 #, c-format
   4288 msgid "<corrupt offset: %x>\n"
   4289 msgstr "< : %x>\n"
   4290 
   4291 #: dwarf.c:11195
   4292 #, c-format
   4293 msgid "Corrupt name offset of 0x%x found for name of main\n"
   4294 msgstr "    0x%x   \n"
   4295 
   4296 #: dwarf.c:11299
   4297 #, c-format
   4298 msgid "Section %s is empty\n"
   4299 msgstr " %s  \n"
   4300 
   4301 #: dwarf.c:11305
   4302 #, c-format
   4303 msgid "Section %s is too small to contain a CU/TU header\n"
   4304 msgstr " %s     / \n"
   4305 
   4306 #: dwarf.c:11326
   4307 #, c-format
   4308 msgid "  Number of columns:       %u\n"
   4309 msgstr "   :           %u\n"
   4310 
   4311 #: dwarf.c:11327
   4312 #, c-format
   4313 msgid "  Number of used entries:  %u\n"
   4314 msgstr "    :  %u\n"
   4315 
   4316 #: dwarf.c:11328
   4317 #, c-format
   4318 msgid ""
   4319 "  Number of slots:         %u\n"
   4320 "\n"
   4321 msgstr ""
   4322 "   :        %u\n"
   4323 "\n"
   4324 
   4325 #: dwarf.c:11335
   4326 #, c-format
   4327 msgid "Section %s is too small for %u slot\n"
   4328 msgid_plural "Section %s is too small for %u slots\n"
   4329 msgstr[0] " %s    %u \n"
   4330 msgstr[1] " %s    %u \n"
   4331 msgstr[2] " %s    %u \n"
   4332 
   4333 #: dwarf.c:11368
   4334 msgid "Section index pool located before start of section\n"
   4335 msgstr "       \n"
   4336 
   4337 #: dwarf.c:11372
   4338 #, c-format
   4339 msgid "  [%3d] Signature:  %#<PRIx64>  Sections: "
   4340 msgstr "  [%3d] :  %#<PRIx64>  : "
   4341 
   4342 #: dwarf.c:11378
   4343 #, c-format
   4344 msgid "Section %s too small for shndx pool\n"
   4345 msgstr " %s    shndx \n"
   4346 
   4347 #: dwarf.c:11421
   4348 #, c-format
   4349 msgid "Section %s too small for offset and size tables\n"
   4350 msgstr " %s       \n"
   4351 
   4352 #: dwarf.c:11428
   4353 #, c-format
   4354 msgid "  Offset table\n"
   4355 msgstr "   \n"
   4356 
   4357 #: dwarf.c:11430 dwarf.c:11517
   4358 msgid "signature"
   4359 msgstr ""
   4360 
   4361 #: dwarf.c:11430 dwarf.c:11517
   4362 msgid "dwo_id"
   4363 msgstr "dwo_id"
   4364 
   4365 #: dwarf.c:11469
   4366 #, c-format
   4367 msgid "Row index (%u) is larger than number of used entries (%u)\n"
   4368 msgstr "  (%u)       (%u)\n"
   4369 
   4370 #: dwarf.c:11497 dwarf.c:11568
   4371 #, c-format
   4372 msgid "Overlarge Dwarf section index detected: %u\n"
   4373 msgstr "    dwarf : %u\n"
   4374 
   4375 #: dwarf.c:11515
   4376 #, c-format
   4377 msgid "  Size table\n"
   4378 msgstr "   \n"
   4379 
   4380 #: dwarf.c:11554
   4381 #, c-format
   4382 msgid "Too many rows/columns in DWARF index section %s\n"
   4383 msgstr " /  DWARF   %s\n"
   4384 
   4385 #: dwarf.c:11583
   4386 #, c-format
   4387 msgid "  Unsupported version (%d)\n"
   4388 msgstr "    (%d)\n"
   4389 
   4390 #: dwarf.c:11655
   4391 #, c-format
   4392 msgid "Displaying the debug contents of section %s is not yet supported.\n"
   4393 msgstr "    %s   .\n"
   4394 
   4395 #: dwarf.c:11686
   4396 #, c-format
   4397 msgid "Attempt to allocate an array with an excessive number of elements: %#<PRIx64>\n"
   4398 msgstr "       : %#<PRIx64>\n"
   4399 
   4400 #: dwarf.c:11704
   4401 #, c-format
   4402 msgid "Attempt to re-allocate an array with an excessive number of elements: %#<PRIx64>\n"
   4403 msgstr "        : %#<PRIx64>\n"
   4404 
   4405 #: dwarf.c:11720
   4406 #, c-format
   4407 msgid "Attempt to allocate a zero'ed array with an excessive number of elements: %#<PRIx64>\n"
   4408 msgstr "        : %#<PRIx64>\n"
   4409 
   4410 #: dwarf.c:11818
   4411 #, c-format
   4412 msgid "Unable to reopen separate debug info file: %s\n"
   4413 msgstr "        : %s\n"
   4414 
   4415 #: dwarf.c:11830
   4416 #, c-format
   4417 msgid "Separate debug info file %s found, but CRC does not match - ignoring\n"
   4418 msgstr "     %s,  CRC    \n"
   4419 
   4420 #: dwarf.c:12010
   4421 #, c-format
   4422 msgid "Corrupt debuglink section: %s\n"
   4423 msgstr "   : %s\n"
   4424 
   4425 #: dwarf.c:12049 elfcomm.c:295 elfcomm.c:320 elfcomm.c:794
   4426 msgid "Out of memory\n"
   4427 msgstr "  \n"
   4428 
   4429 #. Failed to find the file.
   4430 #: dwarf.c:12125
   4431 #, c-format
   4432 msgid "could not find separate debug file '%s'\n"
   4433 msgstr "       %s\n"
   4434 
   4435 #: dwarf.c:12127 dwarf.c:12132 dwarf.c:12138 dwarf.c:12142 dwarf.c:12147
   4436 #: dwarf.c:12150 dwarf.c:12153 dwarf.c:12156
   4437 #, c-format
   4438 msgid "tried: %s\n"
   4439 msgstr " %s\n"
   4440 
   4441 #: dwarf.c:12166
   4442 #, c-format
   4443 msgid "tried: DEBUGINFOD_URLS=%s\n"
   4444 msgstr ": DEBUGINFOD_URLS=%s\n"
   4445 
   4446 #: dwarf.c:12194
   4447 #, c-format
   4448 msgid "failed to open separate debug file: %s\n"
   4449 msgstr "      : %s\n"
   4450 
   4451 #: dwarf.c:12203
   4452 #, c-format
   4453 msgid ""
   4454 "\n"
   4455 "%s: Found separate debug info file: %s\n"
   4456 msgstr ""
   4457 "\n"
   4458 "%s:     : %s\n"
   4459 
   4460 #: dwarf.c:12226
   4461 msgid "Out of memory allocating dwo filename\n"
   4462 msgstr "     dwo  \n"
   4463 
   4464 #: dwarf.c:12232
   4465 #, c-format
   4466 msgid "Unable to load dwo file: %s\n"
   4467 msgstr "    dwo : %s\n"
   4468 
   4469 #. FIXME: We should check the dwo_id.
   4470 #: dwarf.c:12239
   4471 #, c-format
   4472 msgid ""
   4473 "%s: Found separate debug object file: %s\n"
   4474 "\n"
   4475 msgstr ""
   4476 "%s:     : %s\n"
   4477 "\n"
   4478 
   4479 #: dwarf.c:12271
   4480 msgid "Unable to load the .note.gnu.build-id section\n"
   4481 msgstr "     .note.gnu.build-id\n"
   4482 
   4483 #: dwarf.c:12277
   4484 msgid ".note.gnu.build-id section is corrupt/empty\n"
   4485 msgstr " .note.gnu.build-id  /\n"
   4486 
   4487 #: dwarf.c:12298
   4488 msgid ".note.gnu.build-id data size is too small\n"
   4489 msgstr "  .note.gnu.build-id  \n"
   4490 
   4491 #: dwarf.c:12304
   4492 msgid ".note.gnu.build-id data size is too big\n"
   4493 msgstr "  .note.gnu.build-id  \n"
   4494 
   4495 #: dwarf.c:12365
   4496 msgid ".debug_sup section is corrupt/empty\n"
   4497 msgstr " .debug_sup  /\n"
   4498 
   4499 #: dwarf.c:12375
   4500 msgid "filename in .debug_sup section is corrupt\n"
   4501 msgstr "   .debug_sup   \n"
   4502 
   4503 #: dwarf.c:12392
   4504 #, c-format
   4505 msgid "unable to open file '%s' referenced from .debug_sup section\n"
   4506 msgstr "     %s   .debug_sup \n"
   4507 
   4508 #: dwarf.c:12397
   4509 #, c-format
   4510 msgid ""
   4511 "%s: Found supplementary debug file: %s\n"
   4512 "\n"
   4513 msgstr ""
   4514 "%s:    : %s\n"
   4515 "\n"
   4516 
   4517 #: dwarf.c:12498
   4518 msgid "Multiple DWO_NAMEs encountered for the same CU\n"
   4519 msgstr "   DWO_NAME-   \n"
   4520 
   4521 #: dwarf.c:12510
   4522 msgid "multiple DWO_IDs encountered for the same CU\n"
   4523 msgstr "   DWO_ID-   \n"
   4524 
   4525 #: dwarf.c:12515
   4526 msgid "Unexpected DWO INFO type"
   4527 msgstr " DWO INFO "
   4528 
   4529 #: dwarf.c:12530
   4530 #, c-format
   4531 msgid ""
   4532 "The %s section contains link(s) to dwo file(s):\n"
   4533 "\n"
   4534 msgstr ""
   4535 " %s    dwo :\n"
   4536 "\n"
   4537 
   4538 #: dwarf.c:12535
   4539 #, c-format
   4540 msgid "  Name:      %s\n"
   4541 msgstr "  :        %s\n"
   4542 
   4543 #: dwarf.c:12536
   4544 #, c-format
   4545 msgid "  Directory: %s\n"
   4546 msgstr "  : %s\n"
   4547 
   4548 #: dwarf.c:12536
   4549 msgid "<not-found>"
   4550 msgstr "< >"
   4551 
   4552 #: dwarf.c:12538
   4553 #, c-format
   4554 msgid "  ID:       "
   4555 msgstr "  :       "
   4556 
   4557 #: dwarf.c:12540
   4558 #, c-format
   4559 msgid "  ID:        <not specified>\n"
   4560 msgstr "  :        < >\n"
   4561 
   4562 #: dwarf.c:12697
   4563 #, c-format
   4564 msgid "Unrecognized debug option '%s'\n"
   4565 msgstr "   %s\n"
   4566 
   4567 #: dwarf.c:12741
   4568 #, c-format
   4569 msgid "Unrecognized debug letter option '%c'\n"
   4570 msgstr "    %c\n"
   4571 
   4572 #: dwarf.h:282
   4573 msgid "end of data encountered whilst reading LEB\n"
   4574 msgstr "      LEB-\n"
   4575 
   4576 #: dwarf.h:284
   4577 msgid "read LEB value is too large to store in destination variable\n"
   4578 msgstr "  LEB-       \n"
   4579 
   4580 #: elfcomm.c:47
   4581 #, c-format
   4582 msgid "%s: Error: "
   4583 msgstr "%s: : "
   4584 
   4585 #: elfcomm.c:61
   4586 #, c-format
   4587 msgid "%s: Warning: "
   4588 msgstr "%s: : "
   4589 
   4590 #: elfcomm.c:75
   4591 #, c-format
   4592 msgid "%s: Info: "
   4593 msgstr "%s: : "
   4594 
   4595 #: elfcomm.c:87 elfcomm.c:102 elfcomm.c:172 elfcomm.c:235
   4596 #, c-format
   4597 msgid "Unhandled data length: %d\n"
   4598 msgstr "  : %d\n"
   4599 
   4600 #: elfcomm.c:312
   4601 #, c-format
   4602 msgid "Abnormal length of thin archive member name: %lx\n"
   4603 msgstr "     : %lx\n"
   4604 
   4605 #: elfcomm.c:356
   4606 #, c-format
   4607 msgid "%s: invalid archive header size: %ld\n"
   4608 msgstr "%s:    : %ld\n"
   4609 
   4610 #: elfcomm.c:369
   4611 #, c-format
   4612 msgid "%s: failed to skip archive symbol table\n"
   4613 msgstr "%s:       \n"
   4614 
   4615 #: elfcomm.c:388
   4616 #, c-format
   4617 msgid "%s: the archive index is empty\n"
   4618 msgstr "%s:    \n"
   4619 
   4620 #: elfcomm.c:396 elfcomm.c:425
   4621 #, c-format
   4622 msgid "%s: failed to read archive index\n"
   4623 msgstr "%s:      \n"
   4624 
   4625 #: elfcomm.c:407
   4626 #, c-format
   4627 msgid "%s: the archive index is supposed to have 0x%lx entries of %d bytes, but the size is only 0x%lx\n"
   4628 msgstr "%s:       0x%lx   %d ,     0x%lx\n"
   4629 
   4630 #: elfcomm.c:417
   4631 msgid "Out of memory whilst trying to read archive symbol index\n"
   4632 msgstr "          \n"
   4633 
   4634 #: elfcomm.c:437
   4635 msgid "Out of memory whilst trying to convert the archive symbol index\n"
   4636 msgstr "          \n"
   4637 
   4638 #: elfcomm.c:450
   4639 #, c-format
   4640 msgid "%s: the archive has an index but no symbols\n"
   4641 msgstr "%s:       \n"
   4642 
   4643 #: elfcomm.c:458
   4644 msgid "Out of memory whilst trying to read archive index symbol table\n"
   4645 msgstr "           \n"
   4646 
   4647 #: elfcomm.c:466
   4648 #, c-format
   4649 msgid "%s: failed to read archive index symbol table\n"
   4650 msgstr "%s:        \n"
   4651 
   4652 #: elfcomm.c:476
   4653 #, c-format
   4654 msgid "%s: failed to read archive header following archive index\n"
   4655 msgstr "%s:         \n"
   4656 
   4657 #: elfcomm.c:509
   4658 #, c-format
   4659 msgid "%s: failed to seek to first archive header\n"
   4660 msgstr "%s:        \n"
   4661 
   4662 #. PR 24049 - we cannot use filedata->file_name as this will
   4663 #. have already been freed.
   4664 #: elfcomm.c:518 elfcomm.c:752 elfedit.c:613 readelf.c:24034
   4665 #, c-format
   4666 msgid "%s: failed to read archive header\n"
   4667 msgstr "%s:      \n"
   4668 
   4669 #: elfcomm.c:535
   4670 #, c-format
   4671 msgid "%s has no archive index\n"
   4672 msgstr "%s   \n"
   4673 
   4674 #: elfcomm.c:547
   4675 #, c-format
   4676 msgid "%s: long name table is too small, (size = %<PRId64>)\n"
   4677 msgstr "%s:     , ( = %<PRId64>)\n"
   4678 
   4679 #: elfcomm.c:555
   4680 #, c-format
   4681 msgid "%s: long name table is too big, (size = %#<PRIx64>)\n"
   4682 msgstr "%s:     , ( = %<PRIx64>)\n"
   4683 
   4684 #: elfcomm.c:566
   4685 msgid "Out of memory reading long symbol names in archive\n"
   4686 msgstr "          \n"
   4687 
   4688 #: elfcomm.c:574
   4689 #, c-format
   4690 msgid "%s: failed to read long symbol name string table\n"
   4691 msgstr "%s:         \n"
   4692 
   4693 #: elfcomm.c:657
   4694 msgid "Archive member uses long names, but no longname table found\n"
   4695 msgstr "    ,      \n"
   4696 
   4697 #: elfcomm.c:671
   4698 #, c-format
   4699 msgid "Found long name index (%ld) beyond end of long name table\n"
   4700 msgstr "    (%ld)     \n"
   4701 
   4702 #: elfcomm.c:690
   4703 msgid "Invalid Thin archive member name\n"
   4704 msgstr "    \n"
   4705 
   4706 #: elfcomm.c:746
   4707 #, c-format
   4708 msgid "%s: failed to seek to next file name\n"
   4709 msgstr "%s:        \n"
   4710 
   4711 #: elfcomm.c:757 elfedit.c:620 readelf.c:24041
   4712 #, c-format
   4713 msgid "%s: did not find a valid archive header\n"
   4714 msgstr "%s:     \n"
   4715 
   4716 #: elfedit.c:93
   4717 #, c-format
   4718 msgid "%s: Not an i386 nor x86-64 ELF file\n"
   4719 msgstr "%s:  i386  x86-64  \n"
   4720 
   4721 #: elfedit.c:99
   4722 #, c-format
   4723 msgid "%s: stat () failed\n"
   4724 msgstr "%s:   stat ()\n"
   4725 
   4726 #: elfedit.c:107
   4727 #, c-format
   4728 msgid "%s: mmap () failed\n"
   4729 msgstr "%s:   mmap ()\n"
   4730 
   4731 #: elfedit.c:246
   4732 #, c-format
   4733 msgid "%s: Invalid PT_NOTE segment\n"
   4734 msgstr "%s:  PT_NOTE \n"
   4735 
   4736 #: elfedit.c:271
   4737 #, c-format
   4738 msgid "Unknown x86 feature: %s\n"
   4739 msgstr " x86 : %s\n"
   4740 
   4741 #: elfedit.c:319
   4742 #, c-format
   4743 msgid "%s: Unsupported EI_VERSION: %d is not %d\n"
   4744 msgstr "%s: EI_VERSION  : %d  %d\n"
   4745 
   4746 #: elfedit.c:340
   4747 #, c-format
   4748 msgid "%s: Unmatched input EI_CLASS: %d is not %d\n"
   4749 msgstr "%s:   EI_CLASS: %d  %d\n"
   4750 
   4751 #: elfedit.c:349
   4752 #, c-format
   4753 msgid "%s: Unmatched output EI_CLASS: %d is not %d\n"
   4754 msgstr "%s:   EI_CLASS: %d  %d\n"
   4755 
   4756 #: elfedit.c:358
   4757 #, c-format
   4758 msgid "%s: Unmatched e_machine: %d is not %d\n"
   4759 msgstr "%s: e_machine  : %d  %d\n"
   4760 
   4761 #: elfedit.c:369
   4762 #, c-format
   4763 msgid "%s: Unmatched e_type: %d is not %d\n"
   4764 msgstr "%s: e_type  : %d  %d\n"
   4765 
   4766 #: elfedit.c:380
   4767 #, c-format
   4768 msgid "%s: Unmatched EI_OSABI: %d is not %d\n"
   4769 msgstr "%s: EI_OSABI  : %d  %d\n"
   4770 
   4771 #: elfedit.c:392
   4772 #, c-format
   4773 msgid "%s: Unmatched EI_ABIVERSION: %d is not %d\n"
   4774 msgstr "%s: EI_ABIVERSION  : %d  %d\n"
   4775 
   4776 #: elfedit.c:429
   4777 #, c-format
   4778 msgid "%s: Failed to update ELF header: %s\n"
   4779 msgstr "%s:      : %s\n"
   4780 
   4781 #: elfedit.c:499
   4782 msgid ""
   4783 "This executable has been built without support for a\n"
   4784 "64 bit data type and so it cannot process 64 bit ELF files.\n"
   4785 msgstr ""
   4786 "       64- \n"
   4787 "       64-  .\n"
   4788 
   4789 #: elfedit.c:540
   4790 #, c-format
   4791 msgid "%s: Failed to read ELF header\n"
   4792 msgstr "%s:      \n"
   4793 
   4794 #: elfedit.c:547
   4795 #, c-format
   4796 msgid "%s: Failed to seek to ELF header\n"
   4797 msgstr "%s:       \n"
   4798 
   4799 #: elfedit.c:604 readelf.c:24022
   4800 #, c-format
   4801 msgid "%s: failed to seek to next archive header\n"
   4802 msgstr "%s:        \n"
   4803 
   4804 #: elfedit.c:635 elfedit.c:644 readelf.c:24054 readelf.c:24063
   4805 #, c-format
   4806 msgid "%s: bad archive file name\n"
   4807 msgstr "%s:    \n"
   4808 
   4809 #: elfedit.c:667 elfedit.c:778
   4810 #, c-format
   4811 msgid "Input file '%s' is not readable\n"
   4812 msgstr "  %s  \n"
   4813 
   4814 #: elfedit.c:694
   4815 #, c-format
   4816 msgid "%s: failed to seek to archive member\n"
   4817 msgstr "%s:       \n"
   4818 
   4819 #: elfedit.c:735 readelf.c:24182
   4820 #, c-format
   4821 msgid "'%s': No such file\n"
   4822 msgstr "%s:   \n"
   4823 
   4824 #: elfedit.c:737 readelf.c:24184
   4825 #, c-format
   4826 msgid "Could not locate '%s'.  System error message: %s\n"
   4827 msgstr "    %s.    : %s\n"
   4828 
   4829 #: elfedit.c:758 readelf.c:24191
   4830 #, c-format
   4831 msgid "'%s' is not an ordinary file\n"
   4832 msgstr "%s   \n"
   4833 
   4834 #: elfedit.c:784 readelf.c:24213
   4835 #, c-format
   4836 msgid "%s: Failed to read file's magic number\n"
   4837 msgstr "%s:       \n"
   4838 
   4839 #: elfedit.c:848
   4840 #, c-format
   4841 msgid "Unknown OSABI: %s\n"
   4842 msgstr " : %s\n"
   4843 
   4844 #: elfedit.c:873
   4845 #, c-format
   4846 msgid "Unknown machine type: %s\n"
   4847 msgstr "  : %s\n"
   4848 
   4849 #: elfedit.c:892
   4850 #, c-format
   4851 msgid "Unknown type: %s\n"
   4852 msgstr " : %s\n"
   4853 
   4854 #: elfedit.c:943
   4855 #, c-format
   4856 msgid "Usage: %s <option(s)> elffile(s)\n"
   4857 msgstr ": %s <()> ()\n"
   4858 
   4859 #: elfedit.c:945
   4860 #, c-format
   4861 msgid " Update the ELF header of ELF files\n"
   4862 msgstr "      \n"
   4863 
   4864 #: elfedit.c:946 nm.c:294 objcopy.c:573 objcopy.c:715 strings.c:1332
   4865 #, c-format
   4866 msgid " The options are:\n"
   4867 msgstr "  :\n"
   4868 
   4869 #: elfedit.c:947
   4870 #, c-format
   4871 msgid ""
   4872 "  --input-mach [none|i386|iamcu|l1om|k1om|x86_64]\n"
   4873 "                              Set input machine type\n"
   4874 "  --output-mach [none|i386|iamcu|l1om|k1om|x86_64]\n"
   4875 "                              Set output machine type\n"
   4876 "  --input-type [none|rel|exec|dyn]\n"
   4877 "                              Set input file type\n"
   4878 "  --output-type [none|rel|exec|dyn]\n"
   4879 "                              Set output file type\n"
   4880 "  --input-osabi [%s]\n"
   4881 "                              Set input OSABI\n"
   4882 "  --output-osabi [%s]\n"
   4883 "                              Set output OSABI\n"
   4884 "  --input-abiversion [0-255]  Set input ABIVERSION\n"
   4885 "  --output-abiversion [0-255] Set output ABIVERSION\n"
   4886 msgstr ""
   4887 "  --input-mach [none|i386|iamcu|l1om|k1om|x86_64]\n"
   4888 "                                 \n"
   4889 "  --output-mach [none|i386|iamcu|l1om|k1om|x86_64]\n"
   4890 "                                 \n"
   4891 "  --input-type [none|rel|exec|dyn]\n"
   4892 "                                 \n"
   4893 "  --output-type [none|rel|exec|dyn]\n"
   4894 "                                 \n"
   4895 "  --input-osabi [%s]\n"
   4896 "                                OSABI\n"
   4897 "  --output-osabi [%s]\n"
   4898 "                                OSABI\n"
   4899 "  --input-abiversion [0-255]    ABIVERSION\n"
   4900 "  --output-abiversion [0-255]   ABIVERSION\n"
   4901 "\n"
   4902 
   4903 #: elfedit.c:964
   4904 #, c-format
   4905 msgid ""
   4906 "  --enable-x86-feature [ibt|shstk|lam_u48|lam_u57]\n"
   4907 "                              Enable x86 feature\n"
   4908 "  --disable-x86-feature [ibt|shstk|lam_u48|lam_u57]\n"
   4909 "                              Disable x86 feature\n"
   4910 msgstr ""
   4911 "  --enable-x86-feature [ibt|shstk|lam_u48|lam_u57]\n"
   4912 "                               x86 \n"
   4913 "  --disable-x86-feature [ibt|shstk|lam_u48|lam_u57]\n"
   4914 "                               x86 \n"
   4915 
   4916 #: elfedit.c:970
   4917 #, c-format
   4918 msgid ""
   4919 "  -h --help                   Display this information\n"
   4920 "  -v --version                Display the version number of %s\n"
   4921 msgstr ""
   4922 "  -h --help                     \n"
   4923 "  -v --version                   %s\n"
   4924 
   4925 #: elfedit.c:1049 elfedit.c:1060
   4926 #, c-format
   4927 msgid "Invalid ABIVERSION: %s\n"
   4928 msgstr " ABIVERSION: %s\n"
   4929 
   4930 #: emul_aix.c:44
   4931 #, c-format
   4932 msgid "  [-g]         - 32 bit small archive\n"
   4933 msgstr "  [-g]            32- \n"
   4934 
   4935 #: emul_aix.c:45
   4936 #, c-format
   4937 msgid "  [-X32]       - ignores 64 bit objects\n"
   4938 msgstr "  [-X32]            64 \n"
   4939 
   4940 #: emul_aix.c:46
   4941 #, c-format
   4942 msgid "  [-X64]       - ignores 32 bit objects\n"
   4943 msgstr "  [-X64]            32 \n"
   4944 
   4945 #: emul_aix.c:47
   4946 #, c-format
   4947 msgid "  [-X32_64]    - accepts 32 and 64 bit objects\n"
   4948 msgstr "  [-X32_64]         32  64 \n"
   4949 
   4950 #: mclex.c:245
   4951 msgid "Duplicate symbol entered into keyword list."
   4952 msgstr "       ."
   4953 
   4954 #: nm.c:292 size.c:88 strings.c:1330
   4955 #, c-format
   4956 msgid "Usage: %s [option(s)] [file(s)]\n"
   4957 msgstr ": %s [()] [()]\n"
   4958 
   4959 #: nm.c:293
   4960 #, c-format
   4961 msgid " List symbols in [file(s)] (a.out by default).\n"
   4962 msgstr "    [()] (  a.out).\n"
   4963 
   4964 #: nm.c:295
   4965 #, c-format
   4966 msgid "  -a, --debug-syms       Display debugger-only symbols\n"
   4967 msgstr "  -a, --debug-syms          \n"
   4968 
   4969 #: nm.c:297
   4970 #, c-format
   4971 msgid "  -A, --print-file-name  Print name of the input file before every symbol\n"
   4972 msgstr "  -A, --print-file-name        \n"
   4973 
   4974 #: nm.c:299
   4975 #, c-format
   4976 msgid "  -B                     Same as --format=bsd\n"
   4977 msgstr "  -B                       --format=bsd\n"
   4978 
   4979 #: nm.c:301
   4980 #, c-format
   4981 msgid "  -C, --demangle[=STYLE] Decode mangled/processed symbol names\n"
   4982 msgstr "  -C, --demangle[=]   /  \n"
   4983 
   4984 #: nm.c:303 readelf.c:6202
   4985 msgid "                           STYLE can be "
   4986 msgstr "                              "
   4987 
   4988 #: nm.c:305
   4989 #, c-format
   4990 msgid "      --no-demangle      Do not demangle low-level symbol names\n"
   4991 msgstr "      --no-demangle            .\n"
   4992 
   4993 #: nm.c:307
   4994 #, c-format
   4995 msgid "      --recurse-limit    Enable a demangling recursion limit.  (default)\n"
   4996 msgstr "      --recurse-limit        .  ()\n"
   4997 
   4998 #: nm.c:309
   4999 #, c-format
   5000 msgid "      --no-recurse-limit Disable a demangling recursion limit.\n"
   5001 msgstr "      --no-recurse-limit     \n"
   5002 
   5003 #: nm.c:311
   5004 #, c-format
   5005 msgid "  -D, --dynamic          Display dynamic symbols instead of normal symbols\n"
   5006 msgstr "  -D, --dynamic                \n"
   5007 
   5008 #: nm.c:313
   5009 #, c-format
   5010 msgid "  -e                     (ignored)\n"
   5011 msgstr "  -e                      ()\n"
   5012 
   5013 #: nm.c:315
   5014 #, c-format
   5015 msgid ""
   5016 "  -f, --format=FORMAT    Use the output format FORMAT.  FORMAT can be `bsd',\n"
   5017 "                           `sysv', `posix' or 'just-symbols'.\n"
   5018 "                           The default is `bsd'\n"
   5019 msgstr ""
   5020 "  -f, --format=        .     bsd,\n"
   5021 "                           sysv, posix  just-symbols.\n"
   5022 "                             bsd\n"
   5023 
   5024 #: nm.c:319
   5025 #, c-format
   5026 msgid "  -g, --extern-only      Display only external symbols\n"
   5027 msgstr "  -g, --extern-only          \n"
   5028 
   5029 #: nm.c:321
   5030 #, c-format
   5031 msgid "    --ifunc-chars=CHARS  Characters to use when displaying ifunc symbols\n"
   5032 msgstr "    --ifunc-chars=         ifunc \n"
   5033 
   5034 #: nm.c:323
   5035 #, c-format
   5036 msgid "  -j, --just-symbols     Same as --format=just-symbols\n"
   5037 msgstr "  -j, --just-symbols        --format=just-symbols\n"
   5038 
   5039 #: nm.c:325
   5040 #, c-format
   5041 msgid ""
   5042 "  -l, --line-numbers     Use debugging information to find a filename and\n"
   5043 "                           line number for each symbol\n"
   5044 msgstr ""
   5045 "  -l, --line-numbers             \n"
   5046 "                               \n"
   5047 
   5048 #: nm.c:328
   5049 #, c-format
   5050 msgid "  -n, --numeric-sort     Sort symbols numerically by address\n"
   5051 msgstr "  -n, --numeric-sort          \n"
   5052 
   5053 #: nm.c:330
   5054 #, c-format
   5055 msgid "  -o                     Same as -A\n"
   5056 msgstr "  -o                        -A\n"
   5057 
   5058 #: nm.c:332
   5059 #, c-format
   5060 msgid "  -p, --no-sort          Do not sort the symbols\n"
   5061 msgstr "  -p, --no-sort             \n"
   5062 
   5063 #: nm.c:334
   5064 #, c-format
   5065 msgid "  -P, --portability      Same as --format=posix\n"
   5066 msgstr "  -P, --portability         --format=posix\n"
   5067 
   5068 #: nm.c:336
   5069 #, c-format
   5070 msgid "  -r, --reverse-sort     Reverse the sense of the sort\n"
   5071 msgstr "  -r, --reverse-sort        \n"
   5072 
   5073 #: nm.c:339
   5074 #, c-format
   5075 msgid "      --plugin NAME      Load the specified plugin\n"
   5076 msgstr "      --plugin NOM          \n"
   5077 
   5078 #: nm.c:342
   5079 #, c-format
   5080 msgid "  -S, --print-size       Print size of defined symbols\n"
   5081 msgstr "  -S, --print-size           \n"
   5082 
   5083 #: nm.c:344
   5084 #, c-format
   5085 msgid "  -s, --print-armap      Include index for symbols from archive members\n"
   5086 msgstr "  -s, --print-armap             \n"
   5087 
   5088 #: nm.c:346
   5089 #, c-format
   5090 msgid "      --quiet            Suppress \"no symbols\" diagnostic\n"
   5091 msgstr "      --quiet               no symbols\n"
   5092 
   5093 #: nm.c:348
   5094 #, c-format
   5095 msgid "      --size-sort        Sort symbols by size\n"
   5096 msgstr "      --size-sort            \n"
   5097 
   5098 #: nm.c:350
   5099 #, c-format
   5100 msgid "      --special-syms     Include special symbols in the output\n"
   5101 msgstr "      --special-syms          \n"
   5102 
   5103 #: nm.c:352
   5104 #, c-format
   5105 msgid "      --synthetic        Display synthetic symbols as well\n"
   5106 msgstr "      --synthetic             \n"
   5107 
   5108 #: nm.c:354
   5109 #, c-format
   5110 msgid "  -t, --radix=RADIX      Use RADIX for printing symbol values\n"
   5111 msgstr "  -t, --radix=RADIX        RADIX    \n"
   5112 
   5113 #: nm.c:356
   5114 #, c-format
   5115 msgid "      --target=BFDNAME   Specify the target object format as BFDNAME\n"
   5116 msgstr "  --target=            \n"
   5117 
   5118 #: nm.c:358
   5119 #, c-format
   5120 msgid "  -u, --undefined-only   Display only undefined symbols\n"
   5121 msgstr "  -u, --undefined-only       \n"
   5122 
   5123 #: nm.c:360
   5124 #, c-format
   5125 msgid "  -U, --defined-only     Display only defined symbols\n"
   5126 msgstr "  -U, --defined-only        \n"
   5127 
   5128 #: nm.c:362
   5129 #, c-format
   5130 msgid ""
   5131 "      --unicode={default|show|invalid|hex|escape|highlight}\n"
   5132 "                         Specify how to treat UTF-8 encoded unicode characters\n"
   5133 msgstr ""
   5134 "      --unicode={default|show|invalid|hex|escape|highlight}\n"
   5135 "                             UTF-8   \n"
   5136 
   5137 #: nm.c:365
   5138 #, c-format
   5139 msgid "  -W, --no-weak          Ignore weak symbols\n"
   5140 msgstr "  -W, --no-weak            \n"
   5141 
   5142 #: nm.c:367
   5143 #, c-format
   5144 msgid "      --without-symbol-versions  Do not display version strings after symbol names\n"
   5145 msgstr "      --with-symbol-versions         \n"
   5146 
   5147 #: nm.c:369
   5148 #, c-format
   5149 msgid "  -X 32_64               (ignored)\n"
   5150 msgstr "  -X 32_64                ()\n"
   5151 
   5152 #: nm.c:371
   5153 #, c-format
   5154 msgid "  @FILE                  Read options from FILE\n"
   5155 msgstr "  @                     \n"
   5156 
   5157 #: nm.c:373
   5158 #, c-format
   5159 msgid "  -h, --help             Display this information\n"
   5160 msgstr "  -h, --help                \n"
   5161 
   5162 #: nm.c:375
   5163 #, c-format
   5164 msgid "  -V, --version          Display this program's version number\n"
   5165 msgstr "  -V, --version              \n"
   5166 
   5167 #: nm.c:396
   5168 #, c-format
   5169 msgid "%s: invalid radix"
   5170 msgstr "%s:   "
   5171 
   5172 #: nm.c:426
   5173 #, c-format
   5174 msgid "%s: invalid output format"
   5175 msgstr "%s:   "
   5176 
   5177 #: nm.c:450 readelf.c:13743 readelf.c:13786
   5178 #, c-format
   5179 msgid "<processor specific>: %d"
   5180 msgstr "< >: %d"
   5181 
   5182 #: nm.c:452 readelf.c:13750 readelf.c:13803
   5183 #, c-format
   5184 msgid "<OS specific>: %d"
   5185 msgstr "< ->: %d"
   5186 
   5187 #: nm.c:454 readelf.c:13753 readelf.c:13806
   5188 #, c-format
   5189 msgid "<unknown>: %d"
   5190 msgstr "<>: %d"
   5191 
   5192 #: nm.c:481
   5193 #, c-format
   5194 msgid "<unknown>: %d/%d"
   5195 msgstr "<>: %d/%d"
   5196 
   5197 #: nm.c:749
   5198 #, c-format
   5199 msgid ""
   5200 "\n"
   5201 "Archive index:\n"
   5202 msgstr ""
   5203 "\n"
   5204 " :\n"
   5205 
   5206 #: nm.c:803 nm.c:1476
   5207 #, c-format
   5208 msgid "%s: plugin needed to handle lto object"
   5209 msgstr "%s:      lto "
   5210 
   5211 #: nm.c:1685
   5212 #, c-format
   5213 msgid ""
   5214 "\n"
   5215 "\n"
   5216 "Undefined symbols from %s:\n"
   5217 "\n"
   5218 msgstr ""
   5219 "\n"
   5220 "\n"
   5221 "   %s:\n"
   5222 "\n"
   5223 
   5224 #: nm.c:1687
   5225 #, c-format
   5226 msgid ""
   5227 "\n"
   5228 "\n"
   5229 "Symbols from %s:\n"
   5230 "\n"
   5231 msgstr ""
   5232 "\n"
   5233 "\n"
   5234 "  %s:\n"
   5235 "\n"
   5236 
   5237 #: nm.c:1689 nm.c:1750
   5238 #, c-format
   5239 msgid ""
   5240 "Name                  Value   Class        Type         Size     Line  Section\n"
   5241 "\n"
   5242 msgstr ""
   5243 "                                             \n"
   5244 "\n"
   5245 
   5246 #: nm.c:1692 nm.c:1753
   5247 #, c-format
   5248 msgid ""
   5249 "Name                  Value           Class        Type         Size             Line  Section\n"
   5250 "\n"
   5251 msgstr ""
   5252 "                                                             \n"
   5253 "\n"
   5254 
   5255 #: nm.c:1746
   5256 #, c-format
   5257 msgid ""
   5258 "\n"
   5259 "\n"
   5260 "Undefined symbols from %s[%s]:\n"
   5261 "\n"
   5262 msgstr ""
   5263 "\n"
   5264 "\n"
   5265 "   %s[%s]:\n"
   5266 "\n"
   5267 
   5268 #: nm.c:1748
   5269 #, c-format
   5270 msgid ""
   5271 "\n"
   5272 "\n"
   5273 "Symbols from %s[%s]:\n"
   5274 "\n"
   5275 msgstr ""
   5276 "\n"
   5277 "\n"
   5278 "  %s[%s]:\n"
   5279 "\n"
   5280 
   5281 #: nm.c:1832
   5282 #, c-format
   5283 msgid "Print width has not been initialized (%d)"
   5284 msgstr "    (%d)"
   5285 
   5286 #: nm.c:2097 objdump.c:6330 readelf.c:6669 strings.c:314
   5287 #, c-format
   5288 msgid "invalid argument to -U/--unicode: %s"
   5289 msgstr "   -U/--unicode: %s"
   5290 
   5291 #: nm.c:2115
   5292 msgid "Only -X 32_64 is supported"
   5293 msgstr "   -X 32_64"
   5294 
   5295 #: nm.c:2147
   5296 msgid "Using the --size-sort and --undefined-only options together"
   5297 msgstr "   --size-sort  --undefined-only"
   5298 
   5299 #: nm.c:2148
   5300 msgid "will produce no output, since undefined symbols have no size."
   5301 msgstr "   ,     ."
   5302 
   5303 #: objcopy.c:571 srconv.c:1694
   5304 #, c-format
   5305 msgid "Usage: %s [option(s)] in-file [out-file]\n"
   5306 msgstr ": %s [()] _ [_]\n"
   5307 
   5308 #: objcopy.c:572
   5309 #, c-format
   5310 msgid " Copies a binary file, possibly transforming it in the process\n"
   5311 msgstr "   ,      \n"
   5312 
   5313 #: objcopy.c:574
   5314 #, c-format
   5315 msgid ""
   5316 "  -I --input-target <bfdname>      Assume input file is in format <bfdname>\n"
   5317 "  -O --output-target <bfdname>     Create an output file in format <bfdname>\n"
   5318 "  -B --binary-architecture <arch>  Set output arch, when input is arch-less\n"
   5319 "  -F --target <bfdname>            Set both input and output format to <bfdname>\n"
   5320 "     --debugging                   Convert debugging information, if possible\n"
   5321 "  -p --preserve-dates              Copy modified/access timestamps to the output\n"
   5322 msgstr ""
   5323 "  -I --input-target <>               <>\n"
   5324 "  -O --output-target <>            <>\n"
   5325 "  -B --binary-architecture <>        ,    -\n"
   5326 "  -F --target <>                     <>\n"
   5327 "     --debugging                        ,   \n"
   5328 "  -p --preserve-dates                  /    \n"
   5329 
   5330 #: objcopy.c:582 objcopy.c:723
   5331 #, c-format
   5332 msgid ""
   5333 "  -D --enable-deterministic-archives\n"
   5334 "                                   Produce deterministic output when stripping archives (default)\n"
   5335 "  -U --disable-deterministic-archives\n"
   5336 "                                   Disable -D behavior\n"
   5337 msgstr ""
   5338 "  -D --enable-deterministic-archives\n"
   5339 "                                            ()\n"
   5340 "  -U --disable-deterministic-archives\n"
   5341 "                                       -D \n"
   5342 
   5343 #: objcopy.c:588 objcopy.c:729
   5344 #, c-format
   5345 msgid ""
   5346 "  -D --enable-deterministic-archives\n"
   5347 "                                   Produce deterministic output when stripping archives\n"
   5348 "  -U --disable-deterministic-archives\n"
   5349 "                                   Disable -D behavior (default)\n"
   5350 msgstr ""
   5351 "  -D --enable-deterministic-archives\n"
   5352 "                                           \n"
   5353 "  -U --disable-deterministic-archives\n"
   5354 "                                       -D  ()\n"
   5355 
   5356 #: objcopy.c:593
   5357 #, c-format
   5358 msgid ""
   5359 "  -j --only-section <name>         Only copy section <name> into the output\n"
   5360 "     --add-gnu-debuglink=<file>    Add section .gnu_debuglink linking to <file>\n"
   5361 "  -R --remove-section <name>       Remove section <name> from the output\n"
   5362 "     --remove-relocations <name>   Remove relocations from section <name>\n"
   5363 "     --strip-section-headers              Strip section header from the output\n"
   5364 "  -S --strip-all                   Remove all symbol and relocation information\n"
   5365 "  -g --strip-debug                 Remove all debugging symbols & sections\n"
   5366 "     --strip-dwo                   Remove all DWO sections\n"
   5367 "     --strip-unneeded              Remove all symbols not needed by relocations\n"
   5368 "  -N --strip-symbol <name>         Do not copy symbol <name>\n"
   5369 "     --strip-unneeded-symbol <name>\n"
   5370 "                                   Do not copy symbol <name> unless needed by\n"
   5371 "                                     relocations\n"
   5372 "     --only-keep-debug             Strip everything but the debug information\n"
   5373 "     --extract-dwo                 Copy only DWO sections\n"
   5374 "     --extract-symbol              Remove section contents but keep symbols\n"
   5375 "     --keep-section <name>         Do not strip section <name>\n"
   5376 "  -K --keep-symbol <name>          Do not strip symbol <name>\n"
   5377 "     --keep-section-symbols        Do not strip section symbols\n"
   5378 "     --keep-file-symbols           Do not strip file symbol(s)\n"
   5379 "     --localize-hidden             Turn all ELF hidden symbols into locals\n"
   5380 "  -L --localize-symbol <name>      Force symbol <name> to be marked as a local\n"
   5381 "     --globalize-symbol <name>     Force symbol <name> to be marked as a global\n"
   5382 "  -G --keep-global-symbol <name>   Localize all symbols except <name>\n"
   5383 "  -W --weaken-symbol <name>        Force symbol <name> to be marked as a weak\n"
   5384 "     --weaken                      Force all global symbols to be marked as weak\n"
   5385 "  -w --wildcard                    Permit wildcard in symbol comparison\n"
   5386 "  -x --discard-all                 Remove all non-global symbols\n"
   5387 "  -X --discard-locals              Remove any compiler-generated symbols\n"
   5388 "  -i --interleave[=<number>]       Only copy N out of every <number> bytes\n"
   5389 "     --interleave-width <number>   Set N for --interleave\n"
   5390 "  -b --byte <num>                  Select byte <num> in every interleaved block\n"
   5391 "     --gap-fill <val>              Fill gaps between sections with <val>\n"
   5392 "     --pad-to <addr>               Pad the last section up to address <addr>\n"
   5393 "     --set-start <addr>            Set the start address to <addr>\n"
   5394 "    {--change-start|--adjust-start} <incr>\n"
   5395 "                                   Add <incr> to the start address\n"
   5396 "    {--change-addresses|--adjust-vma} <incr>\n"
   5397 "                                   Add <incr> to LMA, VMA and start addresses\n"
   5398 "    {--change-section-address|--adjust-section-vma} <name>{=|+|-}<val>\n"
   5399 "                                   Change LMA and VMA of section <name> by <val>\n"
   5400 "     --change-section-lma <name>{=|+|-}<val>\n"
   5401 "                                   Change the LMA of section <name> by <val>\n"
   5402 "     --change-section-vma <name>{=|+|-}<val>\n"
   5403 "                                   Change the VMA of section <name> by <val>\n"
   5404 "    {--[no-]change-warnings|--[no-]adjust-warnings}\n"
   5405 "                                   Warn if a named section does not exist\n"
   5406 "     --set-section-flags <name>=<flags>\n"
   5407 "                                   Set section <name>'s properties to <flags>\n"
   5408 "     --set-section-alignment <name>=<align>\n"
   5409 "                                   Set section <name>'s alignment to <align> bytes\n"
   5410 "     --add-section <name>=<file>   Add section <name> found in <file> to output\n"
   5411 "     --update-section <name>=<file>\n"
   5412 "                                   Update contents of section <name> with\n"
   5413 "                                   contents found in <file>\n"
   5414 "     --dump-section <name>=<file>  Dump the contents of section <name> into <file>\n"
   5415 "     --rename-section <old>=<new>[,<flags>] Rename section <old> to <new>\n"
   5416 "     --long-section-names {enable|disable|keep}\n"
   5417 "                                   Handle long section names in Coff objects.\n"
   5418 "     --change-leading-char         Force output format's leading character style\n"
   5419 "     --remove-leading-char         Remove leading character from global symbols\n"
   5420 "     --reverse-bytes=<num>         Reverse <num> bytes at a time, in output sections with content\n"
   5421 "     --redefine-sym <old>=<new>    Redefine symbol name <old> to <new>\n"
   5422 "     --redefine-syms <file>        --redefine-sym for all symbol pairs \n"
   5423 "                                     listed in <file>\n"
   5424 "     --srec-len <number>           Restrict the length of generated Srecords\n"
   5425 "     --srec-forceS3                Restrict the type of generated Srecords to S3\n"
   5426 "     --strip-symbols <file>        -N for all symbols listed in <file>\n"
   5427 "     --strip-unneeded-symbols <file>\n"
   5428 "                                   --strip-unneeded-symbol for all symbols listed\n"
   5429 "                                     in <file>\n"
   5430 "     --keep-symbols <file>         -K for all symbols listed in <file>\n"
   5431 "     --localize-symbols <file>     -L for all symbols listed in <file>\n"
   5432 "     --globalize-symbols <file>    --globalize-symbol for all in <file>\n"
   5433 "     --keep-global-symbols <file>  -G for all symbols listed in <file>\n"
   5434 "     --weaken-symbols <file>       -W for all symbols listed in <file>\n"
   5435 "     --add-symbol <name>=[<section>:]<value>[,<flags>]  Add a symbol\n"
   5436 "     --alt-machine-code <index>    Use the target's <index>'th alternative machine\n"
   5437 "     --writable-text               Mark the output text as writable\n"
   5438 "     --readonly-text               Make the output text write protected\n"
   5439 "     --pure                        Mark the output file as demand paged\n"
   5440 "     --impure                      Mark the output file as impure\n"
   5441 "     --prefix-symbols <prefix>     Add <prefix> to start of every symbol name\n"
   5442 "     --prefix-sections <prefix>    Add <prefix> to start of every section name\n"
   5443 "     --prefix-alloc-sections <prefix>\n"
   5444 "                                   Add <prefix> to start of every allocatable\n"
   5445 "                                     section name\n"
   5446 "     --file-alignment <num>        Set PE file alignment to <num>\n"
   5447 "     --heap <reserve>[,<commit>]   Set PE reserve/commit heap to <reserve>/\n"
   5448 "                                   <commit>\n"
   5449 "     --image-base <address>        Set PE image base to <address>\n"
   5450 "     --section-alignment <num>     Set PE section alignment to <num>\n"
   5451 "     --stack <reserve>[,<commit>]  Set PE reserve/commit stack to <reserve>/\n"
   5452 "                                   <commit>\n"
   5453 "     --subsystem <name>[:<version>]\n"
   5454 "                                   Set PE subsystem to <name> [& <version>]\n"
   5455 "     --compress-debug-sections[={none|zlib|zlib-gnu|zlib-gabi|zstd}]\n"
   5456 "\t\t\t\t   Compress DWARF debug sections\n"
   5457 "     --decompress-debug-sections   Decompress DWARF debug sections using zlib\n"
   5458 "     --elf-stt-common=[yes|no]     Generate ELF common symbols with STT_COMMON\n"
   5459 "                                     type\n"
   5460 "     --verilog-data-width <number> Specifies data width, in bytes, for verilog output\n"
   5461 "  -M  --merge-notes                Remove redundant entries in note sections\n"
   5462 "      --no-merge-notes             Do not attempt to remove redundant notes (default)\n"
   5463 "  -v --verbose                     List all object files modified\n"
   5464 "  @<file>                          Read options from <file>\n"
   5465 "  -V --version                     Display this program's version number\n"
   5466 "  -h --help                        Display this output\n"
   5467 "     --info                        List object formats & architectures supported\n"
   5468 msgstr ""
   5469 "  -j --only-section  <>            <>   \\n\n"
   5470 "     --add-gnu-debuglink=<>     .gnu_debuglink    <>\\n\n"
   5471 "  -R --remove-section <>           <>  \\n\n"
   5472 "     --remove-relocations <>         <>\\n\n"
   5473 "     --strip-section-headers              \\n\n"
   5474 "  -S --strip-all                           \\n\n"
   5475 "  -g --strip-debug                         \\n\n"
   5476 "     --strip-dwo                        DWO \\n\n"
   5477 "     --strip-unneeded                       \\n\n"
   5478 "  -N --strip-symbol <>              <>\\n\n"
   5479 "     --strip-unneeded-symbol <>\\n\n"
   5480 "                                         <>    \\n\n"
   5481 "                                      \\n\n"
   5482 "     --only-keep-debug                    \\n\n"
   5483 "     --extract-dwo                      DWO \\n\n"
   5484 "     --extract-symbol                      \\n\n"
   5485 "     --keep-section <>              <>\\n\n"
   5486 "  -K --keep-symbol <>               <>\\n\n"
   5487 "     --keep-section-symbols             () \\n\n"
   5488 "     --keep-file-symbols                () \\n\n"
   5489 "     --localize-hidden                      \\n\n"
   5490 "  -L --localize-symbol <>           <>    \\n\n"
   5491 "     --globalize-symbol <>          <>    \\n\n"
   5492 "  -G --keep-global-symbol <>         <>\\n\n"
   5493 "  -W --weaken-symbol <>             <>    \\n\n"
   5494 "     --weaken                                 \\n\n"
   5495 "  -w --wildcard                           \\n\n"
   5496 "  -x --discard-all                         \\n\n"
   5497 "  -X --discard-locals                       \\n\n"
   5498 "  -i --interleave [<>]              N   <> \\n\n"
   5499 "     --interleave-width <>         N  --interleave\\n\n"
   5500 "  -b --byte <>                     <>     \\n\n"
   5501 "     --gap-fill <>                 <>\\n\n"
   5502 "     --pad-to <>                     <>\\n\n"
   5503 "     --set-start <>                 <>\\n\n"
   5504 "    {--change-start|--adjust-start} <>\\n\n"
   5505 "                                       <>   \\n\n"
   5506 "    {--change-addresses|--adjust-vma} <>\\n\n"
   5507 "                                       <>  ,     \\n\n"
   5508 "    {--change-section-address|--adjust-section-vma} <>{=|+|-}<>\\n\n"
   5509 "                                           <> <>\\n\n"
   5510 "     --change-section-lma <>{=|+|-}<>\\n\n"
   5511 "                                         <> <>\\n\n"
   5512 "     --change-section-vma <>{=|+|-}<>\\n\n"
   5513 "                                         <> <>\\n\n"
   5514 "    {--[no-]change-warnings|--[no-]adjust-warnings}\\n\n"
   5515 "                                           \\n\n"
   5516 "     --set-section-flags <>=<>\\n\n"
   5517 "                                        <>   <>\\n\n"
   5518 "     --set-section-alignment <>=<>\\n\n"
   5519 "                                        <>   <> \\n\n"
   5520 "     --add-section <>=<>   <>   <>  \\n\n"
   5521 "     --update-section <>=<>\\n\n"
   5522 "                                         <> \\n\n"
   5523 "                                         <>\\n\n"
   5524 "     --dump-section <>=<>   <>  <>\\n\n"
   5525 "     --rename-section <>=<>[,<>]    <>  <>\\n\n"
   5526 "     --long-section-names {enable|disable|keep}\\n\n"
   5527 "                                           Coff .\\n\n"
   5528 "     --change-leading-char                 \\n\n"
   5529 "     --remove-leading-char                 \\n\n"
   5530 "     --reverse-bytes=<>            <>  ,     \\n\n"
   5531 "     --redefine-sym <>=<>        <>  <>\\n\n"
   5532 "     --redefine-syms <>       --redefine-sym    \\n\n"
   5533 "                                        <>\\n\n"
   5534 "     --srec-len <>                   -\\n\n"
   5535 "     --srec-forceS3                      -  3\\n\n"
   5536 "     --strip-symbols <>       -N      <>\\n\n"
   5537 "     --strip-unneeded-symbols <>\\n\n"
   5538 "                                      --strip-unneeded-symbol    \\n\n"
   5539 "                                         <>\\n\n"
   5540 "     --keep-symbols <>        -K      <>\\n\n"
   5541 "     --localize-symbols <>    -L      <>\\n\n"
   5542 "     --globalize-symbols <>   --globalize-symbol    <>\\n\n"
   5543 "     --keep-global-symbols <> -G      <>\\n\n"
   5544 "     --weaken-symbols <>      -W      <>\\n\n"
   5545 "     --add-symbol <>=[<>:]<>[,<>]   \\n\n"
   5546 "     --alt-machine-code <>       <>   \\n\n"
   5547 "     --writable-text                      \\n\n"
   5548 "     --readonly-text                        \\n\n"
   5549 "     --pure                                \\n\n"
   5550 "     --impure                             \\n\n"
   5551 "     --prefix-symbols <>        <>     \\n\n"
   5552 "     --prefix-sections <>       <>     \\n\n"
   5553 "     --prefix-alloc-sections <>\\n\n"
   5554 "                                       <>    \\n\n"
   5555 "                                       \\n\n"
   5556 "     --file-alignment <>               <>\\n\n"
   5557 "     --heap <>[,<>]       /  <>/\\n\n"
   5558 "                                      <>\\n\n"
   5559 "     --image-base <>                 <>\\n\n"
   5560 "     --section-alignment <>            <>\\n\n"
   5561 "     --stack <>[,<>]      /  <>/<>\\n\n"
   5562 "     --subsystem <>[:<>]\\n\n"
   5563 "                                          <> [& <>]\\n\n"
   5564 "     --compress-debug-sections         DWARF    zlib\\n\n"
   5565 "\\t\\t\\t\\t    DWARF  \\n\n"
   5566 "    --decompress-debug-sections       DWARF    zlib\\n\n"
   5567 "     --elf-stt-common=[|]              STT_COMMON\\n\n"
   5568 "                                      \\n\n"
   5569 "     --verilog-data-width <>        ,  ,   \\n\n"
   5570 "  -M  --merge-notes                        \\n\n"
   5571 "      --no-merge-notes                      ()\\n\n"
   5572 "  -v --verbose                            \\n\n"
   5573 "  @<>                            <>\\n\n"
   5574 "  -V --version                            \\n\n"
   5575 "  -h --help                             \\n\n"
   5576 "     --info                                \\n\n"
   5577 
   5578 #: objcopy.c:713
   5579 #, c-format
   5580 msgid "Usage: %s <option(s)> in-file(s)\n"
   5581 msgstr ": %s <()> ()\n"
   5582 
   5583 #: objcopy.c:714
   5584 #, c-format
   5585 msgid " Removes symbols and sections from files\n"
   5586 msgstr "      \n"
   5587 
   5588 #: objcopy.c:716
   5589 #, c-format
   5590 msgid ""
   5591 "  -I --input-target=<bfdname>      Assume input file is in format <bfdname>\n"
   5592 "  -O --output-target=<bfdname>     Create an output file in format <bfdname>\n"
   5593 "  -F --target=<bfdname>            Set both input and output format to <bfdname>\n"
   5594 "  -p --preserve-dates              Copy modified/access timestamps to the output\n"
   5595 msgstr ""
   5596 "  -I --input-target=<>            <>\n"
   5597 "  -O --output-target=<>         <>\n"
   5598 "  -F --target=<>                  <>\n"
   5599 "  -p --preserve-dates               /    \n"
   5600 
   5601 #: objcopy.c:734
   5602 #, c-format
   5603 msgid ""
   5604 "  -R --remove-section=<name>       Also remove section <name> from the output\n"
   5605 "     --remove-relocations <name>   Remove relocations from section <name>\n"
   5606 "     --strip-section-headers       Strip section headers from the output\n"
   5607 "  -s --strip-all                   Remove all symbol and relocation information\n"
   5608 "  -g -S -d --strip-debug           Remove all debugging symbols & sections\n"
   5609 "     --strip-dwo                   Remove all DWO sections\n"
   5610 "     --strip-unneeded              Remove all symbols not needed by relocations\n"
   5611 "     --only-keep-debug             Strip everything but the debug information\n"
   5612 "  -M  --merge-notes                Remove redundant entries in note sections (default)\n"
   5613 "      --no-merge-notes             Do not attempt to remove redundant notes\n"
   5614 "  -N --strip-symbol=<name>         Do not copy symbol <name>\n"
   5615 "     --keep-section=<name>         Do not strip section <name>\n"
   5616 "  -K --keep-symbol=<name>          Do not strip symbol <name>\n"
   5617 "     --keep-section-symbols        Do not strip section symbols\n"
   5618 "     --keep-file-symbols           Do not strip file symbol(s)\n"
   5619 "  -w --wildcard                    Permit wildcard in symbol comparison\n"
   5620 "  -x --discard-all                 Remove all non-global symbols\n"
   5621 "  -X --discard-locals              Remove any compiler-generated symbols\n"
   5622 "  -v --verbose                     List all object files modified\n"
   5623 "  -V --version                     Display this program's version number\n"
   5624 "  -h --help                        Display this output\n"
   5625 "     --info                        List object formats & architectures supported\n"
   5626 "  -o <file>                        Place stripped output into <file>\n"
   5627 msgstr ""
   5628 "  -R --remove-section=<>        <>  \n"
   5629 "     --remove-relocations <>      <>\n"
   5630 "     --strip-section-headers           \\n\n"
   5631 "  -s --strip-all                        \n"
   5632 "  -g -S -d --strip-debug                \n"
   5633 "     --strip-dwo                     DWO \n"
   5634 "     --strip-unneeded                    \n"
   5635 "     --only-keep-debug                 \n"
   5636 "  -M  --merge-notes                      ()\n"
   5637 "      --no-merge-notes                  \n"
   5638 "  -N --strip-symbol=<>           <>\n"
   5639 "     --keep-section=<>           <>\n"
   5640 "  -K --keep-symbol=<>            <>\n"
   5641 "     --keep-section-symbols           \n"
   5642 "     --keep-file-symbols             () \n"
   5643 "  -w --wildcard                        \n"
   5644 "  -x --discard-all                      \n"
   5645 "  -X --discard-locals                    \n"
   5646 "  -v --verbose                         \n"
   5647 "  -V --version                         \n"
   5648 "  -h --help                          \n"
   5649 "     --info                             \n"
   5650 "  -o <>                        <>\n"
   5651 
   5652 #: objcopy.c:814
   5653 #, c-format
   5654 msgid "unrecognized section flag `%s'"
   5655 msgstr "   %s"
   5656 
   5657 #: objcopy.c:815 objcopy.c:889
   5658 #, c-format
   5659 msgid "supported flags: %s"
   5660 msgstr ": %s"
   5661 
   5662 #: objcopy.c:888
   5663 #, c-format
   5664 msgid "unrecognized symbol flag `%s'"
   5665 msgstr "   %s"
   5666 
   5667 #: objcopy.c:947
   5668 #, c-format
   5669 msgid "error: %s both copied and removed"
   5670 msgstr ": %s     "
   5671 
   5672 #: objcopy.c:953
   5673 #, c-format
   5674 msgid "error: %s both sets and alters VMA"
   5675 msgstr ": %s     "
   5676 
   5677 #: objcopy.c:959
   5678 #, c-format
   5679 msgid "error: %s both sets and alters LMA"
   5680 msgstr ": %s     "
   5681 
   5682 #: objcopy.c:1122
   5683 #, c-format
   5684 msgid "cannot open '%s': %s"
   5685 msgstr "    %s: %s"
   5686 
   5687 #: objcopy.c:1125 objcopy.c:5282
   5688 #, c-format
   5689 msgid "%s: fread failed"
   5690 msgstr "%s:   "
   5691 
   5692 #: objcopy.c:1198
   5693 #, c-format
   5694 msgid "%s:%d: Ignoring rubbish found on this line"
   5695 msgstr "%s:%d:      "
   5696 
   5697 #: objcopy.c:1342
   5698 #, c-format
   5699 msgid "error: section %s matches both remove and copy options"
   5700 msgstr ":  %s      "
   5701 
   5702 #: objcopy.c:1345
   5703 #, c-format
   5704 msgid "error: section %s matches both update and remove options"
   5705 msgstr ":  %s      "
   5706 
   5707 #: objcopy.c:1520
   5708 #, c-format
   5709 msgid "Section %s not found"
   5710 msgstr "   %s"
   5711 
   5712 #: objcopy.c:1569
   5713 msgid "redefining symbols does not work on LTO-compiled object files"
   5714 msgstr "      LTO-  "
   5715 
   5716 #: objcopy.c:1682
   5717 #, c-format
   5718 msgid "not stripping symbol `%s' because it is named in a relocation"
   5719 msgstr "   %s     "
   5720 
   5721 #: objcopy.c:1745
   5722 #, c-format
   5723 msgid "'before=%s' not found"
   5724 msgstr "  before=%s"
   5725 
   5726 #: objcopy.c:1785
   5727 #, c-format
   5728 msgid "%s: Multiple redefinition of symbol \"%s\""
   5729 msgstr "%s:     %s"
   5730 
   5731 #: objcopy.c:1789
   5732 #, c-format
   5733 msgid "%s: Symbol \"%s\" is target of more than one redefinition"
   5734 msgstr "%s:  %s        "
   5735 
   5736 #: objcopy.c:1816
   5737 #, c-format
   5738 msgid "couldn't open symbol redefinition file %s (error: %s)"
   5739 msgstr "        %s (: %s)"
   5740 
   5741 #: objcopy.c:1894
   5742 #, c-format
   5743 msgid "%s:%d: garbage found at end of line"
   5744 msgstr "%s:%d:      "
   5745 
   5746 #: objcopy.c:1897
   5747 #, c-format
   5748 msgid "%s:%d: missing new symbol name"
   5749 msgstr "%s:%d:    "
   5750 
   5751 #: objcopy.c:1907
   5752 #, c-format
   5753 msgid "%s:%d: premature end of file"
   5754 msgstr "%s:%d:   "
   5755 
   5756 #: objcopy.c:1933
   5757 #, c-format
   5758 msgid "stat returns negative size for `%s'"
   5759 msgstr "     %s"
   5760 
   5761 #: objcopy.c:1945
   5762 #, c-format
   5763 msgid "copy from `%s' [unknown] to `%s' [unknown]\n"
   5764 msgstr "  %s []  %s []\n"
   5765 
   5766 #: objcopy.c:2193
   5767 #, c-format
   5768 msgid "%s[%s]: Cannot merge - there are relocations against this section"
   5769 msgstr "%s[%s]:          "
   5770 
   5771 #: objcopy.c:2215
   5772 msgid "corrupt GNU build attribute note: description size not a factor of 4"
   5773 msgstr "    :     4"
   5774 
   5775 #: objcopy.c:2222
   5776 msgid "corrupt GNU build attribute note: wrong note type"
   5777 msgstr "    :   "
   5778 
   5779 #: objcopy.c:2228
   5780 msgid "corrupt GNU build attribute note: note too big"
   5781 msgstr "    :   "
   5782 
   5783 #: objcopy.c:2234
   5784 msgid "corrupt GNU build attribute note: name too small"
   5785 msgstr "    :   "
   5786 
   5787 #: objcopy.c:2257
   5788 msgid "corrupt GNU build attribute note: unsupported version"
   5789 msgstr "    :  "
   5790 
   5791 #: objcopy.c:2291
   5792 msgid "corrupt GNU build attribute note: bad description size"
   5793 msgstr "    :   "
   5794 
   5795 #: objcopy.c:2327
   5796 msgid "corrupt GNU build attribute note: name not NUL terminated"
   5797 msgstr "    :   NUL "
   5798 
   5799 #: objcopy.c:2339
   5800 msgid "corrupt GNU build attribute notes: excess data at end"
   5801 msgstr "    :    "
   5802 
   5803 #: objcopy.c:2346
   5804 msgid "bad GNU build attribute notes: no known versions detected"
   5805 msgstr "    :    "
   5806 
   5807 #. This happens with glibc.  No idea why.
   5808 #: objcopy.c:2350
   5809 #, c-format
   5810 msgid "%s[%s]: Warning: version note missing - assuming version 3"
   5811 msgstr "%s[%s]: :       3"
   5812 
   5813 #: objcopy.c:2360
   5814 msgid "bad GNU build attribute notes: multiple different versions"
   5815 msgstr "    :   "
   5816 
   5817 #: objcopy.c:2608
   5818 #, c-format
   5819 msgid "%s[%s]: Note - dropping 'share' flag as output format is not COFF"
   5820 msgstr "%s[%s]:     share     COFF"
   5821 
   5822 #: objcopy.c:2620
   5823 #, c-format
   5824 msgid "%s[%s]: 'large' flag is ELF x86-64 specific"
   5825 msgstr "%s[%s]:  large    ELF x86-64"
   5826 
   5827 #. PR 17636: Call non-fatal so that we return to our parent who
   5828 #. may need to tidy temporary files.
   5829 #: objcopy.c:2666
   5830 #, c-format
   5831 msgid "unable to change endianness of '%s'"
   5832 msgstr "      %s"
   5833 
   5834 #: objcopy.c:2673
   5835 #, c-format
   5836 msgid "unable to modify '%s' due to errors"
   5837 msgstr "    %s  "
   5838 
   5839 #: objcopy.c:2686
   5840 #, c-format
   5841 msgid "error: the input file '%s' has no sections"
   5842 msgstr ":   %s  "
   5843 
   5844 #: objcopy.c:2714
   5845 #, c-format
   5846 msgid "--compress-debug-sections=[zlib|zlib-gnu|zlib-gabi|zstd] is unsupported on `%s'"
   5847 msgstr "--compress-debug-sections=[zlib|zlib-gnu|zlib-gabi|zstd]    %s"
   5848 
   5849 #: objcopy.c:2722
   5850 #, c-format
   5851 msgid "--elf-stt-common=[yes|no] is unsupported on `%s'"
   5852 msgstr "--elf-stt-common=[|]    %s"
   5853 
   5854 #: objcopy.c:2729
   5855 #, c-format
   5856 msgid "--strip-section-headers is unsupported on `%s'"
   5857 msgstr "--strip-section-headers    %s"
   5858 
   5859 #: objcopy.c:2736
   5860 #, c-format
   5861 msgid "copy from `%s' [%s] to `%s' [%s]\n"
   5862 msgstr "  %s [%s]  %s [%s]\n"
   5863 
   5864 #: objcopy.c:2784
   5865 #, c-format
   5866 msgid "Input file `%s' ignores binary architecture parameter."
   5867 msgstr "  %s    ."
   5868 
   5869 #: objcopy.c:2800
   5870 #, c-format
   5871 msgid "Unable to recognise the format of the input file `%s'"
   5872 msgstr "       %s"
   5873 
   5874 #: objcopy.c:2803
   5875 #, c-format
   5876 msgid "Output file cannot represent architecture `%s'"
   5877 msgstr "       %s"
   5878 
   5879 #: objcopy.c:2869
   5880 #, c-format
   5881 msgid "warning: file alignment (0x%<PRIx64>) > section alignment (0x%<PRIx64>)"
   5882 msgstr ":   (0x%<PRIx64>) >   (0x%<PRIx64>)"
   5883 
   5884 #: objcopy.c:2943
   5885 #, c-format
   5886 msgid "can't add section '%s'"
   5887 msgstr "     %s"
   5888 
   5889 #: objcopy.c:2957
   5890 #, c-format
   5891 msgid "can't create section `%s'"
   5892 msgstr "     %s"
   5893 
   5894 #: objcopy.c:3005
   5895 #, c-format
   5896 msgid "error: %s not found, can't be updated"
   5897 msgstr ":   %s,    "
   5898 
   5899 #: objcopy.c:3045
   5900 msgid "warning: could not load note section"
   5901 msgstr " :      "
   5902 
   5903 #: objcopy.c:3066
   5904 msgid "warning: failed to set merged notes size"
   5905 msgstr ":       "
   5906 
   5907 #: objcopy.c:3092
   5908 #, c-format
   5909 msgid "can't dump section '%s' - it does not exist"
   5910 msgstr "     %s   "
   5911 
   5912 #: objcopy.c:3100
   5913 msgid "can't dump section - it has no contents"
   5914 msgstr "        "
   5915 
   5916 #: objcopy.c:3112
   5917 msgid "could not open section dump file"
   5918 msgstr "      "
   5919 
   5920 #: objcopy.c:3120
   5921 #, c-format
   5922 msgid "error writing section contents to %s (error: %s)"
   5923 msgstr "     %s (: %s)"
   5924 
   5925 #: objcopy.c:3130
   5926 msgid "could not retrieve section contents"
   5927 msgstr "     "
   5928 
   5929 #: objcopy.c:3144
   5930 #, c-format
   5931 msgid "%s: debuglink section already exists"
   5932 msgstr "%s:     "
   5933 
   5934 #: objcopy.c:3156
   5935 #, c-format
   5936 msgid "cannot create debug link section `%s'"
   5937 msgstr "      %s"
   5938 
   5939 #: objcopy.c:3249
   5940 msgid "Can't fill gap after section"
   5941 msgstr "      "
   5942 
   5943 #: objcopy.c:3273
   5944 msgid "can't add padding"
   5945 msgstr "    "
   5946 
   5947 #: objcopy.c:3445
   5948 msgid "error: failed to locate merged notes"
   5949 msgstr ":      "
   5950 
   5951 #: objcopy.c:3454
   5952 msgid "error: failed to merge notes"
   5953 msgstr ":     "
   5954 
   5955 #: objcopy.c:3463
   5956 msgid "error: failed to copy merged notes into output"
   5957 msgstr ":        "
   5958 
   5959 #: objcopy.c:3480
   5960 #, c-format
   5961 msgid "%s: Could not find any mergeable note sections"
   5962 msgstr "%s:        "
   5963 
   5964 #: objcopy.c:3489
   5965 #, c-format
   5966 msgid "cannot fill debug link section `%s'"
   5967 msgstr "      %s"
   5968 
   5969 #: objcopy.c:3552
   5970 msgid "error copying private BFD data"
   5971 msgstr "      "
   5972 
   5973 #: objcopy.c:3563
   5974 #, c-format
   5975 msgid "this target does not support %lu alternative machine codes"
   5976 msgstr "    %lu   "
   5977 
   5978 #: objcopy.c:3567
   5979 msgid "treating that number as an absolute e_machine value instead"
   5980 msgstr "      e_machine"
   5981 
   5982 #: objcopy.c:3571
   5983 msgid "ignoring the alternative value"
   5984 msgstr "  "
   5985 
   5986 #: objcopy.c:3632
   5987 msgid "sorry: copying thin archives is not currently supported"
   5988 msgstr ":      "
   5989 
   5990 #: objcopy.c:3639 objcopy.c:3695
   5991 #, c-format
   5992 msgid "cannot create tempdir for archive copying (error: %s)"
   5993 msgstr "         (: %s)"
   5994 
   5995 #: objcopy.c:3674
   5996 #, c-format
   5997 msgid "warning: illegal pathname found in archive member: %s"
   5998 msgstr ":       : %s"
   5999 
   6000 #: objcopy.c:3680
   6001 #, c-format
   6002 msgid "warning: using the basename of the member instead: %s"
   6003 msgstr ":    : %s"
   6004 
   6005 #: objcopy.c:3728
   6006 msgid "Unable to recognise the format of file"
   6007 msgstr "     "
   6008 
   6009 #: objcopy.c:3850
   6010 #, c-format
   6011 msgid "error: the input file '%s' is empty"
   6012 msgstr ":   %s  "
   6013 
   6014 #: objcopy.c:3885
   6015 msgid "--compress-debug-sections=zstd: binutils is not built with zstd support"
   6016 msgstr "--compress-debug-sections=zstd: binutils    zstd "
   6017 
   6018 #: objcopy.c:3941
   6019 #, c-format
   6020 msgid "--add-gnu-debuglink ignored for archive %s"
   6021 msgstr "--add-gnu-debuglink     %s"
   6022 
   6023 #: objcopy.c:4041
   6024 #, c-format
   6025 msgid "Multiple renames of section %s"
   6026 msgstr "   %s"
   6027 
   6028 #: objcopy.c:4086
   6029 msgid "error in private header data"
   6030 msgstr "    "
   6031 
   6032 #: objcopy.c:4242 objcopy.c:4250
   6033 msgid "failed to create output section"
   6034 msgstr "     "
   6035 
   6036 #: objcopy.c:4259
   6037 msgid "failed to set size"
   6038 msgstr "    "
   6039 
   6040 #: objcopy.c:4278
   6041 msgid "failed to set vma"
   6042 msgstr "    "
   6043 
   6044 #: objcopy.c:4327
   6045 msgid "failed to set alignment"
   6046 msgstr "    "
   6047 
   6048 #: objcopy.c:4342
   6049 #, c-format
   6050 msgid "output section %s's alignment does not match its VMA"
   6051 msgstr " %s        VMA"
   6052 
   6053 #: objcopy.c:4356
   6054 #, c-format
   6055 msgid "output section %s's alignment does not match its LMA"
   6056 msgstr " %s        LMA"
   6057 
   6058 #: objcopy.c:4386
   6059 msgid "failed to copy private data"
   6060 msgstr "     "
   6061 
   6062 #: objcopy.c:4540
   6063 msgid "relocation count is negative"
   6064 msgstr "   "
   6065 
   6066 #. User must pad the section up in order to do this.
   6067 #: objcopy.c:4626
   6068 #, c-format
   6069 msgid "cannot reverse bytes: length of section %s must be evenly divisible by %d"
   6070 msgstr "    :   %s      %d"
   6071 
   6072 #: objcopy.c:4826
   6073 msgid "can't create debugging section"
   6074 msgstr "     "
   6075 
   6076 #: objcopy.c:4840
   6077 msgid "can't set debugging section contents"
   6078 msgstr "      "
   6079 
   6080 #: objcopy.c:4850
   6081 #, c-format
   6082 msgid "don't know how to write debugging information for %s"
   6083 msgstr "        %s"
   6084 
   6085 #: objcopy.c:5042
   6086 msgid "could not create temporary file to hold stripped copy"
   6087 msgstr "         "
   6088 
   6089 #: objcopy.c:5116
   6090 #, c-format
   6091 msgid "%s: bad version in PE subsystem"
   6092 msgstr "%s:     "
   6093 
   6094 #: objcopy.c:5146
   6095 #, c-format
   6096 msgid "unknown PE subsystem: %s"
   6097 msgstr " : %s"
   6098 
   6099 #: objcopy.c:5235 objcopy.c:5511 objcopy.c:5591 objcopy.c:5729 objcopy.c:5761
   6100 #: objcopy.c:5817 objcopy.c:5821 objcopy.c:5841
   6101 #, c-format
   6102 msgid "bad format for %s"
   6103 msgstr "   %s"
   6104 
   6105 #: objcopy.c:5264
   6106 #, c-format
   6107 msgid "cannot open: %s: %s"
   6108 msgstr "   : %s: %s"
   6109 
   6110 #: objcopy.c:5319
   6111 msgid "byte number must be non-negative"
   6112 msgstr "    -"
   6113 
   6114 #: objcopy.c:5325
   6115 #, c-format
   6116 msgid "architecture %s unknown"
   6117 msgstr "  %s"
   6118 
   6119 #: objcopy.c:5333
   6120 msgid "interleave must be positive"
   6121 msgstr "   "
   6122 
   6123 #: objcopy.c:5342
   6124 msgid "interleave width must be positive"
   6125 msgstr "    "
   6126 
   6127 #: objcopy.c:5666
   6128 #, c-format
   6129 msgid "unrecognized --compress-debug-sections type `%s'"
   6130 msgstr " --compress-debug-sections  %s"
   6131 
   6132 #: objcopy.c:5687
   6133 #, c-format
   6134 msgid "unrecognized --elf-stt-common= option `%s'"
   6135 msgstr " --elf-stt-common  %s"
   6136 
   6137 #: objcopy.c:5698
   6138 #, c-format
   6139 msgid "Warning: truncating gap-fill from 0x%<PRIx64> to 0x%x"
   6140 msgstr ":     0x%<PRIx64>  0x%x"
   6141 
   6142 #: objcopy.c:5784
   6143 msgid "bad format for --set-section-alignment: argument needed"
   6144 msgstr "   --set-section-alignment:   "
   6145 
   6146 #: objcopy.c:5788
   6147 msgid "bad format for --set-section-alignment: numeric argument needed"
   6148 msgstr "   --set-section-alignment:    "
   6149 
   6150 #: objcopy.c:5793
   6151 msgid "bad format for --set-section-alignment: alignment is not a power of two"
   6152 msgstr "   --set-section-alignment:    "
   6153 
   6154 #: objcopy.c:5900
   6155 #, c-format
   6156 msgid "unknown long section names option '%s'"
   6157 msgstr "     %s"
   6158 
   6159 #: objcopy.c:5923
   6160 msgid "unable to parse alternative machine code"
   6161 msgstr "      "
   6162 
   6163 #: objcopy.c:5972
   6164 msgid "number of bytes to reverse must be positive and even"
   6165 msgstr "        "
   6166 
   6167 #: objcopy.c:5975
   6168 #, c-format
   6169 msgid "Warning: ignoring previous --reverse-bytes value of %d"
   6170 msgstr ":    --reverse-bytes  %d"
   6171 
   6172 #: objcopy.c:5990
   6173 #, c-format
   6174 msgid "%s: invalid reserve value for --heap"
   6175 msgstr "%s:     --heap"
   6176 
   6177 #: objcopy.c:5996
   6178 #, c-format
   6179 msgid "%s: invalid commit value for --heap"
   6180 msgstr "%s:     --heap"
   6181 
   6182 #: objcopy.c:6011
   6183 #, c-format
   6184 msgid "--section-alignment argument is not a power of two: %s - ignoring"
   6185 msgstr "--section-alignment    : %s  "
   6186 
   6187 #: objcopy.c:6026
   6188 #, c-format
   6189 msgid "%s: invalid reserve value for --stack"
   6190 msgstr "%s:     --stack"
   6191 
   6192 #: objcopy.c:6032
   6193 #, c-format
   6194 msgid "%s: invalid commit value for --stack"
   6195 msgstr "%s:     --stack"
   6196 
   6197 #: objcopy.c:6050
   6198 msgid "error: verilog data width must be 1, 2, 4, 8 or 16"
   6199 msgstr ":      1, 2, 4, 8  16"
   6200 
   6201 #: objcopy.c:6068
   6202 msgid "--globalize-symbol(s) is incompatible with -G/--keep-global-symbol(s)"
   6203 msgstr "--globalize-symbol(s)    -G/--keep-global-symbol(s)"
   6204 
   6205 #: objcopy.c:6080
   6206 msgid "interleave start byte must be set with --byte"
   6207 msgstr "       --byte"
   6208 
   6209 #: objcopy.c:6083
   6210 msgid "byte number must be less than interleave"
   6211 msgstr "      "
   6212 
   6213 #: objcopy.c:6086
   6214 msgid "interleave width must be less than or equal to interleave - byte`"
   6215 msgstr "           byte`"
   6216 
   6217 #: objcopy.c:6109
   6218 #, c-format
   6219 msgid "unknown input EFI target: %s"
   6220 msgstr "   : %s"
   6221 
   6222 #: objcopy.c:6119
   6223 #, c-format
   6224 msgid "unknown output EFI target: %s"
   6225 msgstr "   : %s"
   6226 
   6227 #: objcopy.c:6143
   6228 #, c-format
   6229 msgid "warning: could not create temporary file whilst copying '%s', (error: %s)"
   6230 msgstr ":         %s (: %s)"
   6231 
   6232 #: objcopy.c:6175 objcopy.c:6183
   6233 #, c-format
   6234 msgid "%s %s%c0x%<PRIx64> never used"
   6235 msgstr "%s %s%c0x%<PRIx64>  "
   6236 
   6237 #: objdump.c:256
   6238 #, c-format
   6239 msgid "Usage: %s <option(s)> <file(s)>\n"
   6240 msgstr ": %s <()> <()>\n"
   6241 
   6242 #: objdump.c:257
   6243 #, c-format
   6244 msgid " Display information from object <file(s)>.\n"
   6245 msgstr "    <()> .\n"
   6246 
   6247 #: objdump.c:258
   6248 #, c-format
   6249 msgid " At least one of the following switches must be given:\n"
   6250 msgstr "        :\n"
   6251 
   6252 #: objdump.c:259
   6253 #, c-format
   6254 msgid "  -a, --archive-headers    Display archive header information\n"
   6255 msgstr "  -a, --archive-headers       \n"
   6256 
   6257 #: objdump.c:261
   6258 #, c-format
   6259 msgid "  -f, --file-headers       Display the contents of the overall file header\n"
   6260 msgstr "  -f, --file-headers           \n"
   6261 
   6262 #: objdump.c:263
   6263 #, c-format
   6264 msgid "  -p, --private-headers    Display object format specific file header contents\n"
   6265 msgstr "  -p, --private-headers           \n"
   6266 
   6267 #: objdump.c:265
   6268 #, c-format
   6269 msgid "  -P, --private=OPT,OPT... Display object format specific contents\n"
   6270 msgstr "  -P, --private=OPT,OPT...     \n"
   6271 
   6272 #: objdump.c:267
   6273 #, c-format
   6274 msgid "  -h, --[section-]headers  Display the contents of the section headers\n"
   6275 msgstr "  -h, --[-]     \n"
   6276 
   6277 #: objdump.c:269
   6278 #, c-format
   6279 msgid "  -x, --all-headers        Display the contents of all headers\n"
   6280 msgstr "  -x, --all-headers           \n"
   6281 
   6282 #: objdump.c:271
   6283 #, c-format
   6284 msgid "  -d, --disassemble        Display assembler contents of executable sections\n"
   6285 msgstr "  -d, --disassemble            \n"
   6286 
   6287 #: objdump.c:273
   6288 #, c-format
   6289 msgid "  -D, --disassemble-all    Display assembler contents of all sections\n"
   6290 msgstr "  -D, --disassemble            \n"
   6291 
   6292 #: objdump.c:275
   6293 #, c-format
   6294 msgid "      --disassemble=<sym>  Display assembler contents from <sym>\n"
   6295 msgstr "      --disassemble=<>      <>\n"
   6296 
   6297 #: objdump.c:277
   6298 #, c-format
   6299 msgid "  -S, --source             Intermix source code with disassembly\n"
   6300 msgstr "  -S, --source                 \n"
   6301 
   6302 #: objdump.c:279
   6303 #, c-format
   6304 msgid "      --source-comment[=<txt>] Prefix lines of source code with <txt>\n"
   6305 msgstr "      --source-comment[=<>]  <>    \n"
   6306 
   6307 #: objdump.c:281
   6308 #, c-format
   6309 msgid "  -s, --full-contents      Display the full contents of all sections requested\n"
   6310 msgstr "  -s, --full-contents           \n"
   6311 
   6312 #: objdump.c:283
   6313 #, c-format
   6314 msgid "  -Z, --decompress         Decompress section(s) before displaying their contents\n"
   6315 msgstr "  -Z, --decompress          ()    \n"
   6316 
   6317 #: objdump.c:285
   6318 #, c-format
   6319 msgid "  -g, --debugging          Display debug information in object file\n"
   6320 msgstr "  -g, --debugging               \n"
   6321 
   6322 #: objdump.c:287
   6323 #, c-format
   6324 msgid "  -e, --debugging-tags     Display debug information using ctags style\n"
   6325 msgstr "  -e, --debugging-tags         ctags \n"
   6326 
   6327 #: objdump.c:289
   6328 #, c-format
   6329 msgid "  -G, --stabs              Display (in raw form) any STABS info in the file\n"
   6330 msgstr "  -G, --stabs               (  +)  STABS   \n"
   6331 
   6332 #: objdump.c:291
   6333 #, c-format
   6334 msgid ""
   6335 "  -W, --dwarf[a/=abbrev, A/=addr, r/=aranges, c/=cu_index, L/=decodedline,\n"
   6336 "              f/=frames, F/=frames-interp, g/=gdb_index, i/=info, o/=loc,\n"
   6337 "              m/=macro, p/=pubnames, t/=pubtypes, R/=Ranges, l/=rawline,\n"
   6338 "              s/=str, O/=str-offsets, u/=trace_abbrev, T/=trace_aranges,\n"
   6339 "              U/=trace_info]\n"
   6340 "                           Display the contents of DWARF debug sections\n"
   6341 msgstr ""
   6342 "  -W, --dwarf[a/=, A/=, r/=, c/=cu_, L/=_,\n"
   6343 "              f/=, F/=-, g/=gdb_, i/=, o/=,\n"
   6344 "              m/=, p/=_, t/=_, R/=, l/=_,\n"
   6345 "              s/=, O/=-, u/=_, T/=_,\n"
   6346 "              U/=_]\n"
   6347 "                              DWARF \n"
   6348 
   6349 #: objdump.c:298
   6350 #, c-format
   6351 msgid ""
   6352 "  -Wk,--dwarf=links        Display the contents of sections that link to\n"
   6353 "                            separate debuginfo files\n"
   6354 msgstr ""
   6355 "  -Wk,--dwarf=links              \n"
   6356 "                             \n"
   6357 
   6358 #: objdump.c:302
   6359 #, c-format
   6360 msgid ""
   6361 "  -WK,--dwarf=follow-links\n"
   6362 "                           Follow links to separate debug info files (default)\n"
   6363 msgstr ""
   6364 "  -WK,--dwarf=follow-links\n"
   6365 "                                  ()\n"
   6366 
   6367 #: objdump.c:305
   6368 #, c-format
   6369 msgid ""
   6370 "  -WN,--dwarf=no-follow-links\n"
   6371 "                           Do not follow links to separate debug info files\n"
   6372 msgstr ""
   6373 "  -WN,--dwarf=no-follow-links\n"
   6374 "                                  \n"
   6375 
   6376 #: objdump.c:309
   6377 #, c-format
   6378 msgid ""
   6379 "  -WK,--dwarf=follow-links\n"
   6380 "                           Follow links to separate debug info files\n"
   6381 msgstr ""
   6382 "  -WK,--dwarf=follow-links\n"
   6383 "                                 \n"
   6384 
   6385 #: objdump.c:312
   6386 #, c-format
   6387 msgid ""
   6388 "  -WN,--dwarf=no-follow-links\n"
   6389 "                           Do not follow links to separate debug info files\n"
   6390 "                            (default)\n"
   6391 msgstr ""
   6392 "  -WN,--dwarf=no-follow-links\n"
   6393 "                                  \n"
   6394 "                            ()\n"
   6395 
   6396 #: objdump.c:318
   6397 #, c-format
   6398 msgid ""
   6399 "  -WD --dwarf=use-debuginfod\n"
   6400 "                           When following links, also query debuginfod servers (default)\n"
   6401 msgstr ""
   6402 "  -WD --dwarf=use-debuginfod\n"
   6403 "                             ,       ()\n"
   6404 
   6405 #: objdump.c:321
   6406 #, c-format
   6407 msgid ""
   6408 "  -WE --dwarf=do-not-use-debuginfod\n"
   6409 "                           When following links, do not query debuginfod servers\n"
   6410 msgstr ""
   6411 "  -WE --dwarf=do-not-use-debuginfod\n"
   6412 "                             ,      \n"
   6413 
   6414 #: objdump.c:325
   6415 #, c-format
   6416 msgid ""
   6417 "  -L, --process-links      Display the contents of non-debug sections in\n"
   6418 "                            separate debuginfo files.  (Implies -WK)\n"
   6419 msgstr ""
   6420 "  -L, --process-links         - \n"
   6421 "                              .  ( -WK)\n"
   6422 
   6423 #: objdump.c:329
   6424 #, c-format
   6425 msgid "      --ctf[=SECTION]      Display CTF info from SECTION, (default `.ctf')\n"
   6426 msgstr "      --ctf[=]       CTF   , (  .ctf)\n"
   6427 
   6428 #: objdump.c:332
   6429 #, c-format
   6430 msgid "      --sframe[=SECTION]   Display SFrame info from SECTION, (default '.sframe')\n"
   6431 msgstr "      --sframe[=]    SFrame   , ( .sframe)\n"
   6432 
   6433 #: objdump.c:334
   6434 #, c-format
   6435 msgid "  -t, --syms               Display the contents of the symbol table(s)\n"
   6436 msgstr "  -t, --syms                 () \n"
   6437 
   6438 #: objdump.c:336
   6439 #, c-format
   6440 msgid "  -T, --dynamic-syms       Display the contents of the dynamic symbol table\n"
   6441 msgstr "  -T, --dynamic-syms           \n"
   6442 
   6443 #: objdump.c:338
   6444 #, c-format
   6445 msgid "  -r, --reloc              Display the relocation entries in the file\n"
   6446 msgstr "  -r, --reloc                  \n"
   6447 
   6448 #: objdump.c:340
   6449 #, c-format
   6450 msgid "  -R, --dynamic-reloc      Display the dynamic relocation entries in the file\n"
   6451 msgstr "  -R, --reloc                   \n"
   6452 
   6453 #: objdump.c:342
   6454 #, c-format
   6455 msgid "  @<file>                  Read options from <file>\n"
   6456 msgstr "  @<>                 <>\n"
   6457 
   6458 #: objdump.c:344
   6459 #, c-format
   6460 msgid "  -v, --version            Display this program's version number\n"
   6461 msgstr "  -V --version                \n"
   6462 
   6463 #: objdump.c:346
   6464 #, c-format
   6465 msgid "  -i, --info               List object formats and architectures supported\n"
   6466 msgstr "  -i, --info                    \n"
   6467 
   6468 #: objdump.c:348
   6469 #, c-format
   6470 msgid "  -H, --help               Display this information\n"
   6471 msgstr "  -H --help                  \n"
   6472 
   6473 #: objdump.c:355
   6474 #, c-format
   6475 msgid ""
   6476 "\n"
   6477 " The following switches are optional:\n"
   6478 msgstr ""
   6479 "\n"
   6480 "    :\n"
   6481 
   6482 #: objdump.c:356
   6483 #, c-format
   6484 msgid "  -b, --target=BFDNAME           Specify the target object format as BFDNAME\n"
   6485 msgstr "  -b, --target=               \n"
   6486 
   6487 #: objdump.c:358
   6488 #, c-format
   6489 msgid "  -m, --architecture=MACHINE     Specify the target architecture as MACHINE\n"
   6490 msgstr "  -m, --architecture=         \n"
   6491 
   6492 #: objdump.c:360
   6493 #, c-format
   6494 msgid "  -j, --section=NAME             Only display information for section NAME\n"
   6495 msgstr "  -j, --section=                 \n"
   6496 
   6497 #: objdump.c:362
   6498 #, c-format
   6499 msgid "  -M, --disassembler-options=OPT Pass text OPT on to the disassembler\n"
   6500 msgstr "  -M, --disassembler-options=     \n"
   6501 
   6502 #: objdump.c:364
   6503 #, c-format
   6504 msgid "  -EB --endian=big               Assume big endian format when disassembling\n"
   6505 msgstr "  -EB --endian=                 \n"
   6506 
   6507 #: objdump.c:366
   6508 #, c-format
   6509 msgid "  -EL --endian=little            Assume little endian format when disassembling\n"
   6510 msgstr "  -EL --endian=                   \n"
   6511 
   6512 #: objdump.c:368
   6513 #, c-format
   6514 msgid "      --file-start-context       Include context from start of file (with -S)\n"
   6515 msgstr "      --file-start-context            ( -S)\n"
   6516 
   6517 #: objdump.c:370
   6518 #, c-format
   6519 msgid "  -I, --include=DIR              Add DIR to search list for source files\n"
   6520 msgstr "  -I, --include=                     \n"
   6521 
   6522 #: objdump.c:372
   6523 #, c-format
   6524 msgid "  -l, --line-numbers             Include line numbers and filenames in output\n"
   6525 msgstr "  -l, --line-numbers                    \n"
   6526 
   6527 #: objdump.c:374
   6528 #, c-format
   6529 msgid "  -F, --file-offsets             Include file offsets when displaying information\n"
   6530 msgstr "  -F, --file-offsets                  \n"
   6531 
   6532 #: objdump.c:376
   6533 #, c-format
   6534 msgid "  -C, --demangle[=STYLE]         Decode mangled/processed symbol names\n"
   6535 msgstr "  -C, --demangle[=]           /  \n"
   6536 
   6537 #: objdump.c:378
   6538 msgid "                                   STYLE can be "
   6539 msgstr "                                      "
   6540 
   6541 #: objdump.c:380
   6542 #, c-format
   6543 msgid ""
   6544 "      --recurse-limit            Enable a limit on recursion whilst demangling\n"
   6545 "                                  (default)\n"
   6546 msgstr ""
   6547 "      --recurse-limit                \n"
   6548 "                                 ()\n"
   6549 
   6550 #: objdump.c:383
   6551 #, c-format
   6552 msgid "      --no-recurse-limit         Disable a limit on recursion whilst demangling\n"
   6553 msgstr "      --no-recurse-limit             \n"
   6554 
   6555 #: objdump.c:385
   6556 #, c-format
   6557 msgid "  -w, --wide                     Format output for more than 80 columns\n"
   6558 msgstr "  -w, --wide                          80 \n"
   6559 
   6560 #: objdump.c:387
   6561 #, c-format
   6562 msgid ""
   6563 "  -U[d|l|i|x|e|h]                Controls the display of UTF-8 unicode characters\n"
   6564 "  --unicode=[default|locale|invalid|hex|escape|highlight]\n"
   6565 msgstr ""
   6566 "  -U[d|l|i|x|e|h]                  -8  \n"
   6567 "  --unicode=[default|locale|invalid|hex|escape|highlight]\n"
   6568 
   6569 #: objdump.c:390
   6570 #, c-format
   6571 msgid "  -z, --disassemble-zeroes       Do not skip blocks of zeroes when disassembling\n"
   6572 msgstr "  -z, --disassemble-zeroes            \n"
   6573 
   6574 #: objdump.c:392
   6575 #, c-format
   6576 msgid "      --start-address=ADDR       Only process data whose address is >= ADDR\n"
   6577 msgstr "      --start-address=              >= \n"
   6578 
   6579 #: objdump.c:394
   6580 #, c-format
   6581 msgid "      --stop-address=ADDR        Only process data whose address is < ADDR\n"
   6582 msgstr "      --stop-address=               < \n"
   6583 
   6584 #: objdump.c:396
   6585 #, c-format
   6586 msgid "      --no-addresses             Do not print address alongside disassembly\n"
   6587 msgstr "      --no-addresses                 \n"
   6588 
   6589 #: objdump.c:398
   6590 #, c-format
   6591 msgid "      --prefix-addresses         Print complete address alongside disassembly\n"
   6592 msgstr "      --prefix-addresses             \n"
   6593 
   6594 #: objdump.c:400
   6595 #, c-format
   6596 msgid "      --[no-]show-raw-insn       Display hex alongside symbolic disassembly\n"
   6597 msgstr "      --[no-]show-raw-insn           \n"
   6598 
   6599 #: objdump.c:402
   6600 #, c-format
   6601 msgid "      --insn-width=WIDTH         Display WIDTH bytes on a single line for -d\n"
   6602 msgstr "      --insn-width=               -d\n"
   6603 
   6604 #: objdump.c:404
   6605 #, c-format
   6606 msgid "      --adjust-vma=OFFSET        Add OFFSET to all displayed section addresses\n"
   6607 msgstr "      --adjust-vma=            \n"
   6608 
   6609 #: objdump.c:406
   6610 #, c-format
   6611 msgid "      --show-all-symbols         When disassembling, display all symbols at a given address\n"
   6612 msgstr "      --show-all-symbols          ,      \n"
   6613 
   6614 #: objdump.c:408
   6615 #, c-format
   6616 msgid "      --special-syms             Include special symbols in symbol dumps\n"
   6617 msgstr "      --special-syms                  \n"
   6618 
   6619 #: objdump.c:410
   6620 #, c-format
   6621 msgid "      --inlines                  Print all inlines for source line (with -l)\n"
   6622 msgstr "      --inlines                        ( -l)\n"
   6623 
   6624 #: objdump.c:412
   6625 #, c-format
   6626 msgid "      --prefix=PREFIX            Add PREFIX to absolute paths for -S\n"
   6627 msgstr "      --prefix=                -S\n"
   6628 
   6629 #: objdump.c:414
   6630 #, c-format
   6631 msgid "      --prefix-strip=LEVEL       Strip initial directory names for -S\n"
   6632 msgstr "      --prefix-strip=             -S\n"
   6633 
   6634 #: objdump.c:416
   6635 #, c-format
   6636 msgid "      --dwarf-depth=N            Do not display DIEs at depth N or greater\n"
   6637 msgstr "      --dwarf-depth=N              DIE-   N  \n"
   6638 
   6639 #: objdump.c:418
   6640 #, c-format
   6641 msgid "      --dwarf-start=N            Display DIEs starting at offset N\n"
   6642 msgstr "      --dwarf-start=N             DIE    N\n"
   6643 
   6644 #: objdump.c:420
   6645 #, c-format
   6646 msgid "      --dwarf-check              Make additional dwarf consistency checks.\n"
   6647 msgstr "      --dwarf-check                 dwarf .\n"
   6648 
   6649 #: objdump.c:423
   6650 #, c-format
   6651 msgid "      --ctf-parent=NAME          Use CTF archive member NAME as the CTF parent\n"
   6652 msgstr "      --ctf-parent=           CTF     CTF-\n"
   6653 
   6654 #: objdump.c:426
   6655 #, c-format
   6656 msgid "      --visualize-jumps          Visualize jumps by drawing ASCII art lines\n"
   6657 msgstr "      --visualize-jumps               \n"
   6658 
   6659 #: objdump.c:428
   6660 #, c-format
   6661 msgid "      --visualize-jumps=color    Use colors in the ASCII art\n"
   6662 msgstr "      --visualize-jumps=         \n"
   6663 
   6664 #: objdump.c:430
   6665 #, c-format
   6666 msgid ""
   6667 "      --visualize-jumps=extended-color\n"
   6668 "                                 Use extended 8-bit color codes\n"
   6669 msgstr ""
   6670 "      --visualize-jumps=-\n"
   6671 "                                   8-  \n"
   6672 
   6673 #: objdump.c:433
   6674 #, c-format
   6675 msgid "      --visualize-jumps=off      Disable jump visualization\n"
   6676 msgstr "      --visualize-jumps=off        \n"
   6677 
   6678 #: objdump.c:436
   6679 #, c-format
   6680 msgid "      --disassembler-color=off       Disable disassembler color output.\n"
   6681 msgstr "      --disassembler-color=off          .\n"
   6682 
   6683 #: objdump.c:438
   6684 #, c-format
   6685 msgid "      --disassembler-color=terminal  Enable disassembler color output if displaying on a terminal. (default)\n"
   6686 msgstr "      --disassembler-color=terminal         . ()\n"
   6687 
   6688 #: objdump.c:441
   6689 #, c-format
   6690 msgid "      --disassembler-color=off       Disable disassembler color output. (default)\n"
   6691 msgstr "      --disassembler-color=off          . ()\n"
   6692 
   6693 #: objdump.c:443
   6694 #, c-format
   6695 msgid "      --disassembler-color=terminal  Enable disassembler color output if displaying on a terminal.\n"
   6696 msgstr "      --disassembler-color=terminal         .\n"
   6697 
   6698 #: objdump.c:446
   6699 #, c-format
   6700 msgid "      --disassembler-color=on        Enable disassembler color output.\n"
   6701 msgstr "      --disassembler-color=on           .\n"
   6702 
   6703 #: objdump.c:448
   6704 #, c-format
   6705 msgid ""
   6706 "      --disassembler-color=extended  Use 8-bit colors in disassembler output.\n"
   6707 "\n"
   6708 msgstr ""
   6709 "      --disassembler-color=extended   8-    .\n"
   6710 "\n"
   6711 
   6712 #: objdump.c:459
   6713 #, c-format
   6714 msgid ""
   6715 "\n"
   6716 "Options supported for -P/--private switch:\n"
   6717 msgstr ""
   6718 "\n"
   6719 "    -P/--private:\n"
   6720 
   6721 #: objdump.c:832
   6722 #, c-format
   6723 msgid "section '%s' mentioned in a -j option, but not found in any input file"
   6724 msgstr " %s     -j,        "
   6725 
   6726 #: objdump.c:990
   6727 #, c-format
   6728 msgid "Sections:\n"
   6729 msgstr ":\n"
   6730 
   6731 #: objdump.c:996
   6732 #, c-format
   6733 msgid "Idx %-*s Size      %-*s%-*sFile off  Algn"
   6734 msgstr "Idx %-*s       %-*s%-*s  "
   6735 
   6736 #: objdump.c:1002
   6737 #, c-format
   6738 msgid "  Flags"
   6739 msgstr "  "
   6740 
   6741 #: objdump.c:1019
   6742 #, c-format
   6743 msgid "failed to read symbol table from: %s"
   6744 msgstr "      : %s"
   6745 
   6746 #: objdump.c:1021 objdump.c:5514 objdump.c:5566
   6747 msgid "error message was"
   6748 msgstr "  "
   6749 
   6750 #: objdump.c:1050
   6751 #, c-format
   6752 msgid "%s: not a dynamic object"
   6753 msgstr "%s:   "
   6754 
   6755 #: objdump.c:1655 objdump.c:1720
   6756 #, c-format
   6757 msgid " (File Offset: 0x%lx)"
   6758 msgstr " ( : 0x%lx)"
   6759 
   6760 #: objdump.c:2142
   6761 #, c-format
   6762 msgid "source file %s is more recent than object file\n"
   6763 msgstr "  %s     \n"
   6764 
   6765 #: objdump.c:2511
   6766 msgid "disassembly color not correctly selected"
   6767 msgstr "    "
   6768 
   6769 #: objdump.c:3385
   6770 #, c-format
   6771 msgid "\t... (skipping %lu zeroes, resuming at file offset: 0x%lx)\n"
   6772 msgstr "\t... ( %lu ,    : 0x%lx)\n"
   6773 
   6774 #: objdump.c:3524
   6775 #, c-format
   6776 msgid "disassemble_fn returned length %d"
   6777 msgstr "disassemble_fn   %d"
   6778 
   6779 #: objdump.c:3861 objdump.c:5131
   6780 #, c-format
   6781 msgid "Reading section %s failed because: %s"
   6782 msgstr "     %s : %s"
   6783 
   6784 #: objdump.c:3877
   6785 #, c-format
   6786 msgid ""
   6787 "\n"
   6788 "Disassembly of section %s:\n"
   6789 msgstr ""
   6790 "\n"
   6791 "  %s:\n"
   6792 
   6793 #: objdump.c:4188
   6794 #, c-format
   6795 msgid "can't use supplied machine %s"
   6796 msgstr "      %s"
   6797 
   6798 #: objdump.c:4211
   6799 #, c-format
   6800 msgid "can't disassemble for architecture %s\n"
   6801 msgstr "      %s\n"
   6802 
   6803 #: objdump.c:4304
   6804 #, c-format
   6805 msgid ""
   6806 "\n"
   6807 "Section '%s' has an invalid size: %#<PRIx64>.\n"
   6808 msgstr ""
   6809 "\n"
   6810 " %s   : %#<PRIx64>.\n"
   6811 
   6812 #: objdump.c:4353
   6813 #, c-format
   6814 msgid ""
   6815 "\n"
   6816 "Can't get contents for section '%s'.\n"
   6817 msgstr ""
   6818 "\n"
   6819 "       %s.\n"
   6820 
   6821 #: objdump.c:4516
   6822 #, c-format
   6823 msgid "File %s does not contain any dwarf debug information\n"
   6824 msgstr " %s    dwarf  \n"
   6825 
   6826 #: objdump.c:4552
   6827 #, c-format
   6828 msgid ""
   6829 "No %s section present\n"
   6830 "\n"
   6831 msgstr ""
   6832 " %s \n"
   6833 "\n"
   6834 
   6835 #: objdump.c:4561
   6836 #, c-format
   6837 msgid "reading %s section of %s failed: %s"
   6838 msgstr " %s  %s : %s"
   6839 
   6840 #: objdump.c:4599
   6841 #, c-format
   6842 msgid ""
   6843 "Contents of %s section:\n"
   6844 "\n"
   6845 msgstr ""
   6846 "  %s:\n"
   6847 "\n"
   6848 
   6849 #: objdump.c:4741
   6850 #, c-format
   6851 msgid "architecture: %s, "
   6852 msgstr ": %s, "
   6853 
   6854 #: objdump.c:4744
   6855 #, c-format
   6856 msgid "flags 0x%08x:\n"
   6857 msgstr " 0x%08x:\n"
   6858 
   6859 #: objdump.c:4757
   6860 #, c-format
   6861 msgid ""
   6862 "\n"
   6863 "start address 0x"
   6864 msgstr ""
   6865 "\n"
   6866 "  0x"
   6867 
   6868 #: objdump.c:4803 readelf.c:16929
   6869 #, c-format
   6870 msgid "%s: %s"
   6871 msgstr "%s: %s"
   6872 
   6873 #: objdump.c:4803 readelf.c:16929
   6874 msgid "warning"
   6875 msgstr ""
   6876 
   6877 #: objdump.c:4803 readelf.c:16929
   6878 msgid "error"
   6879 msgstr ""
   6880 
   6881 #: objdump.c:4809 readelf.c:16934
   6882 #, c-format
   6883 msgid "CTF error: cannot get CTF errors: `%s'"
   6884 msgstr "CTF :     CTF : %s"
   6885 
   6886 #: objdump.c:4833 readelf.c:16956
   6887 #, c-format
   6888 msgid ""
   6889 "\n"
   6890 "CTF archive member: %s:\n"
   6891 msgstr ""
   6892 "\n"
   6893 " CTF : %s:\n"
   6894 
   6895 #: objdump.c:4853
   6896 #, c-format
   6897 msgid "Iteration failed: %s, %s"
   6898 msgstr "  : %s, %s"
   6899 
   6900 #: objdump.c:4899 objdump.c:4919 objdump.c:4932
   6901 #, c-format
   6902 msgid "CTF open failure: %s"
   6903 msgstr "    CTF: %s"
   6904 
   6905 #: objdump.c:4940
   6906 #, c-format
   6907 msgid "Contents of CTF section %s:\n"
   6908 msgstr " CTF  %s:\n"
   6909 
   6910 #: objdump.c:4947
   6911 #, c-format
   6912 msgid "CTF archive member open failure: %s"
   6913 msgstr "   CTF : %s"
   6914 
   6915 #: objdump.c:4998 readelf.c:17130
   6916 #, c-format
   6917 msgid "Contents of the SFrame section %s:"
   6918 msgstr "  SFrame %s:"
   6919 
   6920 #: objdump.c:5012
   6921 #, c-format
   6922 msgid "warning: private headers incomplete: %s"
   6923 msgstr ":    : %s"
   6924 
   6925 #: objdump.c:5030
   6926 msgid "option -P/--private not supported by this file"
   6927 msgstr " -P/--private    "
   6928 
   6929 #: objdump.c:5054
   6930 #, c-format
   6931 msgid "target specific dump '%s' not supported"
   6932 msgstr "   %s  "
   6933 
   6934 #: objdump.c:5120
   6935 #, c-format
   6936 msgid "Contents of section %s:"
   6937 msgstr "  %s:"
   6938 
   6939 #: objdump.c:5122
   6940 #, c-format
   6941 msgid "  (Starting at file offset: 0x%lx)"
   6942 msgstr "  (   : 0x%lx)"
   6943 
   6944 #: objdump.c:5127 readelf.c:16627
   6945 #, c-format
   6946 msgid " NOTE: This section is compressed, but its contents have NOT been expanded for this dump.\n"
   6947 msgstr " :    ,        .\n"
   6948 
   6949 #: objdump.c:5235
   6950 #, c-format
   6951 msgid "no symbols\n"
   6952 msgstr " \n"
   6953 
   6954 #: objdump.c:5242
   6955 #, c-format
   6956 msgid "no information for symbol number %ld\n"
   6957 msgstr "     %ld\n"
   6958 
   6959 #: objdump.c:5245
   6960 #, c-format
   6961 msgid "could not determine the type of symbol number %ld\n"
   6962 msgstr "       %ld\n"
   6963 
   6964 #: objdump.c:5512 objdump.c:5564
   6965 #, c-format
   6966 msgid "failed to read relocs in: %s"
   6967 msgstr "     : %s"
   6968 
   6969 #: objdump.c:5695
   6970 #, c-format
   6971 msgid ""
   6972 "\n"
   6973 "%s:     file format %s\n"
   6974 msgstr ""
   6975 "\n"
   6976 "%s:       %s\n"
   6977 
   6978 #: objdump.c:5808
   6979 #, c-format
   6980 msgid "%s: printing debugging information failed"
   6981 msgstr "%s:     "
   6982 
   6983 #: objdump.c:5895
   6984 #, c-format
   6985 msgid "In archive %s:\n"
   6986 msgstr "  %s:\n"
   6987 
   6988 #. Prevent corrupted files from spinning us into an
   6989 #. infinite loop.  100 is an arbitrary heuristic.
   6990 #: objdump.c:5900
   6991 msgid "Archive nesting is too deep"
   6992 msgstr "   "
   6993 
   6994 #: objdump.c:5905
   6995 #, c-format
   6996 msgid "In nested archive %s:\n"
   6997 msgstr "   %s:\n"
   6998 
   6999 #: objdump.c:6055
   7000 msgid "error: the start address should be before the end address"
   7001 msgstr ":       "
   7002 
   7003 #: objdump.c:6060
   7004 msgid "error: the stop address should be after the start address"
   7005 msgstr ":       "
   7006 
   7007 #: objdump.c:6072
   7008 msgid "error: prefix strip must be non-negative"
   7009 msgstr ":     -"
   7010 
   7011 #: objdump.c:6077
   7012 msgid "error: instruction width must be in the range 1 to "
   7013 msgstr ":        1  "
   7014 
   7015 #: objdump.c:6100
   7016 msgid "unrecognized argument to --visualize-option"
   7017 msgstr "   --visualize-option"
   7018 
   7019 #: objdump.c:6120
   7020 msgid "unrecognized argument to --disassembler-color"
   7021 msgstr "   --disassembler-color"
   7022 
   7023 #: objdump.c:6131
   7024 msgid "unrecognized -E option"
   7025 msgstr "  -E"
   7026 
   7027 #: objdump.c:6142
   7028 #, c-format
   7029 msgid "unrecognized --endian type `%s'"
   7030 msgstr " --endian  %s"
   7031 
   7032 #: od-elf32_avr.c:55
   7033 #, c-format
   7034 msgid ""
   7035 "For AVR ELF files:\n"
   7036 "  mem-usage       Display memory usage\n"
   7037 "  avr-prop        Display contents of .avr.prop section\n"
   7038 "  avr-deviceinfo  Display contents of .note.gnu.avr.deviceinfo section\n"
   7039 msgstr ""
   7040 " AVR ELF :\n"
   7041 "  mem-usage         \n"
   7042 "  avr-prop           .avr.prop\n"
   7043 "  avr-deviceinfo     .note.gnu.avr.deviceinfo\n"
   7044 
   7045 #: od-elf32_avr.c:190
   7046 #, c-format
   7047 msgid "Warning: section %s has a negative size of %ld bytes, saturating to 0 bytes\n"
   7048 msgstr ":  %s     %ld ,    0 \n"
   7049 
   7050 #: od-elf32_avr.c:197
   7051 #, c-format
   7052 msgid "Warning: section %s has an impossible size of %lu bytes, truncating to %lu bytes\n"
   7053 msgstr ":  %s     %lu ,   %lu \n"
   7054 
   7055 #: od-macho.c:75
   7056 #, c-format
   7057 msgid ""
   7058 "For Mach-O files:\n"
   7059 "  header           Display the file header\n"
   7060 "  section          Display the segments and sections commands\n"
   7061 "  map              Display the section map\n"
   7062 "  load             Display the load commands\n"
   7063 "  dysymtab         Display the dynamic symbol table\n"
   7064 "  codesign         Display code signature\n"
   7065 "  seg_split_info   Display segment split info\n"
   7066 "  compact_unwind   Display compact unwinding info\n"
   7067 "  function_starts  Display start address of functions\n"
   7068 "  data_in_code     Display data in code entries\n"
   7069 "  twolevel_hints   Display the two-level namespace lookup hints table\n"
   7070 "  dyld_info        Display dyld information\n"
   7071 msgstr ""
   7072 " -O :\n"
   7073 "  header             \n"
   7074 "  section              \n"
   7075 "  map                \n"
   7076 "  load               \n"
   7077 "  dysymtab            \n"
   7078 "  codesign           \n"
   7079 "  seg_split_info      \n"
   7080 "  compact_unwind      \n"
   7081 "  function_starts     \n"
   7082 "  data_in_code         \n"
   7083 "  twolevel_hints           \n"
   7084 "  dyld_info         dyld \n"
   7085 
   7086 #: od-macho.c:314
   7087 msgid "Mach-O header:\n"
   7088 msgstr "-O :\n"
   7089 
   7090 #: od-macho.c:315
   7091 #, c-format
   7092 msgid " magic     : %08lx\n"
   7093 msgstr "     : %08lx\n"
   7094 
   7095 #: od-macho.c:316
   7096 #, c-format
   7097 msgid " cputype   : %08lx (%s)\n"
   7098 msgstr " _ : %08lx (%s)\n"
   7099 
   7100 #: od-macho.c:318
   7101 #, c-format
   7102 msgid " cpusubtype: %08lx\n"
   7103 msgstr " : %08lx\n"
   7104 
   7105 #: od-macho.c:319
   7106 #, c-format
   7107 msgid " filetype  : %08lx (%s)\n"
   7108 msgstr "   : %08lx (%s)\n"
   7109 
   7110 #: od-macho.c:322
   7111 #, c-format
   7112 msgid " ncmds     : %08lx (%lu)\n"
   7113 msgstr " _     : %08lx (%lu)\n"
   7114 
   7115 #: od-macho.c:323
   7116 #, c-format
   7117 msgid " sizeofcmds: %08lx (%lu)\n"
   7118 msgstr " _: %08lx (%lu)\n"
   7119 
   7120 #: od-macho.c:324
   7121 #, c-format
   7122 msgid " flags     : %08lx ("
   7123 msgstr "      : %08lx ("
   7124 
   7125 #: od-macho.c:326
   7126 msgid ")\n"
   7127 msgstr ")\n"
   7128 
   7129 #: od-macho.c:327
   7130 #, c-format
   7131 msgid " reserved  : %08x\n"
   7132 msgstr "   : %08x\n"
   7133 
   7134 #: od-macho.c:346
   7135 msgid "Segments and Sections:\n"
   7136 msgstr "  :\n"
   7137 
   7138 #: od-macho.c:347
   7139 msgid " #: Segment name     Section name     Address\n"
   7140 msgstr " #:            \n"
   7141 
   7142 #: od-macho.c:989
   7143 msgid "cannot read rebase dyld info"
   7144 msgstr "    dyld  "
   7145 
   7146 #: od-macho.c:994
   7147 msgid "cannot read bind dyld info"
   7148 msgstr "    dyld  "
   7149 
   7150 #: od-macho.c:999
   7151 msgid "cannot read weak bind dyld info"
   7152 msgstr "    dyld   "
   7153 
   7154 #: od-macho.c:1004
   7155 msgid "cannot read lazy bind dyld info"
   7156 msgstr "    dyld   "
   7157 
   7158 #: od-macho.c:1009
   7159 msgid "cannot read export symbols dyld info"
   7160 msgstr "    dyld   "
   7161 
   7162 #: od-macho.c:1089 od-macho.c:1099 od-macho.c:1173 od-macho.c:1225
   7163 #, c-format
   7164 msgid "  [bad block length]\n"
   7165 msgstr "  [  ]\n"
   7166 
   7167 #: od-macho.c:1093
   7168 #, c-format
   7169 msgid "  %u index entry:\n"
   7170 msgid_plural "  %u index entries:\n"
   7171 msgstr[0] "  %u  :\n"
   7172 msgstr[1] "  %u  :\n"
   7173 msgstr[2] "  %u  :\n"
   7174 
   7175 #: od-macho.c:1109
   7176 #, c-format
   7177 msgid "  index entry %u: type: %08x, offset: %08x\n"
   7178 msgstr "    %u: : %08x, : %08x\n"
   7179 
   7180 #: od-macho.c:1180
   7181 #, c-format
   7182 msgid "  version:           %08x\n"
   7183 msgstr "  :                %08x\n"
   7184 
   7185 #: od-macho.c:1181
   7186 #, c-format
   7187 msgid "  flags:             %08x\n"
   7188 msgstr "  :                %08x\n"
   7189 
   7190 #: od-macho.c:1182
   7191 #, c-format
   7192 msgid "  hash offset:       %08x\n"
   7193 msgstr "   :           %08x\n"
   7194 
   7195 #: od-macho.c:1184
   7196 #, c-format
   7197 msgid "  ident offset:      %08x (- %08x)\n"
   7198 msgstr "   :         %08x (- %08x)\n"
   7199 
   7200 #: od-macho.c:1186
   7201 #, c-format
   7202 msgid "   identity: %s\n"
   7203 msgstr "   : %s\n"
   7204 
   7205 #: od-macho.c:1187
   7206 #, c-format
   7207 msgid "  nbr special slots: %08x (at offset %08x)\n"
   7208 msgstr "  .  :  %08x (  %08x)\n"
   7209 
   7210 #: od-macho.c:1190
   7211 #, c-format
   7212 msgid "  nbr code slots:    %08x\n"
   7213 msgstr "  .  :    %08x\n"
   7214 
   7215 #: od-macho.c:1191
   7216 #, c-format
   7217 msgid "  code limit:        %08x\n"
   7218 msgstr "   :       %08x\n"
   7219 
   7220 #: od-macho.c:1192
   7221 #, c-format
   7222 msgid "  hash size:         %02x\n"
   7223 msgstr "   :          %02x\n"
   7224 
   7225 #: od-macho.c:1193
   7226 #, c-format
   7227 msgid "  hash type:         %02x (%s)\n"
   7228 msgstr "   :             %02x (%s)\n"
   7229 
   7230 #: od-macho.c:1196
   7231 #, c-format
   7232 msgid "  spare1:            %02x\n"
   7233 msgstr "  1:              %02x\n"
   7234 
   7235 #: od-macho.c:1197
   7236 #, c-format
   7237 msgid "  page size:         %02x\n"
   7238 msgstr "   :     %02x\n"
   7239 
   7240 #: od-macho.c:1198
   7241 #, c-format
   7242 msgid "  spare2:            %08x\n"
   7243 msgstr "  2:              %08x\n"
   7244 
   7245 #: od-macho.c:1200
   7246 #, c-format
   7247 msgid "  scatter offset:    %08x\n"
   7248 msgstr "   :      %08x\n"
   7249 
   7250 #: od-macho.c:1212
   7251 #, c-format
   7252 msgid "  [truncated block]\n"
   7253 msgstr "  [ ]\n"
   7254 
   7255 #: od-macho.c:1220
   7256 #, c-format
   7257 msgid " magic : %08x (%s)\n"
   7258 msgstr "  :  %08x (%s)\n"
   7259 
   7260 #: od-macho.c:1222
   7261 #, c-format
   7262 msgid " length: %08x\n"
   7263 msgstr " :   %08x\n"
   7264 
   7265 #: od-macho.c:1253
   7266 msgid "cannot read code signature data"
   7267 msgstr "      "
   7268 
   7269 #: od-macho.c:1281
   7270 msgid "cannot read segment split info"
   7271 msgstr "      "
   7272 
   7273 #: od-macho.c:1287
   7274 msgid "segment split info is not nul terminated"
   7275 msgstr "      "
   7276 
   7277 #: od-macho.c:1295
   7278 #, c-format
   7279 msgid "  32 bit pointers:\n"
   7280 msgstr "   32 :\n"
   7281 
   7282 #: od-macho.c:1298
   7283 #, c-format
   7284 msgid "  64 bit pointers:\n"
   7285 msgstr "   64 :\n"
   7286 
   7287 #: od-macho.c:1301
   7288 #, c-format
   7289 msgid "  PPC hi-16:\n"
   7290 msgstr "   hi-16:\n"
   7291 
   7292 #: od-macho.c:1304
   7293 #, c-format
   7294 msgid "  Unhandled location type %u\n"
   7295 msgstr "     %u\n"
   7296 
   7297 #: od-macho.c:1328
   7298 msgid "cannot read function starts"
   7299 msgstr "     "
   7300 
   7301 #: od-macho.c:1392
   7302 msgid "cannot read data_in_code"
   7303 msgstr "    data_in_code"
   7304 
   7305 #: od-macho.c:1430
   7306 msgid "cannot read twolevel hints"
   7307 msgstr "      "
   7308 
   7309 #: od-macho.c:1498
   7310 msgid "cannot read build tools"
   7311 msgstr "     "
   7312 
   7313 #: od-pe.c:215
   7314 #, c-format
   7315 msgid ""
   7316 "For PE files:\n"
   7317 "  header      Display the file header\n"
   7318 "  sections    Display the section headers\n"
   7319 msgstr ""
   7320 " PE :\n"
   7321 "  header        \n"
   7322 "  sections      \n"
   7323 
   7324 #: od-pe.c:268
   7325 #, c-format
   7326 msgid "unknown: 0x%x"
   7327 msgstr ": 0x%x"
   7328 
   7329 #: od-pe.c:284
   7330 #, c-format
   7331 msgid ""
   7332 "\n"
   7333 "  File header not present\n"
   7334 msgstr ""
   7335 "\n"
   7336 "     \n"
   7337 
   7338 #: od-pe.c:287
   7339 #, c-format
   7340 msgid ""
   7341 "\n"
   7342 "  File Header (at offset 0):\n"
   7343 msgstr ""
   7344 "\n"
   7345 "    (  0):\n"
   7346 
   7347 #: od-pe.c:293
   7348 #, c-format
   7349 msgid "Bytes on Last Page:\t\t%d\n"
   7350 msgstr "   :\t\t%d\n"
   7351 
   7352 #: od-pe.c:296
   7353 #, c-format
   7354 msgid "Pages In File:\t\t\t%d\n"
   7355 msgstr "  :\t\t\t%d\n"
   7356 
   7357 #: od-pe.c:299
   7358 #, c-format
   7359 msgid "Relocations:\t\t\t%d\n"
   7360 msgstr ":\t\t\t%d\n"
   7361 
   7362 #: od-pe.c:302
   7363 #, c-format
   7364 msgid "Size of header in paragraphs:\t%d\n"
   7365 msgstr "   :\t%d\n"
   7366 
   7367 #: od-pe.c:305
   7368 #, c-format
   7369 msgid "Min extra paragraphs needed:\t%d\n"
   7370 msgstr "   :\t%d\n"
   7371 
   7372 #: od-pe.c:308
   7373 #, c-format
   7374 msgid "Max extra paragraphs needed:\t%d\n"
   7375 msgstr "   :\t%d\n"
   7376 
   7377 #: od-pe.c:311
   7378 #, c-format
   7379 msgid "Initial (relative) SS value:\t%d\n"
   7380 msgstr " () SS :\t%d\n"
   7381 
   7382 #: od-pe.c:314
   7383 #, c-format
   7384 msgid "Initial SP value:\t\t%d\n"
   7385 msgstr " SP :\t\t%d\n"
   7386 
   7387 #: od-pe.c:317
   7388 #, c-format
   7389 msgid "Checksum:\t\t\t%#x\n"
   7390 msgstr " :\t\t\t%#x\n"
   7391 
   7392 #: od-pe.c:320
   7393 #, c-format
   7394 msgid "Initial IP value:\t\t%d\n"
   7395 msgstr " IP :\t\t%d\n"
   7396 
   7397 #: od-pe.c:323
   7398 #, c-format
   7399 msgid "Initial (relative) CS value:\t%d\n"
   7400 msgstr " () CS :\t%d\n"
   7401 
   7402 #: od-pe.c:326
   7403 #, c-format
   7404 msgid "File address of reloc table:\t%d\n"
   7405 msgstr "   :\t%d\n"
   7406 
   7407 #: od-pe.c:329
   7408 #, c-format
   7409 msgid "Overlay number:\t\t\t%d\n"
   7410 msgstr " :\t\t\t%d\n"
   7411 
   7412 #: od-pe.c:332
   7413 #, c-format
   7414 msgid "OEM identifier:\t\t\t%d\n"
   7415 msgstr "OEM :\t\t\t%d\n"
   7416 
   7417 #: od-pe.c:335
   7418 #, c-format
   7419 msgid "OEM information:\t\t%#x\n"
   7420 msgstr "OEM :\t\t%#x\n"
   7421 
   7422 #: od-pe.c:338
   7423 #, c-format
   7424 msgid "File address of new exe header:\t%#lx\n"
   7425 msgstr "   exe :\t%#lx\n"
   7426 
   7427 #: od-pe.c:369
   7428 #, c-format
   7429 msgid "Stub message:\t\t\t"
   7430 msgstr " :\t\t\t"
   7431 
   7432 #: od-pe.c:383
   7433 #, c-format
   7434 msgid ""
   7435 "\n"
   7436 "  Image Header (at offset %#lx):\n"
   7437 msgstr ""
   7438 "\n"
   7439 "    (  %#lx):\n"
   7440 
   7441 #: od-pe.c:391
   7442 #, c-format
   7443 msgid "Machine Number:\t\t\t%#x\t\t- %s\n"
   7444 msgstr " :\t\t\t%#x\t\t- %s\n"
   7445 
   7446 #: od-pe.c:394
   7447 #, c-format
   7448 msgid "Number of sections:\t\t\\%d\n"
   7449 msgstr " :\t\t\\%d\n"
   7450 
   7451 #: od-pe.c:397
   7452 #, c-format
   7453 msgid "Time/Date:\t\t\t%#08lx\t- "
   7454 msgstr "/:\t\t\t%#08lx\t- "
   7455 
   7456 #: od-pe.c:399 od-xcoff.c:422 readelf.c:21727
   7457 #, c-format
   7458 msgid "not set\n"
   7459 msgstr " \n"
   7460 
   7461 #: od-pe.c:407
   7462 #, c-format
   7463 msgid "Symbol table offset:\t\t%#08lx\n"
   7464 msgstr "  :\t\t%#08lx\n"
   7465 
   7466 #: od-pe.c:409
   7467 #, c-format
   7468 msgid "Number of symbols:\t\t\\%ld\n"
   7469 msgstr " :\t\t\\%ld\n"
   7470 
   7471 #: od-pe.c:413
   7472 #, c-format
   7473 msgid "Optional header size:\t\t%#x\n"
   7474 msgstr "  :\t\t%#x\n"
   7475 
   7476 #: od-pe.c:416
   7477 #, c-format
   7478 msgid "Flags:\t\t\t\t0x%04x\t\t- "
   7479 msgstr ":\t\t\t\t0x%04x\t\t- "
   7480 
   7481 #: od-pe.c:424
   7482 #, c-format
   7483 msgid ""
   7484 "\n"
   7485 "  Optional 64-bit AOUT Header (at offset %#lx):\n"
   7486 msgstr ""
   7487 "\n"
   7488 "   AOUT  64- (  %#lx):\n"
   7489 
   7490 #: od-pe.c:431
   7491 #, c-format
   7492 msgid "error: unable to read AOUT and PE+ headers\n"
   7493 msgstr ":     AOUT  PE+ \n"
   7494 
   7495 #: od-pe.c:435 od-pe.c:537
   7496 #, c-format
   7497 msgid "Magic:\t\t\t\t%x\t\t- %s\n"
   7498 msgstr ":\t\t\t\t%x\t\t- %s\n"
   7499 
   7500 #: od-pe.c:436 od-pe.c:538 readelf.c:19576 readelf.c:19645
   7501 msgid "Unknown"
   7502 msgstr ""
   7503 
   7504 #: od-pe.c:438 od-pe.c:540
   7505 #, c-format
   7506 msgid "Linker Version:\t\t\t%x\t\t- %u.%02u\n"
   7507 msgstr " :\t\t\t%x\t\t- %u.%02u\n"
   7508 
   7509 #: od-pe.c:443 od-pe.c:545
   7510 #, c-format
   7511 msgid "Text Size:\t\t\t%#lx\n"
   7512 msgstr " :\t\t\t%#lx\n"
   7513 
   7514 #: od-pe.c:445 od-pe.c:547
   7515 #, c-format
   7516 msgid "Data Size:\t\t\t%#lx\n"
   7517 msgstr " :\t\t\t%#lx\n"
   7518 
   7519 #: od-pe.c:447 od-pe.c:549
   7520 #, c-format
   7521 msgid "BSS Size:\t\t\t%#lx\n"
   7522 msgstr "BSS :\t\t\t%#lx\n"
   7523 
   7524 #: od-pe.c:449 od-pe.c:551
   7525 #, c-format
   7526 msgid "Entry Point:\t\t\t%#lx\n"
   7527 msgstr " :\t\t\t%#lx\n"
   7528 
   7529 #: od-pe.c:451 od-pe.c:553
   7530 #, c-format
   7531 msgid "Text Start:\t\t\t%#lx\n"
   7532 msgstr " :\t\t\t%#lx\n"
   7533 
   7534 #. There is no data_start field in the PE+ standard header.
   7535 #: od-pe.c:455
   7536 #, c-format
   7537 msgid ""
   7538 "\n"
   7539 "  Optional PE+ Header (at offset %#lx):\n"
   7540 msgstr ""
   7541 "\n"
   7542 "   PE+  (  %#lx):\n"
   7543 
   7544 #: od-pe.c:458 od-pe.c:571
   7545 #, c-format
   7546 msgid "Image Base:\t\t\t%#lx\n"
   7547 msgstr " :\t\t\t%#lx\n"
   7548 
   7549 #: od-pe.c:460 od-pe.c:573
   7550 #, c-format
   7551 msgid "Section Alignment:\t\t%#lx\n"
   7552 msgstr " :\t\t%#lx\n"
   7553 
   7554 #: od-pe.c:462 od-pe.c:575
   7555 #, c-format
   7556 msgid "File Alignment:\t\t\t%#lx\n"
   7557 msgstr " :\t\t\t%#lx\n"
   7558 
   7559 #: od-pe.c:465 od-pe.c:578
   7560 #, c-format
   7561 msgid "Image Version:\t\t\t%lx\t\t- %u.%02u\n"
   7562 msgstr " :\t\t\t%lx\t\t- %u.%02u\n"
   7563 
   7564 #: od-pe.c:470 od-pe.c:583
   7565 #, c-format
   7566 msgid "Minimal Subsystem Version:\t%lx\t\t- %u.%02u\n"
   7567 msgstr "  :\t%lx\t\t- %u.%02u\n"
   7568 
   7569 #: od-pe.c:475 od-pe.c:588
   7570 #, c-format
   7571 msgid "Minimal OS Version:\t\t%lx\t\t- %u.%02u\n"
   7572 msgstr "  -:\t\t%lx\t\t- %u.%02u\n"
   7573 
   7574 #: od-pe.c:480 od-pe.c:593
   7575 #, c-format
   7576 msgid "Overwrite OS Version:\t\t%lx\t\t- "
   7577 msgstr " - :\t\t%lx\t\t- "
   7578 
   7579 #: od-pe.c:483 od-pe.c:596
   7580 #, c-format
   7581 msgid "(default)\n"
   7582 msgstr "()\n"
   7583 
   7584 #: od-pe.c:485 od-pe.c:598
   7585 #, c-format
   7586 msgid "%u.%02u (build %u, platform %s)\n"
   7587 msgstr "%u.%02u ( %u,  %s)\n"
   7588 
   7589 #: od-pe.c:491 od-pe.c:604
   7590 #, c-format
   7591 msgid "Size Of Image:\t\t\t%#lx\n"
   7592 msgstr " :\t\t\t%#lx\n"
   7593 
   7594 #: od-pe.c:493 od-pe.c:606
   7595 #, c-format
   7596 msgid "Size Of Headers:\t\t%#lx\n"
   7597 msgstr " :\t\t%#lx\n"
   7598 
   7599 #: od-pe.c:495 od-pe.c:608
   7600 #, c-format
   7601 msgid "CheckSum:\t\t\t%#lx\n"
   7602 msgstr " :\t\t\t%#lx\n"
   7603 
   7604 #: od-pe.c:497 od-pe.c:610
   7605 #, c-format
   7606 msgid "Subsystem:\t\t\t%d\n"
   7607 msgstr ":\t\t\t%d\n"
   7608 
   7609 #. FIXME: Decode the characteristics.
   7610 #: od-pe.c:500 od-pe.c:613
   7611 #, c-format
   7612 msgid "DllCharacteristics:\t\t%#x\n"
   7613 msgstr "Dll_:\t\t%#x\n"
   7614 
   7615 #: od-pe.c:502 od-pe.c:615
   7616 #, c-format
   7617 msgid "Size Of Stack Reserve:\t\t%#lx\n"
   7618 msgstr "  :\t\t%#lx\n"
   7619 
   7620 #: od-pe.c:504 od-pe.c:617
   7621 #, c-format
   7622 msgid "Size Of Stack Commit:\t\t%#lx\n"
   7623 msgstr "  :\t\t%#lx\n"
   7624 
   7625 #: od-pe.c:506 od-pe.c:619
   7626 #, c-format
   7627 msgid "Size Of Heap Reserve:\t\t%#lx\n"
   7628 msgstr "  :\t\t%#lx\n"
   7629 
   7630 #: od-pe.c:508 od-pe.c:621
   7631 #, c-format
   7632 msgid "Size Of Heap Commit:\t\t%#lx\n"
   7633 msgstr "  :\t\t%#lx\n"
   7634 
   7635 #: od-pe.c:510 od-pe.c:623
   7636 #, c-format
   7637 msgid "Loader Flags:\t\t\t%#lx\n"
   7638 msgstr " :\t\t\t%#lx\n"
   7639 
   7640 #: od-pe.c:512 od-pe.c:625
   7641 #, c-format
   7642 msgid "Number Of Rva and Sizes:\t%#lx\n"
   7643 msgstr " Rva  :\t%#lx\n"
   7644 
   7645 #: od-pe.c:528
   7646 #, c-format
   7647 msgid ""
   7648 "\n"
   7649 "  Optional 32-bit AOUT Header (at offset %#lx, size %d):\n"
   7650 msgstr ""
   7651 "\n"
   7652 "   AOUT  32- (  %#lx,  %d):\n"
   7653 
   7654 #: od-pe.c:533
   7655 #, c-format
   7656 msgid "error: unable to seek to/read AOUT header\n"
   7657 msgstr ":     / AOUT \n"
   7658 
   7659 #: od-pe.c:555
   7660 #, c-format
   7661 msgid "Data Start:\t\t\t%#lx\n"
   7662 msgstr " :\t\t\t%#lx\n"
   7663 
   7664 #: od-pe.c:562
   7665 #, c-format
   7666 msgid ""
   7667 "\n"
   7668 "  Optional PE Header (at offset %#lx):\n"
   7669 msgstr ""
   7670 "\n"
   7671 "   PE  (  %#lx):\n"
   7672 
   7673 #: od-pe.c:568
   7674 #, c-format
   7675 msgid "error: unable to seek to/read PE header\n"
   7676 msgstr ":     / PE \n"
   7677 
   7678 #: od-pe.c:633
   7679 #, c-format
   7680 msgid ""
   7681 "\n"
   7682 "Unsupported size of Optional Header\n"
   7683 msgstr ""
   7684 "\n"
   7685 "   \n"
   7686 
   7687 #: od-pe.c:636
   7688 #, c-format
   7689 msgid ""
   7690 "\n"
   7691 "  Optional header not present\n"
   7692 msgstr ""
   7693 "\n"
   7694 "     \n"
   7695 
   7696 #: od-pe.c:645
   7697 #, c-format
   7698 msgid "Align: 8192 "
   7699 msgstr ": 8192 "
   7700 
   7701 #: od-pe.c:647
   7702 #, c-format
   7703 msgid "Align: 4096 "
   7704 msgstr ": 4096 "
   7705 
   7706 #: od-pe.c:649
   7707 #, c-format
   7708 msgid "Align: 2048 "
   7709 msgstr ": 2048 "
   7710 
   7711 #: od-pe.c:651
   7712 #, c-format
   7713 msgid "Align: 1024 "
   7714 msgstr ": 1024 "
   7715 
   7716 #: od-pe.c:653
   7717 #, c-format
   7718 msgid "Align: 512 "
   7719 msgstr ": 512 "
   7720 
   7721 #: od-pe.c:655
   7722 #, c-format
   7723 msgid "Align: 256 "
   7724 msgstr ": 256 "
   7725 
   7726 #: od-pe.c:657
   7727 #, c-format
   7728 msgid "Align: 128 "
   7729 msgstr ": 128 "
   7730 
   7731 #: od-pe.c:659
   7732 #, c-format
   7733 msgid "Align: 64 "
   7734 msgstr ": 64 "
   7735 
   7736 #: od-pe.c:661
   7737 #, c-format
   7738 msgid "Align: 32 "
   7739 msgstr ": 32 "
   7740 
   7741 #: od-pe.c:663
   7742 #, c-format
   7743 msgid "Align: 16 "
   7744 msgstr ": 16 "
   7745 
   7746 #: od-pe.c:665
   7747 #, c-format
   7748 msgid "Align: 8 "
   7749 msgstr ": 8 "
   7750 
   7751 #: od-pe.c:667
   7752 #, c-format
   7753 msgid "Align: 4 "
   7754 msgstr ": 4 "
   7755 
   7756 #: od-pe.c:669
   7757 #, c-format
   7758 msgid "Align: 2 "
   7759 msgstr ": 2 "
   7760 
   7761 #: od-pe.c:671
   7762 #, c-format
   7763 msgid "Align: 1 "
   7764 msgstr ": 1 "
   7765 
   7766 #: od-pe.c:673
   7767 #, c-format
   7768 msgid "Align: *unknown* "
   7769 msgstr ": ** "
   7770 
   7771 #: od-pe.c:693
   7772 #, c-format
   7773 msgid ""
   7774 "\n"
   7775 "Section headers (at offset 0x%08x):\n"
   7776 msgstr ""
   7777 "\n"
   7778 "  (  0x%08x):\n"
   7779 
   7780 #: od-pe.c:697
   7781 #, c-format
   7782 msgid "  No section headers\n"
   7783 msgstr "    \n"
   7784 
   7785 #: od-pe.c:702
   7786 msgid "cannot seek to section headers start\n"
   7787 msgstr "       \n"
   7788 
   7789 #: od-pe.c:720 od-xcoff.c:535 od-xcoff.c:547 od-xcoff.c:602
   7790 msgid "cannot read section header"
   7791 msgstr "     "
   7792 
   7793 #: od-pe.c:737
   7794 #, c-format
   7795 msgid "   %08x "
   7796 msgstr "   %08x "
   7797 
   7798 #: od-pe.c:739
   7799 #, c-format
   7800 msgid ""
   7801 "\n"
   7802 "            Flags: %08x: "
   7803 msgstr ""
   7804 "\n"
   7805 "            : %08x "
   7806 
   7807 #: od-pe.c:779
   7808 msgid "cannot seek to/read file header"
   7809 msgstr "    /  "
   7810 
   7811 #: od-pe.c:799
   7812 #, c-format
   7813 msgid "cannot seek to/read image header at offset %#x"
   7814 msgstr "    /     %#x"
   7815 
   7816 #: od-pe.c:822
   7817 msgid "cannot seek to/read image header"
   7818 msgstr "    /  "
   7819 
   7820 #: od-xcoff.c:78
   7821 #, c-format
   7822 msgid ""
   7823 "For XCOFF files:\n"
   7824 "  header      Display the file header\n"
   7825 "  aout        Display the auxiliary header\n"
   7826 "  sections    Display the section headers\n"
   7827 "  syms        Display the symbols table\n"
   7828 "  relocs      Display the relocation entries\n"
   7829 "  lineno      Display the line number entries\n"
   7830 "  loader      Display loader section\n"
   7831 "  except      Display exception table\n"
   7832 "  typchk      Display type-check section\n"
   7833 "  traceback   Display traceback tags\n"
   7834 "  toc         Display toc symbols\n"
   7835 "  ldinfo      Display loader info in core files\n"
   7836 msgstr ""
   7837 "  :\n"
   7838 "  header        \n"
   7839 "  aout          \n"
   7840 "  sections      \n"
   7841 "  syms          \n"
   7842 "  relocs        \n"
   7843 "  lineno         \n"
   7844 "  loader        \n"
   7845 "  except        \n"
   7846 "  typchk         \n"
   7847 "  traceback      \n"
   7848 "  toc            \n"
   7849 "  ldinfo           \n"
   7850 
   7851 #: od-xcoff.c:419
   7852 #, c-format
   7853 msgid "  nbr sections:  %d\n"
   7854 msgstr "   :       %d\n"
   7855 
   7856 #: od-xcoff.c:420
   7857 #, c-format
   7858 msgid "  time and date: 0x%08x  - "
   7859 msgstr "    :      0x%08x   "
   7860 
   7861 #: od-xcoff.c:429
   7862 #, c-format
   7863 msgid "  symbols off:   0x%08x\n"
   7864 msgstr "  . :      0x%08x\n"
   7865 
   7866 #: od-xcoff.c:430
   7867 #, c-format
   7868 msgid "  nbr symbols:   %d\n"
   7869 msgstr "   :       %d\n"
   7870 
   7871 #: od-xcoff.c:431
   7872 #, c-format
   7873 msgid "  opt hdr sz:    %d\n"
   7874 msgstr "    : %d\n"
   7875 
   7876 #: od-xcoff.c:432
   7877 #, c-format
   7878 msgid "  flags:         0x%04x "
   7879 msgstr "  :               0x%04x "
   7880 
   7881 #: od-xcoff.c:446
   7882 #, c-format
   7883 msgid "Auxiliary header:\n"
   7884 msgstr " :\n"
   7885 
   7886 #: od-xcoff.c:449
   7887 #, c-format
   7888 msgid "  No aux header\n"
   7889 msgstr "   . \n"
   7890 
   7891 #: od-xcoff.c:454
   7892 #, c-format
   7893 msgid "warning: optional header size too large (> %d)\n"
   7894 msgstr ":      (> %d)\n"
   7895 
   7896 #: od-xcoff.c:460
   7897 msgid "cannot read auxhdr"
   7898 msgstr "    "
   7899 
   7900 #: od-xcoff.c:525
   7901 #, c-format
   7902 msgid "Section headers (at %u+%u=0x%08x to 0x%08x):\n"
   7903 msgstr "  ( %u+%u=0x%08x  0x%08x):\n"
   7904 
   7905 #: od-xcoff.c:530
   7906 #, c-format
   7907 msgid "  No section header\n"
   7908 msgstr "    \n"
   7909 
   7910 #: od-xcoff.c:561
   7911 #, c-format
   7912 msgid "            Flags: %08x "
   7913 msgstr "            : %08x "
   7914 
   7915 #: od-xcoff.c:569
   7916 #, c-format
   7917 msgid "overflow - nreloc: %u, nlnno: %u\n"
   7918 msgstr "  .: %u, .: %u\n"
   7919 
   7920 #: od-xcoff.c:590 od-xcoff.c:925 od-xcoff.c:981
   7921 msgid "cannot read section headers"
   7922 msgstr "     "
   7923 
   7924 #: od-xcoff.c:649
   7925 msgid "cannot read strings table length"
   7926 msgstr "      "
   7927 
   7928 #: od-xcoff.c:665
   7929 msgid "cannot read strings table"
   7930 msgstr "     "
   7931 
   7932 #: od-xcoff.c:673
   7933 msgid "cannot read symbol table"
   7934 msgstr "     "
   7935 
   7936 #: od-xcoff.c:688
   7937 msgid "cannot read symbol entry"
   7938 msgstr "     "
   7939 
   7940 #: od-xcoff.c:723
   7941 msgid "cannot read symbol aux entry"
   7942 msgstr "      "
   7943 
   7944 #: od-xcoff.c:745
   7945 #, c-format
   7946 msgid "Symbols table (strtable at 0x%08x)"
   7947 msgstr "  (   0x%08x)"
   7948 
   7949 #: od-xcoff.c:750
   7950 #, c-format
   7951 msgid ""
   7952 ":\n"
   7953 "  No symbols\n"
   7954 msgstr ""
   7955 ":\n"
   7956 "   \n"
   7957 
   7958 #: od-xcoff.c:756
   7959 #, c-format
   7960 msgid " (no strings):\n"
   7961 msgstr " ( ):\n"
   7962 
   7963 #: od-xcoff.c:758
   7964 #, c-format
   7965 msgid " (strings size: %08x):\n"
   7966 msgstr " ( : %08x):\n"
   7967 
   7968 #. Translators: 'sc' is for storage class, 'off' for offset.
   7969 #: od-xcoff.c:772
   7970 #, c-format
   7971 msgid "  # sc         value    section  type aux name/off\n"
   7972 msgstr "  #                /.\n"
   7973 
   7974 #. Section length, number of relocs and line number.
   7975 #: od-xcoff.c:824
   7976 #, c-format
   7977 msgid "  scnlen: %08x  nreloc: %-6u  nlinno: %-6u\n"
   7978 msgstr "  : %08x  .: %-6u  .: %-6u\n"
   7979 
   7980 #. Section length and number of relocs.
   7981 #: od-xcoff.c:831
   7982 #, c-format
   7983 msgid "  scnlen: %08x  nreloc: %-6u\n"
   7984 msgstr "  : %08x  .: %-6u\n"
   7985 
   7986 #: od-xcoff.c:894
   7987 #, c-format
   7988 msgid "offset: %08x"
   7989 msgstr ": %08x"
   7990 
   7991 #: od-xcoff.c:937
   7992 #, c-format
   7993 msgid "Relocations for %s (%u)\n"
   7994 msgstr "  %s (%u)\n"
   7995 
   7996 #: od-xcoff.c:940
   7997 msgid "cannot read relocations"
   7998 msgstr "    "
   7999 
   8000 #: od-xcoff.c:953
   8001 msgid "cannot read relocation entry"
   8002 msgstr "     "
   8003 
   8004 #: od-xcoff.c:993
   8005 #, c-format
   8006 msgid "Line numbers for %s (%u)\n"
   8007 msgstr "   %s (%u)\n"
   8008 
   8009 #: od-xcoff.c:996
   8010 msgid "cannot read line numbers"
   8011 msgstr "     "
   8012 
   8013 #. Line number, symbol index and physical address.
   8014 #: od-xcoff.c:1000
   8015 #, c-format
   8016 msgid "lineno  symndx/paddr\n"
   8017 msgstr ". /\n"
   8018 
   8019 #: od-xcoff.c:1008
   8020 msgid "cannot read line number entry"
   8021 msgstr "      "
   8022 
   8023 #: od-xcoff.c:1051
   8024 #, c-format
   8025 msgid "no .loader section in file\n"
   8026 msgstr "  .loader  \n"
   8027 
   8028 #: od-xcoff.c:1057
   8029 #, c-format
   8030 msgid "section .loader is too short\n"
   8031 msgstr " .loader  \n"
   8032 
   8033 #: od-xcoff.c:1064
   8034 #, c-format
   8035 msgid "Loader header:\n"
   8036 msgstr " :\n"
   8037 
   8038 #: od-xcoff.c:1066
   8039 #, c-format
   8040 msgid "  version:           %u\n"
   8041 msgstr "  :           %u\n"
   8042 
   8043 #: od-xcoff.c:1069
   8044 #, c-format
   8045 msgid " Unhandled version\n"
   8046 msgstr "  \n"
   8047 
   8048 #: od-xcoff.c:1074
   8049 #, c-format
   8050 msgid "  nbr symbols:       %u\n"
   8051 msgstr "  . :               %u\n"
   8052 
   8053 #: od-xcoff.c:1076
   8054 #, c-format
   8055 msgid "  nbr relocs:        %u\n"
   8056 msgstr "  . :            %u\n"
   8057 
   8058 #. Import string table length.
   8059 #: od-xcoff.c:1078
   8060 #, c-format
   8061 msgid "  import strtab len: %u\n"
   8062 msgstr "     : %u\n"
   8063 
   8064 #: od-xcoff.c:1081
   8065 #, c-format
   8066 msgid "  nbr import files:  %u\n"
   8067 msgstr "    :       %u\n"
   8068 
   8069 #: od-xcoff.c:1083
   8070 #, c-format
   8071 msgid "  import file off:   %u\n"
   8072 msgstr "    :    %u\n"
   8073 
   8074 #: od-xcoff.c:1085
   8075 #, c-format
   8076 msgid "  string table len:  %u\n"
   8077 msgstr "    :       %u\n"
   8078 
   8079 #: od-xcoff.c:1087
   8080 #, c-format
   8081 msgid "  string table off:  %u\n"
   8082 msgstr "    :      %u\n"
   8083 
   8084 #: od-xcoff.c:1090
   8085 #, c-format
   8086 msgid "Dynamic symbols:\n"
   8087 msgstr " :\n"
   8088 
   8089 #: od-xcoff.c:1097
   8090 #, c-format
   8091 msgid "  %4u %08x %3u "
   8092 msgstr "  %4u %08x %3u "
   8093 
   8094 #: od-xcoff.c:1110
   8095 #, c-format
   8096 msgid " %3u %3u "
   8097 msgstr " %3u %3u "
   8098 
   8099 #: od-xcoff.c:1119
   8100 #, c-format
   8101 msgid "(bad offset: %u)"
   8102 msgstr "( : %u)"
   8103 
   8104 #: od-xcoff.c:1126
   8105 #, c-format
   8106 msgid "Dynamic relocs:\n"
   8107 msgstr " :\n"
   8108 
   8109 #: od-xcoff.c:1166
   8110 #, c-format
   8111 msgid "Import files:\n"
   8112 msgstr " :\n"
   8113 
   8114 #: od-xcoff.c:1198
   8115 #, c-format
   8116 msgid "no .except section in file\n"
   8117 msgstr "  .except  \n"
   8118 
   8119 #: od-xcoff.c:1206
   8120 #, c-format
   8121 msgid "Exception table:\n"
   8122 msgstr " :\n"
   8123 
   8124 #: od-xcoff.c:1241
   8125 #, c-format
   8126 msgid "no .typchk section in file\n"
   8127 msgstr "  .typchk  \n"
   8128 
   8129 #: od-xcoff.c:1248
   8130 #, c-format
   8131 msgid "Type-check section:\n"
   8132 msgstr "  :\n"
   8133 
   8134 #: od-xcoff.c:1295
   8135 #, c-format
   8136 msgid " address beyond section size\n"
   8137 msgstr "     \n"
   8138 
   8139 #: od-xcoff.c:1305
   8140 #, c-format
   8141 msgid " tags at %08x\n"
   8142 msgstr "   %08x\n"
   8143 
   8144 #: od-xcoff.c:1383
   8145 #, c-format
   8146 msgid " number of CTL anchors: %u\n"
   8147 msgstr "   : %u\n"
   8148 
   8149 #: od-xcoff.c:1402
   8150 #, c-format
   8151 msgid " Name (len: %u): "
   8152 msgstr "  (: %u): "
   8153 
   8154 #: od-xcoff.c:1405
   8155 #, c-format
   8156 msgid "[truncated]\n"
   8157 msgstr "[]\n"
   8158 
   8159 #: od-xcoff.c:1424
   8160 #, c-format
   8161 msgid " (end of tags at %08x)\n"
   8162 msgstr " (   %08x)\n"
   8163 
   8164 #: od-xcoff.c:1427
   8165 #, c-format
   8166 msgid " no tags found\n"
   8167 msgstr "   \n"
   8168 
   8169 #: od-xcoff.c:1431
   8170 #, c-format
   8171 msgid " Truncated .text section\n"
   8172 msgstr "  .text  \n"
   8173 
   8174 #: od-xcoff.c:1516
   8175 #, c-format
   8176 msgid "TOC:\n"
   8177 msgstr ":\n"
   8178 
   8179 #: od-xcoff.c:1559
   8180 #, c-format
   8181 msgid "Nbr entries: %-8u Size: %08x (%u)\n"
   8182 msgstr " : %-8u : %08x (%u)\n"
   8183 
   8184 #: od-xcoff.c:1643
   8185 msgid "cannot read header"
   8186 msgstr "    "
   8187 
   8188 #: od-xcoff.c:1651
   8189 #, c-format
   8190 msgid "File header:\n"
   8191 msgstr " :\n"
   8192 
   8193 #: od-xcoff.c:1652
   8194 #, c-format
   8195 msgid "  magic:         0x%04x (0%04o)  "
   8196 msgstr "  :        0x%04x (0%04o)  "
   8197 
   8198 #: od-xcoff.c:1656
   8199 #, c-format
   8200 msgid "(WRMAGIC: writable text segments)"
   8201 msgstr "(WRMAGIC:   )"
   8202 
   8203 #: od-xcoff.c:1659
   8204 #, c-format
   8205 msgid "(ROMAGIC: readonly sharablee text segments)"
   8206 msgstr "(ROMAGIC:      )"
   8207 
   8208 #: od-xcoff.c:1662
   8209 #, c-format
   8210 msgid "(TOCMAGIC: readonly text segments and TOC)"
   8211 msgstr "(TOCMAGIC:       )"
   8212 
   8213 #: od-xcoff.c:1665
   8214 #, c-format
   8215 msgid "unknown magic"
   8216 msgstr " "
   8217 
   8218 #: od-xcoff.c:1673 od-xcoff.c:1815
   8219 #, c-format
   8220 msgid "  Unhandled magic\n"
   8221 msgstr "    \n"
   8222 
   8223 #: od-xcoff.c:1739
   8224 msgid "cannot read loader info table"
   8225 msgstr "     "
   8226 
   8227 #: od-xcoff.c:1771
   8228 #, c-format
   8229 msgid ""
   8230 "\n"
   8231 "ldinfo dump not supported in 32 bits environments\n"
   8232 msgstr ""
   8233 "\n"
   8234 "     32- \n"
   8235 
   8236 #: od-xcoff.c:1789
   8237 msgid "cannot core read header"
   8238 msgstr "     "
   8239 
   8240 #: od-xcoff.c:1796
   8241 #, c-format
   8242 msgid "Core header:\n"
   8243 msgstr " :\n"
   8244 
   8245 #: od-xcoff.c:1797
   8246 #, c-format
   8247 msgid "  version:    0x%08x  "
   8248 msgstr "  :    0x%08x  "
   8249 
   8250 #: od-xcoff.c:1801
   8251 #, c-format
   8252 msgid "(dumpx format - aix4.3 / 32 bits)"
   8253 msgstr "( _  aix4.3 / 32 )"
   8254 
   8255 #: od-xcoff.c:1804
   8256 #, c-format
   8257 msgid "(dumpxx format - aix5.0 / 64 bits)"
   8258 msgstr "( _ - aix5.0 / 64 )"
   8259 
   8260 #: od-xcoff.c:1807
   8261 #, c-format
   8262 msgid "unknown format"
   8263 msgstr " "
   8264 
   8265 #: rclex.c:196
   8266 msgid "invalid value specified for pragma code_page.\n"
   8267 msgstr "      _.\n"
   8268 
   8269 #: rdcoff.c:172
   8270 #, c-format
   8271 msgid "parse_coff_type: Bad type code 0x%x"
   8272 msgstr "parse_coff_type:    0x%x"
   8273 
   8274 #: rdcoff.c:353 rdcoff.c:467 rdcoff.c:661
   8275 #, c-format
   8276 msgid "bfd_coff_get_syment failed: %s"
   8277 msgstr "  bfd_coff_get_syment: %s"
   8278 
   8279 #: rdcoff.c:370 rdcoff.c:681
   8280 #, c-format
   8281 msgid "bfd_coff_get_auxent failed: %s"
   8282 msgstr "  bfd_coff_get_auxent: %s"
   8283 
   8284 #: rdcoff.c:748
   8285 #, c-format
   8286 msgid "%ld: .bf without preceding function"
   8287 msgstr "%ld: .bf   "
   8288 
   8289 #: rdcoff.c:798
   8290 #, c-format
   8291 msgid "%ld: unexpected .ef\n"
   8292 msgstr "%ld:  .ef\n"
   8293 
   8294 #: rddbg.c:84
   8295 #, c-format
   8296 msgid "%s: no recognized debugging information"
   8297 msgstr "%s:    "
   8298 
   8299 #: rddbg.c:200
   8300 #, c-format
   8301 msgid "%s: %s: stab entry %ld is corrupt, strx = 0x%x, type = %d\n"
   8302 msgstr "%s: %s:   %ld  , strx = 0x%x,  = %d\n"
   8303 
   8304 #: rddbg.c:224
   8305 #, c-format
   8306 msgid "%s: %s: stab entry %ld is corrupt\n"
   8307 msgstr "%s: %s:   %ld  \n"
   8308 
   8309 #: rddbg.c:388
   8310 #, c-format
   8311 msgid "Last stabs entries before error:\n"
   8312 msgstr "    :\n"
   8313 
   8314 #: readelf.c:509
   8315 #, c-format
   8316 msgid "Size overflow prevents reading %<PRIu64> elements of size %<PRIu64> for %s\n"
   8317 msgstr "    %<PRIu64>   %<PRIu64>  %s\n"
   8318 
   8319 #: readelf.c:522
   8320 #, c-format
   8321 msgid "Reading %<PRIu64> bytes extends past end of file for %s\n"
   8322 msgstr " %<PRIu64>      %s\n"
   8323 
   8324 #: readelf.c:531
   8325 #, c-format
   8326 msgid "Unable to seek to %#<PRIx64> for %s\n"
   8327 msgstr "     %#<PRIx64>  %s\n"
   8328 
   8329 #: readelf.c:545
   8330 #, c-format
   8331 msgid "Out of memory allocating %<PRIu64> bytes for %s\n"
   8332 msgstr "      %<PRIu64>   %s\n"
   8333 
   8334 #: readelf.c:556
   8335 #, c-format
   8336 msgid "Unable to read in %<PRIu64> bytes of %s\n"
   8337 msgstr "    %<PRIu64>   %s\n"
   8338 
   8339 #: readelf.c:974
   8340 msgid "<internal error>"
   8341 msgstr "< >"
   8342 
   8343 #: readelf.c:976
   8344 msgid "<none>"
   8345 msgstr "<>"
   8346 
   8347 #: readelf.c:978
   8348 msgid "<no-strings>"
   8349 msgstr "< >"
   8350 
   8351 #: readelf.c:1073
   8352 #, c-format
   8353 msgid "BAD[0x%lx]"
   8354 msgstr "[0x%lx]"
   8355 
   8356 #: readelf.c:1315
   8357 msgid "Don't know about relocations on this machine architecture\n"
   8358 msgstr "       \n"
   8359 
   8360 #: readelf.c:1342 readelf.c:1442
   8361 msgid "32-bit relocation data"
   8362 msgstr "32-  "
   8363 
   8364 #: readelf.c:1354 readelf.c:1384 readelf.c:1453 readelf.c:1482
   8365 msgid "out of memory parsing relocs\n"
   8366 msgstr "      \n"
   8367 
   8368 #: readelf.c:1372 readelf.c:1471
   8369 msgid "64-bit relocation data"
   8370 msgstr "64-  "
   8371 
   8372 #: readelf.c:1801 readelf.c:1868
   8373 msgid "RELR relocation data"
   8374 msgstr "RELR  "
   8375 
   8376 #: readelf.c:1864
   8377 msgid "Unexpected entsize for RELR section\n"
   8378 msgstr "    RELR \n"
   8379 
   8380 #: readelf.c:1889
   8381 #, c-format
   8382 msgid "Index: Entry    Address   Symbolic Address\n"
   8383 msgstr ":         \n"
   8384 
   8385 #: readelf.c:1891
   8386 #, c-format
   8387 msgid "Index: Entry            Address           Symbolic Address\n"
   8388 msgstr ":                         \n"
   8389 
   8390 #. We assume that there will never be more than 9999 entries.
   8391 #: readelf.c:1903
   8392 #, c-format
   8393 msgid "%04u:  "
   8394 msgstr "%04u:  "
   8395 
   8396 #: readelf.c:1925
   8397 msgid "Unusual RELR bitmap - no previous entry to set the base address\n"
   8398 msgstr " RELR         \n"
   8399 
   8400 #: readelf.c:1939
   8401 #, c-format
   8402 msgid ""
   8403 "\n"
   8404 "%*s "
   8405 msgstr ""
   8406 "\n"
   8407 "%*s "
   8408 
   8409 #: readelf.c:1995
   8410 #, c-format
   8411 msgid " Offset     Info    Type                Sym. Value  Symbol's Name + Addend\n"
   8412 msgstr "                                + \n"
   8413 
   8414 #: readelf.c:1997
   8415 #, c-format
   8416 msgid " Offset     Info    Type            Sym.Value  Sym. Name + Addend\n"
   8417 msgstr "                         + \n"
   8418 
   8419 #: readelf.c:2002
   8420 #, c-format
   8421 msgid " Offset     Info    Type                Sym. Value  Symbol's Name\n"
   8422 msgstr "                            \n"
   8423 
   8424 #: readelf.c:2004
   8425 #, c-format
   8426 msgid " Offset     Info    Type            Sym.Value  Sym. Name\n"
   8427 msgstr "                        \n"
   8428 
   8429 #: readelf.c:2012
   8430 #, c-format
   8431 msgid "    Offset             Info             Type               Symbol's Value  Symbol's Name + Addend\n"
   8432 msgstr "                                           .      + \n"
   8433 
   8434 #: readelf.c:2014
   8435 #, c-format
   8436 msgid "  Offset          Info           Type           Sym. Value    Sym. Name + Addend\n"
   8437 msgstr "                                       + \n"
   8438 
   8439 #: readelf.c:2019
   8440 #, c-format
   8441 msgid "    Offset             Info             Type               Symbol's Value  Symbol's Name\n"
   8442 msgstr "                                           .     \n"
   8443 
   8444 #: readelf.c:2021
   8445 #, c-format
   8446 msgid "  Offset          Info           Type           Sym. Value    Sym. Name\n"
   8447 msgstr "                              .     \n"
   8448 
   8449 #: readelf.c:2401 readelf.c:2560 readelf.c:2568
   8450 #, c-format
   8451 msgid "unrecognized: %-7lx"
   8452 msgstr ": %-7lx"
   8453 
   8454 #: readelf.c:2427
   8455 #, c-format
   8456 msgid "<unknown addend: %<PRIx64>>"
   8457 msgstr "< : %<PRIx64>>"
   8458 
   8459 #: readelf.c:2436
   8460 #, c-format
   8461 msgid " bad symbol index: %08lx in reloc\n"
   8462 msgstr "   : %08lx  \n"
   8463 
   8464 #: readelf.c:2506
   8465 #, c-format
   8466 msgid "<string table index: %3ld>"
   8467 msgstr "<  : %3ld>"
   8468 
   8469 #: readelf.c:2509
   8470 #, c-format
   8471 msgid "<corrupt string table index: %3ld>\n"
   8472 msgstr "<   : %3ld>\n"
   8473 
   8474 #: readelf.c:3048
   8475 #, c-format
   8476 msgid "Processor Specific: %lx"
   8477 msgstr " : %lx"
   8478 
   8479 #: readelf.c:3075
   8480 #, c-format
   8481 msgid "Operating System specific: %lx"
   8482 msgstr "  : %lx"
   8483 
   8484 #: readelf.c:3079 readelf.c:5580
   8485 #, c-format
   8486 msgid "<unknown>: %lx"
   8487 msgstr "<>: %lx"
   8488 
   8489 #: readelf.c:3179
   8490 msgid "NONE (None)"
   8491 msgstr "NONE ()"
   8492 
   8493 #: readelf.c:3180
   8494 msgid "REL (Relocatable file)"
   8495 msgstr "REL ( )"
   8496 
   8497 #: readelf.c:3181
   8498 msgid "EXEC (Executable file)"
   8499 msgstr "EXEC ( )"
   8500 
   8501 #: readelf.c:3184
   8502 msgid "DYN (Position-Independent Executable file)"
   8503 msgstr "DYN (   )"
   8504 
   8505 #: readelf.c:3186
   8506 msgid "DYN (Shared object file)"
   8507 msgstr "DYN (  )"
   8508 
   8509 #: readelf.c:3187
   8510 msgid "CORE (Core file)"
   8511 msgstr "CORE ( )"
   8512 
   8513 #: readelf.c:3191
   8514 #, c-format
   8515 msgid "Processor Specific: (%x)"
   8516 msgstr " : (%x)"
   8517 
   8518 #: readelf.c:3193
   8519 #, c-format
   8520 msgid "OS Specific: (%x)"
   8521 msgstr " -: (%x)"
   8522 
   8523 #: readelf.c:3195
   8524 #, c-format
   8525 msgid "<unknown>: %x"
   8526 msgstr "<>: %x"
   8527 
   8528 #. Please keep this switch table sorted by increasing EM_ value.
   8529 #. 0
   8530 #: readelf.c:3209 readelf.c:19574 readelf.c:19585
   8531 msgid "None"
   8532 msgstr ""
   8533 
   8534 #: readelf.c:3457
   8535 #, c-format
   8536 msgid "<unknown>: 0x%x"
   8537 msgstr "<>: 0x%x"
   8538 
   8539 #: readelf.c:3740
   8540 msgid ", <unknown>"
   8541 msgstr ", <>"
   8542 
   8543 #: readelf.c:3907
   8544 #, c-format
   8545 msgid "Unrecognised IA64 VMS Command Code: %x\n"
   8546 msgstr " IA64 VMS  : %x\n"
   8547 
   8548 #: readelf.c:3944
   8549 msgid "unknown mac"
   8550 msgstr " "
   8551 
   8552 #: readelf.c:4028
   8553 msgid ", <unknown MeP cpu type>"
   8554 msgstr ", <  MeP >"
   8555 
   8556 #: readelf.c:4049
   8557 msgid "<unknown MeP copro type>"
   8558 msgstr "< MeP copro >"
   8559 
   8560 #: readelf.c:4061 readelf.c:5010
   8561 #, c-format
   8562 msgid ", unknown flags bits: %#x"
   8563 msgstr ",   : %#x"
   8564 
   8565 #: readelf.c:4170
   8566 msgid ", unknown CPU"
   8567 msgstr ",  "
   8568 
   8569 #: readelf.c:4195
   8570 msgid ", unknown ABI"
   8571 msgstr ",  "
   8572 
   8573 #: readelf.c:4244 readelf.c:4691
   8574 msgid ", unknown ISA"
   8575 msgstr ",  "
   8576 
   8577 #: readelf.c:4253
   8578 msgid ": architecture variant: "
   8579 msgstr ":  : "
   8580 
   8581 #: readelf.c:4302
   8582 msgid ": unknown"
   8583 msgstr ": "
   8584 
   8585 #: readelf.c:4307
   8586 msgid ": unknown extra flag bits also present"
   8587 msgstr ":      "
   8588 
   8589 #: readelf.c:4830
   8590 msgid ", unknown v850 architecture variant"
   8591 msgstr ",   850 "
   8592 
   8593 #: readelf.c:4863
   8594 msgid ", unknown"
   8595 msgstr ", "
   8596 
   8597 #: readelf.c:4929
   8598 #, c-format
   8599 msgid ", <unknown AMDGPU GPU type: %#x>"
   8600 msgstr ", <    AMDGPU: %#x>"
   8601 
   8602 #: readelf.c:4977
   8603 #, c-format
   8604 msgid ", <unknown xnack value: %#x>"
   8605 msgstr ", <  xnack: %#x>"
   8606 
   8607 #: readelf.c:5002
   8608 #, c-format
   8609 msgid ", <unknown sramecc value: %#x>"
   8610 msgstr ", <  sramecc: %#x>"
   8611 
   8612 #: readelf.c:5075
   8613 msgid ", relocatable"
   8614 msgstr ", "
   8615 
   8616 #: readelf.c:5078
   8617 msgid ", relocatable-lib"
   8618 msgstr ",  "
   8619 
   8620 #: readelf.c:5279
   8621 msgid "Standalone App"
   8622 msgstr " "
   8623 
   8624 #: readelf.c:5288
   8625 msgid "Bare-metal C6000"
   8626 msgstr "- 6000"
   8627 
   8628 #: readelf.c:5298 readelf.c:6732 readelf.c:6748 readelf.c:21014 readelf.c:21114
   8629 #: readelf.c:21161 readelf.c:21198 readelf.c:21259 readelf.c:21290
   8630 #: readelf.c:21312
   8631 #, c-format
   8632 msgid "<unknown: %x>"
   8633 msgstr "<: %x>"
   8634 
   8635 #. This message is probably going to be displayed in a 15
   8636 #. character wide field, so put the hex value first.
   8637 #: readelf.c:6075
   8638 #, c-format
   8639 msgid "%08x: <unknown>"
   8640 msgstr "%08x: <>"
   8641 
   8642 #: readelf.c:6167
   8643 #, c-format
   8644 msgid "Usage: readelf <option(s)> elf-file(s)\n"
   8645 msgstr ": readelf <()> -()\n"
   8646 
   8647 #: readelf.c:6168
   8648 #, c-format
   8649 msgid " Display information about the contents of ELF format files\n"
   8650 msgstr "       \n"
   8651 
   8652 #: readelf.c:6169
   8653 #, c-format
   8654 msgid " Options are:\n"
   8655 msgstr "  :\n"
   8656 
   8657 #: readelf.c:6170
   8658 #, c-format
   8659 msgid "  -a --all               Equivalent to: -h -l -S -s -r -d -V -A -I\n"
   8660 msgstr "  -a --all                : -h -l -S -s -r -d -V -A -I\n"
   8661 
   8662 #: readelf.c:6172
   8663 #, c-format
   8664 msgid "  -h --file-header       Display the ELF file header\n"
   8665 msgstr "  -h --file-header         ELF \n"
   8666 
   8667 #: readelf.c:6174
   8668 #, c-format
   8669 msgid "  -l --program-headers   Display the program headers\n"
   8670 msgstr "  -l --program-headers     \n"
   8671 
   8672 #: readelf.c:6176
   8673 #, c-format
   8674 msgid "     --segments          An alias for --program-headers\n"
   8675 msgstr "     --segments            --program-headers\n"
   8676 
   8677 #: readelf.c:6178
   8678 #, c-format
   8679 msgid "  -S --section-headers   Display the sections' header\n"
   8680 msgstr "  -S --section-headers     \n"
   8681 
   8682 #: readelf.c:6180
   8683 #, c-format
   8684 msgid "     --sections          An alias for --section-headers\n"
   8685 msgstr "     --sections            --section-headers\n"
   8686 
   8687 #: readelf.c:6182
   8688 #, c-format
   8689 msgid "  -g --section-groups    Display the section groups\n"
   8690 msgstr "  -g --section-groups      \n"
   8691 
   8692 #: readelf.c:6184
   8693 #, c-format
   8694 msgid "  -t --section-details   Display the section details\n"
   8695 msgstr "  -t --section-details     \n"
   8696 
   8697 #: readelf.c:6186
   8698 #, c-format
   8699 msgid "  -e --headers           Equivalent to: -h -l -S\n"
   8700 msgstr "  -e --headers            : -h -l -S\n"
   8701 
   8702 #: readelf.c:6188
   8703 #, c-format
   8704 msgid "  -s --syms              Display the symbol table\n"
   8705 msgstr "  -s --syms                \n"
   8706 
   8707 #: readelf.c:6190
   8708 #, c-format
   8709 msgid "     --symbols           An alias for --syms\n"
   8710 msgstr "     --symbols             --syms\n"
   8711 
   8712 #: readelf.c:6192
   8713 #, c-format
   8714 msgid "     --dyn-syms          Display the dynamic symbol table\n"
   8715 msgstr "     --dyn-syms             \n"
   8716 
   8717 #: readelf.c:6194
   8718 #, c-format
   8719 msgid "     --lto-syms          Display LTO symbol tables\n"
   8720 msgstr "     --lto-syms           LTO  \n"
   8721 
   8722 #: readelf.c:6196
   8723 #, c-format
   8724 msgid ""
   8725 "     --sym-base=[0|8|10|16] \n"
   8726 "                         Force base for symbol sizes.  The options are \n"
   8727 "                         mixed (the default), octal, decimal, hexadecimal.\n"
   8728 msgstr ""
   8729 "     --sym-base=[0|8|10|16] \n"
   8730 "                             .    \n"
   8731 "                         mixed (), octal, decimal, hexadecimal.\n"
   8732 
   8733 #: readelf.c:6200
   8734 #, c-format
   8735 msgid "  -C --demangle[=STYLE]  Decode mangled/processed symbol names\n"
   8736 msgstr "  -C --demangle[=]    /  \n"
   8737 
   8738 #: readelf.c:6204
   8739 #, c-format
   8740 msgid "     --no-demangle       Do not demangle low-level symbol names.  (default)\n"
   8741 msgstr "     --no-demangle            .  ()\n"
   8742 
   8743 #: readelf.c:6206
   8744 #, c-format
   8745 msgid "     --recurse-limit     Enable a demangling recursion limit.  (default)\n"
   8746 msgstr "     --recurse-limit        .  ()\n"
   8747 
   8748 #: readelf.c:6208
   8749 #, c-format
   8750 msgid "     --no-recurse-limit  Disable a demangling recursion limit\n"
   8751 msgstr "     --no-recurse-limit     \n"
   8752 
   8753 #: readelf.c:6210
   8754 #, c-format
   8755 msgid ""
   8756 "     -U[dlexhi] --unicode=[default|locale|escape|hex|highlight|invalid]\n"
   8757 "                         Display unicode characters as determined by the current locale\n"
   8758 "                          (default), escape sequences, \"<hex sequences>\", highlighted\n"
   8759 "                          escape sequences, or treat them as invalid and display as\n"
   8760 "                          \"{hex sequences}\"\n"
   8761 msgstr ""
   8762 "     -U[dlexhi] --unicode=[default|locale|escape|hex|highlight|invalid]\n"
   8763 "                                 \n"
   8764 "                          (),   , < >\", \n"
   8765 "                            ,       \n"
   8766 "                          { }\n"
   8767 
   8768 #: readelf.c:6216
   8769 #, c-format
   8770 msgid "     -X --extra-sym-info Display extra information when showing symbols\n"
   8771 msgstr "     -X --extra-sym-info      \n"
   8772 
   8773 #: readelf.c:6218
   8774 #, c-format
   8775 msgid "     --no-extra-sym-info Do not display extra information when showing symbols (default)\n"
   8776 msgstr "     --no-extra-sym-info        ()\n"
   8777 
   8778 #: readelf.c:6220
   8779 #, c-format
   8780 msgid "  -n --notes             Display the contents of note sections (if present)\n"
   8781 msgstr "  -n --notes                 (  )\n"
   8782 
   8783 #: readelf.c:6222
   8784 #, c-format
   8785 msgid "  -r --relocs            Display the relocations (if present)\n"
   8786 msgstr "  -r --relocs              (  )\n"
   8787 
   8788 #: readelf.c:6224
   8789 #, c-format
   8790 msgid "  -u --unwind            Display the unwind info (if present)\n"
   8791 msgstr "  -u --unwind               (  )\n"
   8792 
   8793 #: readelf.c:6226
   8794 #, c-format
   8795 msgid "  -d --dynamic           Display the dynamic section (if present)\n"
   8796 msgstr "  -d --dynamic              (  )\n"
   8797 
   8798 #: readelf.c:6228
   8799 #, c-format
   8800 msgid "  -V --version-info      Display the version sections (if present)\n"
   8801 msgstr "  -V --version-info         (  )\n"
   8802 
   8803 #: readelf.c:6230
   8804 #, c-format
   8805 msgid "  -A --arch-specific     Display architecture specific information (if any)\n"
   8806 msgstr "  -A --arch-specific          ( )\n"
   8807 
   8808 #: readelf.c:6232
   8809 #, c-format
   8810 msgid "  -c --archive-index     Display the symbol/file index in an archive\n"
   8811 msgstr "  -c --archive-index       /  \n"
   8812 
   8813 #: readelf.c:6234
   8814 #, c-format
   8815 msgid "  -D --use-dynamic       Use the dynamic section info when displaying symbols\n"
   8816 msgstr "  -D --use-dynamic             \n"
   8817 
   8818 #: readelf.c:6236
   8819 #, c-format
   8820 msgid ""
   8821 "  -L --lint|--enable-checks\n"
   8822 "                         Display warning messages for possible problems\n"
   8823 msgstr ""
   8824 "  -L --lint|--enable-checks\n"
   8825 "                              \n"
   8826 
   8827 #: readelf.c:6239
   8828 #, c-format
   8829 msgid ""
   8830 "  -x --hex-dump=<number|name>\n"
   8831 "                         Dump the contents of section <number|name> as bytes\n"
   8832 msgstr ""
   8833 "  -x --hex-dump=<|>\n"
   8834 "                            <|>  \n"
   8835 
   8836 #: readelf.c:6242
   8837 #, c-format
   8838 msgid ""
   8839 "  -p --string-dump=<number|name>\n"
   8840 "                         Dump the contents of section <number|name> as strings\n"
   8841 msgstr ""
   8842 "  -p --string-dump=<|>\n"
   8843 "                            <|>  \n"
   8844 
   8845 #: readelf.c:6245
   8846 #, c-format
   8847 msgid ""
   8848 "  -R --relocated-dump=<number|name>\n"
   8849 "                         Dump the relocated contents of section <number|name>\n"
   8850 msgstr ""
   8851 "  -R --relocated-dump=<|>\n"
   8852 "                             <|>\n"
   8853 
   8854 #: readelf.c:6248
   8855 #, c-format
   8856 msgid "  -z --decompress        Decompress section before dumping it\n"
   8857 msgstr "  -z --decompress           \n"
   8858 
   8859 #: readelf.c:6250
   8860 #, c-format
   8861 msgid ""
   8862 "\n"
   8863 "  -j --display-section=<name|number>\n"
   8864 "\t\t         Display the contents of the indicated section.  Can be repeated\n"
   8865 msgstr ""
   8866 "\n"
   8867 "  -j --display-section=<|>\n"
   8868 "\t\t            .    \n"
   8869 
   8870 #: readelf.c:6253
   8871 #, c-format
   8872 msgid ""
   8873 "  -w --debug-dump[a/=abbrev, A/=addr, r/=aranges, c/=cu_index, L/=decodedline,\n"
   8874 "                  f/=frames, F/=frames-interp, g/=gdb_index, i/=info, o/=loc,\n"
   8875 "                  m/=macro, p/=pubnames, t/=pubtypes, R/=Ranges, l/=rawline,\n"
   8876 "                  s/=str, O/=str-offsets, u/=trace_abbrev, T/=trace_aranges,\n"
   8877 "                  U/=trace_info]\n"
   8878 "                         Display the contents of DWARF debug sections\n"
   8879 msgstr ""
   8880 "  -w --debug-dump[a/=, A/=, r/=, c/=cu_, L/=_,\n"
   8881 "                  f/=, F/=-, g/=gdb_, i/=, o/=,\n"
   8882 "                  m/=, p/=_, t/=_, R/=, l/=_,\n"
   8883 "                  s/=, O/=-, u/=_, T/=_,\n"
   8884 "                  U/=_]\n"
   8885 "                            DWARF \n"
   8886 
   8887 #: readelf.c:6260
   8888 #, c-format
   8889 msgid ""
   8890 "  -wk --debug-dump=links Display the contents of sections that link to separate\n"
   8891 "                          debuginfo files\n"
   8892 msgstr ""
   8893 "  -wk --debug-dump=        \n"
   8894 "                           \n"
   8895 
   8896 #: readelf.c:6263
   8897 #, c-format
   8898 msgid ""
   8899 "  -P --process-links     Display the contents of non-debug sections in separate\n"
   8900 "                          debuginfo files.  (Implies -wK)\n"
   8901 msgstr ""
   8902 "  -P, --process-links       - \n"
   8903 "                            .  ( -wK)\n"
   8904 
   8905 #: readelf.c:6267
   8906 #, c-format
   8907 msgid ""
   8908 "  -wK --debug-dump=follow-links\n"
   8909 "                         Follow links to separate debug info files (default)\n"
   8910 msgstr ""
   8911 "  -wK --debug-dump=follow-links\n"
   8912 "                                ()\n"
   8913 
   8914 #: readelf.c:6270
   8915 #, c-format
   8916 msgid ""
   8917 "  -wN --debug-dump=no-follow-links\n"
   8918 "                         Do not follow links to separate debug info files\n"
   8919 msgstr ""
   8920 "  wN --debug-dump=no-follow-links\n"
   8921 "                                \n"
   8922 
   8923 #: readelf.c:6274
   8924 #, c-format
   8925 msgid ""
   8926 "  -wK --debug-dump=follow-links\n"
   8927 "                         Follow links to separate debug info files\n"
   8928 msgstr ""
   8929 "  -wK --debug-dump=follow-links\n"
   8930 "                               \n"
   8931 
   8932 #: readelf.c:6277
   8933 #, c-format
   8934 msgid ""
   8935 "  -wN --debug-dump=no-follow-links\n"
   8936 "                         Do not follow links to separate debug info files\n"
   8937 "                          (default)\n"
   8938 msgstr ""
   8939 "  wN --debug-dump=no-follow-links\n"
   8940 "                                \n"
   8941 "                         ()\n"
   8942 
   8943 #: readelf.c:6283
   8944 #, c-format
   8945 msgid ""
   8946 "  -wD --debug-dump=use-debuginfod\n"
   8947 "                         When following links, also query debuginfod servers (default)\n"
   8948 msgstr ""
   8949 "  -wD --debug-dump=use-debuginfod\n"
   8950 "                           ,       ()\n"
   8951 
   8952 #: readelf.c:6286
   8953 #, c-format
   8954 msgid ""
   8955 "  -wE --debug-dump=do-not-use-debuginfod\n"
   8956 "                         When following links, do not query debuginfod servers\n"
   8957 msgstr ""
   8958 "  -wE --debug-dump=do-not-use-debuginfod\n"
   8959 "                           ,      \n"
   8960 
   8961 #: readelf.c:6290
   8962 #, c-format
   8963 msgid "  --dwarf-depth=N        Do not display DIEs at depth N or greater\n"
   8964 msgstr "  --dwarf-depth=N          DIE-   N  \n"
   8965 
   8966 #: readelf.c:6292
   8967 #, c-format
   8968 msgid "  --dwarf-start=N        Display DIEs starting at offset N\n"
   8969 msgstr "  --dwarf-start=N         DIE    N\n"
   8970 
   8971 #: readelf.c:6295
   8972 #, c-format
   8973 msgid "  --ctf=<number|name>    Display CTF info from section <number|name>\n"
   8974 msgstr "  --ctf=<|>      CTF    <|>\n"
   8975 
   8976 #: readelf.c:6297
   8977 #, c-format
   8978 msgid "  --ctf-parent=<name>    Use CTF archive member <name> as the CTF parent\n"
   8979 msgstr "  --ctf-parent=<>    <> CTF     CTF-\n"
   8980 
   8981 #: readelf.c:6299
   8982 #, c-format
   8983 msgid ""
   8984 "  --ctf-symbols=<number|name>\n"
   8985 "                         Use section <number|name> as the CTF external symtab\n"
   8986 msgstr ""
   8987 "  --ctf-symbols=<|>\n"
   8988 "                           <|>  CTF   \n"
   8989 
   8990 #: readelf.c:6302
   8991 #, c-format
   8992 msgid ""
   8993 "  --ctf-strings=<number|name>\n"
   8994 "                         Use section <number|name> as the CTF external strtab\n"
   8995 msgstr ""
   8996 "  --ctf-strings=<|>\n"
   8997 "                           <|>  CTF   \n"
   8998 
   8999 #: readelf.c:6306
   9000 #, c-format
   9001 msgid "  --sframe[=NAME]        Display SFrame info from section NAME, (default '.sframe')\n"
   9002 msgstr "  --sframe[=]         SFrame    , ( .sframe)\n"
   9003 
   9004 #: readelf.c:6310
   9005 #, c-format
   9006 msgid ""
   9007 "  -i --instruction-dump=<number|name>\n"
   9008 "                         Disassemble the contents of section <number|name>\n"
   9009 msgstr ""
   9010 "  -i --instruction-dump=<|>\n"
   9011 "                            <|>\n"
   9012 
   9013 #: readelf.c:6314
   9014 #, c-format
   9015 msgid "  -I --histogram         Display histogram of bucket list lengths\n"
   9016 msgstr "  -I --histogram             \n"
   9017 
   9018 #: readelf.c:6316
   9019 #, c-format
   9020 msgid "  -W --wide              Allow output width to exceed 80 characters\n"
   9021 msgstr "  -W --wide                   80 \n"
   9022 
   9023 #: readelf.c:6318
   9024 #, c-format
   9025 msgid "  -T --silent-truncation If a symbol name is truncated, do not add [...] suffix\n"
   9026 msgstr "  -T --silent-truncation     ,    [...]\n"
   9027 
   9028 #: readelf.c:6320
   9029 #, c-format
   9030 msgid "  @<file>                Read options from <file>\n"
   9031 msgstr "  @<>               <>\n"
   9032 
   9033 #: readelf.c:6322
   9034 #, c-format
   9035 msgid "  -H --help              Display this information\n"
   9036 msgstr "  -H --help                \n"
   9037 
   9038 #: readelf.c:6324
   9039 #, c-format
   9040 msgid "  -v --version           Display the version number of readelf\n"
   9041 msgstr "  -v --version               readelf\n"
   9042 
   9043 #: readelf.c:6350 readelf.c:6381 readelf.c:6385
   9044 msgid "Out of memory allocating dump request table.\n"
   9045 msgstr "       .\n"
   9046 
   9047 #: readelf.c:6655
   9048 msgid "Missing arg to -U/--unicode"
   9049 msgstr "   -U/--unicode"
   9050 
   9051 #: readelf.c:6694
   9052 #, c-format
   9053 msgid "Invalid option '-%c'\n"
   9054 msgstr "  -%c\n"
   9055 
   9056 #: readelf.c:6728 readelf.c:6744 readelf.c:13134
   9057 msgid "none"
   9058 msgstr ""
   9059 
   9060 #: readelf.c:6745
   9061 msgid "2's complement, little endian"
   9062 msgstr " ,  "
   9063 
   9064 #: readelf.c:6746
   9065 msgid "2's complement, big endian"
   9066 msgstr " ,  "
   9067 
   9068 #: readelf.c:6779
   9069 msgid "This is a LLVM bitcode file - try using llvm-bcanalyzer\n"
   9070 msgstr "  LLVM       llvm-bcanalyzer\n"
   9071 
   9072 #: readelf.c:6780
   9073 msgid "This is a LLVM bitcode file - try extracting and then using llvm-bcanalyzer\n"
   9074 msgstr "  LLVM           llvm-bcanalyzer\n"
   9075 
   9076 #: readelf.c:6783
   9077 msgid "This is a GO binary file - try using 'go tool objdump' or 'go tool nm'\n"
   9078 msgstr "  GO       go tool objdump  go tool nm\n"
   9079 
   9080 #: readelf.c:6807
   9081 msgid "Not an ELF file - it has the wrong magic bytes at the start\n"
   9082 msgstr "         \n"
   9083 
   9084 #: readelf.c:6829
   9085 #, c-format
   9086 msgid "ELF Header in linked file '%s':\n"
   9087 msgstr "     %s:\n"
   9088 
   9089 #: readelf.c:6832
   9090 #, c-format
   9091 msgid "ELF Header:\n"
   9092 msgstr " :\n"
   9093 
   9094 #: readelf.c:6833
   9095 #, c-format
   9096 msgid "  Magic:   "
   9097 msgstr "  :   "
   9098 
   9099 #: readelf.c:6837
   9100 #, c-format
   9101 msgid "  Class:                             %s\n"
   9102 msgstr "  :                              %s\n"
   9103 
   9104 #: readelf.c:6839
   9105 #, c-format
   9106 msgid "  Data:                              %s\n"
   9107 msgstr "  :                              %s\n"
   9108 
   9109 #: readelf.c:6841
   9110 #, c-format
   9111 msgid "  Version:                           %d%s\n"
   9112 msgstr "  :                              %d%s\n"
   9113 
   9114 #: readelf.c:6844
   9115 msgid " (current)"
   9116 msgstr " ()"
   9117 
   9118 #: readelf.c:6846
   9119 msgid " <unknown>"
   9120 msgstr " <>"
   9121 
   9122 #: readelf.c:6848
   9123 #, c-format
   9124 msgid "  OS/ABI:                            %s\n"
   9125 msgstr "  /:                              %s\n"
   9126 
   9127 #: readelf.c:6850
   9128 #, c-format
   9129 msgid "  ABI Version:                       %d\n"
   9130 msgstr "   ABI-:                       %d\n"
   9131 
   9132 #: readelf.c:6852
   9133 #, c-format
   9134 msgid "  Type:                              %s\n"
   9135 msgstr "  :                               %s\n"
   9136 
   9137 #: readelf.c:6854
   9138 #, c-format
   9139 msgid "  Machine:                           %s\n"
   9140 msgstr "  :                              %s\n"
   9141 
   9142 #: readelf.c:6856
   9143 #, c-format
   9144 msgid "  Version:                           0x%lx\n"
   9145 msgstr "  :                              0x%lx\n"
   9146 
   9147 #: readelf.c:6859
   9148 #, c-format
   9149 msgid "  Entry point address:               "
   9150 msgstr "    :                 "
   9151 
   9152 #: readelf.c:6861
   9153 #, c-format
   9154 msgid ""
   9155 "\n"
   9156 "  Start of program headers:          "
   9157 msgstr ""
   9158 "\n"
   9159 "    :           "
   9160 
   9161 #: readelf.c:6863
   9162 #, c-format
   9163 msgid ""
   9164 " (bytes into file)\n"
   9165 "  Start of section headers:          "
   9166 msgstr ""
   9167 " (  )\n"
   9168 "    :             "
   9169 
   9170 #: readelf.c:6865
   9171 #, c-format
   9172 msgid " (bytes into file)\n"
   9173 msgstr " (  )\n"
   9174 
   9175 #: readelf.c:6867
   9176 #, c-format
   9177 msgid "  Flags:                             0x%lx%s\n"
   9178 msgstr "  :                              0x%lx%s\n"
   9179 
   9180 #: readelf.c:6870
   9181 #, c-format
   9182 msgid "  Size of this header:               %u (bytes)\n"
   9183 msgstr "    :              %u ()\n"
   9184 
   9185 #: readelf.c:6872
   9186 #, c-format
   9187 msgid "  Size of program headers:           %u (bytes)\n"
   9188 msgstr "    :          %u ()\n"
   9189 
   9190 #: readelf.c:6874
   9191 #, c-format
   9192 msgid "  Number of program headers:         %u"
   9193 msgstr "    :              %u"
   9194 
   9195 #: readelf.c:6881
   9196 #, c-format
   9197 msgid "  Size of section headers:           %u (bytes)\n"
   9198 msgstr "    :            %u ()\n"
   9199 
   9200 #: readelf.c:6883
   9201 #, c-format
   9202 msgid "  Number of section headers:         %u"
   9203 msgstr "    :                %u"
   9204 
   9205 #: readelf.c:6891
   9206 #, c-format
   9207 msgid "  Section header string table index: %u"
   9208 msgstr "      : %u"
   9209 
   9210 #: readelf.c:6903
   9211 #, c-format
   9212 msgid " <corrupt: out of range>"
   9213 msgstr " <:  >"
   9214 
   9215 #: readelf.c:6947 readelf.c:6994
   9216 msgid "The e_phentsize field in the ELF header is less than the size of an ELF program header\n"
   9217 msgstr " e_phentsize          \n"
   9218 
   9219 #: readelf.c:6951 readelf.c:6998
   9220 msgid "The e_phentsize field in the ELF header is larger than the size of an ELF program header\n"
   9221 msgstr " e_phentsize          \n"
   9222 
   9223 #: readelf.c:6954 readelf.c:7001
   9224 msgid "program headers"
   9225 msgstr " "
   9226 
   9227 #: readelf.c:7040
   9228 #, c-format
   9229 msgid "Too many program headers - %#x - the file is not that big\n"
   9230 msgstr "    %#x     \n"
   9231 
   9232 #: readelf.c:7049
   9233 #, c-format
   9234 msgid "Out of memory reading %u program headers\n"
   9235 msgstr "      %u  \n"
   9236 
   9237 #: readelf.c:7079
   9238 msgid "possibly corrupt ELF header - it has a non-zero program header offset, but no program headers\n"
   9239 msgstr "      -   ,    \n"
   9240 
   9241 #: readelf.c:7084
   9242 #, c-format
   9243 msgid ""
   9244 "\n"
   9245 "There are no program headers in linked file '%s'.\n"
   9246 msgstr ""
   9247 "\n"
   9248 "       %s.\n"
   9249 
   9250 #: readelf.c:7087
   9251 #, c-format
   9252 msgid ""
   9253 "\n"
   9254 "There are no program headers in this file.\n"
   9255 msgstr ""
   9256 "\n"
   9257 "     .\n"
   9258 
   9259 #: readelf.c:7099
   9260 #, c-format
   9261 msgid ""
   9262 "\n"
   9263 "Elf file type is %s\n"
   9264 msgstr ""
   9265 "\n"
   9266 "    %s\n"
   9267 
   9268 #: readelf.c:7100
   9269 #, c-format
   9270 msgid "Entry point 0x%<PRIx64>\n"
   9271 msgstr "  0x%<PRIx64>\n"
   9272 
   9273 #: readelf.c:7102
   9274 #, c-format
   9275 msgid "There is %d program header, starting at offset %<PRIu64>\n"
   9276 msgid_plural "There are %d program headers, starting at offset %<PRIu64>\n"
   9277 msgstr[0] " %d  ,     %<PRIx64>\n"
   9278 msgstr[1] " %d  ,     %<PRIx64>\n"
   9279 msgstr[2] " %d  ,     %<PRIx64>\n"
   9280 
   9281 #: readelf.c:7117 readelf.c:7119
   9282 #, c-format
   9283 msgid ""
   9284 "\n"
   9285 "Program Headers:\n"
   9286 msgstr ""
   9287 "\n"
   9288 " :\n"
   9289 
   9290 #: readelf.c:7123
   9291 #, c-format
   9292 msgid "  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align\n"
   9293 msgstr "              .   .    . .  \n"
   9294 
   9295 #: readelf.c:7126
   9296 #, c-format
   9297 msgid "  Type           Offset   VirtAddr           PhysAddr           FileSiz  MemSiz   Flg Align\n"
   9298 msgstr "              .           .            .  .   \n"
   9299 
   9300 #: readelf.c:7130
   9301 #, c-format
   9302 msgid "  Type           Offset             VirtAddr           PhysAddr\n"
   9303 msgstr "                        .           .\n"
   9304 
   9305 #: readelf.c:7132
   9306 #, c-format
   9307 msgid "                 FileSiz            MemSiz              Flags  Align\n"
   9308 msgstr "                 .            .               \n"
   9309 
   9310 #: readelf.c:7230
   9311 msgid "LOAD segments must be sorted in order of increasing VirtAddr\n"
   9312 msgstr "LOAD       VirtAddr\n"
   9313 
   9314 #: readelf.c:7233
   9315 msgid "the segment's file size is larger than its memory size\n"
   9316 msgstr "        \n"
   9317 
   9318 #: readelf.c:7240
   9319 msgid "the PHDR segment must occur before any LOAD segment\n"
   9320 msgstr "PHDR        LOAD \n"
   9321 
   9322 #: readelf.c:7258
   9323 msgid "the PHDR segment is not covered by a LOAD segment\n"
   9324 msgstr "PHDR    LOAD \n"
   9325 
   9326 #: readelf.c:7264
   9327 msgid "more than one dynamic segment\n"
   9328 msgstr "    \n"
   9329 
   9330 #: readelf.c:7283
   9331 msgid "no .dynamic section in the dynamic segment\n"
   9332 msgstr "  .dynamic   \n"
   9333 
   9334 #: readelf.c:7302
   9335 msgid "the .dynamic section is not the same as the dynamic segment\n"
   9336 msgstr " .dynamic     \n"
   9337 
   9338 #: readelf.c:7313
   9339 msgid "the dynamic segment offset + size exceeds the size of the file\n"
   9340 msgstr "   +    \n"
   9341 
   9342 #: readelf.c:7326
   9343 msgid "Unable to find program interpreter name\n"
   9344 msgstr "      \n"
   9345 
   9346 #: readelf.c:7337
   9347 #, c-format
   9348 msgid "      [Requesting program interpreter: %s]\n"
   9349 msgstr "      [  : %s]\n"
   9350 
   9351 #: readelf.c:7348
   9352 #, c-format
   9353 msgid ""
   9354 "\n"
   9355 " Section to Segment mapping:\n"
   9356 msgstr ""
   9357 "\n"
   9358 "    :\n"
   9359 
   9360 #: readelf.c:7349
   9361 #, c-format
   9362 msgid "  Segment Sections...\n"
   9363 msgstr "   ...\n"
   9364 
   9365 #: readelf.c:7391 readelf.c:12419
   9366 msgid "Cannot interpret virtual addresses without program headers.\n"
   9367 msgstr "        .\n"
   9368 
   9369 #: readelf.c:7407
   9370 #, c-format
   9371 msgid "Virtual address %#<PRIx64> not located in any PT_LOAD segment.\n"
   9372 msgstr "  %#<PRIx64>       PT_LOAD .\n"
   9373 
   9374 #: readelf.c:7439 readelf.c:7509
   9375 msgid "The e_shentsize field in the ELF header is less than the size of an ELF section header\n"
   9376 msgstr " e_shentsize          \n"
   9377 
   9378 #: readelf.c:7443 readelf.c:7514
   9379 msgid "The e_shentsize field in the ELF header is larger than the size of an ELF section header\n"
   9380 msgstr " e_shentsize          \n"
   9381 
   9382 #: readelf.c:7447 readelf.c:7519
   9383 msgid "section headers"
   9384 msgstr " "
   9385 
   9386 #: readelf.c:7456 readelf.c:7528
   9387 #, c-format
   9388 msgid "Out of memory reading %u section headers\n"
   9389 msgstr "      %u  \n"
   9390 
   9391 #: readelf.c:7476 readelf.c:7548
   9392 #, c-format
   9393 msgid "Section %u has an out of range sh_link value of %u\n"
   9394 msgstr " %u    sh_link   %u\n"
   9395 
   9396 #: readelf.c:7478 readelf.c:7550
   9397 #, c-format
   9398 msgid "Section %u has an out of range sh_info value of %u\n"
   9399 msgstr " %u    sh_info   %u\n"
   9400 
   9401 #: readelf.c:7592 readelf.c:7709
   9402 #, c-format
   9403 msgid "Section %s has an invalid sh_entsize of %#<PRIx64>\n"
   9404 msgstr " %s   sh_entsize  %#<PRIx64>\n"
   9405 
   9406 #: readelf.c:7600 readelf.c:7717 readelf.c:14441
   9407 #, c-format
   9408 msgid "Section %s has an invalid sh_size of %#<PRIx64>\n"
   9409 msgstr " %s   sh_size  %#<PRIx64>\n"
   9410 
   9411 #: readelf.c:7610 readelf.c:7727
   9412 #, c-format
   9413 msgid "Size (%#<PRIx64>) of section %s is not a multiple of its sh_entsize (%#<PRIx64>)\n"
   9414 msgstr " (%#<PRIx64>)  %s    sh_entsize (%#<PRIx64>)\n"
   9415 
   9416 #: readelf.c:7619 readelf.c:7736 readelf.c:17026
   9417 msgid "symbols"
   9418 msgstr ""
   9419 
   9420 #: readelf.c:7631 readelf.c:7748
   9421 msgid "Multiple symbol table index sections associated with the same symbol section\n"
   9422 msgstr "         \n"
   9423 
   9424 #: readelf.c:7638 readelf.c:7755
   9425 msgid "symbol table section indices"
   9426 msgstr "   "
   9427 
   9428 #: readelf.c:7645 readelf.c:7762
   9429 #, c-format
   9430 msgid "Index section %s has an sh_size of %#<PRIx64> - expected %#<PRIx64>\n"
   9431 msgstr "  %s  sh_size  %#<PRIx64>   %#<PRIx64>\n"
   9432 
   9433 #: readelf.c:7657 readelf.c:7774
   9434 #, c-format
   9435 msgid "Out of memory reading %<PRIu64> symbols\n"
   9436 msgstr "     %<PRIu64> \n"
   9437 
   9438 #: readelf.c:7977 readelf.c:8073 readelf.c:8090 readelf.c:8107
   9439 msgid "Internal error: not enough buffer room for section flag info"
   9440 msgstr " :       "
   9441 
   9442 #: readelf.c:8115
   9443 #, c-format
   9444 msgid "UNKNOWN (%*.*lx)"
   9445 msgstr " (%*.*lx)"
   9446 
   9447 #: readelf.c:8134 readelf.c:8149
   9448 msgid "Compressed section is too small even for a compression header\n"
   9449 msgstr "        \n"
   9450 
   9451 #: readelf.c:8171
   9452 msgid "possibly corrupt ELF file header - it has a non-zero section header offset, but no section headers\n"
   9453 msgstr "        -   ,    \n"
   9454 
   9455 #: readelf.c:8176
   9456 #, c-format
   9457 msgid ""
   9458 "\n"
   9459 "There are no sections in this file.\n"
   9460 msgstr ""
   9461 "\n"
   9462 "    .\n"
   9463 
   9464 #: readelf.c:8184 readelf.c:23101
   9465 #, c-format
   9466 msgid "In linked file '%s': "
   9467 msgstr "   %s: "
   9468 
   9469 #: readelf.c:8187
   9470 #, c-format
   9471 msgid "There is %d section header, starting at offset %#<PRIx64>:\n"
   9472 msgid_plural "There are %d section headers, starting at offset %#<PRIx64>:\n"
   9473 msgstr[0] " %d  ,     %#<PRIx64>:\n"
   9474 msgstr[1] " %d  ,     %#<PRIx64>:\n"
   9475 msgstr[2] " %d  ,     %#<PRIx64>:\n"
   9476 
   9477 #: readelf.c:8210 readelf.c:8893 readelf.c:9095 readelf.c:14723 readelf.c:17432
   9478 msgid "string table"
   9479 msgstr " "
   9480 
   9481 #: readelf.c:8272
   9482 #, c-format
   9483 msgid "Section %d has invalid sh_entsize of %<PRIx64>\n"
   9484 msgstr " %d   sh_entsize  %<PRIx64>\n"
   9485 
   9486 #: readelf.c:8274
   9487 #, c-format
   9488 msgid "(Using the expected size of %<PRIx64> for the rest of this dump)\n"
   9489 msgstr "(    %<PRIx64>    )\n"
   9490 
   9491 #: readelf.c:8298
   9492 msgid "File contains multiple dynamic symbol tables\n"
   9493 msgstr "     \n"
   9494 
   9495 #: readelf.c:8313
   9496 msgid "File contains multiple dynamic string tables\n"
   9497 msgstr "     \n"
   9498 
   9499 #: readelf.c:8319
   9500 msgid "dynamic strings"
   9501 msgstr " "
   9502 
   9503 #: readelf.c:8347 readelf.c:8353
   9504 #, c-format
   9505 msgid "Section '%s': zero-sized relocation section\n"
   9506 msgstr " %s:    \n"
   9507 
   9508 #: readelf.c:8366
   9509 #, c-format
   9510 msgid "Section '%s': has a size of zero - is this intended ?\n"
   9511 msgstr " %s:          ?\n"
   9512 
   9513 #: readelf.c:8452
   9514 #, c-format
   9515 msgid ""
   9516 "\n"
   9517 "Section Headers in linked file '%s':\n"
   9518 msgstr ""
   9519 "\n"
   9520 "     %s:\n"
   9521 
   9522 #: readelf.c:8455
   9523 #, c-format
   9524 msgid ""
   9525 "\n"
   9526 "Section Headers:\n"
   9527 msgstr ""
   9528 "\n"
   9529 " :\n"
   9530 
   9531 #: readelf.c:8457
   9532 #, c-format
   9533 msgid ""
   9534 "\n"
   9535 "Section Header:\n"
   9536 msgstr ""
   9537 "\n"
   9538 " :\n"
   9539 
   9540 #: readelf.c:8463 readelf.c:8474 readelf.c:8485
   9541 #, c-format
   9542 msgid "  [Nr] Name\n"
   9543 msgstr "  [] \n"
   9544 
   9545 #: readelf.c:8464
   9546 #, c-format
   9547 msgid "       Type            Addr     Off    Size   ES   Lk Inf Al\n"
   9548 msgstr "                              \n"
   9549 
   9550 #: readelf.c:8468
   9551 #, c-format
   9552 msgid "  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al\n"
   9553 msgstr "  []                                     \n"
   9554 
   9555 #: readelf.c:8475
   9556 #, c-format
   9557 msgid "       Type            Address          Off    Size   ES   Lk Inf Al\n"
   9558 msgstr "                                       \n"
   9559 
   9560 #: readelf.c:8479
   9561 #, c-format
   9562 msgid "  [Nr] Name              Type            Address          Off    Size   ES Flg Lk Inf Al\n"
   9563 msgstr "  []                                             \n"
   9564 
   9565 #: readelf.c:8486
   9566 #, c-format
   9567 msgid "       Type              Address          Offset            Link\n"
   9568 msgstr "                                          \n"
   9569 
   9570 #: readelf.c:8487
   9571 #, c-format
   9572 msgid "       Size              EntSize          Info              Align\n"
   9573 msgstr "                                        \n"
   9574 
   9575 #: readelf.c:8491
   9576 #, c-format
   9577 msgid "  [Nr] Name              Type             Address           Offset\n"
   9578 msgstr "  []                                      \n"
   9579 
   9580 #: readelf.c:8492
   9581 #, c-format
   9582 msgid "       Size              EntSize          Flags  Link  Info  Align\n"
   9583 msgstr "                  .            \n"
   9584 
   9585 #: readelf.c:8497
   9586 #, c-format
   9587 msgid "       Flags\n"
   9588 msgstr "       \n"
   9589 
   9590 #: readelf.c:8527
   9591 #, c-format
   9592 msgid "[%2u]: Link field (%u) should index a symtab section.\n"
   9593 msgstr "[%2u]:   (%u)     .\n"
   9594 
   9595 #: readelf.c:8540
   9596 #, c-format
   9597 msgid "[%2u]: Link field (%u) should index a string section.\n"
   9598 msgstr "[%2u]:   (%u)     .\n"
   9599 
   9600 #: readelf.c:8548 readelf.c:8559
   9601 #, c-format
   9602 msgid "[%2u]: Unexpected value (%u) in link field.\n"
   9603 msgstr "[%2u]:   (%u)   .\n"
   9604 
   9605 #: readelf.c:8586
   9606 #, c-format
   9607 msgid "[%2u]: Info field (%u) should index a relocatable section.\n"
   9608 msgstr "[%2u]:   (%u)     .\n"
   9609 
   9610 #: readelf.c:8597 readelf.c:8624
   9611 #, c-format
   9612 msgid "[%2u]: Unexpected value (%u) in info field.\n"
   9613 msgstr "[%2u]:   (%u)   .\n"
   9614 
   9615 #: readelf.c:8619
   9616 #, c-format
   9617 msgid "[%2u]: Expected link to another section in info field"
   9618 msgstr "[%2u]:        "
   9619 
   9620 #: readelf.c:8634
   9621 #, c-format
   9622 msgid "Size of section %u is larger than the entire file!\n"
   9623 msgstr "  %u     !\n"
   9624 
   9625 #: readelf.c:8703
   9626 #, c-format
   9627 msgid "section %u: sh_link value of %u is larger than the number of sections\n"
   9628 msgstr " %u: sh_link   %u     \n"
   9629 
   9630 #: readelf.c:8804
   9631 msgid "compression header"
   9632 msgstr " "
   9633 
   9634 #: readelf.c:8809
   9635 #, c-format
   9636 msgid "       [<corrupt>]\n"
   9637 msgstr "       [<>]\n"
   9638 
   9639 #: readelf.c:8817
   9640 #, c-format
   9641 msgid "       [<unknown>: 0x%x], "
   9642 msgstr "       [<>: 0x%x], "
   9643 
   9644 #. The ordering of the letters shown here matches the ordering of the
   9645 #. corresponding SHF_xxx values, and hence the order in which these
   9646 #. letters will be displayed to the user.
   9647 #: readelf.c:8832
   9648 #, c-format
   9649 msgid ""
   9650 "Key to Flags:\n"
   9651 "  W (write), A (alloc), X (execute), M (merge), S (strings), I (info),\n"
   9652 "  L (link order), O (extra OS processing required), G (group), T (TLS),\n"
   9653 "  C (compressed), x (unknown), o (OS specific), E (exclude),\n"
   9654 "  "
   9655 msgstr ""
   9656 " :\n"
   9657 "  W (), A (), X (), M (), S (), I (),\n"
   9658 "  L ( ), O (    -), G (), T (),\n"
   9659 "  C (), x (), o ( -), E (),\n"
   9660 "  "
   9661 
   9662 #: readelf.c:8840
   9663 #, c-format
   9664 msgid "R (retain), "
   9665 msgstr "R (), "
   9666 
   9667 #: readelf.c:8843
   9668 #, c-format
   9669 msgid "D (mbind), "
   9670 msgstr "D (mbind), "
   9671 
   9672 #: readelf.c:8851
   9673 #, c-format
   9674 msgid "l (large), "
   9675 msgstr "l (), "
   9676 
   9677 #: readelf.c:8853
   9678 #, c-format
   9679 msgid "y (purecode), "
   9680 msgstr "y ( ), "
   9681 
   9682 #: readelf.c:8855
   9683 #, c-format
   9684 msgid "v (VLE), "
   9685 msgstr "v (VLE), "
   9686 
   9687 #: readelf.c:8883
   9688 msgid "Bad sh_link in symbol table section\n"
   9689 msgstr " sh_link    \n"
   9690 
   9691 #: readelf.c:8918
   9692 msgid "<OS specific>"
   9693 msgstr "< ->"
   9694 
   9695 #: readelf.c:8919
   9696 msgid "<PROC specific>"
   9697 msgstr "< PROC->"
   9698 
   9699 #: readelf.c:8948
   9700 #, c-format
   9701 msgid ""
   9702 "\n"
   9703 "There are no sections group in linked file '%s'.\n"
   9704 msgstr ""
   9705 "\n"
   9706 "      %s.\n"
   9707 
   9708 #: readelf.c:8951 readelf.c:8990
   9709 #, c-format
   9710 msgid ""
   9711 "\n"
   9712 "There are no section groups in this file.\n"
   9713 msgstr ""
   9714 "\n"
   9715 "     .\n"
   9716 
   9717 #: readelf.c:8958
   9718 msgid "Section headers are not available!\n"
   9719 msgstr "   !\n"
   9720 
   9721 #: readelf.c:8969
   9722 #, c-format
   9723 msgid "Out of memory reading %u section group headers\n"
   9724 msgstr "      %u   \n"
   9725 
   9726 #: readelf.c:8987
   9727 #, c-format
   9728 msgid ""
   9729 "\n"
   9730 "There are no section groups in linked file '%s'.\n"
   9731 msgstr ""
   9732 "\n"
   9733 "      %s.\n"
   9734 
   9735 #: readelf.c:9001
   9736 #, c-format
   9737 msgid "Out of memory reading %zu groups\n"
   9738 msgstr "     %zu \n"
   9739 
   9740 #: readelf.c:9013
   9741 #, c-format
   9742 msgid "Section groups in linked file '%s'\n"
   9743 msgstr "     %s\n"
   9744 
   9745 #: readelf.c:9035
   9746 #, c-format
   9747 msgid "Bad sh_link in group section `%s'\n"
   9748 msgstr " sh_link    %s\n"
   9749 
   9750 #: readelf.c:9048
   9751 #, c-format
   9752 msgid "Corrupt header in group section `%s'\n"
   9753 msgstr "     %s\n"
   9754 
   9755 #: readelf.c:9054 readelf.c:9065
   9756 #, c-format
   9757 msgid "Bad sh_info in group section `%s'\n"
   9758 msgstr " sh_info    %s\n"
   9759 
   9760 #: readelf.c:9105
   9761 #, c-format
   9762 msgid "Section %s has sh_entsize (%#<PRIx64>) which is larger than its size (%#<PRIx64>)\n"
   9763 msgstr " %s  sh_entsize (%#<PRIx64>)       (%#<PRIx64>)\n"
   9764 
   9765 #: readelf.c:9115
   9766 msgid "section data"
   9767 msgstr " "
   9768 
   9769 #: readelf.c:9126
   9770 #, c-format
   9771 msgid ""
   9772 "\n"
   9773 "%sgroup section [%5u] `%s' [%s] contains %u sections:\n"
   9774 msgstr ""
   9775 "\n"
   9776 "%s  [%5u] %s [%s]  %u :\n"
   9777 
   9778 #: readelf.c:9129
   9779 #, c-format
   9780 msgid "   [Index]    Name\n"
   9781 msgstr "   []   \n"
   9782 
   9783 #: readelf.c:9147
   9784 #, c-format
   9785 msgid "section [%5u] in group section [%5u] > maximum section [%5u]\n"
   9786 msgstr " [%5u]    [%5u] >   [%5u]\n"
   9787 
   9788 #: readelf.c:9150
   9789 msgid "Further error messages about overlarge group section indices suppressed\n"
   9790 msgstr "         \n"
   9791 
   9792 #: readelf.c:9163
   9793 #, c-format
   9794 msgid "section [%5u] in group section [%5u] already in group section [%5u]\n"
   9795 msgstr " [%5u]    [%5u]      [%5u]\n"
   9796 
   9797 #: readelf.c:9167
   9798 msgid "Further error messages about already contained group sections suppressed\n"
   9799 msgstr "         \n"
   9800 
   9801 #: readelf.c:9179
   9802 #, c-format
   9803 msgid "section 0 in group section [%5u]\n"
   9804 msgstr " 0    [%5u]\n"
   9805 
   9806 #: readelf.c:9246
   9807 msgid "dynamic section image fixups"
   9808 msgstr "   "
   9809 
   9810 #: readelf.c:9254
   9811 #, c-format
   9812 msgid "corrupt library name index of %#<PRIx64> found in dynamic entry"
   9813 msgstr "    biblioteke %#<PRIx64>   "
   9814 
   9815 #: readelf.c:9259
   9816 #, c-format
   9817 msgid ""
   9818 "\n"
   9819 "Image fixups for needed library #%<PRId64>: %s - ident: %<PRIx64>\n"
   9820 msgstr ""
   9821 "\n"
   9822 "    #%<PRId64>: %s  : %<PRIx64>\n"
   9823 
   9824 #: readelf.c:9263
   9825 #, c-format
   9826 msgid "Seg Offset           Type                             SymVec DataType\n"
   9827 msgstr "                                         \n"
   9828 
   9829 #: readelf.c:9297
   9830 msgid "dynamic section image relocations"
   9831 msgstr "   "
   9832 
   9833 #: readelf.c:9301
   9834 #, c-format
   9835 msgid ""
   9836 "\n"
   9837 "Image relocs\n"
   9838 msgstr ""
   9839 "\n"
   9840 " \n"
   9841 
   9842 #: readelf.c:9303
   9843 #, c-format
   9844 msgid "Seg Offset   Type                            Addend            Seg Sym Off\n"
   9845 msgstr "                                           \n"
   9846 
   9847 #: readelf.c:9358
   9848 msgid "dynamic string section"
   9849 msgstr "  "
   9850 
   9851 #: readelf.c:9441
   9852 #, c-format
   9853 msgid ""
   9854 "\n"
   9855 "In linked file '%s' relocation section "
   9856 msgstr ""
   9857 "\n"
   9858 "   %s  "
   9859 
   9860 #: readelf.c:9444
   9861 #, c-format
   9862 msgid ""
   9863 "\n"
   9864 "Relocation section "
   9865 msgstr ""
   9866 "\n"
   9867 "  "
   9868 
   9869 #: readelf.c:9463
   9870 #, c-format
   9871 msgid " at offset %#<PRIx64>"
   9872 msgstr "   %#<PRIx64>"
   9873 
   9874 #: readelf.c:9464
   9875 #, c-format
   9876 msgid " contains %<PRIu64> entry which relocates"
   9877 msgid_plural " contains %<PRIu64> entries which relocate"
   9878 msgstr[0] "  %<PRIu64>   "
   9879 msgstr[1] "  %<PRIu64>   "
   9880 msgstr[2] "  %<PRIu64>   "
   9881 
   9882 #: readelf.c:9467
   9883 #, c-format
   9884 msgid " %<PRIu64> location:\n"
   9885 msgid_plural " %<PRIu64> locations:\n"
   9886 msgstr[0] " %<PRIu64> :\n"
   9887 msgstr[1] " %<PRIu64> :\n"
   9888 msgstr[2] " %<PRIu64> :\n"
   9889 
   9890 #: readelf.c:9473
   9891 #, c-format
   9892 msgid " at offset %#<PRIx64> contains %<PRIu64> entry:\n"
   9893 msgid_plural " at offset %#<PRIx64> contains %<PRIu64> entries:\n"
   9894 msgstr[0] "   %#<PRIx64>  %<PRIu64> :\n"
   9895 msgstr[1] "   %#<PRIx64>  %<PRIu64> :\n"
   9896 msgstr[2] "   %#<PRIx64>  %<PRIu64> :\n"
   9897 
   9898 #: readelf.c:9572
   9899 #, c-format
   9900 msgid ""
   9901 "\n"
   9902 "In linked file '%s' section '%s' at offset %#<PRIx64> contains %<PRId64> bytes:\n"
   9903 msgstr ""
   9904 "\n"
   9905 "   %s  %s   %#<PRIx64>  %<PRId64> :\n"
   9906 
   9907 #: readelf.c:9577
   9908 #, c-format
   9909 msgid ""
   9910 "\n"
   9911 "'%s' relocation section at offset %#<PRIx64> contains %<PRId64> bytes:\n"
   9912 msgstr ""
   9913 "\n"
   9914 "  %s   %#<PRIx64>  %<PRId64> :\n"
   9915 
   9916 #: readelf.c:9599
   9917 #, c-format
   9918 msgid ""
   9919 "\n"
   9920 "There are no dynamic relocations in linked file '%s'.\n"
   9921 msgstr ""
   9922 "\n"
   9923 "      %s.\n"
   9924 
   9925 #: readelf.c:9602
   9926 #, c-format
   9927 msgid ""
   9928 "\n"
   9929 "There are no dynamic relocations in this file.\n"
   9930 msgstr ""
   9931 "\n"
   9932 "     .\n"
   9933 
   9934 #: readelf.c:9627
   9935 #, c-format
   9936 msgid ""
   9937 "\n"
   9938 "There are no static relocations in linked file '%s'."
   9939 msgstr ""
   9940 "\n"
   9941 "      %s."
   9942 
   9943 #: readelf.c:9630
   9944 #, c-format
   9945 msgid ""
   9946 "\n"
   9947 "There are no static relocations in this file."
   9948 msgstr ""
   9949 "\n"
   9950 "     ."
   9951 
   9952 #: readelf.c:9631
   9953 #, c-format
   9954 msgid ""
   9955 "\n"
   9956 "To see the dynamic relocations add --use-dynamic to the command line.\n"
   9957 msgstr ""
   9958 "\n"
   9959 "     --use-dynamic   .\n"
   9960 
   9961 #: readelf.c:9639
   9962 #, c-format
   9963 msgid ""
   9964 "\n"
   9965 "There are no relocations in linked file '%s'.\n"
   9966 msgstr ""
   9967 "\n"
   9968 "     %s.\n"
   9969 
   9970 #: readelf.c:9642
   9971 #, c-format
   9972 msgid ""
   9973 "\n"
   9974 "There are no relocations in this file.\n"
   9975 msgstr ""
   9976 "\n"
   9977 "    .\n"
   9978 
   9979 #: readelf.c:9801
   9980 #, c-format
   9981 msgid "Invalid section %u in table entry %td\n"
   9982 msgstr "  %u    %td\n"
   9983 
   9984 #: readelf.c:9813
   9985 #, c-format
   9986 msgid "Invalid offset %<PRIx64> in table entry %td\n"
   9987 msgstr "  %<PRIx64>    %td\n"
   9988 
   9989 #: readelf.c:9831
   9990 #, c-format
   9991 msgid "\tUnknown version.\n"
   9992 msgstr "\t .\n"
   9993 
   9994 #: readelf.c:9894 readelf.c:10332
   9995 msgid "unwind table"
   9996 msgstr " "
   9997 
   9998 #: readelf.c:9945 readelf.c:10415
   9999 #, c-format
   10000 msgid "Skipping unknown relocation type: %u\n"
   10001 msgstr "   : %u\n"
   10002 
   10003 #: readelf.c:9951 readelf.c:10422
   10004 #, c-format
   10005 msgid "Skipping unexpected relocation type: %s\n"
   10006 msgstr "   : %s\n"
   10007 
   10008 #: readelf.c:9960 readelf.c:10429
   10009 #, c-format
   10010 msgid "Skipping reloc with overlarge offset: %#<PRIx64>\n"
   10011 msgstr "    : %#<PRIx64>\n"
   10012 
   10013 #: readelf.c:9968 readelf.c:10437
   10014 #, c-format
   10015 msgid "Skipping reloc with invalid symbol index: %u\n"
   10016 msgstr "     : %u\n"
   10017 
   10018 #: readelf.c:10016 readelf.c:10484 readelf.c:11595
   10019 msgid "Multiple symbol tables encountered\n"
   10020 msgstr "    \n"
   10021 
   10022 #: readelf.c:10031 readelf.c:10500 readelf.c:11610
   10023 #, c-format
   10024 msgid ""
   10025 "\n"
   10026 "There are no unwind sections in this file.\n"
   10027 msgstr ""
   10028 "\n"
   10029 "     .\n"
   10030 
   10031 #: readelf.c:10117
   10032 #, c-format
   10033 msgid ""
   10034 "\n"
   10035 "Could not find unwind info section for "
   10036 msgstr ""
   10037 "\n"
   10038 "        "
   10039 
   10040 #: readelf.c:10129
   10041 msgid "unwind info"
   10042 msgstr " "
   10043 
   10044 #: readelf.c:10132
   10045 #, c-format
   10046 msgid ""
   10047 "\n"
   10048 "Unwind section "
   10049 msgstr ""
   10050 "\n"
   10051 "  "
   10052 
   10053 #: readelf.c:10139
   10054 #, c-format
   10055 msgid " at offset %#<PRIx64> contains %<PRIu64> entries:\n"
   10056 msgstr "   %#<PRIx64>  %<PRIu64> :\n"
   10057 
   10058 #: readelf.c:10509 readelf.c:11617
   10059 #, c-format
   10060 msgid ""
   10061 "\n"
   10062 "Unwind section '%s' at offset %#<PRIx64> contains %<PRIu64> entry:\n"
   10063 msgid_plural ""
   10064 "\n"
   10065 "Unwind section '%s' at offset %#<PRIx64> contains %<PRIu64> entries:\n"
   10066 msgstr[0] ""
   10067 "\n"
   10068 "  %s   %#<PRIx64>  %<PRIu64> :\n"
   10069 msgstr[1] ""
   10070 "\n"
   10071 "  %s   %#<PRIx64>  %<PRIu64> :\n"
   10072 msgstr[2] ""
   10073 "\n"
   10074 "  %s   %#<PRIx64>  %<PRIu64> :\n"
   10075 
   10076 #: readelf.c:10642
   10077 msgid "unwind data"
   10078 msgstr " "
   10079 
   10080 #: readelf.c:10714
   10081 #, c-format
   10082 msgid "Skipping unexpected relocation at offset %#<PRIx64>\n"
   10083 msgstr "     %#<PRIx64>\n"
   10084 
   10085 #: readelf.c:10736
   10086 #, c-format
   10087 msgid "Unknown section relocation type %d encountered\n"
   10088 msgstr "     %d\n"
   10089 
   10090 #: readelf.c:10744
   10091 #, c-format
   10092 msgid "Bad symbol index in unwind relocation (%<PRIu64> > %<PRIu64>)\n"
   10093 msgstr "      (%<PRIu64> > %<PRIu64>)\n"
   10094 
   10095 #: readelf.c:10760
   10096 #, c-format
   10097 msgid "Skipping unknown ARM relocation type: %d\n"
   10098 msgstr "   ARM : %d\n"
   10099 
   10100 #: readelf.c:10770
   10101 #, c-format
   10102 msgid "Skipping unexpected ARM relocation type %s\n"
   10103 msgstr "   ARM  %s\n"
   10104 
   10105 #: readelf.c:10779
   10106 #, c-format
   10107 msgid "Skipping unknown C6000 relocation type: %d\n"
   10108 msgstr "   C6000 : %d\n"
   10109 
   10110 #: readelf.c:10789
   10111 #, c-format
   10112 msgid "Skipping unexpected C6000 relocation type %s\n"
   10113 msgstr "   C6000  %s\n"
   10114 
   10115 #. This function currently only supports ARM and TI unwinders.
   10116 #: readelf.c:10798
   10117 msgid "Only TI and ARM unwinders are currently supported\n"
   10118 msgstr " TI  ARM    \n"
   10119 
   10120 #: readelf.c:10861
   10121 #, c-format
   10122 msgid "[Truncated opcode]\n"
   10123 msgstr "[ ]\n"
   10124 
   10125 #: readelf.c:10909 readelf.c:11129
   10126 #, c-format
   10127 msgid "Refuse to unwind"
   10128 msgstr "  "
   10129 
   10130 #: readelf.c:10932
   10131 #, c-format
   10132 msgid "     [Reserved]"
   10133 msgstr "     []"
   10134 
   10135 #: readelf.c:10960
   10136 #, c-format
   10137 msgid "     finish"
   10138 msgstr "     "
   10139 
   10140 #: readelf.c:10965 readelf.c:11062
   10141 #, c-format
   10142 msgid "[Spare]"
   10143 msgstr "[]"
   10144 
   10145 #: readelf.c:10999
   10146 msgid "corrupt change to vsp\n"
   10147 msgstr "   vsp\n"
   10148 
   10149 #: readelf.c:11025
   10150 #, c-format
   10151 msgid "     pop {ra_auth_code}"
   10152 msgstr "     pop {ra_auth_code}"
   10153 
   10154 #: readelf.c:11027
   10155 #, c-format
   10156 msgid "     vsp as modifier for PAC validation"
   10157 msgstr "     vsp    PAC "
   10158 
   10159 #: readelf.c:11084 readelf.c:11241
   10160 #, c-format
   10161 msgid "     [unsupported opcode]"
   10162 msgstr "     [ ]"
   10163 
   10164 #: readelf.c:11177
   10165 #, c-format
   10166 msgid "pop frame {"
   10167 msgstr "  {"
   10168 
   10169 #: readelf.c:11180
   10170 #, c-format
   10171 msgid "*corrupt* - no registers specified"
   10172 msgstr "**    "
   10173 
   10174 #: readelf.c:11194
   10175 msgid "[pad]"
   10176 msgstr "[]"
   10177 
   10178 #: readelf.c:11223
   10179 msgid "Corrupt stack pointer adjustment detected\n"
   10180 msgstr "     \n"
   10181 
   10182 #: readelf.c:11230
   10183 #, c-format
   10184 msgid "sp = sp + %<PRId64>"
   10185 msgstr "sp = sp + %<PRId64>"
   10186 
   10187 #: readelf.c:11305
   10188 #, c-format
   10189 msgid "  Personality routine: "
   10190 msgstr "   : "
   10191 
   10192 #: readelf.c:11337
   10193 #, c-format
   10194 msgid "  [Truncated data]\n"
   10195 msgstr "  [ ]\n"
   10196 
   10197 #: readelf.c:11361
   10198 #, c-format
   10199 msgid "Corrupt ARM compact model table entry: %x \n"
   10200 msgstr "     : %x \n"
   10201 
   10202 #: readelf.c:11366
   10203 #, c-format
   10204 msgid "  Compact model index: %d\n"
   10205 msgstr "    : %d\n"
   10206 
   10207 #: readelf.c:11392
   10208 msgid "Unknown ARM compact model index encountered\n"
   10209 msgstr "     \n"
   10210 
   10211 #: readelf.c:11393
   10212 #, c-format
   10213 msgid "  [reserved]\n"
   10214 msgstr "  []\n"
   10215 
   10216 #: readelf.c:11408
   10217 #, c-format
   10218 msgid "  Restore stack from frame pointer\n"
   10219 msgstr "      \n"
   10220 
   10221 #: readelf.c:11410
   10222 #, c-format
   10223 msgid "  Stack increment %d\n"
   10224 msgstr "    %d\n"
   10225 
   10226 #: readelf.c:11411
   10227 #, c-format
   10228 msgid "  Registers restored: "
   10229 msgstr "   : "
   10230 
   10231 #: readelf.c:11416
   10232 #, c-format
   10233 msgid "  Return register: %s\n"
   10234 msgstr "   : %s\n"
   10235 
   10236 #: readelf.c:11420
   10237 #, c-format
   10238 msgid "  [reserved (%d)]\n"
   10239 msgstr "  [ (%d)]\n"
   10240 
   10241 #: readelf.c:11424
   10242 #, c-format
   10243 msgid "Unsupported architecture type %d encountered when decoding unwind table\n"
   10244 msgstr "   %d      \n"
   10245 
   10246 #: readelf.c:11479
   10247 #, c-format
   10248 msgid "corrupt index table entry: %x\n"
   10249 msgstr "   : %x\n"
   10250 
   10251 #: readelf.c:11518
   10252 #, c-format
   10253 msgid "Unwind entry contains corrupt offset (%#<PRIx64>) into section %s\n"
   10254 msgstr "     (%#<PRIx64>)   %s\n"
   10255 
   10256 #: readelf.c:11534
   10257 #, c-format
   10258 msgid "Could not locate .ARM.extab section containing %#<PRIx64>.\n"
   10259 msgstr "     .ARM.extab   %#<PRIx64>.\n"
   10260 
   10261 #: readelf.c:11578
   10262 #, c-format
   10263 msgid "Unsupported architecture type %d encountered when processing unwind table\n"
   10264 msgstr "   %d      \n"
   10265 
   10266 #: readelf.c:11640
   10267 #, c-format
   10268 msgid "No processor specific unwind information to decode\n"
   10269 msgstr "      \n"
   10270 
   10271 #: readelf.c:11670
   10272 #, c-format
   10273 msgid ""
   10274 "\n"
   10275 "The decoding of unwind sections for machine type %s is not currently supported.\n"
   10276 msgstr ""
   10277 "\n"
   10278 "      %s   .\n"
   10279 
   10280 #: readelf.c:11697
   10281 #, c-format
   10282 msgid "NONE"
   10283 msgstr ""
   10284 
   10285 #: readelf.c:11722
   10286 #, c-format
   10287 msgid "Interface Version: %s"
   10288 msgstr " : %s"
   10289 
   10290 #: readelf.c:11725
   10291 #, c-format
   10292 msgid "Interface Version: <corrupt: %<PRIx64>>"
   10293 msgstr " : <: %<PRIx64>>"
   10294 
   10295 #: readelf.c:11743
   10296 #, c-format
   10297 msgid "Time Stamp: %s"
   10298 msgstr " : %s"
   10299 
   10300 #: readelf.c:11932 readelf.c:11982
   10301 msgid "dynamic section"
   10302 msgstr " "
   10303 
   10304 #: readelf.c:11952 readelf.c:12003 readelf.c:12111
   10305 #, c-format
   10306 msgid "Out of memory allocating space for %<PRIu64> dynamic entries\n"
   10307 msgstr "       %<PRIu64>  \n"
   10308 
   10309 #: readelf.c:12077
   10310 #, c-format
   10311 msgid "Size overflow prevents reading %<PRIu64> elements of size %u\n"
   10312 msgstr "    %<PRIu64>   %u\n"
   10313 
   10314 #: readelf.c:12087
   10315 #, c-format
   10316 msgid "Invalid number of dynamic entries: %<PRIu64>\n"
   10317 msgstr "   : %<PRIu64>\n"
   10318 
   10319 #: readelf.c:12095
   10320 #, c-format
   10321 msgid "Out of memory reading %<PRIu64> dynamic entries\n"
   10322 msgstr "      %<PRIu64>  \n"
   10323 
   10324 #: readelf.c:12102
   10325 #, c-format
   10326 msgid "Unable to read in %<PRIu64> bytes of dynamic data\n"
   10327 msgstr "    %<PRIu64>   \n"
   10328 
   10329 #: readelf.c:12152 readelf.c:12206 readelf.c:12230 readelf.c:12263
   10330 #: readelf.c:12289 readelf.c:12308
   10331 msgid "Unable to seek to start of dynamic information\n"
   10332 msgstr "       \n"
   10333 
   10334 #: readelf.c:12158 readelf.c:12212
   10335 msgid "Failed to read in number of buckets\n"
   10336 msgstr "     \n"
   10337 
   10338 #: readelf.c:12164
   10339 msgid "Failed to read in number of chains\n"
   10340 msgstr "     \n"
   10341 
   10342 #: readelf.c:12271
   10343 msgid "Failed to determine last chain length\n"
   10344 msgstr "      \n"
   10345 
   10346 #: readelf.c:12371
   10347 #, c-format
   10348 msgid ""
   10349 "\n"
   10350 "There is no dynamic section in linked file '%s'.\n"
   10351 msgstr ""
   10352 "\n"
   10353 "      %s.\n"
   10354 
   10355 #: readelf.c:12374
   10356 #, c-format
   10357 msgid ""
   10358 "\n"
   10359 "There is no dynamic section in this file.\n"
   10360 msgstr ""
   10361 "\n"
   10362 "     .\n"
   10363 
   10364 #. See PR 21379 for a reproducer.
   10365 #: readelf.c:12434
   10366 msgid "Invalid PT_LOAD entry\n"
   10367 msgstr " PT_LOAD \n"
   10368 
   10369 #: readelf.c:12460
   10370 msgid "the .dynsym section doesn't match the DT_SYMTAB and DT_SYMENT tags\n"
   10371 msgstr " .dynsym    DT_SYMTAB  DT_SYMENT\n"
   10372 
   10373 #: readelf.c:12470
   10374 msgid "Corrupt DT_SYMTAB dynamic entry\n"
   10375 msgstr "   DT_SYMTAB\n"
   10376 
   10377 #: readelf.c:12506
   10378 msgid "the .dynstr section doesn't match the DT_STRTAB and DT_STRSZ tags\n"
   10379 msgstr " .dynstr    DT_STRTAB  DT_STRSZ\n"
   10380 
   10381 #: readelf.c:12511
   10382 msgid "dynamic string table"
   10383 msgstr "  "
   10384 
   10385 #: readelf.c:12514
   10386 msgid "Corrupt DT_STRTAB dynamic entry\n"
   10387 msgstr "   DT_STRTAB\n"
   10388 
   10389 #: readelf.c:12539
   10390 #, c-format
   10391 msgid "Bad value (%d) for SYMINENT entry\n"
   10392 msgstr "  (%d)  SYMINENT \n"
   10393 
   10394 #: readelf.c:12558
   10395 msgid "symbol information"
   10396 msgstr " "
   10397 
   10398 #: readelf.c:12564
   10399 msgid "Multiple dynamic symbol information sections found\n"
   10400 msgstr "     \n"
   10401 
   10402 #: readelf.c:12570
   10403 #, c-format
   10404 msgid "Out of memory allocating %<PRIu64> bytes for dynamic symbol info\n"
   10405 msgstr "     %<PRIu64>     \n"
   10406 
   10407 #: readelf.c:12594
   10408 #, c-format
   10409 msgid ""
   10410 "\n"
   10411 "In linked file '%s' the dynamic section at offset %#<PRIx64> contains %<PRIu64> entry:\n"
   10412 msgid_plural ""
   10413 "\n"
   10414 "In linked file '%s' the dynamic section at offset %#<PRIx64> contains %<PRIu64> entries:\n"
   10415 msgstr[0] ""
   10416 "\n"
   10417 "   %s     %#<PRIx64>  %<PRIu64> :\n"
   10418 msgstr[1] ""
   10419 "\n"
   10420 "   %s     %#<PRIx64>  %<PRIu64> :\n"
   10421 msgstr[2] ""
   10422 "\n"
   10423 "   %s     %#<PRIx64>  %<PRIu64> :\n"
   10424 
   10425 #: readelf.c:12601
   10426 #, c-format
   10427 msgid ""
   10428 "\n"
   10429 "Dynamic section at offset %#<PRIx64> contains %<PRIu64> entry:\n"
   10430 msgid_plural ""
   10431 "\n"
   10432 "Dynamic section at offset %#<PRIx64> contains %<PRIu64> entries:\n"
   10433 msgstr[0] ""
   10434 "\n"
   10435 "    %#<PRIx64>  %<PRIu64> :\n"
   10436 msgstr[1] ""
   10437 "\n"
   10438 "    %#<PRIx64>  %<PRIu64> :\n"
   10439 msgstr[2] ""
   10440 "\n"
   10441 "    %#<PRIx64>  %<PRIu64> :\n"
   10442 
   10443 #: readelf.c:12608
   10444 #, c-format
   10445 msgid "  Tag        Type                         Name/Value\n"
   10446 msgstr "                               /\n"
   10447 
   10448 #: readelf.c:12642
   10449 #, c-format
   10450 msgid "Auxiliary library"
   10451 msgstr " "
   10452 
   10453 #: readelf.c:12646
   10454 #, c-format
   10455 msgid "Filter library"
   10456 msgstr " "
   10457 
   10458 #: readelf.c:12650
   10459 #, c-format
   10460 msgid "Configuration file"
   10461 msgstr " "
   10462 
   10463 #: readelf.c:12654
   10464 #, c-format
   10465 msgid "Dependency audit library"
   10466 msgstr "  "
   10467 
   10468 #: readelf.c:12658
   10469 #, c-format
   10470 msgid "Audit library"
   10471 msgstr " "
   10472 
   10473 #: readelf.c:12677 readelf.c:12705 readelf.c:12733 readelf.c:13073
   10474 #, c-format
   10475 msgid "Flags:"
   10476 msgstr ":"
   10477 
   10478 #: readelf.c:12680 readelf.c:12708 readelf.c:12735 readelf.c:13075
   10479 #, c-format
   10480 msgid " None\n"
   10481 msgstr " \n"
   10482 
   10483 #: readelf.c:12942
   10484 #, c-format
   10485 msgid "Shared library: [%s]"
   10486 msgstr " : [%s]"
   10487 
   10488 #: readelf.c:12946
   10489 #, c-format
   10490 msgid " program interpreter"
   10491 msgstr "  "
   10492 
   10493 #: readelf.c:12950
   10494 #, c-format
   10495 msgid "Library soname: [%s]"
   10496 msgstr " : [%s]"
   10497 
   10498 #: readelf.c:12954
   10499 #, c-format
   10500 msgid "Library rpath: [%s]"
   10501 msgstr " : [%s]"
   10502 
   10503 #: readelf.c:12958
   10504 #, c-format
   10505 msgid "Library runpath: [%s]"
   10506 msgstr "_ : [%s]"
   10507 
   10508 #: readelf.c:12995
   10509 #, c-format
   10510 msgid " (bytes)\n"
   10511 msgstr " ()\n"
   10512 
   10513 #: readelf.c:13026
   10514 #, c-format
   10515 msgid "Not needed object: [%s]\n"
   10516 msgstr " : [%s]\n"
   10517 
   10518 #: readelf.c:13051
   10519 #, c-format
   10520 msgid "<corrupt time val: %<PRIx64>"
   10521 msgstr "<  : %<PRIx64>"
   10522 
   10523 #: readelf.c:13194
   10524 #, c-format
   10525 msgid ""
   10526 "\n"
   10527 "In linked file '%s' the version definition section '%s' contains %u entry:\n"
   10528 msgid_plural ""
   10529 "\n"
   10530 "In linked file '%s' the version definition section '%s' contains %u entries:\n"
   10531 msgstr[0] ""
   10532 "\n"
   10533 "   %s    %s  %u :\n"
   10534 msgstr[1] ""
   10535 "\n"
   10536 "   %s    %s  %u :\n"
   10537 msgstr[2] ""
   10538 "\n"
   10539 "   %s    %s  %u :\n"
   10540 
   10541 #: readelf.c:13201
   10542 #, c-format
   10543 msgid ""
   10544 "\n"
   10545 "Version definition section '%s' contains %u entry:\n"
   10546 msgid_plural ""
   10547 "\n"
   10548 "Version definition section '%s' contains %u entries:\n"
   10549 msgstr[0] ""
   10550 "\n"
   10551 "   %s  %u :\n"
   10552 msgstr[1] ""
   10553 "\n"
   10554 "   %s  %u :\n"
   10555 msgstr[2] ""
   10556 "\n"
   10557 "   %s  %u :\n"
   10558 
   10559 #: readelf.c:13209 readelf.c:13355 readelf.c:13520
   10560 #, c-format
   10561 msgid " Addr: 0x%016<PRIx64>"
   10562 msgstr " : 0x%016<PRIx64>"
   10563 
   10564 #: readelf.c:13210 readelf.c:13356 readelf.c:13521
   10565 #, c-format
   10566 msgid "  Offset: 0x%08<PRIx64>  Link: %u (%s)\n"
   10567 msgstr "  : 0x%08<PRIx64>  : %u (%s)\n"
   10568 
   10569 #: readelf.c:13216
   10570 msgid "version definition section"
   10571 msgstr "  "
   10572 
   10573 #: readelf.c:13245
   10574 #, c-format
   10575 msgid "  %#06zx: Rev: %d  Flags: %s"
   10576 msgstr "  %#06zx: : %d  : %s"
   10577 
   10578 #: readelf.c:13248
   10579 #, c-format
   10580 msgid "  Index: %d  Cnt: %d  "
   10581 msgstr "  : %d  : %d  "
   10582 
   10583 #: readelf.c:13265
   10584 #, c-format
   10585 msgid "Name: %s\n"
   10586 msgstr ": %s\n"
   10587 
   10588 #: readelf.c:13268
   10589 #, c-format
   10590 msgid "Name index: %ld\n"
   10591 msgstr " : %ld\n"
   10592 
   10593 #: readelf.c:13277
   10594 #, c-format
   10595 msgid "Invalid vda_next field of %lx\n"
   10596 msgstr " vda_next   %lx\n"
   10597 
   10598 #: readelf.c:13297
   10599 #, c-format
   10600 msgid "  %#06zx: Parent %d: %s\n"
   10601 msgstr "  %#06zx:  %d: %s\n"
   10602 
   10603 #: readelf.c:13301
   10604 #, c-format
   10605 msgid "  %#06zx: Parent %d, name index: %ld\n"
   10606 msgstr "  %#06zx:  %d,  : %ld\n"
   10607 
   10608 #: readelf.c:13306
   10609 #, c-format
   10610 msgid "  Version def aux past end of section\n"
   10611 msgstr "    aux    \n"
   10612 
   10613 #: readelf.c:13313
   10614 #, c-format
   10615 msgid "Invalid vd_next field of %lx\n"
   10616 msgstr " vd_next   %lx\n"
   10617 
   10618 #: readelf.c:13324
   10619 #, c-format
   10620 msgid "  Version definition past end of section\n"
   10621 msgstr "       \n"
   10622 
   10623 #: readelf.c:13340
   10624 #, c-format
   10625 msgid ""
   10626 "\n"
   10627 "In linked file '%s' the version needs section '%s' contains %u entry:\n"
   10628 msgid_plural ""
   10629 "\n"
   10630 "In linked file '%s' the version needs section '%s' contains %u entries:\n"
   10631 msgstr[0] ""
   10632 "\n"
   10633 "   %s    %s  %u :\n"
   10634 msgstr[1] ""
   10635 "\n"
   10636 "   %s    %s  %u :\n"
   10637 msgstr[2] ""
   10638 "\n"
   10639 "   %s    %s  %u :\n"
   10640 
   10641 #: readelf.c:13347
   10642 #, c-format
   10643 msgid ""
   10644 "\n"
   10645 "Version needs section '%s' contains %u entry:\n"
   10646 msgid_plural ""
   10647 "\n"
   10648 "Version needs section '%s' contains %u entries:\n"
   10649 msgstr[0] ""
   10650 "\n"
   10651 "   %s   %u :\n"
   10652 msgstr[1] ""
   10653 "\n"
   10654 "   %s   %u :\n"
   10655 msgstr[2] ""
   10656 "\n"
   10657 "   %s   %u :\n"
   10658 
   10659 #: readelf.c:13363
   10660 msgid "Version Needs section"
   10661 msgstr "  "
   10662 
   10663 #: readelf.c:13388
   10664 #, c-format
   10665 msgid "  %#06zx: Version: %d"
   10666 msgstr "  %#06zx: : %d"
   10667 
   10668 #: readelf.c:13391
   10669 #, c-format
   10670 msgid "  File: %s"
   10671 msgstr "  : %s"
   10672 
   10673 #: readelf.c:13394
   10674 #, c-format
   10675 msgid "  File: %lx"
   10676 msgstr "  : %lx"
   10677 
   10678 #: readelf.c:13396
   10679 #, c-format
   10680 msgid "  Cnt: %d\n"
   10681 msgstr "  : %d\n"
   10682 
   10683 #: readelf.c:13419
   10684 #, c-format
   10685 msgid "  %#06zx:   Name: %s"
   10686 msgstr "  %#06zx:   : %s"
   10687 
   10688 #: readelf.c:13422
   10689 #, c-format
   10690 msgid "  %#06zx:   Name index: %lx"
   10691 msgstr "  %#06zx:    : %lx"
   10692 
   10693 #: readelf.c:13425
   10694 #, c-format
   10695 msgid "  Flags: %s  Version: %d\n"
   10696 msgstr "  : %s  : %d\n"
   10697 
   10698 #: readelf.c:13431
   10699 #, c-format
   10700 msgid "Invalid vna_next field of %lx\n"
   10701 msgstr " vna_next   %lx\n"
   10702 
   10703 #: readelf.c:13444
   10704 msgid "Missing Version Needs auxiliary information\n"
   10705 msgstr "     \n"
   10706 
   10707 #: readelf.c:13449
   10708 #, c-format
   10709 msgid "Invalid vn_next field of %lx\n"
   10710 msgstr " vn_next   %lx\n"
   10711 
   10712 #: readelf.c:13459
   10713 msgid "Missing Version Needs information\n"
   10714 msgstr "    \n"
   10715 
   10716 #: readelf.c:13497
   10717 msgid "version string table"
   10718 msgstr "  "
   10719 
   10720 #: readelf.c:13505
   10721 #, c-format
   10722 msgid ""
   10723 "\n"
   10724 "In linked file '%s' the version symbols section '%s' contains %<PRIu64> entry:\n"
   10725 msgid_plural ""
   10726 "\n"
   10727 "In linked file '%s' the version symbols section '%s' contains %<PRIu64> entries:\n"
   10728 msgstr[0] ""
   10729 "\n"
   10730 "   %s    %s  %<PRIu64> :\n"
   10731 msgstr[1] ""
   10732 "\n"
   10733 "   %s    %s  %<PRIu64> :\n"
   10734 msgstr[2] ""
   10735 "\n"
   10736 "   %s    %s  %<PRIu64> :\n"
   10737 
   10738 #: readelf.c:13512
   10739 #, c-format
   10740 msgid ""
   10741 "\n"
   10742 "Version symbols section '%s' contains %<PRIu64> entry:\n"
   10743 msgid_plural ""
   10744 "\n"
   10745 "Version symbols section '%s' contains %<PRIu64> entries:\n"
   10746 msgstr[0] ""
   10747 "\n"
   10748 "   %s  %<PRIu64> :\n"
   10749 msgstr[1] ""
   10750 "\n"
   10751 "   %s  %<PRIu64> :\n"
   10752 msgstr[2] ""
   10753 "\n"
   10754 "   %s  %<PRIu64> :\n"
   10755 
   10756 #: readelf.c:13530
   10757 msgid "version symbol data"
   10758 msgstr "  "
   10759 
   10760 #: readelf.c:13550
   10761 msgid "*invalid*"
   10762 msgstr "**"
   10763 
   10764 #: readelf.c:13558
   10765 msgid "   0 (*local*)    "
   10766 msgstr "   0 (**)    "
   10767 
   10768 #: readelf.c:13562
   10769 msgid "   1 (*global*)   "
   10770 msgstr "   1 (**)   "
   10771 
   10772 #: readelf.c:13573
   10773 msgid "invalid index into symbol array\n"
   10774 msgstr "    \n"
   10775 
   10776 #: readelf.c:13596 readelf.c:14148
   10777 msgid "version need"
   10778 msgstr " need"
   10779 
   10780 #: readelf.c:13607
   10781 msgid "version need aux (2)"
   10782 msgstr " need aux (2)"
   10783 
   10784 #: readelf.c:13654 readelf.c:14092
   10785 msgid "version def"
   10786 msgstr " "
   10787 
   10788 #: readelf.c:13682 readelf.c:14123
   10789 msgid "version def aux"
   10790 msgstr "  "
   10791 
   10792 #: readelf.c:13690
   10793 msgid "*both*"
   10794 msgstr "**"
   10795 
   10796 #: readelf.c:13722
   10797 #, c-format
   10798 msgid ""
   10799 "\n"
   10800 "No version information found in linked file '%s'.\n"
   10801 msgstr ""
   10802 "\n"
   10803 "       %s.\n"
   10804 
   10805 #: readelf.c:13725
   10806 #, c-format
   10807 msgid ""
   10808 "\n"
   10809 "No version information found in this file.\n"
   10810 msgstr ""
   10811 "\n"
   10812 "      .\n"
   10813 
   10814 #: readelf.c:13821
   10815 #, c-format
   10816 msgid "Unrecognized visibility value: %u\n"
   10817 msgstr "  : %u\n"
   10818 
   10819 #: readelf.c:13834
   10820 #, c-format
   10821 msgid "Unrecognized alpha specific other value: %u\n"
   10822 msgstr "  alpha  : %u\n"
   10823 
   10824 #: readelf.c:13911
   10825 #, c-format
   10826 msgid "Unrecognized IA64 VMS ST Function type: %d\n"
   10827 msgstr "  IA64 VMS ST : %d\n"
   10828 
   10829 #: readelf.c:13935
   10830 #, c-format
   10831 msgid "Unrecognized IA64 VMS ST Linkage: %d\n"
   10832 msgstr " IA64 VMS ST : %d\n"
   10833 
   10834 #: readelf.c:13961
   10835 #, c-format
   10836 msgid "<localentry>: %d"
   10837 msgstr "<_>: %d"
   10838 
   10839 #: readelf.c:13975
   10840 msgid " VARIANT_CC"
   10841 msgstr " VARIANT_CC"
   10842 
   10843 #: readelf.c:14026
   10844 #, c-format
   10845 msgid "<other>: %x"
   10846 msgstr "<>: %x"
   10847 
   10848 #: readelf.c:14054
   10849 msgid "version data"
   10850 msgstr " "
   10851 
   10852 #: readelf.c:14166
   10853 msgid "version need aux (3)"
   10854 msgstr " need aux (3)"
   10855 
   10856 #: readelf.c:14357
   10857 #, c-format
   10858 msgid "local symbol %<PRIu64> found at index >= %s's sh_info value of %u\n"
   10859 msgstr "   %<PRIu64>   >= %s sh_info  %u\n"
   10860 
   10861 #: readelf.c:14376
   10862 #, c-format
   10863 msgid "Unknown LTO symbol definition encountered: %u\n"
   10864 msgstr "    LTO : %u\n"
   10865 
   10866 #: readelf.c:14395
   10867 #, c-format
   10868 msgid "Unknown LTO symbol visibility encountered: %u\n"
   10869 msgstr "    LTO : %u\n"
   10870 
   10871 #: readelf.c:14413
   10872 #, c-format
   10873 msgid "Unknown LTO symbol type encountered: %u\n"
   10874 msgstr "    LTO : %u\n"
   10875 
   10876 #: readelf.c:14429
   10877 #, c-format
   10878 msgid ""
   10879 "\n"
   10880 "The LTO Symbol table section '%s' in linked file '%s' is empty!\n"
   10881 msgstr ""
   10882 "\n"
   10883 "  LTO  %s    %s  !\n"
   10884 
   10885 #: readelf.c:14433
   10886 #, c-format
   10887 msgid ""
   10888 "\n"
   10889 "LTO Symbol table '%s' is empty!\n"
   10890 msgstr ""
   10891 "\n"
   10892 " LTO  %s  !\n"
   10893 
   10894 #: readelf.c:14448
   10895 msgid "LTO symbols"
   10896 msgstr "LTO "
   10897 
   10898 #: readelf.c:14463
   10899 #, c-format
   10900 msgid "LTO Symbol extension table '%s' is empty!\n"
   10901 msgstr "  LTO  %s  !\n"
   10902 
   10903 #: readelf.c:14469
   10904 msgid "LTO ext symbol data"
   10905 msgstr "  LTO "
   10906 
   10907 #: readelf.c:14474
   10908 msgid "Unexpected version number in symbol extension table\n"
   10909 msgstr "      \n"
   10910 
   10911 #: readelf.c:14483
   10912 #, c-format
   10913 msgid ""
   10914 "\n"
   10915 "In linked file '%s': "
   10916 msgstr ""
   10917 "\n"
   10918 "   %s: "
   10919 
   10920 #: readelf.c:14490
   10921 #, c-format
   10922 msgid "LTO Symbol table '%s' and extension table '%s' contain:\n"
   10923 msgstr " LTO  %s    %s :\n"
   10924 
   10925 #: readelf.c:14495
   10926 #, c-format
   10927 msgid "LTO Symbol table '%s'\n"
   10928 msgstr " LTO  %s\n"
   10929 
   10930 #: readelf.c:14497
   10931 #, c-format
   10932 msgid " and extension table '%s' contain:\n"
   10933 msgstr "    %s :\n"
   10934 
   10935 #: readelf.c:14502
   10936 #, c-format
   10937 msgid "LTO Symbol table '%s' contains:\n"
   10938 msgstr " LTO  %s :\n"
   10939 
   10940 #: readelf.c:14507
   10941 #, c-format
   10942 msgid "  Comdat_Key       Kind  Visibility     Size      Slot      Type  Section Name\n"
   10943 msgstr "  _                             \n"
   10944 
   10945 #: readelf.c:14509
   10946 #, c-format
   10947 msgid "  Comdat_Key       Kind  Visibility     Size      Slot Name\n"
   10948 msgstr "  _                     \n"
   10949 
   10950 #: readelf.c:14556
   10951 msgid "Ran out of LTO symbol extension data\n"
   10952 msgstr "    LTO \n"
   10953 
   10954 #: readelf.c:14576
   10955 msgid "Data remains in the LTO symbol extension table\n"
   10956 msgstr "     LTO \n"
   10957 
   10958 #: readelf.c:14586
   10959 msgid "Buffer overrun encountered whilst decoding LTO symbol table\n"
   10960 msgstr "        LTO \n"
   10961 
   10962 #: readelf.c:14628
   10963 #, c-format
   10964 msgid "   Num:    Value  Size Type    Bind   Vis+Other  Ndx(SecName) Name [+ Version Info]\n"
   10965 msgstr "   :              + ()  [+  ]\n"
   10966 
   10967 #: readelf.c:14634 readelf.c:14640
   10968 #, c-format
   10969 msgid "   Num:    Value  Size Type    Bind   Vis      Ndx Name\n"
   10970 msgstr "   :    .             \n"
   10971 
   10972 #: readelf.c:14649
   10973 #, c-format
   10974 msgid "   Num:    Value          Size Type    Bind   Vis+Other Ndx(SecName) Name [+ Version Info]\n"
   10975 msgstr "   :                      + ()  [+  ]\n"
   10976 
   10977 #: readelf.c:14656 readelf.c:14662
   10978 #, c-format
   10979 msgid "   Num:    Value          Size Type    Bind   Vis      Ndx Name\n"
   10980 msgstr "   :            .             \n"
   10981 
   10982 #: readelf.c:14675
   10983 #, c-format
   10984 msgid ""
   10985 "\n"
   10986 "Symbol table '%s' has a sh_entsize of zero!\n"
   10987 msgstr ""
   10988 "\n"
   10989 "  %s   sh_entsize!\n"
   10990 
   10991 #: readelf.c:14683
   10992 #, c-format
   10993 msgid ""
   10994 "\n"
   10995 "In linked file '%s' symbol section '%s' contains %<PRIu64> entry:\n"
   10996 msgid_plural ""
   10997 "\n"
   10998 "In linked file '%s' symbol section '%s' contains %<PRIu64> entries:\n"
   10999 msgstr[0] ""
   11000 "\n"
   11001 "   %s   %s  %<PRIu64> :\n"
   11002 msgstr[1] ""
   11003 "\n"
   11004 "   %s   %s  %<PRIu64> :\n"
   11005 msgstr[2] ""
   11006 "\n"
   11007 "   %s   %s  %<PRIu64> :\n"
   11008 
   11009 #: readelf.c:14692
   11010 #, c-format
   11011 msgid ""
   11012 "\n"
   11013 "Symbol table '%s' contains %<PRIu64> entry:\n"
   11014 msgid_plural ""
   11015 "\n"
   11016 "Symbol table '%s' contains %<PRIu64> entries:\n"
   11017 msgstr[0] ""
   11018 "\n"
   11019 "  %s  %<PRIu64> :\n"
   11020 msgstr[1] ""
   11021 "\n"
   11022 "  %s  %<PRIu64> :\n"
   11023 msgstr[2] ""
   11024 "\n"
   11025 "  %s  %<PRIu64> :\n"
   11026 
   11027 #: readelf.c:14760
   11028 #, c-format
   11029 msgid ""
   11030 "\n"
   11031 "In linked file '%s' the dynamic symbol table contains %<PRIu64> entry:\n"
   11032 msgid_plural ""
   11033 "\n"
   11034 "In linked file '%s' the dynamic symbol table contains %<PRIu64> entries:\n"
   11035 msgstr[0] ""
   11036 "\n"
   11037 "   %s     %<PRIu64> :\n"
   11038 msgstr[1] ""
   11039 "\n"
   11040 "   %s     %<PRIu64> :\n"
   11041 msgstr[2] ""
   11042 "\n"
   11043 "   %s     %<PRIu64> :\n"
   11044 
   11045 #: readelf.c:14770
   11046 #, c-format
   11047 msgid ""
   11048 "\n"
   11049 "Symbol table for image contains %<PRIu64> entry:\n"
   11050 msgid_plural ""
   11051 "\n"
   11052 "Symbol table for image contains %<PRIu64> entries:\n"
   11053 msgstr[0] ""
   11054 "\n"
   11055 "     %<PRIu64> :\n"
   11056 msgstr[1] ""
   11057 "\n"
   11058 "     %<PRIu64> :\n"
   11059 msgstr[2] ""
   11060 "\n"
   11061 "     %<PRIu64> :\n"
   11062 
   11063 #: readelf.c:14805
   11064 #, c-format
   11065 msgid ""
   11066 "\n"
   11067 "Dynamic symbol information is not available for displaying symbols.\n"
   11068 msgstr ""
   11069 "\n"
   11070 "       .\n"
   11071 
   11072 #: readelf.c:14818
   11073 #, c-format
   11074 msgid ""
   11075 "\n"
   11076 "Histogram for bucket list length (total of %<PRIu64> bucket):\n"
   11077 msgid_plural ""
   11078 "\n"
   11079 "Histogram for bucket list length (total of %<PRIu64> buckets):\n"
   11080 msgstr[0] ""
   11081 "\n"
   11082 "     ( %<PRIu64> ):\n"
   11083 msgstr[1] ""
   11084 "\n"
   11085 "     ( %<PRIu64> ):\n"
   11086 msgstr[2] ""
   11087 "\n"
   11088 "     ( %<PRIu64> ):\n"
   11089 
   11090 #: readelf.c:14828
   11091 msgid "Out of memory allocating space for histogram buckets\n"
   11092 msgstr "        \n"
   11093 
   11094 #: readelf.c:14834 readelf.c:14911
   11095 #, c-format
   11096 msgid " Length  Number     %% of total  Coverage\n"
   11097 msgstr "          %%   \n"
   11098 
   11099 #: readelf.c:14844
   11100 msgid "histogram chain is corrupt\n"
   11101 msgstr "   \n"
   11102 
   11103 #: readelf.c:14856
   11104 msgid "Out of memory allocating space for histogram counts\n"
   11105 msgstr "        \n"
   11106 
   11107 #: readelf.c:14896
   11108 #, c-format
   11109 msgid ""
   11110 "\n"
   11111 "Histogram for `%s' bucket list length (total of %<PRIu64> bucket):\n"
   11112 msgid_plural ""
   11113 "\n"
   11114 "Histogram for `%s' bucket list length (total of %<PRIu64> buckets):\n"
   11115 msgstr[0] ""
   11116 "\n"
   11117 "  %s    ( %<PRIu64> ):\n"
   11118 msgstr[1] ""
   11119 "\n"
   11120 "  %s    ( %<PRIu64> ):\n"
   11121 msgstr[2] ""
   11122 "\n"
   11123 "  %s    ( %<PRIu64> ):\n"
   11124 
   11125 #: readelf.c:14907
   11126 msgid "Out of memory allocating space for gnu histogram buckets\n"
   11127 msgstr "         \n"
   11128 
   11129 #: readelf.c:14934
   11130 msgid "Out of memory allocating space for gnu histogram counts\n"
   11131 msgstr "         \n"
   11132 
   11133 #: readelf.c:15000
   11134 #, c-format
   11135 msgid ""
   11136 "\n"
   11137 "In linked file '%s: the dynamic info segment at offset %#<PRIx64> contains %d entry:\n"
   11138 msgid_plural ""
   11139 "\n"
   11140 "In linked file '%s: the dynamic info segment at offset %#<PRIx64> contains %d entries:\n"
   11141 msgstr[0] ""
   11142 "\n"
   11143 "   %s      %#<PRIx64>  %d :\n"
   11144 msgstr[1] ""
   11145 "\n"
   11146 "   %s      %#<PRIx64>  %d :\n"
   11147 msgstr[2] ""
   11148 "\n"
   11149 "   %s      %#<PRIx64>  %d :\n"
   11150 
   11151 #: readelf.c:15007
   11152 #, c-format
   11153 msgid ""
   11154 "\n"
   11155 "Dynamic info segment at offset %#<PRIx64> contains %d entry:\n"
   11156 msgid_plural ""
   11157 "\n"
   11158 "Dynamic info segment at offset %#<PRIx64> contains %d entries:\n"
   11159 msgstr[0] ""
   11160 "\n"
   11161 "     %#<PRIx64>  %d :\n"
   11162 msgstr[1] ""
   11163 "\n"
   11164 "     %#<PRIx64>  %d :\n"
   11165 msgstr[2] ""
   11166 "\n"
   11167 "     %#<PRIx64>  %d :\n"
   11168 
   11169 #: readelf.c:15015
   11170 #, c-format
   11171 msgid " Num: Name                           BoundTo     Flags\n"
   11172 msgstr " .:                               \n"
   11173 
   11174 #: readelf.c:15022
   11175 #, c-format
   11176 msgid "<corrupt index>"
   11177 msgstr "< >"
   11178 
   11179 #: readelf.c:15027
   11180 #, c-format
   11181 msgid "<corrupt: %19ld>"
   11182 msgstr "<: %19ld>"
   11183 
   11184 #: readelf.c:15119
   11185 #, c-format
   11186 msgid "LoongArch ULEB128 field at 0x%lx contains invalid ULEB128 value\n"
   11187 msgstr "LoongArch ULEB128   0x%lx   ULEB128 \n"
   11188 
   11189 #: readelf.c:15124 readelf.c:15178 readelf.c:15229 readelf.c:15275
   11190 #: readelf.c:15289 readelf.c:15333
   11191 #, c-format
   11192 msgid "%s reloc contains invalid symbol index %<PRIu64>\n"
   11193 msgstr "%s      %<PRIu64>\n"
   11194 
   11195 #: readelf.c:15225
   11196 #, c-format
   11197 msgid "MSP430 ULEB128 field at %#<PRIx64> contains invalid ULEB128 value\n"
   11198 msgstr "MSP430 ULEB128   %#<PRIx64>   ULEB128 \n"
   11199 
   11200 #. PR 21137
   11201 #: readelf.c:15240
   11202 #, c-format
   11203 msgid "MSP430 sym diff reloc contains invalid offset: %#<PRIx64>\n"
   11204 msgstr "MSP430      : %#<PRIx64>\n"
   11205 
   11206 #: readelf.c:15252
   11207 msgid "Unhandled MSP430 reloc type found after SYM_DIFF reloc\n"
   11208 msgstr "  MSP430    SYM_DIFF \n"
   11209 
   11210 #: readelf.c:15299
   11211 #, c-format
   11212 msgid "MN10300 sym diff reloc contains invalid offset: %#<PRIx64>\n"
   11213 msgstr "MN10300      : %#<PRIx64>\n"
   11214 
   11215 #: readelf.c:15310
   11216 msgid "Unhandled MN10300 reloc type found after SYM_DIFF reloc\n"
   11217 msgstr "  MN10300    SYM_DIFF \n"
   11218 
   11219 #: readelf.c:15352 readelf.c:15362
   11220 #, c-format
   11221 msgid "RL78 sym diff reloc contains invalid offset: %#<PRIx64>\n"
   11222 msgstr "RL78      : %#<PRIx64>\n"
   11223 
   11224 #: readelf.c:15585
   11225 #, c-format
   11226 msgid "Missing knowledge of 32-bit reloc types used in DWARF sections of machine number %d\n"
   11227 msgstr "   32-     DWARF    %d\n"
   11228 
   11229 #: readelf.c:16320
   11230 #, c-format
   11231 msgid "unable to apply unsupported reloc type %d to section %s\n"
   11232 msgstr "       %d   %s\n"
   11233 
   11234 #: readelf.c:16329
   11235 #, c-format
   11236 msgid "skipping invalid relocation offset %#<PRIx64> in section %s\n"
   11237 msgstr "    %#<PRIx64>   %s\n"
   11238 
   11239 #: readelf.c:16339
   11240 #, c-format
   11241 msgid "skipping invalid relocation symbol index %#<PRIx64> in section %s\n"
   11242 msgstr "     %#<PRIx64>   %s\n"
   11243 
   11244 #: readelf.c:16363
   11245 #, c-format
   11246 msgid "skipping unexpected symbol type %s in section %s relocation %tu\n"
   11247 msgstr "    %s   %s  %tu\n"
   11248 
   11249 #: readelf.c:16441
   11250 #, c-format
   11251 msgid ""
   11252 "\n"
   11253 "Assembly dump of section %s\n"
   11254 msgstr ""
   11255 "\n"
   11256 "    %s\n"
   11257 
   11258 #: readelf.c:16459
   11259 #, c-format
   11260 msgid "Section '%s' has no data to dump.\n"
   11261 msgstr " %s    .\n"
   11262 
   11263 #: readelf.c:16465
   11264 msgid "section contents"
   11265 msgstr " "
   11266 
   11267 #: readelf.c:16488
   11268 #, c-format
   11269 msgid "Uncompressed section size is suspiciously large: 0x%<PRIu64>\n"
   11270 msgstr "     : 0x%<PRIu64>\n"
   11271 
   11272 #: readelf.c:16580 readelf.c:17199
   11273 #, c-format
   11274 msgid "section '%s' has unsupported compress type: %d\n"
   11275 msgstr " %s    : %d\n"
   11276 
   11277 #: readelf.c:16616 readelf.c:17236
   11278 #, c-format
   11279 msgid "Unable to decompress section %s\n"
   11280 msgstr "     %s\n"
   11281 
   11282 #: readelf.c:16655
   11283 #, c-format
   11284 msgid " NOTE: This section has relocations against it, but these have NOT been applied to this dump.\n"
   11285 msgstr " :      ,       .\n"
   11286 
   11287 #: readelf.c:16683
   11288 #, c-format
   11289 msgid ""
   11290 "\n"
   11291 "String dump of section '%s' in linked file %s:\n"
   11292 msgstr ""
   11293 "\n"
   11294 "   %s    %s:\n"
   11295 
   11296 #: readelf.c:16687
   11297 #, c-format
   11298 msgid ""
   11299 "\n"
   11300 "String dump of section '%s':\n"
   11301 msgstr ""
   11302 "\n"
   11303 "   %s:\n"
   11304 
   11305 #: readelf.c:16785 readelf.c:18290 readelf.c:18330 readelf.c:18368
   11306 #: readelf.c:18415 readelf.c:18446 readelf.c:20052 readelf.c:20084
   11307 #, c-format
   11308 msgid "<corrupt>\n"
   11309 msgstr "<>\n"
   11310 
   11311 #: readelf.c:16793
   11312 #, c-format
   11313 msgid "  No strings found in this section."
   11314 msgstr "       ."
   11315 
   11316 #: readelf.c:16828
   11317 #, c-format
   11318 msgid ""
   11319 "\n"
   11320 "Hex dump of section '%s' in linked file %s:\n"
   11321 msgstr ""
   11322 "\n"
   11323 "   %s    %s:\n"
   11324 
   11325 #: readelf.c:16832
   11326 #, c-format
   11327 msgid ""
   11328 "\n"
   11329 "Hex dump of section '%s':\n"
   11330 msgstr ""
   11331 "\n"
   11332 "   %s:\n"
   11333 
   11334 #: readelf.c:16976
   11335 #, c-format
   11336 msgid "Iteration failed: %s, %s\n"
   11337 msgstr "  : %s, %s\n"
   11338 
   11339 #: readelf.c:17020
   11340 #, c-format
   11341 msgid "No symbol section named %s\n"
   11342 msgstr "     %s\n"
   11343 
   11344 #: readelf.c:17036
   11345 #, c-format
   11346 msgid "No string table section named %s\n"
   11347 msgstr "      %s\n"
   11348 
   11349 #: readelf.c:17043
   11350 msgid "strings"
   11351 msgstr ""
   11352 
   11353 #: readelf.c:17056 readelf.c:17068
   11354 #, c-format
   11355 msgid "CTF open failure: %s\n"
   11356 msgstr "    CTF: %s\n"
   11357 
   11358 #: readelf.c:17075
   11359 #, c-format
   11360 msgid ""
   11361 "\n"
   11362 "Dump of CTF section '%s' in linked file %s:\n"
   11363 msgstr ""
   11364 "\n"
   11365 " CTF  %s    %s:\n"
   11366 
   11367 #: readelf.c:17079
   11368 #, c-format
   11369 msgid ""
   11370 "\n"
   11371 "Dump of CTF section '%s':\n"
   11372 msgstr ""
   11373 "\n"
   11374 " CTF  %s:\n"
   11375 
   11376 #: readelf.c:17087
   11377 #, c-format
   11378 msgid "CTF member open failure: %s\n"
   11379 msgstr "  CTF : %s\n"
   11380 
   11381 #: readelf.c:17114
   11382 msgid "Section name must be provided \n"
   11383 msgstr "     \n"
   11384 
   11385 #: readelf.c:17126
   11386 #, c-format
   11387 msgid "SFrame decode failure: %s\n"
   11388 msgstr " SFrame-  : %s\n"
   11389 
   11390 #: readelf.c:17156
   11391 #, c-format
   11392 msgid "%s section data"
   11393 msgstr "  %s"
   11394 
   11395 #: readelf.c:17180
   11396 #, c-format
   11397 msgid "compressed section %s is too small to contain a compression header\n"
   11398 msgstr "  %s      \n"
   11399 
   11400 #: readelf.c:17312 readelf.c:17339 readelf.c:17364
   11401 #, c-format
   11402 msgid "malformed note encountered in section %s whilst scanning for build-id note\n"
   11403 msgstr "      %s     - \n"
   11404 
   11405 #: readelf.c:17492
   11406 #, c-format
   11407 msgid ""
   11408 "\n"
   11409 "Section '%s' has no debugging data.\n"
   11410 msgstr ""
   11411 "\n"
   11412 " %s   .\n"
   11413 
   11414 #. There is no point in dumping the contents of a debugging section
   11415 #. which has the NOBITS type - the bits in the file will be random.
   11416 #. This can happen when a file containing a .eh_frame section is
   11417 #. stripped with the --only-keep-debug command line option.
   11418 #: readelf.c:17501
   11419 #, c-format
   11420 msgid "section '%s' has the NOBITS type - its contents are unreliable.\n"
   11421 msgstr " %s   NOBITS     .\n"
   11422 
   11423 #: readelf.c:17551
   11424 #, c-format
   11425 msgid "Unrecognized debug section: %s\n"
   11426 msgstr "  : %s\n"
   11427 
   11428 #: readelf.c:17581
   11429 #, c-format
   11430 msgid "Section '%s' was not dumped because it does not exist\n"
   11431 msgstr " %s      \n"
   11432 
   11433 #: readelf.c:17644
   11434 #, c-format
   11435 msgid "Unable to display section %d - it has a NULL type\n"
   11436 msgstr "     %d    \n"
   11437 
   11438 #: readelf.c:17648
   11439 #, c-format
   11440 msgid "Unable to display section %d - it has no contents\n"
   11441 msgstr "     %d   \n"
   11442 
   11443 #. FIXME: Add Proc and OS specific section types ?
   11444 #: readelf.c:17659
   11445 #, c-format
   11446 msgid "Unable to determine how to dump section %d (type %#x)\n"
   11447 msgstr "        %d ( %#x)\n"
   11448 
   11449 #: readelf.c:17718
   11450 #, c-format
   11451 msgid "Section %d was not dumped because it does not exist!\n"
   11452 msgstr " %d      !\n"
   11453 
   11454 #: readelf.c:17774
   11455 msgid "<corrupt tag>\n"
   11456 msgstr "< >\n"
   11457 
   11458 #: readelf.c:17789
   11459 #, c-format
   11460 msgid "<corrupt string tag>"
   11461 msgstr "<  >"
   11462 
   11463 #: readelf.c:17823
   11464 #, c-format
   11465 msgid "Absent/Non standard\n"
   11466 msgstr "/\n"
   11467 
   11468 #: readelf.c:17826
   11469 #, c-format
   11470 msgid "Bare metal/mwdt\n"
   11471 msgstr " /mwdt\n"
   11472 
   11473 #: readelf.c:17829
   11474 #, c-format
   11475 msgid "Bare metal/newlib\n"
   11476 msgstr " /newlib\n"
   11477 
   11478 #: readelf.c:17832
   11479 #, c-format
   11480 msgid "Linux/uclibc\n"
   11481 msgstr "/uclibc\n"
   11482 
   11483 #: readelf.c:17835
   11484 #, c-format
   11485 msgid "Linux/glibc\n"
   11486 msgstr "/glibc\n"
   11487 
   11488 #: readelf.c:17838 readelf.c:17917
   11489 #, c-format
   11490 msgid "Unknown\n"
   11491 msgstr "\n"
   11492 
   11493 #: readelf.c:17850 readelf.c:17880 readelf.c:17908
   11494 #, c-format
   11495 msgid "Absent\n"
   11496 msgstr "\n"
   11497 
   11498 #: readelf.c:17892
   11499 msgid "yes"
   11500 msgstr ""
   11501 
   11502 #: readelf.c:17892
   11503 msgid "no"
   11504 msgstr ""
   11505 
   11506 #: readelf.c:17929 readelf.c:17936
   11507 msgid "default"
   11508 msgstr ""
   11509 
   11510 #: readelf.c:17930
   11511 msgid "smallest"
   11512 msgstr ""
   11513 
   11514 #: readelf.c:17935
   11515 msgid "OPTFP"
   11516 msgstr "OPTFP"
   11517 
   11518 #: readelf.c:18156 readelf.c:18169 readelf.c:18187 readelf.c:18709
   11519 #: readelf.c:18988 readelf.c:19000 readelf.c:19012
   11520 #, c-format
   11521 msgid "None\n"
   11522 msgstr "\n"
   11523 
   11524 #: readelf.c:18157
   11525 #, c-format
   11526 msgid "Application\n"
   11527 msgstr "\n"
   11528 
   11529 #: readelf.c:18158
   11530 #, c-format
   11531 msgid "Realtime\n"
   11532 msgstr " \n"
   11533 
   11534 #: readelf.c:18159
   11535 #, c-format
   11536 msgid "Microcontroller\n"
   11537 msgstr "\n"
   11538 
   11539 #: readelf.c:18160
   11540 #, c-format
   11541 msgid "Application or Realtime\n"
   11542 msgstr "   \n"
   11543 
   11544 #: readelf.c:18170 readelf.c:18189 readelf.c:18761 readelf.c:18778
   11545 #: readelf.c:18849 readelf.c:18869 readelf.c:21737
   11546 #, c-format
   11547 msgid "8-byte\n"
   11548 msgstr "8-\n"
   11549 
   11550 #: readelf.c:18171 readelf.c:18852 readelf.c:18872 readelf.c:21736
   11551 #, c-format
   11552 msgid "4-byte\n"
   11553 msgstr "4-\n"
   11554 
   11555 #: readelf.c:18175 readelf.c:18193
   11556 #, c-format
   11557 msgid "8-byte and up to %d-byte extended\n"
   11558 msgstr "8-    %d- \n"
   11559 
   11560 #: readelf.c:18188
   11561 #, c-format
   11562 msgid "8-byte, except leaf SP\n"
   11563 msgstr "8-,    \n"
   11564 
   11565 #: readelf.c:18204 readelf.c:18287 readelf.c:18887
   11566 #, c-format
   11567 msgid "flag = %d, vendor = "
   11568 msgstr " = %d,  = "
   11569 
   11570 #: readelf.c:18225
   11571 #, c-format
   11572 msgid "True\n"
   11573 msgstr "\n"
   11574 
   11575 #: readelf.c:18245
   11576 #, c-format
   11577 msgid "<unknown: %d>\n"
   11578 msgstr "<: %d>\n"
   11579 
   11580 #: readelf.c:18291
   11581 msgid "corrupt vendor attribute\n"
   11582 msgstr "  \n"
   11583 
   11584 #: readelf.c:18341
   11585 #, c-format
   11586 msgid "unspecified hard/soft float\n"
   11587 msgstr " /  \n"
   11588 
   11589 #: readelf.c:18344
   11590 #, c-format
   11591 msgid "hard float\n"
   11592 msgstr " \n"
   11593 
   11594 #: readelf.c:18347
   11595 #, c-format
   11596 msgid "soft float\n"
   11597 msgstr " \n"
   11598 
   11599 #: readelf.c:18379
   11600 #, c-format
   11601 msgid "unspecified hard/soft float, "
   11602 msgstr " /  , "
   11603 
   11604 #: readelf.c:18382
   11605 #, c-format
   11606 msgid "hard float, "
   11607 msgstr " , "
   11608 
   11609 #: readelf.c:18385
   11610 #, c-format
   11611 msgid "soft float, "
   11612 msgstr " , "
   11613 
   11614 #: readelf.c:18388
   11615 #, c-format
   11616 msgid "single-precision hard float, "
   11617 msgstr "  -, "
   11618 
   11619 #: readelf.c:18395
   11620 #, c-format
   11621 msgid "unspecified long double\n"
   11622 msgstr "  \n"
   11623 
   11624 #: readelf.c:18398
   11625 #, c-format
   11626 msgid "128-bit IBM long double\n"
   11627 msgstr "128- IBM  \n"
   11628 
   11629 #: readelf.c:18401
   11630 #, c-format
   11631 msgid "64-bit long double\n"
   11632 msgstr "64-  \n"
   11633 
   11634 #: readelf.c:18404
   11635 #, c-format
   11636 msgid "128-bit IEEE long double\n"
   11637 msgstr "128- IEEE  \n"
   11638 
   11639 #: readelf.c:18426 readelf.c:18457
   11640 #, c-format
   11641 msgid "unspecified\n"
   11642 msgstr "\n"
   11643 
   11644 #: readelf.c:18429
   11645 #, c-format
   11646 msgid "generic\n"
   11647 msgstr "\n"
   11648 
   11649 #: readelf.c:18463
   11650 #, c-format
   11651 msgid "memory\n"
   11652 msgstr "\n"
   11653 
   11654 #: readelf.c:18490
   11655 #, c-format
   11656 msgid "any\n"
   11657 msgstr " \n"
   11658 
   11659 #: readelf.c:18493
   11660 #, c-format
   11661 msgid "software\n"
   11662 msgstr "\n"
   11663 
   11664 #: readelf.c:18496
   11665 #, c-format
   11666 msgid "hardware\n"
   11667 msgstr "\n"
   11668 
   11669 #: readelf.c:18619
   11670 #, c-format
   11671 msgid "Hard or soft float\n"
   11672 msgstr "   \n"
   11673 
   11674 #: readelf.c:18622
   11675 #, c-format
   11676 msgid "Hard float (double precision)\n"
   11677 msgstr "  (-)\n"
   11678 
   11679 #: readelf.c:18625
   11680 #, c-format
   11681 msgid "Hard float (single precision)\n"
   11682 msgstr "  (-)\n"
   11683 
   11684 #: readelf.c:18628
   11685 #, c-format
   11686 msgid "Soft float\n"
   11687 msgstr " \n"
   11688 
   11689 #: readelf.c:18631
   11690 #, c-format
   11691 msgid "Hard float (MIPS32r2 64-bit FPU 12 callee-saved)\n"
   11692 msgstr "   (MIPS32r2 64- FPU 12 callee-saved)\n"
   11693 
   11694 #: readelf.c:18634
   11695 #, c-format
   11696 msgid "Hard float (32-bit CPU, Any FPU)\n"
   11697 msgstr "   (32- ,   FPU)\n"
   11698 
   11699 #: readelf.c:18637
   11700 #, c-format
   11701 msgid "Hard float (32-bit CPU, 64-bit FPU)\n"
   11702 msgstr "   (32- , 64- FPU)\n"
   11703 
   11704 #: readelf.c:18640
   11705 #, c-format
   11706 msgid "Hard float compat (32-bit CPU, 64-bit FPU)\n"
   11707 msgstr "    (32- , 64- FPU)\n"
   11708 
   11709 #: readelf.c:18643
   11710 #, c-format
   11711 msgid "NaN 2008 compatibility\n"
   11712 msgstr "NaN 2008 \n"
   11713 
   11714 #: readelf.c:18676
   11715 #, c-format
   11716 msgid "Any MSA or not\n"
   11717 msgstr "    \n"
   11718 
   11719 #: readelf.c:18679
   11720 #, c-format
   11721 msgid "128-bit MSA\n"
   11722 msgstr "128- \n"
   11723 
   11724 #: readelf.c:18741
   11725 #, c-format
   11726 msgid "Not used\n"
   11727 msgstr "  \n"
   11728 
   11729 #: readelf.c:18744
   11730 #, c-format
   11731 msgid "2 bytes\n"
   11732 msgstr "2 \n"
   11733 
   11734 #: readelf.c:18747
   11735 #, c-format
   11736 msgid "4 bytes\n"
   11737 msgstr "4 \n"
   11738 
   11739 #: readelf.c:18764 readelf.c:18781 readelf.c:18855 readelf.c:18875
   11740 #, c-format
   11741 msgid "16-byte\n"
   11742 msgstr "16-\n"
   11743 
   11744 #: readelf.c:18795
   11745 #, c-format
   11746 msgid "DSBT addressing not used\n"
   11747 msgstr "   \n"
   11748 
   11749 #: readelf.c:18798
   11750 #, c-format
   11751 msgid "DSBT addressing used\n"
   11752 msgstr "   \n"
   11753 
   11754 #: readelf.c:18812
   11755 #, c-format
   11756 msgid "Data addressing position-dependent\n"
   11757 msgstr "    \n"
   11758 
   11759 #: readelf.c:18815
   11760 #, c-format
   11761 msgid "Data addressing position-independent, GOT near DP\n"
   11762 msgstr "    ,   \n"
   11763 
   11764 #: readelf.c:18818
   11765 #, c-format
   11766 msgid "Data addressing position-independent, GOT far from DP\n"
   11767 msgstr "    ,    \n"
   11768 
   11769 #: readelf.c:18832
   11770 #, c-format
   11771 msgid "Code addressing position-dependent\n"
   11772 msgstr "    \n"
   11773 
   11774 #: readelf.c:18835
   11775 #, c-format
   11776 msgid "Code addressing position-independent\n"
   11777 msgstr "    \n"
   11778 
   11779 #: readelf.c:18989
   11780 #, c-format
   11781 msgid "MSP430\n"
   11782 msgstr "MSP430\n"
   11783 
   11784 #: readelf.c:18990
   11785 #, c-format
   11786 msgid "MSP430X\n"
   11787 msgstr "MSP430X\n"
   11788 
   11789 #: readelf.c:19001 readelf.c:19013
   11790 #, c-format
   11791 msgid "Small\n"
   11792 msgstr "\n"
   11793 
   11794 #: readelf.c:19002 readelf.c:19014
   11795 #, c-format
   11796 msgid "Large\n"
   11797 msgstr "\n"
   11798 
   11799 #: readelf.c:19015
   11800 #, c-format
   11801 msgid "Restricted Large\n"
   11802 msgstr " \n"
   11803 
   11804 #: readelf.c:19021
   11805 #, c-format
   11806 msgid "  <unknown tag %<PRId64>>: "
   11807 msgstr "  <  %<PRId64>>: "
   11808 
   11809 #: readelf.c:19067
   11810 #, c-format
   11811 msgid "Any Region\n"
   11812 msgstr "  \n"
   11813 
   11814 #: readelf.c:19070
   11815 #, c-format
   11816 msgid "Lower Region Only\n"
   11817 msgstr "  \n"
   11818 
   11819 #: readelf.c:19136
   11820 #, c-format
   11821 msgid "No unaligned access\n"
   11822 msgstr "  \n"
   11823 
   11824 #: readelf.c:19139
   11825 #, c-format
   11826 msgid "Unaligned access\n"
   11827 msgstr " \n"
   11828 
   11829 #: readelf.c:19145
   11830 #, c-format
   11831 msgid "%<PRIu64>-bytes\n"
   11832 msgstr "%<PRIu64>-\n"
   11833 
   11834 #: readelf.c:19287
   11835 msgid "attributes"
   11836 msgstr ""
   11837 
   11838 #: readelf.c:19299
   11839 #, c-format
   11840 msgid "Unknown attributes version '%c'(%d) - expecting 'A'\n"
   11841 msgstr "   %c(%d)   A\n"
   11842 
   11843 #: readelf.c:19318
   11844 msgid "Tag section ends prematurely\n"
   11845 msgstr "    \n"
   11846 
   11847 #: readelf.c:19327
   11848 #, c-format
   11849 msgid "Bad attribute length (%u > %u)\n"
   11850 msgstr "   (%u > %u)\n"
   11851 
   11852 #: readelf.c:19335
   11853 #, c-format
   11854 msgid "Attribute length of %u is too small\n"
   11855 msgstr "  %u  \n"
   11856 
   11857 #: readelf.c:19346
   11858 msgid "Corrupt attribute section name\n"
   11859 msgstr "   \n"
   11860 
   11861 #: readelf.c:19351
   11862 #, c-format
   11863 msgid "Attribute Section: "
   11864 msgstr " : "
   11865 
   11866 #: readelf.c:19378
   11867 msgid "Unused bytes at end of section\n"
   11868 msgstr "    \n"
   11869 
   11870 #: readelf.c:19388
   11871 #, c-format
   11872 msgid "Bad subsection length (%u > %u)\n"
   11873 msgstr "   (%u > %u)\n"
   11874 
   11875 #: readelf.c:19396
   11876 #, c-format
   11877 msgid "Bad subsection length (%u < 6)\n"
   11878 msgstr "   (%u < 6)\n"
   11879 
   11880 #: readelf.c:19411
   11881 #, c-format
   11882 msgid "File Attributes\n"
   11883 msgstr " \n"
   11884 
   11885 #: readelf.c:19414
   11886 #, c-format
   11887 msgid "Section Attributes:"
   11888 msgstr " :"
   11889 
   11890 #: readelf.c:19417
   11891 #, c-format
   11892 msgid "Symbol Attributes:"
   11893 msgstr " :"
   11894 
   11895 #: readelf.c:19430
   11896 #, c-format
   11897 msgid "Unknown tag: %d\n"
   11898 msgstr " : %d\n"
   11899 
   11900 #: readelf.c:19451
   11901 #, c-format
   11902 msgid "  Unknown attribute:\n"
   11903 msgstr "   :\n"
   11904 
   11905 #: readelf.c:19493
   11906 msgid "MIPS GOT entry extends beyond the end of available data\n"
   11907 msgstr "MIPS GOT     \n"
   11908 
   11909 #: readelf.c:19692
   11910 msgid "Corrupt MIPS ABI Flags section.\n"
   11911 msgstr "  MIPS ABI .\n"
   11912 
   11913 #: readelf.c:19698
   11914 msgid "MIPS ABI Flags section"
   11915 msgstr " MIPS ABI "
   11916 
   11917 #: readelf.c:19757 readelf.c:20340
   11918 msgid "Global Offset Table data"
   11919 msgstr "   "
   11920 
   11921 #: readelf.c:19761
   11922 #, c-format
   11923 msgid ""
   11924 "\n"
   11925 "Static GOT:\n"
   11926 msgstr ""
   11927 "\n"
   11928 " GOT:\n"
   11929 
   11930 #: readelf.c:19762 readelf.c:20345
   11931 #, c-format
   11932 msgid " Canonical gp value: "
   11933 msgstr "   : "
   11934 
   11935 #: readelf.c:19776 readelf.c:20349 readelf.c:20484
   11936 #, c-format
   11937 msgid " Reserved entries:\n"
   11938 msgstr "  :\n"
   11939 
   11940 #: readelf.c:19777
   11941 #, c-format
   11942 msgid "  %*s %10s %*s\n"
   11943 msgstr "  %*s %10s %*s\n"
   11944 
   11945 #: readelf.c:19778 readelf.c:19808 readelf.c:20351 readelf.c:20379
   11946 #: readelf.c:20397 readelf.c:20486 readelf.c:20495
   11947 msgid "Address"
   11948 msgstr ""
   11949 
   11950 #: readelf.c:19778 readelf.c:19808 readelf.c:20351 readelf.c:20379
   11951 #: readelf.c:20398
   11952 msgid "Access"
   11953 msgstr ""
   11954 
   11955 #: readelf.c:19779 readelf.c:19809
   11956 msgid "Value"
   11957 msgstr ""
   11958 
   11959 #: readelf.c:19806 readelf.c:20377
   11960 #, c-format
   11961 msgid " Local entries:\n"
   11962 msgstr "  :\n"
   11963 
   11964 #: readelf.c:19888 readelf.c:20601
   11965 msgid "liblist section data"
   11966 msgstr "  "
   11967 
   11968 #: readelf.c:19891
   11969 #, c-format
   11970 msgid ""
   11971 "\n"
   11972 "Section '.liblist' contains %zu entry:\n"
   11973 msgid_plural ""
   11974 "\n"
   11975 "Section '.liblist' contains %zu entries:\n"
   11976 msgstr[0] ""
   11977 "\n"
   11978 " .liblist  %zu :\n"
   11979 msgstr[1] ""
   11980 "\n"
   11981 " .liblist  %zu :\n"
   11982 msgstr[2] ""
   11983 "\n"
   11984 " .liblist  %zu :\n"
   11985 
   11986 #: readelf.c:19895
   11987 msgid "     Library              Time Stamp          Checksum   Version Flags\n"
   11988 msgstr "                      .   \n"
   11989 
   11990 #: readelf.c:19921
   11991 #, c-format
   11992 msgid "<corrupt: %9ld>"
   11993 msgstr "<: %9ld>"
   11994 
   11995 #: readelf.c:19926
   11996 msgid " NONE"
   11997 msgstr " "
   11998 
   11999 #: readelf.c:19976
   12000 msgid "No MIPS_OPTIONS header found\n"
   12001 msgstr "  MIPS_OPTIONS \n"
   12002 
   12003 #: readelf.c:19982
   12004 msgid "The MIPS options section is too small.\n"
   12005 msgstr " MIPS   .\n"
   12006 
   12007 #: readelf.c:19987
   12008 msgid "options"
   12009 msgstr ""
   12010 
   12011 #: readelf.c:20006
   12012 #, c-format
   12013 msgid "Invalid size (%u) for MIPS option\n"
   12014 msgstr "  (%u)  MIPS \n"
   12015 
   12016 #: readelf.c:20015
   12017 #, c-format
   12018 msgid ""
   12019 "\n"
   12020 "Section '%s' contains %d entry:\n"
   12021 msgid_plural ""
   12022 "\n"
   12023 "Section '%s' contains %d entries:\n"
   12024 msgstr[0] ""
   12025 "\n"
   12026 " %s  %d :\n"
   12027 msgstr[1] ""
   12028 "\n"
   12029 " %s  %d :\n"
   12030 msgstr[2] ""
   12031 "\n"
   12032 " %s  %d :\n"
   12033 
   12034 #: readelf.c:20053 readelf.c:20085
   12035 msgid "Truncated MIPS REGINFO option\n"
   12036 msgstr " MIPS REGINFO \n"
   12037 
   12038 #: readelf.c:20221
   12039 msgid "conflict list found without a dynamic symbol table\n"
   12040 msgstr "       \n"
   12041 
   12042 #: readelf.c:20229
   12043 #, c-format
   12044 msgid "Overlarge number of conflicts detected: %zx\n"
   12045 msgstr "    : %zx\n"
   12046 
   12047 #: readelf.c:20237
   12048 msgid "Out of memory allocating space for dynamic conflicts\n"
   12049 msgstr "         \n"
   12050 
   12051 #: readelf.c:20247 readelf.c:20265
   12052 msgid "conflict"
   12053 msgstr ""
   12054 
   12055 #: readelf.c:20278
   12056 #, c-format
   12057 msgid ""
   12058 "\n"
   12059 "Section '.conflict' contains %zu entry:\n"
   12060 msgid_plural ""
   12061 "\n"
   12062 "Section '.conflict' contains %zu entries:\n"
   12063 msgstr[0] ""
   12064 "\n"
   12065 " .conflict  %zu :\n"
   12066 msgstr[1] ""
   12067 "\n"
   12068 " .conflict  %zu :\n"
   12069 msgstr[2] ""
   12070 "\n"
   12071 " .conflict  %zu :\n"
   12072 
   12073 #: readelf.c:20282
   12074 msgid "  Num:    Index       Value  Name"
   12075 msgstr "  :          "
   12076 
   12077 #: readelf.c:20289
   12078 #, c-format
   12079 msgid "<corrupt symbol index>"
   12080 msgstr "<  >"
   12081 
   12082 #: readelf.c:20300 readelf.c:20432 readelf.c:20520
   12083 #, c-format
   12084 msgid "<corrupt: %14ld>"
   12085 msgstr "<: %14ld>"
   12086 
   12087 #: readelf.c:20323
   12088 #, c-format
   12089 msgid "The GOT symbol offset (%<PRIu64>) is greater than the symbol table size (%<PRIu64>)\n"
   12090 msgstr " GOT  (%<PRIu64>)       (%<PRIu64>)\n"
   12091 
   12092 #: readelf.c:20333
   12093 #, c-format
   12094 msgid "Too many GOT symbols: %<PRIu64>\n"
   12095 msgstr " GOT : %<PRIu64>\n"
   12096 
   12097 #: readelf.c:20344
   12098 #, c-format
   12099 msgid ""
   12100 "\n"
   12101 "Primary GOT:\n"
   12102 msgstr ""
   12103 "\n"
   12104 " :\n"
   12105 
   12106 #: readelf.c:20350
   12107 #, c-format
   12108 msgid "  %*s %10s %*s Purpose\n"
   12109 msgstr "  %*s %10s %*s \n"
   12110 
   12111 #: readelf.c:20352 readelf.c:20380 readelf.c:20399 readelf.c:20486
   12112 #: readelf.c:20496
   12113 msgid "Initial"
   12114 msgstr ""
   12115 
   12116 #: readelf.c:20354
   12117 #, c-format
   12118 msgid " Lazy resolver\n"
   12119 msgstr "  \n"
   12120 
   12121 #: readelf.c:20369
   12122 #, c-format
   12123 msgid " Module pointer (GNU extension)\n"
   12124 msgstr "   ( )\n"
   12125 
   12126 #: readelf.c:20395
   12127 #, c-format
   12128 msgid " Global entries:\n"
   12129 msgstr "  :\n"
   12130 
   12131 #: readelf.c:20400 readelf.c:20497
   12132 msgid "Sym.Val."
   12133 msgstr ".."
   12134 
   12135 #. Note for translators: "Ndx" = abbreviated form of "Index".
   12136 #: readelf.c:20403 readelf.c:20497
   12137 msgid "Ndx"
   12138 msgstr ""
   12139 
   12140 #: readelf.c:20403 readelf.c:20497
   12141 msgid "Name"
   12142 msgstr ""
   12143 
   12144 #: readelf.c:20413
   12145 #, c-format
   12146 msgid "<no dynamic symbols>"
   12147 msgstr "<  >"
   12148 
   12149 #: readelf.c:20435
   12150 #, c-format
   12151 msgid "<symbol index %zu exceeds number of dynamic symbols>"
   12152 msgstr "<  %zu    >"
   12153 
   12154 #: readelf.c:20476
   12155 msgid "Procedure Linkage Table data"
   12156 msgstr "   "
   12157 
   12158 #: readelf.c:20485
   12159 #, c-format
   12160 msgid "  %*s %*s Purpose\n"
   12161 msgstr "  %*s %*s \n"
   12162 
   12163 #: readelf.c:20488
   12164 #, c-format
   12165 msgid " PLT lazy resolver\n"
   12166 msgstr "   \n"
   12167 
   12168 #: readelf.c:20490
   12169 #, c-format
   12170 msgid " Module pointer\n"
   12171 msgstr "  \n"
   12172 
   12173 #: readelf.c:20493
   12174 #, c-format
   12175 msgid " Entries:\n"
   12176 msgstr " :\n"
   12177 
   12178 #: readelf.c:20507
   12179 #, c-format
   12180 msgid "<corrupt symbol index: %<PRIu64>>"
   12181 msgstr "<  : %<PRIu64>>"
   12182 
   12183 #: readelf.c:20546
   12184 msgid "NDS32 elf flags section"
   12185 msgstr " NDS32  "
   12186 
   12187 #: readelf.c:20612
   12188 msgid "liblist string table"
   12189 msgstr "  "
   12190 
   12191 #: readelf.c:20624
   12192 #, c-format
   12193 msgid ""
   12194 "\n"
   12195 "Library list section '%s' contains %<PRIu64> entries:\n"
   12196 msgid_plural ""
   12197 "\n"
   12198 "Library list section '%s' contains %<PRIu64> entries:\n"
   12199 msgstr[0] ""
   12200 "\n"
   12201 "   %s  %<PRIu64> :\n"
   12202 msgstr[1] ""
   12203 "\n"
   12204 "   %s  %<PRIu64> :\n"
   12205 msgstr[2] ""
   12206 "\n"
   12207 "   %s  %<PRIu64> :\n"
   12208 
   12209 #: readelf.c:20632
   12210 msgid "     Library              Time Stamp          Checksum   Version Flags"
   12211 msgstr "                         "
   12212 
   12213 #: readelf.c:20682
   12214 msgid "NT_AUXV (auxiliary vector)"
   12215 msgstr "NT_AUXV ( )"
   12216 
   12217 #: readelf.c:20684
   12218 msgid "NT_PRSTATUS (prstatus structure)"
   12219 msgstr "NT_PRSTATUS ( )"
   12220 
   12221 #: readelf.c:20686
   12222 msgid "NT_FPREGSET (floating point registers)"
   12223 msgstr "NT_FPREGSET (  )"
   12224 
   12225 #: readelf.c:20688
   12226 msgid "NT_PRPSINFO (prpsinfo structure)"
   12227 msgstr "NT_PRPSINFO ( )"
   12228 
   12229 #: readelf.c:20690
   12230 msgid "NT_TASKSTRUCT (task structure)"
   12231 msgstr "NT_TASKSTRUCT ( )"
   12232 
   12233 #: readelf.c:20692
   12234 msgid "NT_GDB_TDESC (GDB XML target description)"
   12235 msgstr "NT_GDB_TDESC ( GDB XML )"
   12236 
   12237 #: readelf.c:20694
   12238 msgid "NT_PRXFPREG (user_xfpregs structure)"
   12239 msgstr "NT_PRXFPREG ( _)"
   12240 
   12241 #: readelf.c:20696
   12242 msgid "NT_PPC_VMX (ppc Altivec registers)"
   12243 msgstr "NT_PPC_VMX (  )"
   12244 
   12245 #: readelf.c:20698
   12246 msgid "NT_PPC_VSX (ppc VSX registers)"
   12247 msgstr "NT_PPC_VSX (  )"
   12248 
   12249 #: readelf.c:20700
   12250 msgid "NT_PPC_TAR (ppc TAR register)"
   12251 msgstr "NT_PPC_TAR ( TAR )"
   12252 
   12253 #: readelf.c:20702
   12254 msgid "NT_PPC_PPR (ppc PPR register)"
   12255 msgstr "NT_PPC_PPR ( PPR )"
   12256 
   12257 #: readelf.c:20704
   12258 msgid "NT_PPC_DSCR (ppc DSCR register)"
   12259 msgstr "NT_PPC_DSCR ( DSCR )"
   12260 
   12261 #: readelf.c:20706
   12262 msgid "NT_PPC_EBB (ppc EBB registers)"
   12263 msgstr "NT_PPC_EBB ( EBB )"
   12264 
   12265 #: readelf.c:20708
   12266 msgid "NT_PPC_PMU (ppc PMU registers)"
   12267 msgstr "NT_PPC_PMU ( PMU )"
   12268 
   12269 #: readelf.c:20710
   12270 msgid "NT_PPC_TM_CGPR (ppc checkpointed GPR registers)"
   12271 msgstr "NT_PPC_TM_CGPR (  GPR )"
   12272 
   12273 #: readelf.c:20712
   12274 msgid "NT_PPC_TM_CFPR (ppc checkpointed floating point registers)"
   12275 msgstr "NT_PPC_TM_CFPR (    )"
   12276 
   12277 #: readelf.c:20714
   12278 msgid "NT_PPC_TM_CVMX (ppc checkpointed Altivec registers)"
   12279 msgstr "NT_PPC_TM_CVMX (  Altivec )"
   12280 
   12281 #: readelf.c:20716
   12282 msgid "NT_PPC_TM_CVSX (ppc checkpointed VSX registers)"
   12283 msgstr "NT_PPC_TM_CVSX (  VSX )"
   12284 
   12285 #: readelf.c:20718
   12286 msgid "NT_PPC_TM_SPR (ppc TM special purpose registers)"
   12287 msgstr "NT_PPC_TM_SPR ( TM   )"
   12288 
   12289 #: readelf.c:20720
   12290 msgid "NT_PPC_TM_CTAR (ppc checkpointed TAR register)"
   12291 msgstr "NT_PPC_TM_CTAR (  TAR )"
   12292 
   12293 #: readelf.c:20722
   12294 msgid "NT_PPC_TM_CPPR (ppc checkpointed PPR register)"
   12295 msgstr "NT_PPC_TM_CPPR (  PPR )"
   12296 
   12297 #: readelf.c:20724
   12298 msgid "NT_PPC_TM_CDSCR (ppc checkpointed DSCR register)"
   12299 msgstr "NT_PPC_TM_CDSCR (  DSCR )"
   12300 
   12301 #: readelf.c:20726
   12302 msgid "NT_386_TLS (x86 TLS information)"
   12303 msgstr "NT_386_TLS (x86  )"
   12304 
   12305 #: readelf.c:20728
   12306 msgid "NT_386_IOPERM (x86 I/O permissions)"
   12307 msgstr "NT_386_IOPERM (x86 / )"
   12308 
   12309 #: readelf.c:20730
   12310 msgid "NT_X86_XSTATE (x86 XSAVE extended state)"
   12311 msgstr "NT_X86_XSTATE (x86 XSAVE  )"
   12312 
   12313 #: readelf.c:20732
   12314 msgid "NT_X86_CET (x86 CET state)"
   12315 msgstr "NT_X86_CET (x86 CET )"
   12316 
   12317 #: readelf.c:20734
   12318 msgid "NT_X86_SHSTK (x86 SHSTK state)"
   12319 msgstr "NT_X86_SHSTK (x86 SHSTK )"
   12320 
   12321 #: readelf.c:20736
   12322 msgid "NT_S390_HIGH_GPRS (s390 upper register halves)"
   12323 msgstr "NT_S390_HIGH_GPRS (s390   )"
   12324 
   12325 #: readelf.c:20738
   12326 msgid "NT_S390_TIMER (s390 timer register)"
   12327 msgstr "NT_S390_TIMER (s390  )"
   12328 
   12329 #: readelf.c:20740
   12330 msgid "NT_S390_TODCMP (s390 TOD comparator register)"
   12331 msgstr "NT_S390_TODCMP (s390   )"
   12332 
   12333 #: readelf.c:20742
   12334 msgid "NT_S390_TODPREG (s390 TOD programmable register)"
   12335 msgstr "NT_S390_TODPREG (s390   )"
   12336 
   12337 #: readelf.c:20744
   12338 msgid "NT_S390_CTRS (s390 control registers)"
   12339 msgstr "NT_S390_CTRS (s390  )"
   12340 
   12341 #: readelf.c:20746
   12342 msgid "NT_S390_PREFIX (s390 prefix register)"
   12343 msgstr "NT_S390_PREFIX (s390  )"
   12344 
   12345 #: readelf.c:20748
   12346 msgid "NT_S390_LAST_BREAK (s390 last breaking event address)"
   12347 msgstr "NT_S390_LAST_BREAK (s390    )"
   12348 
   12349 #: readelf.c:20750
   12350 msgid "NT_S390_SYSTEM_CALL (s390 system call restart data)"
   12351 msgstr "NT_S390_SYSTEM_CALL (s390     )"
   12352 
   12353 #: readelf.c:20752
   12354 msgid "NT_S390_TDB (s390 transaction diagnostic block)"
   12355 msgstr "NT_S390_TDB (s390   )"
   12356 
   12357 #: readelf.c:20754
   12358 msgid "NT_S390_VXRS_LOW (s390 vector registers 0-15 upper half)"
   12359 msgstr "NT_S390_VXRS_LOW ( s390  0-15  )"
   12360 
   12361 #: readelf.c:20756
   12362 msgid "NT_S390_VXRS_HIGH (s390 vector registers 16-31)"
   12363 msgstr "NT_S390_VXRS_HIGH ( s390  16-31)"
   12364 
   12365 #: readelf.c:20758
   12366 msgid "NT_S390_GS_CB (s390 guarded-storage registers)"
   12367 msgstr "NT_S390_GS_CB ( s390  )"
   12368 
   12369 #: readelf.c:20760
   12370 msgid "NT_S390_GS_BC (s390 guarded-storage broadcast control)"
   12371 msgstr "NT_S390_GS_BC (  s390  )"
   12372 
   12373 #: readelf.c:20762
   12374 msgid "NT_ARM_VFP (arm VFP registers)"
   12375 msgstr "NT_ARM_VFP (  )"
   12376 
   12377 #: readelf.c:20764
   12378 msgid "NT_ARM_TLS (AArch TLS registers)"
   12379 msgstr "NT_ARM_TLS (  )"
   12380 
   12381 #: readelf.c:20766
   12382 msgid "NT_ARM_HW_BREAK (AArch hardware breakpoint registers)"
   12383 msgstr "NT_ARM_HW_BREAK (    )"
   12384 
   12385 #: readelf.c:20768
   12386 msgid "NT_ARM_HW_WATCH (AArch hardware watchpoint registers)"
   12387 msgstr "NT_ARM_HW_WATCH (    )"
   12388 
   12389 #: readelf.c:20770
   12390 msgid "NT_ARM_SYSTEM_CALL (AArch system call number)"
   12391 msgstr "NT_ARM_SYSTEM_CALL (AArch   )"
   12392 
   12393 #: readelf.c:20772
   12394 msgid "NT_ARM_SVE (AArch SVE registers)"
   12395 msgstr "NT_ARM_SVE ( SVE )"
   12396 
   12397 #: readelf.c:20774
   12398 msgid "NT_ARM_PAC_MASK (AArch pointer authentication code masks)"
   12399 msgstr "NT_ARM_PAC_MASK (     )"
   12400 
   12401 #: readelf.c:20776
   12402 msgid "NT_ARM_PACA_KEYS (ARM pointer authentication address keys)"
   12403 msgstr "NT_ARM_PACA_KEYS (    ARM )"
   12404 
   12405 #: readelf.c:20778
   12406 msgid "NT_ARM_PACG_KEYS (ARM pointer authentication generic keys)"
   12407 msgstr "NT_ARM_PACG_KEYS (    ARM )"
   12408 
   12409 #: readelf.c:20780
   12410 msgid "NT_ARM_TAGGED_ADDR_CTRL (AArch tagged address control)"
   12411 msgstr "NT_ARM_TAGGED_ADDR_CTRL (   )"
   12412 
   12413 #: readelf.c:20782
   12414 msgid "NT_ARM_SSVE (AArch64 streaming SVE registers)"
   12415 msgstr "NT_ARM_SSVE (AArch64  SVE )"
   12416 
   12417 #: readelf.c:20784
   12418 msgid "NT_ARM_ZA (AArch64 SME ZA register)"
   12419 msgstr "NT_ARM_ZA (AArch64 SME ZA )"
   12420 
   12421 #: readelf.c:20786
   12422 msgid "NT_ARM_ZT (AArch64 SME2 ZT registers)"
   12423 msgstr "NT_ARM_ZT (AArch64 SME2 ZT )"
   12424 
   12425 #: readelf.c:20788
   12426 msgid "NT_ARM_PAC_ENABLED_KEYS (AArch64 pointer authentication enabled keys)"
   12427 msgstr "NT_ARM_PAC_ENABLED_KEYS (    AArch64 )"
   12428 
   12429 #: readelf.c:20790
   12430 msgid "NT_ARC_V2 (ARC HS accumulator/extra registers)"
   12431 msgstr "NT_ARC_V2 (ARC HS / )"
   12432 
   12433 #: readelf.c:20792
   12434 msgid "NT_RISCV_CSR (RISC-V control and status registers)"
   12435 msgstr "NT_RISCV_CSR ( RISC-V   )"
   12436 
   12437 #: readelf.c:20794
   12438 msgid "NT_PSTATUS (pstatus structure)"
   12439 msgstr "NT_PSTATUS ( )"
   12440 
   12441 #: readelf.c:20796
   12442 msgid "NT_FPREGS (floating point registers)"
   12443 msgstr "NT_FPREGS (  )"
   12444 
   12445 #: readelf.c:20798
   12446 msgid "NT_PSINFO (psinfo structure)"
   12447 msgstr "NT_PSINFO ( )"
   12448 
   12449 #: readelf.c:20800
   12450 msgid "NT_LWPSTATUS (lwpstatus_t structure)"
   12451 msgstr "NT_LWPSTATUS ( _)"
   12452 
   12453 #: readelf.c:20802
   12454 msgid "NT_LWPSINFO (lwpsinfo_t structure)"
   12455 msgstr "NT_LWPSINFO ( _)"
   12456 
   12457 #: readelf.c:20804
   12458 msgid "NT_WIN32PSTATUS (win32_pstatus structure)"
   12459 msgstr "NT_WIN32PSTATUS ( win32_)"
   12460 
   12461 #: readelf.c:20806
   12462 msgid "NT_SIGINFO (siginfo_t data)"
   12463 msgstr "NT_SIGINFO (_ )"
   12464 
   12465 #: readelf.c:20808
   12466 msgid "NT_FILE (mapped files)"
   12467 msgstr "NT_FILE ( )"
   12468 
   12469 #: readelf.c:20816
   12470 msgid "NT_VERSION (version)"
   12471 msgstr "NT_VERSION ()"
   12472 
   12473 #: readelf.c:20818
   12474 msgid "NT_ARCH (architecture)"
   12475 msgstr "NT_ARCH ()"
   12476 
   12477 #: readelf.c:20820
   12478 msgid "OPEN"
   12479 msgstr "OPEN"
   12480 
   12481 #: readelf.c:20822
   12482 msgid "func"
   12483 msgstr ""
   12484 
   12485 #: readelf.c:20824
   12486 msgid "GO BUILDID"
   12487 msgstr "GO BUILDID"
   12488 
   12489 #: readelf.c:20826
   12490 msgid "FDO_PACKAGING_METADATA"
   12491 msgstr "FDO__"
   12492 
   12493 #: readelf.c:20828
   12494 msgid "FDO_DLOPEN_METADATA"
   12495 msgstr "FDO_DLOPEN_"
   12496 
   12497 #: readelf.c:20833 readelf.c:20943 readelf.c:21132 readelf.c:21710
   12498 #: readelf.c:21880 readelf.c:22009 readelf.c:22142
   12499 #, c-format
   12500 msgid "Unknown note type: (0x%08x)"
   12501 msgstr "  : (0x%08x)"
   12502 
   12503 #: readelf.c:20853
   12504 msgid "    Malformed note - too short for header\n"
   12505 msgstr "         \n"
   12506 
   12507 #: readelf.c:20862
   12508 msgid "    Malformed note - does not end with \\0\n"
   12509 msgstr "           \\0\n"
   12510 
   12511 #: readelf.c:20875
   12512 msgid "    Malformed note - too short for supplied file count\n"
   12513 msgstr "           \n"
   12514 
   12515 #: readelf.c:20879
   12516 #, c-format
   12517 msgid "    Page size: "
   12518 msgstr "     : "
   12519 
   12520 #: readelf.c:20883
   12521 #, c-format
   12522 msgid "    %*s%*s%*s\n"
   12523 msgstr "    %*s%*s%*s\n"
   12524 
   12525 #: readelf.c:20884
   12526 msgid "Start"
   12527 msgstr ""
   12528 
   12529 #: readelf.c:20885
   12530 msgid "End"
   12531 msgstr ""
   12532 
   12533 #: readelf.c:20886
   12534 msgid "Page Offset"
   12535 msgstr " "
   12536 
   12537 #: readelf.c:20894
   12538 msgid "    Malformed note - filenames end too early\n"
   12539 msgstr "           \n"
   12540 
   12541 #: readelf.c:20926
   12542 msgid "NT_GNU_ABI_TAG (ABI version tag)"
   12543 msgstr "NT_GNU_ABI_TAG (  )"
   12544 
   12545 #: readelf.c:20928
   12546 msgid "NT_GNU_HWCAP (DSO-supplied software HWCAP info)"
   12547 msgstr "NT_GNU_HWCAP ( HWCAP    )"
   12548 
   12549 #: readelf.c:20930
   12550 msgid "NT_GNU_BUILD_ID (unique build ID bitstring)"
   12551 msgstr "NT_GNU_BUILD_ID (  - )"
   12552 
   12553 #: readelf.c:20932
   12554 msgid "NT_GNU_GOLD_VERSION (gold version)"
   12555 msgstr "NT_GNU_GOLD_VERSION ( )"
   12556 
   12557 #: readelf.c:20934
   12558 msgid "NT_GNU_PROPERTY_TYPE_0"
   12559 msgstr "NT_GNU_PROPERTY_TYPE_0"
   12560 
   12561 #: readelf.c:20936
   12562 msgid "NT_GNU_BUILD_ATTRIBUTE_OPEN"
   12563 msgstr "NT_GNU_BUILD_ATTRIBUTE_OPEN"
   12564 
   12565 #: readelf.c:20938
   12566 msgid "NT_GNU_BUILD_ATTRIBUTE_FUNC"
   12567 msgstr "NT_GNU_BUILD_ATTRIBUTE_FUNC"
   12568 
   12569 #: readelf.c:21027 readelf.c:21174 readelf.c:21211
   12570 #, c-format
   12571 msgid "<None>"
   12572 msgstr "<>"
   12573 
   12574 #: readelf.c:21128
   12575 msgid "NT_AMDGPU_METADATA (code object metadata)"
   12576 msgstr "NT_AMDGPU_ (  )"
   12577 
   12578 #: readelf.c:21327
   12579 #, c-format
   12580 msgid "      Properties: "
   12581 msgstr "      : "
   12582 
   12583 #: readelf.c:21331
   12584 #, c-format
   12585 msgid "<corrupt GNU_PROPERTY_TYPE, size = %#lx>\n"
   12586 msgstr "< GNU_PROPERTY_TYPE,  = %#lx>\n"
   12587 
   12588 #: readelf.c:21343
   12589 #, c-format
   12590 msgid "<corrupt descsz: %#lx>\n"
   12591 msgstr "< _: %#lx>\n"
   12592 
   12593 #: readelf.c:21354
   12594 #, c-format
   12595 msgid "<corrupt type (%#x) datasz: %#x>\n"
   12596 msgstr "<  (%#x) _: %#x>\n"
   12597 
   12598 #: readelf.c:21376 readelf.c:21430 readelf.c:21452
   12599 #, c-format
   12600 msgid "x86 ISA used: <corrupt length: %#x> "
   12601 msgstr "x86 ISA  : < : %#x> "
   12602 
   12603 #: readelf.c:21387 readelf.c:21441 readelf.c:21463
   12604 #, c-format
   12605 msgid "x86 ISA needed: <corrupt length: %#x> "
   12606 msgstr "x86 ISA  : < : %#x> "
   12607 
   12608 #: readelf.c:21398
   12609 #, c-format
   12610 msgid "x86 feature: <corrupt length: %#x> "
   12611 msgstr "x86 : < : %#x> "
   12612 
   12613 #: readelf.c:21409
   12614 #, c-format
   12615 msgid "x86 feature used: <corrupt length: %#x> "
   12616 msgstr "x86   : < : %#x> "
   12617 
   12618 #: readelf.c:21420
   12619 #, c-format
   12620 msgid "x86 feature needed: <corrupt length: %#x> "
   12621 msgstr "x86   : < : %#x> "
   12622 
   12623 #: readelf.c:21482 readelf.c:21496 readelf.c:21504 readelf.c:21510
   12624 #: readelf.c:21541
   12625 #, c-format
   12626 msgid "<corrupt length: %#x> "
   12627 msgstr "< : %#x> "
   12628 
   12629 #: readelf.c:21494
   12630 #, c-format
   12631 msgid "stack size: "
   12632 msgstr " : "
   12633 
   12634 #: readelf.c:21523
   12635 #, c-format
   12636 msgid "1_needed: <corrupt length: %#x> "
   12637 msgstr "1  : < : %#x> "
   12638 
   12639 #: readelf.c:21537
   12640 #, c-format
   12641 msgid "UINT32_AND (%#x): "
   12642 msgstr "UINT32_AND (%#x): "
   12643 
   12644 #: readelf.c:21539
   12645 #, c-format
   12646 msgid "UINT32_OR (%#x): "
   12647 msgstr "UINT32_OR (%#x): "
   12648 
   12649 #: readelf.c:21551
   12650 #, c-format
   12651 msgid "<unknown type %#x data: "
   12652 msgstr "<  %#x : "
   12653 
   12654 #: readelf.c:21553
   12655 #, c-format
   12656 msgid "<processor-specific type %#x data: "
   12657 msgstr "<   %#x : "
   12658 
   12659 #: readelf.c:21555
   12660 #, c-format
   12661 msgid "<application-specific type %#x data: "
   12662 msgstr "<   %#x : "
   12663 
   12664 #: readelf.c:21584
   12665 #, c-format
   12666 msgid "    Build ID: "
   12667 msgstr "     : "
   12668 
   12669 #: readelf.c:21599
   12670 #, c-format
   12671 msgid "    <corrupt GNU_ABI_TAG>\n"
   12672 msgstr "    < GNU_ABI_TAG>\n"
   12673 
   12674 #: readelf.c:21636
   12675 #, c-format
   12676 msgid "    OS: %s, ABI: %d.%d.%d\n"
   12677 msgstr "    : %s, ABI: %d.%d.%d\n"
   12678 
   12679 #: readelf.c:21645
   12680 #, c-format
   12681 msgid "    Version: "
   12682 msgstr "    : "
   12683 
   12684 #. Hardware capabilities information.  Word 0 is the number of entries.
   12685 #. Word 1 is a bitmask of enabled entries.  The rest of the descriptor
   12686 #. is a series of entries, where each entry is a single byte followed
   12687 #. by a nul terminated string.  The byte gives the bit number to test
   12688 #. if enabled in the bitmask.
   12689 #: readelf.c:21661
   12690 #, c-format
   12691 msgid "      Hardware Capabilities: "
   12692 msgstr "       : "
   12693 
   12694 #: readelf.c:21664
   12695 msgid "<corrupt GNU_HWCAP>\n"
   12696 msgstr "< GNU_HWCAP>\n"
   12697 
   12698 #: readelf.c:21669
   12699 #, c-format
   12700 msgid "num entries: %d, enabled mask: %x\n"
   12701 msgstr " : %d,  : %x\n"
   12702 
   12703 #: readelf.c:21685
   12704 #, c-format
   12705 msgid "    Description data: "
   12706 msgstr "     : "
   12707 
   12708 #: readelf.c:21703
   12709 msgid "Alignment of 8-byte objects"
   12710 msgstr " 8- "
   12711 
   12712 #: readelf.c:21704
   12713 msgid "Sizeof double and long double"
   12714 msgstr "    "
   12715 
   12716 #: readelf.c:21705
   12717 msgid "Type of FPU support needed"
   12718 msgstr " FPU   "
   12719 
   12720 #: readelf.c:21706
   12721 msgid "Use of SIMD instructions"
   12722 msgstr " SIMD "
   12723 
   12724 #: readelf.c:21707
   12725 msgid "Use of cache"
   12726 msgstr " "
   12727 
   12728 #: readelf.c:21708
   12729 msgid "Use of MMU"
   12730 msgstr " MMU"
   12731 
   12732 #: readelf.c:21744
   12733 #, c-format
   12734 msgid "4-bytes\n"
   12735 msgstr "4-\n"
   12736 
   12737 #: readelf.c:21745
   12738 #, c-format
   12739 msgid "8-bytes\n"
   12740 msgstr "8-\n"
   12741 
   12742 #: readelf.c:21752
   12743 #, c-format
   12744 msgid "FPU-2.0\n"
   12745 msgstr "FPU-2.0\n"
   12746 
   12747 #: readelf.c:21753
   12748 #, c-format
   12749 msgid "FPU-3.0\n"
   12750 msgstr "FPU-3.0\n"
   12751 
   12752 #: readelf.c:21762
   12753 #, c-format
   12754 msgid "yes\n"
   12755 msgstr "\n"
   12756 
   12757 #: readelf.c:21772
   12758 #, c-format
   12759 msgid "unknown value: %x\n"
   12760 msgstr ": %x\n"
   12761 
   12762 #: readelf.c:21828
   12763 msgid "NT_THRMISC (thrmisc structure)"
   12764 msgstr "NT_THRMISC (thrmisc )"
   12765 
   12766 #: readelf.c:21830
   12767 msgid "NT_PROCSTAT_PROC (proc data)"
   12768 msgstr "NT_PROCSTAT_PROC ( )"
   12769 
   12770 #: readelf.c:21832
   12771 msgid "NT_PROCSTAT_FILES (files data)"
   12772 msgstr "NT_PROCSTAT_FILES ( )"
   12773 
   12774 #: readelf.c:21834
   12775 msgid "NT_PROCSTAT_VMMAP (vmmap data)"
   12776 msgstr "NT_PROCSTAT_VMMAP (vmmap )"
   12777 
   12778 #: readelf.c:21836
   12779 msgid "NT_PROCSTAT_GROUPS (groups data)"
   12780 msgstr "NT_PROCSTAT_GROUPS ( )"
   12781 
   12782 #: readelf.c:21838
   12783 msgid "NT_PROCSTAT_UMASK (umask data)"
   12784 msgstr "NT_PROCSTAT_UMASK (umask )"
   12785 
   12786 #: readelf.c:21840
   12787 msgid "NT_PROCSTAT_RLIMIT (rlimit data)"
   12788 msgstr "NT_PROCSTAT_RLIMIT (rlimit )"
   12789 
   12790 #: readelf.c:21842
   12791 msgid "NT_PROCSTAT_OSREL (osreldate data)"
   12792 msgstr "NT_PROCSTAT_OSREL (osreldate )"
   12793 
   12794 #: readelf.c:21844
   12795 msgid "NT_PROCSTAT_PSSTRINGS (ps_strings data)"
   12796 msgstr "NT_PROCSTAT_PSSTRINGS (ps_strings )"
   12797 
   12798 #: readelf.c:21846
   12799 msgid "NT_PROCSTAT_AUXV (auxv data)"
   12800 msgstr "NT_PROCSTAT_AUXV (auxv )"
   12801 
   12802 #: readelf.c:21848
   12803 msgid "NT_PTLWPINFO (ptrace_lwpinfo structure)"
   12804 msgstr "NT_PTLWPINFO (ptrace_lwpinfo )"
   12805 
   12806 #: readelf.c:21850
   12807 msgid "NT_X86_SEGBASES (x86 segment base registers)"
   12808 msgstr "NT_X86_SEGBASES (x86   )"
   12809 
   12810 #. NetBSD core "procinfo" structure.
   12811 #: readelf.c:21864
   12812 msgid "NetBSD procinfo structure"
   12813 msgstr "  "
   12814 
   12815 #: readelf.c:21867
   12816 msgid "NetBSD ELF auxiliary vector data"
   12817 msgstr "NetBSD ELF   "
   12818 
   12819 #: readelf.c:21870
   12820 msgid "PT_LWPSTATUS (ptrace_lwpstatus structure)"
   12821 msgstr "PT_LWPSTATUS ( ptrace_lwpstatus)"
   12822 
   12823 #: readelf.c:21899 readelf.c:21916 readelf.c:21930
   12824 msgid "PT_GETREGS (reg structure)"
   12825 msgstr "PT_GETREGS ( )"
   12826 
   12827 #: readelf.c:21901 readelf.c:21918 readelf.c:21932
   12828 msgid "PT_GETFPREGS (fpreg structure)"
   12829 msgstr "PT_GETFPPREGS ( )"
   12830 
   12831 #: readelf.c:21914
   12832 msgid "PT___GETREGS40 (old reg structure)"
   12833 msgstr "PT___GETREGS40 ( reg )"
   12834 
   12835 #: readelf.c:21949
   12836 msgid "OpenBSD procinfo structure"
   12837 msgstr "   OpenBSD-"
   12838 
   12839 #: readelf.c:21951
   12840 msgid "OpenBSD ELF auxiliary vector data"
   12841 msgstr "OpenBSD ELF   "
   12842 
   12843 #: readelf.c:21953
   12844 msgid "OpenBSD regular registers"
   12845 msgstr "OpenBSD  "
   12846 
   12847 #: readelf.c:21955
   12848 msgid "OpenBSD floating point registers"
   12849 msgstr "OpenBSD   "
   12850 
   12851 #: readelf.c:21957
   12852 msgid "OpenBSD window cookie"
   12853 msgstr "OpenBSD  "
   12854 
   12855 #: readelf.c:21969
   12856 msgid "QNX debug fullpath"
   12857 msgstr "QNX   "
   12858 
   12859 #: readelf.c:21971
   12860 msgid "QNX debug relocation"
   12861 msgstr "QNX  "
   12862 
   12863 #: readelf.c:21973
   12864 msgid "QNX stack"
   12865 msgstr "QNX "
   12866 
   12867 #: readelf.c:21975
   12868 msgid "QNX generator"
   12869 msgstr "QNX "
   12870 
   12871 #: readelf.c:21977
   12872 msgid "QNX default library"
   12873 msgstr "QNX  "
   12874 
   12875 #: readelf.c:21979
   12876 msgid "QNX core sysinfo"
   12877 msgstr "QNX   "
   12878 
   12879 #: readelf.c:21981
   12880 msgid "QNX core info"
   12881 msgstr "QNX  "
   12882 
   12883 #: readelf.c:21983
   12884 msgid "QNX core status"
   12885 msgstr "QNX  "
   12886 
   12887 #: readelf.c:21985
   12888 msgid "QNX general registers"
   12889 msgstr "QNX  "
   12890 
   12891 #: readelf.c:21987
   12892 msgid "QNX floating point registers"
   12893 msgstr "QNX   "
   12894 
   12895 #: readelf.c:21989
   12896 msgid "QNX link map"
   12897 msgstr "QNX  "
   12898 
   12899 #: readelf.c:22003
   12900 msgid "NT_STAPSDT (SystemTap probe descriptors)"
   12901 msgstr "NT_STAPSDT (  )"
   12902 
   12903 #: readelf.c:22071
   12904 #, c-format
   12905 msgid "    Provider: %s\n"
   12906 msgstr "    : %s\n"
   12907 
   12908 #: readelf.c:22072
   12909 #, c-format
   12910 msgid "    Name: %s\n"
   12911 msgstr "    : %s\n"
   12912 
   12913 #: readelf.c:22073
   12914 #, c-format
   12915 msgid "    Location: "
   12916 msgstr "    : "
   12917 
   12918 #: readelf.c:22075
   12919 #, c-format
   12920 msgid ", Base: "
   12921 msgstr ", : "
   12922 
   12923 #: readelf.c:22077
   12924 #, c-format
   12925 msgid ", Semaphore: "
   12926 msgstr ", : "
   12927 
   12928 #: readelf.c:22080
   12929 #, c-format
   12930 msgid "    Arguments: %s\n"
   12931 msgstr "    : %s\n"
   12932 
   12933 #: readelf.c:22085
   12934 #, c-format
   12935 msgid "  <corrupt - note is too small>\n"
   12936 msgstr " <    >\n"
   12937 
   12938 #: readelf.c:22086
   12939 msgid "corrupt stapdt note - the data size is too small\n"
   12940 msgstr " stapdt      \n"
   12941 
   12942 #: readelf.c:22095
   12943 #, c-format
   12944 msgid "    Packaging Metadata: %.*s\n"
   12945 msgstr "     : %.*s\n"
   12946 
   12947 #: readelf.c:22100
   12948 #, c-format
   12949 msgid "    Dlopen Metadata: %.*s\n"
   12950 msgstr "     dl-: %.*s\n"
   12951 
   12952 #: readelf.c:22114
   12953 msgid "NT_VMS_MHD (module header)"
   12954 msgstr "NT_VMS_MHD ( )"
   12955 
   12956 #: readelf.c:22116
   12957 msgid "NT_VMS_LNM (language name)"
   12958 msgstr "NT_VMS_LNM ( )"
   12959 
   12960 #: readelf.c:22118
   12961 msgid "NT_VMS_SRC (source files)"
   12962 msgstr "NT_VMS_SRC ( )"
   12963 
   12964 #: readelf.c:22122
   12965 msgid "NT_VMS_EIDC (consistency check)"
   12966 msgstr "NT_VMS_EIDC ( )"
   12967 
   12968 #: readelf.c:22124
   12969 msgid "NT_VMS_FPMODE (FP mode)"
   12970 msgstr "NT_VMS_FPMODE ( )"
   12971 
   12972 #: readelf.c:22128
   12973 msgid "NT_VMS_IMGNAM (image name)"
   12974 msgstr "NT_VMS_IMGNAM ( )"
   12975 
   12976 #: readelf.c:22130
   12977 msgid "NT_VMS_IMGID (image id)"
   12978 msgstr "NT_VMS_IMGID ( )"
   12979 
   12980 #: readelf.c:22132
   12981 msgid "NT_VMS_LINKID (link id)"
   12982 msgstr "NT_VMS_LINKID ( )"
   12983 
   12984 #: readelf.c:22134
   12985 msgid "NT_VMS_IMGBID (build id)"
   12986 msgstr "NT_VMS_IMGBID ( )"
   12987 
   12988 #: readelf.c:22136
   12989 msgid "NT_VMS_GSTNAM (sym table name)"
   12990 msgstr "NT_VMS_GSTNAM (  )"
   12991 
   12992 #: readelf.c:22163
   12993 #, c-format
   12994 msgid "    Creation date  : %.17s\n"
   12995 msgstr "            : %.17s\n"
   12996 
   12997 #: readelf.c:22164
   12998 #, c-format
   12999 msgid "    Last patch date: %.17s\n"
   13000 msgstr "      : %.17s\n"
   13001 
   13002 #: readelf.c:22167
   13003 #, c-format
   13004 msgid "    Module name    : %s\n"
   13005 msgstr "              : %s\n"
   13006 
   13007 #: readelf.c:22169
   13008 #, c-format
   13009 msgid "    Module version : %s\n"
   13010 msgstr "             : %s\n"
   13011 
   13012 #: readelf.c:22171 readelf.c:22176
   13013 #, c-format
   13014 msgid "    Module version : <missing>\n"
   13015 msgstr "             : <>\n"
   13016 
   13017 #: readelf.c:22175
   13018 #, c-format
   13019 msgid "    Module name    : <missing>\n"
   13020 msgstr "              : <>\n"
   13021 
   13022 #: readelf.c:22181
   13023 #, c-format
   13024 msgid "   Language: %.*s\n"
   13025 msgstr "   : %.*s\n"
   13026 
   13027 #: readelf.c:22185
   13028 #, c-format
   13029 msgid "   Floating Point mode: "
   13030 msgstr "     : "
   13031 
   13032 #: readelf.c:22195
   13033 #, c-format
   13034 msgid "   Link time: "
   13035 msgstr "    : "
   13036 
   13037 #: readelf.c:22205
   13038 #, c-format
   13039 msgid "   Patch time: "
   13040 msgstr "    : "
   13041 
   13042 #: readelf.c:22218
   13043 #, c-format
   13044 msgid "   Major id: %u,  minor id: %u\n"
   13045 msgstr "    : %u,   : %u\n"
   13046 
   13047 #: readelf.c:22221
   13048 #, c-format
   13049 msgid "   Last modified  : "
   13050 msgstr "          : "
   13051 
   13052 #: readelf.c:22223
   13053 #, c-format
   13054 msgid ""
   13055 "\n"
   13056 "   Link flags  : "
   13057 msgstr ""
   13058 "\n"
   13059 "      : "
   13060 
   13061 #: readelf.c:22226
   13062 #, c-format
   13063 msgid "   Header flags: 0x%08x\n"
   13064 msgstr "    : 0x%08x\n"
   13065 
   13066 #: readelf.c:22228
   13067 #, c-format
   13068 msgid "   Image id    : %.*s\n"
   13069 msgstr "        : %.*s\n"
   13070 
   13071 #: readelf.c:22232
   13072 #, c-format
   13073 msgid "    Image name: %.*s\n"
   13074 msgstr "     : %.*s\n"
   13075 
   13076 #: readelf.c:22236
   13077 #, c-format
   13078 msgid "    Global symbol table name: %.*s\n"
   13079 msgstr "       : %.*s\n"
   13080 
   13081 #: readelf.c:22240
   13082 #, c-format
   13083 msgid "    Image id: %.*s\n"
   13084 msgstr "     : %.*s\n"
   13085 
   13086 #: readelf.c:22244
   13087 #, c-format
   13088 msgid "    Linker id: %.*s\n"
   13089 msgstr "     : %.*s\n"
   13090 
   13091 #: readelf.c:22254 readelf.c:22947
   13092 #, c-format
   13093 msgid "  <corrupt - data size is too small>\n"
   13094 msgstr "  <     >\n"
   13095 
   13096 #: readelf.c:22255
   13097 msgid "corrupt IA64 note: data size is too small\n"
   13098 msgstr " IA64      \n"
   13099 
   13100 #: readelf.c:22422 readelf.c:22431
   13101 #, c-format
   13102 msgid "    Applies to region from %#<PRIx64> to %#<PRIx64>\n"
   13103 msgstr "         %#<PRIx64>  %#<PRIx64>\n"
   13104 
   13105 #: readelf.c:22425 readelf.c:22434
   13106 #, c-format
   13107 msgid "    Applies to region from %#<PRIx64>\n"
   13108 msgstr "         %#<PRIx64>\n"
   13109 
   13110 #: readelf.c:22455
   13111 #, c-format
   13112 msgid "    <invalid description size: %lx>\n"
   13113 msgstr "    <  : %lx>\n"
   13114 
   13115 #: readelf.c:22456
   13116 #, c-format
   13117 msgid "    <invalid descsz>"
   13118 msgstr "    < _>"
   13119 
   13120 #: readelf.c:22482
   13121 #, c-format
   13122 msgid "Gap in build notes detected from %#<PRIx64> to %#<PRIx64>\n"
   13123 msgstr "       %#<PRIx64>  %#<PRIx64>\n"
   13124 
   13125 #: readelf.c:22486 readelf.c:22497
   13126 #, c-format
   13127 msgid "    Applies to region from %#<PRIx64>"
   13128 msgstr "         %#<PRIx64>"
   13129 
   13130 #: readelf.c:22491 readelf.c:22502
   13131 #, c-format
   13132 msgid " to %#<PRIx64>"
   13133 msgstr "  %#<PRIx64>"
   13134 
   13135 #: readelf.c:22508
   13136 #, c-format
   13137 msgid " (%s)"
   13138 msgstr " (%s)"
   13139 
   13140 #: readelf.c:22529 readelf.c:22544
   13141 #, c-format
   13142 msgid "corrupt name field in GNU build attribute note: size = %ld\n"
   13143 msgstr "       :  = %ld\n"
   13144 
   13145 #: readelf.c:22530 readelf.c:22545
   13146 msgid "  <corrupt name>"
   13147 msgstr "  < >"
   13148 
   13149 #: readelf.c:22564
   13150 #, c-format
   13151 msgid "unrecognised attribute type in name field: %d\n"
   13152 msgstr "     : %d\n"
   13153 
   13154 #: readelf.c:22565
   13155 msgid "<unknown name type>"
   13156 msgstr "<  >"
   13157 
   13158 #: readelf.c:22575
   13159 msgid "<version>"
   13160 msgstr "<>"
   13161 
   13162 #: readelf.c:22580
   13163 msgid "<stack prot>"
   13164 msgstr "< >"
   13165 
   13166 #: readelf.c:22585
   13167 msgid "<relro>"
   13168 msgstr "<relro>"
   13169 
   13170 #: readelf.c:22590
   13171 msgid "<stack size>"
   13172 msgstr "< >"
   13173 
   13174 #: readelf.c:22595
   13175 msgid "<tool>"
   13176 msgstr "<>"
   13177 
   13178 #: readelf.c:22600
   13179 msgid "<ABI>"
   13180 msgstr "<ABI>"
   13181 
   13182 #: readelf.c:22605
   13183 msgid "<PIC>"
   13184 msgstr "<PIC>"
   13185 
   13186 #: readelf.c:22610
   13187 msgid "<short enum>"
   13188 msgstr "< >"
   13189 
   13190 #: readelf.c:22629
   13191 #, c-format
   13192 msgid "unrecognised byte in name field: %d\n"
   13193 msgstr "    : %d\n"
   13194 
   13195 #: readelf.c:22630
   13196 #, c-format
   13197 msgid "<unknown:_%d>"
   13198 msgstr "<:_%d>"
   13199 
   13200 #: readelf.c:22642
   13201 #, c-format
   13202 msgid "attribute does not have an expected type (%c)\n"
   13203 msgstr "    (%c)\n"
   13204 
   13205 #: readelf.c:22646
   13206 #, c-format
   13207 msgid "corrupt name field: namesz: %lu but parsing gets to %td\n"
   13208 msgstr "  : _: %lu    %td\n"
   13209 
   13210 #: readelf.c:22673
   13211 #, c-format
   13212 msgid "corrupt numeric name field: too many bytes in the value: %x\n"
   13213 msgstr "   :    : %x\n"
   13214 
   13215 #: readelf.c:22762
   13216 #, c-format
   13217 msgid "   description data: "
   13218 msgstr "    : "
   13219 
   13220 #: readelf.c:22910
   13221 msgid "failed to unpack msgpack contents in NT_AMDGPU_METADATA note"
   13222 msgstr "         NT_AMDGPU_METADATA"
   13223 
   13224 #: readelf.c:22933
   13225 #, c-format
   13226 msgid "   Stack Size: 0x%<PRIx32>\n"
   13227 msgstr "    : 0x%<PRIx32>\n"
   13228 
   13229 #: readelf.c:22935
   13230 #, c-format
   13231 msgid "   Stack allocated: %<PRIx32>\n"
   13232 msgstr "    : %<PRIx32>\n"
   13233 
   13234 #: readelf.c:22937
   13235 #, c-format
   13236 msgid "   Executable: %s\n"
   13237 msgstr "   : %s\n"
   13238 
   13239 #: readelf.c:22948
   13240 msgid "corrupt QNX note: data size is too small\n"
   13241 msgstr " QNX :    \n"
   13242 
   13243 #: readelf.c:23093
   13244 msgid "notes"
   13245 msgstr ""
   13246 
   13247 #: readelf.c:23105
   13248 #, c-format
   13249 msgid "Displaying notes found in: %s\n"
   13250 msgstr "   : %s\n"
   13251 
   13252 #: readelf.c:23107
   13253 #, c-format
   13254 msgid "Displaying notes found at file offset 0x%08<PRIx64> with length 0x%08<PRIx64>:\n"
   13255 msgstr "      0x%08<PRIx64>   0x%08<PRIx64>:\n"
   13256 
   13257 #: readelf.c:23120
   13258 #, c-format
   13259 msgid "Corrupt note: alignment %<PRId64>, expecting 4 or 8\n"
   13260 msgstr " :  %<PRId64>,  4  8\n"
   13261 
   13262 #: readelf.c:23126
   13263 #, c-format
   13264 msgid "  %-20s %-10s\tDescription\n"
   13265 msgstr "  %-20s %-10s\t\n"
   13266 
   13267 #: readelf.c:23126
   13268 msgid "Owner"
   13269 msgstr ""
   13270 
   13271 #: readelf.c:23126
   13272 msgid "Data size"
   13273 msgstr " "
   13274 
   13275 #: readelf.c:23144 readelf.c:23173
   13276 #, c-format
   13277 msgid "Corrupt note: only %zd byte remains, not enough for a full note\n"
   13278 msgid_plural "Corrupt note: only %zd bytes remain, not enough for a full note\n"
   13279 msgstr[0] " :   %zd ,    \n"
   13280 msgstr[1] " :   %zd ,    \n"
   13281 msgstr[2] " :   %zd ,    \n"
   13282 
   13283 #: readelf.c:23201
   13284 #, c-format
   13285 msgid "note with invalid namesz and/or descsz found at offset %#tx\n"
   13286 msgstr "   namesz / descsz     %#tx\n"
   13287 
   13288 #: readelf.c:23203
   13289 #, c-format
   13290 msgid " type: %#lx, namesize: %#lx, descsize: %#lx, alignment: %u\n"
   13291 msgstr " : %#lx,  : %#lx,  : %#lx, : %u\n"
   13292 
   13293 #: readelf.c:23221
   13294 msgid "Out of memory allocating space for inote name\n"
   13295 msgstr "        -\n"
   13296 
   13297 #: readelf.c:23279
   13298 msgid "v850 notes"
   13299 msgstr "v850 "
   13300 
   13301 #: readelf.c:23286
   13302 #, c-format
   13303 msgid ""
   13304 "\n"
   13305 "Displaying contents of Renesas V850 notes section at offset %#<PRIx64> with length %#<PRIx64>:\n"
   13306 msgstr ""
   13307 "\n"
   13308 "   Renesas V850    %#<PRIx64>   %#<PRIx64>:\n"
   13309 
   13310 #: readelf.c:23304
   13311 #, c-format
   13312 msgid "Corrupt note: name size is too big: %lx\n"
   13313 msgstr " :    : %lx\n"
   13314 
   13315 #: readelf.c:23314
   13316 #, c-format
   13317 msgid "corrupt descsz found in note at offset %#tx\n"
   13318 msgstr "  _     %#tx\n"
   13319 
   13320 #: readelf.c:23316 readelf.c:23329
   13321 #, c-format
   13322 msgid " type: %#lx, namesize: %#lx, descsize: %#lx\n"
   13323 msgstr " : %#lx,  : %#lx,  : %#lx\n"
   13324 
   13325 #: readelf.c:23327
   13326 #, c-format
   13327 msgid "corrupt namesz found in note at offset %#zx\n"
   13328 msgstr "  _     %#zx\n"
   13329 
   13330 #: readelf.c:23403
   13331 #, c-format
   13332 msgid "No notes found in linked file '%s'.\n"
   13333 msgstr "       %s.\n"
   13334 
   13335 #: readelf.c:23406
   13336 #, c-format
   13337 msgid "No notes found file.\n"
   13338 msgstr "    .\n"
   13339 
   13340 #: readelf.c:23415
   13341 #, c-format
   13342 msgid "  Unknown GNU attribute: %s\n"
   13343 msgstr "    : %s\n"
   13344 
   13345 #: readelf.c:23744
   13346 #, c-format
   13347 msgid "%s: Failed to read file header\n"
   13348 msgstr "%s:      \n"
   13349 
   13350 #: readelf.c:23759
   13351 #, c-format
   13352 msgid ""
   13353 "\n"
   13354 "File: %s\n"
   13355 msgstr ""
   13356 "\n"
   13357 ": %s\n"
   13358 
   13359 #: readelf.c:23920
   13360 #, c-format
   13361 msgid "%s: unable to dump the index as none was found\n"
   13362 msgstr "%s:         \n"
   13363 
   13364 #: readelf.c:23927
   13365 #, c-format
   13366 msgid "Index of archive %s: (%<PRIu64> entries, %#<PRIx64> bytes in the symbol table)\n"
   13367 msgstr "  %s: (%<PRIu64> , %#<PRIx64>    )\n"
   13368 
   13369 #: readelf.c:23951
   13370 #, c-format
   13371 msgid "Contents of binary %s at offset "
   13372 msgstr "  %s   "
   13373 
   13374 #: readelf.c:23963
   13375 #, c-format
   13376 msgid "%s: end of the symbol table reached before the end of the index\n"
   13377 msgstr "%s:        \n"
   13378 
   13379 #: readelf.c:23982
   13380 #, c-format
   13381 msgid "%s: %<PRId64> byte remains in the symbol table, but without corresponding entries in the index table\n"
   13382 msgid_plural "%s: %<PRId64> bytes remain in the symbol table, but without corresponding entries in the index table\n"
   13383 msgstr[0] "%s: %<PRId64>     ,       \n"
   13384 msgstr[1] "%s: %<PRId64>     ,       \n"
   13385 msgstr[2] "%s: %<PRId64>     ,       \n"
   13386 
   13387 #: readelf.c:23995
   13388 #, c-format
   13389 msgid "%s: failed to seek back to start of object files in the archive\n"
   13390 msgstr "%s:           \n"
   13391 
   13392 #: readelf.c:24087 readelf.c:24206
   13393 #, c-format
   13394 msgid "Input file '%s' is not readable.\n"
   13395 msgstr "  %s  .\n"
   13396 
   13397 #: readelf.c:24115
   13398 #, c-format
   13399 msgid "%s: contains corrupt thin archive: %s\n"
   13400 msgstr "%s:    : %s\n"
   13401 
   13402 #: readelf.c:24133
   13403 #, c-format
   13404 msgid "%s: failed to seek to archive member.\n"
   13405 msgstr "%s:       .\n"
   13406 
   13407 #: readelf.c:24198
   13408 msgid "Out of memory allocating file data structure\n"
   13409 msgstr "       \n"
   13410 
   13411 #: readelf.c:24235
   13412 #, c-format
   13413 msgid "File %s is not an archive so its index cannot be displayed.\n"
   13414 msgstr " %s          .\n"
   13415 
   13416 #: readelf.c:24301
   13417 msgid "Nothing to do.\n"
   13418 msgstr "  .\n"
   13419 
   13420 #: rename.c:200
   13421 #, c-format
   13422 msgid "%s: cannot set time: %s"
   13423 msgstr "%s:     : %s"
   13424 
   13425 #: rename.c:219
   13426 #, c-format
   13427 msgid "unable to copy file '%s'; reason: %s"
   13428 msgstr "     %s; : %s"
   13429 
   13430 #: resbin.c:119
   13431 #, c-format
   13432 msgid "%s: not enough binary data"
   13433 msgstr "%s:    "
   13434 
   13435 #: resbin.c:135
   13436 msgid "null terminated unicode string"
   13437 msgstr "   "
   13438 
   13439 #: resbin.c:162 resbin.c:168
   13440 msgid "resource ID"
   13441 msgstr " "
   13442 
   13443 #: resbin.c:207
   13444 msgid "cursor"
   13445 msgstr ""
   13446 
   13447 #: resbin.c:238 resbin.c:245
   13448 msgid "menu header"
   13449 msgstr " "
   13450 
   13451 #: resbin.c:254
   13452 msgid "menuex header"
   13453 msgstr " _"
   13454 
   13455 #: resbin.c:258
   13456 msgid "menuex offset"
   13457 msgstr " _"
   13458 
   13459 #: resbin.c:263
   13460 #, c-format
   13461 msgid "unsupported menu version %d"
   13462 msgstr "   %d"
   13463 
   13464 #: resbin.c:288 resbin.c:303 resbin.c:365
   13465 msgid "menuitem header"
   13466 msgstr "  "
   13467 
   13468 #: resbin.c:395
   13469 msgid "menuitem"
   13470 msgstr " "
   13471 
   13472 #: resbin.c:432 resbin.c:460
   13473 msgid "dialog header"
   13474 msgstr " "
   13475 
   13476 #: resbin.c:450
   13477 #, c-format
   13478 msgid "unexpected DIALOGEX version %d"
   13479 msgstr "  DIALOGEX %d"
   13480 
   13481 #: resbin.c:495
   13482 msgid "dialog font point size"
   13483 msgstr "   "
   13484 
   13485 #: resbin.c:503
   13486 msgid "dialogex font information"
   13487 msgstr "   _"
   13488 
   13489 #: resbin.c:529 resbin.c:547
   13490 msgid "dialog control"
   13491 msgstr " "
   13492 
   13493 #: resbin.c:539
   13494 msgid "dialogex control"
   13495 msgstr " _"
   13496 
   13497 #: resbin.c:568
   13498 msgid "dialog control end"
   13499 msgstr "  "
   13500 
   13501 #: resbin.c:578
   13502 msgid "dialog control data"
   13503 msgstr "  "
   13504 
   13505 #: resbin.c:618
   13506 msgid "stringtable string length"
   13507 msgstr "   "
   13508 
   13509 #: resbin.c:628
   13510 msgid "stringtable string"
   13511 msgstr "  "
   13512 
   13513 #: resbin.c:658
   13514 msgid "fontdir header"
   13515 msgstr "  "
   13516 
   13517 #: resbin.c:672
   13518 msgid "fontdir"
   13519 msgstr " "
   13520 
   13521 #: resbin.c:689
   13522 msgid "fontdir device name"
   13523 msgstr "   "
   13524 
   13525 #: resbin.c:695
   13526 msgid "fontdir face name"
   13527 msgstr "   "
   13528 
   13529 #: resbin.c:735
   13530 msgid "accelerator"
   13531 msgstr ""
   13532 
   13533 #: resbin.c:794
   13534 msgid "group cursor header"
   13535 msgstr "  "
   13536 
   13537 #: resbin.c:798 resrc.c:1346
   13538 #, c-format
   13539 msgid "unexpected group cursor type %d"
   13540 msgstr "    %d"
   13541 
   13542 #: resbin.c:813
   13543 msgid "group cursor"
   13544 msgstr " "
   13545 
   13546 #: resbin.c:849
   13547 msgid "group icon header"
   13548 msgstr "  "
   13549 
   13550 #: resbin.c:853 resrc.c:1293
   13551 #, c-format
   13552 msgid "unexpected group icon type %d"
   13553 msgstr "    %d"
   13554 
   13555 #: resbin.c:868
   13556 msgid "group icon"
   13557 msgstr " "
   13558 
   13559 #: resbin.c:932
   13560 msgid "unexpected version string"
   13561 msgstr "  "
   13562 
   13563 #: resbin.c:964
   13564 #, c-format
   13565 msgid "version length %lu greater than resource length %lu"
   13566 msgstr "  %lu      %lu"
   13567 
   13568 #: resbin.c:968
   13569 #, c-format
   13570 msgid "unexpected version type %d"
   13571 msgstr "   %d"
   13572 
   13573 #: resbin.c:983
   13574 #, c-format
   13575 msgid "unexpected fixed version information length %ld"
   13576 msgstr "      %ld"
   13577 
   13578 #: resbin.c:986
   13579 msgid "fixed version info"
   13580 msgstr "  "
   13581 
   13582 #: resbin.c:990
   13583 #, c-format
   13584 msgid "unexpected fixed version signature %lu"
   13585 msgstr "    %lu"
   13586 
   13587 #: resbin.c:994
   13588 #, c-format
   13589 msgid "unexpected fixed version info version %lu"
   13590 msgstr "     %lu"
   13591 
   13592 #: resbin.c:1023
   13593 msgid "version var info"
   13594 msgstr "  "
   13595 
   13596 #: resbin.c:1040
   13597 #, c-format
   13598 msgid "unexpected stringfileinfo value length %ld"
   13599 msgstr "      %ld"
   13600 
   13601 #: resbin.c:1057
   13602 msgid "version stringtable"
   13603 msgstr "  "
   13604 
   13605 #: resbin.c:1065
   13606 #, c-format
   13607 msgid "unexpected version stringtable value length %ld"
   13608 msgstr "      %ld"
   13609 
   13610 #: resbin.c:1082
   13611 msgid "version string"
   13612 msgstr " "
   13613 
   13614 #: resbin.c:1097
   13615 #, c-format
   13616 msgid "unexpected version string length %ld != %ld + %ld"
   13617 msgstr "    %ld != %ld +%ld"
   13618 
   13619 #: resbin.c:1104
   13620 #, c-format
   13621 msgid "unexpected version string length %ld < %ld"
   13622 msgstr "    %ld < %ld"
   13623 
   13624 #: resbin.c:1130
   13625 #, c-format
   13626 msgid "unexpected varfileinfo value length %ld"
   13627 msgstr "      %ld"
   13628 
   13629 #: resbin.c:1149
   13630 msgid "version varfileinfo"
   13631 msgstr "   "
   13632 
   13633 #: resbin.c:1164
   13634 #, c-format
   13635 msgid "unexpected version value length %ld"
   13636 msgstr "    %ld"
   13637 
   13638 #: resbin.c:1174
   13639 msgid "nul bytes found in version string"
   13640 msgstr "      "
   13641 
   13642 #: resbin.c:1177
   13643 #, c-format
   13644 msgid "unexpected version string character: %x"
   13645 msgstr "   : %x"
   13646 
   13647 #: rescoff.c:123
   13648 msgid "filename required for COFF input"
   13649 msgstr "      "
   13650 
   13651 #: rescoff.c:140
   13652 #, c-format
   13653 msgid "%s: no resource section"
   13654 msgstr "%s:   "
   13655 
   13656 #: rescoff.c:150
   13657 #, c-format
   13658 msgid "%s: .rsrc section is bigger than the file!"
   13659 msgstr "%s: .rsrc     !"
   13660 
   13661 #: rescoff.c:178
   13662 #, c-format
   13663 msgid "%s: %s: address out of bounds"
   13664 msgstr "%s: %s:    "
   13665 
   13666 #: rescoff.c:199
   13667 msgid "Resources nest too deep"
   13668 msgstr "   "
   13669 
   13670 #: rescoff.c:202
   13671 msgid "directory"
   13672 msgstr ""
   13673 
   13674 #: rescoff.c:230
   13675 msgid "named directory entry"
   13676 msgstr "  "
   13677 
   13678 #: rescoff.c:239
   13679 msgid "directory entry name"
   13680 msgstr "  "
   13681 
   13682 #: rescoff.c:253
   13683 msgid "resource name"
   13684 msgstr " "
   13685 
   13686 #: rescoff.c:264
   13687 msgid "named subdirectory"
   13688 msgstr " "
   13689 
   13690 #: rescoff.c:272
   13691 msgid "named resource"
   13692 msgstr " "
   13693 
   13694 #: rescoff.c:287
   13695 msgid "ID directory entry"
   13696 msgstr " - "
   13697 
   13698 #: rescoff.c:304
   13699 msgid "ID subdirectory"
   13700 msgstr " "
   13701 
   13702 #: rescoff.c:312
   13703 msgid "ID resource"
   13704 msgstr " "
   13705 
   13706 #: rescoff.c:337
   13707 msgid "resource type unknown"
   13708 msgstr "  "
   13709 
   13710 #: rescoff.c:340
   13711 msgid "data entry"
   13712 msgstr " "
   13713 
   13714 #: rescoff.c:348
   13715 msgid "resource data"
   13716 msgstr " "
   13717 
   13718 #: rescoff.c:353
   13719 msgid "resource data size"
   13720 msgstr "  "
   13721 
   13722 #: rescoff.c:448
   13723 msgid "filename required for COFF output"
   13724 msgstr "      "
   13725 
   13726 #: rescoff.c:735
   13727 msgid "can't get BFD_RELOC_RVA relocation type"
   13728 msgstr "      BFD_RELOC_RVA"
   13729 
   13730 #: resrc.c:257 resrc.c:329
   13731 #, c-format
   13732 msgid "can't open temporary file `%s': %s"
   13733 msgstr "      %s: %s"
   13734 
   13735 #: resrc.c:263
   13736 #, c-format
   13737 msgid "can't redirect stdout: `%s': %s"
   13738 msgstr "     : %s: %s"
   13739 
   13740 #: resrc.c:325
   13741 #, c-format
   13742 msgid "can't execute `%s': %s"
   13743 msgstr "    %s: %s"
   13744 
   13745 #: resrc.c:334
   13746 #, c-format
   13747 msgid "Using temporary file `%s' to read preprocessor output\n"
   13748 msgstr "   %s    \n"
   13749 
   13750 #: resrc.c:341
   13751 #, c-format
   13752 msgid "can't popen `%s': %s"
   13753 msgstr "   _ %s: %s"
   13754 
   13755 #: resrc.c:343
   13756 #, c-format
   13757 msgid "Using popen to read preprocessor output\n"
   13758 msgstr " _    \n"
   13759 
   13760 #: resrc.c:405
   13761 #, c-format
   13762 msgid "Tried `%s'\n"
   13763 msgstr " %s\n"
   13764 
   13765 #: resrc.c:422
   13766 #, c-format
   13767 msgid "Using `%s'\n"
   13768 msgstr " %s\n"
   13769 
   13770 #: resrc.c:599
   13771 msgid "preprocessing failed."
   13772 msgstr "  ."
   13773 
   13774 #: resrc.c:630
   13775 #, c-format
   13776 msgid "%s: unexpected EOF"
   13777 msgstr "%s:   "
   13778 
   13779 #: resrc.c:679
   13780 #, c-format
   13781 msgid "%s: read of %lu returned %lu"
   13782 msgstr "%s:  %lu   %lu"
   13783 
   13784 #: resrc.c:718 resrc.c:1493
   13785 #, c-format
   13786 msgid "stat failed on bitmap file `%s': %s"
   13787 msgstr "       %s: %s"
   13788 
   13789 #: resrc.c:769
   13790 #, c-format
   13791 msgid "cursor file `%s' does not contain cursor data"
   13792 msgstr "  %s    "
   13793 
   13794 #: resrc.c:801 resrc.c:1201
   13795 #, c-format
   13796 msgid "%s: fseek to %lu failed: %s"
   13797 msgstr "%s:   _  %lu: %s"
   13798 
   13799 #: resrc.c:927
   13800 msgid "help ID requires DIALOGEX"
   13801 msgstr "    DIALOGEX"
   13802 
   13803 #: resrc.c:929
   13804 msgid "control data requires DIALOGEX"
   13805 msgstr "   DIALOGEX"
   13806 
   13807 #: resrc.c:957
   13808 #, c-format
   13809 msgid "stat failed on font file `%s': %s"
   13810 msgstr "       %s: %s"
   13811 
   13812 #: resrc.c:1170
   13813 #, c-format
   13814 msgid "icon file `%s' does not contain icon data"
   13815 msgstr "  %s    "
   13816 
   13817 #: resrc.c:1719 resrc.c:1754
   13818 #, c-format
   13819 msgid "stat failed on file `%s': %s"
   13820 msgstr "      %s: %s"
   13821 
   13822 #: resrc.c:1953
   13823 #, c-format
   13824 msgid "can't open `%s' for output: %s"
   13825 msgstr "    %s  : %s"
   13826 
   13827 #: size.c:89
   13828 #, c-format
   13829 msgid " Displays the sizes of sections inside binary files\n"
   13830 msgstr "      \n"
   13831 
   13832 #: size.c:90
   13833 #, c-format
   13834 msgid " If no input file(s) are specified, a.out is assumed\n"
   13835 msgstr "     ,   a.out\n"
   13836 
   13837 #: size.c:91
   13838 #, c-format
   13839 msgid ""
   13840 " The options are:\n"
   13841 "  -A|-B|-G  --format={sysv|berkeley|gnu}  Select output style (default is %s)\n"
   13842 "  -o|-d|-x  --radix={8|10|16}         Display numbers in octal, decimal or hex\n"
   13843 "  -t        --totals                  Display the total sizes (Berkeley only)\n"
   13844 "  -f                                  Ignored.\n"
   13845 "            --common                  Display total size for *COM* syms\n"
   13846 "            --target=<bfdname>        Set the binary file format\n"
   13847 "            @<file>                   Read options from <file>\n"
   13848 "  -h|-H|-?  --help                    Display this information\n"
   13849 "  -v|-V     --version                 Display the program's version\n"
   13850 "\n"
   13851 msgstr ""
   13852 "  :\n"
   13853 "  -A|-B|-G  --format={sysv|berkeley|gnu}     (  %s)\n"
   13854 "  -o|-d|-x  --radix={8|10|16}                ,   \n"
   13855 "  -t        --totals                         ( )\n"
   13856 " -f                                      .\\n\n"
   13857 "            --common                           *COM* \n"
   13858 "            --target=<>              \n"
   13859 "            @<>                      <>\n"
   13860 "  -h        --help                          \n"
   13861 "  -V        --version                       \n"
   13862 "\n"
   13863 
   13864 #: size.c:175
   13865 #, c-format
   13866 msgid "invalid argument to --format: %s"
   13867 msgstr "   --format: %s"
   13868 
   13869 #: size.c:202
   13870 #, c-format
   13871 msgid "Invalid radix: %s\n"
   13872 msgstr "  : %s\n"
   13873 
   13874 #: srconv.c:130
   13875 msgid "Checksum failure"
   13876 msgstr "  "
   13877 
   13878 #. FIXME: Return error status.
   13879 #: srconv.c:142
   13880 msgid "Failed to write checksum"
   13881 msgstr "     "
   13882 
   13883 #: srconv.c:182
   13884 #, c-format
   13885 msgid "Unsupported integer write size: %d"
   13886 msgstr "     %d"
   13887 
   13888 #. FIXME: Return error status.
   13889 #: srconv.c:268
   13890 msgid "Failed to write TR block"
   13891 msgstr "    TR "
   13892 
   13893 #: srconv.c:360
   13894 #, c-format
   13895 msgid "Unrecognized H8300 sub-architecture: %ld"
   13896 msgstr " H8300 -: %ld"
   13897 
   13898 #: srconv.c:378
   13899 #, c-format
   13900 msgid "Unsupported architecture: %d"
   13901 msgstr " : %d"
   13902 
   13903 #: srconv.c:832
   13904 #, c-format
   13905 msgid "Unrecognised type: %d"
   13906 msgstr " : %d"
   13907 
   13908 #: srconv.c:958
   13909 #, c-format
   13910 msgid "Unrecognised coff symbol type: %d"
   13911 msgstr "  coff : %d"
   13912 
   13913 #: srconv.c:1020 srconv.c:1120
   13914 #, c-format
   13915 msgid "Unrecognised coff symbol visibility: %d"
   13916 msgstr "  coff : %d"
   13917 
   13918 #: srconv.c:1046 srconv.c:1091
   13919 #, c-format
   13920 msgid "Unrecognised coff symbol location: %d"
   13921 msgstr "  coff : %d"
   13922 
   13923 #. FIXME: Return error status.
   13924 #: srconv.c:1425
   13925 msgid "Failed to write CS struct"
   13926 msgstr "    CS "
   13927 
   13928 #: srconv.c:1695
   13929 #, c-format
   13930 msgid "Convert a COFF object file into a SYSROFF object file\n"
   13931 msgstr "       \n"
   13932 
   13933 #: srconv.c:1696
   13934 #, c-format
   13935 msgid ""
   13936 " The options are:\n"
   13937 "  -q --quick       (Obsolete - ignored)\n"
   13938 "  -n --noprescan   Do not perform a scan to convert commons into defs\n"
   13939 "  -d --debug       Display information about what is being done\n"
   13940 "  @<file>          Read options from <file>\n"
   13941 "  -h --help        Display this information\n"
   13942 "  -v --version     Print the program's version number\n"
   13943 msgstr ""
   13944 "  :\n"
   13945 "  -q --quick       (  )\n"
   13946 "  -n --noprescan          \n"
   13947 "  -d --debug             \n"
   13948 "  @<>         <>\n"
   13949 "  -h --help          \n"
   13950 "  -V --version        \n"
   13951 
   13952 #: srconv.c:1785
   13953 msgid "input and output files must be different"
   13954 msgstr "       "
   13955 
   13956 #: srconv.c:1838
   13957 #, c-format
   13958 msgid "unable to open output file %s"
   13959 msgstr "      %s"
   13960 
   13961 #: stabs.c:344 stabs.c:1796
   13962 msgid "numeric overflow"
   13963 msgstr " "
   13964 
   13965 #: stabs.c:354
   13966 #, c-format
   13967 msgid "Bad stab: %s\n"
   13968 msgstr " : %s\n"
   13969 
   13970 #: stabs.c:362
   13971 #, c-format
   13972 msgid "Warning: %s: %s\n"
   13973 msgstr ": %s: %s\n"
   13974 
   13975 #: stabs.c:486
   13976 #, c-format
   13977 msgid "N_LBRAC not within function\n"
   13978 msgstr "N_LBRAC   \n"
   13979 
   13980 #: stabs.c:525
   13981 #, c-format
   13982 msgid "Too many N_RBRACs\n"
   13983 msgstr " N_RBRAC-\n"
   13984 
   13985 #: stabs.c:764
   13986 msgid "unknown C++ encoded name"
   13987 msgstr " ++  "
   13988 
   13989 #. Complain and keep going, so compilers can invent new
   13990 #. cross-reference types.
   13991 #: stabs.c:1325
   13992 msgid "unrecognized cross reference type"
   13993 msgstr "   "
   13994 
   13995 #. Does this actually ever happen?  Is that why we are worrying
   13996 #. about dealing with it rather than just calling error_type?
   13997 #: stabs.c:1888
   13998 msgid "missing index type"
   13999 msgstr "  "
   14000 
   14001 #: stabs.c:2239
   14002 msgid "unknown virtual character for baseclass"
   14003 msgstr "     "
   14004 
   14005 #: stabs.c:2260
   14006 msgid "unknown visibility character for baseclass"
   14007 msgstr "     "
   14008 
   14009 #: stabs.c:2471
   14010 msgid "unnamed $vb type"
   14011 msgstr "  $vb"
   14012 
   14013 #: stabs.c:2480
   14014 msgid "unrecognized C++ abbreviation"
   14015 msgstr " ++ "
   14016 
   14017 #: stabs.c:2565
   14018 msgid "unknown visibility character for field"
   14019 msgstr "    "
   14020 
   14021 #: stabs.c:2826
   14022 msgid "const/volatile indicator missing"
   14023 msgstr " / "
   14024 
   14025 #: stabs.c:3369
   14026 msgid "Undefined N_EXCL"
   14027 msgstr "  N_EXCL"
   14028 
   14029 #: stabs.c:3445
   14030 #, c-format
   14031 msgid "Type file number %d out of range\n"
   14032 msgstr "   %d   \n"
   14033 
   14034 #: stabs.c:3521
   14035 #, c-format
   14036 msgid "Unrecognized XCOFF type %d\n"
   14037 msgstr "   %d\n"
   14038 
   14039 #: stabs.c:3807
   14040 #, c-format
   14041 msgid "bad mangled name `%s'\n"
   14042 msgstr "   %s\n"
   14043 
   14044 #: stabs.c:3900
   14045 #, c-format
   14046 msgid "no argument types in mangled string\n"
   14047 msgstr "     \n"
   14048 
   14049 #: stabs.c:5240
   14050 #, c-format
   14051 msgid "Demangled name is not a function\n"
   14052 msgstr "   \n"
   14053 
   14054 #: stabs.c:5282
   14055 #, c-format
   14056 msgid "Unexpected type in v3 arglist demangling\n"
   14057 msgstr "   3   \n"
   14058 
   14059 #: stabs.c:5357
   14060 #, c-format
   14061 msgid "Unrecognized demangle component %d\n"
   14062 msgstr "   %d\n"
   14063 
   14064 #: stabs.c:5409
   14065 #, c-format
   14066 msgid "Failed to print demangled template\n"
   14067 msgstr "     \n"
   14068 
   14069 #: stabs.c:5489
   14070 #, c-format
   14071 msgid "Couldn't get demangled builtin type\n"
   14072 msgstr "      \n"
   14073 
   14074 #: stabs.c:5538
   14075 #, c-format
   14076 msgid "Unexpected demangled varargs\n"
   14077 msgstr "   \n"
   14078 
   14079 #: stabs.c:5545
   14080 #, c-format
   14081 msgid "Unrecognized demangled builtin type\n"
   14082 msgstr "   \n"
   14083 
   14084 #: strings.c:181
   14085 #, c-format
   14086 msgid "invalid integer argument %s"
   14087 msgstr "    %s"
   14088 
   14089 #: strings.c:186
   14090 #, c-format
   14091 msgid "minimum string length is too big: %s"
   14092 msgstr "    : %s"
   14093 
   14094 #: strings.c:189
   14095 #, c-format
   14096 msgid "minimum string length is too small: %s"
   14097 msgstr "    : %s"
   14098 
   14099 #: strings.c:193
   14100 #, c-format
   14101 msgid "minimum string length %s is too big"
   14102 msgstr "   %s  "
   14103 
   14104 #: strings.c:406
   14105 #, c-format
   14106 msgid "%s: Reading section %s failed: %s"
   14107 msgstr "%s:     %s: %s"
   14108 
   14109 #: strings.c:1331
   14110 #, c-format
   14111 msgid " Display printable strings in [file(s)] (stdin by default)\n"
   14112 msgstr "     [()] (  )\n"
   14113 
   14114 #: strings.c:1335
   14115 #, c-format
   14116 msgid ""
   14117 "  -a - --all                Scan the entire file, not just the data section [default]\n"
   14118 "  -d --data                 Only scan the data sections in the file\n"
   14119 msgstr ""
   14120 "  -a - --all                      ,     []\n"
   14121 "  -d --data                          \n"
   14122 
   14123 #: strings.c:1339
   14124 #, c-format
   14125 msgid ""
   14126 "  -a - --all                Scan the entire file, not just the data section\n"
   14127 "  -d --data                 Only scan the data sections in the file [default]\n"
   14128 msgstr ""
   14129 "  -a - --all                      ,    \n"
   14130 "  -d --data                           []\n"
   14131 
   14132 #: strings.c:1343
   14133 #, c-format
   14134 msgid ""
   14135 "  -f --print-file-name      Print the name of the file before each string\n"
   14136 "  -n <number>               Locate & print any sequence of at least <number>\n"
   14137 "    --bytes=<number>         displayable characters.  (The default is 4).\n"
   14138 "  -t --radix={o,d,x}        Print the location of the string in base 8, 10 or 16\n"
   14139 "  -w --include-all-whitespace Include all whitespace as valid string characters\n"
   14140 "  -o                        An alias for --radix=o\n"
   14141 "  -T --target=<BFDNAME>     Specify the binary file format\n"
   14142 "  -e --encoding={s,S,b,l,B,L} Select character size and endianness:\n"
   14143 "                            s = 7-bit, S = 8-bit, {b,l} = 16-bit, {B,L} = 32-bit\n"
   14144 "  --unicode={default|locale|invalid|hex|escape|highlight}\n"
   14145 "  -U {d|l|i|x|e|h}          Specify how to treat UTF-8 encoded unicode characters\n"
   14146 "  -s --output-separator=<string> String used to separate strings in output.\n"
   14147 "  @<file>                   Read options from <file>\n"
   14148 "  -h --help                 Display this information\n"
   14149 "  -v -V --version           Print the program's version number\n"
   14150 msgstr ""
   14151 "  -f --print-file-name               \n"
   14152 "  -n <>                            <>\n"
   14153 "    --bytes=<>               .  (  4).\n"
   14154 "  -t --radix={o,d,x}                 8, 10  16\n"
   14155 "  -w --include-all-whitespace         \n"
   14156 "  -o                              --radix=o\n"
   14157 "  -T --target=<>           \n"
   14158 "  -e --encoding={s,S,b,l,B,L}       :\n"
   14159 "                                s = 7-, S = 8-, {b,l} = 16-, {B,L} = 32-\n"
   14160 "  --unicode={default|show|invalid|hex|escape|highlight}\n"
   14161 "  -U {d|l|i|x|e|h}                    -8   \n"
   14162 "  -s --output-separator=<>       .\n"
   14163 "  @<>                      <>\n"
   14164 "  -h --help                       \n"
   14165 "  -v -V --version                  \n"
   14166 
   14167 #: sysdump.c:51
   14168 msgid "*undefined*"
   14169 msgstr "**"
   14170 
   14171 #. PR 28564
   14172 #: sysdump.c:57 sysdump.c:66
   14173 msgid "*corrupt*"
   14174 msgstr "**"
   14175 
   14176 #: sysdump.c:131
   14177 #, c-format
   14178 msgid "SUM IS %x\n"
   14179 msgstr "  %x\n"
   14180 
   14181 #. PR 17512: file: id:000001,src:000002,op:flip1,pos:45.
   14182 #. Prevent infinite loops re-reading beyond the end of the buffer.
   14183 #: sysdump.c:169
   14184 msgid "ICE: getINT: Out of buffer space"
   14185 msgstr "ICE: getINT:   "
   14186 
   14187 #: sysdump.c:194
   14188 #, c-format
   14189 msgid "Unsupported read size: %d"
   14190 msgstr "  : %d"
   14191 
   14192 #: sysdump.c:505
   14193 #, c-format
   14194 msgid "GOT A %x\n"
   14195 msgstr " %x\n"
   14196 
   14197 #: sysdump.c:523
   14198 #, c-format
   14199 msgid "WANTED %x!!\n"
   14200 msgstr "  %x!!\n"
   14201 
   14202 #: sysdump.c:541
   14203 msgid "SYMBOL INFO"
   14204 msgstr " "
   14205 
   14206 #: sysdump.c:559
   14207 msgid "DERIVED TYPE"
   14208 msgstr " "
   14209 
   14210 #: sysdump.c:616
   14211 msgid "MODULE***\n"
   14212 msgstr "***\n"
   14213 
   14214 #: sysdump.c:649
   14215 #, c-format
   14216 msgid "Print a human readable interpretation of a SYSROFF object file\n"
   14217 msgstr "      \n"
   14218 
   14219 #: sysdump.c:650
   14220 #, c-format
   14221 msgid ""
   14222 " The options are:\n"
   14223 "  -h --help        Display this information\n"
   14224 "  -v --version     Print the program's version number\n"
   14225 msgstr ""
   14226 "  :\n"
   14227 "  -h --help          \n"
   14228 "  -v --version        \n"
   14229 
   14230 #: sysdump.c:716
   14231 #, c-format
   14232 msgid "cannot open input file %s"
   14233 msgstr "      %s"
   14234 
   14235 #: unwind-ia64.c:180
   14236 #, c-format
   14237 msgid "Unknown code 0x%02x\n"
   14238 msgstr "  0x%02x\n"
   14239 
   14240 #. PR 18420.
   14241 #: unwind-ia64.c:366
   14242 #, c-format
   14243 msgid ""
   14244 "\n"
   14245 "ERROR: unwind length too long (0x%lx > 0x%lx)\n"
   14246 "\n"
   14247 msgstr ""
   14248 "\n"
   14249 ":     (0x%lx > 0x%lx)\n"
   14250 "\n"
   14251 
   14252 #: unwind-ia64.c:578
   14253 #, c-format
   14254 msgid "Bad uleb128\n"
   14255 msgstr " uleb128\n"
   14256 
   14257 #: unwind-ia64.c:592
   14258 #, c-format
   14259 msgid "\t<corrupt X1>\n"
   14260 msgstr "\t< X1>\n"
   14261 
   14262 #: unwind-ia64.c:616
   14263 #, c-format
   14264 msgid "\t<corrupt X2>\n"
   14265 msgstr "\t< X2>\n"
   14266 
   14267 #: unwind-ia64.c:642
   14268 #, c-format
   14269 msgid "\t<corrupt X3>\n"
   14270 msgstr "\t< X3>\n"
   14271 
   14272 #: unwind-ia64.c:670
   14273 #, c-format
   14274 msgid "\t<corrupt X4>\n"
   14275 msgstr "\t< X4>\n"
   14276 
   14277 #: unwind-ia64.c:712
   14278 #, c-format
   14279 msgid "\t<corrupt R2>\n"
   14280 msgstr "\t< R2>\n"
   14281 
   14282 #: unwind-ia64.c:758
   14283 #, c-format
   14284 msgid "\t<corrupt P2>\n"
   14285 msgstr "\t< P2>\n"
   14286 
   14287 #: unwind-ia64.c:773
   14288 #, c-format
   14289 msgid "\t<corrupt P3>\n"
   14290 msgstr "\t< P3>\n"
   14291 
   14292 #: unwind-ia64.c:832
   14293 #, c-format
   14294 msgid "\t<corrupt P5>\n"
   14295 msgstr "\t< P5>\n"
   14296 
   14297 #: unwind-ia64.c:939
   14298 #, c-format
   14299 msgid "\t<corrupt P8>\n"
   14300 msgstr "\t< P8>\n"
   14301 
   14302 #: unwind-ia64.c:1014
   14303 #, c-format
   14304 msgid "\t<corrupt P9>\n"
   14305 msgstr "\t< P9>\n"
   14306 
   14307 #: unwind-ia64.c:1026
   14308 #, c-format
   14309 msgid "\t<corrupt P10>\n"
   14310 msgstr "\t< P10>\n"
   14311 
   14312 #: unwind-ia64.c:1157
   14313 #, c-format
   14314 msgid "\t<corrupt IA64 descriptor>\n"
   14315 msgstr "\t< IA64 >\n"
   14316 
   14317 #: version.c:34
   14318 #, c-format
   14319 msgid "Copyright (C) 2025 Free Software Foundation, Inc.\n"
   14320 msgstr "   2025.   , .\n"
   14321 
   14322 #: version.c:35
   14323 #, c-format
   14324 msgid ""
   14325 "This program is free software; you may redistribute it under the terms of\n"
   14326 "the GNU General Public License version 3 or (at your option) any later version.\n"
   14327 "This program has absolutely no warranty.\n"
   14328 msgstr ""
   14329 "    ;      \n"
   14330 "     3  (  )  \n"
   14331 " .     .\n"
   14332 
   14333 #: windmc.c:189
   14334 #, c-format
   14335 msgid "can't create %s file `%s' for output.\n"
   14336 msgstr "    %s  %s  .\n"
   14337 
   14338 #: windmc.c:197
   14339 #, c-format
   14340 msgid "Usage: %s [option(s)] [input-file]\n"
   14341 msgstr ": %s [()] [_]\n"
   14342 
   14343 #: windmc.c:199
   14344 #, c-format
   14345 msgid ""
   14346 " The options are:\n"
   14347 "  -a --ascii_in                Read input file as ASCII file\n"
   14348 "  -A --ascii_out               Write binary messages as ASCII\n"
   14349 "  -b --binprefix               .bin filename is prefixed by .mc filename_ for uniqueness.\n"
   14350 "  -c --customflag              Set custom flags for messages\n"
   14351 "  -C --codepage_in=<val>       Set codepage when reading mc text file\n"
   14352 "  -d --decimal_values          Print values to text files decimal\n"
   14353 "  -e --extension=<extension>   Set header extension used on export header file\n"
   14354 "  -F --target <target>         Specify output target for endianness.\n"
   14355 "  -h --headerdir=<directory>   Set the export directory for headers\n"
   14356 "  -u --unicode_in              Read input file as UTF16 file\n"
   14357 "  -U --unicode_out             Write binary messages as UFT16\n"
   14358 "  -m --maxlength=<val>         Set the maximal allowed message length\n"
   14359 "  -n --nullterminate           Automatic add a zero termination to strings\n"
   14360 "  -o --hresult_use             Use HRESULT definition instead of status code definition\n"
   14361 "  -O --codepage_out=<val>      Set codepage used for writing text file\n"
   14362 "  -r --rcdir=<directory>       Set the export directory for rc files\n"
   14363 "  -x --xdbg=<directory>        Where to create the .dbg C include file\n"
   14364 "                               that maps message ID's to their symbolic name.\n"
   14365 msgstr ""
   14366 "  :\n"
   14367 "  -a --ascii_in                      \n"
   14368 "  -A --ascii_out                     \n"
   14369 "  -b --binprefix                   .bin    .mc filename_  .\n"
   14370 "  -c --customflag                    \n"
   14371 "  -C --codepage_in=<>           \n"
   14372 "  -d --decimal_values                 \n"
   14373 "  -e --extension=<>            \n"
   14374 "  -F --target <>                  (  ).\n"
   14375 "  -h --headerdir=<>      \n"
   14376 "  -u --unicode_in                    16\n"
   14377 "  -U --unicode_out                   16\n"
   14378 "  -m --maxlength=<>          \n"
   14379 "  -n --nullterminate                 \n"
   14380 "  -o --hresult_use                     \n"
   14381 "  -O --codepage_out=<>          \n"
   14382 "  -r --rcdir=<>           \n"
   14383 "  -x --xdbg=<>          .dbg C   \n"
   14384 "                                  -     .\n"
   14385 
   14386 #: windmc.c:219
   14387 #, c-format
   14388 msgid ""
   14389 "  -H --help                    Print this help message\n"
   14390 "  -v --verbose                 Verbose - tells you what it's doing\n"
   14391 "  -V --version                 Print version information\n"
   14392 msgstr ""
   14393 "  -H --help                         \n"
   14394 "  -v --verbose                        \n"
   14395 "  -V --version                      \n"
   14396 
   14397 #: windmc.c:260 windres.c:404
   14398 #, c-format
   14399 msgid "%s: warning: "
   14400 msgstr "%s: : "
   14401 
   14402 #: windmc.c:261
   14403 #, c-format
   14404 msgid "A codepage was specified switch `%s' and UTF16.\n"
   14405 msgstr "     %s  16.\n"
   14406 
   14407 #: windmc.c:262
   14408 #, c-format
   14409 msgid "\tcodepage settings are ignored.\n"
   14410 msgstr "\t    .\n"
   14411 
   14412 #: windmc.c:306
   14413 msgid "try to add a ill language."
   14414 msgstr "    ."
   14415 
   14416 #: windmc.c:1115
   14417 #, c-format
   14418 msgid "unable to open file `%s' for input.\n"
   14419 msgstr "     %s  .\n"
   14420 
   14421 #: windmc.c:1123
   14422 #, c-format
   14423 msgid "unable to read contents of %s"
   14424 msgstr "     %s"
   14425 
   14426 #: windmc.c:1135
   14427 msgid "input file does not seems to be UFT16.\n"
   14428 msgstr "      16.\n"
   14429 
   14430 #: windres.c:214
   14431 #, c-format
   14432 msgid "can't open %s `%s': %s"
   14433 msgstr "    %s %s: %s"
   14434 
   14435 #: windres.c:383
   14436 #, c-format
   14437 msgid ": expected to be a directory\n"
   14438 msgstr ":  \n"
   14439 
   14440 #: windres.c:395
   14441 #, c-format
   14442 msgid ": expected to be a leaf\n"
   14443 msgstr ":  \n"
   14444 
   14445 #: windres.c:406
   14446 #, c-format
   14447 msgid ": duplicate value\n"
   14448 msgstr ":  \n"
   14449 
   14450 #: windres.c:558
   14451 #, c-format
   14452 msgid "unknown format type `%s'"
   14453 msgstr "   %s"
   14454 
   14455 #: windres.c:559
   14456 #, c-format
   14457 msgid "%s: supported formats:"
   14458 msgstr "%s:  :"
   14459 
   14460 #. Otherwise, we give up.
   14461 #: windres.c:642
   14462 #, c-format
   14463 msgid "can not determine type of file `%s'; use the -J option"
   14464 msgstr "      %s;   -J"
   14465 
   14466 #: windres.c:654
   14467 #, c-format
   14468 msgid "Usage: %s [option(s)] [input-file] [output-file]\n"
   14469 msgstr ": %s [()] [_] [_]\n"
   14470 
   14471 #: windres.c:656
   14472 #, c-format
   14473 msgid ""
   14474 " The options are:\n"
   14475 "  -i --input=<file>            Name input file\n"
   14476 "  -o --output=<file>           Name output file\n"
   14477 "  -J --input-format=<format>   Specify input format\n"
   14478 "  -O --output-format=<format>  Specify output format\n"
   14479 "  -F --target=<target>         Specify COFF target\n"
   14480 "     --preprocessor=<program>  Program to use to preprocess rc file\n"
   14481 "     --preprocessor-arg=<arg>  Additional preprocessor argument\n"
   14482 "  -I --include-dir=<dir>       Include directory when preprocessing rc file\n"
   14483 "  -D --define <sym>[=<val>]    Define SYM when preprocessing rc file\n"
   14484 "  -U --undefine <sym>          Undefine SYM when preprocessing rc file\n"
   14485 "  -v --verbose                 Verbose - tells you what it's doing\n"
   14486 "  -c --codepage=<codepage>     Specify default codepage\n"
   14487 "  -l --language=<val>          Set language when reading rc file\n"
   14488 "     --use-temp-file           Use a temporary file instead of popen to read\n"
   14489 "                               the preprocessor output\n"
   14490 "     --no-use-temp-file        Use popen (default)\n"
   14491 msgstr ""
   14492 "  :\n"
   14493 "  -i --input=<>                 \n"
   14494 "  -o --output=<>                \n"
   14495 "  -J --input-format=<>            \n"
   14496 "  -O --output-format=<>           \n"
   14497 "  -F --target=<>                  COFF \n"
   14498 "     --preprocessor=<>            \n"
   14499 "     --preprocessor-arg=<>          \n"
   14500 "  -I --include-dir=<>                   \n"
   14501 "  -D --define <>[=<>]        \n"
   14502 "  -U --undefine <>                   \n"
   14503 "  -v --verbose                            \n"
   14504 "  -c --codepage=<>         \n"
   14505 "  -l --language=<>                \n"
   14506 "     --use-temp-file                     popen \n"
   14507 "                                       \n"
   14508 "     --no-use-temp-file               popen ()\n"
   14509 
   14510 #: windres.c:674
   14511 #, c-format
   14512 msgid "     --yydebug                 Turn on parser debugging\n"
   14513 msgstr "     --yydebug                         \n"
   14514 
   14515 #: windres.c:677
   14516 #, c-format
   14517 msgid ""
   14518 "  -r                           Ignored for compatibility with rc\n"
   14519 "  @<file>                      Read options from <file>\n"
   14520 "  -h --help                    Print this help message\n"
   14521 "  -V --version                 Print version information\n"
   14522 msgstr ""
   14523 "  -r                                     -\n"
   14524 "  @<>                           <>\n"
   14525 "  -h --help                             \n"
   14526 "  -V --version                          \n"
   14527 
   14528 #: windres.c:682
   14529 #, c-format
   14530 msgid ""
   14531 "FORMAT is one of rc, res, or coff, and is deduced from the file name\n"
   14532 "extension if not specified.  A single file name is an input file.\n"
   14533 "No input-file is stdin, default rc.  No output-file is stdout, default rc.\n"
   14534 msgstr ""
   14535 "  rc, res  coff,      \n"
   14536 "   .       .\n"
   14537 "    ,   rc.      ,   rc.\n"
   14538 
   14539 #: windres.c:845
   14540 msgid "invalid codepage specified.\n"
   14541 msgstr "    .\n"
   14542 
   14543 #: windres.c:860
   14544 msgid "invalid option -f\n"
   14545 msgstr "  -f\n"
   14546 
   14547 #: windres.c:865
   14548 msgid "No filename following the -fo option.\n"
   14549 msgstr "     -fo.\n"
   14550 
   14551 #: windres.c:957
   14552 #, c-format
   14553 msgid "Option -I is deprecated for setting the input format, please use -J instead.\n"
   14554 msgstr " -I      ,  -J  .\n"
   14555 
   14556 #: windres.c:1070
   14557 msgid "no resources"
   14558 msgstr " "
   14559 
   14560 #: wrstabs.c:336 wrstabs.c:1909
   14561 #, c-format
   14562 msgid "string_hash_lookup failed: %s"
   14563 msgstr "  string_hash_lookup: %s"
   14564 
   14565 #: wrstabs.c:660
   14566 #, c-format
   14567 msgid "stab_int_type: bad size %u"
   14568 msgstr "stab_int_type:   %u"
   14569 
   14570 #: wrstabs.c:1382
   14571 #, c-format
   14572 msgid "%s: warning: unknown size for field `%s' in struct"
   14573 msgstr "%s: :     %s  "
   14574 
   14575 #~ msgid "unable to construct path for supplementary debug file\n"
   14576 #~ msgstr "        \n"
   14577 
   14578 #~ msgid "out of memory constructing filename for .debug_sup link\n"
   14579 #~ msgstr "        .debug_sup \n"
   14580 
   14581 #, c-format
   14582 #~ msgid "Minor Image Version:\t\t%d\n"
   14583 #~ msgstr "  :\t\t%d\n"
   14584 
   14585 #, c-format
   14586 #~ msgid "Major Subsystem Version:\t%d\n"
   14587 #~ msgstr "  :\t%d\n"
   14588 
   14589 #, c-format
   14590 #~ msgid " at offset %#<PRIx64> contains 1 entry which relocates 1 location:\n"
   14591 #~ msgstr "   %#<PRIx64>  1    1 :\n"
   14592 
   14593 #, c-format
   14594 #~ msgid "Invalid tag index %#lx encountered"
   14595 #~ msgstr "     %#lx"
   14596 
   14597 #, c-format
   14598 #~ msgid "Invalid enum symbol index %u encountered"
   14599 #~ msgstr "      %u"
   14600 
   14601 #~ msgid ".debug_abbrev section not zero terminated\n"
   14602 #~ msgstr " .debug_abbrev   \n"
   14603 
   14604 #, c-format
   14605 #~ msgid "%c(index: 0x%s): %s"
   14606 #~ msgstr "%c(: 0x%s): %s"
   14607 
   14608 #, c-format
   14609 #~ msgid "(Unknown: %s)"
   14610 #~ msgstr "(: %s)"
   14611 
   14612 #, c-format
   14613 #~ msgid "%s: Corrupt entry count - expected %s but none found\n"
   14614 #~ msgstr "%s:      %s    \n"
   14615 
   14616 #, c-format
   14617 #~ msgid "  Set ISA to %s\n"
   14618 #~ msgstr "     %s\n"
   14619 
   14620 #, c-format
   14621 #~ msgid "corrupt file index %u encountered\n"
   14622 #~ msgstr "     %u encountered\n"
   14623 
   14624 #, c-format
   14625 #~ msgid "No debug information available for loclists lists of entry: %u\n"
   14626 #~ msgstr "        : %u\n"
   14627 
   14628 #, fuzzy, c-format
   14629 #~| msgid "The %s section contains corrupt or unsupported version number: %d.\n"
   14630 #~ msgid "The %s section contains a corrupt or unsupported version number: %d.\n"
   14631 #~ msgstr " %s      : %d.\n"
   14632 
   14633 #, fuzzy, c-format
   14634 #~| msgid ""
   14635 #~| "The %s section contains link(s) to dwo file(s):\n"
   14636 #~| "\n"
   14637 #~ msgid "The %s section contains a table without offset\n"
   14638 #~ msgstr ""
   14639 #~ " %s    dwo :\n"
   14640 #~ "\n"
   14641 
   14642 #, fuzzy, c-format
   14643 #~| msgid "  [%3d] 0x%s"
   14644 #~ msgid "    [%6u] 0x%s\n"
   14645 #~ msgstr "  [%3d] 0x%s"
   14646 
   14647 #, fuzzy, c-format
   14648 #~| msgid "  Offset table\n"
   14649 #~ msgid "   Offset Entry %u\n"
   14650 #~ msgstr "   \n"
   14651 
   14652 #, fuzzy, c-format
   14653 #~| msgid "<End of list>\n"
   14654 #~ msgid ""
   14655 #~ "<End of list>\n"
   14656 #~ "\n"
   14657 #~ msgstr "< >\n"
   14658 
   14659 #, fuzzy, c-format
   14660 #~| msgid "Location lists in %s section start at 0x%s\n"
   14661 #~ msgid "Location lists in %s section start at 0x%s rather than 0x%s\n"
   14662 #~ msgstr "    %s   0x%s\n"
   14663 
   14664 #~ msgid "(start == end)"
   14665 #~ msgstr "( == )"
   14666 
   14667 #~ msgid "(start > end)"
   14668 #~ msgstr "( > )"
   14669 
   14670 #, fuzzy, c-format
   14671 #~| msgid "   Type Offset:   0x%s\n"
   14672 #~ msgid ""
   14673 #~ "\n"
   14674 #~ "  Offset: %lx, Index: 0x%s\n"
   14675 #~ msgstr "    :        0x%s\n"
   14676 
   14677 #, c-format
   14678 #~ msgid "  DW_CFA_def_cfa_expression: <corrupt len %lu>\n"
   14679 #~ msgstr "  DW_CFA_def_cfa_expression: <  %lu>\n"
   14680 
   14681 #, c-format
   14682 #~ msgid "[%3u] 0x%lx\n"
   14683 #~ msgstr "[%3u] 0x%lx\n"
   14684 
   14685 #, c-format
   14686 #~ msgid "[%3u] 0x%lx - 0x%lx\n"
   14687 #~ msgstr "[%3u] 0x%lx  0x%lx\n"
   14688 
   14689 #, c-format
   14690 #~ msgid "[%3u] 0x%lx 0x%lx "
   14691 #~ msgstr "[%3u] 0x%lx 0x%lx "
   14692 
   14693 #, c-format
   14694 #~ msgid "%lu\n"
   14695 #~ msgstr "%lu\n"
   14696 
   14697 #~ msgid "Internal error: out of space in the shndx pool.\n"
   14698 #~ msgstr " :     shndx .\n"
   14699 
   14700 #, c-format
   14701 #~ msgid "  [%3d] 0x%s"
   14702 #~ msgstr "  [%3d] 0x%s"
   14703 
   14704 #~ msgid "Out of memory"
   14705 #~ msgstr "  "
   14706 
   14707 #~ msgid "warning: note section is empty"
   14708 #~ msgstr ":    "
   14709 
   14710 #, c-format
   14711 #~ msgid "error: symbol table size (%#lx) is larger than filesize (%#lx)"
   14712 #~ msgstr ":    (%#lx)      (%#lx)"
   14713 
   14714 #, c-format
   14715 #~ msgid "Warning: textsize (%#lx) + datasize (%#lx) overflows size type\n"
   14716 #~ msgstr ":   (%#lx) +   (%#lx)   \n"
   14717 
   14718 #, c-format
   14719 #~ msgid "Warning: textsize (%#lx) + datasize (%#lx) + bootloadersize (%#lx) overflows size type\n"
   14720 #~ msgstr ":   (%#lx) +   (%#lx) +    (%#lx)   \n"
   14721 
   14722 #, c-format
   14723 #~ msgid "Warning: datatsize (%#lx) + bssssize (%#lx) overflows size type\n"
   14724 #~ msgstr ":   (%#lx) +   (%#lx)   \n"
   14725 
   14726 #, c-format
   14727 #~ msgid "Warning: datasize (%#lx) + bsssize (%#lx) + noinitsize (%#lx) overflows size type\n"
   14728 #~ msgstr ":   (%#lx) +   (%#lx) +    (%#lx)   \n"
   14729 
   14730 #, c-format
   14731 #~ msgid "Excessively large slot index: %lx"
   14732 #~ msgstr "   : %lx"
   14733 
   14734 #, c-format
   14735 #~ msgid "Size truncation prevents reading %s elements of size %s for %s\n"
   14736 #~ msgstr "    %s   %s  %s\n"
   14737 
   14738 #, c-format
   14739 #~ msgid "  %lu offset\n"
   14740 #~ msgid_plural "  %lu offsets\n"
   14741 #~ msgstr[0] "  %lu \n"
   14742 #~ msgstr[1] "  %lu \n"
   14743 #~ msgstr[2] "  %lu \n"
   14744 
   14745 #, c-format
   14746 #~ msgid "<corrupt: %s>"
   14747 #~ msgstr "<: %s>"
   14748 
   14749 #, c-format
   14750 #~ msgid "Size truncation prevents reading %s elements of size %u\n"
   14751 #~ msgstr "    %s   %u\n"
   14752 
   14753 #, c-format
   14754 #~ msgid "Out of memory allocating space for %s dynamic entries\n"
   14755 #~ msgstr "        %s  \n"
   14756 
   14757 #, c-format
   14758 #~ msgid "bad section index[%3d]"
   14759 #~ msgstr "  [%3d]"
   14760 
   14761 #, c-format
   14762 #~ msgid "MSP430 SYM_DIFF reloc contains invalid symbol index %lu\n"
   14763 #~ msgstr "MSP430 SYM_DIFF      %lu\n"
   14764 
   14765 #, c-format
   14766 #~ msgid "MN10300_SYM_DIFF reloc contains invalid symbol index %lu\n"
   14767 #~ msgstr "MN10300_SYM_DIFF      %lu\n"
   14768 
   14769 #, c-format
   14770 #~ msgid "MN10300 reloc contains invalid symbol index %lu\n"
   14771 #~ msgstr "MN10300      %lu\n"
   14772 
   14773 #, c-format
   14774 #~ msgid "RL78_SYM reloc contains invalid symbol index %lu\n"
   14775 #~ msgstr "RL78_SYM      %lu\n"
   14776 
   14777 #, c-format
   14778 #~ msgid "  Note: This section has relocations against it, but these have NOT been applied to this dump.\n"
   14779 #~ msgstr "  :      ,       .\n"
   14780 
   14781 #, c-format
   14782 #~ msgid "%u\n"
   14783 #~ msgstr "%u\n"
   14784 
   14785 #, c-format
   14786 #~ msgid "    Cannot decode 64-bit note in 32-bit build\n"
   14787 #~ msgstr "        64-   32- \n"
   14788 
   14789 #~ msgid ""
   14790 #~ "This instance of readelf has been built without support for a\n"
   14791 #~ "64 bit data type and so it cannot read 64 bit ELF files.\n"
   14792 #~ msgstr ""
   14793 #~ "  readelf-      64-\n"
   14794 #~ "        64-  .\n"
   14795 
   14796 #, c-format
   14797 #~ msgid "Type index number %d out of range\n"
   14798 #~ msgstr "   %d   \n"
   14799 
   14800 #~ msgid "Expected offset size of 8 but given %s"
   14801 #~ msgstr "    8    %s"
   14802 
   14803 #~ msgid "Expected offset size of 4 but given %s"
   14804 #~ msgstr "    4    %s"
   14805 
   14806 #~ msgid "index table size too large for section %s vs %s\n"
   14807 #~ msgstr "       %s  %s\n"
   14808 
   14809 #~ msgid "index table size %s is too small\n"
   14810 #~ msgstr "   %s  \n"
   14811 
   14812 #~ msgid "<table too small>"
   14813 #~ msgstr "<  >"
   14814 
   14815 #~ msgid "DW_FORM_GNU_str_index offset too big: 0x%s vs 0x%s\n"
   14816 #~ msgstr " DW_FORM_GNU_str_index  : 0%s  %s\n"
   14817 
   14818 #~ msgid "<index offset is too big>"
   14819 #~ msgstr "<   >"
   14820 
   14821 #~ msgid "DW_FORM_GNU_str_index indirect offset too big: 0x%s\n"
   14822 #~ msgstr "  DW_FORM_GNU_str_index  : 0%s\n"
   14823 
   14824 #~ msgid "%c(addr_index: 0x%s): %s"
   14825 #~ msgstr "%c(_: 0x%s): %s"
   14826 
   14827 #~ msgid "The %s section contains unsupported offset entry count: %d.\n"
   14828 #~ msgstr " %s     : %d.\n"
   14829 
   14830 #~ msgid "The %s section contains unsupported offset entry count: %u.\n"
   14831 #~ msgstr " %s     : %u.\n"
   14832 
   14833 #~ msgid "TU offset (%x) is less than CU offset (%x)\n"
   14834 #~ msgstr "  (%x)      (%x)\n"
   14835 
   14836 #~ msgid "Address table offset (%x) is less than TU offset (%x)\n"
   14837 #~ msgstr "   (%x)      (%x)\n"
   14838 
   14839 #~ msgid "Symbol table offset (%x) is less then Address table offset (%x)\n"
   14840 #~ msgstr "   (%x)       (%x)\n"
   14841 
   14842 #~ msgid "Constant pool offset (%x) is less than symbol table offset (%x)\n"
   14843 #~ msgstr "   (%x)       (%x)\n"
   14844 
   14845 #~ msgid "Address table extends beyond end of section.\n"
   14846 #~ msgstr "    .\n"
   14847 
   14848 #~ msgid ""
   14849 #~ "  -U {d|s|i|x|e|h}       Specify how to treat UTF-8 encoded unicode characters\n"
   14850 #~ "      --unicode={default|show|invalid|hex|escape|highlight}\n"
   14851 #~ msgstr ""
   14852 #~ "  -U {d|s|i|x|e|h}            -8   \n"
   14853 #~ "      --unicode={default|show|invalid|hex|escape|highlight}\n"
   14854 
   14855 #~ msgid "There is a hole [0x%lx - 0x%lx] in .debug_loc section.\n"
   14856 #~ msgstr "  [0x%lx  0x%lx]   .debug_loc.\n"
   14857 
   14858 #~ msgid "There is an overlap [0x%lx - 0x%lx] in .debug_loc section.\n"
   14859 #~ msgstr "  [0x%lx  0x%lx]   .debug_loc.\n"
   14860 
   14861 #~ msgid ""
   14862 #~ " The options are:\n"
   14863 #~ "  -a, --debug-syms       Display debugger-only symbols\n"
   14864 #~ "  -A, --print-file-name  Print name of the input file before every symbol\n"
   14865 #~ "  -B                     Same as --format=bsd\n"
   14866 #~ "  -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n"
   14867 #~ "                          The STYLE, if specified, can be `auto' (the default),\n"
   14868 #~ "                          `gnu', `lucid', `arm', `hp', `edg', `gnu-v3', `java'\n"
   14869 #~ "                          or `gnat'\n"
   14870 #~ "      --no-demangle      Do not demangle low-level symbol names\n"
   14871 #~ "      --recurse-limit    Enable a demangling recursion limit.  This is the default.\n"
   14872 #~ "      --no-recurse-limit Disable a demangling recursion limit.\n"
   14873 #~ "  -D, --dynamic          Display dynamic symbols instead of normal symbols\n"
   14874 #~ "      --defined-only     Display only defined symbols\n"
   14875 #~ "  -e                     (ignored)\n"
   14876 #~ "  -f, --format=FORMAT    Use the output format FORMAT.  FORMAT can be `bsd',\n"
   14877 #~ "                           `sysv', `posix' or 'just-symbols'.  The default is `bsd'\n"
   14878 #~ "  -g, --extern-only      Display only external symbols\n"
   14879 #~ "    --ifunc-chars=CHARS  Characters to use when displaying ifunc symbols\n"
   14880 #~ "  -j, --just-symbols     Same as --format=just-symbols\n"
   14881 #~ "  -l, --line-numbers     Use debugging information to find a filename and\n"
   14882 #~ "                           line number for each symbol\n"
   14883 #~ "  -n, --numeric-sort     Sort symbols numerically by address\n"
   14884 #~ "  -o                     Same as -A\n"
   14885 #~ "  -p, --no-sort          Do not sort the symbols\n"
   14886 #~ "  -P, --portability      Same as --format=posix\n"
   14887 #~ "  -r, --reverse-sort     Reverse the sense of the sort\n"
   14888 #~ msgstr ""
   14889 #~ " :\n"
   14890 #~ "  -a, --debug-syms          \n"
   14891 #~ "  -A, --print-file-name        \n"
   14892 #~ "  -B                       --format=\n"
   14893 #~ "  -C, --demangle[=]          \n"
   14894 #~ "                         ,   ,   auto (), gnu,\n"
   14895 #~ "                         lucid, arm, hp, edg gnu-v3, java  gnat\n"
   14896 #~ "      --no-demangle           \n"
   14897 #~ "      --recurse-limit       .    .\n"
   14898 #~ "      --no-recurse-limit    .\n"
   14899 #~ "  -D, --dynamic              \n"
   14900 #~ "      --defined-only        \n"
   14901 #~ "  -e                     ()\n"
   14902 #~ "  -f, --format=        .     bsd,\n"
   14903 #~ "                         sysv  posix.    bsd\n"
   14904 #~ "  -g, --extern-only         \n"
   14905 #~ "    --ifunc-chars=       ifunc \n"
   14906 #~ "  -j, --just-symbols       --format=just-symbols\n"
   14907 #~ "  -l, --line-numbers           \n"
   14908 #~ "                              \n"
   14909 #~ "  -n, --numeric-sort         \n"
   14910 #~ "  -o                       -A\n"
   14911 #~ "  -p, --no-sort            \n"
   14912 #~ "  -P, --portability        --format=\n"
   14913 #~ "  -r, --reverse-sort       \n"
   14914 
   14915 #~ msgid ""
   14916 #~ "  -S, --print-size       Print size of defined symbols\n"
   14917 #~ "  -s, --print-armap      Include index for symbols from archive members\n"
   14918 #~ "      --quiet            Suppress \"no symbols\" diagnostic\n"
   14919 #~ "      --size-sort        Sort symbols by size\n"
   14920 #~ "      --special-syms     Include special symbols in the output\n"
   14921 #~ "      --synthetic        Display synthetic symbols as well\n"
   14922 #~ "  -t, --radix=RADIX      Use RADIX for printing symbol values\n"
   14923 #~ "      --target=BFDNAME   Specify the target object format as BFDNAME\n"
   14924 #~ "  -u, --undefined-only   Display only undefined symbols\n"
   14925 #~ "      --with-symbol-versions  Display version strings after symbol names\n"
   14926 #~ "  -X 32_64               (ignored)\n"
   14927 #~ "  @FILE                  Read options from FILE\n"
   14928 #~ "  -h, --help             Display this information\n"
   14929 #~ "  -V, --version          Display this program's version number\n"
   14930 #~ "\n"
   14931 #~ msgstr ""
   14932 #~ "  -S, --print-size               \n"
   14933 #~ "  -s, --print-armap                 \n"
   14934 #~ "      --quiet                    \n"
   14935 #~ "      --size-sort                \n"
   14936 #~ "      --special-syms              \n"
   14937 #~ "      --synthetic                 \n"
   14938 #~ "  -t, --radix=               \n"
   14939 #~ "      --target=             \n"
   14940 #~ "  -u, --undefined-only           \n"
   14941 #~ "      --with-symbol-versions       \n"
   14942 #~ "  -X 32_64                    ()\n"
   14943 #~ "  @                      \n"
   14944 #~ "  -h, --help                    \n"
   14945 #~ "  -V, --version                  \n"
   14946 #~ "\n"
   14947 
   14948 #~ msgid ""
   14949 #~ "  -C, --demangle[=STYLE]         Decode mangled/processed symbol names\n"
   14950 #~ "                                  The STYLE, if specified, can be `auto', `gnu',\n"
   14951 #~ "                                  `lucid', `arm', `hp', `edg', `gnu-v3', `java'\n"
   14952 #~ "                                  or `gnat'\n"
   14953 #~ msgstr ""
   14954 #~ "  -C, --demangle[=]           /  \n"
   14955 #~ "                                 ,   ,   auto, gnu,\n"
   14956 #~ "                                 lucid, arm, hp, edg, gnu-v3, java\n"
   14957 #~ "                                  gnat\n"
   14958 
   14959 #~ msgid ""
   14960 #~ "  -C --demangle[=STYLE]  Decode low-level symbol names into user-level names\n"
   14961 #~ "                          The STYLE, if specified, can be `auto' (the default),\n"
   14962 #~ "                          `gnu', `lucid', `arm', `hp', `edg', `gnu-v3', `java'\n"
   14963 #~ "                          or `gnat'\n"
   14964 #~ msgstr ""
   14965 #~ "  -C --demangle[=]           \n"
   14966 #~ "                          ,   ,   auto (),\n"
   14967 #~ "                          gnu, lucid, arm, hp, edg, gnu-v3, java\n"
   14968 #~ "                           gnat\n"
   14969 
   14970 #~ msgid ""
   14971 #~ "\n"
   14972 #~ "In linked file '%s' the dynamic section at offset 0x%lx contains 1 entry:\n"
   14973 #~ msgstr ""
   14974 #~ "\n"
   14975 #~ "   %s     0x%lx  1 :\n"
   14976 
   14977 #~ msgid ""
   14978 #~ "\n"
   14979 #~ "Dynamic section at offset 0x%lx contains 1 entry:\n"
   14980 #~ msgstr ""
   14981 #~ "\n"
   14982 #~ "    0x%lx  1 :\n"
   14983 
   14984 #~ msgid "No CTF parent section named %s\n"
   14985 #~ msgstr " CTF     %s\n"
   14986 
   14987 #~ msgid "CTF parent"
   14988 #~ msgstr "CTF "
   14989 
   14990 #~ msgid "NT_MEMTAG (memory tags)"
   14991 #~ msgstr "NT_MEMTAG ( )"
   14992 
   14993 #~ msgid "%s: Can't allocate memory for temp name (%s)\n"
   14994 #~ msgstr "%s:         (%s)\n"
   14995 
   14996 #~ msgid "DW_FORM_data8 is unsupported when sizeof (dwarf_vma) != 8\n"
   14997 #~ msgstr "DW_FORM_data8     sizeof (dwarf_vma) != 8\n"
   14998 
   14999 #~ msgid "Line length %s extends beyond end of section\n"
   15000 #~ msgstr "  %s   \n"
   15001 
   15002 #~ msgid "Only GNU extension to DWARF 4 or 5 of %s is currently supported.\n"
   15003 #~ msgstr "     4  5  %s   .\n"
   15004 
   15005 #~ msgid "Corrupt CFA_def expression value: %lu\n"
   15006 #~ msgstr "  CFA_def : %lu\n"
   15007 
   15008 #~ msgid "Corrupt CFA expression value: %lu\n"
   15009 #~ msgstr "  CFA : %lu\n"
   15010 
   15011 #~ msgid "Signature (%p) extends beyond end of space in section\n"
   15012 #~ msgstr " (%p)     \n"
   15013 
   15014 #~ msgid "Row index (%u) * num columns (%u) > space remaining in section\n"
   15015 #~ msgstr "  (%u) *   (%u) >    \n"
   15016 
   15017 #~ msgid ""
   15018 #~ "  -a, --archive-headers    Display archive header information\n"
   15019 #~ "  -f, --file-headers       Display the contents of the overall file header\n"
   15020 #~ "  -p, --private-headers    Display object format specific file header contents\n"
   15021 #~ "  -P, --private=OPT,OPT... Display object format specific contents\n"
   15022 #~ "  -h, --[section-]headers  Display the contents of the section headers\n"
   15023 #~ "  -x, --all-headers        Display the contents of all headers\n"
   15024 #~ "  -d, --disassemble        Display assembler contents of executable sections\n"
   15025 #~ "  -D, --disassemble-all    Display assembler contents of all sections\n"
   15026 #~ "      --disassemble=<sym>  Display assembler contents from <sym>\n"
   15027 #~ "  -S, --source             Intermix source code with disassembly\n"
   15028 #~ "      --source-comment[=<txt>] Prefix lines of source code with <txt>\n"
   15029 #~ "  -s, --full-contents      Display the full contents of all sections requested\n"
   15030 #~ "  -g, --debugging          Display debug information in object file\n"
   15031 #~ "  -e, --debugging-tags     Display debug information using ctags style\n"
   15032 #~ "  -G, --stabs              Display (in raw form) any STABS info in the file\n"
   15033 #~ "  -W[lLiaprmfFsoORtUuTgAckK] or\n"
   15034 #~ "  --dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,\n"
   15035 #~ "          =frames-interp,=str,=str-offsets,=loc,=Ranges,=pubtypes,\n"
   15036 #~ "          =gdb_index,=trace_info,=trace_abbrev,=trace_aranges,\n"
   15037 #~ "          =addr,=cu_index,=links,=follow-links]\n"
   15038 #~ "                           Display DWARF info in the file\n"
   15039 #~ msgstr ""
   15040 #~ "  -a, --archive-headers            \n"
   15041 #~ "  -f, --file-headers                \n"
   15042 #~ "  -p, --private-headers               \n"
   15043 #~ "  -P, --private=,...          \n"
   15044 #~ "  -h, --[section-]headers          \n"
   15045 #~ "  -x, --all-headers                \n"
   15046 #~ "  -d, --disassemble                 \n"
   15047 #~ "  -D, --disassemble-all             \n"
   15048 #~ "      --disassemble=<>           <>\n"
   15049 #~ "  -S, --source                      \n"
   15050 #~ "      --source-comment[=<>]  <>      \n"
   15051 #~ "  -s, --full-contents                \n"
   15052 #~ "  -g, --debugging                    \n"
   15053 #~ "  -e, --debugging-tags               -\n"
   15054 #~ "  -G, --stabs                    (  )   -  \n"
   15055 #~ "  -W[lLiaprmfFsoRt] \n"
   15056 #~ "  --dwarf[=,=,=,=,=,=,=,=,\n"
   15057 #~ "          =-,=,=,=,=,\n"
   15058 #~ "          =_,=_,=_,=_,\n"
   15059 #~ "          =,=_]\n"
   15060 #~ "                                 DWARF   \n"
   15061 
   15062 #~ msgid ""
   15063 #~ "  -t, --syms               Display the contents of the symbol table(s)\n"
   15064 #~ "  -T, --dynamic-syms       Display the contents of the dynamic symbol table\n"
   15065 #~ "  -r, --reloc              Display the relocation entries in the file\n"
   15066 #~ "  -R, --dynamic-reloc      Display the dynamic relocation entries in the file\n"
   15067 #~ "  @<file>                  Read options from <file>\n"
   15068 #~ "  -v, --version            Display this program's version number\n"
   15069 #~ "  -i, --info               List object formats and architectures supported\n"
   15070 #~ "  -H, --help               Display this information\n"
   15071 #~ msgstr ""
   15072 #~ "  -t, --syms                  \n"
   15073 #~ "  -T, --dynamic-syms           \n"
   15074 #~ "  -r, --reloc                  \n"
   15075 #~ "  -R, --dynamic-reloc           \n"
   15076 #~ "  @<>                     <>\n"
   15077 #~ "  -v, --version                \n"
   15078 #~ "  -i, --info                    \n"
   15079 #~ "  -H, --help                 \n"
   15080 
   15081 #~ msgid ""
   15082 #~ "  -b, --target=BFDNAME           Specify the target object format as BFDNAME\n"
   15083 #~ "  -m, --architecture=MACHINE     Specify the target architecture as MACHINE\n"
   15084 #~ "  -j, --section=NAME             Only display information for section NAME\n"
   15085 #~ "  -M, --disassembler-options=OPT Pass text OPT on to the disassembler\n"
   15086 #~ "  -EB --endian=big               Assume big endian format when disassembling\n"
   15087 #~ "  -EL --endian=little            Assume little endian format when disassembling\n"
   15088 #~ "      --file-start-context       Include context from start of file (with -S)\n"
   15089 #~ "  -I, --include=DIR              Add DIR to search list for source files\n"
   15090 #~ "  -l, --line-numbers             Include line numbers and filenames in output\n"
   15091 #~ "  -F, --file-offsets             Include file offsets when displaying information\n"
   15092 #~ "  -C, --demangle[=STYLE]         Decode mangled/processed symbol names\n"
   15093 #~ "                                  The STYLE, if specified, can be `auto', `gnu',\n"
   15094 #~ "                                  `lucid', `arm', `hp', `edg', `gnu-v3', `java'\n"
   15095 #~ "                                  or `gnat'\n"
   15096 #~ "      --recurse-limit            Enable a limit on recursion whilst demangling.  [Default]\n"
   15097 #~ "      --no-recurse-limit         Disable a limit on recursion whilst demangling\n"
   15098 #~ "  -w, --wide                     Format output for more than 80 columns\n"
   15099 #~ "  -z, --disassemble-zeroes       Do not skip blocks of zeroes when disassembling\n"
   15100 #~ "      --start-address=ADDR       Only process data whose address is >= ADDR\n"
   15101 #~ "      --stop-address=ADDR        Only process data whose address is < ADDR\n"
   15102 #~ "      --no-addresses             Do not print address alongside disassembly\n"
   15103 #~ "      --prefix-addresses         Print complete address alongside disassembly\n"
   15104 #~ "      --[no-]show-raw-insn       Display hex alongside symbolic disassembly\n"
   15105 #~ "      --insn-width=WIDTH         Display WIDTH bytes on a single line for -d\n"
   15106 #~ "      --adjust-vma=OFFSET        Add OFFSET to all displayed section addresses\n"
   15107 #~ "      --special-syms             Include special symbols in symbol dumps\n"
   15108 #~ "      --inlines                  Print all inlines for source line (with -l)\n"
   15109 #~ "      --prefix=PREFIX            Add PREFIX to absolute paths for -S\n"
   15110 #~ "      --prefix-strip=LEVEL       Strip initial directory names for -S\n"
   15111 #~ msgstr ""
   15112 #~ "  -b, --target=                \n"
   15113 #~ "  -m, --architecture=           \n"
   15114 #~ "  -j, --section=                  \n"
   15115 #~ "  -M, --disassembler-options=     \n"
   15116 #~ "  -EB --endian=                  \n"
   15117 #~ "  -EL --endian=                    \n"
   15118 #~ "      --file-start-context             ( -S)\n"
   15119 #~ "  -I, --include=                      \n"
   15120 #~ "  -l, --line-numbers                     \n"
   15121 #~ "  -F, --file-offsets                   \n"
   15122 #~ "  -C, --demangle[=]            /  \n"
   15123 #~ "                                  ,   ,   auto, gnu,\n"
   15124 #~ "                                  lucid, arm, hp, edg, gnu-v3, java\n"
   15125 #~ "                                   gnat\n"
   15126 #~ "      --recurse-limit                 .  []\n"
   15127 #~ "      --no-recurse-limit              \n"
   15128 #~ "  -w, --wide                           80 \n"
   15129 #~ "  -z, --disassemble-zeroes             \n"
   15130 #~ "      --start-address=               >= \n"
   15131 #~ "      --stop-address=                <= \n"
   15132 #~ "      --no-addresses                  \n"
   15133 #~ "      --prefix-addresses              \n"
   15134 #~ "      --[no-]show-raw-insn            \n"
   15135 #~ "      --insn-width=                -d\n"
   15136 #~ "      --adjust-vma=             \n"
   15137 #~ "      --special-syms                   \n"
   15138 #~ "      --inlines                         ( -l)\n"
   15139 #~ "      --prefix=                  -S\n"
   15140 #~ "      --prefix-strip=              -S\n"
   15141 
   15142 #~ msgid ""
   15143 #~ "      --dwarf-depth=N        Do not display DIEs at depth N or greater\n"
   15144 #~ "      --dwarf-start=N        Display DIEs starting with N, at the same depth\n"
   15145 #~ "                             or deeper\n"
   15146 #~ "      --dwarf-check          Make additional dwarf internal consistency checks.\n"
   15147 #~ msgstr ""
   15148 #~ "  --dwarf-depth=N          -   N  \n"
   15149 #~ "  --dwarf-start=N         -   N,     \n"
   15150 #~ "  --dwarf-check               dwarf-.\n"
   15151 
   15152 #~ msgid ""
   15153 #~ "      --visualize-jumps          Visualize jumps by drawing ASCII art lines\n"
   15154 #~ "      --visualize-jumps=color    Use colors in the ASCII art\n"
   15155 #~ "      --visualize-jumps=extended-color   Use extended 8-bit color codes\n"
   15156 #~ "      --visualize-jumps=off      Disable jump visualization\n"
   15157 #~ "\n"
   15158 #~ msgstr ""
   15159 #~ "      --visualize-jumps                         \n"
   15160 #~ "      --visualize-jumps=                  \n"
   15161 #~ "      --visualize-jumps=-      8-  \n"
   15162 #~ "      --visualize-jumps=                \n"
   15163 #~ "\n"
   15164 
   15165 #~ msgid ""
   15166 #~ " Options are:\n"
   15167 #~ "  -a --all               Equivalent to: -h -l -S -s -r -d -V -A -I\n"
   15168 #~ "  -h --file-header       Display the ELF file header\n"
   15169 #~ "  -l --program-headers   Display the program headers\n"
   15170 #~ "     --segments          An alias for --program-headers\n"
   15171 #~ "  -S --section-headers   Display the sections' header\n"
   15172 #~ "     --sections          An alias for --section-headers\n"
   15173 #~ "  -g --section-groups    Display the section groups\n"
   15174 #~ "  -t --section-details   Display the section details\n"
   15175 #~ "  -e --headers           Equivalent to: -h -l -S\n"
   15176 #~ "  -s --syms              Display the symbol table\n"
   15177 #~ "     --symbols           An alias for --syms\n"
   15178 #~ "     --dyn-syms          Display the dynamic symbol table\n"
   15179 #~ "     --lto-syms          Display LTO symbol tables\n"
   15180 #~ "  -C --demangle[=STYLE]  Decode low-level symbol names into user-level names\n"
   15181 #~ "                          The STYLE, if specified, can be `auto' (the default),\n"
   15182 #~ "                          `gnu', `lucid', `arm', `hp', `edg', `gnu-v3', `java'\n"
   15183 #~ "                          or `gnat'\n"
   15184 #~ "     --no-demangle       Do not demangle low-level symbol names.  (This is the default)\n"
   15185 #~ "     --recurse-limit     Enable a demangling recursion limit.  (This is the default)\n"
   15186 #~ "     --no-recurse-limit  Disable a demangling recursion limit\n"
   15187 #~ "  -n --notes             Display the core notes (if present)\n"
   15188 #~ "  -r --relocs            Display the relocations (if present)\n"
   15189 #~ "  -u --unwind            Display the unwind info (if present)\n"
   15190 #~ "  -d --dynamic           Display the dynamic section (if present)\n"
   15191 #~ "  -V --version-info      Display the version sections (if present)\n"
   15192 #~ "  -A --arch-specific     Display architecture specific information (if any)\n"
   15193 #~ "  -c --archive-index     Display the symbol/file index in an archive\n"
   15194 #~ "  -D --use-dynamic       Use the dynamic section info when displaying symbols\n"
   15195 #~ "  -L --lint|--enable-checks  Display warning messages for possible problems\n"
   15196 #~ "  -x --hex-dump=<number|name>\n"
   15197 #~ "                         Dump the contents of section <number|name> as bytes\n"
   15198 #~ "  -p --string-dump=<number|name>\n"
   15199 #~ "                         Dump the contents of section <number|name> as strings\n"
   15200 #~ "  -R --relocated-dump=<number|name>\n"
   15201 #~ "                         Dump the contents of section <number|name> as relocated bytes\n"
   15202 #~ "  -z --decompress        Decompress section before dumping it\n"
   15203 #~ "  -w[lLiaprmfFsoORtUuTgAckK] or\n"
   15204 #~ "  --debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,\n"
   15205 #~ "               =frames-interp,=str,=str-offsets,=loc,=Ranges,=pubtypes,\n"
   15206 #~ "               =gdb_index,=trace_info,=trace_abbrev,=trace_aranges,\n"
   15207 #~ "               =addr,=cu_index,=links,=follow-links]\n"
   15208 #~ "                         Display the contents of DWARF debug sections\n"
   15209 #~ msgstr ""
   15210 #~ " :\n"
   15211 #~ "  -a --all                 : -h -l -S -s -r -d -V -A -I\n"
   15212 #~ "  -h --file-header          \n"
   15213 #~ "  -l --program-headers     \n"
   15214 #~ "     --segments            --program-headers\n"
   15215 #~ "  -S --section-headers     \n"
   15216 #~ "     --sections            --section-headers\n"
   15217 #~ "  -g --section-groups      \n"
   15218 #~ "  -t --section-details     \n"
   15219 #~ "  -e --headers             : -h -l -S\n"
   15220 #~ "  -s --syms                \n"
   15221 #~ "     --symbols             --syms\n"
   15222 #~ "     --dyn-syms             \n"
   15223 #~ "     --lto-syms            LTO \n"
   15224 #~ "  -C --demangle[=]           \n"
   15225 #~ "                          ,   ,   auto (),\n"
   15226 #~ "                          gnu, lucid, arm, hp, edg, gnu-v3, java\n"
   15227 #~ "                           gnat\n"
   15228 #~ "     --no-demangle            .  (  )\n"
   15229 #~ "     --recurse-limit        .  (  )\n"
   15230 #~ "     --no-recurse-limit     \n"
   15231 #~ "  -n --notes                (  )\n"
   15232 #~ "  -r --relocs              (  )\n"
   15233 #~ "  -u --unwind               (  )\n"
   15234 #~ "  -d --dynamic              (  )\n"
   15235 #~ "  -V --version-info         (  )\n"
   15236 #~ "  -A --arch-specific         (  )\n"
   15237 #~ "  -c --archive-index       /  \n"
   15238 #~ "  -D --use-dynamic             \n"
   15239 #~ "  -L --lint|--enable-checks       \n"
   15240 #~ "  -x --hex-dump=<|>\n"
   15241 #~ "                            <|>  \n"
   15242 #~ "  -p --string-dump=<|>\n"
   15243 #~ "                            <|>  \n"
   15244 #~ "  -R --relocated-dump=<|>\n"
   15245 #~ "                            <|>   \n"
   15246 #~ "  -z --decompress           \n"
   15247 #~ "  -w[lLiaprmfFsoRt] \n"
   15248 #~ "  --debug-dump[=,=,=,=,=,=,=,=,\n"
   15249 #~ "               =-,=,=,=,=,\n"
   15250 #~ "               =_,=_,=_,=_,\n"
   15251 #~ "               =,=_]\n"
   15252 #~ "                            DWARF2 \n"
   15253 
   15254 #~ msgid ""
   15255 #~ "  --dwarf-depth=N        Do not display DIEs at depth N or greater\n"
   15256 #~ "  --dwarf-start=N        Display DIEs starting with N, at the same depth\n"
   15257 #~ "                         or deeper\n"
   15258 #~ msgstr ""
   15259 #~ "  --dwarf-depth=N          -   N  \n"
   15260 #~ "  --dwarf-start=N         -   N,     \n"
   15261 
   15262 #~ msgid ""
   15263 #~ "  --ctf=<number|name>    Display CTF info from section <number|name>\n"
   15264 #~ "  --ctf-parent=<number|name>\n"
   15265 #~ "                         Use section <number|name> as the CTF parent\n"
   15266 #~ "\n"
   15267 #~ "  --ctf-symbols=<number|name>\n"
   15268 #~ "                         Use section <number|name> as the CTF external symtab\n"
   15269 #~ "\n"
   15270 #~ "  --ctf-strings=<number|name>\n"
   15271 #~ "                         Use section <number|name> as the CTF external strtab\n"
   15272 #~ "\n"
   15273 #~ msgstr ""
   15274 #~ "  --ctf=<|>     CTF    <|>\n"
   15275 #~ "  --ctf-parent=<|>\n"
   15276 #~ "                          <|>   CTF \n"
   15277 #~ "\n"
   15278 #~ "  --ctf-symbols=<|>\n"
   15279 #~ "                          <|>   CTF  symtab\n"
   15280 #~ "\n"
   15281 #~ "  --ctf-strings=<|>\n"
   15282 #~ "                          <|>   CTF  strtab\n"
   15283 #~ "\n"
   15284 
   15285 #~ msgid ""
   15286 #~ "  -I --histogram         Display histogram of bucket list lengths\n"
   15287 #~ "  -W --wide              Allow output width to exceed 80 characters\n"
   15288 #~ "  -T --silent-truncation If a symbol name is truncated, do not add a suffix [...]\n"
   15289 #~ "  @<file>                Read options from <file>\n"
   15290 #~ "  -H --help              Display this information\n"
   15291 #~ "  -v --version           Display the version number of readelf\n"
   15292 #~ msgstr ""
   15293 #~ "  -I --histogram             \n"
   15294 #~ "  -W --wide                   80 \n"
   15295 #~ "  -T --silent-truncation     ,    [...]\n"
   15296 #~ "  @<>               <>\n"
   15297 #~ "  -H --help                \n"
   15298 #~ "  -V --version               readelf\n"
   15299 
   15300 #~ msgid "Internal error: failed to create format string to display program interpreter\n"
   15301 #~ msgstr " :          \n"
   15302 
   15303 #~ msgid "Unable to read program interpreter name\n"
   15304 #~ msgstr "      \n"
   15305 
   15306 #~ msgid ""
   15307 #~ "\n"
   15308 #~ "There are no sections to group in this file.\n"
   15309 #~ msgstr ""
   15310 #~ "\n"
   15311 #~ "      .\n"
   15312 
   15313 #~ msgid "No note segments present in the core file.\n"
   15314 #~ msgstr "      .\n"
   15315 
   15316 #~ msgid "unable to rename '%s'; reason: %s"
   15317 #~ msgstr "    %s; : %s"
   15318 
   15319 #~ msgid "Internal error: DWARF version is not 2, 3 or 4.\n"
   15320 #~ msgstr " : DWARF   2, 3  4.\n"
   15321 
   15322 #~ msgid "  ID: <unknown>\n"
   15323 #~ msgstr "  : <>\n"
   15324 
   15325 #~ msgid ""
   15326 #~ "  --input-mach <machine>      Set input machine type to <machine>\n"
   15327 #~ "  --output-mach <machine>     Set output machine type to <machine>\n"
   15328 #~ "  --input-type <type>         Set input file type to <type>\n"
   15329 #~ "  --output-type <type>        Set output file type to <type>\n"
   15330 #~ "  --input-osabi <osabi>       Set input OSABI to <osabi>\n"
   15331 #~ "  --output-osabi <osabi>      Set output OSABI to <osabi>\n"
   15332 #~ msgstr ""
   15333 #~ "  --input-mach <>            <>\n"
   15334 #~ "  --output-mach <>           <>\n"
   15335 #~ "  --input-type <>             <>\n"
   15336 #~ "  --output-type <>            <>\n"
   15337 #~ "  --input-osabi <>           <>\n"
   15338 #~ "  --output-osabi <>          <>\n"
   15339 
   15340 #~ msgid "warning: could not locate '%s'.  System error message: %s"
   15341 #~ msgstr ":     %s.    : %s"
   15342 
   15343 #~ msgid "Corrupt directory format table entry\n"
   15344 #~ msgstr "     \n"
   15345 
   15346 #~ msgid "Corrupt directory entries list\n"
   15347 #~ msgstr "    \n"
   15348 
   15349 #~ msgid "Corrupt file name entries list\n"
   15350 #~ msgstr "     \n"
   15351 
   15352 #~ msgid "LEB end of data\n"
   15353 #~ msgstr "LEB  \n"
   15354 
   15355 #~ msgid "LEB value too large\n"
   15356 #~ msgstr "LEB   \n"
   15357 
   15358 #~ msgid "can't dump section - it is empty"
   15359 #~ msgstr "       "
   15360 
   15361 #~ msgid "the .dynamic section is not contained within the dynamic segment\n"
   15362 #~ msgstr " .dynamic     \n"
   15363 
   15364 #~ msgid "[0x%x: "
   15365 #~ msgstr "[0x%x: "
   15366 
   15367 #~ msgid "Multiple string tables found in file.\n"
   15368 #~ msgstr "     .\n"
   15369 
   15370 #~ msgid "Invalid DT_SYMTAB entry: %lx"
   15371 #~ msgstr " DT_SYMTAB : %lx"
   15372 
   15373 #~ msgid "Multiple dynamic symbol table sections found\n"
   15374 #~ msgstr "     \n"
   15375 
   15376 #~ msgid "Unable to determine the number of symbols to load\n"
   15377 #~ msgstr "       \n"
   15378 
   15379 #~ msgid "Multiple dynamic string tables found\n"
   15380 #~ msgstr "     \n"
   15381 
   15382 #~ msgid "<No info available for dynamic symbol number %lu>\n"
   15383 #~ msgstr "<       %lu>\n"
   15384 
   15385 #~ msgid " <corrupt: %14ld>"
   15386 #~ msgstr " <: %14ld>"
   15387 
   15388 #~ msgid ""
   15389 #~ "\n"
   15390 #~ "Symbol table for image:\n"
   15391 #~ msgstr ""
   15392 #~ "\n"
   15393 #~ "   :\n"
   15394 
   15395 #~ msgid "  Num Buc:    Value  Size   Type   Bind Vis      Ndx Name\n"
   15396 #~ msgstr "  . :              \n"
   15397 
   15398 #~ msgid "  Num Buc:    Value          Size   Type   Bind Vis      Ndx Name\n"
   15399 #~ msgstr "  . :                      \n"
   15400 
   15401 #~ msgid ""
   15402 #~ "\n"
   15403 #~ "Symbol table of `%s' for image:\n"
   15404 #~ msgstr ""
   15405 #~ "\n"
   15406 #~ "  %s :\n"
   15407 
   15408 #~ msgid "debuginfod: Corrupt note: only %ld byte remains, not enough for a full note\n"
   15409 #~ msgid_plural "Corrupt note: only %ld bytes remain, not enough for a full note\n"
   15410 #~ msgstr[0] " :  %ld  ,    \n"
   15411 #~ msgstr[1] " :  %ld  ,    \n"
   15412 #~ msgstr[2] " :  %ld  ,    \n"
   15413 
   15414 #~ msgid "debuginfod: note with invalid namesz and/or descsz found\n"
   15415 #~ msgstr "__:     _ / _\n"
   15416 
   15417 #~ msgid "Out of memory allocating space for MIPS options\n"
   15418 #~ msgstr "        MIPS \n"
   15419 
   15420 #~ msgid "(DW_OP_GNU_implicit_pointer in frame info)"
   15421 #~ msgstr "(DW_OP_GNU_implicit_pointer   )"
   15422 
   15423 #~ msgid ""
   15424 #~ "Decoded dump of debug contents of section %s:\n"
   15425 #~ "\n"
   15426 #~ msgstr ""
   15427 #~ "     %s:\n"
   15428 #~ "\n"
   15429 
   15430 #~ msgid " DW_MACRO_GNU_define_indirect - lineno : %d macro : %s\n"
   15431 #~ msgstr " DW_MACRO_GNU_define_indirect   : %d : %s\n"
   15432 
   15433 #~ msgid " DW_MACRO_GNU_undef_indirect - lineno : %d macro : %s\n"
   15434 #~ msgstr " DW_MACRO_GNU_undef_indirect   : %d : %s\n"
   15435 
   15436 #~ msgid " DW_MACRO_GNU_define_indirect_alt - lineno : %d macro offset : 0x%lx\n"
   15437 #~ msgstr " DW_MACRO_GNU_define_indirect_alt   : %d  : 0%lx\n"
   15438 
   15439 #~ msgid " DW_MACRO_GNU_transparent_include_alt - offset : 0x%lx\n"
   15440 #~ msgstr " DW_MACRO_GNU_transparent_include_alt  : 0x%lx\n"
   15441 
   15442 #~ msgid "Contents of the %s section:\n"
   15443 #~ msgstr "  %s:\n"
   15444 
   15445 #~ msgid "Section %s too small for %d hash table entries\n"
   15446 #~ msgstr " %s    %d   \n"
   15447 
   15448 #~ msgid "%s: Not an ELF file - wrong magic bytes at the start\n"
   15449 #~ msgstr "%s:         \n"
   15450 
   15451 #~ msgid "Unsupported EI_CLASS: %d\n"
   15452 #~ msgstr "EI_CLASS  : %d\n"
   15453 
   15454 #~ msgid "Unknown machine type: %d\n"
   15455 #~ msgstr "  : %d\n"
   15456 
   15457 #~ msgid "unexpected end of debugging information"
   15458 #~ msgstr "   "
   15459 
   15460 #~ msgid "invalid number"
   15461 #~ msgstr " "
   15462 
   15463 #~ msgid "invalid string length"
   15464 #~ msgstr "  "
   15465 
   15466 #~ msgid "expression stack overflow"
   15467 #~ msgstr "  "
   15468 
   15469 #~ msgid "unsupported IEEE expression operator"
   15470 #~ msgstr "   "
   15471 
   15472 #~ msgid "unknown section"
   15473 #~ msgstr " "
   15474 
   15475 #~ msgid "expression stack underflow"
   15476 #~ msgstr "  "
   15477 
   15478 #~ msgid "expression stack mismatch"
   15479 #~ msgstr "  "
   15480 
   15481 #~ msgid "unknown builtin type"
   15482 #~ msgstr "  "
   15483 
   15484 #~ msgid "unexpected number"
   15485 #~ msgstr " "
   15486 
   15487 #~ msgid "blocks left on stack at end"
   15488 #~ msgstr "    "
   15489 
   15490 #~ msgid "stack underflow"
   15491 #~ msgstr " "
   15492 
   15493 #~ msgid "illegal variable index"
   15494 #~ msgstr "  "
   15495 
   15496 #~ msgid "illegal type index"
   15497 #~ msgstr "  "
   15498 
   15499 #~ msgid "unknown TY code"
   15500 #~ msgstr " TY "
   15501 
   15502 #~ msgid "undefined variable in TY"
   15503 #~ msgstr "   TY"
   15504 
   15505 #~ msgid "Pascal file name not supported"
   15506 #~ msgstr "    "
   15507 
   15508 #~ msgid "unsupported qualifier"
   15509 #~ msgstr " "
   15510 
   15511 #~ msgid "undefined variable in ATN"
   15512 #~ msgstr "   -"
   15513 
   15514 #~ msgid "unknown ATN type"
   15515 #~ msgstr "  "
   15516 
   15517 #~ msgid "unsupported ATN11"
   15518 #~ msgstr " 11"
   15519 
   15520 #~ msgid "unsupported ATN12"
   15521 #~ msgstr " 12"
   15522 
   15523 #~ msgid "unexpected string in C++ misc"
   15524 #~ msgstr "   ++ "
   15525 
   15526 #~ msgid "bad misc record"
   15527 #~ msgstr "  "
   15528 
   15529 #~ msgid "unrecognized C++ misc record"
   15530 #~ msgstr "  ++ "
   15531 
   15532 #~ msgid "undefined C++ object"
   15533 #~ msgstr " ++ "
   15534 
   15535 #~ msgid "unrecognized C++ object spec"
   15536 #~ msgstr "  ++ "
   15537 
   15538 #~ msgid "unsupported C++ object type"
   15539 #~ msgstr "  ++ "
   15540 
   15541 #~ msgid "C++ base class not defined"
   15542 #~ msgstr "++    "
   15543 
   15544 #~ msgid "C++ object has no fields"
   15545 #~ msgstr "++   "
   15546 
   15547 #~ msgid "C++ base class not found in container"
   15548 #~ msgstr "++      "
   15549 
   15550 #~ msgid "C++ data member not found in container"
   15551 #~ msgstr " ++     "
   15552 
   15553 #~ msgid "unknown C++ visibility"
   15554 #~ msgstr " ++ "
   15555 
   15556 #~ msgid "bad C++ field bit pos or size"
   15557 #~ msgstr "     ++ "
   15558 
   15559 #~ msgid "bad type for C++ method function"
   15560 #~ msgstr "    ++ "
   15561 
   15562 #~ msgid "no type information for C++ method function"
   15563 #~ msgstr "      ++ "
   15564 
   15565 #~ msgid "C++ static virtual method"
   15566 #~ msgstr "++   "
   15567 
   15568 #~ msgid "unrecognized C++ object overhead spec"
   15569 #~ msgstr "   ++ "
   15570 
   15571 #~ msgid "undefined C++ vtable"
   15572 #~ msgstr " ++ _"
   15573 
   15574 #~ msgid "C++ default values not in a function"
   15575 #~ msgstr "++     "
   15576 
   15577 #~ msgid "unrecognized C++ default type"
   15578 #~ msgstr " ++  "
   15579 
   15580 #~ msgid "reference parameter is not a pointer"
   15581 #~ msgstr "   "
   15582 
   15583 #~ msgid "unrecognized C++ reference type"
   15584 #~ msgstr " ++  "
   15585 
   15586 #~ msgid "C++ reference is not pointer"
   15587 #~ msgstr "++   "
   15588 
   15589 #~ msgid "missing required ASN"
   15590 #~ msgstr "  "
   15591 
   15592 #~ msgid "missing required ATN65"
   15593 #~ msgstr "  65"
   15594 
   15595 #~ msgid "bad ATN65 record"
   15596 #~ msgstr " 65 "
   15597 
   15598 #~ msgid "IEEE numeric overflow: 0x"
   15599 #~ msgstr " : Ox"
   15600 
   15601 #~ msgid "IEEE string length overflow: %u\n"
   15602 #~ msgstr "  : %u\n"
   15603 
   15604 #~ msgid "IEEE unsupported float type size %u\n"
   15605 #~ msgstr "       %u\n"
   15606 
   15607 #~ msgid "input file named both on command line and with INPUT"
   15608 #~ msgstr "         "
   15609 
   15610 #~ msgid "no input file"
   15611 #~ msgstr "  "
   15612 
   15613 #~ msgid "no name for output file"
   15614 #~ msgstr "    "
   15615 
   15616 #~ msgid "warning: input and output formats are not compatible"
   15617 #~ msgstr ":      "
   15618 
   15619 #~ msgid "make .bss section"
   15620 #~ msgstr "  .bss"
   15621 
   15622 #~ msgid "make .nlmsections section"
   15623 #~ msgstr "  .nlmsections"
   15624 
   15625 #~ msgid "set .bss vma"
   15626 #~ msgstr " .bss "
   15627 
   15628 #~ msgid "set .data size"
   15629 #~ msgstr " .data "
   15630 
   15631 #~ msgid "warning: symbol %s imported but not in import list"
   15632 #~ msgstr ":  %s       "
   15633 
   15634 #~ msgid "set start address"
   15635 #~ msgstr "  "
   15636 
   15637 #~ msgid "warning: START procedure %s not defined"
   15638 #~ msgstr ":   %s  "
   15639 
   15640 #~ msgid "warning: EXIT procedure %s not defined"
   15641 #~ msgstr ":   %s  "
   15642 
   15643 #~ msgid "warning: CHECK procedure %s not defined"
   15644 #~ msgstr ":   %s  "
   15645 
   15646 #~ msgid "custom section"
   15647 #~ msgstr " "
   15648 
   15649 #~ msgid "help section"
   15650 #~ msgstr " "
   15651 
   15652 #~ msgid "message section"
   15653 #~ msgstr " "
   15654 
   15655 #~ msgid "module section"
   15656 #~ msgstr " "
   15657 
   15658 #~ msgid "rpc section"
   15659 #~ msgstr " "
   15660 
   15661 #~ msgid "%s: warning: shared libraries can not have uninitialized data"
   15662 #~ msgstr "%s: :        "
   15663 
   15664 #~ msgid "shared section"
   15665 #~ msgstr " "
   15666 
   15667 #~ msgid "warning: No version number given"
   15668 #~ msgstr ":    "
   15669 
   15670 #~ msgid "warning: FULLMAP is not supported; try ld -M"
   15671 #~ msgstr ": FULLMAP  ;  ld -M"
   15672 
   15673 #~ msgid "Usage: %s [option(s)] [in-file [out-file]]\n"
   15674 #~ msgstr ": %s [()] [_ [_]]\n"
   15675 
   15676 #~ msgid " Convert an object file into a NetWare Loadable Module\n"
   15677 #~ msgstr "       \n"
   15678 
   15679 #~ msgid ""
   15680 #~ " The options are:\n"
   15681 #~ "  -I --input-target=<bfdname>   Set the input binary file format\n"
   15682 #~ "  -O --output-target=<bfdname>  Set the output binary file format\n"
   15683 #~ "  -T --header-file=<file>       Read <file> for NLM header information\n"
   15684 #~ "  -l --linker=<linker>          Use <linker> for any linking\n"
   15685 #~ "  -d --debug                    Display on stderr the linker command line\n"
   15686 #~ "  @<file>                       Read options from <file>.\n"
   15687 #~ "  -h --help                     Display this information\n"
   15688 #~ "  -v --version                  Display the program's version\n"
   15689 #~ msgstr ""
   15690 #~ " :\n"
   15691 #~ "  -I --input-target=<>      \n"
   15692 #~ "  -O --output-target=<>     \n"
   15693 #~ "  -T --header-file=<>     <>    \n"
   15694 #~ "  -l --linker=<>          <>   \n"
   15695 #~ "  -d --debug                          \n"
   15696 #~ "  @<>                      <>\n"
   15697 #~ "   -h --help                      \n"
   15698 #~ "   -V --version                   \n"
   15699 
   15700 #~ msgid "support not compiled in for %s"
   15701 #~ msgstr "    %s"
   15702 
   15703 #~ msgid "make section"
   15704 #~ msgstr " "
   15705 
   15706 #~ msgid "set section size"
   15707 #~ msgstr "  "
   15708 
   15709 #~ msgid "set section flags"
   15710 #~ msgstr "  "
   15711 
   15712 #~ msgid "set .nlmsections size"
   15713 #~ msgstr "  .nlmsections"
   15714 
   15715 #~ msgid "set .nlmsection contents"
   15716 #~ msgstr "  .nlmsection"
   15717 
   15718 #~ msgid "stub section sizes"
   15719 #~ msgstr "  "
   15720 
   15721 #~ msgid "writing stub"
   15722 #~ msgstr " "
   15723 
   15724 #~ msgid "unresolved PC relative reloc against %s"
   15725 #~ msgstr "     %s"
   15726 
   15727 #~ msgid "overflow when adjusting relocation against %s"
   15728 #~ msgstr "     %s"
   15729 
   15730 #~ msgid "%s: execution of %s failed: "
   15731 #~ msgstr "%s:     %s: "
   15732 
   15733 #~ msgid "Execution of %s failed"
   15734 #~ msgstr "    %s"
   15735 
   15736 #~ msgid "data size %ld"
   15737 #~ msgstr "  %ld"
   15738 
   15739 #~ msgid "Idx Name          Size      VMA       LMA       File off  Algn"
   15740 #~ msgstr "                                "
   15741 
   15742 #~ msgid "Idx Name          Size      VMA               LMA               File off  Algn"
   15743 #~ msgstr "                                                "
   15744 
   15745 #~ msgid "<no-name>"
   15746 #~ msgstr "<->"
   15747 
   15748 #~ msgid "<unknown: %lx>"
   15749 #~ msgstr "<: %lx>"
   15750 
   15751 #~ msgid "sh_entsize is zero\n"
   15752 #~ msgstr "sh_entsize  \n"
   15753 
   15754 #~ msgid "Invalid sh_entsize\n"
   15755 #~ msgstr " sh_entsize\n"
   15756 
   15757 #~ msgid "File contains multiple symtab shndx tables\n"
   15758 #~ msgstr "       \n"
   15759 
   15760 #~ msgid ""
   15761 #~ "Key to Flags:\n"
   15762 #~ "  W (write), A (alloc), X (execute), M (merge), S (strings), l (large)\n"
   15763 #~ "  I (info), L (link order), G (group), T (TLS), E (exclude), x (unknown)\n"
   15764 #~ "  O (extra OS processing required) o (OS specific), p (processor specific)\n"
   15765 #~ msgstr ""
   15766 #~ " :\n"
   15767 #~ "  W (), A (), X (), M (), S (), l ()\n"
   15768 #~ "  I (), L ( ), G (), T (), E (), x ()\n"
   15769 #~ "  O (    -) o ( -), p ( )\n"
   15770 
   15771 #~ msgid "'%s'"
   15772 #~ msgstr "%s"
   15773 
   15774 #~ msgid "Unable to seek to end of file!\n"
   15775 #~ msgstr "      !\n"
   15776 
   15777 #~ msgid "Unable to seek to end of file\n"
   15778 #~ msgstr "      \n"
   15779 
   15780 #~ msgid "| <unknown>"
   15781 #~ msgstr "| <>"
   15782 
   15783 #~ msgid "  Addr: 0x"
   15784 #~ msgstr "  : 0x"
   15785 
   15786 #~ msgid " Addr: "
   15787 #~ msgstr " : "
   15788 
   15789 #~ msgid ""
   15790 #~ "\n"
   15791 #~ "Histogram for `.gnu.hash' bucket list length (total of %lu buckets):\n"
   15792 #~ msgstr ""
   15793 #~ "\n"
   15794 #~ "    .gnu.hash  ( %lu ):\n"
   15795 
   15796 #~ msgid "flag = %d, vendor = <corrupt>\n"
   15797 #~ msgstr " = %d,  = <>\n"
   15798 
   15799 #~ msgid "Any\n"
   15800 #~ msgstr "\n"
   15801 
   15802 #~ msgid "corrupt Tag_GNU_Power_ABI_Struct_Return"
   15803 #~ msgstr " Tag_GNU_Power_ABI_Struct_Return"
   15804 
   15805 #~ msgid "  Unknown section contexts\n"
   15806 #~ msgstr "    \n"
   15807 
   15808 #~ msgid "Unknown format '%c'\n"
   15809 #~ msgstr "  %c\n"
   15810 
   15811 #~ msgid "No mangling for \"%s\"\n"
   15812 #~ msgstr "   %s\n"
   15813 
   15814 #~ msgid "Wrong size in print_dwarf_vma"
   15815 #~ msgstr "   print_dwarf_vma"
   15816 
   15817 #~ msgid "The information in section %s appears to be corrupt - the section is too small\n"
   15818 #~ msgstr "   %s      \n"
   15819 
   15820 #~ msgid "Binary %s contains:\n"
   15821 #~ msgstr " %s :\n"
   15822