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