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