Change version to 2.32.51 and regenerate configure and pot files.
[external/binutils.git] / binutils / po / binutils.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
11 "POT-Creation-Date: 2019-01-19 16:39+0000\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
21 #: addr2line.c:87
22 #, c-format
23 msgid "Usage: %s [option(s)] [addr(s)]\n"
24 msgstr ""
25
26 #: addr2line.c:88
27 #, c-format
28 msgid " Convert addresses into line number/file name pairs.\n"
29 msgstr ""
30
31 #: addr2line.c:89
32 #, c-format
33 msgid ""
34 " If no addresses are specified on the command line, they will be read from "
35 "stdin\n"
36 msgstr ""
37
38 #: addr2line.c:90
39 #, c-format
40 msgid ""
41 " The options are:\n"
42 "  @<file>                Read options from <file>\n"
43 "  -a --addresses         Show addresses\n"
44 "  -b --target=<bfdname>  Set the binary file format\n"
45 "  -e --exe=<executable>  Set the input file name (default is a.out)\n"
46 "  -i --inlines           Unwind inlined functions\n"
47 "  -j --section=<name>    Read section-relative offsets instead of addresses\n"
48 "  -p --pretty-print      Make the output easier to read for humans\n"
49 "  -s --basenames         Strip directory names\n"
50 "  -f --functions         Show function names\n"
51 "  -C --demangle[=style]  Demangle function names\n"
52 "  -R --recurse-limit     Enable a limit on recursion whilst demangling.  "
53 "[Default]\n"
54 "  -r --no-recurse-limit  Disable a limit on recursion whilst demangling\n"
55 "  -h --help              Display this information\n"
56 "  -v --version           Display the program's version\n"
57 "\n"
58 msgstr ""
59
60 #: addr2line.c:109 ar.c:340 ar.c:377 coffdump.c:473 dlltool.c:3990
61 #: dllwrap.c:518 elfedit.c:906 objcopy.c:666 objcopy.c:719 readelf.c:4474
62 #: size.c:97 srconv.c:1706 strings.c:727 sysdump.c:648 windmc.c:227
63 #: windres.c:688
64 #, c-format
65 msgid "Report bugs to %s\n"
66 msgstr ""
67
68 #. Note for translators:  This printf is used to join the
69 #. function name just printed above to the line number/
70 #. file name pair that is about to be printed below.  Eg:
71 #.
72 #. foo at 123:bar.c
73 #: addr2line.c:313
74 #, c-format
75 msgid " at "
76 msgstr ""
77
78 #. Note for translators: This printf is used to join the
79 #. line number/file name pair that has just been printed with
80 #. the line number/file name pair that is going to be printed
81 #. by the next iteration of the while loop.  Eg:
82 #.
83 #. 123:bar.c (inlined by) 456:main.c
84 #: addr2line.c:354
85 #, c-format
86 msgid " (inlined by) "
87 msgstr ""
88
89 #: addr2line.c:387
90 #, c-format
91 msgid "%s: cannot get addresses from archive"
92 msgstr ""
93
94 #: addr2line.c:404
95 #, c-format
96 msgid "%s: cannot find section %s"
97 msgstr ""
98
99 #: addr2line.c:448 ar.c:722 dlltool.c:3508 nm.c:1668 objcopy.c:5670
100 #: objdump.c:4036 size.c:141 strings.c:291 windmc.c:960 windres.c:816
101 msgid "fatal error: libbfd ABI mismatch"
102 msgstr ""
103
104 #: addr2line.c:475 nm.c:1694 objdump.c:4083
105 #, c-format
106 msgid "unknown demangling style `%s'"
107 msgstr ""
108
109 #: ar.c:260
110 #, c-format
111 msgid "no entry %s in archive\n"
112 msgstr ""
113
114 #: ar.c:274
115 #, c-format
116 msgid ""
117 "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin "
118 "<name>] [member-name] [count] archive-file file...\n"
119 msgstr ""
120
121 #: ar.c:280
122 #, c-format
123 msgid ""
124 "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [member-"
125 "name] [count] archive-file file...\n"
126 msgstr ""
127
128 #: ar.c:288
129 #, c-format
130 msgid "       %s -M [<mri-script]\n"
131 msgstr ""
132
133 #: ar.c:289
134 #, c-format
135 msgid " commands:\n"
136 msgstr ""
137
138 #: ar.c:290
139 #, c-format
140 msgid "  d            - delete file(s) from the archive\n"
141 msgstr ""
142
143 #: ar.c:291
144 #, c-format
145 msgid "  m[ab]        - move file(s) in the archive\n"
146 msgstr ""
147
148 #: ar.c:292
149 #, c-format
150 msgid "  p            - print file(s) found in the archive\n"
151 msgstr ""
152
153 #: ar.c:293
154 #, c-format
155 msgid "  q[f]         - quick append file(s) to the archive\n"
156 msgstr ""
157
158 #: ar.c:294
159 #, c-format
160 msgid ""
161 "  r[ab][f][u]  - replace existing or insert new file(s) into the archive\n"
162 msgstr ""
163
164 #: ar.c:295
165 #, c-format
166 msgid "  s            - act as ranlib\n"
167 msgstr ""
168
169 #: ar.c:296
170 #, c-format
171 msgid "  t[O][v]      - display contents of the archive\n"
172 msgstr ""
173
174 #: ar.c:297
175 #, c-format
176 msgid "  x[o]         - extract file(s) from the archive\n"
177 msgstr ""
178
179 #: ar.c:298
180 #, c-format
181 msgid " command specific modifiers:\n"
182 msgstr ""
183
184 #: ar.c:299
185 #, c-format
186 msgid "  [a]          - put file(s) after [member-name]\n"
187 msgstr ""
188
189 #: ar.c:300
190 #, c-format
191 msgid "  [b]          - put file(s) before [member-name] (same as [i])\n"
192 msgstr ""
193
194 #: ar.c:303
195 #, c-format
196 msgid "  [D]          - use zero for timestamps and uids/gids (default)\n"
197 msgstr ""
198
199 #: ar.c:305
200 #, c-format
201 msgid "  [U]          - use actual timestamps and uids/gids\n"
202 msgstr ""
203
204 #: ar.c:310
205 #, c-format
206 msgid "  [D]          - use zero for timestamps and uids/gids\n"
207 msgstr ""
208
209 #: ar.c:312
210 #, c-format
211 msgid "  [U]          - use actual timestamps and uids/gids (default)\n"
212 msgstr ""
213
214 #: ar.c:315
215 #, c-format
216 msgid "  [N]          - use instance [count] of name\n"
217 msgstr ""
218
219 #: ar.c:316
220 #, c-format
221 msgid "  [f]          - truncate inserted file names\n"
222 msgstr ""
223
224 #: ar.c:317
225 #, c-format
226 msgid "  [P]          - use full path names when matching\n"
227 msgstr ""
228
229 #: ar.c:318
230 #, c-format
231 msgid "  [o]          - preserve original dates\n"
232 msgstr ""
233
234 #: ar.c:319
235 #, c-format
236 msgid "  [O]          - display offsets of files in the archive\n"
237 msgstr ""
238
239 #: ar.c:320
240 #, c-format
241 msgid ""
242 "  [u]          - only replace files that are newer than current archive "
243 "contents\n"
244 msgstr ""
245
246 #: ar.c:321
247 #, c-format
248 msgid " generic modifiers:\n"
249 msgstr ""
250
251 #: ar.c:322
252 #, c-format
253 msgid "  [c]          - do not warn if the library had to be created\n"
254 msgstr ""
255
256 #: ar.c:323
257 #, c-format
258 msgid "  [s]          - create an archive index (cf. ranlib)\n"
259 msgstr ""
260
261 #: ar.c:324
262 #, c-format
263 msgid "  [S]          - do not build a symbol table\n"
264 msgstr ""
265
266 #: ar.c:325
267 #, c-format
268 msgid "  [T]          - make a thin archive\n"
269 msgstr ""
270
271 #: ar.c:326
272 #, c-format
273 msgid "  [v]          - be verbose\n"
274 msgstr ""
275
276 #: ar.c:327
277 #, c-format
278 msgid "  [V]          - display the version number\n"
279 msgstr ""
280
281 #: ar.c:328
282 #, c-format
283 msgid "  @<file>      - read options from <file>\n"
284 msgstr ""
285
286 #: ar.c:329
287 #, c-format
288 msgid "  --target=BFDNAME - specify the target object format as BFDNAME\n"
289 msgstr ""
290
291 #: ar.c:331
292 #, c-format
293 msgid " optional:\n"
294 msgstr ""
295
296 #: ar.c:332
297 #, c-format
298 msgid "  --plugin <p> - load the specified plugin\n"
299 msgstr ""
300
301 #: ar.c:353
302 #, c-format
303 msgid "Usage: %s [options] archive\n"
304 msgstr ""
305
306 #: ar.c:354
307 #, c-format
308 msgid " Generate an index to speed access to archives\n"
309 msgstr ""
310
311 #: ar.c:355
312 #, c-format
313 msgid ""
314 " The options are:\n"
315 "  @<file>                      Read options from <file>\n"
316 msgstr ""
317
318 #: ar.c:358
319 #, c-format
320 msgid "  --plugin <name>              Load the specified plugin\n"
321 msgstr ""
322
323 #: ar.c:362
324 #, c-format
325 msgid ""
326 "  -D                           Use zero for symbol map timestamp (default)\n"
327 "  -U                           Use an actual symbol map timestamp\n"
328 msgstr ""
329
330 #: ar.c:366
331 #, c-format
332 msgid ""
333 "  -D                           Use zero for symbol map timestamp\n"
334 "  -U                           Use actual symbol map timestamp (default)\n"
335 msgstr ""
336
337 #: ar.c:369
338 #, c-format
339 msgid ""
340 "  -t                           Update the archive's symbol map timestamp\n"
341 "  -h --help                    Print this help message\n"
342 "  -v --version                 Print version information\n"
343 msgstr ""
344
345 #: ar.c:493
346 msgid "two different operation options specified"
347 msgstr ""
348
349 #: ar.c:587 ar.c:647 nm.c:1781
350 #, c-format
351 msgid "sorry - this program has been built without plugin support\n"
352 msgstr ""
353
354 #: ar.c:778
355 msgid "no operation specified"
356 msgstr ""
357
358 #: ar.c:781
359 msgid "`u' is only meaningful with the `r' option."
360 msgstr ""
361
362 #: ar.c:784
363 msgid "`u' is not meaningful with the `D' option."
364 msgstr ""
365
366 #: ar.c:787
367 msgid "`u' modifier ignored since `D' is the default (see `U')"
368 msgstr ""
369
370 #: ar.c:796
371 msgid "missing position arg."
372 msgstr ""
373
374 #: ar.c:802
375 msgid "`N' is only meaningful with the `x' and `d' options."
376 msgstr ""
377
378 #: ar.c:804
379 msgid "`N' missing value."
380 msgstr ""
381
382 #: ar.c:807
383 msgid "Value for `N' must be positive."
384 msgstr ""
385
386 #: ar.c:823
387 msgid "`x' cannot be used on thin archives."
388 msgstr ""
389
390 #: ar.c:870
391 #, c-format
392 msgid "internal error -- this option not implemented"
393 msgstr ""
394
395 #: ar.c:939
396 #, c-format
397 msgid "creating %s"
398 msgstr ""
399
400 #: ar.c:970
401 #, c-format
402 msgid "Cannot convert existing library %s to thin format"
403 msgstr ""
404
405 #: ar.c:976
406 #, c-format
407 msgid "Cannot convert existing thin library %s to normal format"
408 msgstr ""
409
410 #: ar.c:1008 ar.c:1072 ar.c:1402 objcopy.c:3357
411 #, c-format
412 msgid "internal stat error on %s"
413 msgstr ""
414
415 #: ar.c:1027 ar.c:1105
416 #, c-format
417 msgid "%s is not a valid archive"
418 msgstr ""
419
420 #: ar.c:1064 objcopy.c:3319
421 #, c-format
422 msgid "illegal pathname found in archive member: %s"
423 msgstr ""
424
425 #: ar.c:1163
426 msgid "could not create temporary file whilst writing archive"
427 msgstr ""
428
429 #: ar.c:1307
430 #, c-format
431 msgid "No member named `%s'\n"
432 msgstr ""
433
434 #: ar.c:1357
435 #, c-format
436 msgid "no entry %s in archive %s!"
437 msgstr ""
438
439 #: ar.c:1496
440 #, c-format
441 msgid "%s: no archive map to update"
442 msgstr ""
443
444 #: arsup.c:89
445 #, c-format
446 msgid "No entry %s in archive.\n"
447 msgstr ""
448
449 #: arsup.c:114
450 #, c-format
451 msgid "Can't open file %s\n"
452 msgstr ""
453
454 #: arsup.c:164
455 #, c-format
456 msgid "%s: Can't open output archive %s\n"
457 msgstr ""
458
459 #: arsup.c:181
460 #, c-format
461 msgid "%s: Can't open input archive %s\n"
462 msgstr ""
463
464 #: arsup.c:190
465 #, c-format
466 msgid "%s: file %s is not an archive\n"
467 msgstr ""
468
469 #: arsup.c:230
470 #, c-format
471 msgid "%s: no output archive specified yet\n"
472 msgstr ""
473
474 #: arsup.c:250 arsup.c:293 arsup.c:335 arsup.c:358 arsup.c:424
475 #, c-format
476 msgid "%s: no open output archive\n"
477 msgstr ""
478
479 #: arsup.c:266 arsup.c:379 arsup.c:405
480 #, c-format
481 msgid "%s: can't open file %s\n"
482 msgstr ""
483
484 #: arsup.c:320 arsup.c:401 arsup.c:482
485 #, c-format
486 msgid "%s: can't find module file %s\n"
487 msgstr ""
488
489 #: arsup.c:433
490 #, c-format
491 msgid "Current open archive is %s\n"
492 msgstr ""
493
494 #: arsup.c:457
495 #, c-format
496 msgid "%s: no open archive\n"
497 msgstr ""
498
499 #: binemul.c:38
500 #, c-format
501 msgid "  No emulation specific options\n"
502 msgstr ""
503
504 #. Macros for common output.
505 #: binemul.h:49
506 #, c-format
507 msgid " emulation options: \n"
508 msgstr ""
509
510 #: bucomm.c:156
511 #, c-format
512 msgid "can't set BFD default target to `%s': %s"
513 msgstr ""
514
515 #: bucomm.c:168
516 #, c-format
517 msgid "%s: Matching formats:"
518 msgstr ""
519
520 #: bucomm.c:183
521 #, c-format
522 msgid "Supported targets:"
523 msgstr ""
524
525 #: bucomm.c:185
526 #, c-format
527 msgid "%s: supported targets:"
528 msgstr ""
529
530 #: bucomm.c:203
531 #, c-format
532 msgid "Supported architectures:"
533 msgstr ""
534
535 #: bucomm.c:205
536 #, c-format
537 msgid "%s: supported architectures:"
538 msgstr ""
539
540 #: bucomm.c:218
541 msgid "big endian"
542 msgstr ""
543
544 #: bucomm.c:219
545 msgid "little endian"
546 msgstr ""
547
548 #: bucomm.c:220
549 msgid "endianness unknown"
550 msgstr ""
551
552 #: bucomm.c:267
553 #, c-format
554 msgid ""
555 "%s\n"
556 " (header %s, data %s)\n"
557 msgstr ""
558
559 #: bucomm.c:416
560 #, c-format
561 msgid "BFD header file version %s\n"
562 msgstr ""
563
564 #: bucomm.c:446
565 #, c-format
566 msgid "<time data corrupt>"
567 msgstr ""
568
569 #: bucomm.c:586
570 #, c-format
571 msgid "%s: bad number: %s"
572 msgstr ""
573
574 #: bucomm.c:606 strings.c:404
575 #, c-format
576 msgid "'%s': No such file"
577 msgstr ""
578
579 #: bucomm.c:608 strings.c:406
580 #, c-format
581 msgid "Warning: could not locate '%s'.  reason: %s"
582 msgstr ""
583
584 #: bucomm.c:612 strings.c:412
585 #, c-format
586 msgid "Warning: '%s' is a directory"
587 msgstr ""
588
589 #: bucomm.c:614
590 #, c-format
591 msgid "Warning: '%s' is not an ordinary file"
592 msgstr ""
593
594 #: bucomm.c:616
595 #, c-format
596 msgid "Warning: '%s' has negative size, probably it is too large"
597 msgstr ""
598
599 #: coffdump.c:106
600 #, c-format
601 msgid "#lines %d "
602 msgstr ""
603
604 #: coffdump.c:129
605 #, c-format
606 msgid "size %d "
607 msgstr ""
608
609 #: coffdump.c:134
610 #, c-format
611 msgid "section definition at %x size %x\n"
612 msgstr ""
613
614 #: coffdump.c:140
615 #, c-format
616 msgid "pointer to"
617 msgstr ""
618
619 #: coffdump.c:145
620 #, c-format
621 msgid "array [%d] of"
622 msgstr ""
623
624 #: coffdump.c:150
625 #, c-format
626 msgid "function returning"
627 msgstr ""
628
629 #: coffdump.c:154
630 #, c-format
631 msgid "arguments"
632 msgstr ""
633
634 #: coffdump.c:158
635 #, c-format
636 msgid "code"
637 msgstr ""
638
639 #: coffdump.c:164
640 #, c-format
641 msgid "structure definition"
642 msgstr ""
643
644 #: coffdump.c:170
645 #, c-format
646 msgid "structure ref to UNKNOWN struct"
647 msgstr ""
648
649 #: coffdump.c:172
650 #, c-format
651 msgid "structure ref to %s"
652 msgstr ""
653
654 #: coffdump.c:175
655 #, c-format
656 msgid "enum ref to %s"
657 msgstr ""
658
659 #: coffdump.c:178
660 #, c-format
661 msgid "enum definition"
662 msgstr ""
663
664 #: coffdump.c:251
665 #, c-format
666 msgid "Stack offset %x"
667 msgstr ""
668
669 #: coffdump.c:254
670 #, c-format
671 msgid "Memory section %s+%x"
672 msgstr ""
673
674 #: coffdump.c:257
675 #, c-format
676 msgid "Register %d"
677 msgstr ""
678
679 #: coffdump.c:260
680 #, c-format
681 msgid "Struct Member offset %x"
682 msgstr ""
683
684 #: coffdump.c:263
685 #, c-format
686 msgid "Enum Member offset %x"
687 msgstr ""
688
689 #: coffdump.c:266
690 #, c-format
691 msgid "Undefined symbol"
692 msgstr ""
693
694 #: coffdump.c:334
695 #, c-format
696 msgid "List of symbols"
697 msgstr ""
698
699 #: coffdump.c:341
700 #, c-format
701 msgid "Symbol  %s, tag %d, number %d"
702 msgstr ""
703
704 #: coffdump.c:345 readelf.c:16565 readelf.c:16653
705 #, c-format
706 msgid "Type"
707 msgstr ""
708
709 #: coffdump.c:350
710 #, c-format
711 msgid "Where"
712 msgstr ""
713
714 #: coffdump.c:354
715 #, c-format
716 msgid "Visible"
717 msgstr ""
718
719 #: coffdump.c:370
720 msgid "List of blocks "
721 msgstr ""
722
723 #: coffdump.c:383
724 #, c-format
725 msgid "vars %d"
726 msgstr ""
727
728 #: coffdump.c:386
729 #, c-format
730 msgid "blocks"
731 msgstr ""
732
733 #: coffdump.c:404
734 #, c-format
735 msgid "List of source files"
736 msgstr ""
737
738 #: coffdump.c:410
739 #, c-format
740 msgid "Source file %s"
741 msgstr ""
742
743 #: coffdump.c:424
744 #, c-format
745 msgid "section %s %d %d address %x size %x number %d nrelocs %u"
746 msgstr ""
747
748 #. PR 17512: file: 0a38fb7c.
749 #: coffdump.c:436
750 msgid "<no sym>"
751 msgstr ""
752
753 #: coffdump.c:451
754 #, c-format
755 msgid "#sources %d"
756 msgstr ""
757
758 #: coffdump.c:464 sysdump.c:641
759 #, c-format
760 msgid "Usage: %s [option(s)] in-file\n"
761 msgstr ""
762
763 #: coffdump.c:465
764 #, c-format
765 msgid " Print a human readable interpretation of a COFF object file\n"
766 msgstr ""
767
768 #: coffdump.c:466
769 #, c-format
770 msgid ""
771 " The options are:\n"
772 "  @<file>                Read options from <file>\n"
773 "  -h --help              Display this information\n"
774 "  -v --version           Display the program's version\n"
775 "\n"
776 msgstr ""
777
778 #: coffdump.c:536 srconv.c:1797 sysdump.c:706
779 msgid "no input file specified"
780 msgstr ""
781
782 #: coffgrok.c:107
783 msgid "Out of context scope change encountered"
784 msgstr ""
785
786 #: coffgrok.c:130
787 #, c-format
788 msgid "Invalid section target index: %u"
789 msgstr ""
790
791 #: coffgrok.c:187
792 #, c-format
793 msgid "Invalid section target index: %d"
794 msgstr ""
795
796 #: coffgrok.c:190
797 msgid "Target section has insufficient relocs"
798 msgstr ""
799
800 #: coffgrok.c:198 coffgrok.c:445
801 #, c-format
802 msgid "Symbol index %u encountered when there are no symbols"
803 msgstr ""
804
805 #: coffgrok.c:199 coffgrok.c:446
806 #, c-format
807 msgid "Invalid symbol index %u encountered"
808 msgstr ""
809
810 #: coffgrok.c:251
811 #, c-format
812 msgid "Invalid section number (%d) encountered"
813 msgstr ""
814
815 #: coffgrok.c:273
816 #, c-format
817 msgid "Unrecognized symbol class: %d"
818 msgstr ""
819
820 #: coffgrok.c:351
821 #, c-format
822 msgid "Type entry %u does not have enough symbolic information"
823 msgstr ""
824
825 #: coffgrok.c:354
826 #, c-format
827 msgid "Type entry %u does not refer to a symbol"
828 msgstr ""
829
830 #: coffgrok.c:376
831 msgid "Section definition needs a section length"
832 msgstr ""
833
834 #: coffgrok.c:427
835 msgid "Aggregate definition needs auxillary information"
836 msgstr ""
837
838 #: coffgrok.c:436
839 #, c-format
840 msgid "Invalid tag index %#lx encountered"
841 msgstr ""
842
843 #: coffgrok.c:477
844 msgid "Enum definition needs auxillary information"
845 msgstr ""
846
847 #: coffgrok.c:484
848 #, c-format
849 msgid "Invalid enum symbol index %u encountered"
850 msgstr ""
851
852 #: coffgrok.c:520
853 msgid "Array definition needs auxillary information"
854 msgstr ""
855
856 #: coffgrok.c:536
857 #, c-format
858 msgid "Out of range sum for els (%#x) * size (%#x)"
859 msgstr ""
860
861 #: coffgrok.c:627 coffgrok.c:870
862 #, c-format
863 msgid "Unrecognised symbol class: %d"
864 msgstr ""
865
866 #: coffgrok.c:644
867 msgid "ICE: do_define called without a block"
868 msgstr ""
869
870 #: coffgrok.c:646
871 #, c-format
872 msgid "Out of range symbol index: %u"
873 msgstr ""
874
875 #: coffgrok.c:683
876 msgid "Section referenced before any file is defined"
877 msgstr ""
878
879 #: coffgrok.c:701
880 #, c-format
881 msgid "Out of range sum for offset (%#x) + size (%#x)"
882 msgstr ""
883
884 #: coffgrok.c:706
885 #, c-format
886 msgid "Out of range type size: %u"
887 msgstr ""
888
889 #: coffgrok.c:792
890 msgid "Function start encountered without a top level scope."
891 msgstr ""
892
893 #: coffgrok.c:818
894 msgid "Block start encountered without a scope for it."
895 msgstr ""
896
897 #: coffgrok.c:828
898 msgid "Function arguments encountered without a function definition"
899 msgstr ""
900
901 #: coffgrok.c:836
902 msgid "Structure element encountered without a structure definition"
903 msgstr ""
904
905 #: coffgrok.c:841
906 msgid "Enum element encountered without an enum definition"
907 msgstr ""
908
909 #: coffgrok.c:849
910 msgid "Aggregate definition encountered without a scope"
911 msgstr ""
912
913 #: coffgrok.c:855
914 msgid "Label definition encountered without a file scope"
915 msgstr ""
916
917 #: coffgrok.c:863
918 msgid "Variable definition encountered without a scope"
919 msgstr ""
920
921 #: coffgrok.c:886
922 #, c-format
923 msgid "%s: is not a COFF format file"
924 msgstr ""
925
926 #: cxxfilt.c:124 nm.c:295 objdump.c:291
927 #, c-format
928 msgid "Report bugs to %s.\n"
929 msgstr ""
930
931 #: debug.c:647
932 msgid "debug_add_to_current_namespace: no current file"
933 msgstr ""
934
935 #: debug.c:726
936 msgid "debug_start_source: no debug_set_filename call"
937 msgstr ""
938
939 #: debug.c:780
940 msgid "debug_record_function: no debug_set_filename call"
941 msgstr ""
942
943 #: debug.c:832
944 msgid "debug_record_parameter: no current function"
945 msgstr ""
946
947 #: debug.c:864
948 msgid "debug_end_function: no current function"
949 msgstr ""
950
951 #: debug.c:870
952 msgid "debug_end_function: some blocks were not closed"
953 msgstr ""
954
955 #: debug.c:898
956 msgid "debug_start_block: no current block"
957 msgstr ""
958
959 #: debug.c:934
960 msgid "debug_end_block: no current block"
961 msgstr ""
962
963 #: debug.c:941
964 msgid "debug_end_block: attempt to close top level block"
965 msgstr ""
966
967 #: debug.c:964
968 msgid "debug_record_line: no current unit"
969 msgstr ""
970
971 #. FIXME
972 #: debug.c:1017
973 msgid "debug_start_common_block: not implemented"
974 msgstr ""
975
976 #. FIXME
977 #: debug.c:1028
978 msgid "debug_end_common_block: not implemented"
979 msgstr ""
980
981 #. FIXME.
982 #: debug.c:1112
983 msgid "debug_record_label: not implemented"
984 msgstr ""
985
986 #: debug.c:1134
987 msgid "debug_record_variable: no current file"
988 msgstr ""
989
990 #: debug.c:1662
991 msgid "debug_make_undefined_type: unsupported kind"
992 msgstr ""
993
994 #: debug.c:1839
995 msgid "debug_name_type: no current file"
996 msgstr ""
997
998 #: debug.c:1884
999 msgid "debug_tag_type: no current file"
1000 msgstr ""
1001
1002 #: debug.c:1892
1003 msgid "debug_tag_type: extra tag attempted"
1004 msgstr ""
1005
1006 #: debug.c:1929
1007 #, c-format
1008 msgid "Warning: changing type size from %d to %d\n"
1009 msgstr ""
1010
1011 #: debug.c:1951
1012 msgid "debug_find_named_type: no current compilation unit"
1013 msgstr ""
1014
1015 #: debug.c:2054
1016 #, c-format
1017 msgid "debug_get_real_type: circular debug information for %s\n"
1018 msgstr ""
1019
1020 #: debug.c:2481
1021 msgid "debug_write_type: illegal type encountered"
1022 msgstr ""
1023
1024 #: dlltool.c:901 dlltool.c:926 dlltool.c:956
1025 #, c-format
1026 msgid "Internal error: Unknown machine type: %d"
1027 msgstr ""
1028
1029 #: dlltool.c:997
1030 #, c-format
1031 msgid "Can't open def file: %s"
1032 msgstr ""
1033
1034 #: dlltool.c:1002
1035 #, c-format
1036 msgid "Processing def file: %s"
1037 msgstr ""
1038
1039 #: dlltool.c:1006
1040 msgid "Processed def file"
1041 msgstr ""
1042
1043 #: dlltool.c:1030
1044 #, c-format
1045 msgid "Syntax error in def file %s:%d"
1046 msgstr ""
1047
1048 #: dlltool.c:1067
1049 #, c-format
1050 msgid "%s: Path components stripped from image name, '%s'."
1051 msgstr ""
1052
1053 #: dlltool.c:1085
1054 #, c-format
1055 msgid "NAME: %s base: %x"
1056 msgstr ""
1057
1058 #: dlltool.c:1088 dlltool.c:1109
1059 msgid "Can't have LIBRARY and NAME"
1060 msgstr ""
1061
1062 #: dlltool.c:1106
1063 #, c-format
1064 msgid "LIBRARY: %s base: %x"
1065 msgstr ""
1066
1067 #: dlltool.c:1262
1068 #, c-format
1069 msgid "VERSION %d.%d\n"
1070 msgstr ""
1071
1072 #: dlltool.c:1310
1073 #, c-format
1074 msgid "run: %s %s"
1075 msgstr ""
1076
1077 #: dlltool.c:1351 resrc.c:288
1078 #, c-format
1079 msgid "wait: %s"
1080 msgstr ""
1081
1082 #: dlltool.c:1356 dllwrap.c:416 resrc.c:293
1083 #, c-format
1084 msgid "subprocess got fatal signal %d"
1085 msgstr ""
1086
1087 #: dlltool.c:1362 dllwrap.c:423 resrc.c:300
1088 #, c-format
1089 msgid "%s exited with status %d"
1090 msgstr ""
1091
1092 #: dlltool.c:1393
1093 #, c-format
1094 msgid "Sucking in info from %s section in %s"
1095 msgstr ""
1096
1097 #: dlltool.c:1533
1098 #, c-format
1099 msgid "Excluding symbol: %s"
1100 msgstr ""
1101
1102 #: dlltool.c:1622 dlltool.c:1633 nm.c:1121 nm.c:1131 nm.c:1140
1103 #, c-format
1104 msgid "%s: no symbols"
1105 msgstr ""
1106
1107 #. FIXME: we ought to read in and block out the base relocations.
1108 #: dlltool.c:1659
1109 #, c-format
1110 msgid "Done reading %s"
1111 msgstr ""
1112
1113 #: dlltool.c:1669
1114 #, c-format
1115 msgid "Unable to open object file: %s: %s"
1116 msgstr ""
1117
1118 #: dlltool.c:1672
1119 #, c-format
1120 msgid "Scanning object file %s"
1121 msgstr ""
1122
1123 #: dlltool.c:1692
1124 #, c-format
1125 msgid "Cannot produce mcore-elf dll from archive file: %s"
1126 msgstr ""
1127
1128 #: dlltool.c:1794
1129 msgid "Adding exports to output file"
1130 msgstr ""
1131
1132 #: dlltool.c:1846
1133 msgid "Added exports to output file"
1134 msgstr ""
1135
1136 #: dlltool.c:2014
1137 #, c-format
1138 msgid "Generating export file: %s"
1139 msgstr ""
1140
1141 #: dlltool.c:2019
1142 #, c-format
1143 msgid "Unable to open temporary assembler file: %s"
1144 msgstr ""
1145
1146 #: dlltool.c:2024
1147 #, c-format
1148 msgid "Opened temporary file: %s"
1149 msgstr ""
1150
1151 #: dlltool.c:2200
1152 msgid "failed to read the number of entries from base file"
1153 msgstr ""
1154
1155 #: dlltool.c:2251
1156 msgid "Generated exports file"
1157 msgstr ""
1158
1159 #: dlltool.c:2461
1160 #, c-format
1161 msgid "bfd_open failed open stub file: %s: %s"
1162 msgstr ""
1163
1164 #: dlltool.c:2465
1165 #, c-format
1166 msgid "Creating stub file: %s"
1167 msgstr ""
1168
1169 #: dlltool.c:2936
1170 #, c-format
1171 msgid "bfd_open failed reopen stub file: %s: %s"
1172 msgstr ""
1173
1174 #: dlltool.c:2950 dlltool.c:3029
1175 #, c-format
1176 msgid "failed to open temporary head file: %s"
1177 msgstr ""
1178
1179 #: dlltool.c:3014 dlltool.c:3100
1180 #, c-format
1181 msgid "failed to open temporary head file: %s: %s"
1182 msgstr ""
1183
1184 #: dlltool.c:3115
1185 #, c-format
1186 msgid "failed to open temporary tail file: %s"
1187 msgstr ""
1188
1189 #: dlltool.c:3174
1190 #, c-format
1191 msgid "failed to open temporary tail file: %s: %s"
1192 msgstr ""
1193
1194 #: dlltool.c:3197
1195 #, c-format
1196 msgid "Can't create .lib file: %s: %s"
1197 msgstr ""
1198
1199 #: dlltool.c:3201
1200 #, c-format
1201 msgid "Creating library file: %s"
1202 msgstr ""
1203
1204 #: dlltool.c:3288 dlltool.c:3294
1205 #, c-format
1206 msgid "cannot delete %s: %s"
1207 msgstr ""
1208
1209 #: dlltool.c:3300
1210 msgid "Created lib file"
1211 msgstr ""
1212
1213 #: dlltool.c:3513
1214 #, c-format
1215 msgid "Can't open .lib file: %s: %s"
1216 msgstr ""
1217
1218 #: dlltool.c:3521 dlltool.c:3543
1219 #, c-format
1220 msgid "%s is not a library"
1221 msgstr ""
1222
1223 #: dlltool.c:3561
1224 #, c-format
1225 msgid "Import library `%s' specifies two or more dlls"
1226 msgstr ""
1227
1228 #: dlltool.c:3572
1229 #, c-format
1230 msgid "Unable to determine dll name for `%s' (not an import library?)"
1231 msgstr ""
1232
1233 #: dlltool.c:3804
1234 #, c-format
1235 msgid "Warning, ignoring duplicate EXPORT %s %d,%d"
1236 msgstr ""
1237
1238 #: dlltool.c:3810
1239 #, c-format
1240 msgid "Error, duplicate EXPORT with ordinals: %s"
1241 msgstr ""
1242
1243 #: dlltool.c:3913
1244 msgid "Processing definitions"
1245 msgstr ""
1246
1247 #: dlltool.c:3940
1248 msgid "Processed definitions"
1249 msgstr ""
1250
1251 #. xgetext:c-format
1252 #: dlltool.c:3947 dllwrap.c:477
1253 #, c-format
1254 msgid "Usage %s <option(s)> <object-file(s)>\n"
1255 msgstr ""
1256
1257 #. xgetext:c-format
1258 #: dlltool.c:3949
1259 #, c-format
1260 msgid ""
1261 "   -m --machine <machine>    Create as DLL for <machine>.  [default: %s]\n"
1262 msgstr ""
1263
1264 #: dlltool.c:3950
1265 #, c-format
1266 msgid ""
1267 "        possible <machine>: arm[_interwork], i386, mcore[-elf]{-le|-be}, "
1268 "ppc, thumb\n"
1269 msgstr ""
1270
1271 #: dlltool.c:3951
1272 #, c-format
1273 msgid "   -e --output-exp <outname> Generate an export file.\n"
1274 msgstr ""
1275
1276 #: dlltool.c:3952
1277 #, c-format
1278 msgid "   -l --output-lib <outname> Generate an interface library.\n"
1279 msgstr ""
1280
1281 #: dlltool.c:3953
1282 #, c-format
1283 msgid "   -y --output-delaylib <outname> Create a delay-import library.\n"
1284 msgstr ""
1285
1286 #: dlltool.c:3954
1287 #, c-format
1288 msgid "   -a --add-indirect         Add dll indirects to export file.\n"
1289 msgstr ""
1290
1291 #: dlltool.c:3955
1292 #, c-format
1293 msgid ""
1294 "   -D --dllname <name>       Name of input dll to put into interface lib.\n"
1295 msgstr ""
1296
1297 #: dlltool.c:3956
1298 #, c-format
1299 msgid "   -d --input-def <deffile>  Name of .def file to be read in.\n"
1300 msgstr ""
1301
1302 #: dlltool.c:3957
1303 #, c-format
1304 msgid "   -z --output-def <deffile> Name of .def file to be created.\n"
1305 msgstr ""
1306
1307 #: dlltool.c:3958
1308 #, c-format
1309 msgid "      --export-all-symbols   Export all symbols to .def\n"
1310 msgstr ""
1311
1312 #: dlltool.c:3959
1313 #, c-format
1314 msgid "      --no-export-all-symbols  Only export listed symbols\n"
1315 msgstr ""
1316
1317 #: dlltool.c:3960
1318 #, c-format
1319 msgid "      --exclude-symbols <list> Don't export <list>\n"
1320 msgstr ""
1321
1322 #: dlltool.c:3961
1323 #, c-format
1324 msgid "      --no-default-excludes  Clear default exclude symbols\n"
1325 msgstr ""
1326
1327 #: dlltool.c:3962
1328 #, c-format
1329 msgid "   -b --base-file <basefile> Read linker generated base file.\n"
1330 msgstr ""
1331
1332 #: dlltool.c:3963
1333 #, c-format
1334 msgid "   -x --no-idata4            Don't generate idata$4 section.\n"
1335 msgstr ""
1336
1337 #: dlltool.c:3964
1338 #, c-format
1339 msgid "   -c --no-idata5            Don't generate idata$5 section.\n"
1340 msgstr ""
1341
1342 #: dlltool.c:3965
1343 #, c-format
1344 msgid ""
1345 "      --use-nul-prefixed-import-tables Use zero prefixed idata$4 and idata"
1346 "$5.\n"
1347 msgstr ""
1348
1349 #: dlltool.c:3966
1350 #, c-format
1351 msgid ""
1352 "   -U --add-underscore       Add underscores to all symbols in interface "
1353 "library.\n"
1354 msgstr ""
1355
1356 #: dlltool.c:3967
1357 #, c-format
1358 msgid ""
1359 "      --add-stdcall-underscore Add underscores to stdcall symbols in "
1360 "interface library.\n"
1361 msgstr ""
1362
1363 #: dlltool.c:3968
1364 #, c-format
1365 msgid ""
1366 "      --no-leading-underscore All symbols shouldn't be prefixed by an "
1367 "underscore.\n"
1368 msgstr ""
1369
1370 #: dlltool.c:3969
1371 #, c-format
1372 msgid ""
1373 "      --leading-underscore   All symbols should be prefixed by an "
1374 "underscore.\n"
1375 msgstr ""
1376
1377 #: dlltool.c:3970
1378 #, c-format
1379 msgid "   -k --kill-at              Kill @<n> from exported names.\n"
1380 msgstr ""
1381
1382 #: dlltool.c:3971
1383 #, c-format
1384 msgid "   -A --add-stdcall-alias    Add aliases without @<n>.\n"
1385 msgstr ""
1386
1387 #: dlltool.c:3972
1388 #, c-format
1389 msgid "   -p --ext-prefix-alias <prefix> Add aliases with <prefix>.\n"
1390 msgstr ""
1391
1392 #: dlltool.c:3973
1393 #, c-format
1394 msgid "   -S --as <name>            Use <name> for assembler.\n"
1395 msgstr ""
1396
1397 #: dlltool.c:3974
1398 #, c-format
1399 msgid "   -f --as-flags <flags>     Pass <flags> to the assembler.\n"
1400 msgstr ""
1401
1402 #: dlltool.c:3975
1403 #, c-format
1404 msgid ""
1405 "   -C --compat-implib        Create backward compatible import library.\n"
1406 msgstr ""
1407
1408 #: dlltool.c:3976
1409 #, c-format
1410 msgid ""
1411 "   -n --no-delete            Keep temp files (repeat for extra "
1412 "preservation).\n"
1413 msgstr ""
1414
1415 #: dlltool.c:3977
1416 #, c-format
1417 msgid ""
1418 "   -t --temp-prefix <prefix> Use <prefix> to construct temp file names.\n"
1419 msgstr ""
1420
1421 #: dlltool.c:3978
1422 #, c-format
1423 msgid ""
1424 "   -I --identify <implib>    Report the name of the DLL associated with "
1425 "<implib>.\n"
1426 msgstr ""
1427
1428 #: dlltool.c:3979
1429 #, c-format
1430 msgid ""
1431 "      --identify-strict      Causes --identify to report error when multiple "
1432 "DLLs.\n"
1433 msgstr ""
1434
1435 #: dlltool.c:3980
1436 #, c-format
1437 msgid "   -v --verbose              Be verbose.\n"
1438 msgstr ""
1439
1440 #: dlltool.c:3981
1441 #, c-format
1442 msgid "   -V --version              Display the program version.\n"
1443 msgstr ""
1444
1445 #: dlltool.c:3982
1446 #, c-format
1447 msgid "   -h --help                 Display this information.\n"
1448 msgstr ""
1449
1450 #: dlltool.c:3983
1451 #, c-format
1452 msgid "   @<file>                   Read options from <file>.\n"
1453 msgstr ""
1454
1455 #: dlltool.c:3985
1456 #, c-format
1457 msgid ""
1458 "   -M --mcore-elf <outname>  Process mcore-elf object files into <outname>.\n"
1459 msgstr ""
1460
1461 #: dlltool.c:3986
1462 #, c-format
1463 msgid "   -L --linker <name>        Use <name> as the linker.\n"
1464 msgstr ""
1465
1466 #: dlltool.c:3987
1467 #, c-format
1468 msgid "   -F --linker-flags <flags> Pass <flags> to the linker.\n"
1469 msgstr ""
1470
1471 #: dlltool.c:4133
1472 #, c-format
1473 msgid "Unable to open def-file: %s"
1474 msgstr ""
1475
1476 #: dlltool.c:4138
1477 #, c-format
1478 msgid "Path components stripped from dllname, '%s'."
1479 msgstr ""
1480
1481 #: dlltool.c:4186
1482 #, c-format
1483 msgid "Unable to open base-file: %s"
1484 msgstr ""
1485
1486 #: dlltool.c:4221
1487 #, c-format
1488 msgid "Machine '%s' not supported"
1489 msgstr ""
1490
1491 #: dlltool.c:4301
1492 #, c-format
1493 msgid "Warning, machine type (%d) not supported for delayimport."
1494 msgstr ""
1495
1496 #: dlltool.c:4369 dllwrap.c:206
1497 #, c-format
1498 msgid "Tried file: %s"
1499 msgstr ""
1500
1501 #: dlltool.c:4376 dllwrap.c:213
1502 #, c-format
1503 msgid "Using file: %s"
1504 msgstr ""
1505
1506 #: dllwrap.c:296
1507 #, c-format
1508 msgid "Keeping temporary base file %s"
1509 msgstr ""
1510
1511 #: dllwrap.c:298
1512 #, c-format
1513 msgid "Deleting temporary base file %s"
1514 msgstr ""
1515
1516 #: dllwrap.c:312
1517 #, c-format
1518 msgid "Keeping temporary exp file %s"
1519 msgstr ""
1520
1521 #: dllwrap.c:314
1522 #, c-format
1523 msgid "Deleting temporary exp file %s"
1524 msgstr ""
1525
1526 #: dllwrap.c:327
1527 #, c-format
1528 msgid "Keeping temporary def file %s"
1529 msgstr ""
1530
1531 #: dllwrap.c:329
1532 #, c-format
1533 msgid "Deleting temporary def file %s"
1534 msgstr ""
1535
1536 #: dllwrap.c:411
1537 #, c-format
1538 msgid "pwait returns: %s"
1539 msgstr ""
1540
1541 #: dllwrap.c:478
1542 #, c-format
1543 msgid "  Generic options:\n"
1544 msgstr ""
1545
1546 #: dllwrap.c:479
1547 #, c-format
1548 msgid "   @<file>                Read options from <file>\n"
1549 msgstr ""
1550
1551 #: dllwrap.c:480
1552 #, c-format
1553 msgid "   --quiet, -q            Work quietly\n"
1554 msgstr ""
1555
1556 #: dllwrap.c:481
1557 #, c-format
1558 msgid "   --verbose, -v          Verbose\n"
1559 msgstr ""
1560
1561 #: dllwrap.c:482
1562 #, c-format
1563 msgid "   --version              Print dllwrap version\n"
1564 msgstr ""
1565
1566 #: dllwrap.c:483
1567 #, c-format
1568 msgid "   --implib <outname>     Synonym for --output-lib\n"
1569 msgstr ""
1570
1571 #: dllwrap.c:484
1572 #, c-format
1573 msgid "  Options for %s:\n"
1574 msgstr ""
1575
1576 #: dllwrap.c:485
1577 #, c-format
1578 msgid "   --driver-name <driver> Defaults to \"gcc\"\n"
1579 msgstr ""
1580
1581 #: dllwrap.c:486
1582 #, c-format
1583 msgid "   --driver-flags <flags> Override default ld flags\n"
1584 msgstr ""
1585
1586 #: dllwrap.c:487
1587 #, c-format
1588 msgid "   --dlltool-name <dlltool> Defaults to \"dlltool\"\n"
1589 msgstr ""
1590
1591 #: dllwrap.c:488
1592 #, c-format
1593 msgid "   --entry <entry>        Specify alternate DLL entry point\n"
1594 msgstr ""
1595
1596 #: dllwrap.c:489
1597 #, c-format
1598 msgid "   --image-base <base>    Specify image base address\n"
1599 msgstr ""
1600
1601 #: dllwrap.c:490
1602 #, c-format
1603 msgid "   --target <machine>     i386-cygwin32 or i386-mingw32\n"
1604 msgstr ""
1605
1606 #: dllwrap.c:491
1607 #, c-format
1608 msgid "   --dry-run              Show what needs to be run\n"
1609 msgstr ""
1610
1611 #: dllwrap.c:492
1612 #, c-format
1613 msgid "   --mno-cygwin           Create Mingw DLL\n"
1614 msgstr ""
1615
1616 #: dllwrap.c:493
1617 #, c-format
1618 msgid "  Options passed to DLLTOOL:\n"
1619 msgstr ""
1620
1621 #: dllwrap.c:494
1622 #, c-format
1623 msgid "   --machine <machine>\n"
1624 msgstr ""
1625
1626 #: dllwrap.c:495
1627 #, c-format
1628 msgid "   --output-exp <outname> Generate export file.\n"
1629 msgstr ""
1630
1631 #: dllwrap.c:496
1632 #, c-format
1633 msgid "   --output-lib <outname> Generate input library.\n"
1634 msgstr ""
1635
1636 #: dllwrap.c:497
1637 #, c-format
1638 msgid "   --add-indirect         Add dll indirects to export file.\n"
1639 msgstr ""
1640
1641 #: dllwrap.c:498
1642 #, c-format
1643 msgid "   --dllname <name>       Name of input dll to put into output lib.\n"
1644 msgstr ""
1645
1646 #: dllwrap.c:499
1647 #, c-format
1648 msgid "   --def <deffile>        Name input .def file\n"
1649 msgstr ""
1650
1651 #: dllwrap.c:500
1652 #, c-format
1653 msgid "   --output-def <deffile> Name output .def file\n"
1654 msgstr ""
1655
1656 #: dllwrap.c:501
1657 #, c-format
1658 msgid "   --export-all-symbols     Export all symbols to .def\n"
1659 msgstr ""
1660
1661 #: dllwrap.c:502
1662 #, c-format
1663 msgid "   --no-export-all-symbols  Only export .drectve symbols\n"
1664 msgstr ""
1665
1666 #: dllwrap.c:503
1667 #, c-format
1668 msgid "   --exclude-symbols <list> Exclude <list> from .def\n"
1669 msgstr ""
1670
1671 #: dllwrap.c:504
1672 #, c-format
1673 msgid "   --no-default-excludes    Zap default exclude symbols\n"
1674 msgstr ""
1675
1676 #: dllwrap.c:505
1677 #, c-format
1678 msgid "   --base-file <basefile> Read linker generated base file\n"
1679 msgstr ""
1680
1681 #: dllwrap.c:506
1682 #, c-format
1683 msgid "   --no-idata4           Don't generate idata$4 section\n"
1684 msgstr ""
1685
1686 #: dllwrap.c:507
1687 #, c-format
1688 msgid "   --no-idata5           Don't generate idata$5 section\n"
1689 msgstr ""
1690
1691 #: dllwrap.c:508
1692 #, c-format
1693 msgid "   -U                     Add underscores to .lib\n"
1694 msgstr ""
1695
1696 #: dllwrap.c:509
1697 #, c-format
1698 msgid "   -k                     Kill @<n> from exported names\n"
1699 msgstr ""
1700
1701 #: dllwrap.c:510
1702 #, c-format
1703 msgid "   --add-stdcall-alias    Add aliases without @<n>\n"
1704 msgstr ""
1705
1706 #: dllwrap.c:511
1707 #, c-format
1708 msgid "   --as <name>            Use <name> for assembler\n"
1709 msgstr ""
1710
1711 #: dllwrap.c:512
1712 #, c-format
1713 msgid "   --nodelete             Keep temp files.\n"
1714 msgstr ""
1715
1716 #: dllwrap.c:513
1717 #, c-format
1718 msgid "   --no-leading-underscore  Entrypoint without underscore\n"
1719 msgstr ""
1720
1721 #: dllwrap.c:514
1722 #, c-format
1723 msgid "   --leading-underscore     Entrypoint with underscore.\n"
1724 msgstr ""
1725
1726 #: dllwrap.c:515
1727 #, c-format
1728 msgid "  Rest are passed unmodified to the language driver\n"
1729 msgstr ""
1730
1731 #: dllwrap.c:799
1732 msgid "Must provide at least one of -o or --dllname options"
1733 msgstr ""
1734
1735 #: dllwrap.c:828
1736 msgid ""
1737 "no export definition file provided.\n"
1738 "Creating one, but that may not be what you want"
1739 msgstr ""
1740
1741 #: dllwrap.c:1017
1742 #, c-format
1743 msgid "DLLTOOL name    : %s\n"
1744 msgstr ""
1745
1746 #: dllwrap.c:1018
1747 #, c-format
1748 msgid "DLLTOOL options : %s\n"
1749 msgstr ""
1750
1751 #: dllwrap.c:1019
1752 #, c-format
1753 msgid "DRIVER name     : %s\n"
1754 msgstr ""
1755
1756 #: dllwrap.c:1020
1757 #, c-format
1758 msgid "DRIVER options  : %s\n"
1759 msgstr ""
1760
1761 #: dwarf.c:152
1762 msgid "Encoded value extends past end of section\n"
1763 msgstr ""
1764
1765 #: dwarf.c:160
1766 #, c-format
1767 msgid "Encoded size of %d is too large to read\n"
1768 msgstr ""
1769
1770 #: dwarf.c:168
1771 msgid "Encoded size of 0 is too small to read\n"
1772 msgstr ""
1773
1774 #: dwarf.c:369 dwarf.c:383
1775 #, c-format
1776 msgid ""
1777 "Internal error: %s:%d: LEB value (%s) too large for containing variable\n"
1778 msgstr ""
1779
1780 #. Read AMOUNT bytes from PTR and store them in VAL as an unsigned value.
1781 #. Checks to make sure that the read will not reach or pass END
1782 #. and that VAL is big enough to hold AMOUNT bytes.
1783 #: dwarf.c:399
1784 #, c-format
1785 msgid "internal error: attempt to read %d byte of data in to %d sized variable"
1786 msgid_plural ""
1787 "internal error: attempt to read %d bytes of data in to %d sized variable"
1788 msgstr[0] ""
1789 msgstr[1] ""
1790
1791 #: dwarf.c:525 dwarf.c:4422
1792 msgid "Badly formed extended line op encountered!\n"
1793 msgstr ""
1794
1795 #: dwarf.c:532
1796 #, c-format
1797 msgid "  Extended opcode %d: "
1798 msgstr ""
1799
1800 #: dwarf.c:537
1801 #, c-format
1802 msgid ""
1803 "End of Sequence\n"
1804 "\n"
1805 msgstr ""
1806
1807 #: dwarf.c:545
1808 #, c-format
1809 msgid "Length (%d) of DW_LNE_set_address op is too long\n"
1810 msgstr ""
1811
1812 #: dwarf.c:551
1813 #, c-format
1814 msgid "set Address to 0x%s\n"
1815 msgstr ""
1816
1817 #: dwarf.c:558
1818 #, c-format
1819 msgid "define new File Table entry\n"
1820 msgstr ""
1821
1822 #: dwarf.c:559 dwarf.c:3711
1823 #, c-format
1824 msgid "  Entry\tDir\tTime\tSize\tName\n"
1825 msgstr ""
1826
1827 #: dwarf.c:578
1828 msgid "DW_LNE_define_file: Bad opcode length\n"
1829 msgstr ""
1830
1831 #: dwarf.c:582
1832 #, c-format
1833 msgid "set Discriminator to %s\n"
1834 msgstr ""
1835
1836 #: dwarf.c:657
1837 #, c-format
1838 msgid "    UNKNOWN DW_LNE_HP_SFC opcode (%u)\n"
1839 msgstr ""
1840
1841 #. The test against DW_LNW_hi_user is redundant due to
1842 #. the limited range of the unsigned char data type used
1843 #. for op_code.
1844 #. && op_code <= DW_LNE_hi_user
1845 #: dwarf.c:674
1846 #, c-format
1847 msgid "user defined: "
1848 msgstr ""
1849
1850 #: dwarf.c:676
1851 #, c-format
1852 msgid "UNKNOWN: "
1853 msgstr ""
1854
1855 #: dwarf.c:677
1856 #, c-format
1857 msgid "length %d ["
1858 msgstr ""
1859
1860 #: dwarf.c:695 dwarf.c:771 dwarf.c:1728
1861 msgid "<no .debug_str section>"
1862 msgstr ""
1863
1864 #: dwarf.c:699
1865 #, c-format
1866 msgid "DW_FORM_strp offset too big: %s\n"
1867 msgstr ""
1868
1869 #: dwarf.c:701 dwarf.c:729 dwarf.c:1733
1870 msgid "<offset is too big>"
1871 msgstr ""
1872
1873 #: dwarf.c:711 dwarf.c:1742
1874 msgid "<no NUL byte at end of .debug_str section>"
1875 msgstr ""
1876
1877 #: dwarf.c:723
1878 msgid "<no .debug_line_str section>"
1879 msgstr ""
1880
1881 #: dwarf.c:727
1882 #, c-format
1883 msgid "DW_FORM_line_strp offset too big: %s\n"
1884 msgstr ""
1885
1886 #: dwarf.c:739
1887 msgid "<no NUL byte at end of .debug_line_str section>"
1888 msgstr ""
1889
1890 #: dwarf.c:757
1891 msgid "<no .debug_str_offsets.dwo section>"
1892 msgstr ""
1893
1894 #: dwarf.c:758
1895 msgid "<no .debug_str_offsets section>"
1896 msgstr ""
1897
1898 #: dwarf.c:764
1899 #, c-format
1900 msgid "DW_FORM_GNU_str_index offset too big: %s\n"
1901 msgstr ""
1902
1903 #: dwarf.c:766
1904 msgid "<index offset is too big>"
1905 msgstr ""
1906
1907 #: dwarf.c:770
1908 msgid "<no .debug_str.dwo section>"
1909 msgstr ""
1910
1911 #: dwarf.c:777
1912 #, c-format
1913 msgid "DW_FORM_GNU_str_index indirect offset too big: %s\n"
1914 msgstr ""
1915
1916 #: dwarf.c:779
1917 msgid "<indirect index offset is too big>"
1918 msgstr ""
1919
1920 #: dwarf.c:788
1921 msgid "<no NUL byte at end of section>"
1922 msgstr ""
1923
1924 #: dwarf.c:799
1925 msgid "<no .debug_addr section>"
1926 msgstr ""
1927
1928 #: dwarf.c:803
1929 #, c-format
1930 msgid "Offset into section %s too big: %s\n"
1931 msgstr ""
1932
1933 #. Report the missing single zero which ends the section.
1934 #: dwarf.c:981
1935 msgid ".debug_abbrev section not zero terminated\n"
1936 msgstr ""
1937
1938 #: dwarf.c:996
1939 #, c-format
1940 msgid "User TAG value: %#lx"
1941 msgstr ""
1942
1943 #: dwarf.c:998
1944 #, c-format
1945 msgid "Unknown TAG value: %#lx"
1946 msgstr ""
1947
1948 #: dwarf.c:1018
1949 #, c-format
1950 msgid "Unknown FORM value: %lx"
1951 msgstr ""
1952
1953 #: dwarf.c:1034
1954 #, c-format
1955 msgid "Unknown IDX value: %lx"
1956 msgstr ""
1957
1958 #: dwarf.c:1048
1959 #, c-format
1960 msgid "%c%s byte block: "
1961 msgstr ""
1962
1963 #: dwarf.c:1402
1964 #, c-format
1965 msgid "(DW_OP_call_ref in frame info)"
1966 msgstr ""
1967
1968 #: dwarf.c:1424
1969 #, c-format
1970 msgid "size: %s "
1971 msgstr ""
1972
1973 #: dwarf.c:1427
1974 #, c-format
1975 msgid "offset: %s "
1976 msgstr ""
1977
1978 #: dwarf.c:1446
1979 #, c-format
1980 msgid "DW_OP_GNU_push_tls_address or DW_OP_HP_unknown"
1981 msgstr ""
1982
1983 #: dwarf.c:1471
1984 #, c-format
1985 msgid "(%s in frame info)"
1986 msgstr ""
1987
1988 #: dwarf.c:1583
1989 #, c-format
1990 msgid "(DW_OP_GNU_variable_value in frame info)"
1991 msgstr ""
1992
1993 #: dwarf.c:1636
1994 #, c-format
1995 msgid "(User defined location op 0x%x)"
1996 msgstr ""
1997
1998 #: dwarf.c:1638
1999 #, c-format
2000 msgid "(Unknown location op 0x%x)"
2001 msgstr ""
2002
2003 #: dwarf.c:1721
2004 msgid "<following link not possible>"
2005 msgstr ""
2006
2007 #: dwarf.c:1724
2008 msgid "<could not load separate string section>"
2009 msgstr ""
2010
2011 #: dwarf.c:1732
2012 #, c-format
2013 msgid "DW_FORM_GNU_strp_alt offset too big: %s\n"
2014 msgstr ""
2015
2016 #: dwarf.c:1765
2017 #, c-format
2018 msgid "Unknown AT value: %lx"
2019 msgstr ""
2020
2021 #: dwarf.c:1796
2022 msgid "Corrupt attribute\n"
2023 msgstr ""
2024
2025 #: dwarf.c:1811
2026 msgid "Internal error: DWARF version is not 2, 3 or 4.\n"
2027 msgstr ""
2028
2029 #: dwarf.c:1949
2030 msgid "DW_FORM_data8 is unsupported when sizeof (dwarf_vma) != 8\n"
2031 msgstr ""
2032
2033 #: dwarf.c:1993 dwarf.c:2018 dwarf.c:2039 dwarf.c:2061
2034 msgid "Block ends prematurely\n"
2035 msgstr ""
2036
2037 #: dwarf.c:2004 dwarf.c:2025 dwarf.c:2046 dwarf.c:2070
2038 #, c-format
2039 msgid "Corrupt attribute block length: %lx\n"
2040 msgstr ""
2041
2042 #: dwarf.c:2081
2043 #, c-format
2044 msgid "%c(indirect string, offset: 0x%s): %s"
2045 msgstr ""
2046
2047 #: dwarf.c:2088
2048 #, c-format
2049 msgid "%c(indirect line string, offset: 0x%s): %s"
2050 msgstr ""
2051
2052 #: dwarf.c:2099
2053 #, c-format
2054 msgid "%c(indexed string: 0x%s): %s"
2055 msgstr ""
2056
2057 #: dwarf.c:2108
2058 #, c-format
2059 msgid "%c(alt indirect string, offset: 0x%s) %s"
2060 msgstr ""
2061
2062 #: dwarf.c:2133
2063 #, c-format
2064 msgid "%c(addr_index: 0x%s): %s"
2065 msgstr ""
2066
2067 #: dwarf.c:2139
2068 #, c-format
2069 msgid "Unrecognized form: %lu\n"
2070 msgstr ""
2071
2072 #: dwarf.c:2200
2073 msgid "More location offset attributes than DW_AT_GNU_locview attributes\n"
2074 msgstr ""
2075
2076 #: dwarf.c:2212
2077 msgid "More DW_AT_GNU_locview attributes than location offset attributes\n"
2078 msgstr ""
2079
2080 #: dwarf.c:2272 dwarf.c:2297 dwarf.c:2313
2081 #, c-format
2082 msgid "Unsupported form (%s) for attribute %s\n"
2083 msgstr ""
2084
2085 #: dwarf.c:2274 dwarf.c:2299 dwarf.c:4344 dwarf.c:4654 readelf.c:5849
2086 #: readelf.c:5924 readelf.c:5942 readelf.c:5960 readelf.c:10408 readelf.c:11040
2087 #: readelf.c:15684 readelf.c:15716
2088 msgid "<unknown>"
2089 msgstr ""
2090
2091 #: dwarf.c:2336
2092 #, c-format
2093 msgid "(not inlined)"
2094 msgstr ""
2095
2096 #: dwarf.c:2339
2097 #, c-format
2098 msgid "(inlined)"
2099 msgstr ""
2100
2101 #: dwarf.c:2342
2102 #, c-format
2103 msgid "(declared as inline but ignored)"
2104 msgstr ""
2105
2106 #: dwarf.c:2345
2107 #, c-format
2108 msgid "(declared as inline and inlined)"
2109 msgstr ""
2110
2111 #: dwarf.c:2348
2112 #, c-format
2113 msgid "  (Unknown inline attribute value: %s)"
2114 msgstr ""
2115
2116 #: dwarf.c:2405
2117 #, c-format
2118 msgid "(implementation defined: %s)"
2119 msgstr ""
2120
2121 #: dwarf.c:2408
2122 #, c-format
2123 msgid "(Unknown: %s)"
2124 msgstr ""
2125
2126 #: dwarf.c:2453
2127 #, c-format
2128 msgid "(user defined type)"
2129 msgstr ""
2130
2131 #: dwarf.c:2455
2132 #, c-format
2133 msgid "(unknown type)"
2134 msgstr ""
2135
2136 #: dwarf.c:2468
2137 #, c-format
2138 msgid "(unknown accessibility)"
2139 msgstr ""
2140
2141 #: dwarf.c:2480
2142 #, c-format
2143 msgid "(unknown visibility)"
2144 msgstr ""
2145
2146 #: dwarf.c:2493
2147 #, c-format
2148 msgid "(user specified)"
2149 msgstr ""
2150
2151 #: dwarf.c:2495
2152 #, c-format
2153 msgid "(unknown endianity)"
2154 msgstr ""
2155
2156 #: dwarf.c:2507
2157 #, c-format
2158 msgid "(unknown virtuality)"
2159 msgstr ""
2160
2161 #: dwarf.c:2519
2162 #, c-format
2163 msgid "(unknown case)"
2164 msgstr ""
2165
2166 #: dwarf.c:2537
2167 #, c-format
2168 msgid "(user defined)"
2169 msgstr ""
2170
2171 #: dwarf.c:2539
2172 #, c-format
2173 msgid "(unknown convention)"
2174 msgstr ""
2175
2176 #: dwarf.c:2548
2177 #, c-format
2178 msgid "(undefined)"
2179 msgstr ""
2180
2181 #: dwarf.c:2558
2182 #, c-format
2183 msgid "(unsigned)"
2184 msgstr ""
2185
2186 #: dwarf.c:2559
2187 #, c-format
2188 msgid "(leading overpunch)"
2189 msgstr ""
2190
2191 #: dwarf.c:2560
2192 #, c-format
2193 msgid "(trailing overpunch)"
2194 msgstr ""
2195
2196 #: dwarf.c:2561
2197 #, c-format
2198 msgid "(leading separate)"
2199 msgstr ""
2200
2201 #: dwarf.c:2562
2202 #, c-format
2203 msgid "(trailing separate)"
2204 msgstr ""
2205
2206 #: dwarf.c:2563 dwarf.c:2574 dwarf.c:2584
2207 #, c-format
2208 msgid "(unrecognised)"
2209 msgstr ""
2210
2211 #: dwarf.c:2571
2212 #, c-format
2213 msgid "(no)"
2214 msgstr ""
2215
2216 #: dwarf.c:2572
2217 #, c-format
2218 msgid "(in class)"
2219 msgstr ""
2220
2221 #: dwarf.c:2573
2222 #, c-format
2223 msgid "(out of class)"
2224 msgstr ""
2225
2226 #: dwarf.c:2582
2227 #, c-format
2228 msgid "(label)"
2229 msgstr ""
2230
2231 #: dwarf.c:2583
2232 #, c-format
2233 msgid "(range)"
2234 msgstr ""
2235
2236 #: dwarf.c:2610
2237 #, c-format
2238 msgid " (location list)"
2239 msgstr ""
2240
2241 #: dwarf.c:2631 dwarf.c:5616 dwarf.c:5773 dwarf.c:5955
2242 #, c-format
2243 msgid " [without DW_AT_frame_base]"
2244 msgstr ""
2245
2246 #: dwarf.c:2664
2247 #, c-format
2248 msgid ""
2249 "Offset %s used as value for DW_AT_import attribute of DIE at offset 0x%lx is "
2250 "too big.\n"
2251 msgstr ""
2252
2253 #: dwarf.c:2674
2254 #, c-format
2255 msgid "\t[Abbrev Number: %ld"
2256 msgstr ""
2257
2258 #: dwarf.c:2759
2259 #, c-format
2260 msgid ""
2261 "Raw dump of debug contents of section %s (loaded from %s):\n"
2262 "\n"
2263 msgstr ""
2264
2265 #: dwarf.c:2762
2266 #, c-format
2267 msgid ""
2268 "Raw dump of debug contents of section %s:\n"
2269 "\n"
2270 msgstr ""
2271
2272 #: dwarf.c:2767
2273 #, c-format
2274 msgid ""
2275 "Contents of the %s section (loaded from %s):\n"
2276 "\n"
2277 msgstr ""
2278
2279 #: dwarf.c:2770
2280 #, c-format
2281 msgid ""
2282 "Contents of the %s section:\n"
2283 "\n"
2284 msgstr ""
2285
2286 #: dwarf.c:2819
2287 #, c-format
2288 msgid "Reserved length value (0x%s) found in section %s\n"
2289 msgstr ""
2290
2291 #: dwarf.c:2831
2292 #, c-format
2293 msgid "Corrupt unit length (0x%s) found in section %s\n"
2294 msgstr ""
2295
2296 #: dwarf.c:2839
2297 #, c-format
2298 msgid "No comp units in %s section ?\n"
2299 msgstr ""
2300
2301 #: dwarf.c:2848
2302 #, c-format
2303 msgid "Not enough memory for a debug info array of %u entries\n"
2304 msgstr ""
2305
2306 #: dwarf.c:2877
2307 #, c-format
2308 msgid "Unable to locate %s section!\n"
2309 msgstr ""
2310
2311 #: dwarf.c:2957
2312 #, c-format
2313 msgid "Invalid pointer size (%d) in compunit header, using %d instead\n"
2314 msgstr ""
2315
2316 #: dwarf.c:3000
2317 #, c-format
2318 msgid "  Compilation Unit @ offset 0x%s:\n"
2319 msgstr ""
2320
2321 #: dwarf.c:3002
2322 #, c-format
2323 msgid "   Length:        0x%s (%s)\n"
2324 msgstr ""
2325
2326 #: dwarf.c:3005
2327 #, c-format
2328 msgid "   Version:       %d\n"
2329 msgstr ""
2330
2331 #: dwarf.c:3006
2332 #, c-format
2333 msgid "   Abbrev Offset: 0x%s\n"
2334 msgstr ""
2335
2336 #: dwarf.c:3008
2337 #, c-format
2338 msgid "   Pointer Size:  %d\n"
2339 msgstr ""
2340
2341 #: dwarf.c:3013
2342 #, c-format
2343 msgid "   Signature:     0x%s\n"
2344 msgstr ""
2345
2346 #: dwarf.c:3016
2347 #, c-format
2348 msgid "   Type Offset:   0x%s\n"
2349 msgstr ""
2350
2351 #: dwarf.c:3024
2352 #, c-format
2353 msgid "   Section contributions:\n"
2354 msgstr ""
2355
2356 #: dwarf.c:3025
2357 #, c-format
2358 msgid "    .debug_abbrev.dwo:       0x%s  0x%s\n"
2359 msgstr ""
2360
2361 #: dwarf.c:3028
2362 #, c-format
2363 msgid "    .debug_line.dwo:         0x%s  0x%s\n"
2364 msgstr ""
2365
2366 #: dwarf.c:3031
2367 #, c-format
2368 msgid "    .debug_loc.dwo:          0x%s  0x%s\n"
2369 msgstr ""
2370
2371 #: dwarf.c:3034
2372 #, c-format
2373 msgid "    .debug_str_offsets.dwo:  0x%s  0x%s\n"
2374 msgstr ""
2375
2376 #: dwarf.c:3044 dwarf.c:4833 dwarf.c:6381 dwarf.c:8487
2377 #, c-format
2378 msgid "Debug info is corrupted, %s header at %#lx has length %s\n"
2379 msgstr ""
2380
2381 #: dwarf.c:3057
2382 #, c-format
2383 msgid "CU at offset %s contains corrupt or unsupported version number: %d.\n"
2384 msgstr ""
2385
2386 #: dwarf.c:3066
2387 #, c-format
2388 msgid "CU at offset %s contains corrupt or unsupported unit type: %d.\n"
2389 msgstr ""
2390
2391 #: dwarf.c:3076
2392 #, c-format
2393 msgid ""
2394 "Debug info is corrupted, abbrev offset (%lx) is larger than abbrev section "
2395 "size (%lx)\n"
2396 msgstr ""
2397
2398 #: dwarf.c:3082
2399 #, c-format
2400 msgid ""
2401 "Debug info is corrupted, abbrev size (%lx) is larger than abbrev section "
2402 "size (%lx)\n"
2403 msgstr ""
2404
2405 #: dwarf.c:3128
2406 #, c-format
2407 msgid " <%d><%lx>: Abbrev Number: 0\n"
2408 msgstr ""
2409
2410 #: dwarf.c:3138
2411 #, c-format
2412 msgid "Bogus end-of-siblings marker detected at offset %lx in %s section\n"
2413 msgstr ""
2414
2415 #: dwarf.c:3142
2416 msgid "Further warnings about bogus end-of-sibling markers suppressed\n"
2417 msgstr ""
2418
2419 #: dwarf.c:3161
2420 #, c-format
2421 msgid " <%d><%lx>: Abbrev Number: %lu"
2422 msgstr ""
2423
2424 #: dwarf.c:3165
2425 #, c-format
2426 msgid " <%d><%lx>: ...\n"
2427 msgstr ""
2428
2429 #: dwarf.c:3184
2430 #, c-format
2431 msgid ""
2432 "DIE at offset 0x%lx refers to abbreviation number %lu which does not exist\n"
2433 msgstr ""
2434
2435 #: dwarf.c:3257
2436 msgid "DIE has locviews without loclist\n"
2437 msgstr ""
2438
2439 #: dwarf.c:3372
2440 #, c-format
2441 msgid ""
2442 "The length field (0x%lx) in the debug_line header is wrong - the section is "
2443 "too small\n"
2444 msgstr ""
2445
2446 #: dwarf.c:3386
2447 msgid "Only DWARF version 2, 3, 4 and 5 line info is currently supported.\n"
2448 msgstr ""
2449
2450 #: dwarf.c:3398 dwarf.c:6048 dwarf.c:6794
2451 #, c-format
2452 msgid "The %s section contains unsupported segment selector size: %d.\n"
2453 msgstr ""
2454
2455 #: dwarf.c:3415
2456 msgid "Invalid maximum operations per insn.\n"
2457 msgstr ""
2458
2459 #: dwarf.c:3431
2460 #, c-format
2461 msgid "Line length %s extends beyond end of section\n"
2462 msgstr ""
2463
2464 #: dwarf.c:3463
2465 msgid "Corrupt directory format table entry\n"
2466 msgstr ""
2467
2468 #: dwarf.c:3465
2469 msgid "Corrupt file name format table entry\n"
2470 msgstr ""
2471
2472 #: dwarf.c:3475
2473 msgid "Corrupt directory list\n"
2474 msgstr ""
2475
2476 #: dwarf.c:3477 dwarf.c:4160 dwarf.c:4183 dwarf.c:4230
2477 msgid "Corrupt file name list\n"
2478 msgstr ""
2479
2480 #: dwarf.c:3484 dwarf.c:3681
2481 #, c-format
2482 msgid ""
2483 "\n"
2484 " The Directory Table is empty.\n"
2485 msgstr ""
2486
2487 #: dwarf.c:3486 dwarf.c:3706
2488 #, c-format
2489 msgid ""
2490 "\n"
2491 " The File Name Table is empty.\n"
2492 msgstr ""
2493
2494 #: dwarf.c:3491 dwarf.c:3686
2495 #, c-format
2496 msgid ""
2497 "\n"
2498 " The Directory Table (offset 0x%lx):\n"
2499 msgstr ""
2500
2501 #: dwarf.c:3494 dwarf.c:3709
2502 #, c-format
2503 msgid ""
2504 "\n"
2505 " The File Name Table (offset 0x%lx):\n"
2506 msgstr ""
2507
2508 #: dwarf.c:3497
2509 #, c-format
2510 msgid "  Entry"
2511 msgstr ""
2512
2513 #: dwarf.c:3512
2514 #, c-format
2515 msgid "\tName"
2516 msgstr ""
2517
2518 #: dwarf.c:3515
2519 #, c-format
2520 msgid "\tDir"
2521 msgstr ""
2522
2523 #: dwarf.c:3518
2524 #, c-format
2525 msgid "\tTime"
2526 msgstr ""
2527
2528 #: dwarf.c:3521
2529 #, c-format
2530 msgid "\tSize"
2531 msgstr ""
2532
2533 #: dwarf.c:3524
2534 #, c-format
2535 msgid "\tMD5"
2536 msgstr ""
2537
2538 #: dwarf.c:3527
2539 #, c-format
2540 msgid "\t(Unknown format content type %s)"
2541 msgstr ""
2542
2543 #: dwarf.c:3564
2544 msgid "Corrupt directory entries list\n"
2545 msgstr ""
2546
2547 #: dwarf.c:3566
2548 msgid "Corrupt file name entries list\n"
2549 msgstr ""
2550
2551 #: dwarf.c:3614 dwarf.c:4030
2552 msgid ""
2553 "Partial .debug_line. section encountered without a prior full .debug_line "
2554 "section\n"
2555 msgstr ""
2556
2557 #: dwarf.c:3627 dwarf.c:5151
2558 #, c-format
2559 msgid "  Offset:                      0x%lx\n"
2560 msgstr ""
2561
2562 #: dwarf.c:3628
2563 #, c-format
2564 msgid "  Length:                      %ld\n"
2565 msgstr ""
2566
2567 #: dwarf.c:3629
2568 #, c-format
2569 msgid "  DWARF Version:               %d\n"
2570 msgstr ""
2571
2572 #: dwarf.c:3630
2573 #, c-format
2574 msgid "  Prologue Length:             %d\n"
2575 msgstr ""
2576
2577 #: dwarf.c:3631
2578 #, c-format
2579 msgid "  Minimum Instruction Length:  %d\n"
2580 msgstr ""
2581
2582 #: dwarf.c:3633
2583 #, c-format
2584 msgid "  Maximum Ops per Instruction: %d\n"
2585 msgstr ""
2586
2587 #: dwarf.c:3634
2588 #, c-format
2589 msgid "  Initial value of 'is_stmt':  %d\n"
2590 msgstr ""
2591
2592 #: dwarf.c:3635
2593 #, c-format
2594 msgid "  Line Base:                   %d\n"
2595 msgstr ""
2596
2597 #: dwarf.c:3636
2598 #, c-format
2599 msgid "  Line Range:                  %d\n"
2600 msgstr ""
2601
2602 #: dwarf.c:3637
2603 #, c-format
2604 msgid "  Opcode Base:                 %d\n"
2605 msgstr ""
2606
2607 #: dwarf.c:3642 dwarf.c:4046
2608 msgid "Line range of 0 is invalid, using 1 instead\n"
2609 msgstr ""
2610
2611 #: dwarf.c:3654
2612 msgid "Line Base extends beyond end of section\n"
2613 msgstr ""
2614
2615 #: dwarf.c:3658
2616 #, c-format
2617 msgid ""
2618 "\n"
2619 " Opcodes:\n"
2620 msgstr ""
2621
2622 #: dwarf.c:3661
2623 #, c-format
2624 msgid "  Opcode %d has %d arg\n"
2625 msgid_plural "  Opcode %d has %d args\n"
2626 msgstr[0] ""
2627 msgstr[1] ""
2628
2629 #: dwarf.c:3735
2630 msgid "Corrupt file name table entry\n"
2631 msgstr ""
2632
2633 #: dwarf.c:3751
2634 #, c-format
2635 msgid " No Line Number Statements.\n"
2636 msgstr ""
2637
2638 #: dwarf.c:3754
2639 #, c-format
2640 msgid " Line Number Statements:\n"
2641 msgstr ""
2642
2643 #: dwarf.c:3777
2644 #, c-format
2645 msgid "  Special opcode %d: advance Address by %s to 0x%s%s"
2646 msgstr ""
2647
2648 #: dwarf.c:3782 dwarf.c:3803 dwarf.c:3843 dwarf.c:3863 dwarf.c:3916
2649 #: dwarf.c:3936
2650 msgid " (reset view)"
2651 msgstr ""
2652
2653 #: dwarf.c:3797
2654 #, c-format
2655 msgid "  Special opcode %d: advance Address by %s to 0x%s[%d]%s"
2656 msgstr ""
2657
2658 #: dwarf.c:3807
2659 #, c-format
2660 msgid " and Line by %s to %d"
2661 msgstr ""
2662
2663 #: dwarf.c:3810 dwarf.c:3824
2664 #, c-format
2665 msgid " (view %u)\n"
2666 msgstr ""
2667
2668 #: dwarf.c:3822
2669 #, c-format
2670 msgid "  Copy"
2671 msgstr ""
2672
2673 #: dwarf.c:3839
2674 #, c-format
2675 msgid "  Advance PC by %s to 0x%s%s\n"
2676 msgstr ""
2677
2678 #: dwarf.c:3858
2679 #, c-format
2680 msgid "  Advance PC by %s to 0x%s[%d]%s\n"
2681 msgstr ""
2682
2683 #: dwarf.c:3871
2684 #, c-format
2685 msgid "  Advance Line by %s to %d\n"
2686 msgstr ""
2687
2688 #: dwarf.c:3879
2689 #, c-format
2690 msgid "  Set File Name to entry %s in the File Name Table\n"
2691 msgstr ""
2692
2693 #: dwarf.c:3887
2694 #, c-format
2695 msgid "  Set column to %s\n"
2696 msgstr ""
2697
2698 #: dwarf.c:3895
2699 #, c-format
2700 msgid "  Set is_stmt to %s\n"
2701 msgstr ""
2702
2703 #: dwarf.c:3900
2704 #, c-format
2705 msgid "  Set basic block\n"
2706 msgstr ""
2707
2708 #: dwarf.c:3912
2709 #, c-format
2710 msgid "  Advance PC by constant %s to 0x%s%s\n"
2711 msgstr ""
2712
2713 #: dwarf.c:3931
2714 #, c-format
2715 msgid "  Advance PC by constant %s to 0x%s[%d]%s\n"
2716 msgstr ""
2717
2718 #: dwarf.c:3944
2719 #, c-format
2720 msgid "  Advance PC by fixed size amount %s to 0x%s\n"
2721 msgstr ""
2722
2723 #: dwarf.c:3951
2724 #, c-format
2725 msgid "  Set prologue_end to true\n"
2726 msgstr ""
2727
2728 #: dwarf.c:3955
2729 #, c-format
2730 msgid "  Set epilogue_begin to true\n"
2731 msgstr ""
2732
2733 #: dwarf.c:3961
2734 #, c-format
2735 msgid "  Set ISA to %s\n"
2736 msgstr ""
2737
2738 #: dwarf.c:3965 dwarf.c:4617
2739 #, c-format
2740 msgid "  Unknown opcode %d with operands: "
2741 msgstr ""
2742
2743 #: dwarf.c:4059
2744 #, c-format
2745 msgid "opcode base of %d extends beyond end of section\n"
2746 msgstr ""
2747
2748 #: dwarf.c:4087 dwarf.c:4110 dwarf.c:4140
2749 msgid "Corrupt directories list\n"
2750 msgstr ""
2751
2752 #: dwarf.c:4250
2753 msgid "directory table ends unexpectedly\n"
2754 msgstr ""
2755
2756 #: dwarf.c:4295
2757 msgid "file table ends unexpectedly\n"
2758 msgstr ""
2759
2760 #: dwarf.c:4334
2761 #, c-format
2762 msgid "CU: %s:\n"
2763 msgstr ""
2764
2765 #: dwarf.c:4347 dwarf.c:4545
2766 #, c-format
2767 msgid "directory index %u > number of directories %s\n"
2768 msgstr ""
2769
2770 #: dwarf.c:4349 dwarf.c:4648 elfcomm.c:891 readelf.c:309 readelf.c:650
2771 #: readelf.c:6844 readelf.c:7395 readelf.c:9389 readelf.c:11440 readelf.c:11507
2772 #: readelf.c:11511 readelf.c:11853 readelf.c:14540 readelf.c:14635
2773 #: readelf.c:15217 readelf.c:15236 readelf.c:15360 readelf.c:15693
2774 #: readelf.c:16808 readelf.c:16811
2775 #, c-format
2776 msgid "<corrupt>"
2777 msgstr ""
2778
2779 #: dwarf.c:4355
2780 #, c-format
2781 msgid "CU: %s/%s:\n"
2782 msgstr ""
2783
2784 #: dwarf.c:4360
2785 #, c-format
2786 msgid ""
2787 "File name                            Line number    Starting address    "
2788 "View    Stmt\n"
2789 msgstr ""
2790
2791 #: dwarf.c:4476
2792 #, c-format
2793 msgid "UNKNOWN (%u): length %d\n"
2794 msgstr ""
2795
2796 #: dwarf.c:4529
2797 #, c-format
2798 msgid ""
2799 "\n"
2800 " [Use file table entry %d]\n"
2801 msgstr ""
2802
2803 #: dwarf.c:4533
2804 #, c-format
2805 msgid "file index %u > number of files %u\n"
2806 msgstr ""
2807
2808 #: dwarf.c:4534
2809 #, c-format
2810 msgid ""
2811 "\n"
2812 " <over large file table index %u>"
2813 msgstr ""
2814
2815 #: dwarf.c:4540
2816 #, c-format
2817 msgid ""
2818 "\n"
2819 " [Use file %s in directory table entry %d]\n"
2820 msgstr ""
2821
2822 #: dwarf.c:4547
2823 #, c-format
2824 msgid ""
2825 "\n"
2826 " <over large directory table entry %u>\n"
2827 msgstr ""
2828
2829 #: dwarf.c:4613
2830 #, c-format
2831 msgid "  Set ISA to %lu\n"
2832 msgstr ""
2833
2834 #: dwarf.c:4647
2835 #, c-format
2836 msgid "corrupt file index %u encountered\n"
2837 msgstr ""
2838
2839 #: dwarf.c:4782
2840 msgid "no info"
2841 msgstr ""
2842
2843 #: dwarf.c:4783
2844 msgid "type"
2845 msgstr ""
2846
2847 #: dwarf.c:4784
2848 msgid "variable"
2849 msgstr ""
2850
2851 #: dwarf.c:4785
2852 msgid "function"
2853 msgstr ""
2854
2855 #: dwarf.c:4786
2856 msgid "other"
2857 msgstr ""
2858
2859 #: dwarf.c:4787
2860 msgid "unused5"
2861 msgstr ""
2862
2863 #: dwarf.c:4788
2864 msgid "unused6"
2865 msgstr ""
2866
2867 #: dwarf.c:4789
2868 msgid "unused7"
2869 msgstr ""
2870
2871 #: dwarf.c:4849 dwarf.c:6394
2872 #, c-format
2873 msgid ""
2874 ".debug_info offset of 0x%lx in %s section does not point to a CU header.\n"
2875 msgstr ""
2876
2877 #: dwarf.c:4854
2878 #, c-format
2879 msgid "  Length:                              %ld\n"
2880 msgstr ""
2881
2882 #: dwarf.c:4856
2883 #, c-format
2884 msgid "  Version:                             %d\n"
2885 msgstr ""
2886
2887 #: dwarf.c:4858
2888 #, c-format
2889 msgid "  Offset into .debug_info section:     0x%lx\n"
2890 msgstr ""
2891
2892 #: dwarf.c:4860
2893 #, c-format
2894 msgid "  Size of area in .debug_info section: %ld\n"
2895 msgstr ""
2896
2897 #: dwarf.c:4869
2898 msgid "Only DWARF 2 and 3 pubnames are currently supported\n"
2899 msgstr ""
2900
2901 #: dwarf.c:4877
2902 #, c-format
2903 msgid ""
2904 "\n"
2905 "    Offset  Kind          Name\n"
2906 msgstr ""
2907
2908 #: dwarf.c:4879
2909 #, c-format
2910 msgid ""
2911 "\n"
2912 "    Offset\tName\n"
2913 msgstr ""
2914
2915 #: dwarf.c:4915
2916 msgid "s"
2917 msgstr ""
2918
2919 #: dwarf.c:4915
2920 msgid "g"
2921 msgstr ""
2922
2923 #: dwarf.c:4975
2924 #, c-format
2925 msgid " DW_MACINFO_start_file - lineno: %d filenum: %d\n"
2926 msgstr ""
2927
2928 #: dwarf.c:4981
2929 #, c-format
2930 msgid " DW_MACINFO_end_file\n"
2931 msgstr ""
2932
2933 #: dwarf.c:4989
2934 #, c-format
2935 msgid " DW_MACINFO_define - lineno : %d macro : %s\n"
2936 msgstr ""
2937
2938 #: dwarf.c:4998
2939 #, c-format
2940 msgid " DW_MACINFO_undef - lineno : %d macro : %s\n"
2941 msgstr ""
2942
2943 #: dwarf.c:5010
2944 #, c-format
2945 msgid " DW_MACINFO_vendor_ext - constant : %d string : %s\n"
2946 msgstr ""
2947
2948 #: dwarf.c:5143
2949 #, c-format
2950 msgid "Only GNU extension to DWARF 4 or 5 of %s is currently supported.\n"
2951 msgstr ""
2952
2953 #: dwarf.c:5153
2954 #, c-format
2955 msgid "  Version:                     %d\n"
2956 msgstr ""
2957
2958 #: dwarf.c:5154
2959 #, c-format
2960 msgid "  Offset size:                 %d\n"
2961 msgstr ""
2962
2963 #: dwarf.c:5158
2964 #, c-format
2965 msgid "  Offset into .debug_line:     0x%lx\n"
2966 msgstr ""
2967
2968 #: dwarf.c:5172
2969 #, c-format
2970 msgid "  Extension opcode arguments:\n"
2971 msgstr ""
2972
2973 #: dwarf.c:5180
2974 #, c-format
2975 msgid "    DW_MACRO_%02x has no arguments\n"
2976 msgstr ""
2977
2978 #: dwarf.c:5183
2979 #, c-format
2980 msgid "    DW_MACRO_%02x arguments: "
2981 msgstr ""
2982
2983 #: dwarf.c:5209
2984 #, c-format
2985 msgid "Invalid extension opcode form %s\n"
2986 msgstr ""
2987
2988 #: dwarf.c:5226
2989 msgid ".debug_macro section not zero terminated\n"
2990 msgstr ""
2991
2992 #: dwarf.c:5247
2993 msgid "DW_MACRO_start_file used, but no .debug_line offset provided.\n"
2994 msgstr ""
2995
2996 #: dwarf.c:5253
2997 #, c-format
2998 msgid " DW_MACRO_start_file - lineno: %d filenum: %d\n"
2999 msgstr ""
3000
3001 #: dwarf.c:5256
3002 #, c-format
3003 msgid " DW_MACRO_start_file - lineno: %d filenum: %d filename: %s%s%s\n"
3004 msgstr ""
3005
3006 #: dwarf.c:5264
3007 #, c-format
3008 msgid " DW_MACRO_end_file\n"
3009 msgstr ""
3010
3011 #: dwarf.c:5272
3012 #, c-format
3013 msgid " DW_MACRO_define - lineno : %d macro : %s\n"
3014 msgstr ""
3015
3016 #: dwarf.c:5281
3017 #, c-format
3018 msgid " DW_MACRO_undef - lineno : %d macro : %s\n"
3019 msgstr ""
3020
3021 #: dwarf.c:5290
3022 #, c-format
3023 msgid " DW_MACRO_define_strp - lineno : %d macro : %s\n"
3024 msgstr ""
3025
3026 #: dwarf.c:5299
3027 #, c-format
3028 msgid " DW_MACRO_undef_strp - lineno : %d macro : %s\n"
3029 msgstr ""
3030
3031 #: dwarf.c:5305
3032 #, c-format
3033 msgid " DW_MACRO_import - offset : 0x%lx\n"
3034 msgstr ""
3035
3036 #: dwarf.c:5313
3037 #, c-format
3038 msgid " DW_MACRO_define_sup - lineno : %d macro offset : 0x%lx\n"
3039 msgstr ""
3040
3041 #: dwarf.c:5321
3042 #, c-format
3043 msgid " DW_MACRO_undef_sup - lineno : %d macro offset : 0x%lx\n"
3044 msgstr ""
3045
3046 #: dwarf.c:5327
3047 #, c-format
3048 msgid " DW_MACRO_import_sup - offset : 0x%lx\n"
3049 msgstr ""
3050
3051 #: dwarf.c:5334
3052 #, c-format
3053 msgid " Unknown macro opcode %02x seen\n"
3054 msgstr ""
3055
3056 #: dwarf.c:5346
3057 #, c-format
3058 msgid " DW_MACRO_%02x\n"
3059 msgstr ""
3060
3061 #: dwarf.c:5349
3062 #, c-format
3063 msgid " DW_MACRO_%02x -"
3064 msgstr ""
3065
3066 #: dwarf.c:5398
3067 #, c-format
3068 msgid "  Number TAG (0x%lx)\n"
3069 msgstr ""
3070
3071 #: dwarf.c:5407
3072 msgid "has children"
3073 msgstr ""
3074
3075 #: dwarf.c:5407
3076 msgid "no children"
3077 msgstr ""
3078
3079 #: dwarf.c:5476
3080 #, c-format
3081 msgid "location view pair\n"
3082 msgstr ""
3083
3084 #: dwarf.c:5508
3085 #, c-format
3086 msgid "No debug information available for loc lists of entry: %u\n"
3087 msgstr ""
3088
3089 #: dwarf.c:5520 dwarf.c:5672 dwarf.c:5842
3090 #, c-format
3091 msgid "Invalid pointer size (%d) in debug info for entry %d\n"
3092 msgstr ""
3093
3094 #: dwarf.c:5532 dwarf.c:5589 dwarf.c:5598 dwarf.c:5684 dwarf.c:5752
3095 #: dwarf.c:5853 dwarf.c:5932 dwarf.c:5940
3096 #, c-format
3097 msgid "Location list starting at offset 0x%lx is not terminated.\n"
3098 msgstr ""
3099
3100 #: dwarf.c:5553 dwarf.c:5712 dwarf.c:5893 dwarf.c:6616 dwarf.c:6672
3101 #, c-format
3102 msgid "<End of list>\n"
3103 msgstr ""
3104
3105 #: dwarf.c:5565 dwarf.c:5724 dwarf.c:6677
3106 #, c-format
3107 msgid "(base address)\n"
3108 msgstr ""
3109
3110 #: dwarf.c:5583 dwarf.c:5705 dwarf.c:5881
3111 #, c-format
3112 msgid ""
3113 "views at %8.8lx for:\n"
3114 "    %*s "
3115 msgstr ""
3116
3117 #: dwarf.c:5619 dwarf.c:5776
3118 msgid " (start == end)"
3119 msgstr ""
3120
3121 #: dwarf.c:5621 dwarf.c:5778
3122 msgid " (start > end)"
3123 msgstr ""
3124
3125 #: dwarf.c:5659
3126 #, c-format
3127 msgid "No debug information available for loclists lists of entry: %u\n"
3128 msgstr ""
3129
3130 #: dwarf.c:5729
3131 #, c-format
3132 msgid "View pair entry in loclist with locviews attribute\n"
3133 msgstr ""
3134
3135 #: dwarf.c:5738
3136 #, c-format
3137 msgid "views for:\n"
3138 msgstr ""
3139
3140 #: dwarf.c:5742
3141 #, c-format
3142 msgid "Invalid location list entry type %d\n"
3143 msgstr ""
3144
3145 #: dwarf.c:5787
3146 #, c-format
3147 msgid "Trailing view pair not used in a range"
3148 msgstr ""
3149
3150 #: dwarf.c:5830
3151 #, c-format
3152 msgid "No debug information for loc lists of entry: %u\n"
3153 msgstr ""
3154
3155 #: dwarf.c:5900
3156 #, c-format
3157 msgid "(base address selection entry)\n"
3158 msgstr ""
3159
3160 #: dwarf.c:5924
3161 #, c-format
3162 msgid "Unknown location list entry type 0x%x.\n"
3163 msgstr ""
3164
3165 #: dwarf.c:6017 dwarf.c:6270 dwarf.c:6491 dwarf.c:6563 dwarf.c:6734
3166 #, c-format
3167 msgid ""
3168 "\n"
3169 "The %s section is empty.\n"
3170 msgstr ""
3171
3172 #: dwarf.c:6037
3173 #, c-format
3174 msgid "The %s section contains corrupt or unsupported version number: %d.\n"
3175 msgstr ""
3176
3177 #: dwarf.c:6057
3178 #, c-format
3179 msgid "The %s section contains unsupported offset entry count: %d.\n"
3180 msgstr ""
3181
3182 #: dwarf.c:6068 dwarf.c:6497 dwarf.c:6812
3183 #, c-format
3184 msgid ""
3185 "Unable to load/parse the .debug_info section, so cannot interpret the %s "
3186 "section.\n"
3187 msgstr ""
3188
3189 #: dwarf.c:6116
3190 msgid "No location lists in .debug_info section!\n"
3191 msgstr ""
3192
3193 #: dwarf.c:6121
3194 #, c-format
3195 msgid "Location lists in %s section start at 0x%s\n"
3196 msgstr ""
3197
3198 #: dwarf.c:6131
3199 #, c-format
3200 msgid ""
3201 " Warning: This section has relocations - addresses seen here may not be "
3202 "accurate.\n"
3203 "\n"
3204 msgstr ""
3205
3206 #: dwarf.c:6133
3207 #, c-format
3208 msgid "    Offset   Begin            End              Expression\n"
3209 msgstr ""
3210
3211 #: dwarf.c:6188
3212 #, c-format
3213 msgid "There is a hole [0x%lx - 0x%lx] in .debug_loc section.\n"
3214 msgstr ""
3215
3216 #: dwarf.c:6192
3217 #, c-format
3218 msgid "There is an overlap [0x%lx - 0x%lx] in .debug_loc section.\n"
3219 msgstr ""
3220
3221 #: dwarf.c:6201
3222 #, c-format
3223 msgid "Offset 0x%lx is bigger than .debug_loc section size.\n"
3224 msgstr ""
3225
3226 #: dwarf.c:6208
3227 #, c-format
3228 msgid "View Offset 0x%lx is bigger than .debug_loc section size.\n"
3229 msgstr ""
3230
3231 #: dwarf.c:6225
3232 msgid "DWO is not yet supported.\n"
3233 msgstr ""
3234
3235 #: dwarf.c:6242
3236 msgid "Hole and overlap detection requires adjacent view lists and loclists.\n"
3237 msgstr ""
3238
3239 #: dwarf.c:6251
3240 #, c-format
3241 msgid "There is %ld unused byte at the end of section %s\n"
3242 msgid_plural "There are %ld unused bytes at the end of section %s\n"
3243 msgstr[0] ""
3244 msgstr[1] ""
3245
3246 #: dwarf.c:6407
3247 msgid "Only DWARF 2 and 3 aranges are currently supported.\n"
3248 msgstr ""
3249
3250 #: dwarf.c:6411
3251 #, c-format
3252 msgid "  Length:                   %ld\n"
3253 msgstr ""
3254
3255 #: dwarf.c:6413
3256 #, c-format
3257 msgid "  Version:                  %d\n"
3258 msgstr ""
3259
3260 #: dwarf.c:6414
3261 #, c-format
3262 msgid "  Offset into .debug_info:  0x%lx\n"
3263 msgstr ""
3264
3265 #: dwarf.c:6416
3266 #, c-format
3267 msgid "  Pointer Size:             %d\n"
3268 msgstr ""
3269
3270 #: dwarf.c:6417
3271 #, c-format
3272 msgid "  Segment Size:             %d\n"
3273 msgstr ""
3274
3275 #: dwarf.c:6424
3276 #, c-format
3277 msgid "Invalid address size in %s section!\n"
3278 msgstr ""
3279
3280 #: dwarf.c:6434
3281 msgid "Pointer size + Segment size is not a power of two.\n"
3282 msgstr ""
3283
3284 #: dwarf.c:6439
3285 #, c-format
3286 msgid ""
3287 "\n"
3288 "    Address            Length\n"
3289 msgstr ""
3290
3291 #: dwarf.c:6441
3292 #, c-format
3293 msgid ""
3294 "\n"
3295 "    Address    Length\n"
3296 msgstr ""
3297
3298 #: dwarf.c:6517
3299 #, c-format
3300 msgid "Corrupt address base (%lx) found in debug section %u\n"
3301 msgstr ""
3302
3303 #: dwarf.c:6533
3304 #, c-format
3305 msgid "  For compilation unit at offset 0x%s:\n"
3306 msgstr ""
3307
3308 #: dwarf.c:6536
3309 #, c-format
3310 msgid "\tIndex\tAddress\n"
3311 msgstr ""
3312
3313 #: dwarf.c:6543
3314 #, c-format
3315 msgid "\t%d:\t"
3316 msgstr ""
3317
3318 #: dwarf.c:6635 dwarf.c:6709
3319 msgid "(start == end)"
3320 msgstr ""
3321
3322 #: dwarf.c:6637 dwarf.c:6711
3323 msgid "(start > end)"
3324 msgstr ""
3325
3326 #: dwarf.c:6660
3327 #, c-format
3328 msgid "Range list starting at offset 0x%lx is not terminated.\n"
3329 msgstr ""
3330
3331 #: dwarf.c:6696
3332 #, c-format
3333 msgid "Invalid range list entry type %d\n"
3334 msgstr ""
3335
3336 #: dwarf.c:6773
3337 #, c-format
3338 msgid ""
3339 "The length field (0x%lx) in the debug_rnglists header is wrong - the section "
3340 "is too small\n"
3341 msgstr ""
3342
3343 #: dwarf.c:6784
3344 msgid "Only DWARF version 5 debug_rnglists info is currently supported.\n"
3345 msgstr ""
3346
3347 #: dwarf.c:6803
3348 #, c-format
3349 msgid "The %s section contains unsupported offset entry count: %u.\n"
3350 msgstr ""
3351
3352 #. This can happen when the file was compiled with -gsplit-debug
3353 #. which removes references to range lists from the primary .o file.
3354 #: dwarf.c:6825
3355 #, c-format
3356 msgid "No range lists in .debug_info section.\n"
3357 msgstr ""
3358
3359 #: dwarf.c:6850
3360 #, c-format
3361 msgid "Range lists in %s section start at 0x%lx\n"
3362 msgstr ""
3363
3364 #: dwarf.c:6855
3365 #, c-format
3366 msgid "    Offset   Begin    End\n"
3367 msgstr ""
3368
3369 #: dwarf.c:6874
3370 #, c-format
3371 msgid "Corrupt pointer size (%d) in debug entry at offset %8.8lx\n"
3372 msgstr ""
3373
3374 #: dwarf.c:6881
3375 #, c-format
3376 msgid "Corrupt offset (%#8.8lx) in range entry %u\n"
3377 msgstr ""
3378
3379 #: dwarf.c:6889
3380 #, c-format
3381 msgid "There is a hole [0x%lx - 0x%lx] in %s section.\n"
3382 msgstr ""
3383
3384 #: dwarf.c:6896
3385 #, c-format
3386 msgid "There is an overlap [0x%lx - 0x%lx] in %s section.\n"
3387 msgstr ""
3388
3389 #: dwarf.c:6969
3390 #, c-format
3391 msgid "Unfeasibly large register number: %u\n"
3392 msgstr ""
3393
3394 #: dwarf.c:6982
3395 #, c-format
3396 msgid "Out of memory allocating %u columns in dwarf frame arrays\n"
3397 msgstr ""
3398
3399 #: dwarf.c:7325
3400 msgid "No terminator for augmentation name\n"
3401 msgstr ""
3402
3403 #: dwarf.c:7337
3404 #, c-format
3405 msgid "Invalid pointer size (%d) in CIE data\n"
3406 msgstr ""
3407
3408 #: dwarf.c:7345
3409 #, c-format
3410 msgid "Invalid segment size (%d) in CIE data\n"
3411 msgstr ""
3412
3413 #: dwarf.c:7376
3414 #, c-format
3415 msgid "Augmentation data too long: 0x%s, expected at most %#lx\n"
3416 msgstr ""
3417
3418 #: dwarf.c:7463
3419 #, c-format
3420 msgid "  Augmentation data:    "
3421 msgstr ""
3422
3423 #: dwarf.c:7480
3424 msgid "bad register: "
3425 msgstr ""
3426
3427 #: dwarf.c:7650
3428 msgid "Failed to read CIE information\n"
3429 msgstr ""
3430
3431 #: dwarf.c:7661 dwarf.c:7685 dwarf.c:7712
3432 msgid "Invalid max register\n"
3433 msgstr ""
3434
3435 #. PR 17512: file: 9e196b3e.
3436 #: dwarf.c:7727
3437 #, c-format
3438 msgid "Probably corrupt segment size: %d - using 4 instead\n"
3439 msgstr ""
3440
3441 #: dwarf.c:7751
3442 #, c-format
3443 msgid "Corrupt augmentation data length: 0x%s\n"
3444 msgstr ""
3445
3446 #: dwarf.c:7873
3447 #, c-format
3448 msgid "Corrupt CFA_def expression value: %lu\n"
3449 msgstr ""
3450
3451 #. PR 17512: file:306-192417-0.005.
3452 #: dwarf.c:7887
3453 #, c-format
3454 msgid "Corrupt CFA expression value: %lu\n"
3455 msgstr ""
3456
3457 #: dwarf.c:8190
3458 msgid "Invalid column number in saved frame state\n"
3459 msgstr ""
3460
3461 #: dwarf.c:8237
3462 #, c-format
3463 msgid "  DW_CFA_def_cfa_expression: <corrupt len %lu>\n"
3464 msgstr ""
3465
3466 #: dwarf.c:8261
3467 #, c-format
3468 msgid "  DW_CFA_expression: <corrupt len %lu>\n"
3469 msgstr ""
3470
3471 #: dwarf.c:8393
3472 #, c-format
3473 msgid "  DW_CFA_??? (User defined call frame op: %#x)\n"
3474 msgstr ""
3475
3476 #: dwarf.c:8395
3477 #, c-format
3478 msgid "Unsupported or unknown Dwarf Call Frame Instruction number: %#x\n"
3479 msgstr ""
3480
3481 #: dwarf.c:8496 dwarf.c:8893
3482 #, c-format
3483 msgid "Version %ld\n"
3484 msgstr ""
3485
3486 #: dwarf.c:8502
3487 msgid "Only DWARF version 5 .debug_names is currently supported.\n"
3488 msgstr ""
3489
3490 #: dwarf.c:8509
3491 #, c-format
3492 msgid "Padding field of .debug_names must be 0 (found 0x%x)\n"
3493 msgstr ""
3494
3495 #: dwarf.c:8514
3496 msgid "Compilation unit count must be >= 1 in .debug_names\n"
3497 msgstr ""
3498
3499 #: dwarf.c:8525
3500 #, c-format
3501 msgid ""
3502 "Augmentation string length %u must be rounded up to a multiple of 4 in ."
3503 "debug_names.\n"
3504 msgstr ""
3505
3506 #: dwarf.c:8530
3507 #, c-format
3508 msgid "Augmentation string:"
3509 msgstr ""
3510
3511 #: dwarf.c:8541
3512 #, c-format
3513 msgid "CU table:\n"
3514 msgstr ""
3515
3516 #: dwarf.c:8547 dwarf.c:8557
3517 #, c-format
3518 msgid "[%3u] 0x%lx\n"
3519 msgstr ""
3520
3521 #: dwarf.c:8551
3522 #, c-format
3523 msgid "TU table:\n"
3524 msgstr ""
3525
3526 #: dwarf.c:8561
3527 #, c-format
3528 msgid "Foreign TU table:\n"
3529 msgstr ""
3530
3531 #: dwarf.c:8567
3532 #, c-format
3533 msgid "[%3u] "
3534 msgstr ""
3535
3536 #: dwarf.c:8587
3537 #, c-format
3538 msgid ""
3539 "Entry pool offset (0x%lx) exceeds unit size 0x%lx for unit 0x%lx in the "
3540 "debug_names\n"
3541 msgstr ""
3542
3543 #: dwarf.c:8604
3544 #, c-format
3545 msgid "Used %zu of %lu bucket.\n"
3546 msgid_plural "Used %zu of %lu buckets.\n"
3547 msgstr[0] ""
3548 msgstr[1] ""
3549
3550 #: dwarf.c:8631
3551 #, c-format
3552 msgid ""
3553 "Out of %lu items there are %zu bucket clashes (longest of %zu entries).\n"
3554 msgstr ""
3555
3556 #: dwarf.c:8669
3557 #, c-format
3558 msgid "Duplicate abbreviation tag %lu in unit 0x%lx in the debug_names\n"
3559 msgstr ""
3560
3561 #: dwarf.c:8695 dwarf.c:9019
3562 #, c-format
3563 msgid ""
3564 "\n"
3565 "Symbol table:\n"
3566 msgstr ""
3567
3568 #: dwarf.c:8748
3569 #, c-format
3570 msgid "Undefined abbreviation tag %lu in unit 0x%lx in the debug_names\n"
3571 msgstr ""
3572
3573 #: dwarf.c:8784
3574 #, c-format
3575 msgid " <no entries>"
3576 msgstr ""
3577
3578 #: dwarf.c:8816
3579 msgid "The debuglink filename is corrupt/missing\n"
3580 msgstr ""
3581
3582 #: dwarf.c:8820
3583 #, c-format
3584 msgid "  Separate debug info file: %s\n"
3585 msgstr ""
3586
3587 #: dwarf.c:8831
3588 msgid "CRC offset missing/truncated\n"
3589 msgstr ""
3590
3591 #: dwarf.c:8837
3592 #, c-format
3593 msgid "  CRC value: %#x\n"
3594 msgstr ""
3595
3596 #: dwarf.c:8841
3597 #, c-format
3598 msgid "There are %#lx extraneous bytes at the end of the section\n"
3599 msgstr ""
3600
3601 #: dwarf.c:8855
3602 #, c-format
3603 msgid "Build-ID is too short (%#lx bytes)\n"
3604 msgstr ""
3605
3606 #: dwarf.c:8859
3607 #, c-format
3608 msgid "  Build-ID (%#lx bytes):"
3609 msgstr ""
3610
3611 #: dwarf.c:8888
3612 #, c-format
3613 msgid "Truncated header in the %s section.\n"
3614 msgstr ""
3615
3616 #: dwarf.c:8899
3617 #, c-format
3618 msgid "Unsupported version %lu.\n"
3619 msgstr ""
3620
3621 #: dwarf.c:8903
3622 msgid "The address table data in version 3 may be wrong.\n"
3623 msgstr ""
3624
3625 #: dwarf.c:8905
3626 msgid "Version 4 does not support case insensitive lookups.\n"
3627 msgstr ""
3628
3629 #: dwarf.c:8907
3630 msgid "Version 5 does not include inlined functions.\n"
3631 msgstr ""
3632
3633 #: dwarf.c:8909
3634 msgid "Version 6 does not include symbol attributes.\n"
3635 msgstr ""
3636
3637 #: dwarf.c:8927
3638 #, c-format
3639 msgid "Corrupt header in the %s section.\n"
3640 msgstr ""
3641
3642 #: dwarf.c:8934
3643 #, c-format
3644 msgid "TU offset (%x) is less than CU offset (%x)\n"
3645 msgstr ""
3646
3647 #: dwarf.c:8943
3648 #, c-format
3649 msgid "Address table offset (%x) is less than TU offset (%x)\n"
3650 msgstr ""
3651
3652 #: dwarf.c:8953
3653 #, c-format
3654 msgid "Symbol table offset (%x) is less then Address table offset (%x)\n"
3655 msgstr ""
3656
3657 #: dwarf.c:8962
3658 #, c-format
3659 msgid "Constant pool offset (%x) is less than symbol table offset (%x)\n"
3660 msgstr ""
3661
3662 #: dwarf.c:8977
3663 msgid "Address table extends beyond end of section.\n"
3664 msgstr ""
3665
3666 #: dwarf.c:8981
3667 #, c-format
3668 msgid ""
3669 "\n"
3670 "CU table:\n"
3671 msgstr ""
3672
3673 #: dwarf.c:8987
3674 #, c-format
3675 msgid "[%3u] 0x%lx - 0x%lx\n"
3676 msgstr ""
3677
3678 #: dwarf.c:8992
3679 #, c-format
3680 msgid ""
3681 "\n"
3682 "TU table:\n"
3683 msgstr ""
3684
3685 #: dwarf.c:8999
3686 #, c-format
3687 msgid "[%3u] 0x%lx 0x%lx "
3688 msgstr ""
3689
3690 #: dwarf.c:9006
3691 #, c-format
3692 msgid ""
3693 "\n"
3694 "Address table:\n"
3695 msgstr ""
3696
3697 #: dwarf.c:9016
3698 #, c-format
3699 msgid "%lu\n"
3700 msgstr ""
3701
3702 #: dwarf.c:9036
3703 #, c-format
3704 msgid "[%3u] <corrupt offset: %x>"
3705 msgstr ""
3706
3707 #: dwarf.c:9037
3708 #, c-format
3709 msgid "Corrupt name offset of 0x%x found for symbol table slot %d\n"
3710 msgstr ""
3711
3712 #: dwarf.c:9048
3713 #, c-format
3714 msgid "<invalid CU vector offset: %x>\n"
3715 msgstr ""
3716
3717 #: dwarf.c:9049
3718 #, c-format
3719 msgid "Corrupt CU vector offset of 0x%x found for symbol table slot %d\n"
3720 msgstr ""
3721
3722 #: dwarf.c:9062
3723 #, c-format
3724 msgid "Invalid number of CUs (0x%x) for symbol table slot %d\n"
3725 msgstr ""
3726
3727 #: dwarf.c:9087
3728 msgid "static"
3729 msgstr ""
3730
3731 #: dwarf.c:9087
3732 msgid "global"
3733 msgstr ""
3734
3735 #: dwarf.c:9125 dwarf.c:9136
3736 msgid "Internal error: out of space in the shndx pool.\n"
3737 msgstr ""
3738
3739 #: dwarf.c:9200
3740 #, c-format
3741 msgid "Section %s is empty\n"
3742 msgstr ""
3743
3744 #: dwarf.c:9206
3745 #, c-format
3746 msgid "Section %s is too small to contain a CU/TU header\n"
3747 msgstr ""
3748
3749 #: dwarf.c:9224
3750 #, c-format
3751 msgid "Section %s is too small for %d slot\n"
3752 msgid_plural "Section %s is too small for %d slots\n"
3753 msgstr[0] ""
3754 msgstr[1] ""
3755
3756 #: dwarf.c:9235
3757 #, c-format
3758 msgid "  Version:                 %d\n"
3759 msgstr ""
3760
3761 #: dwarf.c:9237
3762 #, c-format
3763 msgid "  Number of columns:       %d\n"
3764 msgstr ""
3765
3766 #: dwarf.c:9238
3767 #, c-format
3768 msgid "  Number of used entries:  %d\n"
3769 msgstr ""
3770
3771 #: dwarf.c:9239
3772 #, c-format
3773 msgid ""
3774 "  Number of slots:         %d\n"
3775 "\n"
3776 msgstr ""
3777
3778 #: dwarf.c:9244
3779 #, c-format
3780 msgid "Section %s too small for %d hash table entries\n"
3781 msgstr ""
3782
3783 #: dwarf.c:9266
3784 msgid "Section index pool located before start of section\n"
3785 msgstr ""
3786
3787 #: dwarf.c:9271
3788 #, c-format
3789 msgid "  [%3d] Signature:  0x%s  Sections: "
3790 msgstr ""
3791
3792 #: dwarf.c:9278
3793 #, c-format
3794 msgid "Section %s too small for shndx pool\n"
3795 msgstr ""
3796
3797 #: dwarf.c:9320
3798 #, c-format
3799 msgid "Overlarge number of columns: %x\n"
3800 msgstr ""
3801
3802 #: dwarf.c:9326
3803 #, c-format
3804 msgid "Section %s too small for offset and size tables\n"
3805 msgstr ""
3806
3807 #: dwarf.c:9333
3808 #, c-format
3809 msgid "  Offset table\n"
3810 msgstr ""
3811
3812 #: dwarf.c:9335 dwarf.c:9436
3813 msgid "signature"
3814 msgstr ""
3815
3816 #: dwarf.c:9335 dwarf.c:9436
3817 msgid "dwo_id"
3818 msgstr ""
3819
3820 #: dwarf.c:9373
3821 #, c-format
3822 msgid "Row index (%u) is larger than number of used entries (%u)\n"
3823 msgstr ""
3824
3825 #: dwarf.c:9387
3826 #, c-format
3827 msgid "Signature (%p) extends beyond end of space in section\n"
3828 msgstr ""
3829
3830 #: dwarf.c:9396
3831 #, c-format
3832 msgid "Row index (%u) * num columns (%u) > space remaining in section\n"
3833 msgstr ""
3834
3835 #: dwarf.c:9402 dwarf.c:9459
3836 #, c-format
3837 msgid "  [%3d] 0x%s"
3838 msgstr ""
3839
3840 #: dwarf.c:9416 dwarf.c:9472
3841 #, c-format
3842 msgid "Overlarge Dwarf section index detected: %u\n"
3843 msgstr ""
3844
3845 #: dwarf.c:9434
3846 #, c-format
3847 msgid "  Size table\n"
3848 msgstr ""
3849
3850 #: dwarf.c:9487
3851 #, c-format
3852 msgid "  Unsupported version (%d)\n"
3853 msgstr ""
3854
3855 #: dwarf.c:9559
3856 #, c-format
3857 msgid "Displaying the debug contents of section %s is not yet supported.\n"
3858 msgstr ""
3859
3860 #: dwarf.c:9590
3861 #, c-format
3862 msgid ""
3863 "Attempt to allocate an array with an excessive number of elements: 0x%lx\n"
3864 msgstr ""
3865
3866 #: dwarf.c:9608
3867 #, c-format
3868 msgid ""
3869 "Attempt to re-allocate an array with an excessive number of elements: 0x%lx\n"
3870 msgstr ""
3871
3872 #: dwarf.c:9624
3873 #, c-format
3874 msgid ""
3875 "Attempt to allocate a zero'ed array with an excessive number of elements: 0x"
3876 "%lx\n"
3877 msgstr ""
3878
3879 #: dwarf.c:9722
3880 #, c-format
3881 msgid "Unable to reopen separate debug info file: %s\n"
3882 msgstr ""
3883
3884 #: dwarf.c:9734
3885 #, c-format
3886 msgid "Separate debug info file %s found, but CRC does not match - ignoring\n"
3887 msgstr ""
3888
3889 #: dwarf.c:9829
3890 #, c-format
3891 msgid "Corrupt debuglink section: %s\n"
3892 msgstr ""
3893
3894 #: dwarf.c:9867
3895 msgid "Out of memory"
3896 msgstr ""
3897
3898 #. Failed to find the file.
3899 #: dwarf.c:9917
3900 #, c-format
3901 msgid "could not find separate debug file '%s'\n"
3902 msgstr ""
3903
3904 #: dwarf.c:9918 dwarf.c:9922 dwarf.c:9927 dwarf.c:9931 dwarf.c:9934
3905 #: dwarf.c:9937 dwarf.c:9940
3906 #, c-format
3907 msgid "tried: %s\n"
3908 msgstr ""
3909
3910 #: dwarf.c:9952
3911 #, c-format
3912 msgid "failed to open separate debug file: %s\n"
3913 msgstr ""
3914
3915 #. FIXME: We do not check to see if there are any other separate debug info
3916 #. files that would also match.
3917 #: dwarf.c:9960
3918 #, c-format
3919 msgid ""
3920 "%s: Found separate debug info file: %s\n"
3921 "\n"
3922 msgstr ""
3923
3924 #: dwarf.c:9979
3925 msgid "Out of memory allocating dwo filename\n"
3926 msgstr ""
3927
3928 #: dwarf.c:9985
3929 #, c-format
3930 msgid "Unable to load dwo file: %s\n"
3931 msgstr ""
3932
3933 #. FIXME: We should check the dwo_id.
3934 #: dwarf.c:9992
3935 #, c-format
3936 msgid ""
3937 "%s: Found separate debug object file: %s\n"
3938 "\n"
3939 msgstr ""
3940
3941 #: dwarf.c:10024
3942 #, c-format
3943 msgid "The %s section contains a link to a dwo file:\n"
3944 msgstr ""
3945
3946 #: dwarf.c:10026
3947 #, c-format
3948 msgid "  Name:      %s\n"
3949 msgstr ""
3950
3951 #: dwarf.c:10027
3952 #, c-format
3953 msgid "  Directory: %s\n"
3954 msgstr ""
3955
3956 #: dwarf.c:10027
3957 msgid "<not-found>"
3958 msgstr ""
3959
3960 #: dwarf.c:10029
3961 #, c-format
3962 msgid "  ID:       "
3963 msgstr ""
3964
3965 #: dwarf.c:10031
3966 #, c-format
3967 msgid "  ID: <unknown>\n"
3968 msgstr ""
3969
3970 #: dwarf.c:10190 dwarf.c:10232
3971 #, c-format
3972 msgid "Unrecognized debug option '%s'\n"
3973 msgstr ""
3974
3975 #: elfcomm.c:42
3976 #, c-format
3977 msgid "%s: Error: "
3978 msgstr ""
3979
3980 #: elfcomm.c:56
3981 #, c-format
3982 msgid "%s: Warning: "
3983 msgstr ""
3984
3985 #: elfcomm.c:88 elfcomm.c:123 elfcomm.c:228 elfcomm.c:338
3986 #, c-format
3987 msgid "Unhandled data length: %d\n"
3988 msgstr ""
3989
3990 #: elfcomm.c:417 elfcomm.c:442 elfcomm.c:909
3991 msgid "Out of memory\n"
3992 msgstr ""
3993
3994 #: elfcomm.c:434
3995 #, c-format
3996 msgid "Abnormal length of thin archive member name: %lx\n"
3997 msgstr ""
3998
3999 #: elfcomm.c:478
4000 #, c-format
4001 msgid "%s: invalid archive header size: %ld\n"
4002 msgstr ""
4003
4004 #: elfcomm.c:491
4005 #, c-format
4006 msgid "%s: failed to skip archive symbol table\n"
4007 msgstr ""
4008
4009 #: elfcomm.c:510
4010 #, c-format
4011 msgid "%s: the archive index is empty\n"
4012 msgstr ""
4013
4014 #: elfcomm.c:518 elfcomm.c:547
4015 #, c-format
4016 msgid "%s: failed to read archive index\n"
4017 msgstr ""
4018
4019 #: elfcomm.c:529
4020 #, c-format
4021 msgid ""
4022 "%s: the archive index is supposed to have 0x%lx entries of %d bytes, but the "
4023 "size is only 0x%lx\n"
4024 msgstr ""
4025
4026 #: elfcomm.c:539
4027 msgid "Out of memory whilst trying to read archive symbol index\n"
4028 msgstr ""
4029
4030 #: elfcomm.c:559
4031 msgid "Out of memory whilst trying to convert the archive symbol index\n"
4032 msgstr ""
4033
4034 #: elfcomm.c:572
4035 #, c-format
4036 msgid "%s: the archive has an index but no symbols\n"
4037 msgstr ""
4038
4039 #: elfcomm.c:580
4040 msgid "Out of memory whilst trying to read archive index symbol table\n"
4041 msgstr ""
4042
4043 #: elfcomm.c:588
4044 #, c-format
4045 msgid "%s: failed to read archive index symbol table\n"
4046 msgstr ""
4047
4048 #: elfcomm.c:598
4049 #, c-format
4050 msgid "%s: failed to read archive header following archive index\n"
4051 msgstr ""
4052
4053 #: elfcomm.c:631
4054 #, c-format
4055 msgid "%s: failed to seek to first archive header\n"
4056 msgstr ""
4057
4058 #. PR 24049 - we cannot use filedata->file_name as this will
4059 #. have already been freed.
4060 #: elfcomm.c:640 elfcomm.c:867 elfedit.c:584 readelf.c:19511
4061 #, c-format
4062 msgid "%s: failed to read archive header\n"
4063 msgstr ""
4064
4065 #: elfcomm.c:657
4066 #, c-format
4067 msgid "%s has no archive index\n"
4068 msgstr ""
4069
4070 #: elfcomm.c:669
4071 #, c-format
4072 msgid "%s: long name table is too small, (size = %ld)\n"
4073 msgstr ""
4074
4075 #: elfcomm.c:676
4076 #, c-format
4077 msgid "%s: long name table is too big, (size = 0x%lx)\n"
4078 msgstr ""
4079
4080 #: elfcomm.c:687
4081 msgid "Out of memory reading long symbol names in archive\n"
4082 msgstr ""
4083
4084 #: elfcomm.c:695
4085 #, c-format
4086 msgid "%s: failed to read long symbol name string table\n"
4087 msgstr ""
4088
4089 #: elfcomm.c:772
4090 msgid "Archive member uses long names, but no longname table found\n"
4091 msgstr ""
4092
4093 #: elfcomm.c:786
4094 #, c-format
4095 msgid "Found long name index (%ld) beyond end of long name table\n"
4096 msgstr ""
4097
4098 #: elfcomm.c:805
4099 msgid "Invalid Thin archive member name\n"
4100 msgstr ""
4101
4102 #: elfcomm.c:861
4103 #, c-format
4104 msgid "%s: failed to seek to next file name\n"
4105 msgstr ""
4106
4107 #: elfcomm.c:872 elfedit.c:591 readelf.c:19518
4108 #, c-format
4109 msgid "%s: did not find a valid archive header\n"
4110 msgstr ""
4111
4112 #: elfedit.c:90
4113 #, c-format
4114 msgid "%s: Not an i386 nor x86-64 ELF file\n"
4115 msgstr ""
4116
4117 #: elfedit.c:96
4118 #, c-format
4119 msgid "%s: stat () failed\n"
4120 msgstr ""
4121
4122 #: elfedit.c:104
4123 #, c-format
4124 msgid "%s: mmap () failed\n"
4125 msgstr ""
4126
4127 #: elfedit.c:243
4128 #, c-format
4129 msgid "%s: Invalid PT_NOTE segment\n"
4130 msgstr ""
4131
4132 #: elfedit.c:309
4133 #, c-format
4134 msgid "%s: Unsupported EI_VERSION: %d is not %d\n"
4135 msgstr ""
4136
4137 #: elfedit.c:330
4138 #, c-format
4139 msgid "%s: Unmatched input EI_CLASS: %d is not %d\n"
4140 msgstr ""
4141
4142 #: elfedit.c:339
4143 #, c-format
4144 msgid "%s: Unmatched output EI_CLASS: %d is not %d\n"
4145 msgstr ""
4146
4147 #: elfedit.c:348
4148 #, c-format
4149 msgid "%s: Unmatched e_machine: %d is not %d\n"
4150 msgstr ""
4151
4152 #: elfedit.c:359
4153 #, c-format
4154 msgid "%s: Unmatched e_type: %d is not %d\n"
4155 msgstr ""
4156
4157 #: elfedit.c:370
4158 #, c-format
4159 msgid "%s: Unmatched EI_OSABI: %d is not %d\n"
4160 msgstr ""
4161
4162 #: elfedit.c:403
4163 #, c-format
4164 msgid "%s: Failed to update ELF header: %s\n"
4165 msgstr ""
4166
4167 #: elfedit.c:473
4168 msgid ""
4169 "This executable has been built without support for a\n"
4170 "64 bit data type and so it cannot process 64 bit ELF files.\n"
4171 msgstr ""
4172
4173 #: elfedit.c:514
4174 #, c-format
4175 msgid "%s: Failed to read ELF header\n"
4176 msgstr ""
4177
4178 #: elfedit.c:521
4179 #, c-format
4180 msgid "%s: Failed to seek to ELF header\n"
4181 msgstr ""
4182
4183 #: elfedit.c:575 readelf.c:19501
4184 #, c-format
4185 msgid "%s: failed to seek to next archive header\n"
4186 msgstr ""
4187
4188 #: elfedit.c:606 elfedit.c:615 readelf.c:19532 readelf.c:19541
4189 #, c-format
4190 msgid "%s: bad archive file name\n"
4191 msgstr ""
4192
4193 #: elfedit.c:635 elfedit.c:727
4194 #, c-format
4195 msgid "Input file '%s' is not readable\n"
4196 msgstr ""
4197
4198 #: elfedit.c:659
4199 #, c-format
4200 msgid "%s: failed to seek to archive member\n"
4201 msgstr ""
4202
4203 #: elfedit.c:698 readelf.c:19650
4204 #, c-format
4205 msgid "'%s': No such file\n"
4206 msgstr ""
4207
4208 #: elfedit.c:700 readelf.c:19652
4209 #, c-format
4210 msgid "Could not locate '%s'.  System error message: %s\n"
4211 msgstr ""
4212
4213 #: elfedit.c:707 readelf.c:19659
4214 #, c-format
4215 msgid "'%s' is not an ordinary file\n"
4216 msgstr ""
4217
4218 #: elfedit.c:733 readelf.c:19681
4219 #, c-format
4220 msgid "%s: Failed to read file's magic number\n"
4221 msgstr ""
4222
4223 #: elfedit.c:797
4224 #, c-format
4225 msgid "Unknown OSABI: %s\n"
4226 msgstr ""
4227
4228 #: elfedit.c:822
4229 #, c-format
4230 msgid "Unknown machine type: %s\n"
4231 msgstr ""
4232
4233 #: elfedit.c:841
4234 #, c-format
4235 msgid "Unknown type: %s\n"
4236 msgstr ""
4237
4238 #: elfedit.c:882
4239 #, c-format
4240 msgid "Usage: %s <option(s)> elffile(s)\n"
4241 msgstr ""
4242
4243 #: elfedit.c:884
4244 #, c-format
4245 msgid " Update the ELF header of ELF files\n"
4246 msgstr ""
4247
4248 #: elfedit.c:885 objcopy.c:539 objcopy.c:675 strings.c:700
4249 #, c-format
4250 msgid " The options are:\n"
4251 msgstr ""
4252
4253 #: elfedit.c:886
4254 #, c-format
4255 msgid ""
4256 "  --input-mach <machine>      Set input machine type to <machine>\n"
4257 "  --output-mach <machine>     Set output machine type to <machine>\n"
4258 "  --input-type <type>         Set input file type to <type>\n"
4259 "  --output-type <type>        Set output file type to <type>\n"
4260 "  --input-osabi <osabi>       Set input OSABI to <osabi>\n"
4261 "  --output-osabi <osabi>      Set output OSABI to <osabi>\n"
4262 msgstr ""
4263
4264 #: elfedit.c:894
4265 #, c-format
4266 msgid ""
4267 "  --enable-x86-feature <feature>\n"
4268 "                              Enable x86 feature <feature>\n"
4269 "  --disable-x86-feature <feature>\n"
4270 "                              Disable x86 feature <feature>\n"
4271 msgstr ""
4272
4273 #: elfedit.c:900
4274 #, c-format
4275 msgid ""
4276 "  -h --help                   Display this information\n"
4277 "  -v --version                Display the version number of %s\n"
4278 msgstr ""
4279
4280 #: emul_aix.c:44
4281 #, c-format
4282 msgid "  [-g]         - 32 bit small archive\n"
4283 msgstr ""
4284
4285 #: emul_aix.c:45
4286 #, c-format
4287 msgid "  [-X32]       - ignores 64 bit objects\n"
4288 msgstr ""
4289
4290 #: emul_aix.c:46
4291 #, c-format
4292 msgid "  [-X64]       - ignores 32 bit objects\n"
4293 msgstr ""
4294
4295 #: emul_aix.c:47
4296 #, c-format
4297 msgid "  [-X32_64]    - accepts 32 and 64 bit objects\n"
4298 msgstr ""
4299
4300 #: mclex.c:240
4301 msgid "Duplicate symbol entered into keyword list."
4302 msgstr ""
4303
4304 #: nm.c:248 size.c:76 strings.c:698
4305 #, c-format
4306 msgid "Usage: %s [option(s)] [file(s)]\n"
4307 msgstr ""
4308
4309 #: nm.c:249
4310 #, c-format
4311 msgid " List symbols in [file(s)] (a.out by default).\n"
4312 msgstr ""
4313
4314 #: nm.c:250
4315 #, c-format
4316 msgid ""
4317 " The options are:\n"
4318 "  -a, --debug-syms       Display debugger-only symbols\n"
4319 "  -A, --print-file-name  Print name of the input file before every symbol\n"
4320 "  -B                     Same as --format=bsd\n"
4321 "  -C, --demangle[=STYLE] Decode low-level symbol names into user-level "
4322 "names\n"
4323 "                          The STYLE, if specified, can be `auto' (the "
4324 "default),\n"
4325 "                          `gnu', `lucid', `arm', `hp', `edg', `gnu-v3', "
4326 "`java'\n"
4327 "                          or `gnat'\n"
4328 "      --no-demangle      Do not demangle low-level symbol names\n"
4329 "      --recurse-limit    Enable a demangling recursion limit.  This is the "
4330 "default.\n"
4331 "      --no-recurse-limit Disable a demangling recursion limit.\n"
4332 "  -D, --dynamic          Display dynamic symbols instead of normal symbols\n"
4333 "      --defined-only     Display only defined symbols\n"
4334 "  -e                     (ignored)\n"
4335 "  -f, --format=FORMAT    Use the output format FORMAT.  FORMAT can be "
4336 "`bsd',\n"
4337 "                           `sysv' or `posix'.  The default is `bsd'\n"
4338 "  -g, --extern-only      Display only external symbols\n"
4339 "  -l, --line-numbers     Use debugging information to find a filename and\n"
4340 "                           line number for each symbol\n"
4341 "  -n, --numeric-sort     Sort symbols numerically by address\n"
4342 "  -o                     Same as -A\n"
4343 "  -p, --no-sort          Do not sort the symbols\n"
4344 "  -P, --portability      Same as --format=posix\n"
4345 "  -r, --reverse-sort     Reverse the sense of the sort\n"
4346 msgstr ""
4347
4348 #: nm.c:275
4349 #, c-format
4350 msgid "      --plugin NAME      Load the specified plugin\n"
4351 msgstr ""
4352
4353 #: nm.c:278
4354 #, c-format
4355 msgid ""
4356 "  -S, --print-size       Print size of defined symbols\n"
4357 "  -s, --print-armap      Include index for symbols from archive members\n"
4358 "      --size-sort        Sort symbols by size\n"
4359 "      --special-syms     Include special symbols in the output\n"
4360 "      --synthetic        Display synthetic symbols as well\n"
4361 "  -t, --radix=RADIX      Use RADIX for printing symbol values\n"
4362 "      --target=BFDNAME   Specify the target object format as BFDNAME\n"
4363 "  -u, --undefined-only   Display only undefined symbols\n"
4364 "      --with-symbol-versions  Display version strings after symbol names\n"
4365 "  -X 32_64               (ignored)\n"
4366 "  @FILE                  Read options from FILE\n"
4367 "  -h, --help             Display this information\n"
4368 "  -V, --version          Display this program's version number\n"
4369 "\n"
4370 msgstr ""
4371
4372 #: nm.c:327
4373 #, c-format
4374 msgid "%s: invalid radix"
4375 msgstr ""
4376
4377 #: nm.c:351
4378 #, c-format
4379 msgid "%s: invalid output format"
4380 msgstr ""
4381
4382 #: nm.c:375 readelf.c:10957 readelf.c:11002
4383 #, c-format
4384 msgid "<processor specific>: %d"
4385 msgstr ""
4386
4387 #: nm.c:377 readelf.c:10966 readelf.c:11021
4388 #, c-format
4389 msgid "<OS specific>: %d"
4390 msgstr ""
4391
4392 #: nm.c:379 readelf.c:10969 readelf.c:11024
4393 #, c-format
4394 msgid "<unknown>: %d"
4395 msgstr ""
4396
4397 #: nm.c:409
4398 #, c-format
4399 msgid "<unknown>: %d/%d"
4400 msgstr ""
4401
4402 #: nm.c:450
4403 #, c-format
4404 msgid ""
4405 "\n"
4406 "Archive index:\n"
4407 msgstr ""
4408
4409 #: nm.c:497
4410 #, c-format
4411 msgid "%s: plugin needed to handle lto object"
4412 msgstr ""
4413
4414 #: nm.c:1376
4415 #, c-format
4416 msgid ""
4417 "\n"
4418 "\n"
4419 "Undefined symbols from %s:\n"
4420 "\n"
4421 msgstr ""
4422
4423 #: nm.c:1378
4424 #, c-format
4425 msgid ""
4426 "\n"
4427 "\n"
4428 "Symbols from %s:\n"
4429 "\n"
4430 msgstr ""
4431
4432 #: nm.c:1380 nm.c:1431
4433 #, c-format
4434 msgid ""
4435 "Name                  Value   Class        Type         Size     Line  "
4436 "Section\n"
4437 "\n"
4438 msgstr ""
4439
4440 #: nm.c:1383 nm.c:1434
4441 #, c-format
4442 msgid ""
4443 "Name                  Value           Class        Type         "
4444 "Size             Line  Section\n"
4445 "\n"
4446 msgstr ""
4447
4448 #: nm.c:1427
4449 #, c-format
4450 msgid ""
4451 "\n"
4452 "\n"
4453 "Undefined symbols from %s[%s]:\n"
4454 "\n"
4455 msgstr ""
4456
4457 #: nm.c:1429
4458 #, c-format
4459 msgid ""
4460 "\n"
4461 "\n"
4462 "Symbols from %s[%s]:\n"
4463 "\n"
4464 msgstr ""
4465
4466 #: nm.c:1521
4467 #, c-format
4468 msgid "Print width has not been initialized (%d)"
4469 msgstr ""
4470
4471 #: nm.c:1770
4472 msgid "Only -X 32_64 is supported"
4473 msgstr ""
4474
4475 #: nm.c:1798
4476 msgid "Using the --size-sort and --undefined-only options together"
4477 msgstr ""
4478
4479 #: nm.c:1799
4480 msgid "will produce no output, since undefined symbols have no size."
4481 msgstr ""
4482
4483 #: objcopy.c:537 srconv.c:1695
4484 #, c-format
4485 msgid "Usage: %s [option(s)] in-file [out-file]\n"
4486 msgstr ""
4487
4488 #: objcopy.c:538
4489 #, c-format
4490 msgid " Copies a binary file, possibly transforming it in the process\n"
4491 msgstr ""
4492
4493 #: objcopy.c:540
4494 #, c-format
4495 msgid ""
4496 "  -I --input-target <bfdname>      Assume input file is in format <bfdname>\n"
4497 "  -O --output-target <bfdname>     Create an output file in format "
4498 "<bfdname>\n"
4499 "  -B --binary-architecture <arch>  Set output arch, when input is arch-less\n"
4500 "  -F --target <bfdname>            Set both input and output format to "
4501 "<bfdname>\n"
4502 "     --debugging                   Convert debugging information, if "
4503 "possible\n"
4504 "  -p --preserve-dates              Copy modified/access timestamps to the "
4505 "output\n"
4506 msgstr ""
4507
4508 #: objcopy.c:548 objcopy.c:683
4509 #, c-format
4510 msgid ""
4511 "  -D --enable-deterministic-archives\n"
4512 "                                   Produce deterministic output when "
4513 "stripping archives (default)\n"
4514 "  -U --disable-deterministic-archives\n"
4515 "                                   Disable -D behavior\n"
4516 msgstr ""
4517
4518 #: objcopy.c:554 objcopy.c:689
4519 #, c-format
4520 msgid ""
4521 "  -D --enable-deterministic-archives\n"
4522 "                                   Produce deterministic output when "
4523 "stripping archives\n"
4524 "  -U --disable-deterministic-archives\n"
4525 "                                   Disable -D behavior (default)\n"
4526 msgstr ""
4527
4528 #: objcopy.c:559
4529 #, c-format
4530 msgid ""
4531 "  -j --only-section <name>         Only copy section <name> into the output\n"
4532 "     --add-gnu-debuglink=<file>    Add section .gnu_debuglink linking to "
4533 "<file>\n"
4534 "  -R --remove-section <name>       Remove section <name> from the output\n"
4535 "     --remove-relocations <name>   Remove relocations from section <name>\n"
4536 "  -S --strip-all                   Remove all symbol and relocation "
4537 "information\n"
4538 "  -g --strip-debug                 Remove all debugging symbols & sections\n"
4539 "     --strip-dwo                   Remove all DWO sections\n"
4540 "     --strip-unneeded              Remove all symbols not needed by "
4541 "relocations\n"
4542 "  -N --strip-symbol <name>         Do not copy symbol <name>\n"
4543 "     --strip-unneeded-symbol <name>\n"
4544 "                                   Do not copy symbol <name> unless needed "
4545 "by\n"
4546 "                                     relocations\n"
4547 "     --only-keep-debug             Strip everything but the debug "
4548 "information\n"
4549 "     --extract-dwo                 Copy only DWO sections\n"
4550 "     --extract-symbol              Remove section contents but keep symbols\n"
4551 "  -K --keep-symbol <name>          Do not strip symbol <name>\n"
4552 "     --keep-file-symbols           Do not strip file symbol(s)\n"
4553 "     --localize-hidden             Turn all ELF hidden symbols into locals\n"
4554 "  -L --localize-symbol <name>      Force symbol <name> to be marked as a "
4555 "local\n"
4556 "     --globalize-symbol <name>     Force symbol <name> to be marked as a "
4557 "global\n"
4558 "  -G --keep-global-symbol <name>   Localize all symbols except <name>\n"
4559 "  -W --weaken-symbol <name>        Force symbol <name> to be marked as a "
4560 "weak\n"
4561 "     --weaken                      Force all global symbols to be marked as "
4562 "weak\n"
4563 "  -w --wildcard                    Permit wildcard in symbol comparison\n"
4564 "  -x --discard-all                 Remove all non-global symbols\n"
4565 "  -X --discard-locals              Remove any compiler-generated symbols\n"
4566 "  -i --interleave[=<number>]       Only copy N out of every <number> bytes\n"
4567 "     --interleave-width <number>   Set N for --interleave\n"
4568 "  -b --byte <num>                  Select byte <num> in every interleaved "
4569 "block\n"
4570 "     --gap-fill <val>              Fill gaps between sections with <val>\n"
4571 "     --pad-to <addr>               Pad the last section up to address "
4572 "<addr>\n"
4573 "     --set-start <addr>            Set the start address to <addr>\n"
4574 "    {--change-start|--adjust-start} <incr>\n"
4575 "                                   Add <incr> to the start address\n"
4576 "    {--change-addresses|--adjust-vma} <incr>\n"
4577 "                                   Add <incr> to LMA, VMA and start "
4578 "addresses\n"
4579 "    {--change-section-address|--adjust-section-vma} <name>{=|+|-}<val>\n"
4580 "                                   Change LMA and VMA of section <name> by "
4581 "<val>\n"
4582 "     --change-section-lma <name>{=|+|-}<val>\n"
4583 "                                   Change the LMA of section <name> by "
4584 "<val>\n"
4585 "     --change-section-vma <name>{=|+|-}<val>\n"
4586 "                                   Change the VMA of section <name> by "
4587 "<val>\n"
4588 "    {--[no-]change-warnings|--[no-]adjust-warnings}\n"
4589 "                                   Warn if a named section does not exist\n"
4590 "     --set-section-flags <name>=<flags>\n"
4591 "                                   Set section <name>'s properties to "
4592 "<flags>\n"
4593 "     --add-section <name>=<file>   Add section <name> found in <file> to "
4594 "output\n"
4595 "     --update-section <name>=<file>\n"
4596 "                                   Update contents of section <name> with\n"
4597 "                                   contents found in <file>\n"
4598 "     --dump-section <name>=<file>  Dump the contents of section <name> into "
4599 "<file>\n"
4600 "     --rename-section <old>=<new>[,<flags>] Rename section <old> to <new>\n"
4601 "     --long-section-names {enable|disable|keep}\n"
4602 "                                   Handle long section names in Coff "
4603 "objects.\n"
4604 "     --change-leading-char         Force output format's leading character "
4605 "style\n"
4606 "     --remove-leading-char         Remove leading character from global "
4607 "symbols\n"
4608 "     --reverse-bytes=<num>         Reverse <num> bytes at a time, in output "
4609 "sections with content\n"
4610 "     --redefine-sym <old>=<new>    Redefine symbol name <old> to <new>\n"
4611 "     --redefine-syms <file>        --redefine-sym for all symbol pairs \n"
4612 "                                     listed in <file>\n"
4613 "     --srec-len <number>           Restrict the length of generated "
4614 "Srecords\n"
4615 "     --srec-forceS3                Restrict the type of generated Srecords "
4616 "to S3\n"
4617 "     --strip-symbols <file>        -N for all symbols listed in <file>\n"
4618 "     --strip-unneeded-symbols <file>\n"
4619 "                                   --strip-unneeded-symbol for all symbols "
4620 "listed\n"
4621 "                                     in <file>\n"
4622 "     --keep-symbols <file>         -K for all symbols listed in <file>\n"
4623 "     --localize-symbols <file>     -L for all symbols listed in <file>\n"
4624 "     --globalize-symbols <file>    --globalize-symbol for all in <file>\n"
4625 "     --keep-global-symbols <file>  -G for all symbols listed in <file>\n"
4626 "     --weaken-symbols <file>       -W for all symbols listed in <file>\n"
4627 "     --add-symbol <name>=[<section>:]<value>[,<flags>]  Add a symbol\n"
4628 "     --alt-machine-code <index>    Use the target's <index>'th alternative "
4629 "machine\n"
4630 "     --writable-text               Mark the output text as writable\n"
4631 "     --readonly-text               Make the output text write protected\n"
4632 "     --pure                        Mark the output file as demand paged\n"
4633 "     --impure                      Mark the output file as impure\n"
4634 "     --prefix-symbols <prefix>     Add <prefix> to start of every symbol "
4635 "name\n"
4636 "     --prefix-sections <prefix>    Add <prefix> to start of every section "
4637 "name\n"
4638 "     --prefix-alloc-sections <prefix>\n"
4639 "                                   Add <prefix> to start of every "
4640 "allocatable\n"
4641 "                                     section name\n"
4642 "     --file-alignment <num>        Set PE file alignment to <num>\n"
4643 "     --heap <reserve>[,<commit>]   Set PE reserve/commit heap to <reserve>/\n"
4644 "                                   <commit>\n"
4645 "     --image-base <address>        Set PE image base to <address>\n"
4646 "     --section-alignment <num>     Set PE section alignment to <num>\n"
4647 "     --stack <reserve>[,<commit>]  Set PE reserve/commit stack to "
4648 "<reserve>/\n"
4649 "                                   <commit>\n"
4650 "     --subsystem <name>[:<version>]\n"
4651 "                                   Set PE subsystem to <name> [& <version>]\n"
4652 "     --compress-debug-sections[={none|zlib|zlib-gnu|zlib-gabi}]\n"
4653 "                                   Compress DWARF debug sections using zlib\n"
4654 "     --decompress-debug-sections   Decompress DWARF debug sections using "
4655 "zlib\n"
4656 "     --elf-stt-common=[yes|no]     Generate ELF common symbols with "
4657 "STT_COMMON\n"
4658 "                                     type\n"
4659 "  -M  --merge-notes                Remove redundant entries in note "
4660 "sections\n"
4661 "      --no-merge-notes             Do not attempt to remove redundant notes "
4662 "(default)\n"
4663 "  -v --verbose                     List all object files modified\n"
4664 "  @<file>                          Read options from <file>\n"
4665 "  -V --version                     Display this program's version number\n"
4666 "  -h --help                        Display this output\n"
4667 "     --info                        List object formats & architectures "
4668 "supported\n"
4669 msgstr ""
4670
4671 #: objcopy.c:673
4672 #, c-format
4673 msgid "Usage: %s <option(s)> in-file(s)\n"
4674 msgstr ""
4675
4676 #: objcopy.c:674
4677 #, c-format
4678 msgid " Removes symbols and sections from files\n"
4679 msgstr ""
4680
4681 #: objcopy.c:676
4682 #, c-format
4683 msgid ""
4684 "  -I --input-target=<bfdname>      Assume input file is in format <bfdname>\n"
4685 "  -O --output-target=<bfdname>     Create an output file in format "
4686 "<bfdname>\n"
4687 "  -F --target=<bfdname>            Set both input and output format to "
4688 "<bfdname>\n"
4689 "  -p --preserve-dates              Copy modified/access timestamps to the "
4690 "output\n"
4691 msgstr ""
4692
4693 #: objcopy.c:694
4694 #, c-format
4695 msgid ""
4696 "  -R --remove-section=<name>       Also remove section <name> from the "
4697 "output\n"
4698 "     --remove-relocations <name>   Remove relocations from section <name>\n"
4699 "  -s --strip-all                   Remove all symbol and relocation "
4700 "information\n"
4701 "  -g -S -d --strip-debug           Remove all debugging symbols & sections\n"
4702 "     --strip-dwo                   Remove all DWO sections\n"
4703 "     --strip-unneeded              Remove all symbols not needed by "
4704 "relocations\n"
4705 "     --only-keep-debug             Strip everything but the debug "
4706 "information\n"
4707 "  -M  --merge-notes                Remove redundant entries in note sections "
4708 "(default)\n"
4709 "      --no-merge-notes             Do not attempt to remove redundant notes\n"
4710 "  -N --strip-symbol=<name>         Do not copy symbol <name>\n"
4711 "  -K --keep-symbol=<name>          Do not strip symbol <name>\n"
4712 "     --keep-file-symbols           Do not strip file symbol(s)\n"
4713 "  -w --wildcard                    Permit wildcard in symbol comparison\n"
4714 "  -x --discard-all                 Remove all non-global symbols\n"
4715 "  -X --discard-locals              Remove any compiler-generated symbols\n"
4716 "  -v --verbose                     List all object files modified\n"
4717 "  -V --version                     Display this program's version number\n"
4718 "  -h --help                        Display this output\n"
4719 "     --info                        List object formats & architectures "
4720 "supported\n"
4721 "  -o <file>                        Place stripped output into <file>\n"
4722 msgstr ""
4723
4724 #: objcopy.c:769
4725 #, c-format
4726 msgid "unrecognized section flag `%s'"
4727 msgstr ""
4728
4729 #: objcopy.c:770 objcopy.c:842
4730 #, c-format
4731 msgid "supported flags: %s"
4732 msgstr ""
4733
4734 #: objcopy.c:841
4735 #, c-format
4736 msgid "unrecognized symbol flag `%s'"
4737 msgstr ""
4738
4739 #: objcopy.c:900
4740 #, c-format
4741 msgid "error: %s both copied and removed"
4742 msgstr ""
4743
4744 #: objcopy.c:906
4745 #, c-format
4746 msgid "error: %s both sets and alters VMA"
4747 msgstr ""
4748
4749 #: objcopy.c:912
4750 #, c-format
4751 msgid "error: %s both sets and alters LMA"
4752 msgstr ""
4753
4754 #: objcopy.c:1063
4755 #, c-format
4756 msgid "cannot open '%s': %s"
4757 msgstr ""
4758
4759 #: objcopy.c:1066 objcopy.c:4742
4760 #, c-format
4761 msgid "%s: fread failed"
4762 msgstr ""
4763
4764 #: objcopy.c:1139
4765 #, c-format
4766 msgid "%s:%d: Ignoring rubbish found on this line"
4767 msgstr ""
4768
4769 #: objcopy.c:1304
4770 #, c-format
4771 msgid "error: section %s matches both remove and copy options"
4772 msgstr ""
4773
4774 #: objcopy.c:1307
4775 #, c-format
4776 msgid "error: section %s matches both update and remove options"
4777 msgstr ""
4778
4779 #: objcopy.c:1460
4780 #, c-format
4781 msgid "Section %s not found"
4782 msgstr ""
4783
4784 #: objcopy.c:1608
4785 #, c-format
4786 msgid "not stripping symbol `%s' because it is named in a relocation"
4787 msgstr ""
4788
4789 #: objcopy.c:1668
4790 #, c-format
4791 msgid "'before=%s' not found"
4792 msgstr ""
4793
4794 #: objcopy.c:1707
4795 #, c-format
4796 msgid "%s: Multiple redefinition of symbol \"%s\""
4797 msgstr ""
4798
4799 #: objcopy.c:1711
4800 #, c-format
4801 msgid "%s: Symbol \"%s\" is target of more than one redefinition"
4802 msgstr ""
4803
4804 #: objcopy.c:1738
4805 #, c-format
4806 msgid "couldn't open symbol redefinition file %s (error: %s)"
4807 msgstr ""
4808
4809 #: objcopy.c:1816
4810 #, c-format
4811 msgid "%s:%d: garbage found at end of line"
4812 msgstr ""
4813
4814 #: objcopy.c:1819
4815 #, c-format
4816 msgid "%s:%d: missing new symbol name"
4817 msgstr ""
4818
4819 #: objcopy.c:1829
4820 #, c-format
4821 msgid "%s:%d: premature end of file"
4822 msgstr ""
4823
4824 #: objcopy.c:1856
4825 #, c-format
4826 msgid "stat returns negative size for `%s'"
4827 msgstr ""
4828
4829 #: objcopy.c:1868
4830 #, c-format
4831 msgid "copy from `%s' [unknown] to `%s' [unknown]\n"
4832 msgstr ""
4833
4834 #: objcopy.c:2021
4835 msgid "corrupt GNU build attribute note: wrong note type"
4836 msgstr ""
4837
4838 #: objcopy.c:2027
4839 msgid "corrupt GNU build attribute note: note too big"
4840 msgstr ""
4841
4842 #: objcopy.c:2033
4843 msgid "corrupt GNU build attribute note: name too small"
4844 msgstr ""
4845
4846 #: objcopy.c:2060
4847 msgid "corrupt GNU build attribute note: unsupported version"
4848 msgstr ""
4849
4850 #: objcopy.c:2109
4851 msgid "corrupt GNU build attribute note: bad description size"
4852 msgstr ""
4853
4854 #: objcopy.c:2140
4855 msgid "corrupt GNU build attribute note: name not NUL terminated"
4856 msgstr ""
4857
4858 #: objcopy.c:2152
4859 msgid "corrupt GNU build attribute notes: excess data at end"
4860 msgstr ""
4861
4862 #: objcopy.c:2158
4863 msgid "bad GNU build attribute notes: no known versions detected"
4864 msgstr ""
4865
4866 #: objcopy.c:2166
4867 msgid "bad GNU build attribute notes: multiple different versions"
4868 msgstr ""
4869
4870 #: objcopy.c:2180
4871 msgid "bad GNU build attribute notes: first note not version note"
4872 msgstr ""
4873
4874 #. PR 17636: Call non-fatal so that we return to our parent who
4875 #. may need to tidy temporary files.
4876 #: objcopy.c:2473
4877 msgid "Unable to change endianness of input file(s)"
4878 msgstr ""
4879
4880 #: objcopy.c:2485
4881 #, c-format
4882 msgid "error: the input file '%s' has no sections"
4883 msgstr ""
4884
4885 #: objcopy.c:2495
4886 #, c-format
4887 msgid ""
4888 "--compress-debug-sections=[zlib|zlib-gnu|zlib-gabi] is unsupported on `%s'"
4889 msgstr ""
4890
4891 #: objcopy.c:2502
4892 #, c-format
4893 msgid "--elf-stt-common=[yes|no] is unsupported on `%s'"
4894 msgstr ""
4895
4896 #: objcopy.c:2509
4897 #, c-format
4898 msgid "copy from `%s' [%s] to `%s' [%s]\n"
4899 msgstr ""
4900
4901 #: objcopy.c:2558
4902 #, c-format
4903 msgid "Input file `%s' ignores binary architecture parameter."
4904 msgstr ""
4905
4906 #: objcopy.c:2566
4907 #, c-format
4908 msgid "Unable to recognise the format of the input file `%s'"
4909 msgstr ""
4910
4911 #: objcopy.c:2569
4912 #, c-format
4913 msgid "Output file cannot represent architecture `%s'"
4914 msgstr ""
4915
4916 #: objcopy.c:2632
4917 #, c-format
4918 msgid "warning: file alignment (0x%s) > section alignment (0x%s)"
4919 msgstr ""
4920
4921 #: objcopy.c:2698
4922 #, c-format
4923 msgid "can't add section '%s'"
4924 msgstr ""
4925
4926 #: objcopy.c:2712
4927 #, c-format
4928 msgid "can't create section `%s'"
4929 msgstr ""
4930
4931 #: objcopy.c:2761
4932 #, c-format
4933 msgid "error: %s not found, can't be updated"
4934 msgstr ""
4935
4936 #: objcopy.c:2786
4937 msgid "warning: note section is empty"
4938 msgstr ""
4939
4940 #: objcopy.c:2791
4941 msgid "warning: could not load note section"
4942 msgstr ""
4943
4944 #: objcopy.c:2812
4945 msgid "warning: failed to set merged notes size"
4946 msgstr ""
4947
4948 #: objcopy.c:2833
4949 #, c-format
4950 msgid "can't dump section '%s' - it does not exist"
4951 msgstr ""
4952
4953 #: objcopy.c:2841
4954 msgid "can't dump section - it has no contents"
4955 msgstr ""
4956
4957 #: objcopy.c:2849
4958 msgid "can't dump section - it is empty"
4959 msgstr ""
4960
4961 #: objcopy.c:2858
4962 msgid "could not open section dump file"
4963 msgstr ""
4964
4965 #: objcopy.c:2867
4966 #, c-format
4967 msgid "error writing section contents to %s (error: %s)"
4968 msgstr ""
4969
4970 #: objcopy.c:2877
4971 msgid "could not retrieve section contents"
4972 msgstr ""
4973
4974 #: objcopy.c:2891
4975 #, c-format
4976 msgid "%s: debuglink section already exists"
4977 msgstr ""
4978
4979 #: objcopy.c:2903
4980 #, c-format
4981 msgid "cannot create debug link section `%s'"
4982 msgstr ""
4983
4984 #: objcopy.c:2995
4985 msgid "Can't fill gap after section"
4986 msgstr ""
4987
4988 #: objcopy.c:3019
4989 msgid "can't add padding"
4990 msgstr ""
4991
4992 #: objcopy.c:3152
4993 msgid "error: failed to copy merged notes into output"
4994 msgstr ""
4995
4996 #: objcopy.c:3157
4997 msgid "could not find any mergeable note sections"
4998 msgstr ""
4999
5000 #: objcopy.c:3169
5001 #, c-format
5002 msgid "cannot fill debug link section `%s'"
5003 msgstr ""
5004
5005 #: objcopy.c:3231
5006 msgid "error copying private BFD data"
5007 msgstr ""
5008
5009 #: objcopy.c:3242
5010 #, c-format
5011 msgid "this target does not support %lu alternative machine codes"
5012 msgstr ""
5013
5014 #: objcopy.c:3246
5015 msgid "treating that number as an absolute e_machine value instead"
5016 msgstr ""
5017
5018 #: objcopy.c:3250
5019 msgid "ignoring the alternative value"
5020 msgstr ""
5021
5022 #: objcopy.c:3282 objcopy.c:3337
5023 #, c-format
5024 msgid "cannot create tempdir for archive copying (error: %s)"
5025 msgstr ""
5026
5027 #: objcopy.c:3370
5028 msgid "Unable to recognise the format of file"
5029 msgstr ""
5030
5031 #: objcopy.c:3503
5032 #, c-format
5033 msgid "error: the input file '%s' is empty"
5034 msgstr ""
5035
5036 #: objcopy.c:3671
5037 #, c-format
5038 msgid "Multiple renames of section %s"
5039 msgstr ""
5040
5041 #: objcopy.c:3717
5042 msgid "error in private header data"
5043 msgstr ""
5044
5045 #: objcopy.c:3795
5046 msgid "failed to create output section"
5047 msgstr ""
5048
5049 #: objcopy.c:3810
5050 msgid "failed to set size"
5051 msgstr ""
5052
5053 #: objcopy.c:3829
5054 msgid "failed to set vma"
5055 msgstr ""
5056
5057 #: objcopy.c:3854
5058 msgid "failed to set alignment"
5059 msgstr ""
5060
5061 #: objcopy.c:3886
5062 msgid "failed to copy private data"
5063 msgstr ""
5064
5065 #: objcopy.c:4043
5066 msgid "relocation count is negative"
5067 msgstr ""
5068
5069 #. User must pad the section up in order to do this.
5070 #: objcopy.c:4140
5071 #, c-format
5072 msgid ""
5073 "cannot reverse bytes: length of section %s must be evenly divisible by %d"
5074 msgstr ""
5075
5076 #: objcopy.c:4345
5077 msgid "can't create debugging section"
5078 msgstr ""
5079
5080 #: objcopy.c:4359
5081 msgid "can't set debugging section contents"
5082 msgstr ""
5083
5084 #: objcopy.c:4368
5085 #, c-format
5086 msgid "don't know how to write debugging information for %s"
5087 msgstr ""
5088
5089 #: objcopy.c:4539
5090 msgid "could not create temporary file to hold stripped copy"
5091 msgstr ""
5092
5093 #: objcopy.c:4611
5094 #, c-format
5095 msgid "%s: bad version in PE subsystem"
5096 msgstr ""
5097
5098 #: objcopy.c:4641
5099 #, c-format
5100 msgid "unknown PE subsystem: %s"
5101 msgstr ""
5102
5103 #: objcopy.c:4695 objcopy.c:4961 objcopy.c:5041 objcopy.c:5182 objcopy.c:5214
5104 #: objcopy.c:5237 objcopy.c:5241 objcopy.c:5261
5105 #, c-format
5106 msgid "bad format for %s"
5107 msgstr ""
5108
5109 #: objcopy.c:4724
5110 #, c-format
5111 msgid "cannot open: %s: %s"
5112 msgstr ""
5113
5114 #: objcopy.c:4777
5115 msgid "byte number must be non-negative"
5116 msgstr ""
5117
5118 #: objcopy.c:4783
5119 #, c-format
5120 msgid "architecture %s unknown"
5121 msgstr ""
5122
5123 #: objcopy.c:4791
5124 msgid "interleave must be positive"
5125 msgstr ""
5126
5127 #: objcopy.c:4800
5128 msgid "interleave width must be positive"
5129 msgstr ""
5130
5131 #: objcopy.c:5114
5132 #, c-format
5133 msgid "unrecognized --compress-debug-sections type `%s'"
5134 msgstr ""
5135
5136 #: objcopy.c:5135
5137 #, c-format
5138 msgid "unrecognized --elf-stt-common= option `%s'"
5139 msgstr ""
5140
5141 #: objcopy.c:5151
5142 #, c-format
5143 msgid "Warning: truncating gap-fill from 0x%s to 0x%x"
5144 msgstr ""
5145
5146 #: objcopy.c:5316
5147 #, c-format
5148 msgid "unknown long section names option '%s'"
5149 msgstr ""
5150
5151 #: objcopy.c:5339
5152 msgid "unable to parse alternative machine code"
5153 msgstr ""
5154
5155 #: objcopy.c:5388
5156 msgid "number of bytes to reverse must be positive and even"
5157 msgstr ""
5158
5159 #: objcopy.c:5391
5160 #, c-format
5161 msgid "Warning: ignoring previous --reverse-bytes value of %d"
5162 msgstr ""
5163
5164 #: objcopy.c:5406
5165 #, c-format
5166 msgid "%s: invalid reserve value for --heap"
5167 msgstr ""
5168
5169 #: objcopy.c:5412
5170 #, c-format
5171 msgid "%s: invalid commit value for --heap"
5172 msgstr ""
5173
5174 #: objcopy.c:5437
5175 #, c-format
5176 msgid "%s: invalid reserve value for --stack"
5177 msgstr ""
5178
5179 #: objcopy.c:5443
5180 #, c-format
5181 msgid "%s: invalid commit value for --stack"
5182 msgstr ""
5183
5184 #: objcopy.c:5463
5185 msgid "--globalize-symbol(s) is incompatible with -G/--keep-global-symbol(s)"
5186 msgstr ""
5187
5188 #: objcopy.c:5475
5189 msgid "interleave start byte must be set with --byte"
5190 msgstr ""
5191
5192 #: objcopy.c:5478
5193 msgid "byte number must be less than interleave"
5194 msgstr ""
5195
5196 #: objcopy.c:5481
5197 msgid "interleave width must be less than or equal to interleave - byte`"
5198 msgstr ""
5199
5200 #: objcopy.c:5510
5201 #, c-format
5202 msgid "unknown input EFI target: %s"
5203 msgstr ""
5204
5205 #: objcopy.c:5541
5206 #, c-format
5207 msgid "unknown output EFI target: %s"
5208 msgstr ""
5209
5210 #: objcopy.c:5554
5211 #, c-format
5212 msgid "warning: could not locate '%s'.  System error message: %s"
5213 msgstr ""
5214
5215 #: objcopy.c:5566
5216 #, c-format
5217 msgid ""
5218 "warning: could not create temporary file whilst copying '%s', (error: %s)"
5219 msgstr ""
5220
5221 #: objcopy.c:5599 objcopy.c:5613
5222 #, c-format
5223 msgid "%s %s%c0x%s never used"
5224 msgstr ""
5225
5226 #: objdump.c:204
5227 #, c-format
5228 msgid "Usage: %s <option(s)> <file(s)>\n"
5229 msgstr ""
5230
5231 #: objdump.c:205
5232 #, c-format
5233 msgid " Display information from object <file(s)>.\n"
5234 msgstr ""
5235
5236 #: objdump.c:206
5237 #, c-format
5238 msgid " At least one of the following switches must be given:\n"
5239 msgstr ""
5240
5241 #: objdump.c:207
5242 #, c-format
5243 msgid ""
5244 "  -a, --archive-headers    Display archive header information\n"
5245 "  -f, --file-headers       Display the contents of the overall file header\n"
5246 "  -p, --private-headers    Display object format specific file header "
5247 "contents\n"
5248 "  -P, --private=OPT,OPT... Display object format specific contents\n"
5249 "  -h, --[section-]headers  Display the contents of the section headers\n"
5250 "  -x, --all-headers        Display the contents of all headers\n"
5251 "  -d, --disassemble        Display assembler contents of executable "
5252 "sections\n"
5253 "  -D, --disassemble-all    Display assembler contents of all sections\n"
5254 "      --disassemble=<sym>  Display assembler contents from <sym>\n"
5255 "  -S, --source             Intermix source code with disassembly\n"
5256 "  -s, --full-contents      Display the full contents of all sections "
5257 "requested\n"
5258 "  -g, --debugging          Display debug information in object file\n"
5259 "  -e, --debugging-tags     Display debug information using ctags style\n"
5260 "  -G, --stabs              Display (in raw form) any STABS info in the file\n"
5261 "  -W[lLiaprmfFsoRtUuTgAckK] or\n"
5262 "  --dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,"
5263 "=frames,\n"
5264 "          =frames-interp,=str,=loc,=Ranges,=pubtypes,\n"
5265 "          =gdb_index,=trace_info,=trace_abbrev,=trace_aranges,\n"
5266 "          =addr,=cu_index,=links,=follow-links]\n"
5267 "                           Display DWARF info in the file\n"
5268 "  -t, --syms               Display the contents of the symbol table(s)\n"
5269 "  -T, --dynamic-syms       Display the contents of the dynamic symbol table\n"
5270 "  -r, --reloc              Display the relocation entries in the file\n"
5271 "  -R, --dynamic-reloc      Display the dynamic relocation entries in the "
5272 "file\n"
5273 "  @<file>                  Read options from <file>\n"
5274 "  -v, --version            Display this program's version number\n"
5275 "  -i, --info               List object formats and architectures supported\n"
5276 "  -H, --help               Display this information\n"
5277 msgstr ""
5278
5279 #: objdump.c:241
5280 #, c-format
5281 msgid ""
5282 "\n"
5283 " The following switches are optional:\n"
5284 msgstr ""
5285
5286 #: objdump.c:242
5287 #, c-format
5288 msgid ""
5289 "  -b, --target=BFDNAME           Specify the target object format as "
5290 "BFDNAME\n"
5291 "  -m, --architecture=MACHINE     Specify the target architecture as MACHINE\n"
5292 "  -j, --section=NAME             Only display information for section NAME\n"
5293 "  -M, --disassembler-options=OPT Pass text OPT on to the disassembler\n"
5294 "  -EB --endian=big               Assume big endian format when "
5295 "disassembling\n"
5296 "  -EL --endian=little            Assume little endian format when "
5297 "disassembling\n"
5298 "      --file-start-context       Include context from start of file (with -"
5299 "S)\n"
5300 "  -I, --include=DIR              Add DIR to search list for source files\n"
5301 "  -l, --line-numbers             Include line numbers and filenames in "
5302 "output\n"
5303 "  -F, --file-offsets             Include file offsets when displaying "
5304 "information\n"
5305 "  -C, --demangle[=STYLE]         Decode mangled/processed symbol names\n"
5306 "                                  The STYLE, if specified, can be `auto', "
5307 "`gnu',\n"
5308 "                                  `lucid', `arm', `hp', `edg', `gnu-v3', "
5309 "`java'\n"
5310 "                                  or `gnat'\n"
5311 "      --recurse-limit            Enable a limit on recursion whilst "
5312 "demangling.  [Default]\n"
5313 "      --no-recurse-limit         Disable a limit on recursion whilst "
5314 "demangling\n"
5315 "  -w, --wide                     Format output for more than 80 columns\n"
5316 "  -z, --disassemble-zeroes       Do not skip blocks of zeroes when "
5317 "disassembling\n"
5318 "      --start-address=ADDR       Only process data whose address is >= ADDR\n"
5319 "      --stop-address=ADDR        Only process data whose address is <= ADDR\n"
5320 "      --prefix-addresses         Print complete address alongside "
5321 "disassembly\n"
5322 "      --[no-]show-raw-insn       Display hex alongside symbolic disassembly\n"
5323 "      --insn-width=WIDTH         Display WIDTH bytes on a single line for -"
5324 "d\n"
5325 "      --adjust-vma=OFFSET        Add OFFSET to all displayed section "
5326 "addresses\n"
5327 "      --special-syms             Include special symbols in symbol dumps\n"
5328 "      --inlines                  Print all inlines for source line (with -"
5329 "l)\n"
5330 "      --prefix=PREFIX            Add PREFIX to absolute paths for -S\n"
5331 "      --prefix-strip=LEVEL       Strip initial directory names for -S\n"
5332 msgstr ""
5333
5334 #: objdump.c:271
5335 #, c-format
5336 msgid ""
5337 "      --dwarf-depth=N        Do not display DIEs at depth N or greater\n"
5338 "      --dwarf-start=N        Display DIEs starting with N, at the same "
5339 "depth\n"
5340 "                             or deeper\n"
5341 "      --dwarf-check          Make additional dwarf internal consistency "
5342 "checks.      \n"
5343 "\n"
5344 msgstr ""
5345
5346 #: objdump.c:285
5347 #, c-format
5348 msgid ""
5349 "\n"
5350 "Options supported for -P/--private switch:\n"
5351 msgstr ""
5352
5353 #: objdump.c:508
5354 #, c-format
5355 msgid "section '%s' mentioned in a -j option, but not found in any input file"
5356 msgstr ""
5357
5358 #: objdump.c:659
5359 #, c-format
5360 msgid "Sections:\n"
5361 msgstr ""
5362
5363 #: objdump.c:665
5364 #, c-format
5365 msgid "Idx %-*s Size      %-*s%-*sFile off  Algn"
5366 msgstr ""
5367
5368 #: objdump.c:671
5369 #, c-format
5370 msgid "  Flags"
5371 msgstr ""
5372
5373 #: objdump.c:693
5374 #, c-format
5375 msgid "failed to read symbol table from: %s"
5376 msgstr ""
5377
5378 #: objdump.c:694 objdump.c:3675
5379 msgid "error message was"
5380 msgstr ""
5381
5382 #: objdump.c:718
5383 #, c-format
5384 msgid "%s: not a dynamic object"
5385 msgstr ""
5386
5387 #: objdump.c:1265 objdump.c:1289
5388 #, c-format
5389 msgid " (File Offset: 0x%lx)"
5390 msgstr ""
5391
5392 #: objdump.c:1531
5393 #, c-format
5394 msgid "source file %s is more recent than object file\n"
5395 msgstr ""
5396
5397 #: objdump.c:1987
5398 #, c-format
5399 msgid "disassemble_fn returned length %d"
5400 msgstr ""
5401
5402 #: objdump.c:2300 objdump.c:3294
5403 #, c-format
5404 msgid "Reading section %s failed because: %s"
5405 msgstr ""
5406
5407 #: objdump.c:2317
5408 #, c-format
5409 msgid ""
5410 "\n"
5411 "Disassembly of section %s:\n"
5412 msgstr ""
5413
5414 #: objdump.c:2575
5415 #, c-format
5416 msgid "can't use supplied machine %s"
5417 msgstr ""
5418
5419 #: objdump.c:2596
5420 #, c-format
5421 msgid "can't disassemble for architecture %s\n"
5422 msgstr ""
5423
5424 #: objdump.c:2682
5425 #, c-format
5426 msgid ""
5427 "\n"
5428 "Section '%s' has an invalid size: %#llx.\n"
5429 msgstr ""
5430
5431 #: objdump.c:2692 objdump.c:2714
5432 #, c-format
5433 msgid ""
5434 "\n"
5435 "Can't get contents for section '%s'.\n"
5436 msgstr ""
5437
5438 #: objdump.c:2898
5439 #, c-format
5440 msgid "File %s does not contain any dwarf debug information\n"
5441 msgstr ""
5442
5443 #: objdump.c:2971
5444 #, c-format
5445 msgid ""
5446 "No %s section present\n"
5447 "\n"
5448 msgstr ""
5449
5450 #: objdump.c:2978
5451 #, c-format
5452 msgid "reading %s section of %s failed: %s"
5453 msgstr ""
5454
5455 #: objdump.c:3022
5456 #, c-format
5457 msgid ""
5458 "Contents of %s section:\n"
5459 "\n"
5460 msgstr ""
5461
5462 #: objdump.c:3156
5463 #, c-format
5464 msgid "architecture: %s, "
5465 msgstr ""
5466
5467 #: objdump.c:3159
5468 #, c-format
5469 msgid "flags 0x%08x:\n"
5470 msgstr ""
5471
5472 #: objdump.c:3172
5473 #, c-format
5474 msgid ""
5475 "\n"
5476 "start address 0x"
5477 msgstr ""
5478
5479 #: objdump.c:3198
5480 msgid "option -P/--private not supported by this file"
5481 msgstr ""
5482
5483 #: objdump.c:3222
5484 #, c-format
5485 msgid "target specific dump '%s' not supported"
5486 msgstr ""
5487
5488 #: objdump.c:3286
5489 #, c-format
5490 msgid "Contents of section %s:"
5491 msgstr ""
5492
5493 #: objdump.c:3288
5494 #, c-format
5495 msgid "  (Starting at file offset: 0x%lx)"
5496 msgstr ""
5497
5498 #: objdump.c:3398
5499 #, c-format
5500 msgid "no symbols\n"
5501 msgstr ""
5502
5503 #: objdump.c:3405
5504 #, c-format
5505 msgid "no information for symbol number %ld\n"
5506 msgstr ""
5507
5508 #: objdump.c:3408
5509 #, c-format
5510 msgid "could not determine the type of symbol number %ld\n"
5511 msgstr ""
5512
5513 #: objdump.c:3674
5514 #, c-format
5515 msgid "failed to read relocs in: %s"
5516 msgstr ""
5517
5518 #: objdump.c:3774
5519 #, c-format
5520 msgid ""
5521 "\n"
5522 "%s:     file format %s\n"
5523 msgstr ""
5524
5525 #: objdump.c:3837
5526 #, c-format
5527 msgid "%s: printing debugging information failed"
5528 msgstr ""
5529
5530 #: objdump.c:3930
5531 #, c-format
5532 msgid "In archive %s:\n"
5533 msgstr ""
5534
5535 #. Prevent corrupted files from spinning us into an
5536 #. infinite loop.  100 is an arbitrary heuristic.
5537 #: objdump.c:3935
5538 msgid "Archive nesting is too deep"
5539 msgstr ""
5540
5541 #: objdump.c:3939
5542 #, c-format
5543 msgid "In nested archive %s:\n"
5544 msgstr ""
5545
5546 #: objdump.c:4104
5547 msgid "error: the start address should be before the end address"
5548 msgstr ""
5549
5550 #: objdump.c:4109
5551 msgid "error: the stop address should be after the start address"
5552 msgstr ""
5553
5554 #: objdump.c:4121
5555 msgid "error: prefix strip must be non-negative"
5556 msgstr ""
5557
5558 #: objdump.c:4126
5559 msgid "error: instruction width must be positive"
5560 msgstr ""
5561
5562 #: objdump.c:4138
5563 msgid "unrecognized -E option"
5564 msgstr ""
5565
5566 #: objdump.c:4149
5567 #, c-format
5568 msgid "unrecognized --endian type `%s'"
5569 msgstr ""
5570
5571 #: od-macho.c:73
5572 #, c-format
5573 msgid ""
5574 "For Mach-O files:\n"
5575 "  header           Display the file header\n"
5576 "  section          Display the segments and sections commands\n"
5577 "  map              Display the section map\n"
5578 "  load             Display the load commands\n"
5579 "  dysymtab         Display the dynamic symbol table\n"
5580 "  codesign         Display code signature\n"
5581 "  seg_split_info   Display segment split info\n"
5582 "  compact_unwind   Display compact unwinding info\n"
5583 "  function_starts  Display start address of functions\n"
5584 "  data_in_code     Display data in code entries\n"
5585 "  twolevel_hints   Display the two-level namespace lookup hints table\n"
5586 "  dyld_info        Display dyld information\n"
5587 msgstr ""
5588
5589 #: od-macho.c:319
5590 msgid "Mach-O header:\n"
5591 msgstr ""
5592
5593 #: od-macho.c:320
5594 #, c-format
5595 msgid " magic     : %08lx\n"
5596 msgstr ""
5597
5598 #: od-macho.c:321
5599 #, c-format
5600 msgid " cputype   : %08lx (%s)\n"
5601 msgstr ""
5602
5603 #: od-macho.c:323
5604 #, c-format
5605 msgid " cpusubtype: %08lx\n"
5606 msgstr ""
5607
5608 #: od-macho.c:324
5609 #, c-format
5610 msgid " filetype  : %08lx (%s)\n"
5611 msgstr ""
5612
5613 #: od-macho.c:327
5614 #, c-format
5615 msgid " ncmds     : %08lx (%lu)\n"
5616 msgstr ""
5617
5618 #: od-macho.c:328
5619 #, c-format
5620 msgid " sizeofcmds: %08lx (%lu)\n"
5621 msgstr ""
5622
5623 #: od-macho.c:329
5624 #, c-format
5625 msgid " flags     : %08lx ("
5626 msgstr ""
5627
5628 #: od-macho.c:331
5629 msgid ")\n"
5630 msgstr ""
5631
5632 #: od-macho.c:332
5633 #, c-format
5634 msgid " reserved  : %08x\n"
5635 msgstr ""
5636
5637 #: od-macho.c:351
5638 msgid "Segments and Sections:\n"
5639 msgstr ""
5640
5641 #: od-macho.c:352
5642 msgid " #: Segment name     Section name     Address\n"
5643 msgstr ""
5644
5645 #: od-macho.c:994
5646 msgid "cannot read rebase dyld info"
5647 msgstr ""
5648
5649 #: od-macho.c:999
5650 msgid "cannot read bind dyld info"
5651 msgstr ""
5652
5653 #: od-macho.c:1004
5654 msgid "cannot read weak bind dyld info"
5655 msgstr ""
5656
5657 #: od-macho.c:1009
5658 msgid "cannot read lazy bind dyld info"
5659 msgstr ""
5660
5661 #: od-macho.c:1014
5662 msgid "cannot read export symbols dyld info"
5663 msgstr ""
5664
5665 #: od-macho.c:1094 od-macho.c:1104 od-macho.c:1178 od-macho.c:1230
5666 #, c-format
5667 msgid "  [bad block length]\n"
5668 msgstr ""
5669
5670 #: od-macho.c:1098
5671 #, c-format
5672 msgid "  %u index entry:\n"
5673 msgid_plural "  %u index entries:\n"
5674 msgstr[0] ""
5675 msgstr[1] ""
5676
5677 #: od-macho.c:1114
5678 #, c-format
5679 msgid "  index entry %u: type: %08x, offset: %08x\n"
5680 msgstr ""
5681
5682 #: od-macho.c:1185
5683 #, c-format
5684 msgid "  version:           %08x\n"
5685 msgstr ""
5686
5687 #: od-macho.c:1186
5688 #, c-format
5689 msgid "  flags:             %08x\n"
5690 msgstr ""
5691
5692 #: od-macho.c:1187
5693 #, c-format
5694 msgid "  hash offset:       %08x\n"
5695 msgstr ""
5696
5697 #: od-macho.c:1189
5698 #, c-format
5699 msgid "  ident offset:      %08x (- %08x)\n"
5700 msgstr ""
5701
5702 #: od-macho.c:1191
5703 #, c-format
5704 msgid "   identity: %s\n"
5705 msgstr ""
5706
5707 #: od-macho.c:1192
5708 #, c-format
5709 msgid "  nbr special slots: %08x (at offset %08x)\n"
5710 msgstr ""
5711
5712 #: od-macho.c:1195
5713 #, c-format
5714 msgid "  nbr code slots:    %08x\n"
5715 msgstr ""
5716
5717 #: od-macho.c:1196
5718 #, c-format
5719 msgid "  code limit:        %08x\n"
5720 msgstr ""
5721
5722 #: od-macho.c:1197
5723 #, c-format
5724 msgid "  hash size:         %02x\n"
5725 msgstr ""
5726
5727 #: od-macho.c:1198
5728 #, c-format
5729 msgid "  hash type:         %02x (%s)\n"
5730 msgstr ""
5731
5732 #: od-macho.c:1201
5733 #, c-format
5734 msgid "  spare1:            %02x\n"
5735 msgstr ""
5736
5737 #: od-macho.c:1202
5738 #, c-format
5739 msgid "  page size:         %02x\n"
5740 msgstr ""
5741
5742 #: od-macho.c:1203
5743 #, c-format
5744 msgid "  spare2:            %08x\n"
5745 msgstr ""
5746
5747 #: od-macho.c:1205
5748 #, c-format
5749 msgid "  scatter offset:    %08x\n"
5750 msgstr ""
5751
5752 #: od-macho.c:1217
5753 #, c-format
5754 msgid "  [truncated block]\n"
5755 msgstr ""
5756
5757 #: od-macho.c:1225
5758 #, c-format
5759 msgid " magic : %08x (%s)\n"
5760 msgstr ""
5761
5762 #: od-macho.c:1227
5763 #, c-format
5764 msgid " length: %08x\n"
5765 msgstr ""
5766
5767 #: od-macho.c:1258
5768 msgid "cannot read code signature data"
5769 msgstr ""
5770
5771 #: od-macho.c:1286
5772 msgid "cannot read segment split info"
5773 msgstr ""
5774
5775 #: od-macho.c:1292
5776 msgid "segment split info is not nul terminated"
5777 msgstr ""
5778
5779 #: od-macho.c:1300
5780 #, c-format
5781 msgid "  32 bit pointers:\n"
5782 msgstr ""
5783
5784 #: od-macho.c:1303
5785 #, c-format
5786 msgid "  64 bit pointers:\n"
5787 msgstr ""
5788
5789 #: od-macho.c:1306
5790 #, c-format
5791 msgid "  PPC hi-16:\n"
5792 msgstr ""
5793
5794 #: od-macho.c:1309
5795 #, c-format
5796 msgid "  Unhandled location type %u\n"
5797 msgstr ""
5798
5799 #: od-macho.c:1333
5800 msgid "cannot read function starts"
5801 msgstr ""
5802
5803 #: od-macho.c:1397
5804 msgid "cannot read data_in_code"
5805 msgstr ""
5806
5807 #: od-macho.c:1435
5808 msgid "cannot read twolevel hints"
5809 msgstr ""
5810
5811 #: od-macho.c:1503
5812 msgid "cannot read build tools"
5813 msgstr ""
5814
5815 #: od-xcoff.c:77
5816 #, c-format
5817 msgid ""
5818 "For XCOFF files:\n"
5819 "  header      Display the file header\n"
5820 "  aout        Display the auxiliary header\n"
5821 "  sections    Display the section headers\n"
5822 "  syms        Display the symbols table\n"
5823 "  relocs      Display the relocation entries\n"
5824 "  lineno      Display the line number entries\n"
5825 "  loader      Display loader section\n"
5826 "  except      Display exception table\n"
5827 "  typchk      Display type-check section\n"
5828 "  traceback   Display traceback tags\n"
5829 "  toc         Display toc symbols\n"
5830 "  ldinfo      Display loader info in core files\n"
5831 msgstr ""
5832
5833 #: od-xcoff.c:419
5834 #, c-format
5835 msgid "  nbr sections:  %d\n"
5836 msgstr ""
5837
5838 #: od-xcoff.c:420
5839 #, c-format
5840 msgid "  time and date: 0x%08x  - "
5841 msgstr ""
5842
5843 #: od-xcoff.c:422 readelf.c:17664
5844 #, c-format
5845 msgid "not set\n"
5846 msgstr ""
5847
5848 #: od-xcoff.c:429
5849 #, c-format
5850 msgid "  symbols off:   0x%08x\n"
5851 msgstr ""
5852
5853 #: od-xcoff.c:430
5854 #, c-format
5855 msgid "  nbr symbols:   %d\n"
5856 msgstr ""
5857
5858 #: od-xcoff.c:431
5859 #, c-format
5860 msgid "  opt hdr sz:    %d\n"
5861 msgstr ""
5862
5863 #: od-xcoff.c:432
5864 #, c-format
5865 msgid "  flags:         0x%04x "
5866 msgstr ""
5867
5868 #: od-xcoff.c:446
5869 #, c-format
5870 msgid "Auxiliary header:\n"
5871 msgstr ""
5872
5873 #: od-xcoff.c:449
5874 #, c-format
5875 msgid "  No aux header\n"
5876 msgstr ""
5877
5878 #: od-xcoff.c:454
5879 #, c-format
5880 msgid "warning: optional header size too large (> %d)\n"
5881 msgstr ""
5882
5883 #: od-xcoff.c:460
5884 msgid "cannot read auxhdr"
5885 msgstr ""
5886
5887 #: od-xcoff.c:525
5888 #, c-format
5889 msgid "Section headers (at %u+%u=0x%08x to 0x%08x):\n"
5890 msgstr ""
5891
5892 #: od-xcoff.c:530
5893 #, c-format
5894 msgid "  No section header\n"
5895 msgstr ""
5896
5897 #: od-xcoff.c:535 od-xcoff.c:547 od-xcoff.c:602
5898 msgid "cannot read section header"
5899 msgstr ""
5900
5901 #: od-xcoff.c:561
5902 #, c-format
5903 msgid "            Flags: %08x "
5904 msgstr ""
5905
5906 #: od-xcoff.c:569
5907 #, c-format
5908 msgid "overflow - nreloc: %u, nlnno: %u\n"
5909 msgstr ""
5910
5911 #: od-xcoff.c:590 od-xcoff.c:925 od-xcoff.c:981
5912 msgid "cannot read section headers"
5913 msgstr ""
5914
5915 #: od-xcoff.c:649
5916 msgid "cannot read strings table length"
5917 msgstr ""
5918
5919 #: od-xcoff.c:665
5920 msgid "cannot read strings table"
5921 msgstr ""
5922
5923 #: od-xcoff.c:673
5924 msgid "cannot read symbol table"
5925 msgstr ""
5926
5927 #: od-xcoff.c:688
5928 msgid "cannot read symbol entry"
5929 msgstr ""
5930
5931 #: od-xcoff.c:723
5932 msgid "cannot read symbol aux entry"
5933 msgstr ""
5934
5935 #: od-xcoff.c:745
5936 #, c-format
5937 msgid "Symbols table (strtable at 0x%08x)"
5938 msgstr ""
5939
5940 #: od-xcoff.c:750
5941 #, c-format
5942 msgid ""
5943 ":\n"
5944 "  No symbols\n"
5945 msgstr ""
5946
5947 #: od-xcoff.c:756
5948 #, c-format
5949 msgid " (no strings):\n"
5950 msgstr ""
5951
5952 #: od-xcoff.c:758
5953 #, c-format
5954 msgid " (strings size: %08x):\n"
5955 msgstr ""
5956
5957 #. Translators: 'sc' is for storage class, 'off' for offset.
5958 #: od-xcoff.c:772
5959 #, c-format
5960 msgid "  # sc         value    section  type aux name/off\n"
5961 msgstr ""
5962
5963 #. Section length, number of relocs and line number.
5964 #: od-xcoff.c:824
5965 #, c-format
5966 msgid "  scnlen: %08x  nreloc: %-6u  nlinno: %-6u\n"
5967 msgstr ""
5968
5969 #. Section length and number of relocs.
5970 #: od-xcoff.c:831
5971 #, c-format
5972 msgid "  scnlen: %08x  nreloc: %-6u\n"
5973 msgstr ""
5974
5975 #: od-xcoff.c:894
5976 #, c-format
5977 msgid "offset: %08x"
5978 msgstr ""
5979
5980 #: od-xcoff.c:937
5981 #, c-format
5982 msgid "Relocations for %s (%u)\n"
5983 msgstr ""
5984
5985 #: od-xcoff.c:940
5986 msgid "cannot read relocations"
5987 msgstr ""
5988
5989 #: od-xcoff.c:953
5990 msgid "cannot read relocation entry"
5991 msgstr ""
5992
5993 #: od-xcoff.c:993
5994 #, c-format
5995 msgid "Line numbers for %s (%u)\n"
5996 msgstr ""
5997
5998 #: od-xcoff.c:996
5999 msgid "cannot read line numbers"
6000 msgstr ""
6001
6002 #. Line number, symbol index and physical address.
6003 #: od-xcoff.c:1000
6004 #, c-format
6005 msgid "lineno  symndx/paddr\n"
6006 msgstr ""
6007
6008 #: od-xcoff.c:1008
6009 msgid "cannot read line number entry"
6010 msgstr ""
6011
6012 #: od-xcoff.c:1051
6013 #, c-format
6014 msgid "no .loader section in file\n"
6015 msgstr ""
6016
6017 #: od-xcoff.c:1057
6018 #, c-format
6019 msgid "section .loader is too short\n"
6020 msgstr ""
6021
6022 #: od-xcoff.c:1064
6023 #, c-format
6024 msgid "Loader header:\n"
6025 msgstr ""
6026
6027 #: od-xcoff.c:1066
6028 #, c-format
6029 msgid "  version:           %u\n"
6030 msgstr ""
6031
6032 #: od-xcoff.c:1069
6033 #, c-format
6034 msgid " Unhandled version\n"
6035 msgstr ""
6036
6037 #: od-xcoff.c:1074
6038 #, c-format
6039 msgid "  nbr symbols:       %u\n"
6040 msgstr ""
6041
6042 #: od-xcoff.c:1076
6043 #, c-format
6044 msgid "  nbr relocs:        %u\n"
6045 msgstr ""
6046
6047 #. Import string table length.
6048 #: od-xcoff.c:1078
6049 #, c-format
6050 msgid "  import strtab len: %u\n"
6051 msgstr ""
6052
6053 #: od-xcoff.c:1081
6054 #, c-format
6055 msgid "  nbr import files:  %u\n"
6056 msgstr ""
6057
6058 #: od-xcoff.c:1083
6059 #, c-format
6060 msgid "  import file off:   %u\n"
6061 msgstr ""
6062
6063 #: od-xcoff.c:1085
6064 #, c-format
6065 msgid "  string table len:  %u\n"
6066 msgstr ""
6067
6068 #: od-xcoff.c:1087
6069 #, c-format
6070 msgid "  string table off:  %u\n"
6071 msgstr ""
6072
6073 #: od-xcoff.c:1090
6074 #, c-format
6075 msgid "Dynamic symbols:\n"
6076 msgstr ""
6077
6078 #: od-xcoff.c:1097
6079 #, c-format
6080 msgid "  %4u %08x %3u "
6081 msgstr ""
6082
6083 #: od-xcoff.c:1110
6084 #, c-format
6085 msgid " %3u %3u "
6086 msgstr ""
6087
6088 #: od-xcoff.c:1119
6089 #, c-format
6090 msgid "(bad offset: %u)"
6091 msgstr ""
6092
6093 #: od-xcoff.c:1126
6094 #, c-format
6095 msgid "Dynamic relocs:\n"
6096 msgstr ""
6097
6098 #: od-xcoff.c:1166
6099 #, c-format
6100 msgid "Import files:\n"
6101 msgstr ""
6102
6103 #: od-xcoff.c:1198
6104 #, c-format
6105 msgid "no .except section in file\n"
6106 msgstr ""
6107
6108 #: od-xcoff.c:1206
6109 #, c-format
6110 msgid "Exception table:\n"
6111 msgstr ""
6112
6113 #: od-xcoff.c:1241
6114 #, c-format
6115 msgid "no .typchk section in file\n"
6116 msgstr ""
6117
6118 #: od-xcoff.c:1248
6119 #, c-format
6120 msgid "Type-check section:\n"
6121 msgstr ""
6122
6123 #: od-xcoff.c:1295
6124 #, c-format
6125 msgid " address beyond section size\n"
6126 msgstr ""
6127
6128 #: od-xcoff.c:1305
6129 #, c-format
6130 msgid " tags at %08x\n"
6131 msgstr ""
6132
6133 #: od-xcoff.c:1383
6134 #, c-format
6135 msgid " number of CTL anchors: %u\n"
6136 msgstr ""
6137
6138 #: od-xcoff.c:1402
6139 #, c-format
6140 msgid " Name (len: %u): "
6141 msgstr ""
6142
6143 #: od-xcoff.c:1405
6144 #, c-format
6145 msgid "[truncated]\n"
6146 msgstr ""
6147
6148 #: od-xcoff.c:1424
6149 #, c-format
6150 msgid " (end of tags at %08x)\n"
6151 msgstr ""
6152
6153 #: od-xcoff.c:1427
6154 #, c-format
6155 msgid " no tags found\n"
6156 msgstr ""
6157
6158 #: od-xcoff.c:1431
6159 #, c-format
6160 msgid " Truncated .text section\n"
6161 msgstr ""
6162
6163 #: od-xcoff.c:1516
6164 #, c-format
6165 msgid "TOC:\n"
6166 msgstr ""
6167
6168 #: od-xcoff.c:1559
6169 #, c-format
6170 msgid "Nbr entries: %-8u Size: %08x (%u)\n"
6171 msgstr ""
6172
6173 #: od-xcoff.c:1643
6174 msgid "cannot read header"
6175 msgstr ""
6176
6177 #: od-xcoff.c:1651
6178 #, c-format
6179 msgid "File header:\n"
6180 msgstr ""
6181
6182 #: od-xcoff.c:1652
6183 #, c-format
6184 msgid "  magic:         0x%04x (0%04o)  "
6185 msgstr ""
6186
6187 #: od-xcoff.c:1656
6188 #, c-format
6189 msgid "(WRMAGIC: writable text segments)"
6190 msgstr ""
6191
6192 #: od-xcoff.c:1659
6193 #, c-format
6194 msgid "(ROMAGIC: readonly sharablee text segments)"
6195 msgstr ""
6196
6197 #: od-xcoff.c:1662
6198 #, c-format
6199 msgid "(TOCMAGIC: readonly text segments and TOC)"
6200 msgstr ""
6201
6202 #: od-xcoff.c:1665
6203 #, c-format
6204 msgid "unknown magic"
6205 msgstr ""
6206
6207 #: od-xcoff.c:1673 od-xcoff.c:1813
6208 #, c-format
6209 msgid "  Unhandled magic\n"
6210 msgstr ""
6211
6212 #: od-xcoff.c:1737
6213 msgid "cannot read loader info table"
6214 msgstr ""
6215
6216 #: od-xcoff.c:1769
6217 #, c-format
6218 msgid ""
6219 "\n"
6220 "ldinfo dump not supported in 32 bits environments\n"
6221 msgstr ""
6222
6223 #: od-xcoff.c:1787
6224 msgid "cannot core read header"
6225 msgstr ""
6226
6227 #: od-xcoff.c:1794
6228 #, c-format
6229 msgid "Core header:\n"
6230 msgstr ""
6231
6232 #: od-xcoff.c:1795
6233 #, c-format
6234 msgid "  version:    0x%08x  "
6235 msgstr ""
6236
6237 #: od-xcoff.c:1799
6238 #, c-format
6239 msgid "(dumpx format - aix4.3 / 32 bits)"
6240 msgstr ""
6241
6242 #: od-xcoff.c:1802
6243 #, c-format
6244 msgid "(dumpxx format - aix5.0 / 64 bits)"
6245 msgstr ""
6246
6247 #: od-xcoff.c:1805
6248 #, c-format
6249 msgid "unknown format"
6250 msgstr ""
6251
6252 #: rclex.c:196
6253 msgid "invalid value specified for pragma code_page.\n"
6254 msgstr ""
6255
6256 #: rdcoff.c:116
6257 #, c-format
6258 msgid "Excessively large slot index: %lx"
6259 msgstr ""
6260
6261 #: rdcoff.c:202
6262 #, c-format
6263 msgid "parse_coff_type: Bad type code 0x%x"
6264 msgstr ""
6265
6266 #: rdcoff.c:410 rdcoff.c:517 rdcoff.c:707
6267 #, c-format
6268 msgid "bfd_coff_get_syment failed: %s"
6269 msgstr ""
6270
6271 #: rdcoff.c:427 rdcoff.c:727
6272 #, c-format
6273 msgid "bfd_coff_get_auxent failed: %s"
6274 msgstr ""
6275
6276 #: rdcoff.c:794
6277 #, c-format
6278 msgid "%ld: .bf without preceding function"
6279 msgstr ""
6280
6281 #: rdcoff.c:844
6282 #, c-format
6283 msgid "%ld: unexpected .ef\n"
6284 msgstr ""
6285
6286 #: rddbg.c:80
6287 #, c-format
6288 msgid "%s: no recognized debugging information"
6289 msgstr ""
6290
6291 #: rddbg.c:196
6292 #, c-format
6293 msgid "%s: %s: stab entry %ld is corrupt, strx = 0x%x, type = %d\n"
6294 msgstr ""
6295
6296 #: rddbg.c:220
6297 #, c-format
6298 msgid "%s: %s: stab entry %ld is corrupt\n"
6299 msgstr ""
6300
6301 #: rddbg.c:391
6302 #, c-format
6303 msgid "Last stabs entries before error:\n"
6304 msgstr ""
6305
6306 #: readelf.c:307
6307 msgid "<none>"
6308 msgstr ""
6309
6310 #: readelf.c:308
6311 msgid "<no-strings>"
6312 msgstr ""
6313
6314 #: readelf.c:385
6315 #, c-format
6316 msgid "Size truncation prevents reading %s elements of size %s for %s\n"
6317 msgstr ""
6318
6319 #: readelf.c:395
6320 #, c-format
6321 msgid "Size overflow prevents reading %s elements of size %s for %s\n"
6322 msgstr ""
6323
6324 #: readelf.c:407
6325 #, c-format
6326 msgid "Reading %s bytes extends past end of file for %s\n"
6327 msgstr ""
6328
6329 #: readelf.c:415
6330 #, c-format
6331 msgid "Unable to seek to 0x%lx for %s\n"
6332 msgstr ""
6333
6334 #: readelf.c:431
6335 #, c-format
6336 msgid "Out of memory allocating %s bytes for %s\n"
6337 msgstr ""
6338
6339 #: readelf.c:442
6340 #, c-format
6341 msgid "Unable to read in %s bytes of %s\n"
6342 msgstr ""
6343
6344 #: readelf.c:884
6345 msgid "Don't know about relocations on this machine architecture\n"
6346 msgstr ""
6347
6348 #: readelf.c:911 readelf.c:1016
6349 msgid "32-bit relocation data"
6350 msgstr ""
6351
6352 #: readelf.c:923 readelf.c:953 readelf.c:1027 readelf.c:1056
6353 msgid "out of memory parsing relocs\n"
6354 msgstr ""
6355
6356 #: readelf.c:941 readelf.c:1045
6357 msgid "64-bit relocation data"
6358 msgstr ""
6359
6360 #: readelf.c:1175
6361 #, c-format
6362 msgid ""
6363 " Offset     Info    Type                Sym. Value  Symbol's Name + Addend\n"
6364 msgstr ""
6365
6366 #: readelf.c:1177
6367 #, c-format
6368 msgid " Offset     Info    Type            Sym.Value  Sym. Name + Addend\n"
6369 msgstr ""
6370
6371 #: readelf.c:1182
6372 #, c-format
6373 msgid " Offset     Info    Type                Sym. Value  Symbol's Name\n"
6374 msgstr ""
6375
6376 #: readelf.c:1184
6377 #, c-format
6378 msgid " Offset     Info    Type            Sym.Value  Sym. Name\n"
6379 msgstr ""
6380
6381 #: readelf.c:1192
6382 #, c-format
6383 msgid ""
6384 "    Offset             Info             Type               Symbol's Value  "
6385 "Symbol's Name + Addend\n"
6386 msgstr ""
6387
6388 #: readelf.c:1194
6389 #, c-format
6390 msgid ""
6391 "  Offset          Info           Type           Sym. Value    Sym. Name + "
6392 "Addend\n"
6393 msgstr ""
6394
6395 #: readelf.c:1199
6396 #, c-format
6397 msgid ""
6398 "    Offset             Info             Type               Symbol's Value  "
6399 "Symbol's Name\n"
6400 msgstr ""
6401
6402 #: readelf.c:1201
6403 #, c-format
6404 msgid ""
6405 "  Offset          Info           Type           Sym. Value    Sym. Name\n"
6406 msgstr ""
6407
6408 #: readelf.c:1586 readelf.c:1776 readelf.c:1784
6409 #, c-format
6410 msgid "unrecognized: %-7lx"
6411 msgstr ""
6412
6413 #: readelf.c:1612
6414 #, c-format
6415 msgid "<unknown addend: %lx>"
6416 msgstr ""
6417
6418 #: readelf.c:1621
6419 #, c-format
6420 msgid " bad symbol index: %08lx in reloc"
6421 msgstr ""
6422
6423 #: readelf.c:1722
6424 #, c-format
6425 msgid "<string table index: %3ld>"
6426 msgstr ""
6427
6428 #: readelf.c:1725
6429 #, c-format
6430 msgid "<corrupt string table index: %3ld>"
6431 msgstr ""
6432
6433 #: readelf.c:2211
6434 #, c-format
6435 msgid "Processor Specific: %lx"
6436 msgstr ""
6437
6438 #: readelf.c:2238
6439 #, c-format
6440 msgid "Operating System specific: %lx"
6441 msgstr ""
6442
6443 #: readelf.c:2242 readelf.c:4008
6444 #, c-format
6445 msgid "<unknown>: %lx"
6446 msgstr ""
6447
6448 #: readelf.c:2255
6449 msgid "NONE (None)"
6450 msgstr ""
6451
6452 #: readelf.c:2256
6453 msgid "REL (Relocatable file)"
6454 msgstr ""
6455
6456 #: readelf.c:2257
6457 msgid "EXEC (Executable file)"
6458 msgstr ""
6459
6460 #: readelf.c:2258
6461 msgid "DYN (Shared object file)"
6462 msgstr ""
6463
6464 #: readelf.c:2259
6465 msgid "CORE (Core file)"
6466 msgstr ""
6467
6468 #: readelf.c:2263
6469 #, c-format
6470 msgid "Processor Specific: (%x)"
6471 msgstr ""
6472
6473 #: readelf.c:2265
6474 #, c-format
6475 msgid "OS Specific: (%x)"
6476 msgstr ""
6477
6478 #: readelf.c:2267
6479 #, c-format
6480 msgid "<unknown>: %x"
6481 msgstr ""
6482
6483 #. Please keep this switch table sorted by increasing EM_ value.
6484 #. 0
6485 #: readelf.c:2281 readelf.c:15773 readelf.c:15784
6486 msgid "None"
6487 msgstr ""
6488
6489 #: readelf.c:2513
6490 #, c-format
6491 msgid "<unknown>: 0x%x"
6492 msgstr ""
6493
6494 #: readelf.c:2799
6495 msgid ", <unknown>"
6496 msgstr ""
6497
6498 #: readelf.c:3168 readelf.c:9685
6499 msgid "unknown"
6500 msgstr ""
6501
6502 #: readelf.c:3169
6503 msgid "unknown mac"
6504 msgstr ""
6505
6506 #: readelf.c:3237
6507 msgid ", <unknown MeP cpu type>"
6508 msgstr ""
6509
6510 #: readelf.c:3247
6511 msgid "<unknown MeP copro type>"
6512 msgstr ""
6513
6514 #: readelf.c:3258
6515 #, c-format
6516 msgid ", unknown flags bits: %#x"
6517 msgstr ""
6518
6519 #: readelf.c:3267
6520 msgid ", relocatable"
6521 msgstr ""
6522
6523 #: readelf.c:3270
6524 msgid ", relocatable-lib"
6525 msgstr ""
6526
6527 #: readelf.c:3352
6528 msgid ", unknown v850 architecture variant"
6529 msgstr ""
6530
6531 #: readelf.c:3420
6532 msgid ", unknown CPU"
6533 msgstr ""
6534
6535 #: readelf.c:3435
6536 msgid ", unknown ABI"
6537 msgstr ""
6538
6539 #: readelf.c:3460 readelf.c:3531
6540 msgid ", unknown ISA"
6541 msgstr ""
6542
6543 #: readelf.c:3641
6544 #, c-format
6545 msgid "Unrecognised IA64 VMS Command Code: %x\n"
6546 msgstr ""
6547
6548 #: readelf.c:3707
6549 msgid ": architecture variant: "
6550 msgstr ""
6551
6552 #: readelf.c:3726
6553 msgid ": unknown"
6554 msgstr ""
6555
6556 #: readelf.c:3730
6557 msgid ": unknown extra flag bits also present"
6558 msgstr ""
6559
6560 #: readelf.c:3780
6561 msgid "Standalone App"
6562 msgstr ""
6563
6564 #: readelf.c:3789
6565 msgid "Bare-metal C6000"
6566 msgstr ""
6567
6568 #: readelf.c:3799 readelf.c:4733 readelf.c:4749 readelf.c:17138 readelf.c:17235
6569 #: readelf.c:17266 readelf.c:17321
6570 #, c-format
6571 msgid "<unknown: %x>"
6572 msgstr ""
6573
6574 #. This message is probably going to be displayed in a 15
6575 #. character wide field, so put the hex value first.
6576 #: readelf.c:4363
6577 #, c-format
6578 msgid "%08x: <unknown>"
6579 msgstr ""
6580
6581 #: readelf.c:4421
6582 #, c-format
6583 msgid "Usage: readelf <option(s)> elf-file(s)\n"
6584 msgstr ""
6585
6586 #: readelf.c:4422
6587 #, c-format
6588 msgid " Display information about the contents of ELF format files\n"
6589 msgstr ""
6590
6591 #: readelf.c:4423
6592 #, c-format
6593 msgid ""
6594 " Options are:\n"
6595 "  -a --all               Equivalent to: -h -l -S -s -r -d -V -A -I\n"
6596 "  -h --file-header       Display the ELF file header\n"
6597 "  -l --program-headers   Display the program headers\n"
6598 "     --segments          An alias for --program-headers\n"
6599 "  -S --section-headers   Display the sections' header\n"
6600 "     --sections          An alias for --section-headers\n"
6601 "  -g --section-groups    Display the section groups\n"
6602 "  -t --section-details   Display the section details\n"
6603 "  -e --headers           Equivalent to: -h -l -S\n"
6604 "  -s --syms              Display the symbol table\n"
6605 "     --symbols           An alias for --syms\n"
6606 "  --dyn-syms             Display the dynamic symbol table\n"
6607 "  -n --notes             Display the core notes (if present)\n"
6608 "  -r --relocs            Display the relocations (if present)\n"
6609 "  -u --unwind            Display the unwind info (if present)\n"
6610 "  -d --dynamic           Display the dynamic section (if present)\n"
6611 "  -V --version-info      Display the version sections (if present)\n"
6612 "  -A --arch-specific     Display architecture specific information (if any)\n"
6613 "  -c --archive-index     Display the symbol/file index in an archive\n"
6614 "  -D --use-dynamic       Use the dynamic section info when displaying "
6615 "symbols\n"
6616 "  -x --hex-dump=<number|name>\n"
6617 "                         Dump the contents of section <number|name> as "
6618 "bytes\n"
6619 "  -p --string-dump=<number|name>\n"
6620 "                         Dump the contents of section <number|name> as "
6621 "strings\n"
6622 "  -R --relocated-dump=<number|name>\n"
6623 "                         Dump the contents of section <number|name> as "
6624 "relocated bytes\n"
6625 "  -z --decompress        Decompress section before dumping it\n"
6626 "  -w[lLiaprmfFsoRtUuTgAckK] or\n"
6627 "  --debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,"
6628 "=frames,\n"
6629 "               =frames-interp,=str,=loc,=Ranges,=pubtypes,\n"
6630 "               =gdb_index,=trace_info,=trace_abbrev,=trace_aranges,\n"
6631 "               =addr,=cu_index,=links,=follow-links]\n"
6632 "                         Display the contents of DWARF debug sections\n"
6633 msgstr ""
6634
6635 #: readelf.c:4457
6636 #, c-format
6637 msgid ""
6638 "  --dwarf-depth=N        Do not display DIEs at depth N or greater\n"
6639 "  --dwarf-start=N        Display DIEs starting with N, at the same depth\n"
6640 "                         or deeper\n"
6641 msgstr ""
6642
6643 #: readelf.c:4462
6644 #, c-format
6645 msgid ""
6646 "  -i --instruction-dump=<number|name>\n"
6647 "                         Disassemble the contents of section <number|name>\n"
6648 msgstr ""
6649
6650 #: readelf.c:4466
6651 #, c-format
6652 msgid ""
6653 "  -I --histogram         Display histogram of bucket list lengths\n"
6654 "  -W --wide              Allow output width to exceed 80 characters\n"
6655 "  @<file>                Read options from <file>\n"
6656 "  -H --help              Display this information\n"
6657 "  -v --version           Display the version number of readelf\n"
6658 msgstr ""
6659
6660 #: readelf.c:4495 readelf.c:4526 readelf.c:4530
6661 msgid "Out of memory allocating dump request table.\n"
6662 msgstr ""
6663
6664 #: readelf.c:4707
6665 #, c-format
6666 msgid "Invalid option '-%c'\n"
6667 msgstr ""
6668
6669 #: readelf.c:4729 readelf.c:4745 readelf.c:10382
6670 msgid "none"
6671 msgstr ""
6672
6673 #: readelf.c:4746
6674 msgid "2's complement, little endian"
6675 msgstr ""
6676
6677 #: readelf.c:4747
6678 msgid "2's complement, big endian"
6679 msgstr ""
6680
6681 #: readelf.c:4767
6682 msgid "Not an ELF file - it has the wrong magic bytes at the start\n"
6683 msgstr ""
6684
6685 #: readelf.c:4777
6686 #, c-format
6687 msgid "ELF Header:\n"
6688 msgstr ""
6689
6690 #: readelf.c:4778
6691 #, c-format
6692 msgid "  Magic:   "
6693 msgstr ""
6694
6695 #: readelf.c:4782
6696 #, c-format
6697 msgid "  Class:                             %s\n"
6698 msgstr ""
6699
6700 #: readelf.c:4784
6701 #, c-format
6702 msgid "  Data:                              %s\n"
6703 msgstr ""
6704
6705 #: readelf.c:4786
6706 #, c-format
6707 msgid "  Version:                           %d%s\n"
6708 msgstr ""
6709
6710 #: readelf.c:4789
6711 msgid " (current)"
6712 msgstr ""
6713
6714 #: readelf.c:4791
6715 msgid " <unknown>"
6716 msgstr ""
6717
6718 #: readelf.c:4793
6719 #, c-format
6720 msgid "  OS/ABI:                            %s\n"
6721 msgstr ""
6722
6723 #: readelf.c:4795
6724 #, c-format
6725 msgid "  ABI Version:                       %d\n"
6726 msgstr ""
6727
6728 #: readelf.c:4797
6729 #, c-format
6730 msgid "  Type:                              %s\n"
6731 msgstr ""
6732
6733 #: readelf.c:4799
6734 #, c-format
6735 msgid "  Machine:                           %s\n"
6736 msgstr ""
6737
6738 #: readelf.c:4801
6739 #, c-format
6740 msgid "  Version:                           0x%lx\n"
6741 msgstr ""
6742
6743 #: readelf.c:4804
6744 #, c-format
6745 msgid "  Entry point address:               "
6746 msgstr ""
6747
6748 #: readelf.c:4806
6749 #, c-format
6750 msgid ""
6751 "\n"
6752 "  Start of program headers:          "
6753 msgstr ""
6754
6755 #: readelf.c:4808
6756 #, c-format
6757 msgid ""
6758 " (bytes into file)\n"
6759 "  Start of section headers:          "
6760 msgstr ""
6761
6762 #: readelf.c:4810
6763 #, c-format
6764 msgid " (bytes into file)\n"
6765 msgstr ""
6766
6767 #: readelf.c:4812
6768 #, c-format
6769 msgid "  Flags:                             0x%lx%s\n"
6770 msgstr ""
6771
6772 #: readelf.c:4815
6773 #, c-format
6774 msgid "  Size of this header:               %u (bytes)\n"
6775 msgstr ""
6776
6777 #: readelf.c:4817
6778 #, c-format
6779 msgid "  Size of program headers:           %u (bytes)\n"
6780 msgstr ""
6781
6782 #: readelf.c:4819
6783 #, c-format
6784 msgid "  Number of program headers:         %u"
6785 msgstr ""
6786
6787 #: readelf.c:4829
6788 #, c-format
6789 msgid "  Size of section headers:           %u (bytes)\n"
6790 msgstr ""
6791
6792 #: readelf.c:4831
6793 #, c-format
6794 msgid "  Number of section headers:         %u"
6795 msgstr ""
6796
6797 #: readelf.c:4839
6798 #, c-format
6799 msgid "  Section header string table index: %u"
6800 msgstr ""
6801
6802 #: readelf.c:4851
6803 #, c-format
6804 msgid " <corrupt: out of range>"
6805 msgstr ""
6806
6807 #: readelf.c:4892 readelf.c:4939
6808 msgid ""
6809 "The e_phentsize field in the ELF header is less than the size of an ELF "
6810 "program header\n"
6811 msgstr ""
6812
6813 #: readelf.c:4896 readelf.c:4943
6814 msgid ""
6815 "The e_phentsize field in the ELF header is larger than the size of an ELF "
6816 "program header\n"
6817 msgstr ""
6818
6819 #: readelf.c:4899 readelf.c:4946
6820 msgid "program headers"
6821 msgstr ""
6822
6823 #: readelf.c:4985
6824 #, c-format
6825 msgid "Too many program headers - %#x - the file is not that big\n"
6826 msgstr ""
6827
6828 #: readelf.c:4994
6829 #, c-format
6830 msgid "Out of memory reading %u program headers\n"
6831 msgstr ""
6832
6833 #: readelf.c:5025
6834 msgid ""
6835 "possibly corrupt ELF header - it has a non-zero program header offset, but "
6836 "no program headers\n"
6837 msgstr ""
6838
6839 #: readelf.c:5030
6840 #, c-format
6841 msgid ""
6842 "\n"
6843 "There are no program headers in this file.\n"
6844 msgstr ""
6845
6846 #: readelf.c:5036
6847 #, c-format
6848 msgid ""
6849 "\n"
6850 "Elf file type is %s\n"
6851 msgstr ""
6852
6853 #: readelf.c:5037
6854 #, c-format
6855 msgid "Entry point 0x%s\n"
6856 msgstr ""
6857
6858 #: readelf.c:5038
6859 #, c-format
6860 msgid "There is %d program header, starting at offset %s\n"
6861 msgid_plural "There are %d program headers, starting at offset %s\n"
6862 msgstr[0] ""
6863 msgstr[1] ""
6864
6865 #: readelf.c:5051 readelf.c:5053
6866 #, c-format
6867 msgid ""
6868 "\n"
6869 "Program Headers:\n"
6870 msgstr ""
6871
6872 #: readelf.c:5057
6873 #, c-format
6874 msgid ""
6875 "  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align\n"
6876 msgstr ""
6877
6878 #: readelf.c:5060
6879 #, c-format
6880 msgid ""
6881 "  Type           Offset   VirtAddr           PhysAddr           FileSiz  "
6882 "MemSiz   Flg Align\n"
6883 msgstr ""
6884
6885 #: readelf.c:5064
6886 #, c-format
6887 msgid "  Type           Offset             VirtAddr           PhysAddr\n"
6888 msgstr ""
6889
6890 #: readelf.c:5066
6891 #, c-format
6892 msgid "                 FileSiz            MemSiz              Flags  Align\n"
6893 msgstr ""
6894
6895 #: readelf.c:5165
6896 msgid "LOAD segments must be sorted in order of increasing VirtAddr\n"
6897 msgstr ""
6898
6899 #: readelf.c:5168
6900 msgid "the segment's file size is larger than its memory size\n"
6901 msgstr ""
6902
6903 #: readelf.c:5175
6904 msgid "the PHDR segment must occur before any LOAD segment\n"
6905 msgstr ""
6906
6907 #: readelf.c:5187
6908 msgid "the PHDR segment is not covered by a LOAD segment\n"
6909 msgstr ""
6910
6911 #: readelf.c:5193
6912 msgid "more than one dynamic segment\n"
6913 msgstr ""
6914
6915 #: readelf.c:5212
6916 msgid "no .dynamic section in the dynamic segment\n"
6917 msgstr ""
6918
6919 #: readelf.c:5227
6920 msgid "the .dynamic section is not contained within the dynamic segment\n"
6921 msgstr ""
6922
6923 #: readelf.c:5230
6924 msgid "the .dynamic section is not the first section in the dynamic segment.\n"
6925 msgstr ""
6926
6927 #: readelf.c:5240
6928 msgid "the dynamic segment offset + size exceeds the size of the file\n"
6929 msgstr ""
6930
6931 #: readelf.c:5248
6932 msgid "Unable to find program interpreter name\n"
6933 msgstr ""
6934
6935 #: readelf.c:5255
6936 msgid ""
6937 "Internal error: failed to create format string to display program "
6938 "interpreter\n"
6939 msgstr ""
6940
6941 #: readelf.c:5259
6942 msgid "Unable to read program interpreter name\n"
6943 msgstr ""
6944
6945 #: readelf.c:5262
6946 #, c-format
6947 msgid "      [Requesting program interpreter: %s]\n"
6948 msgstr ""
6949
6950 #: readelf.c:5273
6951 #, c-format
6952 msgid ""
6953 "\n"
6954 " Section to Segment mapping:\n"
6955 msgstr ""
6956
6957 #: readelf.c:5274
6958 #, c-format
6959 msgid "  Segment Sections...\n"
6960 msgstr ""
6961
6962 #: readelf.c:5310
6963 msgid "Cannot interpret virtual addresses without program headers.\n"
6964 msgstr ""
6965
6966 #: readelf.c:5326
6967 #, c-format
6968 msgid "Virtual address 0x%lx not located in any PT_LOAD segment.\n"
6969 msgstr ""
6970
6971 #: readelf.c:5351 readelf.c:5416
6972 msgid ""
6973 "The e_shentsize field in the ELF header is less than the size of an ELF "
6974 "section header\n"
6975 msgstr ""
6976
6977 #: readelf.c:5355 readelf.c:5421
6978 msgid ""
6979 "The e_shentsize field in the ELF header is larger than the size of an ELF "
6980 "section header\n"
6981 msgstr ""
6982
6983 #: readelf.c:5359 readelf.c:5426
6984 msgid "section headers"
6985 msgstr ""
6986
6987 #: readelf.c:5369 readelf.c:5436
6988 #, c-format
6989 msgid "Out of memory reading %u section headers\n"
6990 msgstr ""
6991
6992 #: readelf.c:5389 readelf.c:5456
6993 #, c-format
6994 msgid "Section %u has an out of range sh_link value of %u\n"
6995 msgstr ""
6996
6997 #: readelf.c:5391 readelf.c:5458
6998 #, c-format
6999 msgid "Section %u has an out of range sh_info value of %u\n"
7000 msgstr ""
7001
7002 #: readelf.c:5488 readelf.c:5605
7003 #, c-format
7004 msgid "Section %s has an invalid sh_entsize of 0x%lx\n"
7005 msgstr ""
7006
7007 #: readelf.c:5496 readelf.c:5613
7008 #, c-format
7009 msgid "Section %s has an invalid sh_size of 0x%lx\n"
7010 msgstr ""
7011
7012 #: readelf.c:5506 readelf.c:5623
7013 #, c-format
7014 msgid ""
7015 "Size (0x%lx) of section %s is not a multiple of its sh_entsize (0x%lx)\n"
7016 msgstr ""
7017
7018 #: readelf.c:5514 readelf.c:5631
7019 msgid "symbols"
7020 msgstr ""
7021
7022 #: readelf.c:5526 readelf.c:5643
7023 msgid ""
7024 "Multiple symbol table index sections associated with the same symbol "
7025 "section\n"
7026 msgstr ""
7027
7028 #: readelf.c:5533 readelf.c:5650
7029 msgid "symbol table section indices"
7030 msgstr ""
7031
7032 #: readelf.c:5540 readelf.c:5657
7033 #, c-format
7034 msgid "Index section %s has an sh_size of 0x%lx - expected 0x%lx\n"
7035 msgstr ""
7036
7037 #: readelf.c:5552 readelf.c:5669
7038 #, c-format
7039 msgid "Out of memory reading %lu symbols\n"
7040 msgstr ""
7041
7042 #: readelf.c:5848 readelf.c:5923 readelf.c:5941 readelf.c:5959
7043 msgid "Internal error: not enough buffer room for section flag info"
7044 msgstr ""
7045
7046 #: readelf.c:5966
7047 #, c-format
7048 msgid "UNKNOWN (%*.*lx)"
7049 msgstr ""
7050
7051 #: readelf.c:5985 readelf.c:6000
7052 msgid "Compressed section is too small even for a compression header\n"
7053 msgstr ""
7054
7055 #: readelf.c:6024
7056 msgid ""
7057 "possibly corrupt ELF file header - it has a non-zero section header offset, "
7058 "but no section headers\n"
7059 msgstr ""
7060
7061 #: readelf.c:6029
7062 #, c-format
7063 msgid ""
7064 "\n"
7065 "There are no sections in this file.\n"
7066 msgstr ""
7067
7068 #: readelf.c:6035
7069 #, c-format
7070 msgid "There is %d section header, starting at offset 0x%lx:\n"
7071 msgid_plural "There are %d section headers, starting at offset 0x%lx:\n"
7072 msgstr[0] ""
7073 msgstr[1] ""
7074
7075 #: readelf.c:6064 readelf.c:6840 readelf.c:7286 readelf.c:7704 readelf.c:8168
7076 #: readelf.c:9272 readelf.c:11822 readelf.c:13844 readelf.c:18041
7077 msgid "string table"
7078 msgstr ""
7079
7080 #. Note: coded this way so that there is a single string for         translation.
7081 #: readelf.c:6135
7082 #, c-format
7083 msgid "Section %d has invalid sh_entsize of %s\n"
7084 msgstr ""
7085
7086 #: readelf.c:6136
7087 #, c-format
7088 msgid "(Using the expected size of %u for the rest of this dump)\n"
7089 msgstr ""
7090
7091 #: readelf.c:6157
7092 msgid "File contains multiple dynamic symbol tables\n"
7093 msgstr ""
7094
7095 #: readelf.c:6169
7096 msgid "File contains multiple dynamic string tables\n"
7097 msgstr ""
7098
7099 #: readelf.c:6175
7100 msgid "dynamic strings"
7101 msgstr ""
7102
7103 #: readelf.c:6265
7104 #, c-format
7105 msgid ""
7106 "\n"
7107 "Section Headers:\n"
7108 msgstr ""
7109
7110 #: readelf.c:6267
7111 #, c-format
7112 msgid ""
7113 "\n"
7114 "Section Header:\n"
7115 msgstr ""
7116
7117 #: readelf.c:6273 readelf.c:6284 readelf.c:6295
7118 #, c-format
7119 msgid "  [Nr] Name\n"
7120 msgstr ""
7121
7122 #: readelf.c:6274
7123 #, c-format
7124 msgid "       Type            Addr     Off    Size   ES   Lk Inf Al\n"
7125 msgstr ""
7126
7127 #: readelf.c:6278
7128 #, c-format
7129 msgid ""
7130 "  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk "
7131 "Inf Al\n"
7132 msgstr ""
7133
7134 #: readelf.c:6285
7135 #, c-format
7136 msgid "       Type            Address          Off    Size   ES   Lk Inf Al\n"
7137 msgstr ""
7138
7139 #: readelf.c:6289
7140 #, c-format
7141 msgid ""
7142 "  [Nr] Name              Type            Address          Off    Size   ES "
7143 "Flg Lk Inf Al\n"
7144 msgstr ""
7145
7146 #: readelf.c:6296
7147 #, c-format
7148 msgid "       Type              Address          Offset            Link\n"
7149 msgstr ""
7150
7151 #: readelf.c:6297
7152 #, c-format
7153 msgid "       Size              EntSize          Info              Align\n"
7154 msgstr ""
7155
7156 #: readelf.c:6301
7157 #, c-format
7158 msgid "  [Nr] Name              Type             Address           Offset\n"
7159 msgstr ""
7160
7161 #: readelf.c:6302
7162 #, c-format
7163 msgid "       Size              EntSize          Flags  Link  Info  Align\n"
7164 msgstr ""
7165
7166 #: readelf.c:6307
7167 #, c-format
7168 msgid "       Flags\n"
7169 msgstr ""
7170
7171 #: readelf.c:6336
7172 #, c-format
7173 msgid "[%2u]: Link field (%u) should index a symtab section.\n"
7174 msgstr ""
7175
7176 #: readelf.c:6349
7177 #, c-format
7178 msgid "[%2u]: Link field (%u) should index a string section.\n"
7179 msgstr ""
7180
7181 #: readelf.c:6357 readelf.c:6368
7182 #, c-format
7183 msgid "[%2u]: Unexpected value (%u) in link field.\n"
7184 msgstr ""
7185
7186 #: readelf.c:6395
7187 #, c-format
7188 msgid "[%2u]: Info field (%u) should index a relocatable section.\n"
7189 msgstr ""
7190
7191 #: readelf.c:6406 readelf.c:6433
7192 #, c-format
7193 msgid "[%2u]: Unexpected value (%u) in info field.\n"
7194 msgstr ""
7195
7196 #: readelf.c:6428
7197 #, c-format
7198 msgid "[%2u]: Expected link to another section in info field"
7199 msgstr ""
7200
7201 #: readelf.c:6443
7202 #, c-format
7203 msgid "Size of section %u is larger than the entire file!\n"
7204 msgstr ""
7205
7206 #: readelf.c:6512
7207 #, c-format
7208 msgid "section %u: sh_link value of %u is larger than the number of sections\n"
7209 msgstr ""
7210
7211 #: readelf.c:6613
7212 msgid "compression header"
7213 msgstr ""
7214
7215 #: readelf.c:6622
7216 #, c-format
7217 msgid "       [<unknown>: 0x%x], "
7218 msgstr ""
7219
7220 #. The ordering of the letters shown here matches the ordering of the
7221 #. corresponding SHF_xxx values, and hence the order in which these
7222 #. letters will be displayed to the user.
7223 #: readelf.c:6636
7224 #, c-format
7225 msgid ""
7226 "Key to Flags:\n"
7227 "  W (write), A (alloc), X (execute), M (merge), S (strings), I (info),\n"
7228 "  L (link order), O (extra OS processing required), G (group), T (TLS),\n"
7229 "  C (compressed), x (unknown), o (OS specific), E (exclude),\n"
7230 "  "
7231 msgstr ""
7232
7233 #: readelf.c:6643
7234 #, c-format
7235 msgid "l (large), "
7236 msgstr ""
7237
7238 #: readelf.c:6645
7239 #, c-format
7240 msgid "y (purecode), "
7241 msgstr ""
7242
7243 #: readelf.c:6647
7244 #, c-format
7245 msgid "v (VLE), "
7246 msgstr ""
7247
7248 #: readelf.c:6664
7249 #, c-format
7250 msgid "[0x%x: "
7251 msgstr ""
7252
7253 #: readelf.c:6706
7254 #, c-format
7255 msgid ""
7256 "\n"
7257 "There are no sections to group in this file.\n"
7258 msgstr ""
7259
7260 #: readelf.c:6713
7261 msgid "Section headers are not available!\n"
7262 msgstr ""
7263
7264 #: readelf.c:6723
7265 #, c-format
7266 msgid "Out of memory reading %u section group headers\n"
7267 msgstr ""
7268
7269 #: readelf.c:6739
7270 #, c-format
7271 msgid ""
7272 "\n"
7273 "There are no section groups in this file.\n"
7274 msgstr ""
7275
7276 #: readelf.c:6748
7277 #, c-format
7278 msgid "Out of memory reading %lu groups\n"
7279 msgstr ""
7280
7281 #: readelf.c:6778
7282 #, c-format
7283 msgid "Bad sh_link in group section `%s'\n"
7284 msgstr ""
7285
7286 #: readelf.c:6792
7287 #, c-format
7288 msgid "Corrupt header in group section `%s'\n"
7289 msgstr ""
7290
7291 #: readelf.c:6798 readelf.c:6809
7292 #, c-format
7293 msgid "Bad sh_info in group section `%s'\n"
7294 msgstr ""
7295
7296 #: readelf.c:6850
7297 #, c-format
7298 msgid ""
7299 "Section %s has sh_entsize (0x%lx) which is larger than its size (0x%lx)\n"
7300 msgstr ""
7301
7302 #: readelf.c:6859
7303 msgid "section data"
7304 msgstr ""
7305
7306 #: readelf.c:6870
7307 #, c-format
7308 msgid ""
7309 "\n"
7310 "%sgroup section [%5u] `%s' [%s] contains %u sections:\n"
7311 msgstr ""
7312
7313 #: readelf.c:6873
7314 #, c-format
7315 msgid "   [Index]    Name\n"
7316 msgstr ""
7317
7318 #: readelf.c:6891
7319 #, c-format
7320 msgid "section [%5u] in group section [%5u] > maximum section [%5u]\n"
7321 msgstr ""
7322
7323 #: readelf.c:6894
7324 msgid ""
7325 "Further error messages about overlarge group section indices suppressed\n"
7326 msgstr ""
7327
7328 #: readelf.c:6907
7329 #, c-format
7330 msgid "section [%5u] in group section [%5u] already in group section [%5u]\n"
7331 msgstr ""
7332
7333 #: readelf.c:6911
7334 msgid ""
7335 "Further error messages about already contained group sections suppressed\n"
7336 msgstr ""
7337
7338 #: readelf.c:6923
7339 #, c-format
7340 msgid "section 0 in group section [%5u]\n"
7341 msgstr ""
7342
7343 #: readelf.c:6992
7344 msgid "dynamic section image fixups"
7345 msgstr ""
7346
7347 #: readelf.c:7000
7348 #, c-format
7349 msgid "corrupt library name index of 0x%lx found in dynamic entry"
7350 msgstr ""
7351
7352 #: readelf.c:7004
7353 #, c-format
7354 msgid ""
7355 "\n"
7356 "Image fixups for needed library #%d: %s - ident: %lx\n"
7357 msgstr ""
7358
7359 #: readelf.c:7007
7360 #, c-format
7361 msgid "Seg Offset           Type                             SymVec DataType\n"
7362 msgstr ""
7363
7364 #: readelf.c:7040
7365 msgid "dynamic section image relocations"
7366 msgstr ""
7367
7368 #: readelf.c:7044
7369 #, c-format
7370 msgid ""
7371 "\n"
7372 "Image relocs\n"
7373 msgstr ""
7374
7375 #: readelf.c:7046
7376 #, c-format
7377 msgid ""
7378 "Seg Offset   Type                            Addend            Seg Sym Off\n"
7379 msgstr ""
7380
7381 #: readelf.c:7102
7382 msgid "dynamic string section"
7383 msgstr ""
7384
7385 #: readelf.c:7203
7386 #, c-format
7387 msgid ""
7388 "\n"
7389 "'%s' relocation section at offset 0x%lx contains %ld bytes:\n"
7390 msgstr ""
7391
7392 #: readelf.c:7220
7393 #, c-format
7394 msgid ""
7395 "\n"
7396 "There are no dynamic relocations in this file.\n"
7397 msgstr ""
7398
7399 #: readelf.c:7245
7400 #, c-format
7401 msgid ""
7402 "\n"
7403 "Relocation section "
7404 msgstr ""
7405
7406 #: readelf.c:7253
7407 #, c-format
7408 msgid " at offset 0x%lx contains %lu entry:\n"
7409 msgid_plural " at offset 0x%lx contains %lu entries:\n"
7410 msgstr[0] ""
7411 msgstr[1] ""
7412
7413 #: readelf.c:7314
7414 #, c-format
7415 msgid ""
7416 "\n"
7417 "There are no static relocations in this file."
7418 msgstr ""
7419
7420 #: readelf.c:7315
7421 #, c-format
7422 msgid ""
7423 "\n"
7424 "To see the dynamic relocations add --use-dynamic to the command line.\n"
7425 msgstr ""
7426
7427 #: readelf.c:7321
7428 #, c-format
7429 msgid ""
7430 "\n"
7431 "There are no relocations in this file.\n"
7432 msgstr ""
7433
7434 #: readelf.c:7491
7435 #, c-format
7436 msgid "Invalid offset %lx in table entry %ld\n"
7437 msgstr ""
7438
7439 #: readelf.c:7509
7440 #, c-format
7441 msgid "\tUnknown version.\n"
7442 msgstr ""
7443
7444 #: readelf.c:7572 readelf.c:8005
7445 msgid "unwind table"
7446 msgstr ""
7447
7448 #: readelf.c:7623 readelf.c:8087
7449 #, c-format
7450 msgid "Skipping unknown relocation type: %u\n"
7451 msgstr ""
7452
7453 #: readelf.c:7629 readelf.c:8094
7454 #, c-format
7455 msgid "Skipping unexpected relocation type: %s\n"
7456 msgstr ""
7457
7458 #: readelf.c:7638 readelf.c:8101
7459 #, c-format
7460 msgid "Skipping reloc with overlarge offset: %lx\n"
7461 msgstr ""
7462
7463 #: readelf.c:7645 readelf.c:8108
7464 #, c-format
7465 msgid "Skipping reloc with invalid symbol index: %u\n"
7466 msgstr ""
7467
7468 #: readelf.c:7698 readelf.c:8162
7469 msgid "Multiple auxillary string tables encountered\n"
7470 msgstr ""
7471
7472 #: readelf.c:7712 readelf.c:8176 readelf.c:9280
7473 #, c-format
7474 msgid ""
7475 "\n"
7476 "There are no unwind sections in this file.\n"
7477 msgstr ""
7478
7479 #: readelf.c:7786
7480 #, c-format
7481 msgid ""
7482 "\n"
7483 "Could not find unwind info section for "
7484 msgstr ""
7485
7486 #: readelf.c:7798
7487 msgid "unwind info"
7488 msgstr ""
7489
7490 #: readelf.c:7801
7491 #, c-format
7492 msgid ""
7493 "\n"
7494 "Unwind section "
7495 msgstr ""
7496
7497 #: readelf.c:7808
7498 #, c-format
7499 msgid " at offset 0x%lx contains %lu entries:\n"
7500 msgstr ""
7501
7502 #: readelf.c:8184 readelf.c:9287
7503 #, c-format
7504 msgid ""
7505 "\n"
7506 "Unwind section '%s' at offset 0x%lx contains %lu entry:\n"
7507 msgid_plural ""
7508 "\n"
7509 "Unwind section '%s' at offset 0x%lx contains %lu entries:\n"
7510 msgstr[0] ""
7511 msgstr[1] ""
7512
7513 #: readelf.c:8323
7514 msgid "unwind data"
7515 msgstr ""
7516
7517 #: readelf.c:8396
7518 #, c-format
7519 msgid "Skipping unexpected relocation at offset 0x%lx\n"
7520 msgstr ""
7521
7522 #: readelf.c:8418
7523 #, c-format
7524 msgid "Unknown section relocation type %d encountered\n"
7525 msgstr ""
7526
7527 #: readelf.c:8426
7528 #, c-format
7529 msgid "Bad symbol index in unwind relocation (%lu > %lu)\n"
7530 msgstr ""
7531
7532 #: readelf.c:8441
7533 #, c-format
7534 msgid "Skipping unknown ARM relocation type: %d\n"
7535 msgstr ""
7536
7537 #: readelf.c:8451
7538 #, c-format
7539 msgid "Skipping unexpected ARM relocation type %s\n"
7540 msgstr ""
7541
7542 #: readelf.c:8460
7543 #, c-format
7544 msgid "Skipping unknown C6000 relocation type: %d\n"
7545 msgstr ""
7546
7547 #: readelf.c:8470
7548 #, c-format
7549 msgid "Skipping unexpected C6000 relocation type %s\n"
7550 msgstr ""
7551
7552 #. This function currently only supports ARM and TI unwinders.
7553 #: readelf.c:8479
7554 msgid "Only TI and ARM unwinders are currently supported\n"
7555 msgstr ""
7556
7557 #: readelf.c:8542
7558 #, c-format
7559 msgid "[Truncated opcode]\n"
7560 msgstr ""
7561
7562 #: readelf.c:8590 readelf.c:8806
7563 #, c-format
7564 msgid "Refuse to unwind"
7565 msgstr ""
7566
7567 #: readelf.c:8613
7568 #, c-format
7569 msgid "     [Reserved]"
7570 msgstr ""
7571
7572 #: readelf.c:8641
7573 #, c-format
7574 msgid "     finish"
7575 msgstr ""
7576
7577 #: readelf.c:8646 readelf.c:8739
7578 #, c-format
7579 msgid "[Spare]"
7580 msgstr ""
7581
7582 #: readelf.c:8680
7583 msgid "corrupt change to vsp"
7584 msgstr ""
7585
7586 #: readelf.c:8761 readelf.c:8911
7587 #, c-format
7588 msgid "     [unsupported opcode]"
7589 msgstr ""
7590
7591 #: readelf.c:8854
7592 #, c-format
7593 msgid "pop frame {"
7594 msgstr ""
7595
7596 #: readelf.c:8865
7597 msgid "[pad]"
7598 msgstr ""
7599
7600 #: readelf.c:8893
7601 msgid "Corrupt stack pointer adjustment detected\n"
7602 msgstr ""
7603
7604 #: readelf.c:8900
7605 #, c-format
7606 msgid "sp = sp + %ld"
7607 msgstr ""
7608
7609 #: readelf.c:8970
7610 #, c-format
7611 msgid "  Personality routine: "
7612 msgstr ""
7613
7614 #: readelf.c:9002
7615 #, c-format
7616 msgid "  [Truncated data]\n"
7617 msgstr ""
7618
7619 #: readelf.c:9026
7620 #, c-format
7621 msgid "Corrupt ARM compact model table entry: %x \n"
7622 msgstr ""
7623
7624 #: readelf.c:9031
7625 #, c-format
7626 msgid "  Compact model index: %d\n"
7627 msgstr ""
7628
7629 #: readelf.c:9057
7630 msgid "Unknown ARM compact model index encountered\n"
7631 msgstr ""
7632
7633 #: readelf.c:9058
7634 #, c-format
7635 msgid "  [reserved]\n"
7636 msgstr ""
7637
7638 #: readelf.c:9073
7639 #, c-format
7640 msgid "  Restore stack from frame pointer\n"
7641 msgstr ""
7642
7643 #: readelf.c:9075
7644 #, c-format
7645 msgid "  Stack increment %d\n"
7646 msgstr ""
7647
7648 #: readelf.c:9076
7649 #, c-format
7650 msgid "  Registers restored: "
7651 msgstr ""
7652
7653 #: readelf.c:9081
7654 #, c-format
7655 msgid "  Return register: %s\n"
7656 msgstr ""
7657
7658 #: readelf.c:9085
7659 #, c-format
7660 msgid "  [reserved (%d)]\n"
7661 msgstr ""
7662
7663 #: readelf.c:9089
7664 #, c-format
7665 msgid ""
7666 "Unsupported architecture type %d encountered when decoding unwind table\n"
7667 msgstr ""
7668
7669 #: readelf.c:9144
7670 #, c-format
7671 msgid "corrupt index table entry: %x\n"
7672 msgstr ""
7673
7674 #: readelf.c:9184
7675 #, c-format
7676 msgid "Unwind entry contains corrupt offset (0x%lx) into section %s\n"
7677 msgstr ""
7678
7679 #: readelf.c:9200
7680 #, c-format
7681 msgid "Could not locate .ARM.extab section containing 0x%lx.\n"
7682 msgstr ""
7683
7684 #: readelf.c:9245
7685 #, c-format
7686 msgid ""
7687 "Unsupported architecture type %d encountered when processing unwind table\n"
7688 msgstr ""
7689
7690 #: readelf.c:9267
7691 msgid "Multiple string tables found in file.\n"
7692 msgstr ""
7693
7694 #: readelf.c:9333
7695 #, c-format
7696 msgid ""
7697 "\n"
7698 "The decoding of unwind sections for machine type %s is not currently "
7699 "supported.\n"
7700 msgstr ""
7701
7702 #: readelf.c:9345
7703 #, c-format
7704 msgid "NONE"
7705 msgstr ""
7706
7707 #: readelf.c:9370
7708 #, c-format
7709 msgid "Interface Version: %s"
7710 msgstr ""
7711
7712 #. Note: coded this way so that there is a single string for translation.
7713 #: readelf.c:9376
7714 #, c-format
7715 msgid "<corrupt: %s>"
7716 msgstr ""
7717
7718 #: readelf.c:9394
7719 #, c-format
7720 msgid "Time Stamp: %s"
7721 msgstr ""
7722
7723 #: readelf.c:9572 readelf.c:9620
7724 msgid "dynamic section"
7725 msgstr ""
7726
7727 #: readelf.c:9592 readelf.c:9641
7728 #, c-format
7729 msgid "Out of memory allocating space for %lu dynamic entries\n"
7730 msgstr ""
7731
7732 #: readelf.c:9701
7733 #, c-format
7734 msgid ""
7735 "\n"
7736 "There is no dynamic section in this file.\n"
7737 msgstr ""
7738
7739 #. See PR 21379 for a reproducer.
7740 #: readelf.c:9739
7741 #, c-format
7742 msgid "Invalid DT_SYMTAB entry: %lx"
7743 msgstr ""
7744
7745 #: readelf.c:9756
7746 msgid "Multiple dynamic symbol table sections found\n"
7747 msgstr ""
7748
7749 #: readelf.c:9762
7750 msgid "Unable to determine the number of symbols to load\n"
7751 msgstr ""
7752
7753 #: readelf.c:9798
7754 msgid "Unable to determine the length of the dynamic string table\n"
7755 msgstr ""
7756
7757 #: readelf.c:9804
7758 msgid "Multiple dynamic string tables found\n"
7759 msgstr ""
7760
7761 #: readelf.c:9810
7762 msgid "dynamic string table"
7763 msgstr ""
7764
7765 #: readelf.c:9831
7766 #, c-format
7767 msgid "Bad value (%d) for SYMINENT entry\n"
7768 msgstr ""
7769
7770 #: readelf.c:9850
7771 msgid "symbol information"
7772 msgstr ""
7773
7774 #: readelf.c:9856
7775 msgid "Multiple dynamic symbol information sections found\n"
7776 msgstr ""
7777
7778 #: readelf.c:9862
7779 #, c-format
7780 msgid "Out of memory allocating %lu byte for dynamic symbol info\n"
7781 msgstr ""
7782
7783 #: readelf.c:9881
7784 #, c-format
7785 msgid ""
7786 "\n"
7787 "Dynamic section at offset 0x%lx contains %lu entry:\n"
7788 msgid_plural ""
7789 "\n"
7790 "Dynamic section at offset 0x%lx contains %lu entries:\n"
7791 msgstr[0] ""
7792 msgstr[1] ""
7793
7794 #: readelf.c:9888
7795 #, c-format
7796 msgid "  Tag        Type                         Name/Value\n"
7797 msgstr ""
7798
7799 #: readelf.c:9922
7800 #, c-format
7801 msgid "Auxiliary library"
7802 msgstr ""
7803
7804 #: readelf.c:9926
7805 #, c-format
7806 msgid "Filter library"
7807 msgstr ""
7808
7809 #: readelf.c:9930
7810 #, c-format
7811 msgid "Configuration file"
7812 msgstr ""
7813
7814 #: readelf.c:9934
7815 #, c-format
7816 msgid "Dependency audit library"
7817 msgstr ""
7818
7819 #: readelf.c:9938
7820 #, c-format
7821 msgid "Audit library"
7822 msgstr ""
7823
7824 #: readelf.c:9956 readelf.c:9984 readelf.c:10012
7825 #, c-format
7826 msgid "Flags:"
7827 msgstr ""
7828
7829 #: readelf.c:9959 readelf.c:9987 readelf.c:10014
7830 #, c-format
7831 msgid " None\n"
7832 msgstr ""
7833
7834 #: readelf.c:10220
7835 #, c-format
7836 msgid "Shared library: [%s]"
7837 msgstr ""
7838
7839 #: readelf.c:10223
7840 #, c-format
7841 msgid " program interpreter"
7842 msgstr ""
7843
7844 #: readelf.c:10227
7845 #, c-format
7846 msgid "Library soname: [%s]"
7847 msgstr ""
7848
7849 #: readelf.c:10231
7850 #, c-format
7851 msgid "Library rpath: [%s]"
7852 msgstr ""
7853
7854 #: readelf.c:10235
7855 #, c-format
7856 msgid "Library runpath: [%s]"
7857 msgstr ""
7858
7859 #: readelf.c:10269
7860 #, c-format
7861 msgid " (bytes)\n"
7862 msgstr ""
7863
7864 #: readelf.c:10299
7865 #, c-format
7866 msgid "Not needed object: [%s]\n"
7867 msgstr ""
7868
7869 #: readelf.c:10324
7870 #, c-format
7871 msgid "<corrupt time val: %lx"
7872 msgstr ""
7873
7874 #: readelf.c:10441
7875 #, c-format
7876 msgid ""
7877 "\n"
7878 "Version definition section '%s' contains %u entry:\n"
7879 msgid_plural ""
7880 "\n"
7881 "Version definition section '%s' contains %u entries:\n"
7882 msgstr[0] ""
7883 msgstr[1] ""
7884
7885 #: readelf.c:10449
7886 #, c-format
7887 msgid "  Addr: 0x"
7888 msgstr ""
7889
7890 #: readelf.c:10451 readelf.c:10587 readelf.c:10743
7891 #, c-format
7892 msgid "  Offset: %#08lx  Link: %u (%s)\n"
7893 msgstr ""
7894
7895 #: readelf.c:10457
7896 msgid "version definition section"
7897 msgstr ""
7898
7899 #: readelf.c:10486
7900 #, c-format
7901 msgid "  %#06lx: Rev: %d  Flags: %s"
7902 msgstr ""
7903
7904 #: readelf.c:10489
7905 #, c-format
7906 msgid "  Index: %d  Cnt: %d  "
7907 msgstr ""
7908
7909 #: readelf.c:10506
7910 #, c-format
7911 msgid "Name: %s\n"
7912 msgstr ""
7913
7914 #: readelf.c:10508
7915 #, c-format
7916 msgid "Name index: %ld\n"
7917 msgstr ""
7918
7919 #: readelf.c:10517
7920 #, c-format
7921 msgid "Invalid vda_next field of %lx\n"
7922 msgstr ""
7923
7924 #: readelf.c:10537
7925 #, c-format
7926 msgid "  %#06lx: Parent %d: %s\n"
7927 msgstr ""
7928
7929 #: readelf.c:10540
7930 #, c-format
7931 msgid "  %#06lx: Parent %d, name index: %ld\n"
7932 msgstr ""
7933
7934 #: readelf.c:10545
7935 #, c-format
7936 msgid "  Version def aux past end of section\n"
7937 msgstr ""
7938
7939 #: readelf.c:10552
7940 #, c-format
7941 msgid "Invalid vd_next field of %lx\n"
7942 msgstr ""
7943
7944 #: readelf.c:10563
7945 #, c-format
7946 msgid "  Version definition past end of section\n"
7947 msgstr ""
7948
7949 #: readelf.c:10578
7950 #, c-format
7951 msgid ""
7952 "\n"
7953 "Version needs section '%s' contains %u entry:\n"
7954 msgid_plural ""
7955 "\n"
7956 "Version needs section '%s' contains %u entries:\n"
7957 msgstr[0] ""
7958 msgstr[1] ""
7959
7960 #: readelf.c:10585
7961 #, c-format
7962 msgid " Addr: 0x"
7963 msgstr ""
7964
7965 #: readelf.c:10594
7966 msgid "Version Needs section"
7967 msgstr ""
7968
7969 #: readelf.c:10619
7970 #, c-format
7971 msgid "  %#06lx: Version: %d"
7972 msgstr ""
7973
7974 #: readelf.c:10622
7975 #, c-format
7976 msgid "  File: %s"
7977 msgstr ""
7978
7979 #: readelf.c:10624
7980 #, c-format
7981 msgid "  File: %lx"
7982 msgstr ""
7983
7984 #: readelf.c:10626
7985 #, c-format
7986 msgid "  Cnt: %d\n"
7987 msgstr ""
7988
7989 #: readelf.c:10649
7990 #, c-format
7991 msgid "  %#06lx:   Name: %s"
7992 msgstr ""
7993
7994 #: readelf.c:10652
7995 #, c-format
7996 msgid "  %#06lx:   Name index: %lx"
7997 msgstr ""
7998
7999 #: readelf.c:10655
8000 #, c-format
8001 msgid "  Flags: %s  Version: %d\n"
8002 msgstr ""
8003
8004 #: readelf.c:10661
8005 #, c-format
8006 msgid "Invalid vna_next field of %lx\n"
8007 msgstr ""
8008
8009 #: readelf.c:10674
8010 msgid "Missing Version Needs auxillary information\n"
8011 msgstr ""
8012
8013 #: readelf.c:10679
8014 #, c-format
8015 msgid "Invalid vn_next field of %lx\n"
8016 msgstr ""
8017
8018 #: readelf.c:10689
8019 msgid "Missing Version Needs information\n"
8020 msgstr ""
8021
8022 #: readelf.c:10727
8023 msgid "version string table"
8024 msgstr ""
8025
8026 #: readelf.c:10734
8027 #, c-format
8028 msgid ""
8029 "\n"
8030 "Version symbols section '%s' contains %lu entry:\n"
8031 msgid_plural ""
8032 "\n"
8033 "Version symbols section '%s' contains %lu entries:\n"
8034 msgstr[0] ""
8035 msgstr[1] ""
8036
8037 #: readelf.c:10741
8038 #, c-format
8039 msgid " Addr: "
8040 msgstr ""
8041
8042 #: readelf.c:10752
8043 msgid "version symbol data"
8044 msgstr ""
8045
8046 #: readelf.c:10772
8047 msgid "*invalid*"
8048 msgstr ""
8049
8050 #: readelf.c:10780
8051 msgid "   0 (*local*)    "
8052 msgstr ""
8053
8054 #: readelf.c:10784
8055 msgid "   1 (*global*)   "
8056 msgstr ""
8057
8058 #: readelf.c:10795
8059 msgid "invalid index into symbol array\n"
8060 msgstr ""
8061
8062 #: readelf.c:10817 readelf.c:11460
8063 msgid "version need"
8064 msgstr ""
8065
8066 #: readelf.c:10828
8067 msgid "version need aux (2)"
8068 msgstr ""
8069
8070 #: readelf.c:10874 readelf.c:11400
8071 msgid "version def"
8072 msgstr ""
8073
8074 #: readelf.c:10902 readelf.c:11431
8075 msgid "version def aux"
8076 msgstr ""
8077
8078 #: readelf.c:10910
8079 msgid "*both*"
8080 msgstr ""
8081
8082 #: readelf.c:10940
8083 #, c-format
8084 msgid ""
8085 "\n"
8086 "No version information found in this file.\n"
8087 msgstr ""
8088
8089 #: readelf.c:11039
8090 #, c-format
8091 msgid "Unrecognized visibility value: %u"
8092 msgstr ""
8093
8094 #: readelf.c:11100
8095 #, c-format
8096 msgid "Unrecognized IA64 VMS ST Function type: %d\n"
8097 msgstr ""
8098
8099 #: readelf.c:11124
8100 #, c-format
8101 msgid "Unrecognized IA64 VMS ST Linkage: %d\n"
8102 msgstr ""
8103
8104 #: readelf.c:11150
8105 #, c-format
8106 msgid "<localentry>: %d"
8107 msgstr ""
8108
8109 #: readelf.c:11184
8110 #, c-format
8111 msgid "<other>: %x"
8112 msgstr ""
8113
8114 #: readelf.c:11223
8115 #, c-format
8116 msgid "bad section index[%3d]"
8117 msgstr ""
8118
8119 #: readelf.c:11244
8120 #, c-format
8121 msgid "Size truncation prevents reading %s elements of size %u\n"
8122 msgstr ""
8123
8124 #: readelf.c:11253
8125 #, c-format
8126 msgid "Invalid number of dynamic entries: %s\n"
8127 msgstr ""
8128
8129 #: readelf.c:11261
8130 #, c-format
8131 msgid "Out of memory reading %s dynamic entries\n"
8132 msgstr ""
8133
8134 #: readelf.c:11268
8135 #, c-format
8136 msgid "Unable to read in %s bytes of dynamic data\n"
8137 msgstr ""
8138
8139 #: readelf.c:11277
8140 #, c-format
8141 msgid "Out of memory allocating space for %s dynamic entries\n"
8142 msgstr ""
8143
8144 #: readelf.c:11304
8145 #, c-format
8146 msgid "<No info available for dynamic symbol number %lu>\n"
8147 msgstr ""
8148
8149 #: readelf.c:11336
8150 #, c-format
8151 msgid " <corrupt: %14ld>"
8152 msgstr ""
8153
8154 #: readelf.c:11363
8155 msgid "version data"
8156 msgstr ""
8157
8158 #: readelf.c:11478
8159 msgid "version need aux (3)"
8160 msgstr ""
8161
8162 #: readelf.c:11556 readelf.c:11608 readelf.c:11632 readelf.c:11662
8163 #: readelf.c:11686
8164 msgid "Unable to seek to start of dynamic information\n"
8165 msgstr ""
8166
8167 #: readelf.c:11562 readelf.c:11614
8168 msgid "Failed to read in number of buckets\n"
8169 msgstr ""
8170
8171 #: readelf.c:11568
8172 msgid "Failed to read in number of chains\n"
8173 msgstr ""
8174
8175 #: readelf.c:11670
8176 msgid "Failed to determine last chain length\n"
8177 msgstr ""
8178
8179 #: readelf.c:11717
8180 #, c-format
8181 msgid ""
8182 "\n"
8183 "Symbol table for image:\n"
8184 msgstr ""
8185
8186 #: readelf.c:11719 readelf.c:11745
8187 #, c-format
8188 msgid "  Num Buc:    Value  Size   Type   Bind Vis      Ndx Name\n"
8189 msgstr ""
8190
8191 #: readelf.c:11721 readelf.c:11747
8192 #, c-format
8193 msgid "  Num Buc:    Value          Size   Type   Bind Vis      Ndx Name\n"
8194 msgstr ""
8195
8196 #: readelf.c:11732 readelf.c:11928
8197 msgid "histogram chain is corrupt\n"
8198 msgstr ""
8199
8200 #: readelf.c:11743
8201 #, c-format
8202 msgid ""
8203 "\n"
8204 "Symbol table of `.gnu.hash' for image:\n"
8205 msgstr ""
8206
8207 #: readelf.c:11788
8208 #, c-format
8209 msgid ""
8210 "\n"
8211 "Symbol table '%s' has a sh_entsize of zero!\n"
8212 msgstr ""
8213
8214 #: readelf.c:11794
8215 #, c-format
8216 msgid ""
8217 "\n"
8218 "Symbol table '%s' contains %lu entry:\n"
8219 msgid_plural ""
8220 "\n"
8221 "Symbol table '%s' contains %lu entries:\n"
8222 msgstr[0] ""
8223 msgstr[1] ""
8224
8225 #: readelf.c:11801
8226 #, c-format
8227 msgid "   Num:    Value  Size Type    Bind   Vis      Ndx Name\n"
8228 msgstr ""
8229
8230 #: readelf.c:11803
8231 #, c-format
8232 msgid "   Num:    Value          Size Type    Bind   Vis      Ndx Name\n"
8233 msgstr ""
8234
8235 #: readelf.c:11878
8236 #, c-format
8237 msgid "local symbol %u found at index >= %s's sh_info value of %u\n"
8238 msgstr ""
8239
8240 #: readelf.c:11889
8241 #, c-format
8242 msgid ""
8243 "\n"
8244 "Dynamic symbol information is not available for displaying symbols.\n"
8245 msgstr ""
8246
8247 #: readelf.c:11902
8248 #, c-format
8249 msgid ""
8250 "\n"
8251 "Histogram for bucket list length (total of %lu bucket):\n"
8252 msgid_plural ""
8253 "\n"
8254 "Histogram for bucket list length (total of %lu buckets):\n"
8255 msgstr[0] ""
8256 msgstr[1] ""
8257
8258 #: readelf.c:11912
8259 msgid "Out of memory allocating space for histogram buckets\n"
8260 msgstr ""
8261
8262 #: readelf.c:11918 readelf.c:11994
8263 #, c-format
8264 msgid " Length  Number     %% of total  Coverage\n"
8265 msgstr ""
8266
8267 #: readelf.c:11940
8268 msgid "Out of memory allocating space for histogram counts\n"
8269 msgstr ""
8270
8271 #: readelf.c:11980
8272 #, c-format
8273 msgid ""
8274 "\n"
8275 "Histogram for `.gnu.hash' bucket list length (total of %lu bucket):\n"
8276 msgid_plural ""
8277 "\n"
8278 "Histogram for `.gnu.hash' bucket list length (total of %lu buckets):\n"
8279 msgstr[0] ""
8280 msgstr[1] ""
8281
8282 #: readelf.c:11990
8283 msgid "Out of memory allocating space for gnu histogram buckets\n"
8284 msgstr ""
8285
8286 #: readelf.c:12016
8287 msgid "Out of memory allocating space for gnu histogram counts\n"
8288 msgstr ""
8289
8290 #: readelf.c:12061
8291 #, c-format
8292 msgid ""
8293 "\n"
8294 "Dynamic info segment at offset 0x%lx contains %d entry:\n"
8295 msgid_plural ""
8296 "\n"
8297 "Dynamic info segment at offset 0x%lx contains %d entries:\n"
8298 msgstr[0] ""
8299 msgstr[1] ""
8300
8301 #: readelf.c:12068
8302 #, c-format
8303 msgid " Num: Name                           BoundTo     Flags\n"
8304 msgstr ""
8305
8306 #: readelf.c:12075
8307 #, c-format
8308 msgid "<corrupt index>"
8309 msgstr ""
8310
8311 #: readelf.c:12079
8312 #, c-format
8313 msgid "<corrupt: %19ld>"
8314 msgstr ""
8315
8316 #: readelf.c:12168
8317 #, c-format
8318 msgid "MSP430 SYM_DIFF reloc contains invalid symbol index %lu\n"
8319 msgstr ""
8320
8321 #: readelf.c:12197
8322 #, c-format
8323 msgid "MSP430 reloc contains invalid symbol index %lu\n"
8324 msgstr ""
8325
8326 #. PR 21137
8327 #: readelf.c:12208
8328 #, c-format
8329 msgid "MSP430 sym diff reloc contains invalid offset: 0x%lx\n"
8330 msgstr ""
8331
8332 #: readelf.c:12219
8333 msgid "Unhandled MSP430 reloc type found after SYM_DIFF reloc\n"
8334 msgstr ""
8335
8336 #: readelf.c:12242
8337 #, c-format
8338 msgid "MN10300_SYM_DIFF reloc contains invalid symbol index %lu\n"
8339 msgstr ""
8340
8341 #: readelf.c:12256
8342 #, c-format
8343 msgid "MN10300 reloc contains invalid symbol index %lu\n"
8344 msgstr ""
8345
8346 #: readelf.c:12266
8347 #, c-format
8348 msgid "MN10300 sym diff reloc contains invalid offset: 0x%lx\n"
8349 msgstr ""
8350
8351 #: readelf.c:12276
8352 msgid "Unhandled MN10300 reloc type found after SYM_DIFF reloc\n"
8353 msgstr ""
8354
8355 #: readelf.c:12299
8356 #, c-format
8357 msgid "RL78_SYM reloc contains invalid symbol index %lu\n"
8358 msgstr ""
8359
8360 #: readelf.c:12318 readelf.c:12327
8361 #, c-format
8362 msgid "RL78 sym diff reloc contains invalid offset: 0x%lx\n"
8363 msgstr ""
8364
8365 #: readelf.c:12542
8366 #, c-format
8367 msgid ""
8368 "Missing knowledge of 32-bit reloc types used in DWARF sections of machine "
8369 "number %d\n"
8370 msgstr ""
8371
8372 #: readelf.c:13209
8373 #, c-format
8374 msgid "unable to apply unsupported reloc type %d to section %s\n"
8375 msgstr ""
8376
8377 #: readelf.c:13218
8378 #, c-format
8379 msgid "skipping invalid relocation offset 0x%lx in section %s\n"
8380 msgstr ""
8381
8382 #: readelf.c:13227
8383 #, c-format
8384 msgid "skipping invalid relocation symbol index 0x%lx in section %s\n"
8385 msgstr ""
8386
8387 #: readelf.c:13250
8388 #, c-format
8389 msgid "skipping unexpected symbol type %s in section %s relocation %ld\n"
8390 msgstr ""
8391
8392 #: readelf.c:13327
8393 #, c-format
8394 msgid ""
8395 "\n"
8396 "Assembly dump of section %s\n"
8397 msgstr ""
8398
8399 #: readelf.c:13345
8400 #, c-format
8401 msgid "Section '%s' has no data to dump.\n"
8402 msgstr ""
8403
8404 #: readelf.c:13351
8405 msgid "section contents"
8406 msgstr ""
8407
8408 #: readelf.c:13426
8409 #, c-format
8410 msgid ""
8411 "\n"
8412 "String dump of section '%s':\n"
8413 msgstr ""
8414
8415 #: readelf.c:13442 readelf.c:13583 readelf.c:13752
8416 #, c-format
8417 msgid "section '%s' has unsupported compress type: %d\n"
8418 msgstr ""
8419
8420 #: readelf.c:13474 readelf.c:13617 readelf.c:13789
8421 #, c-format
8422 msgid "Unable to decompress section %s\n"
8423 msgstr ""
8424
8425 #: readelf.c:13499
8426 #, c-format
8427 msgid ""
8428 "  Note: This section has relocations against it, but these have NOT been "
8429 "applied to this dump.\n"
8430 msgstr ""
8431
8432 #: readelf.c:13532 readelf.c:14621 readelf.c:14664 readelf.c:14712
8433 #: readelf.c:14744
8434 #, c-format
8435 msgid "<corrupt>\n"
8436 msgstr ""
8437
8438 #: readelf.c:13540
8439 #, c-format
8440 msgid "  No strings found in this section."
8441 msgstr ""
8442
8443 #: readelf.c:13568
8444 #, c-format
8445 msgid ""
8446 "\n"
8447 "Hex dump of section '%s':\n"
8448 msgstr ""
8449
8450 #: readelf.c:13650
8451 #, c-format
8452 msgid ""
8453 " NOTE: This section has relocations against it, but these have NOT been "
8454 "applied to this dump.\n"
8455 msgstr ""
8456
8457 #: readelf.c:13719
8458 #, c-format
8459 msgid "%s section data"
8460 msgstr ""
8461
8462 #: readelf.c:13743
8463 #, c-format
8464 msgid "compressed section %s is too small to contain a compression header"
8465 msgstr ""
8466
8467 #: readelf.c:13899
8468 #, c-format
8469 msgid ""
8470 "\n"
8471 "Section '%s' has no debugging data.\n"
8472 msgstr ""
8473
8474 #. There is no point in dumping the contents of a debugging section
8475 #. which has the NOBITS type - the bits in the file will be random.
8476 #. This can happen when a file containing a .eh_frame section is
8477 #. stripped with the --only-keep-debug command line option.
8478 #: readelf.c:13908
8479 #, c-format
8480 msgid "section '%s' has the NOBITS type - its contents are unreliable.\n"
8481 msgstr ""
8482
8483 #: readelf.c:13958
8484 #, c-format
8485 msgid "Unrecognized debug section: %s\n"
8486 msgstr ""
8487
8488 #: readelf.c:13986
8489 #, c-format
8490 msgid "Section '%s' was not dumped because it does not exist!\n"
8491 msgstr ""
8492
8493 #: readelf.c:14047
8494 #, c-format
8495 msgid "Section %d was not dumped because it does not exist!\n"
8496 msgstr ""
8497
8498 #: readelf.c:14104
8499 msgid "<corrupt tag>\n"
8500 msgstr ""
8501
8502 #: readelf.c:14119
8503 #, c-format
8504 msgid "<corrupt string tag>"
8505 msgstr ""
8506
8507 #: readelf.c:14159
8508 #, c-format
8509 msgid "Absent/Non standard\n"
8510 msgstr ""
8511
8512 #: readelf.c:14162
8513 #, c-format
8514 msgid "Bare metal/mwdt\n"
8515 msgstr ""
8516
8517 #: readelf.c:14165
8518 #, c-format
8519 msgid "Bare metal/newlib\n"
8520 msgstr ""
8521
8522 #: readelf.c:14168
8523 #, c-format
8524 msgid "Linux/uclibc\n"
8525 msgstr ""
8526
8527 #: readelf.c:14171
8528 #, c-format
8529 msgid "Linux/glibc\n"
8530 msgstr ""
8531
8532 #: readelf.c:14174 readelf.c:14258
8533 #, c-format
8534 msgid "Unknown\n"
8535 msgstr ""
8536
8537 #: readelf.c:14187 readelf.c:14218 readelf.c:14249
8538 #, c-format
8539 msgid "Absent\n"
8540 msgstr ""
8541
8542 #: readelf.c:14231
8543 msgid "yes"
8544 msgstr ""
8545
8546 #: readelf.c:14231
8547 msgid "no"
8548 msgstr ""
8549
8550 #: readelf.c:14272 readelf.c:14280
8551 msgid "default"
8552 msgstr ""
8553
8554 #: readelf.c:14273
8555 msgid "smallest"
8556 msgstr ""
8557
8558 #: readelf.c:14279
8559 msgid "OPTFP"
8560 msgstr ""
8561
8562 #: readelf.c:14479 readelf.c:14493 readelf.c:14512 readelf.c:15020
8563 #: readelf.c:15311 readelf.c:15324 readelf.c:15337
8564 #, c-format
8565 msgid "None\n"
8566 msgstr ""
8567
8568 #: readelf.c:14480
8569 #, c-format
8570 msgid "Application\n"
8571 msgstr ""
8572
8573 #: readelf.c:14481
8574 #, c-format
8575 msgid "Realtime\n"
8576 msgstr ""
8577
8578 #: readelf.c:14482
8579 #, c-format
8580 msgid "Microcontroller\n"
8581 msgstr ""
8582
8583 #: readelf.c:14483
8584 #, c-format
8585 msgid "Application or Realtime\n"
8586 msgstr ""
8587
8588 #: readelf.c:14494 readelf.c:14514 readelf.c:15074 readelf.c:15092
8589 #: readelf.c:15167 readelf.c:15188 readelf.c:17674
8590 #, c-format
8591 msgid "8-byte\n"
8592 msgstr ""
8593
8594 #: readelf.c:14495 readelf.c:15170 readelf.c:15191 readelf.c:17673
8595 #, c-format
8596 msgid "4-byte\n"
8597 msgstr ""
8598
8599 #: readelf.c:14499 readelf.c:14518
8600 #, c-format
8601 msgid "8-byte and up to %d-byte extended\n"
8602 msgstr ""
8603
8604 #: readelf.c:14513
8605 #, c-format
8606 msgid "8-byte, except leaf SP\n"
8607 msgstr ""
8608
8609 #: readelf.c:14530 readelf.c:14618 readelf.c:15207
8610 #, c-format
8611 msgid "flag = %d, vendor = "
8612 msgstr ""
8613
8614 #: readelf.c:14551
8615 #, c-format
8616 msgid "True\n"
8617 msgstr ""
8618
8619 #: readelf.c:14573
8620 #, c-format
8621 msgid "<unknown: %d>\n"
8622 msgstr ""
8623
8624 #: readelf.c:14622
8625 msgid "corrupt vendor attribute\n"
8626 msgstr ""
8627
8628 #: readelf.c:14674
8629 #, c-format
8630 msgid "unspecified hard/soft float, "
8631 msgstr ""
8632
8633 #: readelf.c:14677
8634 #, c-format
8635 msgid "hard float, "
8636 msgstr ""
8637
8638 #: readelf.c:14680
8639 #, c-format
8640 msgid "soft float, "
8641 msgstr ""
8642
8643 #: readelf.c:14683
8644 #, c-format
8645 msgid "single-precision hard float, "
8646 msgstr ""
8647
8648 #: readelf.c:14690
8649 #, c-format
8650 msgid "unspecified long double\n"
8651 msgstr ""
8652
8653 #: readelf.c:14693
8654 #, c-format
8655 msgid "128-bit IBM long double\n"
8656 msgstr ""
8657
8658 #: readelf.c:14696
8659 #, c-format
8660 msgid "64-bit long double\n"
8661 msgstr ""
8662
8663 #: readelf.c:14699
8664 #, c-format
8665 msgid "128-bit IEEE long double\n"
8666 msgstr ""
8667
8668 #: readelf.c:14722 readelf.c:14754
8669 #, c-format
8670 msgid "unspecified\n"
8671 msgstr ""
8672
8673 #: readelf.c:14725
8674 #, c-format
8675 msgid "generic\n"
8676 msgstr ""
8677
8678 #: readelf.c:14760
8679 #, c-format
8680 msgid "memory\n"
8681 msgstr ""
8682
8683 #: readelf.c:14789
8684 #, c-format
8685 msgid "any\n"
8686 msgstr ""
8687
8688 #: readelf.c:14792
8689 #, c-format
8690 msgid "software\n"
8691 msgstr ""
8692
8693 #: readelf.c:14795
8694 #, c-format
8695 msgid "hardware\n"
8696 msgstr ""
8697
8698 #: readelf.c:14921
8699 #, c-format
8700 msgid "Hard or soft float\n"
8701 msgstr ""
8702
8703 #: readelf.c:14924
8704 #, c-format
8705 msgid "Hard float (double precision)\n"
8706 msgstr ""
8707
8708 #: readelf.c:14927
8709 #, c-format
8710 msgid "Hard float (single precision)\n"
8711 msgstr ""
8712
8713 #: readelf.c:14930
8714 #, c-format
8715 msgid "Soft float\n"
8716 msgstr ""
8717
8718 #: readelf.c:14933
8719 #, c-format
8720 msgid "Hard float (MIPS32r2 64-bit FPU 12 callee-saved)\n"
8721 msgstr ""
8722
8723 #: readelf.c:14936
8724 #, c-format
8725 msgid "Hard float (32-bit CPU, Any FPU)\n"
8726 msgstr ""
8727
8728 #: readelf.c:14939
8729 #, c-format
8730 msgid "Hard float (32-bit CPU, 64-bit FPU)\n"
8731 msgstr ""
8732
8733 #: readelf.c:14942
8734 #, c-format
8735 msgid "Hard float compat (32-bit CPU, 64-bit FPU)\n"
8736 msgstr ""
8737
8738 #: readelf.c:14945
8739 #, c-format
8740 msgid "NaN 2008 compatibility\n"
8741 msgstr ""
8742
8743 #: readelf.c:14984
8744 #, c-format
8745 msgid "Any MSA or not\n"
8746 msgstr ""
8747
8748 #: readelf.c:14987
8749 #, c-format
8750 msgid "128-bit MSA\n"
8751 msgstr ""
8752
8753 #: readelf.c:15053
8754 #, c-format
8755 msgid "Not used\n"
8756 msgstr ""
8757
8758 #: readelf.c:15056
8759 #, c-format
8760 msgid "2 bytes\n"
8761 msgstr ""
8762
8763 #: readelf.c:15059
8764 #, c-format
8765 msgid "4 bytes\n"
8766 msgstr ""
8767
8768 #: readelf.c:15077 readelf.c:15095 readelf.c:15173 readelf.c:15194
8769 #, c-format
8770 msgid "16-byte\n"
8771 msgstr ""
8772
8773 #: readelf.c:15110
8774 #, c-format
8775 msgid "DSBT addressing not used\n"
8776 msgstr ""
8777
8778 #: readelf.c:15113
8779 #, c-format
8780 msgid "DSBT addressing used\n"
8781 msgstr ""
8782
8783 #: readelf.c:15128
8784 #, c-format
8785 msgid "Data addressing position-dependent\n"
8786 msgstr ""
8787
8788 #: readelf.c:15131
8789 #, c-format
8790 msgid "Data addressing position-independent, GOT near DP\n"
8791 msgstr ""
8792
8793 #: readelf.c:15134
8794 #, c-format
8795 msgid "Data addressing position-independent, GOT far from DP\n"
8796 msgstr ""
8797
8798 #: readelf.c:15149
8799 #, c-format
8800 msgid "Code addressing position-dependent\n"
8801 msgstr ""
8802
8803 #: readelf.c:15152
8804 #, c-format
8805 msgid "Code addressing position-independent\n"
8806 msgstr ""
8807
8808 #: readelf.c:15312
8809 #, c-format
8810 msgid "MSP430\n"
8811 msgstr ""
8812
8813 #: readelf.c:15313
8814 #, c-format
8815 msgid "MSP430X\n"
8816 msgstr ""
8817
8818 #: readelf.c:15325 readelf.c:15338
8819 #, c-format
8820 msgid "Small\n"
8821 msgstr ""
8822
8823 #: readelf.c:15326 readelf.c:15339
8824 #, c-format
8825 msgid "Large\n"
8826 msgstr ""
8827
8828 #: readelf.c:15340
8829 #, c-format
8830 msgid "Restricted Large\n"
8831 msgstr ""
8832
8833 #: readelf.c:15346
8834 #, c-format
8835 msgid "  <unknown tag %d>: "
8836 msgstr ""
8837
8838 #: readelf.c:15430
8839 #, c-format
8840 msgid "%d\n"
8841 msgstr ""
8842
8843 #: readelf.c:15438
8844 #, c-format
8845 msgid "No unaligned access\n"
8846 msgstr ""
8847
8848 #: readelf.c:15441
8849 #, c-format
8850 msgid "Unaligned access\n"
8851 msgstr ""
8852
8853 #: readelf.c:15448
8854 #, c-format
8855 msgid "%d-bytes\n"
8856 msgstr ""
8857
8858 #: readelf.c:15483
8859 msgid "attributes"
8860 msgstr ""
8861
8862 #: readelf.c:15495
8863 #, c-format
8864 msgid "Unknown attributes version '%c'(%d) - expecting 'A'\n"
8865 msgstr ""
8866
8867 #: readelf.c:15514
8868 msgid "Tag section ends prematurely\n"
8869 msgstr ""
8870
8871 #: readelf.c:15523
8872 #, c-format
8873 msgid "Bad attribute length (%u > %u)\n"
8874 msgstr ""
8875
8876 #: readelf.c:15531
8877 #, c-format
8878 msgid "Attribute length of %u is too small\n"
8879 msgstr ""
8880
8881 #: readelf.c:15542
8882 msgid "Corrupt attribute section name\n"
8883 msgstr ""
8884
8885 #: readelf.c:15547
8886 #, c-format
8887 msgid "Attribute Section: "
8888 msgstr ""
8889
8890 #: readelf.c:15574
8891 msgid "Unused bytes at end of section\n"
8892 msgstr ""
8893
8894 #: readelf.c:15584
8895 #, c-format
8896 msgid "Bad subsection length (%u > %u)\n"
8897 msgstr ""
8898
8899 #: readelf.c:15592
8900 #, c-format
8901 msgid "Bad subsection length (%u < 6)\n"
8902 msgstr ""
8903
8904 #: readelf.c:15607
8905 #, c-format
8906 msgid "File Attributes\n"
8907 msgstr ""
8908
8909 #: readelf.c:15610
8910 #, c-format
8911 msgid "Section Attributes:"
8912 msgstr ""
8913
8914 #: readelf.c:15613
8915 #, c-format
8916 msgid "Symbol Attributes:"
8917 msgstr ""
8918
8919 #: readelf.c:15629
8920 #, c-format
8921 msgid "Unknown tag: %d\n"
8922 msgstr ""
8923
8924 #: readelf.c:15650
8925 #, c-format
8926 msgid "  Unknown attribute:\n"
8927 msgstr ""
8928
8929 #: readelf.c:15692
8930 msgid "MIPS GOT entry extends beyond the end of available data\n"
8931 msgstr ""
8932
8933 #: readelf.c:15775 readelf.c:15844
8934 msgid "Unknown"
8935 msgstr ""
8936
8937 #: readelf.c:15891
8938 msgid "Corrupt MIPS ABI Flags section.\n"
8939 msgstr ""
8940
8941 #: readelf.c:15897
8942 msgid "MIPS ABI Flags section"
8943 msgstr ""
8944
8945 #: readelf.c:15956 readelf.c:16504
8946 msgid "Global Offset Table data"
8947 msgstr ""
8948
8949 #: readelf.c:15960
8950 #, c-format
8951 msgid ""
8952 "\n"
8953 "Static GOT:\n"
8954 msgstr ""
8955
8956 #: readelf.c:15961 readelf.c:16509
8957 #, c-format
8958 msgid " Canonical gp value: "
8959 msgstr ""
8960
8961 #: readelf.c:15975 readelf.c:16513 readelf.c:16640
8962 #, c-format
8963 msgid " Reserved entries:\n"
8964 msgstr ""
8965
8966 #: readelf.c:15976
8967 #, c-format
8968 msgid "  %*s %10s %*s\n"
8969 msgstr ""
8970
8971 #: readelf.c:15977 readelf.c:16007 readelf.c:16515 readelf.c:16543
8972 #: readelf.c:16561 readelf.c:16642 readelf.c:16651
8973 msgid "Address"
8974 msgstr ""
8975
8976 #: readelf.c:15977 readelf.c:16007 readelf.c:16515 readelf.c:16543
8977 #: readelf.c:16562
8978 msgid "Access"
8979 msgstr ""
8980
8981 #: readelf.c:15978 readelf.c:16008
8982 msgid "Value"
8983 msgstr ""
8984
8985 #: readelf.c:16005 readelf.c:16541
8986 #, c-format
8987 msgid " Local entries:\n"
8988 msgstr ""
8989
8990 #: readelf.c:16087 readelf.c:16754
8991 msgid "liblist section data"
8992 msgstr ""
8993
8994 #: readelf.c:16090
8995 #, c-format
8996 msgid ""
8997 "\n"
8998 "Section '.liblist' contains %lu entry:\n"
8999 msgid_plural ""
9000 "\n"
9001 "Section '.liblist' contains %lu entries:\n"
9002 msgstr[0] ""
9003 msgstr[1] ""
9004
9005 #: readelf.c:16094
9006 msgid ""
9007 "     Library              Time Stamp          Checksum   Version Flags\n"
9008 msgstr ""
9009
9010 #: readelf.c:16120
9011 #, c-format
9012 msgid "<corrupt: %9ld>"
9013 msgstr ""
9014
9015 #: readelf.c:16125
9016 msgid " NONE"
9017 msgstr ""
9018
9019 #: readelf.c:16178
9020 msgid "No MIPS_OPTIONS header found\n"
9021 msgstr ""
9022
9023 #: readelf.c:16183
9024 msgid "options"
9025 msgstr ""
9026
9027 #: readelf.c:16190
9028 msgid "Out of memory allocating space for MIPS options\n"
9029 msgstr ""
9030
9031 #: readelf.c:16212
9032 #, c-format
9033 msgid "Invalid size (%u) for MIPS option\n"
9034 msgstr ""
9035
9036 #: readelf.c:16221
9037 #, c-format
9038 msgid ""
9039 "\n"
9040 "Section '%s' contains %d entry:\n"
9041 msgid_plural ""
9042 "\n"
9043 "Section '%s' contains %d entries:\n"
9044 msgstr[0] ""
9045 msgstr[1] ""
9046
9047 #: readelf.c:16392
9048 msgid "conflict list found without a dynamic symbol table\n"
9049 msgstr ""
9050
9051 #: readelf.c:16400
9052 #, c-format
9053 msgid "Overlarge number of conflicts detected: %lx\n"
9054 msgstr ""
9055
9056 #: readelf.c:16408
9057 msgid "Out of memory allocating space for dynamic conflicts\n"
9058 msgstr ""
9059
9060 #: readelf.c:16418 readelf.c:16433
9061 msgid "conflict"
9062 msgstr ""
9063
9064 #: readelf.c:16443
9065 #, c-format
9066 msgid ""
9067 "\n"
9068 "Section '.conflict' contains %lu entry:\n"
9069 msgid_plural ""
9070 "\n"
9071 "Section '.conflict' contains %lu entries:\n"
9072 msgstr[0] ""
9073 msgstr[1] ""
9074
9075 #: readelf.c:16447
9076 msgid "  Num:    Index       Value  Name"
9077 msgstr ""
9078
9079 #: readelf.c:16454
9080 #, c-format
9081 msgid "<corrupt symbol index>"
9082 msgstr ""
9083
9084 #: readelf.c:16465 readelf.c:16590 readelf.c:16675
9085 #, c-format
9086 msgid "<corrupt: %14ld>"
9087 msgstr ""
9088
9089 #: readelf.c:16488
9090 #, c-format
9091 msgid ""
9092 "The GOT symbol offset (%lu) is greater than the symbol table size (%lu)\n"
9093 msgstr ""
9094
9095 #: readelf.c:16497
9096 #, c-format
9097 msgid "Too many GOT symbols: %lu\n"
9098 msgstr ""
9099
9100 #: readelf.c:16508
9101 #, c-format
9102 msgid ""
9103 "\n"
9104 "Primary GOT:\n"
9105 msgstr ""
9106
9107 #: readelf.c:16514
9108 #, c-format
9109 msgid "  %*s %10s %*s Purpose\n"
9110 msgstr ""
9111
9112 #: readelf.c:16516 readelf.c:16544 readelf.c:16563 readelf.c:16642
9113 #: readelf.c:16652
9114 msgid "Initial"
9115 msgstr ""
9116
9117 #: readelf.c:16518
9118 #, c-format
9119 msgid " Lazy resolver\n"
9120 msgstr ""
9121
9122 #: readelf.c:16533
9123 #, c-format
9124 msgid " Module pointer (GNU extension)\n"
9125 msgstr ""
9126
9127 #: readelf.c:16559
9128 #, c-format
9129 msgid " Global entries:\n"
9130 msgstr ""
9131
9132 #: readelf.c:16564 readelf.c:16653
9133 msgid "Sym.Val."
9134 msgstr ""
9135
9136 #. Note for translators: "Ndx" = abbreviated form of "Index".
9137 #: readelf.c:16567 readelf.c:16653
9138 msgid "Ndx"
9139 msgstr ""
9140
9141 #: readelf.c:16567 readelf.c:16653
9142 msgid "Name"
9143 msgstr ""
9144
9145 #: readelf.c:16577
9146 #, c-format
9147 msgid "<no dynamic symbols>"
9148 msgstr ""
9149
9150 #: readelf.c:16593
9151 #, c-format
9152 msgid "<symbol index %lu exceeds number of dynamic symbols>"
9153 msgstr ""
9154
9155 #: readelf.c:16635
9156 msgid "Procedure Linkage Table data"
9157 msgstr ""
9158
9159 #: readelf.c:16641
9160 #, c-format
9161 msgid "  %*s %*s Purpose\n"
9162 msgstr ""
9163
9164 #: readelf.c:16644
9165 #, c-format
9166 msgid " PLT lazy resolver\n"
9167 msgstr ""
9168
9169 #: readelf.c:16646
9170 #, c-format
9171 msgid " Module pointer\n"
9172 msgstr ""
9173
9174 #: readelf.c:16649
9175 #, c-format
9176 msgid " Entries:\n"
9177 msgstr ""
9178
9179 #: readelf.c:16663
9180 #, c-format
9181 msgid "<corrupt symbol index: %lu>"
9182 msgstr ""
9183
9184 #: readelf.c:16701
9185 msgid "NDS32 elf flags section"
9186 msgstr ""
9187
9188 #: readelf.c:16765
9189 msgid "liblist string table"
9190 msgstr ""
9191
9192 #: readelf.c:16777
9193 #, c-format
9194 msgid ""
9195 "\n"
9196 "Library list section '%s' contains %lu entries:\n"
9197 msgid_plural ""
9198 "\n"
9199 "Library list section '%s' contains %lu entries:\n"
9200 msgstr[0] ""
9201 msgstr[1] ""
9202
9203 #: readelf.c:16783
9204 msgid "     Library              Time Stamp          Checksum   Version Flags"
9205 msgstr ""
9206
9207 #: readelf.c:16833
9208 msgid "NT_AUXV (auxiliary vector)"
9209 msgstr ""
9210
9211 #: readelf.c:16835
9212 msgid "NT_PRSTATUS (prstatus structure)"
9213 msgstr ""
9214
9215 #: readelf.c:16837
9216 msgid "NT_FPREGSET (floating point registers)"
9217 msgstr ""
9218
9219 #: readelf.c:16839
9220 msgid "NT_PRPSINFO (prpsinfo structure)"
9221 msgstr ""
9222
9223 #: readelf.c:16841
9224 msgid "NT_TASKSTRUCT (task structure)"
9225 msgstr ""
9226
9227 #: readelf.c:16843
9228 msgid "NT_PRXFPREG (user_xfpregs structure)"
9229 msgstr ""
9230
9231 #: readelf.c:16845
9232 msgid "NT_PPC_VMX (ppc Altivec registers)"
9233 msgstr ""
9234
9235 #: readelf.c:16847
9236 msgid "NT_PPC_VSX (ppc VSX registers)"
9237 msgstr ""
9238
9239 #: readelf.c:16849
9240 msgid "NT_PPC_TAR (ppc TAR register)"
9241 msgstr ""
9242
9243 #: readelf.c:16851
9244 msgid "NT_PPC_PPR (ppc PPR register)"
9245 msgstr ""
9246
9247 #: readelf.c:16853
9248 msgid "NT_PPC_DSCR (ppc DSCR register)"
9249 msgstr ""
9250
9251 #: readelf.c:16855
9252 msgid "NT_PPC_EBB (ppc EBB registers)"
9253 msgstr ""
9254
9255 #: readelf.c:16857
9256 msgid "NT_PPC_PMU (ppc PMU registers)"
9257 msgstr ""
9258
9259 #: readelf.c:16859
9260 msgid "NT_PPC_TM_CGPR (ppc checkpointed GPR registers)"
9261 msgstr ""
9262
9263 #: readelf.c:16861
9264 msgid "NT_PPC_TM_CFPR (ppc checkpointed floating point registers)"
9265 msgstr ""
9266
9267 #: readelf.c:16863
9268 msgid "NT_PPC_TM_CVMX (ppc checkpointed Altivec registers)"
9269 msgstr ""
9270
9271 #: readelf.c:16865
9272 msgid "NT_PPC_TM_CVSX (ppc checkpointed VSX registers)"
9273 msgstr ""
9274
9275 #: readelf.c:16867
9276 msgid "NT_PPC_TM_SPR (ppc TM special purpose registers)"
9277 msgstr ""
9278
9279 #: readelf.c:16869
9280 msgid "NT_PPC_TM_CTAR (ppc checkpointed TAR register)"
9281 msgstr ""
9282
9283 #: readelf.c:16871
9284 msgid "NT_PPC_TM_CPPR (ppc checkpointed PPR register)"
9285 msgstr ""
9286
9287 #: readelf.c:16873
9288 msgid "NT_PPC_TM_CDSCR (ppc checkpointed DSCR register)"
9289 msgstr ""
9290
9291 #: readelf.c:16875
9292 msgid "NT_386_TLS (x86 TLS information)"
9293 msgstr ""
9294
9295 #: readelf.c:16877
9296 msgid "NT_386_IOPERM (x86 I/O permissions)"
9297 msgstr ""
9298
9299 #: readelf.c:16879
9300 msgid "NT_X86_XSTATE (x86 XSAVE extended state)"
9301 msgstr ""
9302
9303 #: readelf.c:16881
9304 msgid "NT_S390_HIGH_GPRS (s390 upper register halves)"
9305 msgstr ""
9306
9307 #: readelf.c:16883
9308 msgid "NT_S390_TIMER (s390 timer register)"
9309 msgstr ""
9310
9311 #: readelf.c:16885
9312 msgid "NT_S390_TODCMP (s390 TOD comparator register)"
9313 msgstr ""
9314
9315 #: readelf.c:16887
9316 msgid "NT_S390_TODPREG (s390 TOD programmable register)"
9317 msgstr ""
9318
9319 #: readelf.c:16889
9320 msgid "NT_S390_CTRS (s390 control registers)"
9321 msgstr ""
9322
9323 #: readelf.c:16891
9324 msgid "NT_S390_PREFIX (s390 prefix register)"
9325 msgstr ""
9326
9327 #: readelf.c:16893
9328 msgid "NT_S390_LAST_BREAK (s390 last breaking event address)"
9329 msgstr ""
9330
9331 #: readelf.c:16895
9332 msgid "NT_S390_SYSTEM_CALL (s390 system call restart data)"
9333 msgstr ""
9334
9335 #: readelf.c:16897
9336 msgid "NT_S390_TDB (s390 transaction diagnostic block)"
9337 msgstr ""
9338
9339 #: readelf.c:16899
9340 msgid "NT_S390_VXRS_LOW (s390 vector registers 0-15 upper half)"
9341 msgstr ""
9342
9343 #: readelf.c:16901
9344 msgid "NT_S390_VXRS_HIGH (s390 vector registers 16-31)"
9345 msgstr ""
9346
9347 #: readelf.c:16903
9348 msgid "NT_S390_GS_CB (s390 guarded-storage registers)"
9349 msgstr ""
9350
9351 #: readelf.c:16905
9352 msgid "NT_S390_GS_BC (s390 guarded-storage broadcast control)"
9353 msgstr ""
9354
9355 #: readelf.c:16907
9356 msgid "NT_ARM_VFP (arm VFP registers)"
9357 msgstr ""
9358
9359 #: readelf.c:16909
9360 msgid "NT_ARM_TLS (AArch TLS registers)"
9361 msgstr ""
9362
9363 #: readelf.c:16911
9364 msgid "NT_ARM_HW_BREAK (AArch hardware breakpoint registers)"
9365 msgstr ""
9366
9367 #: readelf.c:16913
9368 msgid "NT_ARM_HW_WATCH (AArch hardware watchpoint registers)"
9369 msgstr ""
9370
9371 #: readelf.c:16915
9372 msgid "NT_PSTATUS (pstatus structure)"
9373 msgstr ""
9374
9375 #: readelf.c:16917
9376 msgid "NT_FPREGS (floating point registers)"
9377 msgstr ""
9378
9379 #: readelf.c:16919
9380 msgid "NT_PSINFO (psinfo structure)"
9381 msgstr ""
9382
9383 #: readelf.c:16921
9384 msgid "NT_LWPSTATUS (lwpstatus_t structure)"
9385 msgstr ""
9386
9387 #: readelf.c:16923
9388 msgid "NT_LWPSINFO (lwpsinfo_t structure)"
9389 msgstr ""
9390
9391 #: readelf.c:16925
9392 msgid "NT_WIN32PSTATUS (win32_pstatus structure)"
9393 msgstr ""
9394
9395 #: readelf.c:16927
9396 msgid "NT_SIGINFO (siginfo_t data)"
9397 msgstr ""
9398
9399 #: readelf.c:16929
9400 msgid "NT_FILE (mapped files)"
9401 msgstr ""
9402
9403 #: readelf.c:16937
9404 msgid "NT_VERSION (version)"
9405 msgstr ""
9406
9407 #: readelf.c:16939
9408 msgid "NT_ARCH (architecture)"
9409 msgstr ""
9410
9411 #: readelf.c:16941
9412 msgid "OPEN"
9413 msgstr ""
9414
9415 #: readelf.c:16943
9416 msgid "func"
9417 msgstr ""
9418
9419 #: readelf.c:16948 readelf.c:17067 readelf.c:17647 readelf.c:17791
9420 #: readelf.c:17849 readelf.c:17926
9421 #, c-format
9422 msgid "Unknown note type: (0x%08x)"
9423 msgstr ""
9424
9425 #: readelf.c:16969
9426 #, c-format
9427 msgid "    Cannot decode 64-bit note in 32-bit build\n"
9428 msgstr ""
9429
9430 #: readelf.c:16977
9431 msgid "    Malformed note - too short for header\n"
9432 msgstr ""
9433
9434 #: readelf.c:16986
9435 msgid "    Malformed note - does not end with \\0\n"
9436 msgstr ""
9437
9438 #: readelf.c:16999
9439 msgid "    Malformed note - too short for supplied file count\n"
9440 msgstr ""
9441
9442 #: readelf.c:17003
9443 #, c-format
9444 msgid "    Page size: "
9445 msgstr ""
9446
9447 #: readelf.c:17007
9448 #, c-format
9449 msgid "    %*s%*s%*s\n"
9450 msgstr ""
9451
9452 #: readelf.c:17008
9453 msgid "Start"
9454 msgstr ""
9455
9456 #: readelf.c:17009
9457 msgid "End"
9458 msgstr ""
9459
9460 #: readelf.c:17010
9461 msgid "Page Offset"
9462 msgstr ""
9463
9464 #: readelf.c:17018
9465 msgid "    Malformed note - filenames end too early\n"
9466 msgstr ""
9467
9468 #: readelf.c:17050
9469 msgid "NT_GNU_ABI_TAG (ABI version tag)"
9470 msgstr ""
9471
9472 #: readelf.c:17052
9473 msgid "NT_GNU_HWCAP (DSO-supplied software HWCAP info)"
9474 msgstr ""
9475
9476 #: readelf.c:17054
9477 msgid "NT_GNU_BUILD_ID (unique build ID bitstring)"
9478 msgstr ""
9479
9480 #: readelf.c:17056
9481 msgid "NT_GNU_GOLD_VERSION (gold version)"
9482 msgstr ""
9483
9484 #: readelf.c:17058
9485 msgid "NT_GNU_PROPERTY_TYPE_0"
9486 msgstr ""
9487
9488 #: readelf.c:17060
9489 msgid "NT_GNU_BUILD_ATTRIBUTE_OPEN"
9490 msgstr ""
9491
9492 #: readelf.c:17062
9493 msgid "NT_GNU_BUILD_ATTRIBUTE_FUNC"
9494 msgstr ""
9495
9496 #: readelf.c:17151 readelf.c:17248 readelf.c:17279
9497 #, c-format
9498 msgid "<None>"
9499 msgstr ""
9500
9501 #: readelf.c:17336
9502 #, c-format
9503 msgid "      Properties: "
9504 msgstr ""
9505
9506 #: readelf.c:17340
9507 #, c-format
9508 msgid "<corrupt GNU_PROPERTY_TYPE, size = %#lx>\n"
9509 msgstr ""
9510
9511 #: readelf.c:17352
9512 #, c-format
9513 msgid "<corrupt descsz: %#lx>\n"
9514 msgstr ""
9515
9516 #: readelf.c:17363
9517 #, c-format
9518 msgid "<corrupt type (%#x) datasz: %#x>\n"
9519 msgstr ""
9520
9521 #: readelf.c:17385 readelf.c:17439
9522 #, c-format
9523 msgid "x86 ISA used: <corrupt length: %#x> "
9524 msgstr ""
9525
9526 #: readelf.c:17396 readelf.c:17450
9527 #, c-format
9528 msgid "x86 ISA needed: <corrupt length: %#x> "
9529 msgstr ""
9530
9531 #: readelf.c:17407
9532 #, c-format
9533 msgid "x86 feature: <corrupt length: %#x> "
9534 msgstr ""
9535
9536 #: readelf.c:17418
9537 #, c-format
9538 msgid "x86 feature used: <corrupt length: %#x> "
9539 msgstr ""
9540
9541 #: readelf.c:17429
9542 #, c-format
9543 msgid "x86 feature needed: <corrupt length: %#x> "
9544 msgstr ""
9545
9546 #: readelf.c:17469
9547 #, c-format
9548 msgid "stack size: "
9549 msgstr ""
9550
9551 #: readelf.c:17471 readelf.c:17479
9552 #, c-format
9553 msgid "<corrupt length: %#x> "
9554 msgstr ""
9555
9556 #: readelf.c:17488
9557 #, c-format
9558 msgid "<unknown type %#x data: "
9559 msgstr ""
9560
9561 #: readelf.c:17490
9562 #, c-format
9563 msgid "<procesor-specific type %#x data: "
9564 msgstr ""
9565
9566 #: readelf.c:17492
9567 #, c-format
9568 msgid "<application-specific type %#x data: "
9569 msgstr ""
9570
9571 #: readelf.c:17521
9572 #, c-format
9573 msgid "    Build ID: "
9574 msgstr ""
9575
9576 #: readelf.c:17536
9577 #, c-format
9578 msgid "    <corrupt GNU_ABI_TAG>\n"
9579 msgstr ""
9580
9581 #: readelf.c:17573
9582 #, c-format
9583 msgid "    OS: %s, ABI: %ld.%ld.%ld\n"
9584 msgstr ""
9585
9586 #: readelf.c:17582
9587 #, c-format
9588 msgid "    Version: "
9589 msgstr ""
9590
9591 #. Hardware capabilities information.  Word 0 is the number of entries.
9592 #. Word 1 is a bitmask of enabled entries.  The rest of the descriptor
9593 #. is a series of entries, where each entry is a single byte followed
9594 #. by a nul terminated string.  The byte gives the bit number to test
9595 #. if enabled in the bitmask.
9596 #: readelf.c:17598
9597 #, c-format
9598 msgid "      Hardware Capabilities: "
9599 msgstr ""
9600
9601 #: readelf.c:17601
9602 msgid "<corrupt GNU_HWCAP>\n"
9603 msgstr ""
9604
9605 #: readelf.c:17606
9606 #, c-format
9607 msgid "num entries: %ld, enabled mask: %lx\n"
9608 msgstr ""
9609
9610 #: readelf.c:17622
9611 #, c-format
9612 msgid "    Description data: "
9613 msgstr ""
9614
9615 #: readelf.c:17640
9616 msgid "Alignment of 8-byte objects"
9617 msgstr ""
9618
9619 #: readelf.c:17641
9620 msgid "Sizeof double and long double"
9621 msgstr ""
9622
9623 #: readelf.c:17642
9624 msgid "Type of FPU support needed"
9625 msgstr ""
9626
9627 #: readelf.c:17643
9628 msgid "Use of SIMD instructions"
9629 msgstr ""
9630
9631 #: readelf.c:17644
9632 msgid "Use of cache"
9633 msgstr ""
9634
9635 #: readelf.c:17645
9636 msgid "Use of MMU"
9637 msgstr ""
9638
9639 #: readelf.c:17681
9640 #, c-format
9641 msgid "4-bytes\n"
9642 msgstr ""
9643
9644 #: readelf.c:17682
9645 #, c-format
9646 msgid "8-bytes\n"
9647 msgstr ""
9648
9649 #: readelf.c:17689
9650 #, c-format
9651 msgid "FPU-2.0\n"
9652 msgstr ""
9653
9654 #: readelf.c:17690
9655 #, c-format
9656 msgid "FPU-3.0\n"
9657 msgstr ""
9658
9659 #: readelf.c:17699
9660 #, c-format
9661 msgid "yes\n"
9662 msgstr ""
9663
9664 #: readelf.c:17709
9665 #, c-format
9666 msgid "unknown value: %x\n"
9667 msgstr ""
9668
9669 #: readelf.c:17751
9670 msgid "NT_THRMISC (thrmisc structure)"
9671 msgstr ""
9672
9673 #: readelf.c:17753
9674 msgid "NT_PROCSTAT_PROC (proc data)"
9675 msgstr ""
9676
9677 #: readelf.c:17755
9678 msgid "NT_PROCSTAT_FILES (files data)"
9679 msgstr ""
9680
9681 #: readelf.c:17757
9682 msgid "NT_PROCSTAT_VMMAP (vmmap data)"
9683 msgstr ""
9684
9685 #: readelf.c:17759
9686 msgid "NT_PROCSTAT_GROUPS (groups data)"
9687 msgstr ""
9688
9689 #: readelf.c:17761
9690 msgid "NT_PROCSTAT_UMASK (umask data)"
9691 msgstr ""
9692
9693 #: readelf.c:17763
9694 msgid "NT_PROCSTAT_RLIMIT (rlimit data)"
9695 msgstr ""
9696
9697 #: readelf.c:17765
9698 msgid "NT_PROCSTAT_OSREL (osreldate data)"
9699 msgstr ""
9700
9701 #: readelf.c:17767
9702 msgid "NT_PROCSTAT_PSSTRINGS (ps_strings data)"
9703 msgstr ""
9704
9705 #: readelf.c:17769
9706 msgid "NT_PROCSTAT_AUXV (auxv data)"
9707 msgstr ""
9708
9709 #: readelf.c:17771
9710 msgid "NT_PTLWPINFO (ptrace_lwpinfo structure)"
9711 msgstr ""
9712
9713 #: readelf.c:17782
9714 msgid "NetBSD procinfo structure"
9715 msgstr ""
9716
9717 #: readelf.c:17808 readelf.c:17822
9718 msgid "PT_GETREGS (reg structure)"
9719 msgstr ""
9720
9721 #: readelf.c:17810 readelf.c:17824
9722 msgid "PT_GETFPREGS (fpreg structure)"
9723 msgstr ""
9724
9725 #: readelf.c:17843
9726 msgid "NT_STAPSDT (SystemTap probe descriptors)"
9727 msgstr ""
9728
9729 #: readelf.c:17876
9730 #, c-format
9731 msgid "    Provider: %s\n"
9732 msgstr ""
9733
9734 #: readelf.c:17877
9735 #, c-format
9736 msgid "    Name: %s\n"
9737 msgstr ""
9738
9739 #: readelf.c:17878
9740 #, c-format
9741 msgid "    Location: "
9742 msgstr ""
9743
9744 #: readelf.c:17880
9745 #, c-format
9746 msgid ", Base: "
9747 msgstr ""
9748
9749 #: readelf.c:17882
9750 #, c-format
9751 msgid ", Semaphore: "
9752 msgstr ""
9753
9754 #: readelf.c:17885
9755 #, c-format
9756 msgid "    Arguments: %s\n"
9757 msgstr ""
9758
9759 #: readelf.c:17898
9760 msgid "NT_VMS_MHD (module header)"
9761 msgstr ""
9762
9763 #: readelf.c:17900
9764 msgid "NT_VMS_LNM (language name)"
9765 msgstr ""
9766
9767 #: readelf.c:17902
9768 msgid "NT_VMS_SRC (source files)"
9769 msgstr ""
9770
9771 #: readelf.c:17906
9772 msgid "NT_VMS_EIDC (consistency check)"
9773 msgstr ""
9774
9775 #: readelf.c:17908
9776 msgid "NT_VMS_FPMODE (FP mode)"
9777 msgstr ""
9778
9779 #: readelf.c:17912
9780 msgid "NT_VMS_IMGNAM (image name)"
9781 msgstr ""
9782
9783 #: readelf.c:17914
9784 msgid "NT_VMS_IMGID (image id)"
9785 msgstr ""
9786
9787 #: readelf.c:17916
9788 msgid "NT_VMS_LINKID (link id)"
9789 msgstr ""
9790
9791 #: readelf.c:17918
9792 msgid "NT_VMS_IMGBID (build id)"
9793 msgstr ""
9794
9795 #: readelf.c:17920
9796 msgid "NT_VMS_GSTNAM (sym table name)"
9797 msgstr ""
9798
9799 #: readelf.c:17940
9800 #, c-format
9801 msgid "    Creation date  : %.17s\n"
9802 msgstr ""
9803
9804 #: readelf.c:17941
9805 #, c-format
9806 msgid "    Last patch date: %.17s\n"
9807 msgstr ""
9808
9809 #: readelf.c:17942
9810 #, c-format
9811 msgid "    Module name    : %s\n"
9812 msgstr ""
9813
9814 #: readelf.c:17943
9815 #, c-format
9816 msgid "    Module version : %s\n"
9817 msgstr ""
9818
9819 #: readelf.c:17946
9820 #, c-format
9821 msgid "    Invalid size\n"
9822 msgstr ""
9823
9824 #: readelf.c:17949
9825 #, c-format
9826 msgid "   Language: %s\n"
9827 msgstr ""
9828
9829 #: readelf.c:17953
9830 #, c-format
9831 msgid "   Floating Point mode: "
9832 msgstr ""
9833
9834 #: readelf.c:17958
9835 #, c-format
9836 msgid "   Link time: "
9837 msgstr ""
9838
9839 #: readelf.c:17964
9840 #, c-format
9841 msgid "   Patch time: "
9842 msgstr ""
9843
9844 #: readelf.c:17970
9845 #, c-format
9846 msgid "   Major id: %u,  minor id: %u\n"
9847 msgstr ""
9848
9849 #: readelf.c:17973
9850 #, c-format
9851 msgid "   Last modified  : "
9852 msgstr ""
9853
9854 #: readelf.c:17976
9855 #, c-format
9856 msgid ""
9857 "\n"
9858 "   Link flags  : "
9859 msgstr ""
9860
9861 #: readelf.c:17979
9862 #, c-format
9863 msgid "   Header flags: 0x%08x\n"
9864 msgstr ""
9865
9866 #: readelf.c:17981
9867 #, c-format
9868 msgid "   Image id    : %s\n"
9869 msgstr ""
9870
9871 #: readelf.c:17985
9872 #, c-format
9873 msgid "    Image name: %s\n"
9874 msgstr ""
9875
9876 #: readelf.c:17988
9877 #, c-format
9878 msgid "    Global symbol table name: %s\n"
9879 msgstr ""
9880
9881 #: readelf.c:17991
9882 #, c-format
9883 msgid "    Image id: %s\n"
9884 msgstr ""
9885
9886 #: readelf.c:17994
9887 #, c-format
9888 msgid "    Linker id: %s\n"
9889 msgstr ""
9890
9891 #: readelf.c:18166 readelf.c:18174
9892 #, c-format
9893 msgid "    Applies to region from %#lx to %#lx\n"
9894 msgstr ""
9895
9896 #: readelf.c:18169 readelf.c:18176
9897 #, c-format
9898 msgid "    Applies to region from %#lx\n"
9899 msgstr ""
9900
9901 #: readelf.c:18205
9902 #, c-format
9903 msgid "    <invalid description size: %lx>\n"
9904 msgstr ""
9905
9906 #: readelf.c:18206
9907 #, c-format
9908 msgid "    <invalid descsz>"
9909 msgstr ""
9910
9911 #: readelf.c:18232
9912 #, c-format
9913 msgid "Gap in build notes detected from %#lx to %#lx\n"
9914 msgstr ""
9915
9916 #: readelf.c:18235 readelf.c:18246
9917 #, c-format
9918 msgid "    Applies to region from %#lx"
9919 msgstr ""
9920
9921 #: readelf.c:18240 readelf.c:18251
9922 #, c-format
9923 msgid " to %#lx"
9924 msgstr ""
9925
9926 #: readelf.c:18257
9927 #, c-format
9928 msgid " (%s)"
9929 msgstr ""
9930
9931 #: readelf.c:18278 readelf.c:18293
9932 #, c-format
9933 msgid "corrupt name field in GNU build attribute note: size = %ld\n"
9934 msgstr ""
9935
9936 #: readelf.c:18279 readelf.c:18294
9937 msgid "  <corrupt name>"
9938 msgstr ""
9939
9940 #: readelf.c:18313
9941 #, c-format
9942 msgid "unrecognised attribute type in name field: %d\n"
9943 msgstr ""
9944
9945 #: readelf.c:18314
9946 msgid "<unknown name type>"
9947 msgstr ""
9948
9949 #: readelf.c:18324
9950 msgid "<version>"
9951 msgstr ""
9952
9953 #: readelf.c:18329
9954 msgid "<stack prot>"
9955 msgstr ""
9956
9957 #: readelf.c:18334
9958 msgid "<relro>"
9959 msgstr ""
9960
9961 #: readelf.c:18339
9962 msgid "<stack size>"
9963 msgstr ""
9964
9965 #: readelf.c:18344
9966 msgid "<tool>"
9967 msgstr ""
9968
9969 #: readelf.c:18349
9970 msgid "<ABI>"
9971 msgstr ""
9972
9973 #: readelf.c:18354
9974 msgid "<PIC>"
9975 msgstr ""
9976
9977 #: readelf.c:18359
9978 msgid "<short enum>"
9979 msgstr ""
9980
9981 #: readelf.c:18378
9982 #, c-format
9983 msgid "unrecognised byte in name field: %d\n"
9984 msgstr ""
9985
9986 #: readelf.c:18379
9987 #, c-format
9988 msgid "<unknown:_%d>"
9989 msgstr ""
9990
9991 #: readelf.c:18391
9992 #, c-format
9993 msgid "attribute does not have an expected type (%c)\n"
9994 msgstr ""
9995
9996 #: readelf.c:18395
9997 #, c-format
9998 msgid "corrupt name field: namesz: %lu but parsing gets to %ld\n"
9999 msgstr ""
10000
10001 #: readelf.c:18422
10002 #, c-format
10003 msgid "corrupt numeric name field: too many bytes in the value: %x\n"
10004 msgstr ""
10005
10006 #: readelf.c:18590
10007 #, c-format
10008 msgid "   description data: "
10009 msgstr ""
10010
10011 #: readelf.c:18629
10012 msgid "notes"
10013 msgstr ""
10014
10015 #: readelf.c:18637
10016 #, c-format
10017 msgid ""
10018 "\n"
10019 "Displaying notes found in: %s\n"
10020 msgstr ""
10021
10022 #: readelf.c:18639
10023 #, c-format
10024 msgid ""
10025 "\n"
10026 "Displaying notes found at file offset 0x%08lx with length 0x%08lx:\n"
10027 msgstr ""
10028
10029 #: readelf.c:18651
10030 #, c-format
10031 msgid "Corrupt note: alignment %ld, expecting 4 or 8\n"
10032 msgstr ""
10033
10034 #: readelf.c:18656
10035 #, c-format
10036 msgid "  %-20s %10s\tDescription\n"
10037 msgstr ""
10038
10039 #: readelf.c:18656
10040 msgid "Owner"
10041 msgstr ""
10042
10043 #: readelf.c:18656
10044 msgid "Data size"
10045 msgstr ""
10046
10047 #: readelf.c:18674 readelf.c:18703
10048 #, c-format
10049 msgid "Corrupt note: only %ld byte remains, not enough for a full note\n"
10050 msgid_plural ""
10051 "Corrupt note: only %ld bytes remain, not enough for a full note\n"
10052 msgstr[0] ""
10053 msgstr[1] ""
10054
10055 #: readelf.c:18731
10056 #, c-format
10057 msgid "note with invalid namesz and/or descsz found at offset 0x%lx\n"
10058 msgstr ""
10059
10060 #: readelf.c:18733
10061 #, c-format
10062 msgid " type: 0x%lx, namesize: 0x%08lx, descsize: 0x%08lx, alignment: %u\n"
10063 msgstr ""
10064
10065 #: readelf.c:18751
10066 msgid "Out of memory allocating space for inote name\n"
10067 msgstr ""
10068
10069 #: readelf.c:18814
10070 msgid "v850 notes"
10071 msgstr ""
10072
10073 #: readelf.c:18821
10074 #, c-format
10075 msgid ""
10076 "\n"
10077 "Displaying contents of Renesas V850 notes section at offset 0x%lx with "
10078 "length 0x%lx:\n"
10079 msgstr ""
10080
10081 #: readelf.c:18838
10082 #, c-format
10083 msgid "Corrupt note: name size is too big: %lx\n"
10084 msgstr ""
10085
10086 #: readelf.c:18848
10087 #, c-format
10088 msgid "corrupt descsz found in note at offset 0x%lx\n"
10089 msgstr ""
10090
10091 #: readelf.c:18850 readelf.c:18863
10092 #, c-format
10093 msgid " type: 0x%lx, namesize: 0x%lx, descsize: 0x%lx\n"
10094 msgstr ""
10095
10096 #: readelf.c:18861
10097 #, c-format
10098 msgid "corrupt namesz found in note at offset 0x%lx\n"
10099 msgstr ""
10100
10101 #: readelf.c:18939
10102 #, c-format
10103 msgid "No note segments present in the core file.\n"
10104 msgstr ""
10105
10106 #: readelf.c:18947
10107 #, c-format
10108 msgid "  Unknown GNU attribute: %s\n"
10109 msgstr ""
10110
10111 #: readelf.c:19087
10112 msgid ""
10113 "This instance of readelf has been built without support for a\n"
10114 "64 bit data type and so it cannot read 64 bit ELF files.\n"
10115 msgstr ""
10116
10117 #: readelf.c:19210
10118 #, c-format
10119 msgid "%s: Failed to read file header\n"
10120 msgstr ""
10121
10122 #: readelf.c:19224
10123 #, c-format
10124 msgid ""
10125 "\n"
10126 "File: %s\n"
10127 msgstr ""
10128
10129 #: readelf.c:19410
10130 #, c-format
10131 msgid "%s: unable to dump the index as none was found\n"
10132 msgstr ""
10133
10134 #: readelf.c:19416
10135 #, c-format
10136 msgid "Index of archive %s: (%lu entries, 0x%lx bytes in the symbol table)\n"
10137 msgstr ""
10138
10139 #: readelf.c:19435
10140 #, c-format
10141 msgid "Contents of binary %s at offset "
10142 msgstr ""
10143
10144 #: readelf.c:19445
10145 #, c-format
10146 msgid "%s: end of the symbol table reached before the end of the index\n"
10147 msgstr ""
10148
10149 #: readelf.c:19462
10150 #, c-format
10151 msgid ""
10152 "%s: %ld byte remains in the symbol table, but without corresponding entries "
10153 "in the index table\n"
10154 msgid_plural ""
10155 "%s: %ld bytes remain in the symbol table, but without corresponding entries "
10156 "in the index table\n"
10157 msgstr[0] ""
10158 msgstr[1] ""
10159
10160 #: readelf.c:19475
10161 #, c-format
10162 msgid "%s: failed to seek back to start of object files in the archive\n"
10163 msgstr ""
10164
10165 #: readelf.c:19562 readelf.c:19674
10166 #, c-format
10167 msgid "Input file '%s' is not readable.\n"
10168 msgstr ""
10169
10170 #: readelf.c:19586
10171 #, c-format
10172 msgid "%s: contains corrupt thin archive: %s\n"
10173 msgstr ""
10174
10175 #: readelf.c:19599
10176 #, c-format
10177 msgid "%s: failed to seek to archive member.\n"
10178 msgstr ""
10179
10180 #: readelf.c:19666
10181 msgid "Out of memory allocating file data structure\n"
10182 msgstr ""
10183
10184 #: readelf.c:19702
10185 #, c-format
10186 msgid "File %s is not an archive so its index cannot be displayed.\n"
10187 msgstr ""
10188
10189 #: readelf.c:19761
10190 msgid "Nothing to do.\n"
10191 msgstr ""
10192
10193 #: rename.c:122
10194 #, c-format
10195 msgid "%s: cannot set time: %s"
10196 msgstr ""
10197
10198 #. We have to clean up here.
10199 #: rename.c:157 rename.c:195
10200 #, c-format
10201 msgid "unable to rename '%s'; reason: %s"
10202 msgstr ""
10203
10204 #: rename.c:203
10205 #, c-format
10206 msgid "unable to copy file '%s'; reason: %s"
10207 msgstr ""
10208
10209 #: resbin.c:119
10210 #, c-format
10211 msgid "%s: not enough binary data"
10212 msgstr ""
10213
10214 #: resbin.c:135
10215 msgid "null terminated unicode string"
10216 msgstr ""
10217
10218 #: resbin.c:162 resbin.c:168
10219 msgid "resource ID"
10220 msgstr ""
10221
10222 #: resbin.c:207
10223 msgid "cursor"
10224 msgstr ""
10225
10226 #: resbin.c:238 resbin.c:245
10227 msgid "menu header"
10228 msgstr ""
10229
10230 #: resbin.c:254
10231 msgid "menuex header"
10232 msgstr ""
10233
10234 #: resbin.c:258
10235 msgid "menuex offset"
10236 msgstr ""
10237
10238 #: resbin.c:263
10239 #, c-format
10240 msgid "unsupported menu version %d"
10241 msgstr ""
10242
10243 #: resbin.c:288 resbin.c:303 resbin.c:365
10244 msgid "menuitem header"
10245 msgstr ""
10246
10247 #: resbin.c:395
10248 msgid "menuitem"
10249 msgstr ""
10250
10251 #: resbin.c:432 resbin.c:460
10252 msgid "dialog header"
10253 msgstr ""
10254
10255 #: resbin.c:450
10256 #, c-format
10257 msgid "unexpected DIALOGEX version %d"
10258 msgstr ""
10259
10260 #: resbin.c:495
10261 msgid "dialog font point size"
10262 msgstr ""
10263
10264 #: resbin.c:503
10265 msgid "dialogex font information"
10266 msgstr ""
10267
10268 #: resbin.c:529 resbin.c:547
10269 msgid "dialog control"
10270 msgstr ""
10271
10272 #: resbin.c:539
10273 msgid "dialogex control"
10274 msgstr ""
10275
10276 #: resbin.c:568
10277 msgid "dialog control end"
10278 msgstr ""
10279
10280 #: resbin.c:578
10281 msgid "dialog control data"
10282 msgstr ""
10283
10284 #: resbin.c:618
10285 msgid "stringtable string length"
10286 msgstr ""
10287
10288 #: resbin.c:628
10289 msgid "stringtable string"
10290 msgstr ""
10291
10292 #: resbin.c:658
10293 msgid "fontdir header"
10294 msgstr ""
10295
10296 #: resbin.c:672
10297 msgid "fontdir"
10298 msgstr ""
10299
10300 #: resbin.c:689
10301 msgid "fontdir device name"
10302 msgstr ""
10303
10304 #: resbin.c:695
10305 msgid "fontdir face name"
10306 msgstr ""
10307
10308 #: resbin.c:735
10309 msgid "accelerator"
10310 msgstr ""
10311
10312 #: resbin.c:794
10313 msgid "group cursor header"
10314 msgstr ""
10315
10316 #: resbin.c:798 resrc.c:1350
10317 #, c-format
10318 msgid "unexpected group cursor type %d"
10319 msgstr ""
10320
10321 #: resbin.c:813
10322 msgid "group cursor"
10323 msgstr ""
10324
10325 #: resbin.c:849
10326 msgid "group icon header"
10327 msgstr ""
10328
10329 #: resbin.c:853 resrc.c:1297
10330 #, c-format
10331 msgid "unexpected group icon type %d"
10332 msgstr ""
10333
10334 #: resbin.c:868
10335 msgid "group icon"
10336 msgstr ""
10337
10338 #: resbin.c:932
10339 msgid "unexpected version string"
10340 msgstr ""
10341
10342 #: resbin.c:964
10343 #, c-format
10344 msgid "version length %lu greater than resource length %lu"
10345 msgstr ""
10346
10347 #: resbin.c:968
10348 #, c-format
10349 msgid "unexpected version type %d"
10350 msgstr ""
10351
10352 #: resbin.c:980
10353 #, c-format
10354 msgid "unexpected fixed version information length %ld"
10355 msgstr ""
10356
10357 #: resbin.c:983
10358 msgid "fixed version info"
10359 msgstr ""
10360
10361 #: resbin.c:987
10362 #, c-format
10363 msgid "unexpected fixed version signature %lu"
10364 msgstr ""
10365
10366 #: resbin.c:991
10367 #, c-format
10368 msgid "unexpected fixed version info version %lu"
10369 msgstr ""
10370
10371 #: resbin.c:1020
10372 msgid "version var info"
10373 msgstr ""
10374
10375 #: resbin.c:1037
10376 #, c-format
10377 msgid "unexpected stringfileinfo value length %ld"
10378 msgstr ""
10379
10380 #: resbin.c:1054
10381 msgid "version stringtable"
10382 msgstr ""
10383
10384 #: resbin.c:1062
10385 #, c-format
10386 msgid "unexpected version stringtable value length %ld"
10387 msgstr ""
10388
10389 #: resbin.c:1079
10390 msgid "version string"
10391 msgstr ""
10392
10393 #: resbin.c:1094
10394 #, c-format
10395 msgid "unexpected version string length %ld != %ld + %ld"
10396 msgstr ""
10397
10398 #: resbin.c:1101
10399 #, c-format
10400 msgid "unexpected version string length %ld < %ld"
10401 msgstr ""
10402
10403 #: resbin.c:1127
10404 #, c-format
10405 msgid "unexpected varfileinfo value length %ld"
10406 msgstr ""
10407
10408 #: resbin.c:1146
10409 msgid "version varfileinfo"
10410 msgstr ""
10411
10412 #: resbin.c:1161
10413 #, c-format
10414 msgid "unexpected version value length %ld"
10415 msgstr ""
10416
10417 #: resbin.c:1171
10418 msgid "nul bytes found in version string"
10419 msgstr ""
10420
10421 #: resbin.c:1174
10422 #, c-format
10423 msgid "unexpected version string character: %x"
10424 msgstr ""
10425
10426 #: rescoff.c:123
10427 msgid "filename required for COFF input"
10428 msgstr ""
10429
10430 #: rescoff.c:140
10431 #, c-format
10432 msgid "%s: no resource section"
10433 msgstr ""
10434
10435 #: rescoff.c:150
10436 #, c-format
10437 msgid "%s: .rsrc section is bigger than the file!"
10438 msgstr ""
10439
10440 #: rescoff.c:178
10441 #, c-format
10442 msgid "%s: %s: address out of bounds"
10443 msgstr ""
10444
10445 #: rescoff.c:199
10446 msgid "Resources nest too deep"
10447 msgstr ""
10448
10449 #: rescoff.c:202
10450 msgid "directory"
10451 msgstr ""
10452
10453 #: rescoff.c:230
10454 msgid "named directory entry"
10455 msgstr ""
10456
10457 #: rescoff.c:239
10458 msgid "directory entry name"
10459 msgstr ""
10460
10461 #: rescoff.c:253
10462 msgid "resource name"
10463 msgstr ""
10464
10465 #: rescoff.c:264
10466 msgid "named subdirectory"
10467 msgstr ""
10468
10469 #: rescoff.c:272
10470 msgid "named resource"
10471 msgstr ""
10472
10473 #: rescoff.c:287
10474 msgid "ID directory entry"
10475 msgstr ""
10476
10477 #: rescoff.c:304
10478 msgid "ID subdirectory"
10479 msgstr ""
10480
10481 #: rescoff.c:312
10482 msgid "ID resource"
10483 msgstr ""
10484
10485 #: rescoff.c:337
10486 msgid "resource type unknown"
10487 msgstr ""
10488
10489 #: rescoff.c:340
10490 msgid "data entry"
10491 msgstr ""
10492
10493 #: rescoff.c:348
10494 msgid "resource data"
10495 msgstr ""
10496
10497 #: rescoff.c:353
10498 msgid "resource data size"
10499 msgstr ""
10500
10501 #: rescoff.c:448
10502 msgid "filename required for COFF output"
10503 msgstr ""
10504
10505 #: rescoff.c:732
10506 msgid "can't get BFD_RELOC_RVA relocation type"
10507 msgstr ""
10508
10509 #: resrc.c:256 resrc.c:328
10510 #, c-format
10511 msgid "can't open temporary file `%s': %s"
10512 msgstr ""
10513
10514 #: resrc.c:262
10515 #, c-format
10516 msgid "can't redirect stdout: `%s': %s"
10517 msgstr ""
10518
10519 #: resrc.c:324
10520 #, c-format
10521 msgid "can't execute `%s': %s"
10522 msgstr ""
10523
10524 #: resrc.c:333
10525 #, c-format
10526 msgid "Using temporary file `%s' to read preprocessor output\n"
10527 msgstr ""
10528
10529 #: resrc.c:340
10530 #, c-format
10531 msgid "can't popen `%s': %s"
10532 msgstr ""
10533
10534 #: resrc.c:342
10535 #, c-format
10536 msgid "Using popen to read preprocessor output\n"
10537 msgstr ""
10538
10539 #: resrc.c:408
10540 #, c-format
10541 msgid "Tried `%s'\n"
10542 msgstr ""
10543
10544 #: resrc.c:419
10545 #, c-format
10546 msgid "Using `%s'\n"
10547 msgstr ""
10548
10549 #: resrc.c:603
10550 msgid "preprocessing failed."
10551 msgstr ""
10552
10553 #: resrc.c:634
10554 #, c-format
10555 msgid "%s: unexpected EOF"
10556 msgstr ""
10557
10558 #: resrc.c:683
10559 #, c-format
10560 msgid "%s: read of %lu returned %lu"
10561 msgstr ""
10562
10563 #: resrc.c:722 resrc.c:1497
10564 #, c-format
10565 msgid "stat failed on bitmap file `%s': %s"
10566 msgstr ""
10567
10568 #: resrc.c:773
10569 #, c-format
10570 msgid "cursor file `%s' does not contain cursor data"
10571 msgstr ""
10572
10573 #: resrc.c:805 resrc.c:1205
10574 #, c-format
10575 msgid "%s: fseek to %lu failed: %s"
10576 msgstr ""
10577
10578 #: resrc.c:931
10579 msgid "help ID requires DIALOGEX"
10580 msgstr ""
10581
10582 #: resrc.c:933
10583 msgid "control data requires DIALOGEX"
10584 msgstr ""
10585
10586 #: resrc.c:961
10587 #, c-format
10588 msgid "stat failed on font file `%s': %s"
10589 msgstr ""
10590
10591 #: resrc.c:1174
10592 #, c-format
10593 msgid "icon file `%s' does not contain icon data"
10594 msgstr ""
10595
10596 #: resrc.c:1723 resrc.c:1758
10597 #, c-format
10598 msgid "stat failed on file `%s': %s"
10599 msgstr ""
10600
10601 #: resrc.c:1957
10602 #, c-format
10603 msgid "can't open `%s' for output: %s"
10604 msgstr ""
10605
10606 #: size.c:77
10607 #, c-format
10608 msgid " Displays the sizes of sections inside binary files\n"
10609 msgstr ""
10610
10611 #: size.c:78
10612 #, c-format
10613 msgid " If no input file(s) are specified, a.out is assumed\n"
10614 msgstr ""
10615
10616 #: size.c:79
10617 #, c-format
10618 msgid ""
10619 " The options are:\n"
10620 "  -A|-B     --format={sysv|berkeley}  Select output style (default is %s)\n"
10621 "  -o|-d|-x  --radix={8|10|16}         Display numbers in octal, decimal or "
10622 "hex\n"
10623 "  -t        --totals                  Display the total sizes (Berkeley "
10624 "only)\n"
10625 "            --common                  Display total size for *COM* syms\n"
10626 "            --target=<bfdname>        Set the binary file format\n"
10627 "            @<file>                   Read options from <file>\n"
10628 "  -h        --help                    Display this information\n"
10629 "  -v        --version                 Display the program's version\n"
10630 "\n"
10631 msgstr ""
10632
10633 #: size.c:160
10634 #, c-format
10635 msgid "invalid argument to --format: %s"
10636 msgstr ""
10637
10638 #: size.c:187
10639 #, c-format
10640 msgid "Invalid radix: %s\n"
10641 msgstr ""
10642
10643 #: srconv.c:130
10644 msgid "Checksum failure"
10645 msgstr ""
10646
10647 #. FIXME: Return error status.
10648 #: srconv.c:142
10649 msgid "Failed to write checksum"
10650 msgstr ""
10651
10652 #: srconv.c:182
10653 #, c-format
10654 msgid "Unsupported integer write size: %d"
10655 msgstr ""
10656
10657 #. FIXME: Return error status.
10658 #: srconv.c:268
10659 msgid "Failed to write TR block"
10660 msgstr ""
10661
10662 #: srconv.c:359
10663 #, c-format
10664 msgid "Unrecognized H8300 sub-architecture: %ld"
10665 msgstr ""
10666
10667 #: srconv.c:377
10668 #, c-format
10669 msgid "Unsupported architecture: %d"
10670 msgstr ""
10671
10672 #: srconv.c:831
10673 #, c-format
10674 msgid "Unrecognised type: %d"
10675 msgstr ""
10676
10677 #: srconv.c:957
10678 #, c-format
10679 msgid "Unrecognised coff symbol type: %d"
10680 msgstr ""
10681
10682 #: srconv.c:1019 srconv.c:1119
10683 #, c-format
10684 msgid "Unrecognised coff symbol visibility: %d"
10685 msgstr ""
10686
10687 #: srconv.c:1045 srconv.c:1090
10688 #, c-format
10689 msgid "Unrecognised coff symbol location: %d"
10690 msgstr ""
10691
10692 #. FIXME: Return error status.
10693 #: srconv.c:1424
10694 msgid "Failed to write CS struct"
10695 msgstr ""
10696
10697 #: srconv.c:1696
10698 #, c-format
10699 msgid "Convert a COFF object file into a SYSROFF object file\n"
10700 msgstr ""
10701
10702 #: srconv.c:1697
10703 #, c-format
10704 msgid ""
10705 " The options are:\n"
10706 "  -q --quick       (Obsolete - ignored)\n"
10707 "  -n --noprescan   Do not perform a scan to convert commons into defs\n"
10708 "  -d --debug       Display information about what is being done\n"
10709 "  @<file>          Read options from <file>\n"
10710 "  -h --help        Display this information\n"
10711 "  -v --version     Print the program's version number\n"
10712 msgstr ""
10713
10714 #: srconv.c:1788
10715 msgid "input and output files must be different"
10716 msgstr ""
10717
10718 #: srconv.c:1844
10719 #, c-format
10720 msgid "unable to open output file %s"
10721 msgstr ""
10722
10723 #: stabs.c:344 stabs.c:1772
10724 msgid "numeric overflow"
10725 msgstr ""
10726
10727 #: stabs.c:354
10728 #, c-format
10729 msgid "Bad stab: %s\n"
10730 msgstr ""
10731
10732 #: stabs.c:362
10733 #, c-format
10734 msgid "Warning: %s: %s\n"
10735 msgstr ""
10736
10737 #: stabs.c:474
10738 #, c-format
10739 msgid "N_LBRAC not within function\n"
10740 msgstr ""
10741
10742 #: stabs.c:513
10743 #, c-format
10744 msgid "Too many N_RBRACs\n"
10745 msgstr ""
10746
10747 #: stabs.c:746
10748 msgid "unknown C++ encoded name"
10749 msgstr ""
10750
10751 #. Complain and keep going, so compilers can invent new
10752 #. cross-reference types.
10753 #: stabs.c:1307
10754 msgid "unrecognized cross reference type"
10755 msgstr ""
10756
10757 #. Does this actually ever happen?  Is that why we are worrying
10758 #. about dealing with it rather than just calling error_type?
10759 #: stabs.c:1864
10760 msgid "missing index type"
10761 msgstr ""
10762
10763 #: stabs.c:2216
10764 msgid "unknown virtual character for baseclass"
10765 msgstr ""
10766
10767 #: stabs.c:2237
10768 msgid "unknown visibility character for baseclass"
10769 msgstr ""
10770
10771 #: stabs.c:2442
10772 msgid "unnamed $vb type"
10773 msgstr ""
10774
10775 #: stabs.c:2448
10776 msgid "unrecognized C++ abbreviation"
10777 msgstr ""
10778
10779 #: stabs.c:2533
10780 msgid "unknown visibility character for field"
10781 msgstr ""
10782
10783 #: stabs.c:2802
10784 msgid "const/volatile indicator missing"
10785 msgstr ""
10786
10787 #: stabs.c:3346
10788 msgid "Undefined N_EXCL"
10789 msgstr ""
10790
10791 #: stabs.c:3426
10792 #, c-format
10793 msgid "Type file number %d out of range\n"
10794 msgstr ""
10795
10796 #: stabs.c:3431
10797 #, c-format
10798 msgid "Type index number %d out of range\n"
10799 msgstr ""
10800
10801 #: stabs.c:3510
10802 #, c-format
10803 msgid "Unrecognized XCOFF type %d\n"
10804 msgstr ""
10805
10806 #: stabs.c:3803
10807 #, c-format
10808 msgid "bad mangled name `%s'\n"
10809 msgstr ""
10810
10811 #: stabs.c:3898
10812 #, c-format
10813 msgid "no argument types in mangled string\n"
10814 msgstr ""
10815
10816 #: stabs.c:5248
10817 #, c-format
10818 msgid "Demangled name is not a function\n"
10819 msgstr ""
10820
10821 #: stabs.c:5290
10822 #, c-format
10823 msgid "Unexpected type in v3 arglist demangling\n"
10824 msgstr ""
10825
10826 #: stabs.c:5362
10827 #, c-format
10828 msgid "Unrecognized demangle component %d\n"
10829 msgstr ""
10830
10831 #: stabs.c:5414
10832 #, c-format
10833 msgid "Failed to print demangled template\n"
10834 msgstr ""
10835
10836 #: stabs.c:5494
10837 #, c-format
10838 msgid "Couldn't get demangled builtin type\n"
10839 msgstr ""
10840
10841 #: stabs.c:5543
10842 #, c-format
10843 msgid "Unexpected demangled varargs\n"
10844 msgstr ""
10845
10846 #: stabs.c:5550
10847 #, c-format
10848 msgid "Unrecognized demangled builtin type\n"
10849 msgstr ""
10850
10851 #: strings.c:200 strings.c:267
10852 #, c-format
10853 msgid "invalid integer argument %s"
10854 msgstr ""
10855
10856 #: strings.c:270
10857 #, c-format
10858 msgid "invalid minimum string length %d"
10859 msgstr ""
10860
10861 #: strings.c:341
10862 #, c-format
10863 msgid "%s: Reading section %s failed: %s"
10864 msgstr ""
10865
10866 #: strings.c:699
10867 #, c-format
10868 msgid " Display printable strings in [file(s)] (stdin by default)\n"
10869 msgstr ""
10870
10871 #: strings.c:703
10872 #, c-format
10873 msgid ""
10874 "  -a - --all                Scan the entire file, not just the data section "
10875 "[default]\n"
10876 "  -d --data                 Only scan the data sections in the file\n"
10877 msgstr ""
10878
10879 #: strings.c:707
10880 #, c-format
10881 msgid ""
10882 "  -a - --all                Scan the entire file, not just the data section\n"
10883 "  -d --data                 Only scan the data sections in the file "
10884 "[default]\n"
10885 msgstr ""
10886
10887 #: strings.c:711
10888 #, c-format
10889 msgid ""
10890 "  -f --print-file-name      Print the name of the file before each string\n"
10891 "  -n --bytes=[number]       Locate & print any NUL-terminated sequence of "
10892 "at\n"
10893 "  -<number>                   least [number] characters (default 4).\n"
10894 "  -t --radix={o,d,x}        Print the location of the string in base 8, 10 "
10895 "or 16\n"
10896 "  -w --include-all-whitespace Include all whitespace as valid string "
10897 "characters\n"
10898 "  -o                        An alias for --radix=o\n"
10899 "  -T --target=<BFDNAME>     Specify the binary file format\n"
10900 "  -e --encoding={s,S,b,l,B,L} Select character size and endianness:\n"
10901 "                            s = 7-bit, S = 8-bit, {b,l} = 16-bit, {B,L} = 32-"
10902 "bit\n"
10903 "  -s --output-separator=<string> String used to separate strings in output.\n"
10904 "  @<file>                   Read options from <file>\n"
10905 "  -h --help                 Display this information\n"
10906 "  -v -V --version           Print the program's version number\n"
10907 msgstr ""
10908
10909 #: sysdump.c:51
10910 msgid "*undefined*"
10911 msgstr ""
10912
10913 #: sysdump.c:57
10914 msgid "*corrupt*"
10915 msgstr ""
10916
10917 #: sysdump.c:125
10918 #, c-format
10919 msgid "SUM IS %x\n"
10920 msgstr ""
10921
10922 #. PR 17512: file: id:000001,src:000002,op:flip1,pos:45.
10923 #. Prevent infinite loops re-reading beyond the end of the buffer.
10924 #: sysdump.c:161
10925 msgid "ICE: getINT: Out of buffer space"
10926 msgstr ""
10927
10928 #: sysdump.c:185
10929 #, c-format
10930 msgid "Unsupported read size: %d"
10931 msgstr ""
10932
10933 #: sysdump.c:496
10934 #, c-format
10935 msgid "GOT A %x\n"
10936 msgstr ""
10937
10938 #: sysdump.c:514
10939 #, c-format
10940 msgid "WANTED %x!!\n"
10941 msgstr ""
10942
10943 #: sysdump.c:532
10944 msgid "SYMBOL INFO"
10945 msgstr ""
10946
10947 #: sysdump.c:550
10948 msgid "DERIVED TYPE"
10949 msgstr ""
10950
10951 #: sysdump.c:607
10952 msgid "MODULE***\n"
10953 msgstr ""
10954
10955 #: sysdump.c:642
10956 #, c-format
10957 msgid "Print a human readable interpretation of a SYSROFF object file\n"
10958 msgstr ""
10959
10960 #: sysdump.c:643
10961 #, c-format
10962 msgid ""
10963 " The options are:\n"
10964 "  -h --help        Display this information\n"
10965 "  -v --version     Print the program's version number\n"
10966 msgstr ""
10967
10968 #: sysdump.c:711
10969 #, c-format
10970 msgid "cannot open input file %s"
10971 msgstr ""
10972
10973 #: version.c:34
10974 #, c-format
10975 msgid "Copyright (C) 2019 Free Software Foundation, Inc.\n"
10976 msgstr ""
10977
10978 #: version.c:35
10979 #, c-format
10980 msgid ""
10981 "This program is free software; you may redistribute it under the terms of\n"
10982 "the GNU General Public License version 3 or (at your option) any later "
10983 "version.\n"
10984 "This program has absolutely no warranty.\n"
10985 msgstr ""
10986
10987 #: windmc.c:189
10988 #, c-format
10989 msgid "can't create %s file `%s' for output.\n"
10990 msgstr ""
10991
10992 #: windmc.c:197
10993 #, c-format
10994 msgid "Usage: %s [option(s)] [input-file]\n"
10995 msgstr ""
10996
10997 #: windmc.c:199
10998 #, c-format
10999 msgid ""
11000 " The options are:\n"
11001 "  -a --ascii_in                Read input file as ASCII file\n"
11002 "  -A --ascii_out               Write binary messages as ASCII\n"
11003 "  -b --binprefix               .bin filename is prefixed by .mc filename_ "
11004 "for uniqueness.\n"
11005 "  -c --customflag              Set custom flags for messages\n"
11006 "  -C --codepage_in=<val>       Set codepage when reading mc text file\n"
11007 "  -d --decimal_values          Print values to text files decimal\n"
11008 "  -e --extension=<extension>   Set header extension used on export header "
11009 "file\n"
11010 "  -F --target <target>         Specify output target for endianness.\n"
11011 "  -h --headerdir=<directory>   Set the export directory for headers\n"
11012 "  -u --unicode_in              Read input file as UTF16 file\n"
11013 "  -U --unicode_out             Write binary messages as UFT16\n"
11014 "  -m --maxlength=<val>         Set the maximal allowed message length\n"
11015 "  -n --nullterminate           Automatic add a zero termination to strings\n"
11016 "  -o --hresult_use             Use HRESULT definition instead of status code "
11017 "definition\n"
11018 "  -O --codepage_out=<val>      Set codepage used for writing text file\n"
11019 "  -r --rcdir=<directory>       Set the export directory for rc files\n"
11020 "  -x --xdbg=<directory>        Where to create the .dbg C include file\n"
11021 "                               that maps message ID's to their symbolic "
11022 "name.\n"
11023 msgstr ""
11024
11025 #: windmc.c:219
11026 #, c-format
11027 msgid ""
11028 "  -H --help                    Print this help message\n"
11029 "  -v --verbose                 Verbose - tells you what it's doing\n"
11030 "  -V --version                 Print version information\n"
11031 msgstr ""
11032
11033 #: windmc.c:260 windres.c:404
11034 #, c-format
11035 msgid "%s: warning: "
11036 msgstr ""
11037
11038 #: windmc.c:261
11039 #, c-format
11040 msgid "A codepage was specified switch `%s' and UTF16.\n"
11041 msgstr ""
11042
11043 #: windmc.c:262
11044 #, c-format
11045 msgid "\tcodepage settings are ignored.\n"
11046 msgstr ""
11047
11048 #: windmc.c:306
11049 msgid "try to add a ill language."
11050 msgstr ""
11051
11052 #: windmc.c:1117
11053 #, c-format
11054 msgid "unable to open file `%s' for input.\n"
11055 msgstr ""
11056
11057 #: windmc.c:1125
11058 #, c-format
11059 msgid "unable to read contents of %s"
11060 msgstr ""
11061
11062 #: windmc.c:1137
11063 msgid "input file does not seems to be UFT16.\n"
11064 msgstr ""
11065
11066 #: windres.c:214
11067 #, c-format
11068 msgid "can't open %s `%s': %s"
11069 msgstr ""
11070
11071 #: windres.c:383
11072 #, c-format
11073 msgid ": expected to be a directory\n"
11074 msgstr ""
11075
11076 #: windres.c:395
11077 #, c-format
11078 msgid ": expected to be a leaf\n"
11079 msgstr ""
11080
11081 #: windres.c:406
11082 #, c-format
11083 msgid ": duplicate value\n"
11084 msgstr ""
11085
11086 #: windres.c:556
11087 #, c-format
11088 msgid "unknown format type `%s'"
11089 msgstr ""
11090
11091 #: windres.c:557
11092 #, c-format
11093 msgid "%s: supported formats:"
11094 msgstr ""
11095
11096 #. Otherwise, we give up.
11097 #: windres.c:640
11098 #, c-format
11099 msgid "can not determine type of file `%s'; use the -J option"
11100 msgstr ""
11101
11102 #: windres.c:652
11103 #, c-format
11104 msgid "Usage: %s [option(s)] [input-file] [output-file]\n"
11105 msgstr ""
11106
11107 #: windres.c:654
11108 #, c-format
11109 msgid ""
11110 " The options are:\n"
11111 "  -i --input=<file>            Name input file\n"
11112 "  -o --output=<file>           Name output file\n"
11113 "  -J --input-format=<format>   Specify input format\n"
11114 "  -O --output-format=<format>  Specify output format\n"
11115 "  -F --target=<target>         Specify COFF target\n"
11116 "     --preprocessor=<program>  Program to use to preprocess rc file\n"
11117 "     --preprocessor-arg=<arg>  Additional preprocessor argument\n"
11118 "  -I --include-dir=<dir>       Include directory when preprocessing rc file\n"
11119 "  -D --define <sym>[=<val>]    Define SYM when preprocessing rc file\n"
11120 "  -U --undefine <sym>          Undefine SYM when preprocessing rc file\n"
11121 "  -v --verbose                 Verbose - tells you what it's doing\n"
11122 "  -c --codepage=<codepage>     Specify default codepage\n"
11123 "  -l --language=<val>          Set language when reading rc file\n"
11124 "     --use-temp-file           Use a temporary file instead of popen to "
11125 "read\n"
11126 "                               the preprocessor output\n"
11127 "     --no-use-temp-file        Use popen (default)\n"
11128 msgstr ""
11129
11130 #: windres.c:672
11131 #, c-format
11132 msgid "     --yydebug                 Turn on parser debugging\n"
11133 msgstr ""
11134
11135 #: windres.c:675
11136 #, c-format
11137 msgid ""
11138 "  -r                           Ignored for compatibility with rc\n"
11139 "  @<file>                      Read options from <file>\n"
11140 "  -h --help                    Print this help message\n"
11141 "  -V --version                 Print version information\n"
11142 msgstr ""
11143
11144 #: windres.c:680
11145 #, c-format
11146 msgid ""
11147 "FORMAT is one of rc, res, or coff, and is deduced from the file name\n"
11148 "extension if not specified.  A single file name is an input file.\n"
11149 "No input-file is stdin, default rc.  No output-file is stdout, default rc.\n"
11150 msgstr ""
11151
11152 #: windres.c:845
11153 msgid "invalid codepage specified.\n"
11154 msgstr ""
11155
11156 #: windres.c:860
11157 msgid "invalid option -f\n"
11158 msgstr ""
11159
11160 #: windres.c:865
11161 msgid "No filename following the -fo option.\n"
11162 msgstr ""
11163
11164 #: windres.c:954
11165 #, c-format
11166 msgid ""
11167 "Option -I is deprecated for setting the input format, please use -J "
11168 "instead.\n"
11169 msgstr ""
11170
11171 #: windres.c:1067
11172 msgid "no resources"
11173 msgstr ""
11174
11175 #: wrstabs.c:353 wrstabs.c:1914
11176 #, c-format
11177 msgid "string_hash_lookup failed: %s"
11178 msgstr ""
11179
11180 #: wrstabs.c:636
11181 #, c-format
11182 msgid "stab_int_type: bad size %u"
11183 msgstr ""
11184
11185 #: wrstabs.c:1392
11186 #, c-format
11187 msgid "%s: warning: unknown size for field `%s' in struct"
11188 msgstr ""