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