Regenerate pot files.
[binutils-gdb.git] / binutils / po / binutils.pot
blob77ac183ba2686fd3ebea992e447582988f2e893f
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.
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: 2016-12-23 09:23+0100\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
20 #: addr2line.c:80
21 #, c-format
22 msgid "Usage: %s [option(s)] [addr(s)]\n"
23 msgstr ""
25 #: addr2line.c:81
26 #, c-format
27 msgid " Convert addresses into line number/file name pairs.\n"
28 msgstr ""
30 #: addr2line.c:82
31 #, c-format
32 msgid ""
33 " If no addresses are specified on the command line, they will be read from "
34 "stdin\n"
35 msgstr ""
37 #: addr2line.c:83
38 #, c-format
39 msgid ""
40 " The options are:\n"
41 "  @<file>                Read options from <file>\n"
42 "  -a --addresses         Show addresses\n"
43 "  -b --target=<bfdname>  Set the binary file format\n"
44 "  -e --exe=<executable>  Set the input file name (default is a.out)\n"
45 "  -i --inlines           Unwind inlined functions\n"
46 "  -j --section=<name>    Read section-relative offsets instead of addresses\n"
47 "  -p --pretty-print      Make the output easier to read for humans\n"
48 "  -s --basenames         Strip directory names\n"
49 "  -f --functions         Show function names\n"
50 "  -C --demangle[=style]  Demangle function names\n"
51 "  -h --help              Display this information\n"
52 "  -v --version           Display the program's version\n"
53 "\n"
54 msgstr ""
56 #: addr2line.c:100 ar.c:336 ar.c:373 coffdump.c:473 dlltool.c:4006
57 #: dllwrap.c:518 elfedit.c:677 nlmconv.c:1112 objcopy.c:645 objcopy.c:696
58 #: readelf.c:4274 size.c:97 srconv.c:1709 strings.c:703 sysdump.c:648
59 #: windmc.c:227 windres.c:688
60 #, c-format
61 msgid "Report bugs to %s\n"
62 msgstr ""
64 #. Note for translators:  This printf is used to join the
65 #. function name just printed above to the line number/
66 #. file name pair that is about to be printed below.  Eg:
68 #. foo at 123:bar.c
69 #: addr2line.c:304
70 #, c-format
71 msgid " at "
72 msgstr ""
74 #. Note for translators: This printf is used to join the
75 #. line number/file name pair that has just been printed with
76 #. the line number/file name pair that is going to be printed
77 #. by the next iteration of the while loop.  Eg:
79 #. 123:bar.c (inlined by) 456:main.c
80 #: addr2line.c:345
81 #, c-format
82 msgid " (inlined by) "
83 msgstr ""
85 #: addr2line.c:378
86 #, c-format
87 msgid "%s: cannot get addresses from archive"
88 msgstr ""
90 #: addr2line.c:395
91 #, c-format
92 msgid "%s: cannot find section %s"
93 msgstr ""
95 #: addr2line.c:465 nm.c:1677 objdump.c:3709
96 #, c-format
97 msgid "unknown demangling style `%s'"
98 msgstr ""
100 #: ar.c:257
101 #, c-format
102 msgid "no entry %s in archive\n"
103 msgstr ""
105 #: ar.c:271
106 #, c-format
107 msgid ""
108 "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [--plugin "
109 "<name>] [member-name] [count] archive-file file...\n"
110 msgstr ""
112 #: ar.c:277
113 #, c-format
114 msgid ""
115 "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [member-name] "
116 "[count] archive-file file...\n"
117 msgstr ""
119 #: ar.c:285
120 #, c-format
121 msgid "       %s -M [<mri-script]\n"
122 msgstr ""
124 #: ar.c:286
125 #, c-format
126 msgid " commands:\n"
127 msgstr ""
129 #: ar.c:287
130 #, c-format
131 msgid "  d            - delete file(s) from the archive\n"
132 msgstr ""
134 #: ar.c:288
135 #, c-format
136 msgid "  m[ab]        - move file(s) in the archive\n"
137 msgstr ""
139 #: ar.c:289
140 #, c-format
141 msgid "  p            - print file(s) found in the archive\n"
142 msgstr ""
144 #: ar.c:290
145 #, c-format
146 msgid "  q[f]         - quick append file(s) to the archive\n"
147 msgstr ""
149 #: ar.c:291
150 #, c-format
151 msgid ""
152 "  r[ab][f][u]  - replace existing or insert new file(s) into the archive\n"
153 msgstr ""
155 #: ar.c:292
156 #, c-format
157 msgid "  s            - act as ranlib\n"
158 msgstr ""
160 #: ar.c:293
161 #, c-format
162 msgid "  t            - display contents of archive\n"
163 msgstr ""
165 #: ar.c:294
166 #, c-format
167 msgid "  x[o]         - extract file(s) from the archive\n"
168 msgstr ""
170 #: ar.c:295
171 #, c-format
172 msgid " command specific modifiers:\n"
173 msgstr ""
175 #: ar.c:296
176 #, c-format
177 msgid "  [a]          - put file(s) after [member-name]\n"
178 msgstr ""
180 #: ar.c:297
181 #, c-format
182 msgid "  [b]          - put file(s) before [member-name] (same as [i])\n"
183 msgstr ""
185 #: ar.c:300
186 #, c-format
187 msgid "  [D]          - use zero for timestamps and uids/gids (default)\n"
188 msgstr ""
190 #: ar.c:302
191 #, c-format
192 msgid "  [U]          - use actual timestamps and uids/gids\n"
193 msgstr ""
195 #: ar.c:307
196 #, c-format
197 msgid "  [D]          - use zero for timestamps and uids/gids\n"
198 msgstr ""
200 #: ar.c:309
201 #, c-format
202 msgid "  [U]          - use actual timestamps and uids/gids (default)\n"
203 msgstr ""
205 #: ar.c:312
206 #, c-format
207 msgid "  [N]          - use instance [count] of name\n"
208 msgstr ""
210 #: ar.c:313
211 #, c-format
212 msgid "  [f]          - truncate inserted file names\n"
213 msgstr ""
215 #: ar.c:314
216 #, c-format
217 msgid "  [P]          - use full path names when matching\n"
218 msgstr ""
220 #: ar.c:315
221 #, c-format
222 msgid "  [o]          - preserve original dates\n"
223 msgstr ""
225 #: ar.c:316
226 #, c-format
227 msgid ""
228 "  [u]          - only replace files that are newer than current archive "
229 "contents\n"
230 msgstr ""
232 #: ar.c:317
233 #, c-format
234 msgid " generic modifiers:\n"
235 msgstr ""
237 #: ar.c:318
238 #, c-format
239 msgid "  [c]          - do not warn if the library had to be created\n"
240 msgstr ""
242 #: ar.c:319
243 #, c-format
244 msgid "  [s]          - create an archive index (cf. ranlib)\n"
245 msgstr ""
247 #: ar.c:320
248 #, c-format
249 msgid "  [S]          - do not build a symbol table\n"
250 msgstr ""
252 #: ar.c:321
253 #, c-format
254 msgid "  [T]          - make a thin archive\n"
255 msgstr ""
257 #: ar.c:322
258 #, c-format
259 msgid "  [v]          - be verbose\n"
260 msgstr ""
262 #: ar.c:323
263 #, c-format
264 msgid "  [V]          - display the version number\n"
265 msgstr ""
267 #: ar.c:324
268 #, c-format
269 msgid "  @<file>      - read options from <file>\n"
270 msgstr ""
272 #: ar.c:325
273 #, c-format
274 msgid "  --target=BFDNAME - specify the target object format as BFDNAME\n"
275 msgstr ""
277 #: ar.c:327
278 #, c-format
279 msgid " optional:\n"
280 msgstr ""
282 #: ar.c:328
283 #, c-format
284 msgid "  --plugin <p> - load the specified plugin\n"
285 msgstr ""
287 #: ar.c:349
288 #, c-format
289 msgid "Usage: %s [options] archive\n"
290 msgstr ""
292 #: ar.c:350
293 #, c-format
294 msgid " Generate an index to speed access to archives\n"
295 msgstr ""
297 #: ar.c:351
298 #, c-format
299 msgid ""
300 " The options are:\n"
301 "  @<file>                      Read options from <file>\n"
302 msgstr ""
304 #: ar.c:354
305 #, c-format
306 msgid "  --plugin <name>              Load the specified plugin\n"
307 msgstr ""
309 #: ar.c:358
310 #, c-format
311 msgid ""
312 "  -D                           Use zero for symbol map timestamp (default)\n"
313 "  -U                           Use an actual symbol map timestamp\n"
314 msgstr ""
316 #: ar.c:362
317 #, c-format
318 msgid ""
319 "  -D                           Use zero for symbol map timestamp\n"
320 "  -U                           Use actual symbol map timestamp (default)\n"
321 msgstr ""
323 #: ar.c:365
324 #, c-format
325 msgid ""
326 "  -t                           Update the archive's symbol map timestamp\n"
327 "  -h --help                    Print this help message\n"
328 "  -v --version                 Print version information\n"
329 msgstr ""
331 #: ar.c:489
332 msgid "two different operation options specified"
333 msgstr ""
335 #: ar.c:580 ar.c:640 nm.c:1758
336 #, c-format
337 msgid "sorry - this program has been built without plugin support\n"
338 msgstr ""
340 #: ar.c:764
341 msgid "no operation specified"
342 msgstr ""
344 #: ar.c:767
345 msgid "`u' is only meaningful with the `r' option."
346 msgstr ""
348 #: ar.c:770
349 msgid "`u' is not meaningful with the `D' option."
350 msgstr ""
352 #: ar.c:773
353 msgid "`u' modifier ignored since `D' is the default (see `U')"
354 msgstr ""
356 #: ar.c:784
357 msgid "`N' is only meaningful with the `x' and `d' options."
358 msgstr ""
360 #: ar.c:787
361 msgid "Value for `N' must be positive."
362 msgstr ""
364 #: ar.c:801
365 msgid "`x' cannot be used on thin archives."
366 msgstr ""
368 #: ar.c:848
369 #, c-format
370 msgid "internal error -- this option not implemented"
371 msgstr ""
373 #: ar.c:917
374 #, c-format
375 msgid "creating %s"
376 msgstr ""
378 #: ar.c:948
379 #, c-format
380 msgid "Cannot convert existing library %s to thin format"
381 msgstr ""
383 #: ar.c:954
384 #, c-format
385 msgid "Cannot convert existing thin library %s to normal format"
386 msgstr ""
388 #: ar.c:986 ar.c:1050 ar.c:1379 objcopy.c:2644
389 #, c-format
390 msgid "internal stat error on %s"
391 msgstr ""
393 #: ar.c:1005 ar.c:1083
394 #, c-format
395 msgid "%s is not a valid archive"
396 msgstr ""
398 #: ar.c:1042 objcopy.c:2608
399 #, c-format
400 msgid "illegal pathname found in archive member: %s"
401 msgstr ""
403 #: ar.c:1141
404 msgid "could not create temporary file whilst writing archive"
405 msgstr ""
407 #: ar.c:1284
408 #, c-format
409 msgid "No member named `%s'\n"
410 msgstr ""
412 #: ar.c:1334
413 #, c-format
414 msgid "no entry %s in archive %s!"
415 msgstr ""
417 #: ar.c:1473
418 #, c-format
419 msgid "%s: no archive map to update"
420 msgstr ""
422 #: arsup.c:89
423 #, c-format
424 msgid "No entry %s in archive.\n"
425 msgstr ""
427 #: arsup.c:114
428 #, c-format
429 msgid "Can't open file %s\n"
430 msgstr ""
432 #: arsup.c:164
433 #, c-format
434 msgid "%s: Can't open output archive %s\n"
435 msgstr ""
437 #: arsup.c:181
438 #, c-format
439 msgid "%s: Can't open input archive %s\n"
440 msgstr ""
442 #: arsup.c:190
443 #, c-format
444 msgid "%s: file %s is not an archive\n"
445 msgstr ""
447 #: arsup.c:230
448 #, c-format
449 msgid "%s: no output archive specified yet\n"
450 msgstr ""
452 #: arsup.c:250 arsup.c:288 arsup.c:330 arsup.c:353 arsup.c:419
453 #, c-format
454 msgid "%s: no open output archive\n"
455 msgstr ""
457 #: arsup.c:261 arsup.c:374 arsup.c:400
458 #, c-format
459 msgid "%s: can't open file %s\n"
460 msgstr ""
462 #: arsup.c:315 arsup.c:396 arsup.c:477
463 #, c-format
464 msgid "%s: can't find module file %s\n"
465 msgstr ""
467 #: arsup.c:428
468 #, c-format
469 msgid "Current open archive is %s\n"
470 msgstr ""
472 #: arsup.c:452
473 #, c-format
474 msgid "%s: no open archive\n"
475 msgstr ""
477 #: binemul.c:38
478 #, c-format
479 msgid "  No emulation specific options\n"
480 msgstr ""
482 #. Macros for common output.
483 #: binemul.h:49
484 #, c-format
485 msgid " emulation options: \n"
486 msgstr ""
488 #: bucomm.c:156
489 #, c-format
490 msgid "can't set BFD default target to `%s': %s"
491 msgstr ""
493 #: bucomm.c:168
494 #, c-format
495 msgid "%s: Matching formats:"
496 msgstr ""
498 #: bucomm.c:183
499 #, c-format
500 msgid "Supported targets:"
501 msgstr ""
503 #: bucomm.c:185
504 #, c-format
505 msgid "%s: supported targets:"
506 msgstr ""
508 #: bucomm.c:203
509 #, c-format
510 msgid "Supported architectures:"
511 msgstr ""
513 #: bucomm.c:205
514 #, c-format
515 msgid "%s: supported architectures:"
516 msgstr ""
518 #: bucomm.c:218
519 msgid "big endian"
520 msgstr ""
522 #: bucomm.c:219
523 msgid "little endian"
524 msgstr ""
526 #: bucomm.c:220
527 msgid "endianness unknown"
528 msgstr ""
530 #: bucomm.c:267
531 #, c-format
532 msgid ""
533 "%s\n"
534 " (header %s, data %s)\n"
535 msgstr ""
537 #: bucomm.c:416
538 #, c-format
539 msgid "BFD header file version %s\n"
540 msgstr ""
542 #: bucomm.c:446
543 #, c-format
544 msgid "<time data corrupt>"
545 msgstr ""
547 #: bucomm.c:576
548 #, c-format
549 msgid "%s: bad number: %s"
550 msgstr ""
552 #: bucomm.c:593 strings.c:443
553 #, c-format
554 msgid "'%s': No such file"
555 msgstr ""
557 #: bucomm.c:595 strings.c:445
558 #, c-format
559 msgid "Warning: could not locate '%s'.  reason: %s"
560 msgstr ""
562 #: bucomm.c:599
563 #, c-format
564 msgid "Warning: '%s' is not an ordinary file"
565 msgstr ""
567 #: bucomm.c:601
568 #, c-format
569 msgid "Warning: '%s' has negative size, probably it is too large"
570 msgstr ""
572 #: coffdump.c:106
573 #, c-format
574 msgid "#lines %d "
575 msgstr ""
577 #: coffdump.c:129
578 #, c-format
579 msgid "size %d "
580 msgstr ""
582 #: coffdump.c:134
583 #, c-format
584 msgid "section definition at %x size %x\n"
585 msgstr ""
587 #: coffdump.c:140
588 #, c-format
589 msgid "pointer to"
590 msgstr ""
592 #: coffdump.c:145
593 #, c-format
594 msgid "array [%d] of"
595 msgstr ""
597 #: coffdump.c:150
598 #, c-format
599 msgid "function returning"
600 msgstr ""
602 #: coffdump.c:154
603 #, c-format
604 msgid "arguments"
605 msgstr ""
607 #: coffdump.c:158
608 #, c-format
609 msgid "code"
610 msgstr ""
612 #: coffdump.c:164
613 #, c-format
614 msgid "structure definition"
615 msgstr ""
617 #: coffdump.c:170
618 #, c-format
619 msgid "structure ref to UNKNOWN struct"
620 msgstr ""
622 #: coffdump.c:172
623 #, c-format
624 msgid "structure ref to %s"
625 msgstr ""
627 #: coffdump.c:175
628 #, c-format
629 msgid "enum ref to %s"
630 msgstr ""
632 #: coffdump.c:178
633 #, c-format
634 msgid "enum definition"
635 msgstr ""
637 #: coffdump.c:251
638 #, c-format
639 msgid "Stack offset %x"
640 msgstr ""
642 #: coffdump.c:254
643 #, c-format
644 msgid "Memory section %s+%x"
645 msgstr ""
647 #: coffdump.c:257
648 #, c-format
649 msgid "Register %d"
650 msgstr ""
652 #: coffdump.c:260
653 #, c-format
654 msgid "Struct Member offset %x"
655 msgstr ""
657 #: coffdump.c:263
658 #, c-format
659 msgid "Enum Member offset %x"
660 msgstr ""
662 #: coffdump.c:266
663 #, c-format
664 msgid "Undefined symbol"
665 msgstr ""
667 #: coffdump.c:334
668 #, c-format
669 msgid "List of symbols"
670 msgstr ""
672 #: coffdump.c:341
673 #, c-format
674 msgid "Symbol  %s, tag %d, number %d"
675 msgstr ""
677 #: coffdump.c:345 readelf.c:15226 readelf.c:15314
678 #, c-format
679 msgid "Type"
680 msgstr ""
682 #: coffdump.c:350
683 #, c-format
684 msgid "Where"
685 msgstr ""
687 #: coffdump.c:354
688 #, c-format
689 msgid "Visible"
690 msgstr ""
692 #: coffdump.c:370
693 msgid "List of blocks "
694 msgstr ""
696 #: coffdump.c:383
697 #, c-format
698 msgid "vars %d"
699 msgstr ""
701 #: coffdump.c:386
702 #, c-format
703 msgid "blocks"
704 msgstr ""
706 #: coffdump.c:404
707 #, c-format
708 msgid "List of source files"
709 msgstr ""
711 #: coffdump.c:410
712 #, c-format
713 msgid "Source file %s"
714 msgstr ""
716 #: coffdump.c:424
717 #, c-format
718 msgid "section %s %d %d address %x size %x number %d nrelocs %u"
719 msgstr ""
721 #. PR 17512: file: 0a38fb7c.
722 #: coffdump.c:436
723 msgid "<no sym>"
724 msgstr ""
726 #: coffdump.c:451
727 #, c-format
728 msgid "#sources %d"
729 msgstr ""
731 #: coffdump.c:464 sysdump.c:641
732 #, c-format
733 msgid "Usage: %s [option(s)] in-file\n"
734 msgstr ""
736 #: coffdump.c:465
737 #, c-format
738 msgid " Print a human readable interpretation of a COFF object file\n"
739 msgstr ""
741 #: coffdump.c:466
742 #, c-format
743 msgid ""
744 " The options are:\n"
745 "  @<file>                Read options from <file>\n"
746 "  -h --help              Display this information\n"
747 "  -v --version           Display the program's version\n"
748 "\n"
749 msgstr ""
751 #: coffdump.c:536 srconv.c:1800 sysdump.c:706
752 msgid "no input file specified"
753 msgstr ""
755 #: coffgrok.c:107
756 msgid "Out of context scope change encountered"
757 msgstr ""
759 #: coffgrok.c:130
760 #, c-format
761 msgid "Invalid section target index: %u"
762 msgstr ""
764 #: coffgrok.c:187
765 #, c-format
766 msgid "Invalid section target index: %d"
767 msgstr ""
769 #: coffgrok.c:190
770 msgid "Target section has insufficient relocs"
771 msgstr ""
773 #: coffgrok.c:198 coffgrok.c:445
774 #, c-format
775 msgid "Symbol index %u encountered when there are no symbols"
776 msgstr ""
778 #: coffgrok.c:199 coffgrok.c:446
779 #, c-format
780 msgid "Invalid symbol index %u encountered"
781 msgstr ""
783 #: coffgrok.c:251
784 #, c-format
785 msgid "Invalid section number (%d) encountered"
786 msgstr ""
788 #: coffgrok.c:273
789 #, c-format
790 msgid "Unrecognized symbol class: %d"
791 msgstr ""
793 #: coffgrok.c:351
794 #, c-format
795 msgid "Type entry %u does not have enough symbolic information"
796 msgstr ""
798 #: coffgrok.c:354
799 #, c-format
800 msgid "Type entry %u does not refer to a symbol"
801 msgstr ""
803 #: coffgrok.c:376
804 msgid "Section definition needs a section length"
805 msgstr ""
807 #: coffgrok.c:427
808 msgid "Aggregate definition needs auxillary information"
809 msgstr ""
811 #: coffgrok.c:436
812 #, c-format
813 msgid "Invalid tag index %#lx encountered"
814 msgstr ""
816 #: coffgrok.c:477
817 msgid "Enum definition needs auxillary information"
818 msgstr ""
820 #: coffgrok.c:484
821 #, c-format
822 msgid "Invalid enum symbol index %u encountered"
823 msgstr ""
825 #: coffgrok.c:520
826 msgid "Array definition needs auxillary information"
827 msgstr ""
829 #: coffgrok.c:536
830 #, c-format
831 msgid "Out of range sum for els (%#x) * size (%#x)"
832 msgstr ""
834 #: coffgrok.c:627 coffgrok.c:870
835 #, c-format
836 msgid "Unrecognised symbol class: %d"
837 msgstr ""
839 #: coffgrok.c:644
840 msgid "ICE: do_define called without a block"
841 msgstr ""
843 #: coffgrok.c:646
844 #, c-format
845 msgid "Out of range symbol index: %u"
846 msgstr ""
848 #: coffgrok.c:683
849 msgid "Section referenced before any file is defined"
850 msgstr ""
852 #: coffgrok.c:701
853 #, c-format
854 msgid "Out of range sum for offset (%#x) + size (%#x)"
855 msgstr ""
857 #: coffgrok.c:706
858 #, c-format
859 msgid "Out of range type size: %u"
860 msgstr ""
862 #: coffgrok.c:792
863 msgid "Function start encountered without a top level scope."
864 msgstr ""
866 #: coffgrok.c:818
867 msgid "Block start encountered without a scope for it."
868 msgstr ""
870 #: coffgrok.c:828
871 msgid "Function arguments encountered without a function definition"
872 msgstr ""
874 #: coffgrok.c:836
875 msgid "Structure element encountered without a structure definition"
876 msgstr ""
878 #: coffgrok.c:841
879 msgid "Enum element encountered without an enum definition"
880 msgstr ""
882 #: coffgrok.c:849
883 msgid "Aggregate defintion encountered without a scope"
884 msgstr ""
886 #: coffgrok.c:855
887 msgid "Label defintion encountered without a file scope"
888 msgstr ""
890 #: coffgrok.c:863
891 msgid "Variable defintion encountered without a scope"
892 msgstr ""
894 #: coffgrok.c:886
895 #, c-format
896 msgid "%s: is not a COFF format file"
897 msgstr ""
899 #: cxxfilt.c:118 nm.c:284 objdump.c:282
900 #, c-format
901 msgid "Report bugs to %s.\n"
902 msgstr ""
904 #: debug.c:647
905 msgid "debug_add_to_current_namespace: no current file"
906 msgstr ""
908 #: debug.c:726
909 msgid "debug_start_source: no debug_set_filename call"
910 msgstr ""
912 #: debug.c:780
913 msgid "debug_record_function: no debug_set_filename call"
914 msgstr ""
916 #: debug.c:832
917 msgid "debug_record_parameter: no current function"
918 msgstr ""
920 #: debug.c:864
921 msgid "debug_end_function: no current function"
922 msgstr ""
924 #: debug.c:870
925 msgid "debug_end_function: some blocks were not closed"
926 msgstr ""
928 #: debug.c:898
929 msgid "debug_start_block: no current block"
930 msgstr ""
932 #: debug.c:934
933 msgid "debug_end_block: no current block"
934 msgstr ""
936 #: debug.c:941
937 msgid "debug_end_block: attempt to close top level block"
938 msgstr ""
940 #: debug.c:964
941 msgid "debug_record_line: no current unit"
942 msgstr ""
944 #. FIXME
945 #: debug.c:1017
946 msgid "debug_start_common_block: not implemented"
947 msgstr ""
949 #. FIXME
950 #: debug.c:1028
951 msgid "debug_end_common_block: not implemented"
952 msgstr ""
954 #. FIXME.
955 #: debug.c:1112
956 msgid "debug_record_label: not implemented"
957 msgstr ""
959 #: debug.c:1134
960 msgid "debug_record_variable: no current file"
961 msgstr ""
963 #: debug.c:1662
964 msgid "debug_make_undefined_type: unsupported kind"
965 msgstr ""
967 #: debug.c:1839
968 msgid "debug_name_type: no current file"
969 msgstr ""
971 #: debug.c:1884
972 msgid "debug_tag_type: no current file"
973 msgstr ""
975 #: debug.c:1892
976 msgid "debug_tag_type: extra tag attempted"
977 msgstr ""
979 #: debug.c:1929
980 #, c-format
981 msgid "Warning: changing type size from %d to %d\n"
982 msgstr ""
984 #: debug.c:1951
985 msgid "debug_find_named_type: no current compilation unit"
986 msgstr ""
988 #: debug.c:2054
989 #, c-format
990 msgid "debug_get_real_type: circular debug information for %s\n"
991 msgstr ""
993 #: debug.c:2481
994 msgid "debug_write_type: illegal type encountered"
995 msgstr ""
997 #: dlltool.c:916 dlltool.c:942 dlltool.c:973
998 #, c-format
999 msgid "Internal error: Unknown machine type: %d"
1000 msgstr ""
1002 #: dlltool.c:1014
1003 #, c-format
1004 msgid "Can't open def file: %s"
1005 msgstr ""
1007 #: dlltool.c:1019
1008 #, c-format
1009 msgid "Processing def file: %s"
1010 msgstr ""
1012 #: dlltool.c:1023
1013 msgid "Processed def file"
1014 msgstr ""
1016 #: dlltool.c:1047
1017 #, c-format
1018 msgid "Syntax error in def file %s:%d"
1019 msgstr ""
1021 #: dlltool.c:1084
1022 #, c-format
1023 msgid "%s: Path components stripped from image name, '%s'."
1024 msgstr ""
1026 #: dlltool.c:1102
1027 #, c-format
1028 msgid "NAME: %s base: %x"
1029 msgstr ""
1031 #: dlltool.c:1105 dlltool.c:1126
1032 msgid "Can't have LIBRARY and NAME"
1033 msgstr ""
1035 #: dlltool.c:1123
1036 #, c-format
1037 msgid "LIBRARY: %s base: %x"
1038 msgstr ""
1040 #: dlltool.c:1279
1041 #, c-format
1042 msgid "VERSION %d.%d\n"
1043 msgstr ""
1045 #: dlltool.c:1327
1046 #, c-format
1047 msgid "run: %s %s"
1048 msgstr ""
1050 #: dlltool.c:1368 resrc.c:288
1051 #, c-format
1052 msgid "wait: %s"
1053 msgstr ""
1055 #: dlltool.c:1373 dllwrap.c:416 resrc.c:293
1056 #, c-format
1057 msgid "subprocess got fatal signal %d"
1058 msgstr ""
1060 #: dlltool.c:1379 dllwrap.c:423 resrc.c:300
1061 #, c-format
1062 msgid "%s exited with status %d"
1063 msgstr ""
1065 #: dlltool.c:1410
1066 #, c-format
1067 msgid "Sucking in info from %s section in %s"
1068 msgstr ""
1070 #: dlltool.c:1550
1071 #, c-format
1072 msgid "Excluding symbol: %s"
1073 msgstr ""
1075 #: dlltool.c:1639 dlltool.c:1650 nm.c:1103 nm.c:1113 nm.c:1122
1076 #, c-format
1077 msgid "%s: no symbols"
1078 msgstr ""
1080 #. FIXME: we ought to read in and block out the base relocations.
1081 #: dlltool.c:1676
1082 #, c-format
1083 msgid "Done reading %s"
1084 msgstr ""
1086 #: dlltool.c:1686
1087 #, c-format
1088 msgid "Unable to open object file: %s: %s"
1089 msgstr ""
1091 #: dlltool.c:1689
1092 #, c-format
1093 msgid "Scanning object file %s"
1094 msgstr ""
1096 #: dlltool.c:1709
1097 #, c-format
1098 msgid "Cannot produce mcore-elf dll from archive file: %s"
1099 msgstr ""
1101 #: dlltool.c:1811
1102 msgid "Adding exports to output file"
1103 msgstr ""
1105 #: dlltool.c:1863
1106 msgid "Added exports to output file"
1107 msgstr ""
1109 #: dlltool.c:2031
1110 #, c-format
1111 msgid "Generating export file: %s"
1112 msgstr ""
1114 #: dlltool.c:2036
1115 #, c-format
1116 msgid "Unable to open temporary assembler file: %s"
1117 msgstr ""
1119 #: dlltool.c:2041
1120 #, c-format
1121 msgid "Opened temporary file: %s"
1122 msgstr ""
1124 #: dlltool.c:2217
1125 msgid "failed to read the number of entries from base file"
1126 msgstr ""
1128 #: dlltool.c:2268
1129 msgid "Generated exports file"
1130 msgstr ""
1132 #: dlltool.c:2478
1133 #, c-format
1134 msgid "bfd_open failed open stub file: %s: %s"
1135 msgstr ""
1137 #: dlltool.c:2482
1138 #, c-format
1139 msgid "Creating stub file: %s"
1140 msgstr ""
1142 #: dlltool.c:2953
1143 #, c-format
1144 msgid "bfd_open failed reopen stub file: %s: %s"
1145 msgstr ""
1147 #: dlltool.c:2967 dlltool.c:3046
1148 #, c-format
1149 msgid "failed to open temporary head file: %s"
1150 msgstr ""
1152 #: dlltool.c:3031 dlltool.c:3117
1153 #, c-format
1154 msgid "failed to open temporary head file: %s: %s"
1155 msgstr ""
1157 #: dlltool.c:3132
1158 #, c-format
1159 msgid "failed to open temporary tail file: %s"
1160 msgstr ""
1162 #: dlltool.c:3191
1163 #, c-format
1164 msgid "failed to open temporary tail file: %s: %s"
1165 msgstr ""
1167 #: dlltool.c:3214
1168 #, c-format
1169 msgid "Can't create .lib file: %s: %s"
1170 msgstr ""
1172 #: dlltool.c:3218
1173 #, c-format
1174 msgid "Creating library file: %s"
1175 msgstr ""
1177 #: dlltool.c:3305 dlltool.c:3311
1178 #, c-format
1179 msgid "cannot delete %s: %s"
1180 msgstr ""
1182 #: dlltool.c:3317
1183 msgid "Created lib file"
1184 msgstr ""
1186 #: dlltool.c:3529
1187 #, c-format
1188 msgid "Can't open .lib file: %s: %s"
1189 msgstr ""
1191 #: dlltool.c:3537 dlltool.c:3559
1192 #, c-format
1193 msgid "%s is not a library"
1194 msgstr ""
1196 #: dlltool.c:3577
1197 #, c-format
1198 msgid "Import library `%s' specifies two or more dlls"
1199 msgstr ""
1201 #: dlltool.c:3588
1202 #, c-format
1203 msgid "Unable to determine dll name for `%s' (not an import library?)"
1204 msgstr ""
1206 #: dlltool.c:3820
1207 #, c-format
1208 msgid "Warning, ignoring duplicate EXPORT %s %d,%d"
1209 msgstr ""
1211 #: dlltool.c:3826
1212 #, c-format
1213 msgid "Error, duplicate EXPORT with ordinals: %s"
1214 msgstr ""
1216 #: dlltool.c:3929
1217 msgid "Processing definitions"
1218 msgstr ""
1220 #: dlltool.c:3956
1221 msgid "Processed definitions"
1222 msgstr ""
1224 #. xgetext:c-format
1225 #: dlltool.c:3963 dllwrap.c:477
1226 #, c-format
1227 msgid "Usage %s <option(s)> <object-file(s)>\n"
1228 msgstr ""
1230 #. xgetext:c-format
1231 #: dlltool.c:3965
1232 #, c-format
1233 msgid ""
1234 "   -m --machine <machine>    Create as DLL for <machine>.  [default: %s]\n"
1235 msgstr ""
1237 #: dlltool.c:3966
1238 #, c-format
1239 msgid ""
1240 "        possible <machine>: arm[_interwork], i386, mcore[-elf]{-le|-be}, "
1241 "ppc, thumb\n"
1242 msgstr ""
1244 #: dlltool.c:3967
1245 #, c-format
1246 msgid "   -e --output-exp <outname> Generate an export file.\n"
1247 msgstr ""
1249 #: dlltool.c:3968
1250 #, c-format
1251 msgid "   -l --output-lib <outname> Generate an interface library.\n"
1252 msgstr ""
1254 #: dlltool.c:3969
1255 #, c-format
1256 msgid "   -y --output-delaylib <outname> Create a delay-import library.\n"
1257 msgstr ""
1259 #: dlltool.c:3970
1260 #, c-format
1261 msgid "   -a --add-indirect         Add dll indirects to export file.\n"
1262 msgstr ""
1264 #: dlltool.c:3971
1265 #, c-format
1266 msgid ""
1267 "   -D --dllname <name>       Name of input dll to put into interface lib.\n"
1268 msgstr ""
1270 #: dlltool.c:3972
1271 #, c-format
1272 msgid "   -d --input-def <deffile>  Name of .def file to be read in.\n"
1273 msgstr ""
1275 #: dlltool.c:3973
1276 #, c-format
1277 msgid "   -z --output-def <deffile> Name of .def file to be created.\n"
1278 msgstr ""
1280 #: dlltool.c:3974
1281 #, c-format
1282 msgid "      --export-all-symbols   Export all symbols to .def\n"
1283 msgstr ""
1285 #: dlltool.c:3975
1286 #, c-format
1287 msgid "      --no-export-all-symbols  Only export listed symbols\n"
1288 msgstr ""
1290 #: dlltool.c:3976
1291 #, c-format
1292 msgid "      --exclude-symbols <list> Don't export <list>\n"
1293 msgstr ""
1295 #: dlltool.c:3977
1296 #, c-format
1297 msgid "      --no-default-excludes  Clear default exclude symbols\n"
1298 msgstr ""
1300 #: dlltool.c:3978
1301 #, c-format
1302 msgid "   -b --base-file <basefile> Read linker generated base file.\n"
1303 msgstr ""
1305 #: dlltool.c:3979
1306 #, c-format
1307 msgid "   -x --no-idata4            Don't generate idata$4 section.\n"
1308 msgstr ""
1310 #: dlltool.c:3980
1311 #, c-format
1312 msgid "   -c --no-idata5            Don't generate idata$5 section.\n"
1313 msgstr ""
1315 #: dlltool.c:3981
1316 #, c-format
1317 msgid ""
1318 "      --use-nul-prefixed-import-tables Use zero prefixed idata$4 and idata"
1319 "$5.\n"
1320 msgstr ""
1322 #: dlltool.c:3982
1323 #, c-format
1324 msgid ""
1325 "   -U --add-underscore       Add underscores to all symbols in interface "
1326 "library.\n"
1327 msgstr ""
1329 #: dlltool.c:3983
1330 #, c-format
1331 msgid ""
1332 "      --add-stdcall-underscore Add underscores to stdcall symbols in "
1333 "interface library.\n"
1334 msgstr ""
1336 #: dlltool.c:3984
1337 #, c-format
1338 msgid ""
1339 "      --no-leading-underscore All symbols shouldn't be prefixed by an "
1340 "underscore.\n"
1341 msgstr ""
1343 #: dlltool.c:3985
1344 #, c-format
1345 msgid ""
1346 "      --leading-underscore   All symbols should be prefixed by an "
1347 "underscore.\n"
1348 msgstr ""
1350 #: dlltool.c:3986
1351 #, c-format
1352 msgid "   -k --kill-at              Kill @<n> from exported names.\n"
1353 msgstr ""
1355 #: dlltool.c:3987
1356 #, c-format
1357 msgid "   -A --add-stdcall-alias    Add aliases without @<n>.\n"
1358 msgstr ""
1360 #: dlltool.c:3988
1361 #, c-format
1362 msgid "   -p --ext-prefix-alias <prefix> Add aliases with <prefix>.\n"
1363 msgstr ""
1365 #: dlltool.c:3989
1366 #, c-format
1367 msgid "   -S --as <name>            Use <name> for assembler.\n"
1368 msgstr ""
1370 #: dlltool.c:3990
1371 #, c-format
1372 msgid "   -f --as-flags <flags>     Pass <flags> to the assembler.\n"
1373 msgstr ""
1375 #: dlltool.c:3991
1376 #, c-format
1377 msgid ""
1378 "   -C --compat-implib        Create backward compatible import library.\n"
1379 msgstr ""
1381 #: dlltool.c:3992
1382 #, c-format
1383 msgid ""
1384 "   -n --no-delete            Keep temp files (repeat for extra "
1385 "preservation).\n"
1386 msgstr ""
1388 #: dlltool.c:3993
1389 #, c-format
1390 msgid ""
1391 "   -t --temp-prefix <prefix> Use <prefix> to construct temp file names.\n"
1392 msgstr ""
1394 #: dlltool.c:3994
1395 #, c-format
1396 msgid ""
1397 "   -I --identify <implib>    Report the name of the DLL associated with "
1398 "<implib>.\n"
1399 msgstr ""
1401 #: dlltool.c:3995
1402 #, c-format
1403 msgid ""
1404 "      --identify-strict      Causes --identify to report error when multiple "
1405 "DLLs.\n"
1406 msgstr ""
1408 #: dlltool.c:3996
1409 #, c-format
1410 msgid "   -v --verbose              Be verbose.\n"
1411 msgstr ""
1413 #: dlltool.c:3997
1414 #, c-format
1415 msgid "   -V --version              Display the program version.\n"
1416 msgstr ""
1418 #: dlltool.c:3998
1419 #, c-format
1420 msgid "   -h --help                 Display this information.\n"
1421 msgstr ""
1423 #: dlltool.c:3999
1424 #, c-format
1425 msgid "   @<file>                   Read options from <file>.\n"
1426 msgstr ""
1428 #: dlltool.c:4001
1429 #, c-format
1430 msgid ""
1431 "   -M --mcore-elf <outname>  Process mcore-elf object files into <outname>.\n"
1432 msgstr ""
1434 #: dlltool.c:4002
1435 #, c-format
1436 msgid "   -L --linker <name>        Use <name> as the linker.\n"
1437 msgstr ""
1439 #: dlltool.c:4003
1440 #, c-format
1441 msgid "   -F --linker-flags <flags> Pass <flags> to the linker.\n"
1442 msgstr ""
1444 #: dlltool.c:4149
1445 #, c-format
1446 msgid "Unable to open def-file: %s"
1447 msgstr ""
1449 #: dlltool.c:4154
1450 #, c-format
1451 msgid "Path components stripped from dllname, '%s'."
1452 msgstr ""
1454 #: dlltool.c:4202
1455 #, c-format
1456 msgid "Unable to open base-file: %s"
1457 msgstr ""
1459 #: dlltool.c:4237
1460 #, c-format
1461 msgid "Machine '%s' not supported"
1462 msgstr ""
1464 #: dlltool.c:4317
1465 #, c-format
1466 msgid "Warning, machine type (%d) not supported for delayimport."
1467 msgstr ""
1469 #: dlltool.c:4385 dllwrap.c:206
1470 #, c-format
1471 msgid "Tried file: %s"
1472 msgstr ""
1474 #: dlltool.c:4392 dllwrap.c:213
1475 #, c-format
1476 msgid "Using file: %s"
1477 msgstr ""
1479 #: dllwrap.c:296
1480 #, c-format
1481 msgid "Keeping temporary base file %s"
1482 msgstr ""
1484 #: dllwrap.c:298
1485 #, c-format
1486 msgid "Deleting temporary base file %s"
1487 msgstr ""
1489 #: dllwrap.c:312
1490 #, c-format
1491 msgid "Keeping temporary exp file %s"
1492 msgstr ""
1494 #: dllwrap.c:314
1495 #, c-format
1496 msgid "Deleting temporary exp file %s"
1497 msgstr ""
1499 #: dllwrap.c:327
1500 #, c-format
1501 msgid "Keeping temporary def file %s"
1502 msgstr ""
1504 #: dllwrap.c:329
1505 #, c-format
1506 msgid "Deleting temporary def file %s"
1507 msgstr ""
1509 #: dllwrap.c:411
1510 #, c-format
1511 msgid "pwait returns: %s"
1512 msgstr ""
1514 #: dllwrap.c:478
1515 #, c-format
1516 msgid "  Generic options:\n"
1517 msgstr ""
1519 #: dllwrap.c:479
1520 #, c-format
1521 msgid "   @<file>                Read options from <file>\n"
1522 msgstr ""
1524 #: dllwrap.c:480
1525 #, c-format
1526 msgid "   --quiet, -q            Work quietly\n"
1527 msgstr ""
1529 #: dllwrap.c:481
1530 #, c-format
1531 msgid "   --verbose, -v          Verbose\n"
1532 msgstr ""
1534 #: dllwrap.c:482
1535 #, c-format
1536 msgid "   --version              Print dllwrap version\n"
1537 msgstr ""
1539 #: dllwrap.c:483
1540 #, c-format
1541 msgid "   --implib <outname>     Synonym for --output-lib\n"
1542 msgstr ""
1544 #: dllwrap.c:484
1545 #, c-format
1546 msgid "  Options for %s:\n"
1547 msgstr ""
1549 #: dllwrap.c:485
1550 #, c-format
1551 msgid "   --driver-name <driver> Defaults to \"gcc\"\n"
1552 msgstr ""
1554 #: dllwrap.c:486
1555 #, c-format
1556 msgid "   --driver-flags <flags> Override default ld flags\n"
1557 msgstr ""
1559 #: dllwrap.c:487
1560 #, c-format
1561 msgid "   --dlltool-name <dlltool> Defaults to \"dlltool\"\n"
1562 msgstr ""
1564 #: dllwrap.c:488
1565 #, c-format
1566 msgid "   --entry <entry>        Specify alternate DLL entry point\n"
1567 msgstr ""
1569 #: dllwrap.c:489
1570 #, c-format
1571 msgid "   --image-base <base>    Specify image base address\n"
1572 msgstr ""
1574 #: dllwrap.c:490
1575 #, c-format
1576 msgid "   --target <machine>     i386-cygwin32 or i386-mingw32\n"
1577 msgstr ""
1579 #: dllwrap.c:491
1580 #, c-format
1581 msgid "   --dry-run              Show what needs to be run\n"
1582 msgstr ""
1584 #: dllwrap.c:492
1585 #, c-format
1586 msgid "   --mno-cygwin           Create Mingw DLL\n"
1587 msgstr ""
1589 #: dllwrap.c:493
1590 #, c-format
1591 msgid "  Options passed to DLLTOOL:\n"
1592 msgstr ""
1594 #: dllwrap.c:494
1595 #, c-format
1596 msgid "   --machine <machine>\n"
1597 msgstr ""
1599 #: dllwrap.c:495
1600 #, c-format
1601 msgid "   --output-exp <outname> Generate export file.\n"
1602 msgstr ""
1604 #: dllwrap.c:496
1605 #, c-format
1606 msgid "   --output-lib <outname> Generate input library.\n"
1607 msgstr ""
1609 #: dllwrap.c:497
1610 #, c-format
1611 msgid "   --add-indirect         Add dll indirects to export file.\n"
1612 msgstr ""
1614 #: dllwrap.c:498
1615 #, c-format
1616 msgid "   --dllname <name>       Name of input dll to put into output lib.\n"
1617 msgstr ""
1619 #: dllwrap.c:499
1620 #, c-format
1621 msgid "   --def <deffile>        Name input .def file\n"
1622 msgstr ""
1624 #: dllwrap.c:500
1625 #, c-format
1626 msgid "   --output-def <deffile> Name output .def file\n"
1627 msgstr ""
1629 #: dllwrap.c:501
1630 #, c-format
1631 msgid "   --export-all-symbols     Export all symbols to .def\n"
1632 msgstr ""
1634 #: dllwrap.c:502
1635 #, c-format
1636 msgid "   --no-export-all-symbols  Only export .drectve symbols\n"
1637 msgstr ""
1639 #: dllwrap.c:503
1640 #, c-format
1641 msgid "   --exclude-symbols <list> Exclude <list> from .def\n"
1642 msgstr ""
1644 #: dllwrap.c:504
1645 #, c-format
1646 msgid "   --no-default-excludes    Zap default exclude symbols\n"
1647 msgstr ""
1649 #: dllwrap.c:505
1650 #, c-format
1651 msgid "   --base-file <basefile> Read linker generated base file\n"
1652 msgstr ""
1654 #: dllwrap.c:506
1655 #, c-format
1656 msgid "   --no-idata4           Don't generate idata$4 section\n"
1657 msgstr ""
1659 #: dllwrap.c:507
1660 #, c-format
1661 msgid "   --no-idata5           Don't generate idata$5 section\n"
1662 msgstr ""
1664 #: dllwrap.c:508
1665 #, c-format
1666 msgid "   -U                     Add underscores to .lib\n"
1667 msgstr ""
1669 #: dllwrap.c:509
1670 #, c-format
1671 msgid "   -k                     Kill @<n> from exported names\n"
1672 msgstr ""
1674 #: dllwrap.c:510
1675 #, c-format
1676 msgid "   --add-stdcall-alias    Add aliases without @<n>\n"
1677 msgstr ""
1679 #: dllwrap.c:511
1680 #, c-format
1681 msgid "   --as <name>            Use <name> for assembler\n"
1682 msgstr ""
1684 #: dllwrap.c:512
1685 #, c-format
1686 msgid "   --nodelete             Keep temp files.\n"
1687 msgstr ""
1689 #: dllwrap.c:513
1690 #, c-format
1691 msgid "   --no-leading-underscore  Entrypoint without underscore\n"
1692 msgstr ""
1694 #: dllwrap.c:514
1695 #, c-format
1696 msgid "   --leading-underscore     Entrypoint with underscore.\n"
1697 msgstr ""
1699 #: dllwrap.c:515
1700 #, c-format
1701 msgid "  Rest are passed unmodified to the language driver\n"
1702 msgstr ""
1704 #: dllwrap.c:799
1705 msgid "Must provide at least one of -o or --dllname options"
1706 msgstr ""
1708 #: dllwrap.c:828
1709 msgid ""
1710 "no export definition file provided.\n"
1711 "Creating one, but that may not be what you want"
1712 msgstr ""
1714 #: dllwrap.c:1017
1715 #, c-format
1716 msgid "DLLTOOL name    : %s\n"
1717 msgstr ""
1719 #: dllwrap.c:1018
1720 #, c-format
1721 msgid "DLLTOOL options : %s\n"
1722 msgstr ""
1724 #: dllwrap.c:1019
1725 #, c-format
1726 msgid "DRIVER name     : %s\n"
1727 msgstr ""
1729 #: dllwrap.c:1020
1730 #, c-format
1731 msgid "DRIVER options  : %s\n"
1732 msgstr ""
1734 #: dwarf.c:133
1735 msgid "Encoded value extends past end of section\n"
1736 msgstr ""
1738 #: dwarf.c:141
1739 #, c-format
1740 msgid "Encoded size of %d is too large to read\n"
1741 msgstr ""
1743 #: dwarf.c:149
1744 msgid "Encoded size of 0 is too small to read\n"
1745 msgstr ""
1747 #: dwarf.c:323
1748 #, c-format
1749 msgid ""
1750 "internal error: attempt to read %d bytes of data in to %d sized variable"
1751 msgstr ""
1753 #: dwarf.c:440 dwarf.c:3441
1754 msgid "Badly formed extended line op encountered!\n"
1755 msgstr ""
1757 #: dwarf.c:447
1758 #, c-format
1759 msgid "  Extended opcode %d: "
1760 msgstr ""
1762 #: dwarf.c:452
1763 #, c-format
1764 msgid ""
1765 "End of Sequence\n"
1766 "\n"
1767 msgstr ""
1769 #: dwarf.c:460
1770 #, c-format
1771 msgid "Length (%d) of DW_LNE_set_address op is too long\n"
1772 msgstr ""
1774 #: dwarf.c:466
1775 #, c-format
1776 msgid "set Address to 0x%s\n"
1777 msgstr ""
1779 #: dwarf.c:472
1780 #, c-format
1781 msgid "define new File Table entry\n"
1782 msgstr ""
1784 #: dwarf.c:473 dwarf.c:2955
1785 #, c-format
1786 msgid "  Entry\tDir\tTime\tSize\tName\n"
1787 msgstr ""
1789 #: dwarf.c:487
1790 msgid "DW_LNE_define_file: Bad opcode length\n"
1791 msgstr ""
1793 #: dwarf.c:491
1794 #, c-format
1795 msgid "set Discriminator to %s\n"
1796 msgstr ""
1798 #: dwarf.c:566
1799 #, c-format
1800 msgid "    UNKNOWN DW_LNE_HP_SFC opcode (%u)\n"
1801 msgstr ""
1803 #. The test against DW_LNW_hi_user is redundant due to
1804 #. the limited range of the unsigned char data type used
1805 #. for op_code.
1806 #. && op_code <= DW_LNE_hi_user
1807 #: dwarf.c:583
1808 #, c-format
1809 msgid "user defined: "
1810 msgstr ""
1812 #: dwarf.c:585
1813 #, c-format
1814 msgid "UNKNOWN: "
1815 msgstr ""
1817 #: dwarf.c:586
1818 #, c-format
1819 msgid "length %d ["
1820 msgstr ""
1822 #: dwarf.c:603 dwarf.c:641
1823 msgid "<no .debug_str section>"
1824 msgstr ""
1826 #: dwarf.c:607
1827 #, c-format
1828 msgid "DW_FORM_strp offset too big: %s\n"
1829 msgstr ""
1831 #: dwarf.c:609
1832 msgid "<offset is too big>"
1833 msgstr ""
1835 #: dwarf.c:627
1836 msgid "<no .debug_str_offsets.dwo section>"
1837 msgstr ""
1839 #: dwarf.c:628
1840 msgid "<no .debug_str_offsets section>"
1841 msgstr ""
1843 #: dwarf.c:634
1844 #, c-format
1845 msgid "DW_FORM_GNU_str_index offset too big: %s\n"
1846 msgstr ""
1848 #: dwarf.c:636
1849 msgid "<index offset is too big>"
1850 msgstr ""
1852 #: dwarf.c:640
1853 msgid "<no .debug_str.dwo section>"
1854 msgstr ""
1856 #: dwarf.c:647
1857 #, c-format
1858 msgid "DW_FORM_GNU_str_index indirect offset too big: %s\n"
1859 msgstr ""
1861 #: dwarf.c:649
1862 msgid "<indirect index offset is too big>"
1863 msgstr ""
1865 #: dwarf.c:661
1866 msgid "<no .debug_addr section>"
1867 msgstr ""
1869 #: dwarf.c:665
1870 #, c-format
1871 msgid "Offset into section %s too big: %s\n"
1872 msgstr ""
1874 #. Report the missing single zero which ends the section.
1875 #: dwarf.c:830
1876 msgid ".debug_abbrev section not zero terminated\n"
1877 msgstr ""
1879 #: dwarf.c:844
1880 #, c-format
1881 msgid "Unknown TAG value: %lx"
1882 msgstr ""
1884 #: dwarf.c:864
1885 #, c-format
1886 msgid "Unknown FORM value: %lx"
1887 msgstr ""
1889 #: dwarf.c:878
1890 #, c-format
1891 msgid " %s byte block: "
1892 msgstr ""
1894 #: dwarf.c:1232
1895 #, c-format
1896 msgid "(DW_OP_call_ref in frame info)"
1897 msgstr ""
1899 #: dwarf.c:1254
1900 #, c-format
1901 msgid "size: %s "
1902 msgstr ""
1904 #: dwarf.c:1257
1905 #, c-format
1906 msgid "offset: %s "
1907 msgstr ""
1909 #: dwarf.c:1276
1910 #, c-format
1911 msgid "DW_OP_GNU_push_tls_address or DW_OP_HP_unknown"
1912 msgstr ""
1914 #: dwarf.c:1300
1915 #, c-format
1916 msgid "(DW_OP_GNU_implicit_pointer in frame info)"
1917 msgstr ""
1919 #: dwarf.c:1424
1920 #, c-format
1921 msgid "(User defined location op)"
1922 msgstr ""
1924 #: dwarf.c:1426
1925 #, c-format
1926 msgid "(Unknown location op)"
1927 msgstr ""
1929 #: dwarf.c:1520
1930 msgid "Corrupt attribute\n"
1931 msgstr ""
1933 #: dwarf.c:1535
1934 msgid "Internal error: DWARF version is not 2, 3 or 4.\n"
1935 msgstr ""
1937 #: dwarf.c:1661
1938 msgid "DW_FORM_data8 is unsupported when sizeof (dwarf_vma) != 8\n"
1939 msgstr ""
1941 #: dwarf.c:1679 dwarf.c:1704 dwarf.c:1725 dwarf.c:1747
1942 msgid "Block ends prematurely\n"
1943 msgstr ""
1945 #: dwarf.c:1690 dwarf.c:1711 dwarf.c:1732 dwarf.c:1756
1946 #, c-format
1947 msgid "Corrupt attribute block length: %lx\n"
1948 msgstr ""
1950 #: dwarf.c:1767
1951 #, c-format
1952 msgid " (indirect string, offset: 0x%s): %s"
1953 msgstr ""
1955 #: dwarf.c:1778
1956 #, c-format
1957 msgid " (indexed string: 0x%s): %s"
1958 msgstr ""
1960 #: dwarf.c:1786
1961 #, c-format
1962 msgid " (alt indirect string, offset: 0x%s)"
1963 msgstr ""
1965 #: dwarf.c:1809
1966 #, c-format
1967 msgid " (addr_index: 0x%s): %s"
1968 msgstr ""
1970 #: dwarf.c:1815
1971 #, c-format
1972 msgid "Unrecognized form: %lu\n"
1973 msgstr ""
1975 #: dwarf.c:1918
1976 #, c-format
1977 msgid "(not inlined)"
1978 msgstr ""
1980 #: dwarf.c:1921
1981 #, c-format
1982 msgid "(inlined)"
1983 msgstr ""
1985 #: dwarf.c:1924
1986 #, c-format
1987 msgid "(declared as inline but ignored)"
1988 msgstr ""
1990 #: dwarf.c:1927
1991 #, c-format
1992 msgid "(declared as inline and inlined)"
1993 msgstr ""
1995 #: dwarf.c:1930
1996 #, c-format
1997 msgid "  (Unknown inline attribute value: %s)"
1998 msgstr ""
2000 #: dwarf.c:1977
2001 #, c-format
2002 msgid "(implementation defined: %s)"
2003 msgstr ""
2005 #: dwarf.c:1980
2006 #, c-format
2007 msgid "(Unknown: %s)"
2008 msgstr ""
2010 #: dwarf.c:2021
2011 #, c-format
2012 msgid "(user defined type)"
2013 msgstr ""
2015 #: dwarf.c:2023
2016 #, c-format
2017 msgid "(unknown type)"
2018 msgstr ""
2020 #: dwarf.c:2036
2021 #, c-format
2022 msgid "(unknown accessibility)"
2023 msgstr ""
2025 #: dwarf.c:2048
2026 #, c-format
2027 msgid "(unknown visibility)"
2028 msgstr ""
2030 #: dwarf.c:2059
2031 #, c-format
2032 msgid "(unknown virtuality)"
2033 msgstr ""
2035 #: dwarf.c:2071
2036 #, c-format
2037 msgid "(unknown case)"
2038 msgstr ""
2040 #: dwarf.c:2085
2041 #, c-format
2042 msgid "(user defined)"
2043 msgstr ""
2045 #: dwarf.c:2087
2046 #, c-format
2047 msgid "(unknown convention)"
2048 msgstr ""
2050 #: dwarf.c:2095
2051 #, c-format
2052 msgid "(undefined)"
2053 msgstr ""
2055 #: dwarf.c:2119
2056 #, c-format
2057 msgid " (location list)"
2058 msgstr ""
2060 #: dwarf.c:2140 dwarf.c:4520 dwarf.c:4665
2061 #, c-format
2062 msgid " [without DW_AT_frame_base]"
2063 msgstr ""
2065 #: dwarf.c:2157
2066 #, c-format
2067 msgid ""
2068 "Offset %s used as value for DW_AT_import attribute of DIE at offset 0x%lx is "
2069 "too big.\n"
2070 msgstr ""
2072 #: dwarf.c:2167
2073 #, c-format
2074 msgid "\t[Abbrev Number: %ld"
2075 msgstr ""
2077 #: dwarf.c:2209
2078 #, c-format
2079 msgid "Unknown AT value: %lx"
2080 msgstr ""
2082 #: dwarf.c:2282
2083 #, c-format
2084 msgid "Reserved length value (0x%s) found in section %s\n"
2085 msgstr ""
2087 #: dwarf.c:2294
2088 #, c-format
2089 msgid "Corrupt unit length (0x%s) found in section %s\n"
2090 msgstr ""
2092 #: dwarf.c:2302
2093 #, c-format
2094 msgid "No comp units in %s section ?\n"
2095 msgstr ""
2097 #: dwarf.c:2311
2098 #, c-format
2099 msgid "Not enough memory for a debug info array of %u entries\n"
2100 msgstr ""
2102 #: dwarf.c:2329 dwarf.c:3795 dwarf.c:3942 dwarf.c:4106 dwarf.c:4359
2103 #: dwarf.c:4773 dwarf.c:4860 dwarf.c:4929 dwarf.c:5082 dwarf.c:5237
2104 #: dwarf.c:7127
2105 #, c-format
2106 msgid ""
2107 "Contents of the %s section:\n"
2108 "\n"
2109 msgstr ""
2111 #: dwarf.c:2341
2112 #, c-format
2113 msgid "Unable to locate %s section!\n"
2114 msgstr ""
2116 #: dwarf.c:2401
2117 #, c-format
2118 msgid "Invalid pointer size (%d) in compunit header, using %d instead\n"
2119 msgstr ""
2121 #: dwarf.c:2436
2122 #, c-format
2123 msgid "  Compilation Unit @ offset 0x%s:\n"
2124 msgstr ""
2126 #: dwarf.c:2438
2127 #, c-format
2128 msgid "   Length:        0x%s (%s)\n"
2129 msgstr ""
2131 #: dwarf.c:2441
2132 #, c-format
2133 msgid "   Version:       %d\n"
2134 msgstr ""
2136 #: dwarf.c:2442
2137 #, c-format
2138 msgid "   Abbrev Offset: 0x%s\n"
2139 msgstr ""
2141 #: dwarf.c:2444
2142 #, c-format
2143 msgid "   Pointer Size:  %d\n"
2144 msgstr ""
2146 #: dwarf.c:2449
2147 #, c-format
2148 msgid "   Signature:     0x%s\n"
2149 msgstr ""
2151 #: dwarf.c:2452
2152 #, c-format
2153 msgid "   Type Offset:   0x%s\n"
2154 msgstr ""
2156 #: dwarf.c:2460
2157 #, c-format
2158 msgid "   Section contributions:\n"
2159 msgstr ""
2161 #: dwarf.c:2461
2162 #, c-format
2163 msgid "    .debug_abbrev.dwo:       0x%s  0x%s\n"
2164 msgstr ""
2166 #: dwarf.c:2464
2167 #, c-format
2168 msgid "    .debug_line.dwo:         0x%s  0x%s\n"
2169 msgstr ""
2171 #: dwarf.c:2467
2172 #, c-format
2173 msgid "    .debug_loc.dwo:          0x%s  0x%s\n"
2174 msgstr ""
2176 #: dwarf.c:2470
2177 #, c-format
2178 msgid "    .debug_str_offsets.dwo:  0x%s  0x%s\n"
2179 msgstr ""
2181 #: dwarf.c:2479
2182 #, c-format
2183 msgid ""
2184 "Debug info is corrupted, length of CU at %s extends beyond end of section "
2185 "(length = %s)\n"
2186 msgstr ""
2188 #: dwarf.c:2491
2189 #, c-format
2190 msgid "Debug info is corrupt.  CU at %s extends beyond end of section"
2191 msgstr ""
2193 #: dwarf.c:2500
2194 #, c-format
2195 msgid "CU at offset %s contains corrupt or unsupported version number: %d.\n"
2196 msgstr ""
2198 #: dwarf.c:2510
2199 #, c-format
2200 msgid ""
2201 "Debug info is corrupted, abbrev offset (%lx) is larger than abbrev section "
2202 "size (%lx)\n"
2203 msgstr ""
2205 #: dwarf.c:2516
2206 #, c-format
2207 msgid ""
2208 "Debug info is corrupted, abbrev size (%lx) is larger than abbrev section "
2209 "size (%lx)\n"
2210 msgstr ""
2212 #: dwarf.c:2562
2213 #, c-format
2214 msgid " <%d><%lx>: Abbrev Number: 0\n"
2215 msgstr ""
2217 #: dwarf.c:2572
2218 #, c-format
2219 msgid "Bogus end-of-siblings marker detected at offset %lx in %s section\n"
2220 msgstr ""
2222 #: dwarf.c:2576
2223 msgid "Further warnings about bogus end-of-sibling markers suppressed\n"
2224 msgstr ""
2226 #: dwarf.c:2595
2227 #, c-format
2228 msgid " <%d><%lx>: Abbrev Number: %lu"
2229 msgstr ""
2231 #: dwarf.c:2599
2232 #, c-format
2233 msgid " <%d><%lx>: ...\n"
2234 msgstr ""
2236 #: dwarf.c:2618
2237 #, c-format
2238 msgid ""
2239 "DIE at offset 0x%lx refers to abbreviation number %lu which does not exist\n"
2240 msgstr ""
2242 #: dwarf.c:2783
2243 #, c-format
2244 msgid ""
2245 "The length field (0x%lx) in the debug_line header is wrong - the section is "
2246 "too small\n"
2247 msgstr ""
2249 #: dwarf.c:2796
2250 msgid "Only DWARF version 2, 3 and 4 line info is currently supported.\n"
2251 msgstr ""
2253 #: dwarf.c:2809
2254 msgid "Invalid maximum operations per insn.\n"
2255 msgstr ""
2257 #: dwarf.c:2825
2258 #, c-format
2259 msgid "Line length %s extends beyond end of section\n"
2260 msgstr ""
2262 #: dwarf.c:2841
2263 #, c-format
2264 msgid ""
2265 "Raw dump of debug contents of section %s:\n"
2266 "\n"
2267 msgstr ""
2269 #: dwarf.c:2874 dwarf.c:3231
2270 msgid ""
2271 "Partial .debug_line. section encountered without a prior full .debug_line "
2272 "section\n"
2273 msgstr ""
2275 #: dwarf.c:2887 dwarf.c:4127
2276 #, c-format
2277 msgid "  Offset:                      0x%lx\n"
2278 msgstr ""
2280 #: dwarf.c:2888
2281 #, c-format
2282 msgid "  Length:                      %ld\n"
2283 msgstr ""
2285 #: dwarf.c:2889
2286 #, c-format
2287 msgid "  DWARF Version:               %d\n"
2288 msgstr ""
2290 #: dwarf.c:2890
2291 #, c-format
2292 msgid "  Prologue Length:             %d\n"
2293 msgstr ""
2295 #: dwarf.c:2891
2296 #, c-format
2297 msgid "  Minimum Instruction Length:  %d\n"
2298 msgstr ""
2300 #: dwarf.c:2893
2301 #, c-format
2302 msgid "  Maximum Ops per Instruction: %d\n"
2303 msgstr ""
2305 #: dwarf.c:2894
2306 #, c-format
2307 msgid "  Initial value of 'is_stmt':  %d\n"
2308 msgstr ""
2310 #: dwarf.c:2895
2311 #, c-format
2312 msgid "  Line Base:                   %d\n"
2313 msgstr ""
2315 #: dwarf.c:2896
2316 #, c-format
2317 msgid "  Line Range:                  %d\n"
2318 msgstr ""
2320 #: dwarf.c:2897
2321 #, c-format
2322 msgid "  Opcode Base:                 %d\n"
2323 msgstr ""
2325 #: dwarf.c:2902 dwarf.c:3247
2326 msgid "Line range of 0 is invalid, using 1 instead\n"
2327 msgstr ""
2329 #: dwarf.c:2914
2330 msgid "Line Base extends beyond end of section\n"
2331 msgstr ""
2333 #: dwarf.c:2918
2334 #, c-format
2335 msgid ""
2336 "\n"
2337 " Opcodes:\n"
2338 msgstr ""
2340 #: dwarf.c:2921
2341 #, c-format
2342 msgid "  Opcode %d has %d args\n"
2343 msgstr ""
2345 #: dwarf.c:2927
2346 #, c-format
2347 msgid ""
2348 "\n"
2349 " The Directory Table is empty.\n"
2350 msgstr ""
2352 #: dwarf.c:2930
2353 #, c-format
2354 msgid ""
2355 "\n"
2356 " The Directory Table (offset 0x%lx):\n"
2357 msgstr ""
2359 #: dwarf.c:2950
2360 #, c-format
2361 msgid ""
2362 "\n"
2363 " The File Name Table is empty.\n"
2364 msgstr ""
2366 #: dwarf.c:2953
2367 #, c-format
2368 msgid ""
2369 "\n"
2370 " The File Name Table (offset 0x%lx):\n"
2371 msgstr ""
2373 #: dwarf.c:2979
2374 msgid "Corrupt file name table entry\n"
2375 msgstr ""
2377 #: dwarf.c:2993
2378 #, c-format
2379 msgid " No Line Number Statements.\n"
2380 msgstr ""
2382 #: dwarf.c:2996
2383 #, c-format
2384 msgid " Line Number Statements:\n"
2385 msgstr ""
2387 #: dwarf.c:3017
2388 #, c-format
2389 msgid "  Special opcode %d: advance Address by %s to 0x%s"
2390 msgstr ""
2392 #: dwarf.c:3031
2393 #, c-format
2394 msgid "  Special opcode %d: advance Address by %s to 0x%s[%d]"
2395 msgstr ""
2397 #: dwarf.c:3039
2398 #, c-format
2399 msgid " and Line by %s to %d\n"
2400 msgstr ""
2402 #: dwarf.c:3049
2403 #, c-format
2404 msgid "  Copy\n"
2405 msgstr ""
2407 #: dwarf.c:3059
2408 #, c-format
2409 msgid "  Advance PC by %s to 0x%s\n"
2410 msgstr ""
2412 #: dwarf.c:3072
2413 #, c-format
2414 msgid "  Advance PC by %s to 0x%s[%d]\n"
2415 msgstr ""
2417 #: dwarf.c:3083
2418 #, c-format
2419 msgid "  Advance Line by %s to %d\n"
2420 msgstr ""
2422 #: dwarf.c:3091
2423 #, c-format
2424 msgid "  Set File Name to entry %s in the File Name Table\n"
2425 msgstr ""
2427 #: dwarf.c:3099
2428 #, c-format
2429 msgid "  Set column to %s\n"
2430 msgstr ""
2432 #: dwarf.c:3107
2433 #, c-format
2434 msgid "  Set is_stmt to %s\n"
2435 msgstr ""
2437 #: dwarf.c:3112
2438 #, c-format
2439 msgid "  Set basic block\n"
2440 msgstr ""
2442 #: dwarf.c:3122
2443 #, c-format
2444 msgid "  Advance PC by constant %s to 0x%s\n"
2445 msgstr ""
2447 #: dwarf.c:3135
2448 #, c-format
2449 msgid "  Advance PC by constant %s to 0x%s[%d]\n"
2450 msgstr ""
2452 #: dwarf.c:3146
2453 #, c-format
2454 msgid "  Advance PC by fixed size amount %s to 0x%s\n"
2455 msgstr ""
2457 #: dwarf.c:3152
2458 #, c-format
2459 msgid "  Set prologue_end to true\n"
2460 msgstr ""
2462 #: dwarf.c:3156
2463 #, c-format
2464 msgid "  Set epilogue_begin to true\n"
2465 msgstr ""
2467 #: dwarf.c:3162
2468 #, c-format
2469 msgid "  Set ISA to %s\n"
2470 msgstr ""
2472 #: dwarf.c:3166 dwarf.c:3618
2473 #, c-format
2474 msgid "  Unknown opcode %d with operands: "
2475 msgstr ""
2477 #: dwarf.c:3204
2478 #, c-format
2479 msgid ""
2480 "Decoded dump of debug contents of section %s:\n"
2481 "\n"
2482 msgstr ""
2484 #: dwarf.c:3260
2485 #, c-format
2486 msgid "opcode base of %d extends beyond end of section\n"
2487 msgstr ""
2489 #: dwarf.c:3278
2490 msgid "directory table ends unexpectedly\n"
2491 msgstr ""
2493 #: dwarf.c:3323
2494 msgid "file table ends unexpectedly\n"
2495 msgstr ""
2497 #: dwarf.c:3356
2498 #, c-format
2499 msgid "CU: %s:\n"
2500 msgstr ""
2502 #: dwarf.c:3357 dwarf.c:3382
2503 #, c-format
2504 msgid "File name                            Line number    Starting address\n"
2505 msgstr ""
2507 #: dwarf.c:3368 dwarf.c:3655 readelf.c:5587 readelf.c:5658 readelf.c:5676
2508 #: readelf.c:5694 readelf.c:10534 readelf.c:14474 readelf.c:14506
2509 msgid "<unknown>"
2510 msgstr ""
2512 #: dwarf.c:3371 dwarf.c:3554
2513 #, c-format
2514 msgid "directory index %u > number of directories %u\n"
2515 msgstr ""
2517 #: dwarf.c:3372 dwarf.c:3649 elfcomm.c:880 readelf.c:302 readelf.c:615
2518 #: readelf.c:6532 readelf.c:7058 readelf.c:8948 readelf.c:10927
2519 #: readelf.c:10994 readelf.c:11325 readelf.c:13387 readelf.c:13482
2520 #: readelf.c:14064 readelf.c:14083 readelf.c:14207 readelf.c:14483
2521 #: readelf.c:15457 readelf.c:15460
2522 #, c-format
2523 msgid "<corrupt>"
2524 msgstr ""
2526 #: dwarf.c:3378
2527 #, c-format
2528 msgid "CU: %s/%s:\n"
2529 msgstr ""
2531 #: dwarf.c:3492
2532 #, c-format
2533 msgid "UNKNOWN (%u): length %d\n"
2534 msgstr ""
2536 #: dwarf.c:3538
2537 #, c-format
2538 msgid ""
2539 "\n"
2540 " [Use file table entry %d]\n"
2541 msgstr ""
2543 #: dwarf.c:3542
2544 #, c-format
2545 msgid "file index %u > number of files %u\n"
2546 msgstr ""
2548 #: dwarf.c:3543
2549 #, c-format
2550 msgid ""
2551 "\n"
2552 " <over large file table index %u>"
2553 msgstr ""
2555 #: dwarf.c:3549
2556 #, c-format
2557 msgid ""
2558 "\n"
2559 " [Use file %s in directory table entry %d]\n"
2560 msgstr ""
2562 #: dwarf.c:3555
2563 #, c-format
2564 msgid ""
2565 "\n"
2566 " <over large directory table entry %u>\n"
2567 msgstr ""
2569 #: dwarf.c:3614
2570 #, c-format
2571 msgid "  Set ISA to %lu\n"
2572 msgstr ""
2574 #: dwarf.c:3648
2575 #, c-format
2576 msgid "corrupt file index %u encountered\n"
2577 msgstr ""
2579 #: dwarf.c:3769
2580 msgid "no info"
2581 msgstr ""
2583 #: dwarf.c:3770
2584 msgid "type"
2585 msgstr ""
2587 #: dwarf.c:3771
2588 msgid "variable"
2589 msgstr ""
2591 #: dwarf.c:3772
2592 msgid "function"
2593 msgstr ""
2595 #: dwarf.c:3773
2596 msgid "other"
2597 msgstr ""
2599 #: dwarf.c:3774
2600 msgid "unused5"
2601 msgstr ""
2603 #: dwarf.c:3775
2604 msgid "unused6"
2605 msgstr ""
2607 #: dwarf.c:3776
2608 msgid "unused7"
2609 msgstr ""
2611 #: dwarf.c:3825 dwarf.c:4968
2612 #, c-format
2613 msgid ""
2614 ".debug_info offset of 0x%lx in %s section does not point to a CU header.\n"
2615 msgstr ""
2617 #: dwarf.c:3836
2618 #, c-format
2619 msgid "Negative length for public name: 0x%lx\n"
2620 msgstr ""
2622 #: dwarf.c:3842
2623 #, c-format
2624 msgid "  Length:                              %ld\n"
2625 msgstr ""
2627 #: dwarf.c:3844
2628 #, c-format
2629 msgid "  Version:                             %d\n"
2630 msgstr ""
2632 #: dwarf.c:3846
2633 #, c-format
2634 msgid "  Offset into .debug_info section:     0x%lx\n"
2635 msgstr ""
2637 #: dwarf.c:3848
2638 #, c-format
2639 msgid "  Size of area in .debug_info section: %ld\n"
2640 msgstr ""
2642 #: dwarf.c:3857
2643 msgid "Only DWARF 2 and 3 pubnames are currently supported\n"
2644 msgstr ""
2646 #: dwarf.c:3865
2647 #, c-format
2648 msgid ""
2649 "\n"
2650 "    Offset  Kind          Name\n"
2651 msgstr ""
2653 #: dwarf.c:3867
2654 #, c-format
2655 msgid ""
2656 "\n"
2657 "    Offset\tName\n"
2658 msgstr ""
2660 #: dwarf.c:3901
2661 msgid "s"
2662 msgstr ""
2664 #: dwarf.c:3901
2665 msgid "g"
2666 msgstr ""
2668 #: dwarf.c:3963
2669 #, c-format
2670 msgid " DW_MACINFO_start_file - lineno: %d filenum: %d\n"
2671 msgstr ""
2673 #: dwarf.c:3969
2674 #, c-format
2675 msgid " DW_MACINFO_end_file\n"
2676 msgstr ""
2678 #: dwarf.c:3977
2679 #, c-format
2680 msgid " DW_MACINFO_define - lineno : %d macro : %s\n"
2681 msgstr ""
2683 #: dwarf.c:3986
2684 #, c-format
2685 msgid " DW_MACINFO_undef - lineno : %d macro : %s\n"
2686 msgstr ""
2688 #: dwarf.c:3998
2689 #, c-format
2690 msgid " DW_MACINFO_vendor_ext - constant : %d string : %s\n"
2691 msgstr ""
2693 #: dwarf.c:4119
2694 #, c-format
2695 msgid "Only GNU extension to DWARF 4 of %s is currently supported.\n"
2696 msgstr ""
2698 #: dwarf.c:4129
2699 #, c-format
2700 msgid "  Version:                     %d\n"
2701 msgstr ""
2703 #: dwarf.c:4130
2704 #, c-format
2705 msgid "  Offset size:                 %d\n"
2706 msgstr ""
2708 #: dwarf.c:4134
2709 #, c-format
2710 msgid "  Offset into .debug_line:     0x%lx\n"
2711 msgstr ""
2713 #: dwarf.c:4148
2714 #, c-format
2715 msgid "  Extension opcode arguments:\n"
2716 msgstr ""
2718 #: dwarf.c:4156
2719 #, c-format
2720 msgid "    DW_MACRO_GNU_%02x has no arguments\n"
2721 msgstr ""
2723 #: dwarf.c:4159
2724 #, c-format
2725 msgid "    DW_MACRO_GNU_%02x arguments: "
2726 msgstr ""
2728 #: dwarf.c:4185
2729 #, c-format
2730 msgid "Invalid extension opcode form %s\n"
2731 msgstr ""
2733 #: dwarf.c:4202
2734 msgid ".debug_macro section not zero terminated\n"
2735 msgstr ""
2737 #: dwarf.c:4223
2738 msgid "DW_MACRO_GNU_start_file used, but no .debug_line offset provided.\n"
2739 msgstr ""
2741 #: dwarf.c:4229
2742 #, c-format
2743 msgid " DW_MACRO_GNU_start_file - lineno: %d filenum: %d\n"
2744 msgstr ""
2746 #: dwarf.c:4232
2747 #, c-format
2748 msgid " DW_MACRO_GNU_start_file - lineno: %d filenum: %d filename: %s%s%s\n"
2749 msgstr ""
2751 #: dwarf.c:4240
2752 #, c-format
2753 msgid " DW_MACRO_GNU_end_file\n"
2754 msgstr ""
2756 #: dwarf.c:4248
2757 #, c-format
2758 msgid " DW_MACRO_GNU_define - lineno : %d macro : %s\n"
2759 msgstr ""
2761 #: dwarf.c:4257
2762 #, c-format
2763 msgid " DW_MACRO_GNU_undef - lineno : %d macro : %s\n"
2764 msgstr ""
2766 #: dwarf.c:4266
2767 #, c-format
2768 msgid " DW_MACRO_GNU_define_indirect - lineno : %d macro : %s\n"
2769 msgstr ""
2771 #: dwarf.c:4275
2772 #, c-format
2773 msgid " DW_MACRO_GNU_undef_indirect - lineno : %d macro : %s\n"
2774 msgstr ""
2776 #: dwarf.c:4281
2777 #, c-format
2778 msgid " DW_MACRO_GNU_transparent_include - offset : 0x%lx\n"
2779 msgstr ""
2781 #: dwarf.c:4289
2782 #, c-format
2783 msgid " DW_MACRO_GNU_define_indirect_alt - lineno : %d macro offset : 0x%lx\n"
2784 msgstr ""
2786 #: dwarf.c:4297
2787 #, c-format
2788 msgid " DW_MACRO_GNU_undef_indirect_alt - lineno : %d macro offset : 0x%lx\n"
2789 msgstr ""
2791 #: dwarf.c:4303
2792 #, c-format
2793 msgid " DW_MACRO_GNU_transparent_include_alt - offset : 0x%lx\n"
2794 msgstr ""
2796 #: dwarf.c:4310
2797 #, c-format
2798 msgid " Unknown macro opcode %02x seen\n"
2799 msgstr ""
2801 #: dwarf.c:4322
2802 #, c-format
2803 msgid " DW_MACRO_GNU_%02x\n"
2804 msgstr ""
2806 #: dwarf.c:4325
2807 #, c-format
2808 msgid " DW_MACRO_GNU_%02x -"
2809 msgstr ""
2811 #: dwarf.c:4373
2812 #, c-format
2813 msgid "  Number TAG (0x%lx)\n"
2814 msgstr ""
2816 #: dwarf.c:4382
2817 msgid "has children"
2818 msgstr ""
2820 #: dwarf.c:4382
2821 msgid "no children"
2822 msgstr ""
2824 #: dwarf.c:4431
2825 #, c-format
2826 msgid "No debug information available for loc lists of entry: %u\n"
2827 msgstr ""
2829 #: dwarf.c:4443 dwarf.c:4583
2830 #, c-format
2831 msgid "Invalid pointer size (%d) in debug info for entry %d\n"
2832 msgstr ""
2834 #: dwarf.c:4454 dwarf.c:4493 dwarf.c:4502 dwarf.c:4594 dwarf.c:4642
2835 #: dwarf.c:4650
2836 #, c-format
2837 msgid "Location list starting at offset 0x%lx is not terminated.\n"
2838 msgstr ""
2840 #: dwarf.c:4475 dwarf.c:4604 dwarf.c:5294
2841 #, c-format
2842 msgid "<End of list>\n"
2843 msgstr ""
2845 #: dwarf.c:4487
2846 #, c-format
2847 msgid "(base address)\n"
2848 msgstr ""
2850 #: dwarf.c:4523
2851 msgid " (start == end)"
2852 msgstr ""
2854 #: dwarf.c:4525
2855 msgid " (start > end)"
2856 msgstr ""
2858 #: dwarf.c:4571
2859 #, c-format
2860 msgid "No debug information for loc lists of entry: %u\n"
2861 msgstr ""
2863 #: dwarf.c:4611
2864 #, c-format
2865 msgid "(base address selection entry)\n"
2866 msgstr ""
2868 #: dwarf.c:4635
2869 #, c-format
2870 msgid "Unknown location list entry type 0x%x.\n"
2871 msgstr ""
2873 #: dwarf.c:4713 dwarf.c:4856 dwarf.c:5071 dwarf.c:5143 dwarf.c:5190
2874 #, c-format
2875 msgid ""
2876 "\n"
2877 "The %s section is empty.\n"
2878 msgstr ""
2880 #: dwarf.c:4719 dwarf.c:5077 dwarf.c:5196
2881 #, c-format
2882 msgid ""
2883 "Unable to load/parse the .debug_info section, so cannot interpret the %s "
2884 "section.\n"
2885 msgstr ""
2887 #: dwarf.c:4763
2888 msgid "No location lists in .debug_info section!\n"
2889 msgstr ""
2891 #: dwarf.c:4767
2892 #, c-format
2893 msgid "Location lists in %s section start at 0x%s\n"
2894 msgstr ""
2896 #: dwarf.c:4775
2897 #, c-format
2898 msgid ""
2899 " Warning: This section has relocations - addresses seen here may not be "
2900 "accurate.\n"
2901 "\n"
2902 msgstr ""
2904 #: dwarf.c:4776
2905 #, c-format
2906 msgid "    Offset   Begin            End              Expression\n"
2907 msgstr ""
2909 #: dwarf.c:4813
2910 #, c-format
2911 msgid "There is a hole [0x%lx - 0x%lx] in .debug_loc section.\n"
2912 msgstr ""
2914 #: dwarf.c:4817
2915 #, c-format
2916 msgid "There is an overlap [0x%lx - 0x%lx] in .debug_loc section.\n"
2917 msgstr ""
2919 #: dwarf.c:4825
2920 #, c-format
2921 msgid "Offset 0x%lx is bigger than .debug_loc section size.\n"
2922 msgstr ""
2924 #: dwarf.c:4839
2925 #, c-format
2926 msgid "There are %ld unused bytes at the end of section %s\n"
2927 msgstr ""
2929 #: dwarf.c:4981
2930 msgid "Only DWARF 2 and 3 aranges are currently supported.\n"
2931 msgstr ""
2933 #: dwarf.c:4985
2934 #, c-format
2935 msgid "  Length:                   %ld\n"
2936 msgstr ""
2938 #: dwarf.c:4987
2939 #, c-format
2940 msgid "  Version:                  %d\n"
2941 msgstr ""
2943 #: dwarf.c:4988
2944 #, c-format
2945 msgid "  Offset into .debug_info:  0x%lx\n"
2946 msgstr ""
2948 #: dwarf.c:4990
2949 #, c-format
2950 msgid "  Pointer Size:             %d\n"
2951 msgstr ""
2953 #: dwarf.c:4991
2954 #, c-format
2955 msgid "  Segment Size:             %d\n"
2956 msgstr ""
2958 #: dwarf.c:4998
2959 #, c-format
2960 msgid "Invalid address size in %s section!\n"
2961 msgstr ""
2963 #: dwarf.c:5008
2964 msgid "Pointer size + Segment size is not a power of two.\n"
2965 msgstr ""
2967 #: dwarf.c:5013
2968 #, c-format
2969 msgid ""
2970 "\n"
2971 "    Address            Length\n"
2972 msgstr ""
2974 #: dwarf.c:5015
2975 #, c-format
2976 msgid ""
2977 "\n"
2978 "    Address    Length\n"
2979 msgstr ""
2981 #: dwarf.c:5027
2982 #, c-format
2983 msgid "Excessive header length: %lx\n"
2984 msgstr ""
2986 #: dwarf.c:5097
2987 #, c-format
2988 msgid "Corrupt address base (%lx) found in debug section %u\n"
2989 msgstr ""
2991 #: dwarf.c:5113
2992 #, c-format
2993 msgid "  For compilation unit at offset 0x%s:\n"
2994 msgstr ""
2996 #: dwarf.c:5116
2997 #, c-format
2998 msgid "\tIndex\tAddress\n"
2999 msgstr ""
3001 #: dwarf.c:5123
3002 #, c-format
3003 msgid "\t%d:\t"
3004 msgstr ""
3006 #. This can happen when the file was compiled with -gsplit-debug
3007 #. which removes references to range lists from the primary .o file.
3008 #: dwarf.c:5209
3009 #, c-format
3010 msgid "No range lists in .debug_info section.\n"
3011 msgstr ""
3013 #: dwarf.c:5234
3014 #, c-format
3015 msgid "Range lists in %s section start at 0x%lx\n"
3016 msgstr ""
3018 #: dwarf.c:5238
3019 #, c-format
3020 msgid "    Offset   Begin    End\n"
3021 msgstr ""
3023 #: dwarf.c:5257
3024 #, c-format
3025 msgid "Corrupt pointer size (%d) in debug entry at offset %8.8lx\n"
3026 msgstr ""
3028 #: dwarf.c:5265
3029 #, c-format
3030 msgid "There is a hole [0x%lx - 0x%lx] in %s section.\n"
3031 msgstr ""
3033 #: dwarf.c:5272
3034 #, c-format
3035 msgid "There is an overlap [0x%lx - 0x%lx] in %s section.\n"
3036 msgstr ""
3038 #: dwarf.c:5313
3039 msgid "(start == end)"
3040 msgstr ""
3042 #: dwarf.c:5315
3043 msgid "(start > end)"
3044 msgstr ""
3046 #: dwarf.c:5381
3047 #, c-format
3048 msgid "Unfeasibly large register number: %u\n"
3049 msgstr ""
3051 #: dwarf.c:5394
3052 #, c-format
3053 msgid "Out of memory allocating %u columns in dwarf frame arrays\n"
3054 msgstr ""
3056 #: dwarf.c:5713
3057 msgid "No terminator for augmentation name\n"
3058 msgstr ""
3060 #: dwarf.c:5725
3061 #, c-format
3062 msgid "Invalid pointer size (%d) in CIE data\n"
3063 msgstr ""
3065 #: dwarf.c:5733
3066 #, c-format
3067 msgid "Invalid segment size (%d) in CIE data\n"
3068 msgstr ""
3070 #: dwarf.c:5763
3071 #, c-format
3072 msgid "Augmentation data too long: 0x%lx\n"
3073 msgstr ""
3075 #: dwarf.c:5781
3076 #, c-format
3077 msgid "Negative augmentation data length: 0x%lx"
3078 msgstr ""
3080 #: dwarf.c:5827
3081 msgid "bad register: "
3082 msgstr ""
3084 #. The documentation for the format of this file is in gdb/dwarf2read.c.
3085 #: dwarf.c:5830 dwarf.c:6780
3086 #, c-format
3087 msgid "Contents of the %s section:\n"
3088 msgstr ""
3090 #: dwarf.c:6005
3091 msgid "Failed to read CIE information\n"
3092 msgstr ""
3094 #: dwarf.c:6016 dwarf.c:6040 dwarf.c:6067
3095 msgid "Invalid max register\n"
3096 msgstr ""
3098 #. PR 17512: file: 9e196b3e.
3099 #: dwarf.c:6082
3100 #, c-format
3101 msgid "Probably corrupt segment size: %d - using 4 instead\n"
3102 msgstr ""
3104 #: dwarf.c:6104
3105 #, c-format
3106 msgid "Corrupt augmentation data length: %lx\n"
3107 msgstr ""
3109 #: dwarf.c:6228
3110 #, c-format
3111 msgid "Corrupt CFA_def expression value: %lu\n"
3112 msgstr ""
3114 #. PR 17512: file:306-192417-0.005.
3115 #: dwarf.c:6242
3116 #, c-format
3117 msgid "Corrupt CFA expression value: %lu\n"
3118 msgstr ""
3120 #: dwarf.c:6538
3121 msgid "Invalid column number in saved frame state\n"
3122 msgstr ""
3124 #: dwarf.c:6585
3125 #, c-format
3126 msgid "  DW_CFA_def_cfa_expression: <corrupt len %lu>\n"
3127 msgstr ""
3129 #: dwarf.c:6609
3130 #, c-format
3131 msgid "  DW_CFA_expression: <corrupt len %lu>\n"
3132 msgstr ""
3134 #: dwarf.c:6740
3135 #, c-format
3136 msgid "  DW_CFA_??? (User defined call frame op: %#x)\n"
3137 msgstr ""
3139 #: dwarf.c:6742
3140 #, c-format
3141 msgid "Unsupported or unknown Dwarf Call Frame Instruction number: %#x\n"
3142 msgstr ""
3144 #: dwarf.c:6784
3145 #, c-format
3146 msgid "Truncated header in the %s section.\n"
3147 msgstr ""
3149 #: dwarf.c:6789
3150 #, c-format
3151 msgid "Version %ld\n"
3152 msgstr ""
3154 #: dwarf.c:6795
3155 #, c-format
3156 msgid "Unsupported version %lu.\n"
3157 msgstr ""
3159 #: dwarf.c:6799
3160 msgid "The address table data in version 3 may be wrong.\n"
3161 msgstr ""
3163 #: dwarf.c:6801
3164 msgid "Version 4 does not support case insensitive lookups.\n"
3165 msgstr ""
3167 #: dwarf.c:6803
3168 msgid "Version 5 does not include inlined functions.\n"
3169 msgstr ""
3171 #: dwarf.c:6805
3172 msgid "Version 6 does not include symbol attributes.\n"
3173 msgstr ""
3175 #: dwarf.c:6823
3176 #, c-format
3177 msgid "Corrupt header in the %s section.\n"
3178 msgstr ""
3180 #: dwarf.c:6830
3181 #, c-format
3182 msgid "TU offset (%x) is less than CU offset (%x)\n"
3183 msgstr ""
3185 #: dwarf.c:6839
3186 #, c-format
3187 msgid "Address table offset (%x) is less than TU offset (%x)\n"
3188 msgstr ""
3190 #: dwarf.c:6849
3191 #, c-format
3192 msgid "Symbol table offset (%xl) is less then Address table offset (%x)\n"
3193 msgstr ""
3195 #: dwarf.c:6858
3196 #, c-format
3197 msgid "Constant pool offset (%x) is less than symbol table offset (%x)\n"
3198 msgstr ""
3200 #: dwarf.c:6873
3201 msgid "Address table extends beyond end of section.\n"
3202 msgstr ""
3204 #: dwarf.c:6877
3205 #, c-format
3206 msgid ""
3207 "\n"
3208 "CU table:\n"
3209 msgstr ""
3211 #: dwarf.c:6883
3212 #, c-format
3213 msgid "[%3u] 0x%lx - 0x%lx\n"
3214 msgstr ""
3216 #: dwarf.c:6888
3217 #, c-format
3218 msgid ""
3219 "\n"
3220 "TU table:\n"
3221 msgstr ""
3223 #: dwarf.c:6895
3224 #, c-format
3225 msgid "[%3u] 0x%lx 0x%lx "
3226 msgstr ""
3228 #: dwarf.c:6902
3229 #, c-format
3230 msgid ""
3231 "\n"
3232 "Address table:\n"
3233 msgstr ""
3235 #: dwarf.c:6912
3236 #, c-format
3237 msgid "%lu\n"
3238 msgstr ""
3240 #: dwarf.c:6915
3241 #, c-format
3242 msgid ""
3243 "\n"
3244 "Symbol table:\n"
3245 msgstr ""
3247 #: dwarf.c:6932
3248 #, c-format
3249 msgid "[%3u] <corrupt offset: %x>"
3250 msgstr ""
3252 #: dwarf.c:6933
3253 #, c-format
3254 msgid "Corrupt name offset of 0x%x found for symbol table slot %d\n"
3255 msgstr ""
3257 #: dwarf.c:6944
3258 #, c-format
3259 msgid "<invalid CU vector offset: %x>\n"
3260 msgstr ""
3262 #: dwarf.c:6945
3263 #, c-format
3264 msgid "Corrupt CU vector offset of 0x%x found for symbol table slot %d\n"
3265 msgstr ""
3267 #: dwarf.c:6958
3268 #, c-format
3269 msgid "Invalid number of CUs (0x%x) for symbol table slot %d\n"
3270 msgstr ""
3272 #: dwarf.c:6983
3273 msgid "static"
3274 msgstr ""
3276 #: dwarf.c:6983
3277 msgid "global"
3278 msgstr ""
3280 #: dwarf.c:7021 dwarf.c:7032
3281 msgid "Internal error: out of space in the shndx pool.\n"
3282 msgstr ""
3284 #: dwarf.c:7096
3285 #, c-format
3286 msgid "Section %s is empty\n"
3287 msgstr ""
3289 #: dwarf.c:7102
3290 #, c-format
3291 msgid "Section %s is too small to contain a CU/TU header\n"
3292 msgstr ""
3294 #: dwarf.c:7120
3295 #, c-format
3296 msgid "Section %s is too small for %d slots\n"
3297 msgstr ""
3299 #: dwarf.c:7128
3300 #, c-format
3301 msgid "  Version:                 %d\n"
3302 msgstr ""
3304 #: dwarf.c:7130
3305 #, c-format
3306 msgid "  Number of columns:       %d\n"
3307 msgstr ""
3309 #: dwarf.c:7131
3310 #, c-format
3311 msgid "  Number of used entries:  %d\n"
3312 msgstr ""
3314 #: dwarf.c:7132
3315 #, c-format
3316 msgid ""
3317 "  Number of slots:         %d\n"
3318 "\n"
3319 msgstr ""
3321 #: dwarf.c:7137
3322 #, c-format
3323 msgid "Section %s too small for %d hash table entries\n"
3324 msgstr ""
3326 #: dwarf.c:7159
3327 msgid "Section index pool located before start of section\n"
3328 msgstr ""
3330 #: dwarf.c:7164
3331 #, c-format
3332 msgid "  [%3d] Signature:  0x%s  Sections: "
3333 msgstr ""
3335 #: dwarf.c:7171
3336 #, c-format
3337 msgid "Section %s too small for shndx pool\n"
3338 msgstr ""
3340 #: dwarf.c:7213
3341 #, c-format
3342 msgid "Overlarge number of columns: %x\n"
3343 msgstr ""
3345 #: dwarf.c:7219
3346 #, c-format
3347 msgid "Section %s too small for offset and size tables\n"
3348 msgstr ""
3350 #: dwarf.c:7226
3351 #, c-format
3352 msgid "  Offset table\n"
3353 msgstr ""
3355 #: dwarf.c:7228 dwarf.c:7318
3356 msgid "signature"
3357 msgstr ""
3359 #: dwarf.c:7228 dwarf.c:7318
3360 msgid "dwo_id"
3361 msgstr ""
3363 #: dwarf.c:7266
3364 #, c-format
3365 msgid "Row index (%u) is larger than number of used entries (%u)\n"
3366 msgstr ""
3368 #: dwarf.c:7278
3369 #, c-format
3370 msgid "Row index (%u) * num columns (%u) > space remaining in section\n"
3371 msgstr ""
3373 #: dwarf.c:7284 dwarf.c:7341
3374 #, c-format
3375 msgid "  [%3d] 0x%s"
3376 msgstr ""
3378 #: dwarf.c:7298 dwarf.c:7354
3379 #, c-format
3380 msgid "Overlarge Dwarf section index detected: %u\n"
3381 msgstr ""
3383 #: dwarf.c:7316
3384 #, c-format
3385 msgid "  Size table\n"
3386 msgstr ""
3388 #: dwarf.c:7369
3389 #, c-format
3390 msgid "  Unsupported version (%d)\n"
3391 msgstr ""
3393 #: dwarf.c:7434
3394 #, c-format
3395 msgid "Displaying the debug contents of section %s is not yet supported.\n"
3396 msgstr ""
3398 #: dwarf.c:7463
3399 #, c-format
3400 msgid ""
3401 "Attempt to allocate an array with an excessive number of elements: 0x%lx\n"
3402 msgstr ""
3404 #: dwarf.c:7481
3405 #, c-format
3406 msgid ""
3407 "Attempt to re-allocate an array with an excessive number of elements: 0x%lx\n"
3408 msgstr ""
3410 #: dwarf.c:7497
3411 #, c-format
3412 msgid ""
3413 "Attempt to allocate a zero'ed array with an excessive number of elements: 0x"
3414 "%lx\n"
3415 msgstr ""
3417 #: dwarf.c:7606 dwarf.c:7677
3418 #, c-format
3419 msgid "Unrecognized debug option '%s'\n"
3420 msgstr ""
3422 #: elfcomm.c:42
3423 #, c-format
3424 msgid "%s: Error: "
3425 msgstr ""
3427 #: elfcomm.c:56
3428 #, c-format
3429 msgid "%s: Warning: "
3430 msgstr ""
3432 #: elfcomm.c:88 elfcomm.c:123 elfcomm.c:228 elfcomm.c:338
3433 #, c-format
3434 msgid "Unhandled data length: %d\n"
3435 msgstr ""
3437 #: elfcomm.c:417 elfcomm.c:442 elfcomm.c:898
3438 msgid "Out of memory\n"
3439 msgstr ""
3441 #: elfcomm.c:434
3442 #, c-format
3443 msgid "Abnormal length of thin archive member name: %lx\n"
3444 msgstr ""
3446 #: elfcomm.c:474
3447 #, c-format
3448 msgid "%s: invalid archive header size: %ld\n"
3449 msgstr ""
3451 #: elfcomm.c:487
3452 #, c-format
3453 msgid "%s: failed to skip archive symbol table\n"
3454 msgstr ""
3456 #: elfcomm.c:506
3457 #, c-format
3458 msgid "%s: the archive index is empty\n"
3459 msgstr ""
3461 #: elfcomm.c:514 elfcomm.c:543
3462 #, c-format
3463 msgid "%s: failed to read archive index\n"
3464 msgstr ""
3466 #: elfcomm.c:525
3467 #, c-format
3468 msgid ""
3469 "%s: the archive index is supposed to have 0x%lx entries of %d bytes, but the "
3470 "size is only 0x%lx\n"
3471 msgstr ""
3473 #: elfcomm.c:535
3474 msgid "Out of memory whilst trying to read archive symbol index\n"
3475 msgstr ""
3477 #: elfcomm.c:555
3478 msgid "Out of memory whilst trying to convert the archive symbol index\n"
3479 msgstr ""
3481 #: elfcomm.c:568
3482 #, c-format
3483 msgid "%s: the archive has an index but no symbols\n"
3484 msgstr ""
3486 #: elfcomm.c:576
3487 msgid "Out of memory whilst trying to read archive index symbol table\n"
3488 msgstr ""
3490 #: elfcomm.c:584
3491 #, c-format
3492 msgid "%s: failed to read archive index symbol table\n"
3493 msgstr ""
3495 #: elfcomm.c:594
3496 #, c-format
3497 msgid "%s: failed to read archive header following archive index\n"
3498 msgstr ""
3500 #: elfcomm.c:627
3501 #, c-format
3502 msgid "%s: failed to seek to first archive header\n"
3503 msgstr ""
3505 #: elfcomm.c:636 elfcomm.c:856 elfedit.c:379 readelf.c:16973
3506 #, c-format
3507 msgid "%s: failed to read archive header\n"
3508 msgstr ""
3510 #: elfcomm.c:653
3511 #, c-format
3512 msgid "%s has no archive index\n"
3513 msgstr ""
3515 #: elfcomm.c:662
3516 #, c-format
3517 msgid "%s: long name table is too small, (size = %ld)\n"
3518 msgstr ""
3520 #: elfcomm.c:669
3521 #, c-format
3522 msgid "%s: long name table is too big, (size = 0x%lx)\n"
3523 msgstr ""
3525 #: elfcomm.c:680
3526 msgid "Out of memory reading long symbol names in archive\n"
3527 msgstr ""
3529 #: elfcomm.c:688
3530 #, c-format
3531 msgid "%s: failed to read long symbol name string table\n"
3532 msgstr ""
3534 #: elfcomm.c:764
3535 msgid "Archive member uses long names, but no longname table found\n"
3536 msgstr ""
3538 #: elfcomm.c:775
3539 #, c-format
3540 msgid "Found long name index (%ld) beyond end of long name table\n"
3541 msgstr ""
3543 #: elfcomm.c:794
3544 msgid "Invalid Thin archive member name\n"
3545 msgstr ""
3547 #: elfcomm.c:850
3548 #, c-format
3549 msgid "%s: failed to seek to next file name\n"
3550 msgstr ""
3552 #: elfcomm.c:861 elfedit.c:386 readelf.c:16979
3553 #, c-format
3554 msgid "%s: did not find a valid archive header\n"
3555 msgstr ""
3557 #: elfedit.c:100
3558 #, c-format
3559 msgid "%s: Not an ELF file - wrong magic bytes at the start\n"
3560 msgstr ""
3562 #: elfedit.c:108
3563 #, c-format
3564 msgid "%s: Unsupported EI_VERSION: %d is not %d\n"
3565 msgstr ""
3567 #: elfedit.c:129
3568 #, c-format
3569 msgid "%s: Unmatched input EI_CLASS: %d is not %d\n"
3570 msgstr ""
3572 #: elfedit.c:138
3573 #, c-format
3574 msgid "%s: Unmatched output EI_CLASS: %d is not %d\n"
3575 msgstr ""
3577 #: elfedit.c:147
3578 #, c-format
3579 msgid "%s: Unmatched e_machine: %d is not %d\n"
3580 msgstr ""
3582 #: elfedit.c:158
3583 #, c-format
3584 msgid "%s: Unmatched e_type: %d is not %d\n"
3585 msgstr ""
3587 #: elfedit.c:169
3588 #, c-format
3589 msgid "%s: Unmatched EI_OSABI: %d is not %d\n"
3590 msgstr ""
3592 #: elfedit.c:202
3593 #, c-format
3594 msgid "%s: Failed to update ELF header: %s\n"
3595 msgstr ""
3597 #: elfedit.c:235
3598 #, c-format
3599 msgid "Unsupported EI_CLASS: %d\n"
3600 msgstr ""
3602 #: elfedit.c:268
3603 msgid ""
3604 "This executable has been built without support for a\n"
3605 "64 bit data type and so it cannot process 64 bit ELF files.\n"
3606 msgstr ""
3608 #: elfedit.c:309
3609 #, c-format
3610 msgid "%s: Failed to read ELF header\n"
3611 msgstr ""
3613 #: elfedit.c:316
3614 #, c-format
3615 msgid "%s: Failed to seek to ELF header\n"
3616 msgstr ""
3618 #: elfedit.c:370 readelf.c:16965
3619 #, c-format
3620 msgid "%s: failed to seek to next archive header\n"
3621 msgstr ""
3623 #: elfedit.c:401 elfedit.c:410 readelf.c:16993 readelf.c:17002
3624 #, c-format
3625 msgid "%s: bad archive file name\n"
3626 msgstr ""
3628 #: elfedit.c:430 elfedit.c:522
3629 #, c-format
3630 msgid "Input file '%s' is not readable\n"
3631 msgstr ""
3633 #: elfedit.c:454
3634 #, c-format
3635 msgid "%s: failed to seek to archive member\n"
3636 msgstr ""
3638 #: elfedit.c:493 readelf.c:17097
3639 #, c-format
3640 msgid "'%s': No such file\n"
3641 msgstr ""
3643 #: elfedit.c:495 readelf.c:17099
3644 #, c-format
3645 msgid "Could not locate '%s'.  System error message: %s\n"
3646 msgstr ""
3648 #: elfedit.c:502 readelf.c:17106
3649 #, c-format
3650 msgid "'%s' is not an ordinary file\n"
3651 msgstr ""
3653 #: elfedit.c:528 readelf.c:17119
3654 #, c-format
3655 msgid "%s: Failed to read file's magic number\n"
3656 msgstr ""
3658 #: elfedit.c:586
3659 #, c-format
3660 msgid "Unknown OSABI: %s\n"
3661 msgstr ""
3663 #: elfedit.c:611
3664 #, c-format
3665 msgid "Unknown machine type: %s\n"
3666 msgstr ""
3668 #: elfedit.c:630
3669 #, c-format
3670 msgid "Unknown type: %s\n"
3671 msgstr ""
3673 #: elfedit.c:661
3674 #, c-format
3675 msgid "Usage: %s <option(s)> elffile(s)\n"
3676 msgstr ""
3678 #: elfedit.c:663
3679 #, c-format
3680 msgid " Update the ELF header of ELF files\n"
3681 msgstr ""
3683 #: elfedit.c:664 objcopy.c:520 objcopy.c:654 strings.c:676
3684 #, c-format
3685 msgid " The options are:\n"
3686 msgstr ""
3688 #: elfedit.c:665
3689 #, c-format
3690 msgid ""
3691 "  --input-mach <machine>      Set input machine type to <machine>\n"
3692 "  --output-mach <machine>     Set output machine type to <machine>\n"
3693 "  --input-type <type>         Set input file type to <type>\n"
3694 "  --output-type <type>        Set output file type to <type>\n"
3695 "  --input-osabi <osabi>       Set input OSABI to <osabi>\n"
3696 "  --output-osabi <osabi>      Set output OSABI to <osabi>\n"
3697 "  -h --help                   Display this information\n"
3698 "  -v --version                Display the version number of %s\n"
3699 msgstr ""
3701 #: emul_aix.c:44
3702 #, c-format
3703 msgid "  [-g]         - 32 bit small archive\n"
3704 msgstr ""
3706 #: emul_aix.c:45
3707 #, c-format
3708 msgid "  [-X32]       - ignores 64 bit objects\n"
3709 msgstr ""
3711 #: emul_aix.c:46
3712 #, c-format
3713 msgid "  [-X64]       - ignores 32 bit objects\n"
3714 msgstr ""
3716 #: emul_aix.c:47
3717 #, c-format
3718 msgid "  [-X32_64]    - accepts 32 and 64 bit objects\n"
3719 msgstr ""
3721 #: ieee.c:310
3722 msgid "unexpected end of debugging information"
3723 msgstr ""
3725 #: ieee.c:397
3726 msgid "invalid number"
3727 msgstr ""
3729 #: ieee.c:450
3730 msgid "invalid string length"
3731 msgstr ""
3733 #: ieee.c:505 ieee.c:546
3734 msgid "expression stack overflow"
3735 msgstr ""
3737 #: ieee.c:525
3738 msgid "unsupported IEEE expression operator"
3739 msgstr ""
3741 #: ieee.c:540
3742 msgid "unknown section"
3743 msgstr ""
3745 #: ieee.c:561
3746 msgid "expression stack underflow"
3747 msgstr ""
3749 #: ieee.c:575
3750 msgid "expression stack mismatch"
3751 msgstr ""
3753 #: ieee.c:612
3754 msgid "unknown builtin type"
3755 msgstr ""
3757 #: ieee.c:757
3758 msgid "BCD float type not supported"
3759 msgstr ""
3761 #: ieee.c:894
3762 msgid "unexpected number"
3763 msgstr ""
3765 #: ieee.c:901
3766 msgid "unexpected record type"
3767 msgstr ""
3769 #: ieee.c:934
3770 msgid "blocks left on stack at end"
3771 msgstr ""
3773 #: ieee.c:1207
3774 msgid "unknown BB type"
3775 msgstr ""
3777 #: ieee.c:1216
3778 msgid "stack overflow"
3779 msgstr ""
3781 #: ieee.c:1239
3782 msgid "stack underflow"
3783 msgstr ""
3785 #: ieee.c:1351 ieee.c:1421 ieee.c:2119
3786 msgid "illegal variable index"
3787 msgstr ""
3789 #: ieee.c:1399
3790 msgid "illegal type index"
3791 msgstr ""
3793 #: ieee.c:1409 ieee.c:1446
3794 msgid "unknown TY code"
3795 msgstr ""
3797 #: ieee.c:1428
3798 msgid "undefined variable in TY"
3799 msgstr ""
3801 #. Pascal file name.  FIXME.
3802 #: ieee.c:1840
3803 msgid "Pascal file name not supported"
3804 msgstr ""
3806 #: ieee.c:1888
3807 msgid "unsupported qualifier"
3808 msgstr ""
3810 #: ieee.c:2157
3811 msgid "undefined variable in ATN"
3812 msgstr ""
3814 #: ieee.c:2200
3815 msgid "unknown ATN type"
3816 msgstr ""
3818 #. Reserved for FORTRAN common.
3819 #: ieee.c:2322
3820 msgid "unsupported ATN11"
3821 msgstr ""
3823 #. We have no way to record this information.  FIXME.
3824 #: ieee.c:2349
3825 msgid "unsupported ATN12"
3826 msgstr ""
3828 #: ieee.c:2409
3829 msgid "unexpected string in C++ misc"
3830 msgstr ""
3832 #: ieee.c:2422
3833 msgid "bad misc record"
3834 msgstr ""
3836 #: ieee.c:2463
3837 msgid "unrecognized C++ misc record"
3838 msgstr ""
3840 #: ieee.c:2578
3841 msgid "undefined C++ object"
3842 msgstr ""
3844 #: ieee.c:2612
3845 msgid "unrecognized C++ object spec"
3846 msgstr ""
3848 #: ieee.c:2648
3849 msgid "unsupported C++ object type"
3850 msgstr ""
3852 #: ieee.c:2658
3853 msgid "C++ base class not defined"
3854 msgstr ""
3856 #: ieee.c:2670 ieee.c:2775
3857 msgid "C++ object has no fields"
3858 msgstr ""
3860 #: ieee.c:2689
3861 msgid "C++ base class not found in container"
3862 msgstr ""
3864 #: ieee.c:2796
3865 msgid "C++ data member not found in container"
3866 msgstr ""
3868 #: ieee.c:2837 ieee.c:2987
3869 msgid "unknown C++ visibility"
3870 msgstr ""
3872 #: ieee.c:2871
3873 msgid "bad C++ field bit pos or size"
3874 msgstr ""
3876 #: ieee.c:2963
3877 msgid "bad type for C++ method function"
3878 msgstr ""
3880 #: ieee.c:2973
3881 msgid "no type information for C++ method function"
3882 msgstr ""
3884 #: ieee.c:3012
3885 msgid "C++ static virtual method"
3886 msgstr ""
3888 #: ieee.c:3107
3889 msgid "unrecognized C++ object overhead spec"
3890 msgstr ""
3892 #: ieee.c:3146
3893 msgid "undefined C++ vtable"
3894 msgstr ""
3896 #: ieee.c:3215
3897 msgid "C++ default values not in a function"
3898 msgstr ""
3900 #: ieee.c:3255
3901 msgid "unrecognized C++ default type"
3902 msgstr ""
3904 #: ieee.c:3286
3905 msgid "reference parameter is not a pointer"
3906 msgstr ""
3908 #: ieee.c:3369
3909 msgid "unrecognized C++ reference type"
3910 msgstr ""
3912 #: ieee.c:3451
3913 msgid "C++ reference not found"
3914 msgstr ""
3916 #: ieee.c:3459
3917 msgid "C++ reference is not pointer"
3918 msgstr ""
3920 #: ieee.c:3485 ieee.c:3493
3921 msgid "missing required ASN"
3922 msgstr ""
3924 #: ieee.c:3520 ieee.c:3528
3925 msgid "missing required ATN65"
3926 msgstr ""
3928 #: ieee.c:3542
3929 msgid "bad ATN65 record"
3930 msgstr ""
3932 #: ieee.c:4170
3933 #, c-format
3934 msgid "IEEE numeric overflow: 0x"
3935 msgstr ""
3937 #: ieee.c:4214
3938 #, c-format
3939 msgid "IEEE string length overflow: %u\n"
3940 msgstr ""
3942 #: ieee.c:5212
3943 #, c-format
3944 msgid "IEEE unsupported integer type size %u\n"
3945 msgstr ""
3947 #: ieee.c:5246
3948 #, c-format
3949 msgid "IEEE unsupported float type size %u\n"
3950 msgstr ""
3952 #: ieee.c:5280
3953 #, c-format
3954 msgid "IEEE unsupported complex type size %u\n"
3955 msgstr ""
3957 #: mclex.c:240
3958 msgid "Duplicate symbol entered into keyword list."
3959 msgstr ""
3961 #: nlmconv.c:272 srconv.c:1791
3962 msgid "input and output files must be different"
3963 msgstr ""
3965 #: nlmconv.c:319
3966 msgid "input file named both on command line and with INPUT"
3967 msgstr ""
3969 #: nlmconv.c:328
3970 msgid "no input file"
3971 msgstr ""
3973 #: nlmconv.c:358
3974 msgid "no name for output file"
3975 msgstr ""
3977 #: nlmconv.c:372
3978 msgid "warning: input and output formats are not compatible"
3979 msgstr ""
3981 #: nlmconv.c:402
3982 msgid "make .bss section"
3983 msgstr ""
3985 #: nlmconv.c:412
3986 msgid "make .nlmsections section"
3987 msgstr ""
3989 #: nlmconv.c:440
3990 msgid "set .bss vma"
3991 msgstr ""
3993 #: nlmconv.c:447
3994 msgid "set .data size"
3995 msgstr ""
3997 #: nlmconv.c:627
3998 #, c-format
3999 msgid "warning: symbol %s imported but not in import list"
4000 msgstr ""
4002 #: nlmconv.c:647
4003 msgid "set start address"
4004 msgstr ""
4006 #: nlmconv.c:696
4007 #, c-format
4008 msgid "warning: START procedure %s not defined"
4009 msgstr ""
4011 #: nlmconv.c:698
4012 #, c-format
4013 msgid "warning: EXIT procedure %s not defined"
4014 msgstr ""
4016 #: nlmconv.c:700
4017 #, c-format
4018 msgid "warning: CHECK procedure %s not defined"
4019 msgstr ""
4021 #: nlmconv.c:720 nlmconv.c:906
4022 msgid "custom section"
4023 msgstr ""
4025 #: nlmconv.c:740 nlmconv.c:935
4026 msgid "help section"
4027 msgstr ""
4029 #: nlmconv.c:762 nlmconv.c:953
4030 msgid "message section"
4031 msgstr ""
4033 #: nlmconv.c:777 nlmconv.c:986
4034 msgid "module section"
4035 msgstr ""
4037 #: nlmconv.c:796 nlmconv.c:1002
4038 msgid "rpc section"
4039 msgstr ""
4041 #. There is no place to record this information.
4042 #: nlmconv.c:832
4043 #, c-format
4044 msgid "%s: warning: shared libraries can not have uninitialized data"
4045 msgstr ""
4047 #: nlmconv.c:853 nlmconv.c:1021
4048 msgid "shared section"
4049 msgstr ""
4051 #: nlmconv.c:861
4052 msgid "warning: No version number given"
4053 msgstr ""
4055 #: nlmconv.c:901 nlmconv.c:930 nlmconv.c:948 nlmconv.c:997 nlmconv.c:1016
4056 #, c-format
4057 msgid "%s: read: %s"
4058 msgstr ""
4060 #: nlmconv.c:923
4061 msgid "warning: FULLMAP is not supported; try ld -M"
4062 msgstr ""
4064 #: nlmconv.c:1099
4065 #, c-format
4066 msgid "Usage: %s [option(s)] [in-file [out-file]]\n"
4067 msgstr ""
4069 #: nlmconv.c:1100
4070 #, c-format
4071 msgid " Convert an object file into a NetWare Loadable Module\n"
4072 msgstr ""
4074 #: nlmconv.c:1101
4075 #, c-format
4076 msgid ""
4077 " The options are:\n"
4078 "  -I --input-target=<bfdname>   Set the input binary file format\n"
4079 "  -O --output-target=<bfdname>  Set the output binary file format\n"
4080 "  -T --header-file=<file>       Read <file> for NLM header information\n"
4081 "  -l --linker=<linker>          Use <linker> for any linking\n"
4082 "  -d --debug                    Display on stderr the linker command line\n"
4083 "  @<file>                       Read options from <file>.\n"
4084 "  -h --help                     Display this information\n"
4085 "  -v --version                  Display the program's version\n"
4086 msgstr ""
4088 #: nlmconv.c:1142
4089 #, c-format
4090 msgid "support not compiled in for %s"
4091 msgstr ""
4093 #: nlmconv.c:1179
4094 msgid "make section"
4095 msgstr ""
4097 #: nlmconv.c:1193
4098 msgid "set section size"
4099 msgstr ""
4101 #: nlmconv.c:1199
4102 msgid "set section alignment"
4103 msgstr ""
4105 #: nlmconv.c:1203
4106 msgid "set section flags"
4107 msgstr ""
4109 #: nlmconv.c:1214
4110 msgid "set .nlmsections size"
4111 msgstr ""
4113 #: nlmconv.c:1295 nlmconv.c:1303 nlmconv.c:1312 nlmconv.c:1317
4114 msgid "set .nlmsection contents"
4115 msgstr ""
4117 #: nlmconv.c:1797
4118 msgid "stub section sizes"
4119 msgstr ""
4121 #: nlmconv.c:1844
4122 msgid "writing stub"
4123 msgstr ""
4125 #: nlmconv.c:1878
4126 msgid "Unable to locate PPC_TOC16 reloc information"
4127 msgstr ""
4129 #: nlmconv.c:1932
4130 #, c-format
4131 msgid "unresolved PC relative reloc against %s"
4132 msgstr ""
4134 #: nlmconv.c:1940 nlmconv.c:1996 nlmconv.c:2019
4135 #, c-format
4136 msgid "Out of range relocation: %lx"
4137 msgstr ""
4139 #: nlmconv.c:2010
4140 #, c-format
4141 msgid "overflow when adjusting relocation against %s"
4142 msgstr ""
4144 #: nlmconv.c:2035
4145 #, c-format
4146 msgid "Unsupported relocation size: %d"
4147 msgstr ""
4149 #: nlmconv.c:2147
4150 #, c-format
4151 msgid "%s: execution of %s failed: "
4152 msgstr ""
4154 #: nlmconv.c:2162
4155 #, c-format
4156 msgid "Execution of %s failed"
4157 msgstr ""
4159 #: nm.c:239 size.c:76 strings.c:674
4160 #, c-format
4161 msgid "Usage: %s [option(s)] [file(s)]\n"
4162 msgstr ""
4164 #: nm.c:240
4165 #, c-format
4166 msgid " List symbols in [file(s)] (a.out by default).\n"
4167 msgstr ""
4169 #: nm.c:241
4170 #, c-format
4171 msgid ""
4172 " The options are:\n"
4173 "  -a, --debug-syms       Display debugger-only symbols\n"
4174 "  -A, --print-file-name  Print name of the input file before every symbol\n"
4175 "  -B                     Same as --format=bsd\n"
4176 "  -C, --demangle[=STYLE] Decode low-level symbol names into user-level "
4177 "names\n"
4178 "                          The STYLE, if specified, can be `auto' (the "
4179 "default),\n"
4180 "                          `gnu', `lucid', `arm', `hp', `edg', `gnu-v3', "
4181 "`java'\n"
4182 "                          or `gnat'\n"
4183 "      --no-demangle      Do not demangle low-level symbol names\n"
4184 "  -D, --dynamic          Display dynamic symbols instead of normal symbols\n"
4185 "      --defined-only     Display only defined symbols\n"
4186 "  -e                     (ignored)\n"
4187 "  -f, --format=FORMAT    Use the output format FORMAT.  FORMAT can be "
4188 "`bsd',\n"
4189 "                           `sysv' or `posix'.  The default is `bsd'\n"
4190 "  -g, --extern-only      Display only external symbols\n"
4191 "  -l, --line-numbers     Use debugging information to find a filename and\n"
4192 "                           line number for each symbol\n"
4193 "  -n, --numeric-sort     Sort symbols numerically by address\n"
4194 "  -o                     Same as -A\n"
4195 "  -p, --no-sort          Do not sort the symbols\n"
4196 "  -P, --portability      Same as --format=posix\n"
4197 "  -r, --reverse-sort     Reverse the sense of the sort\n"
4198 msgstr ""
4200 #: nm.c:264
4201 #, c-format
4202 msgid "      --plugin NAME      Load the specified plugin\n"
4203 msgstr ""
4205 #: nm.c:267
4206 #, c-format
4207 msgid ""
4208 "  -S, --print-size       Print size of defined symbols\n"
4209 "  -s, --print-armap      Include index for symbols from archive members\n"
4210 "      --size-sort        Sort symbols by size\n"
4211 "      --special-syms     Include special symbols in the output\n"
4212 "      --synthetic        Display synthetic symbols as well\n"
4213 "  -t, --radix=RADIX      Use RADIX for printing symbol values\n"
4214 "      --target=BFDNAME   Specify the target object format as BFDNAME\n"
4215 "  -u, --undefined-only   Display only undefined symbols\n"
4216 "      --with-symbol-versions  Display version strings after symbol names\n"
4217 "  -X 32_64               (ignored)\n"
4218 "  @FILE                  Read options from FILE\n"
4219 "  -h, --help             Display this information\n"
4220 "  -V, --version          Display this program's version number\n"
4221 "\n"
4222 msgstr ""
4224 #: nm.c:316
4225 #, c-format
4226 msgid "%s: invalid radix"
4227 msgstr ""
4229 #: nm.c:340
4230 #, c-format
4231 msgid "%s: invalid output format"
4232 msgstr ""
4234 #: nm.c:364 readelf.c:10451 readelf.c:10496
4235 #, c-format
4236 msgid "<processor specific>: %d"
4237 msgstr ""
4239 #: nm.c:366 readelf.c:10460 readelf.c:10515
4240 #, c-format
4241 msgid "<OS specific>: %d"
4242 msgstr ""
4244 #: nm.c:368 readelf.c:10463 readelf.c:10518
4245 #, c-format
4246 msgid "<unknown>: %d"
4247 msgstr ""
4249 #: nm.c:398
4250 #, c-format
4251 msgid "<unknown>: %d/%d"
4252 msgstr ""
4254 #: nm.c:439
4255 #, c-format
4256 msgid ""
4257 "\n"
4258 "Archive index:\n"
4259 msgstr ""
4261 #: nm.c:484
4262 #, c-format
4263 msgid "%s: plugin needed to handle lto object"
4264 msgstr ""
4266 #: nm.c:1360
4267 #, c-format
4268 msgid ""
4269 "\n"
4270 "\n"
4271 "Undefined symbols from %s:\n"
4272 "\n"
4273 msgstr ""
4275 #: nm.c:1362
4276 #, c-format
4277 msgid ""
4278 "\n"
4279 "\n"
4280 "Symbols from %s:\n"
4281 "\n"
4282 msgstr ""
4284 #: nm.c:1364 nm.c:1415
4285 #, c-format
4286 msgid ""
4287 "Name                  Value   Class        Type         Size     Line  "
4288 "Section\n"
4289 "\n"
4290 msgstr ""
4292 #: nm.c:1367 nm.c:1418
4293 #, c-format
4294 msgid ""
4295 "Name                  Value           Class        Type         "
4296 "Size             Line  Section\n"
4297 "\n"
4298 msgstr ""
4300 #: nm.c:1411
4301 #, c-format
4302 msgid ""
4303 "\n"
4304 "\n"
4305 "Undefined symbols from %s[%s]:\n"
4306 "\n"
4307 msgstr ""
4309 #: nm.c:1413
4310 #, c-format
4311 msgid ""
4312 "\n"
4313 "\n"
4314 "Symbols from %s[%s]:\n"
4315 "\n"
4316 msgstr ""
4318 #: nm.c:1505
4319 #, c-format
4320 msgid "Print width has not been initialized (%d)"
4321 msgstr ""
4323 #: nm.c:1747
4324 msgid "Only -X 32_64 is supported"
4325 msgstr ""
4327 #: nm.c:1775
4328 msgid "Using the --size-sort and --undefined-only options together"
4329 msgstr ""
4331 #: nm.c:1776
4332 msgid "will produce no output, since undefined symbols have no size."
4333 msgstr ""
4335 #: nm.c:1804
4336 #, c-format
4337 msgid "data size %ld"
4338 msgstr ""
4340 #: objcopy.c:518 srconv.c:1698
4341 #, c-format
4342 msgid "Usage: %s [option(s)] in-file [out-file]\n"
4343 msgstr ""
4345 #: objcopy.c:519
4346 #, c-format
4347 msgid " Copies a binary file, possibly transforming it in the process\n"
4348 msgstr ""
4350 #: objcopy.c:521
4351 #, c-format
4352 msgid ""
4353 "  -I --input-target <bfdname>      Assume input file is in format <bfdname>\n"
4354 "  -O --output-target <bfdname>     Create an output file in format "
4355 "<bfdname>\n"
4356 "  -B --binary-architecture <arch>  Set output arch, when input is arch-less\n"
4357 "  -F --target <bfdname>            Set both input and output format to "
4358 "<bfdname>\n"
4359 "     --debugging                   Convert debugging information, if "
4360 "possible\n"
4361 "  -p --preserve-dates              Copy modified/access timestamps to the "
4362 "output\n"
4363 msgstr ""
4365 #: objcopy.c:529 objcopy.c:662
4366 #, c-format
4367 msgid ""
4368 "  -D --enable-deterministic-archives\n"
4369 "                                   Produce deterministic output when "
4370 "stripping archives (default)\n"
4371 "  -U --disable-deterministic-archives\n"
4372 "                                   Disable -D behavior\n"
4373 msgstr ""
4375 #: objcopy.c:535 objcopy.c:668
4376 #, c-format
4377 msgid ""
4378 "  -D --enable-deterministic-archives\n"
4379 "                                   Produce deterministic output when "
4380 "stripping archives\n"
4381 "  -U --disable-deterministic-archives\n"
4382 "                                   Disable -D behavior (default)\n"
4383 msgstr ""
4385 #: objcopy.c:540
4386 #, c-format
4387 msgid ""
4388 "  -j --only-section <name>         Only copy section <name> into the output\n"
4389 "     --add-gnu-debuglink=<file>    Add section .gnu_debuglink linking to "
4390 "<file>\n"
4391 "  -R --remove-section <name>       Remove section <name> from the output\n"
4392 "     --remove-relocations <name>   Remove relocations from section <name>\n"
4393 "  -S --strip-all                   Remove all symbol and relocation "
4394 "information\n"
4395 "  -g --strip-debug                 Remove all debugging symbols & sections\n"
4396 "     --strip-dwo                   Remove all DWO sections\n"
4397 "     --strip-unneeded              Remove all symbols not needed by "
4398 "relocations\n"
4399 "  -N --strip-symbol <name>         Do not copy symbol <name>\n"
4400 "     --strip-unneeded-symbol <name>\n"
4401 "                                   Do not copy symbol <name> unless needed "
4402 "by\n"
4403 "                                     relocations\n"
4404 "     --only-keep-debug             Strip everything but the debug "
4405 "information\n"
4406 "     --extract-dwo                 Copy only DWO sections\n"
4407 "     --extract-symbol              Remove section contents but keep symbols\n"
4408 "  -K --keep-symbol <name>          Do not strip symbol <name>\n"
4409 "     --keep-file-symbols           Do not strip file symbol(s)\n"
4410 "     --localize-hidden             Turn all ELF hidden symbols into locals\n"
4411 "  -L --localize-symbol <name>      Force symbol <name> to be marked as a "
4412 "local\n"
4413 "     --globalize-symbol <name>     Force symbol <name> to be marked as a "
4414 "global\n"
4415 "  -G --keep-global-symbol <name>   Localize all symbols except <name>\n"
4416 "  -W --weaken-symbol <name>        Force symbol <name> to be marked as a "
4417 "weak\n"
4418 "     --weaken                      Force all global symbols to be marked as "
4419 "weak\n"
4420 "  -w --wildcard                    Permit wildcard in symbol comparison\n"
4421 "  -x --discard-all                 Remove all non-global symbols\n"
4422 "  -X --discard-locals              Remove any compiler-generated symbols\n"
4423 "  -i --interleave[=<number>]       Only copy N out of every <number> bytes\n"
4424 "     --interleave-width <number>   Set N for --interleave\n"
4425 "  -b --byte <num>                  Select byte <num> in every interleaved "
4426 "block\n"
4427 "     --gap-fill <val>              Fill gaps between sections with <val>\n"
4428 "     --pad-to <addr>               Pad the last section up to address "
4429 "<addr>\n"
4430 "     --set-start <addr>            Set the start address to <addr>\n"
4431 "    {--change-start|--adjust-start} <incr>\n"
4432 "                                   Add <incr> to the start address\n"
4433 "    {--change-addresses|--adjust-vma} <incr>\n"
4434 "                                   Add <incr> to LMA, VMA and start "
4435 "addresses\n"
4436 "    {--change-section-address|--adjust-section-vma} <name>{=|+|-}<val>\n"
4437 "                                   Change LMA and VMA of section <name> by "
4438 "<val>\n"
4439 "     --change-section-lma <name>{=|+|-}<val>\n"
4440 "                                   Change the LMA of section <name> by "
4441 "<val>\n"
4442 "     --change-section-vma <name>{=|+|-}<val>\n"
4443 "                                   Change the VMA of section <name> by "
4444 "<val>\n"
4445 "    {--[no-]change-warnings|--[no-]adjust-warnings}\n"
4446 "                                   Warn if a named section does not exist\n"
4447 "     --set-section-flags <name>=<flags>\n"
4448 "                                   Set section <name>'s properties to "
4449 "<flags>\n"
4450 "     --add-section <name>=<file>   Add section <name> found in <file> to "
4451 "output\n"
4452 "     --update-section <name>=<file>\n"
4453 "                                   Update contents of section <name> with\n"
4454 "                                   contents found in <file>\n"
4455 "     --dump-section <name>=<file>  Dump the contents of section <name> into "
4456 "<file>\n"
4457 "     --rename-section <old>=<new>[,<flags>] Rename section <old> to <new>\n"
4458 "     --long-section-names {enable|disable|keep}\n"
4459 "                                   Handle long section names in Coff "
4460 "objects.\n"
4461 "     --change-leading-char         Force output format's leading character "
4462 "style\n"
4463 "     --remove-leading-char         Remove leading character from global "
4464 "symbols\n"
4465 "     --reverse-bytes=<num>         Reverse <num> bytes at a time, in output "
4466 "sections with content\n"
4467 "     --redefine-sym <old>=<new>    Redefine symbol name <old> to <new>\n"
4468 "     --redefine-syms <file>        --redefine-sym for all symbol pairs \n"
4469 "                                     listed in <file>\n"
4470 "     --srec-len <number>           Restrict the length of generated "
4471 "Srecords\n"
4472 "     --srec-forceS3                Restrict the type of generated Srecords "
4473 "to S3\n"
4474 "     --strip-symbols <file>        -N for all symbols listed in <file>\n"
4475 "     --strip-unneeded-symbols <file>\n"
4476 "                                   --strip-unneeded-symbol for all symbols "
4477 "listed\n"
4478 "                                     in <file>\n"
4479 "     --keep-symbols <file>         -K for all symbols listed in <file>\n"
4480 "     --localize-symbols <file>     -L for all symbols listed in <file>\n"
4481 "     --globalize-symbols <file>    --globalize-symbol for all in <file>\n"
4482 "     --keep-global-symbols <file>  -G for all symbols listed in <file>\n"
4483 "     --weaken-symbols <file>       -W for all symbols listed in <file>\n"
4484 "     --add-symbol <name>=[<section>:]<value>[,<flags>]  Add a symbol\n"
4485 "     --alt-machine-code <index>    Use the target's <index>'th alternative "
4486 "machine\n"
4487 "     --writable-text               Mark the output text as writable\n"
4488 "     --readonly-text               Make the output text write protected\n"
4489 "     --pure                        Mark the output file as demand paged\n"
4490 "     --impure                      Mark the output file as impure\n"
4491 "     --prefix-symbols <prefix>     Add <prefix> to start of every symbol "
4492 "name\n"
4493 "     --prefix-sections <prefix>    Add <prefix> to start of every section "
4494 "name\n"
4495 "     --prefix-alloc-sections <prefix>\n"
4496 "                                   Add <prefix> to start of every "
4497 "allocatable\n"
4498 "                                     section name\n"
4499 "     --file-alignment <num>        Set PE file alignment to <num>\n"
4500 "     --heap <reserve>[,<commit>]   Set PE reserve/commit heap to <reserve>/\n"
4501 "                                   <commit>\n"
4502 "     --image-base <address>        Set PE image base to <address>\n"
4503 "     --section-alignment <num>     Set PE section alignment to <num>\n"
4504 "     --stack <reserve>[,<commit>]  Set PE reserve/commit stack to "
4505 "<reserve>/\n"
4506 "                                   <commit>\n"
4507 "     --subsystem <name>[:<version>]\n"
4508 "                                   Set PE subsystem to <name> [& <version>]\n"
4509 "     --compress-debug-sections[={none|zlib|zlib-gnu|zlib-gabi}]\n"
4510 "                                   Compress DWARF debug sections using zlib\n"
4511 "     --decompress-debug-sections   Decompress DWARF debug sections using "
4512 "zlib\n"
4513 "     --elf-stt-common=[yes|no]     Generate ELF common symbols with "
4514 "STT_COMMON\n"
4515 "                                     type\n"
4516 "  -v --verbose                     List all object files modified\n"
4517 "  @<file>                          Read options from <file>\n"
4518 "  -V --version                     Display this program's version number\n"
4519 "  -h --help                        Display this output\n"
4520 "     --info                        List object formats & architectures "
4521 "supported\n"
4522 msgstr ""
4524 #: objcopy.c:652
4525 #, c-format
4526 msgid "Usage: %s <option(s)> in-file(s)\n"
4527 msgstr ""
4529 #: objcopy.c:653
4530 #, c-format
4531 msgid " Removes symbols and sections from files\n"
4532 msgstr ""
4534 #: objcopy.c:655
4535 #, c-format
4536 msgid ""
4537 "  -I --input-target=<bfdname>      Assume input file is in format <bfdname>\n"
4538 "  -O --output-target=<bfdname>     Create an output file in format "
4539 "<bfdname>\n"
4540 "  -F --target=<bfdname>            Set both input and output format to "
4541 "<bfdname>\n"
4542 "  -p --preserve-dates              Copy modified/access timestamps to the "
4543 "output\n"
4544 msgstr ""
4546 #: objcopy.c:673
4547 #, c-format
4548 msgid ""
4549 "  -R --remove-section=<name>       Also remove section <name> from the "
4550 "output\n"
4551 "     --remove-relocations <name>   Remove relocations from section <name>\n"
4552 "  -s --strip-all                   Remove all symbol and relocation "
4553 "information\n"
4554 "  -g -S -d --strip-debug           Remove all debugging symbols & sections\n"
4555 "     --strip-dwo                   Remove all DWO sections\n"
4556 "     --strip-unneeded              Remove all symbols not needed by "
4557 "relocations\n"
4558 "     --only-keep-debug             Strip everything but the debug "
4559 "information\n"
4560 "  -N --strip-symbol=<name>         Do not copy symbol <name>\n"
4561 "  -K --keep-symbol=<name>          Do not strip symbol <name>\n"
4562 "     --keep-file-symbols           Do not strip file symbol(s)\n"
4563 "  -w --wildcard                    Permit wildcard in symbol comparison\n"
4564 "  -x --discard-all                 Remove all non-global symbols\n"
4565 "  -X --discard-locals              Remove any compiler-generated symbols\n"
4566 "  -v --verbose                     List all object files modified\n"
4567 "  -V --version                     Display this program's version number\n"
4568 "  -h --help                        Display this output\n"
4569 "     --info                        List object formats & architectures "
4570 "supported\n"
4571 "  -o <file>                        Place stripped output into <file>\n"
4572 msgstr ""
4574 #: objcopy.c:746
4575 #, c-format
4576 msgid "unrecognized section flag `%s'"
4577 msgstr ""
4579 #: objcopy.c:747 objcopy.c:819
4580 #, c-format
4581 msgid "supported flags: %s"
4582 msgstr ""
4584 #: objcopy.c:818
4585 #, c-format
4586 msgid "unrecognized symbol flag `%s'"
4587 msgstr ""
4589 #: objcopy.c:877
4590 #, c-format
4591 msgid "error: %s both copied and removed"
4592 msgstr ""
4594 #: objcopy.c:883
4595 #, c-format
4596 msgid "error: %s both sets and alters VMA"
4597 msgstr ""
4599 #: objcopy.c:889
4600 #, c-format
4601 msgid "error: %s both sets and alters LMA"
4602 msgstr ""
4604 #: objcopy.c:1000
4605 #, c-format
4606 msgid "cannot open '%s': %s"
4607 msgstr ""
4609 #: objcopy.c:1003 objcopy.c:3988
4610 #, c-format
4611 msgid "%s: fread failed"
4612 msgstr ""
4614 #: objcopy.c:1076
4615 #, c-format
4616 msgid "%s:%d: Ignoring rubbish found on this line"
4617 msgstr ""
4619 #: objcopy.c:1220
4620 #, c-format
4621 msgid "error: section %s matches both remove and copy options"
4622 msgstr ""
4624 #: objcopy.c:1223
4625 #, c-format
4626 msgid "error: section %s matches both update and remove options"
4627 msgstr ""
4629 #: objcopy.c:1375
4630 #, c-format
4631 msgid "Section %s not found"
4632 msgstr ""
4634 #: objcopy.c:1523
4635 #, c-format
4636 msgid "not stripping symbol `%s' because it is named in a relocation"
4637 msgstr ""
4639 #: objcopy.c:1583
4640 #, c-format
4641 msgid "'before=%s' not found"
4642 msgstr ""
4644 #: objcopy.c:1623
4645 #, c-format
4646 msgid "%s: Multiple redefinition of symbol \"%s\""
4647 msgstr ""
4649 #: objcopy.c:1627
4650 #, c-format
4651 msgid "%s: Symbol \"%s\" is target of more than one redefinition"
4652 msgstr ""
4654 #: objcopy.c:1655
4655 #, c-format
4656 msgid "couldn't open symbol redefinition file %s (error: %s)"
4657 msgstr ""
4659 #: objcopy.c:1733
4660 #, c-format
4661 msgid "%s:%d: garbage found at end of line"
4662 msgstr ""
4664 #: objcopy.c:1736
4665 #, c-format
4666 msgid "%s:%d: missing new symbol name"
4667 msgstr ""
4669 #: objcopy.c:1746
4670 #, c-format
4671 msgid "%s:%d: premature end of file"
4672 msgstr ""
4674 #: objcopy.c:1772
4675 #, c-format
4676 msgid "stat returns negative size for `%s'"
4677 msgstr ""
4679 #: objcopy.c:1784
4680 #, c-format
4681 msgid "copy from `%s' [unknown] to `%s' [unknown]\n"
4682 msgstr ""
4684 #. PR 17636: Call non-fatal so that we return to our parent who
4685 #. may need to tidy temporary files.
4686 #: objcopy.c:1845
4687 msgid "Unable to change endianness of input file(s)"
4688 msgstr ""
4690 #: objcopy.c:1857
4691 #, c-format
4692 msgid "error: the input file '%s' has no sections"
4693 msgstr ""
4695 #: objcopy.c:1867
4696 #, c-format
4697 msgid ""
4698 "--compress-debug-sections=[zlib|zlib-gnu|zlib-gabi] is unsupported on `%s'"
4699 msgstr ""
4701 #: objcopy.c:1874
4702 #, c-format
4703 msgid "--elf-stt-common=[yes|no] is unsupported on `%s'"
4704 msgstr ""
4706 #: objcopy.c:1881
4707 #, c-format
4708 msgid "copy from `%s' [%s] to `%s' [%s]\n"
4709 msgstr ""
4711 #: objcopy.c:1930
4712 #, c-format
4713 msgid "Input file `%s' ignores binary architecture parameter."
4714 msgstr ""
4716 #: objcopy.c:1938
4717 #, c-format
4718 msgid "Unable to recognise the format of the input file `%s'"
4719 msgstr ""
4721 #: objcopy.c:1941
4722 #, c-format
4723 msgid "Output file cannot represent architecture `%s'"
4724 msgstr ""
4726 #: objcopy.c:2004
4727 #, c-format
4728 msgid "warning: file alignment (0x%s) > section alignment (0x%s)"
4729 msgstr ""
4731 #: objcopy.c:2070
4732 #, c-format
4733 msgid "can't add section '%s'"
4734 msgstr ""
4736 #: objcopy.c:2084
4737 #, c-format
4738 msgid "can't create section `%s'"
4739 msgstr ""
4741 #: objcopy.c:2135
4742 #, c-format
4743 msgid "error: %s not found, can't be updated"
4744 msgstr ""
4746 #: objcopy.c:2160
4747 #, c-format
4748 msgid "can't dump section '%s' - it does not exist"
4749 msgstr ""
4751 #: objcopy.c:2168
4752 msgid "can't dump section - it has no contents"
4753 msgstr ""
4755 #: objcopy.c:2176
4756 msgid "can't dump section - it is empty"
4757 msgstr ""
4759 #: objcopy.c:2185
4760 msgid "could not open section dump file"
4761 msgstr ""
4763 #: objcopy.c:2194
4764 #, c-format
4765 msgid "error writing section contents to %s (error: %s)"
4766 msgstr ""
4768 #: objcopy.c:2202
4769 msgid "could not retrieve section contents"
4770 msgstr ""
4772 #: objcopy.c:2216
4773 #, c-format
4774 msgid "%s: debuglink section already exists"
4775 msgstr ""
4777 #: objcopy.c:2228
4778 #, c-format
4779 msgid "cannot create debug link section `%s'"
4780 msgstr ""
4782 #: objcopy.c:2321
4783 msgid "Can't fill gap after section"
4784 msgstr ""
4786 #: objcopy.c:2345
4787 msgid "can't add padding"
4788 msgstr ""
4790 #: objcopy.c:2463
4791 #, c-format
4792 msgid "cannot fill debug link section `%s'"
4793 msgstr ""
4795 #: objcopy.c:2520
4796 msgid "error copying private BFD data"
4797 msgstr ""
4799 #: objcopy.c:2531
4800 #, c-format
4801 msgid "this target does not support %lu alternative machine codes"
4802 msgstr ""
4804 #: objcopy.c:2535
4805 msgid "treating that number as an absolute e_machine value instead"
4806 msgstr ""
4808 #: objcopy.c:2539
4809 msgid "ignoring the alternative value"
4810 msgstr ""
4812 #: objcopy.c:2571 objcopy.c:2624
4813 #, c-format
4814 msgid "cannot create tempdir for archive copying (error: %s)"
4815 msgstr ""
4817 #: objcopy.c:2657
4818 msgid "Unable to recognise the format of file"
4819 msgstr ""
4821 #: objcopy.c:2784
4822 #, c-format
4823 msgid "error: the input file '%s' is empty"
4824 msgstr ""
4826 #: objcopy.c:2952
4827 #, c-format
4828 msgid "Multiple renames of section %s"
4829 msgstr ""
4831 #: objcopy.c:2998
4832 msgid "error in private header data"
4833 msgstr ""
4835 #: objcopy.c:3076
4836 msgid "failed to create output section"
4837 msgstr ""
4839 #: objcopy.c:3091
4840 msgid "failed to set size"
4841 msgstr ""
4843 #: objcopy.c:3110
4844 msgid "failed to set vma"
4845 msgstr ""
4847 #: objcopy.c:3135
4848 msgid "failed to set alignment"
4849 msgstr ""
4851 #: objcopy.c:3167
4852 msgid "failed to copy private data"
4853 msgstr ""
4855 #: objcopy.c:3309
4856 msgid "relocation count is negative"
4857 msgstr ""
4859 #. User must pad the section up in order to do this.
4860 #: objcopy.c:3404
4861 #, c-format
4862 msgid ""
4863 "cannot reverse bytes: length of section %s must be evenly divisible by %d"
4864 msgstr ""
4866 #: objcopy.c:3601
4867 msgid "can't create debugging section"
4868 msgstr ""
4870 #: objcopy.c:3614
4871 msgid "can't set debugging section contents"
4872 msgstr ""
4874 #: objcopy.c:3622
4875 #, c-format
4876 msgid "don't know how to write debugging information for %s"
4877 msgstr ""
4879 #: objcopy.c:3785
4880 msgid "could not create temporary file to hold stripped copy"
4881 msgstr ""
4883 #: objcopy.c:3857
4884 #, c-format
4885 msgid "%s: bad version in PE subsystem"
4886 msgstr ""
4888 #: objcopy.c:3887
4889 #, c-format
4890 msgid "unknown PE subsystem: %s"
4891 msgstr ""
4893 #: objcopy.c:3941 objcopy.c:4196 objcopy.c:4276 objcopy.c:4417 objcopy.c:4449
4894 #: objcopy.c:4472 objcopy.c:4476 objcopy.c:4496
4895 #, c-format
4896 msgid "bad format for %s"
4897 msgstr ""
4899 #: objcopy.c:3970
4900 #, c-format
4901 msgid "cannot open: %s: %s"
4902 msgstr ""
4904 #: objcopy.c:4021
4905 msgid "byte number must be non-negative"
4906 msgstr ""
4908 #: objcopy.c:4027
4909 #, c-format
4910 msgid "architecture %s unknown"
4911 msgstr ""
4913 #: objcopy.c:4035
4914 msgid "interleave must be positive"
4915 msgstr ""
4917 #: objcopy.c:4044
4918 msgid "interleave width must be positive"
4919 msgstr ""
4921 #: objcopy.c:4349
4922 #, c-format
4923 msgid "unrecognized --compress-debug-sections type `%s'"
4924 msgstr ""
4926 #: objcopy.c:4370
4927 #, c-format
4928 msgid "unrecognized --elf-stt-common= option `%s'"
4929 msgstr ""
4931 #: objcopy.c:4386
4932 #, c-format
4933 msgid "Warning: truncating gap-fill from 0x%s to 0x%x"
4934 msgstr ""
4936 #: objcopy.c:4547
4937 #, c-format
4938 msgid "unknown long section names option '%s'"
4939 msgstr ""
4941 #: objcopy.c:4565
4942 msgid "unable to parse alternative machine code"
4943 msgstr ""
4945 #: objcopy.c:4614
4946 msgid "number of bytes to reverse must be positive and even"
4947 msgstr ""
4949 #: objcopy.c:4617
4950 #, c-format
4951 msgid "Warning: ignoring previous --reverse-bytes value of %d"
4952 msgstr ""
4954 #: objcopy.c:4632
4955 #, c-format
4956 msgid "%s: invalid reserve value for --heap"
4957 msgstr ""
4959 #: objcopy.c:4638
4960 #, c-format
4961 msgid "%s: invalid commit value for --heap"
4962 msgstr ""
4964 #: objcopy.c:4663
4965 #, c-format
4966 msgid "%s: invalid reserve value for --stack"
4967 msgstr ""
4969 #: objcopy.c:4669
4970 #, c-format
4971 msgid "%s: invalid commit value for --stack"
4972 msgstr ""
4974 #: objcopy.c:4698
4975 msgid "interleave start byte must be set with --byte"
4976 msgstr ""
4978 #: objcopy.c:4701
4979 msgid "byte number must be less than interleave"
4980 msgstr ""
4982 #: objcopy.c:4704
4983 msgid "interleave width must be less than or equal to interleave - byte`"
4984 msgstr ""
4986 #: objcopy.c:4733
4987 #, c-format
4988 msgid "unknown input EFI target: %s"
4989 msgstr ""
4991 #: objcopy.c:4764
4992 #, c-format
4993 msgid "unknown output EFI target: %s"
4994 msgstr ""
4996 #: objcopy.c:4777
4997 #, c-format
4998 msgid "warning: could not locate '%s'.  System error message: %s"
4999 msgstr ""
5001 #: objcopy.c:4789
5002 #, c-format
5003 msgid ""
5004 "warning: could not create temporary file whilst copying '%s', (error: %s)"
5005 msgstr ""
5007 #: objcopy.c:4819 objcopy.c:4833
5008 #, c-format
5009 msgid "%s %s%c0x%s never used"
5010 msgstr ""
5012 #: objdump.c:199
5013 #, c-format
5014 msgid "Usage: %s <option(s)> <file(s)>\n"
5015 msgstr ""
5017 #: objdump.c:200
5018 #, c-format
5019 msgid " Display information from object <file(s)>.\n"
5020 msgstr ""
5022 #: objdump.c:201
5023 #, c-format
5024 msgid " At least one of the following switches must be given:\n"
5025 msgstr ""
5027 #: objdump.c:202
5028 #, c-format
5029 msgid ""
5030 "  -a, --archive-headers    Display archive header information\n"
5031 "  -f, --file-headers       Display the contents of the overall file header\n"
5032 "  -p, --private-headers    Display object format specific file header "
5033 "contents\n"
5034 "  -P, --private=OPT,OPT... Display object format specific contents\n"
5035 "  -h, --[section-]headers  Display the contents of the section headers\n"
5036 "  -x, --all-headers        Display the contents of all headers\n"
5037 "  -d, --disassemble        Display assembler contents of executable "
5038 "sections\n"
5039 "  -D, --disassemble-all    Display assembler contents of all sections\n"
5040 "  -S, --source             Intermix source code with disassembly\n"
5041 "  -s, --full-contents      Display the full contents of all sections "
5042 "requested\n"
5043 "  -g, --debugging          Display debug information in object file\n"
5044 "  -e, --debugging-tags     Display debug information using ctags style\n"
5045 "  -G, --stabs              Display (in raw form) any STABS info in the file\n"
5046 "  -W[lLiaprmfFsoRt] or\n"
5047 "  --dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,"
5048 "=frames,\n"
5049 "          =frames-interp,=str,=loc,=Ranges,=pubtypes,\n"
5050 "          =gdb_index,=trace_info,=trace_abbrev,=trace_aranges,\n"
5051 "          =addr,=cu_index]\n"
5052 "                           Display DWARF info in the file\n"
5053 "  -t, --syms               Display the contents of the symbol table(s)\n"
5054 "  -T, --dynamic-syms       Display the contents of the dynamic symbol table\n"
5055 "  -r, --reloc              Display the relocation entries in the file\n"
5056 "  -R, --dynamic-reloc      Display the dynamic relocation entries in the "
5057 "file\n"
5058 "  @<file>                  Read options from <file>\n"
5059 "  -v, --version            Display this program's version number\n"
5060 "  -i, --info               List object formats and architectures supported\n"
5061 "  -H, --help               Display this information\n"
5062 msgstr ""
5064 #: objdump.c:235
5065 #, c-format
5066 msgid ""
5067 "\n"
5068 " The following switches are optional:\n"
5069 msgstr ""
5071 #: objdump.c:236
5072 #, c-format
5073 msgid ""
5074 "  -b, --target=BFDNAME           Specify the target object format as "
5075 "BFDNAME\n"
5076 "  -m, --architecture=MACHINE     Specify the target architecture as MACHINE\n"
5077 "  -j, --section=NAME             Only display information for section NAME\n"
5078 "  -M, --disassembler-options=OPT Pass text OPT on to the disassembler\n"
5079 "  -EB --endian=big               Assume big endian format when "
5080 "disassembling\n"
5081 "  -EL --endian=little            Assume little endian format when "
5082 "disassembling\n"
5083 "      --file-start-context       Include context from start of file (with -"
5084 "S)\n"
5085 "  -I, --include=DIR              Add DIR to search list for source files\n"
5086 "  -l, --line-numbers             Include line numbers and filenames in "
5087 "output\n"
5088 "  -F, --file-offsets             Include file offsets when displaying "
5089 "information\n"
5090 "  -C, --demangle[=STYLE]         Decode mangled/processed symbol names\n"
5091 "                                  The STYLE, if specified, can be `auto', "
5092 "`gnu',\n"
5093 "                                  `lucid', `arm', `hp', `edg', `gnu-v3', "
5094 "`java'\n"
5095 "                                  or `gnat'\n"
5096 "  -w, --wide                     Format output for more than 80 columns\n"
5097 "  -z, --disassemble-zeroes       Do not skip blocks of zeroes when "
5098 "disassembling\n"
5099 "      --start-address=ADDR       Only process data whose address is >= ADDR\n"
5100 "      --stop-address=ADDR        Only process data whose address is <= ADDR\n"
5101 "      --prefix-addresses         Print complete address alongside "
5102 "disassembly\n"
5103 "      --[no-]show-raw-insn       Display hex alongside symbolic disassembly\n"
5104 "      --insn-width=WIDTH         Display WIDTH bytes on a single line for -"
5105 "d\n"
5106 "      --adjust-vma=OFFSET        Add OFFSET to all displayed section "
5107 "addresses\n"
5108 "      --special-syms             Include special symbols in symbol dumps\n"
5109 "      --prefix=PREFIX            Add PREFIX to absolute paths for -S\n"
5110 "      --prefix-strip=LEVEL       Strip initial directory names for -S\n"
5111 msgstr ""
5113 #: objdump.c:262
5114 #, c-format
5115 msgid ""
5116 "      --dwarf-depth=N        Do not display DIEs at depth N or greater\n"
5117 "      --dwarf-start=N        Display DIEs starting with N, at the same "
5118 "depth\n"
5119 "                             or deeper\n"
5120 "      --dwarf-check          Make additional dwarf internal consistency "
5121 "checks.      \n"
5122 "\n"
5123 msgstr ""
5125 #: objdump.c:276
5126 #, c-format
5127 msgid ""
5128 "\n"
5129 "Options supported for -P/--private switch:\n"
5130 msgstr ""
5132 #: objdump.c:429
5133 #, c-format
5134 msgid "section '%s' mentioned in a -j option, but not found in any input file"
5135 msgstr ""
5137 #: objdump.c:542
5138 #, c-format
5139 msgid "Sections:\n"
5140 msgstr ""
5142 #: objdump.c:545 objdump.c:549
5143 #, c-format
5144 msgid "Idx Name          Size      VMA       LMA       File off  Algn"
5145 msgstr ""
5147 #: objdump.c:551
5148 #, c-format
5149 msgid ""
5150 "Idx Name          Size      VMA               LMA               File off  "
5151 "Algn"
5152 msgstr ""
5154 #: objdump.c:555
5155 #, c-format
5156 msgid "  Flags"
5157 msgstr ""
5159 #: objdump.c:576
5160 #, c-format
5161 msgid "failed to read symbol table from: %s"
5162 msgstr ""
5164 #: objdump.c:577 objdump.c:3321
5165 msgid "error message was"
5166 msgstr ""
5168 #: objdump.c:601
5169 #, c-format
5170 msgid "%s: not a dynamic object"
5171 msgstr ""
5173 #: objdump.c:1123 objdump.c:1147
5174 #, c-format
5175 msgid " (File Offset: 0x%lx)"
5176 msgstr ""
5178 #: objdump.c:1814
5179 #, c-format
5180 msgid "disassemble_fn returned length %d"
5181 msgstr ""
5183 #: objdump.c:2128
5184 #, c-format
5185 msgid ""
5186 "\n"
5187 "Disassembly of section %s:\n"
5188 msgstr ""
5190 #: objdump.c:2305
5191 #, c-format
5192 msgid "can't use supplied machine %s"
5193 msgstr ""
5195 #: objdump.c:2324
5196 #, c-format
5197 msgid "can't disassemble for architecture %s\n"
5198 msgstr ""
5200 #: objdump.c:2405 objdump.c:2422
5201 #, c-format
5202 msgid ""
5203 "\n"
5204 "Can't get contents for section '%s'.\n"
5205 msgstr ""
5207 #: objdump.c:2580
5208 #, c-format
5209 msgid "File %s does not contain any dwarf debug information\n"
5210 msgstr ""
5212 #: objdump.c:2639
5213 #, c-format
5214 msgid ""
5215 "No %s section present\n"
5216 "\n"
5217 msgstr ""
5219 #: objdump.c:2648
5220 #, c-format
5221 msgid "reading %s section of %s failed: %s"
5222 msgstr ""
5224 #: objdump.c:2692
5225 #, c-format
5226 msgid ""
5227 "Contents of %s section:\n"
5228 "\n"
5229 msgstr ""
5231 #: objdump.c:2826
5232 #, c-format
5233 msgid "architecture: %s, "
5234 msgstr ""
5236 #: objdump.c:2829
5237 #, c-format
5238 msgid "flags 0x%08x:\n"
5239 msgstr ""
5241 #: objdump.c:2842
5242 #, c-format
5243 msgid ""
5244 "\n"
5245 "start address 0x"
5246 msgstr ""
5248 #: objdump.c:2868
5249 msgid "option -P/--private not supported by this file"
5250 msgstr ""
5252 #: objdump.c:2892
5253 #, c-format
5254 msgid "target specific dump '%s' not supported"
5255 msgstr ""
5257 #: objdump.c:2956
5258 #, c-format
5259 msgid "Contents of section %s:"
5260 msgstr ""
5262 #: objdump.c:2958
5263 #, c-format
5264 msgid "  (Starting at file offset: 0x%lx)"
5265 msgstr ""
5267 #: objdump.c:2964
5268 #, c-format
5269 msgid "Reading section %s failed because: %s"
5270 msgstr ""
5272 #: objdump.c:3068
5273 #, c-format
5274 msgid "no symbols\n"
5275 msgstr ""
5277 #: objdump.c:3075
5278 #, c-format
5279 msgid "no information for symbol number %ld\n"
5280 msgstr ""
5282 #: objdump.c:3078
5283 #, c-format
5284 msgid "could not determine the type of symbol number %ld\n"
5285 msgstr ""
5287 #: objdump.c:3320
5288 #, c-format
5289 msgid "failed to read relocs in: %s"
5290 msgstr ""
5292 #: objdump.c:3420
5293 #, c-format
5294 msgid ""
5295 "\n"
5296 "%s:     file format %s\n"
5297 msgstr ""
5299 #: objdump.c:3482
5300 #, c-format
5301 msgid "%s: printing debugging information failed"
5302 msgstr ""
5304 #: objdump.c:3573
5305 #, c-format
5306 msgid "In archive %s:\n"
5307 msgstr ""
5309 #. Prevent corrupted files from spinning us into an
5310 #. infinite loop.  100 is an arbitrary heuristic.
5311 #: objdump.c:3578
5312 msgid "Archive nesting is too deep"
5313 msgstr ""
5315 #: objdump.c:3582
5316 #, c-format
5317 msgid "In nested archive %s:\n"
5318 msgstr ""
5320 #: objdump.c:3724
5321 msgid "error: the start address should be before the end address"
5322 msgstr ""
5324 #: objdump.c:3729
5325 msgid "error: the stop address should be after the start address"
5326 msgstr ""
5328 #: objdump.c:3741
5329 msgid "error: prefix strip must be non-negative"
5330 msgstr ""
5332 #: objdump.c:3746
5333 msgid "error: instruction width must be positive"
5334 msgstr ""
5336 #: objdump.c:3755
5337 msgid "unrecognized -E option"
5338 msgstr ""
5340 #: objdump.c:3766
5341 #, c-format
5342 msgid "unrecognized --endian type `%s'"
5343 msgstr ""
5345 #: od-macho.c:73
5346 #, c-format
5347 msgid ""
5348 "For Mach-O files:\n"
5349 "  header           Display the file header\n"
5350 "  section          Display the segments and sections commands\n"
5351 "  map              Display the section map\n"
5352 "  load             Display the load commands\n"
5353 "  dysymtab         Display the dynamic symbol table\n"
5354 "  codesign         Display code signature\n"
5355 "  seg_split_info   Display segment split info\n"
5356 "  compact_unwind   Display compact unwinding info\n"
5357 "  function_starts  Display start address of functions\n"
5358 "  data_in_code     Display data in code entries\n"
5359 "  twolevel_hints   Display the two-level namespace lookup hints table\n"
5360 "  dyld_info        Display dyld information\n"
5361 msgstr ""
5363 #: od-macho.c:298
5364 msgid "Mach-O header:\n"
5365 msgstr ""
5367 #: od-macho.c:299
5368 #, c-format
5369 msgid " magic     : %08lx\n"
5370 msgstr ""
5372 #: od-macho.c:300
5373 #, c-format
5374 msgid " cputype   : %08lx (%s)\n"
5375 msgstr ""
5377 #: od-macho.c:302
5378 #, c-format
5379 msgid " cpusubtype: %08lx\n"
5380 msgstr ""
5382 #: od-macho.c:303
5383 #, c-format
5384 msgid " filetype  : %08lx (%s)\n"
5385 msgstr ""
5387 #: od-macho.c:306
5388 #, c-format
5389 msgid " ncmds     : %08lx (%lu)\n"
5390 msgstr ""
5392 #: od-macho.c:307
5393 #, c-format
5394 msgid " sizeofcmds: %08lx (%lu)\n"
5395 msgstr ""
5397 #: od-macho.c:308
5398 #, c-format
5399 msgid " flags     : %08lx ("
5400 msgstr ""
5402 #: od-macho.c:310
5403 msgid ")\n"
5404 msgstr ""
5406 #: od-macho.c:311
5407 #, c-format
5408 msgid " reserved  : %08x\n"
5409 msgstr ""
5411 #: od-macho.c:330
5412 msgid "Segments and Sections:\n"
5413 msgstr ""
5415 #: od-macho.c:331
5416 msgid " #: Segment name     Section name     Address\n"
5417 msgstr ""
5419 #: od-macho.c:973
5420 msgid "cannot read rebase dyld info"
5421 msgstr ""
5423 #: od-macho.c:978
5424 msgid "cannot read bind dyld info"
5425 msgstr ""
5427 #: od-macho.c:983
5428 msgid "cannot read weak bind dyld info"
5429 msgstr ""
5431 #: od-macho.c:988
5432 msgid "cannot read lazy bind dyld info"
5433 msgstr ""
5435 #: od-macho.c:993
5436 msgid "cannot read export symbols dyld info"
5437 msgstr ""
5439 #: od-macho.c:1073 od-macho.c:1080 od-macho.c:1154 od-macho.c:1206
5440 #, c-format
5441 msgid "  [bad block length]\n"
5442 msgstr ""
5444 #: od-macho.c:1077
5445 #, c-format
5446 msgid "  %u index entries:\n"
5447 msgstr ""
5449 #: od-macho.c:1090
5450 #, c-format
5451 msgid "  index entry %u: type: %08x, offset: %08x\n"
5452 msgstr ""
5454 #: od-macho.c:1161
5455 #, c-format
5456 msgid "  version:           %08x\n"
5457 msgstr ""
5459 #: od-macho.c:1162
5460 #, c-format
5461 msgid "  flags:             %08x\n"
5462 msgstr ""
5464 #: od-macho.c:1163
5465 #, c-format
5466 msgid "  hash offset:       %08x\n"
5467 msgstr ""
5469 #: od-macho.c:1165
5470 #, c-format
5471 msgid "  ident offset:      %08x (- %08x)\n"
5472 msgstr ""
5474 #: od-macho.c:1167
5475 #, c-format
5476 msgid "   identity: %s\n"
5477 msgstr ""
5479 #: od-macho.c:1168
5480 #, c-format
5481 msgid "  nbr special slots: %08x (at offset %08x)\n"
5482 msgstr ""
5484 #: od-macho.c:1171
5485 #, c-format
5486 msgid "  nbr code slots:    %08x\n"
5487 msgstr ""
5489 #: od-macho.c:1172
5490 #, c-format
5491 msgid "  code limit:        %08x\n"
5492 msgstr ""
5494 #: od-macho.c:1173
5495 #, c-format
5496 msgid "  hash size:         %02x\n"
5497 msgstr ""
5499 #: od-macho.c:1174
5500 #, c-format
5501 msgid "  hash type:         %02x (%s)\n"
5502 msgstr ""
5504 #: od-macho.c:1177
5505 #, c-format
5506 msgid "  spare1:            %02x\n"
5507 msgstr ""
5509 #: od-macho.c:1178
5510 #, c-format
5511 msgid "  page size:         %02x\n"
5512 msgstr ""
5514 #: od-macho.c:1179
5515 #, c-format
5516 msgid "  spare2:            %08x\n"
5517 msgstr ""
5519 #: od-macho.c:1181
5520 #, c-format
5521 msgid "  scatter offset:    %08x\n"
5522 msgstr ""
5524 #: od-macho.c:1193
5525 #, c-format
5526 msgid "  [truncated block]\n"
5527 msgstr ""
5529 #: od-macho.c:1201
5530 #, c-format
5531 msgid " magic : %08x (%s)\n"
5532 msgstr ""
5534 #: od-macho.c:1203
5535 #, c-format
5536 msgid " length: %08x\n"
5537 msgstr ""
5539 #: od-macho.c:1234
5540 msgid "cannot read code signature data"
5541 msgstr ""
5543 #: od-macho.c:1262
5544 msgid "cannot read segment split info"
5545 msgstr ""
5547 #: od-macho.c:1268
5548 msgid "segment split info is not nul terminated"
5549 msgstr ""
5551 #: od-macho.c:1276
5552 #, c-format
5553 msgid "  32 bit pointers:\n"
5554 msgstr ""
5556 #: od-macho.c:1279
5557 #, c-format
5558 msgid "  64 bit pointers:\n"
5559 msgstr ""
5561 #: od-macho.c:1282
5562 #, c-format
5563 msgid "  PPC hi-16:\n"
5564 msgstr ""
5566 #: od-macho.c:1285
5567 #, c-format
5568 msgid "  Unhandled location type %u\n"
5569 msgstr ""
5571 #: od-macho.c:1309
5572 msgid "cannot read function starts"
5573 msgstr ""
5575 #: od-macho.c:1373
5576 msgid "cannot read data_in_code"
5577 msgstr ""
5579 #: od-macho.c:1411
5580 msgid "cannot read twolevel hints"
5581 msgstr ""
5583 #: od-xcoff.c:77
5584 #, c-format
5585 msgid ""
5586 "For XCOFF files:\n"
5587 "  header      Display the file header\n"
5588 "  aout        Display the auxiliary header\n"
5589 "  sections    Display the section headers\n"
5590 "  syms        Display the symbols table\n"
5591 "  relocs      Display the relocation entries\n"
5592 "  lineno      Display the line number entries\n"
5593 "  loader      Display loader section\n"
5594 "  except      Display exception table\n"
5595 "  typchk      Display type-check section\n"
5596 "  traceback   Display traceback tags\n"
5597 "  toc         Display toc symbols\n"
5598 "  ldinfo      Display loader info in core files\n"
5599 msgstr ""
5601 #: od-xcoff.c:419
5602 #, c-format
5603 msgid "  nbr sections:  %d\n"
5604 msgstr ""
5606 #: od-xcoff.c:420
5607 #, c-format
5608 msgid "  time and date: 0x%08x  - "
5609 msgstr ""
5611 #: od-xcoff.c:422 readelf.c:15825
5612 #, c-format
5613 msgid "not set\n"
5614 msgstr ""
5616 #: od-xcoff.c:429
5617 #, c-format
5618 msgid "  symbols off:   0x%08x\n"
5619 msgstr ""
5621 #: od-xcoff.c:430
5622 #, c-format
5623 msgid "  nbr symbols:   %d\n"
5624 msgstr ""
5626 #: od-xcoff.c:431
5627 #, c-format
5628 msgid "  opt hdr sz:    %d\n"
5629 msgstr ""
5631 #: od-xcoff.c:432
5632 #, c-format
5633 msgid "  flags:         0x%04x "
5634 msgstr ""
5636 #: od-xcoff.c:446
5637 #, c-format
5638 msgid "Auxiliary header:\n"
5639 msgstr ""
5641 #: od-xcoff.c:449
5642 #, c-format
5643 msgid "  No aux header\n"
5644 msgstr ""
5646 #: od-xcoff.c:454
5647 #, c-format
5648 msgid "warning: optional header size too large (> %d)\n"
5649 msgstr ""
5651 #: od-xcoff.c:460
5652 msgid "cannot read auxhdr"
5653 msgstr ""
5655 #: od-xcoff.c:525
5656 #, c-format
5657 msgid "Section headers (at %u+%u=0x%08x to 0x%08x):\n"
5658 msgstr ""
5660 #: od-xcoff.c:530
5661 #, c-format
5662 msgid "  No section header\n"
5663 msgstr ""
5665 #: od-xcoff.c:535 od-xcoff.c:547 od-xcoff.c:602
5666 msgid "cannot read section header"
5667 msgstr ""
5669 #: od-xcoff.c:561
5670 #, c-format
5671 msgid "            Flags: %08x "
5672 msgstr ""
5674 #: od-xcoff.c:569
5675 #, c-format
5676 msgid "overflow - nreloc: %u, nlnno: %u\n"
5677 msgstr ""
5679 #: od-xcoff.c:590 od-xcoff.c:925 od-xcoff.c:981
5680 msgid "cannot read section headers"
5681 msgstr ""
5683 #: od-xcoff.c:649
5684 msgid "cannot read strings table length"
5685 msgstr ""
5687 #: od-xcoff.c:665
5688 msgid "cannot read strings table"
5689 msgstr ""
5691 #: od-xcoff.c:673
5692 msgid "cannot read symbol table"
5693 msgstr ""
5695 #: od-xcoff.c:688
5696 msgid "cannot read symbol entry"
5697 msgstr ""
5699 #: od-xcoff.c:723
5700 msgid "cannot read symbol aux entry"
5701 msgstr ""
5703 #: od-xcoff.c:745
5704 #, c-format
5705 msgid "Symbols table (strtable at 0x%08x)"
5706 msgstr ""
5708 #: od-xcoff.c:750
5709 #, c-format
5710 msgid ""
5711 ":\n"
5712 "  No symbols\n"
5713 msgstr ""
5715 #: od-xcoff.c:756
5716 #, c-format
5717 msgid " (no strings):\n"
5718 msgstr ""
5720 #: od-xcoff.c:758
5721 #, c-format
5722 msgid " (strings size: %08x):\n"
5723 msgstr ""
5725 #. Translators: 'sc' is for storage class, 'off' for offset.
5726 #: od-xcoff.c:772
5727 #, c-format
5728 msgid "  # sc         value    section  type aux name/off\n"
5729 msgstr ""
5731 #. Section length, number of relocs and line number.
5732 #: od-xcoff.c:824
5733 #, c-format
5734 msgid "  scnlen: %08x  nreloc: %-6u  nlinno: %-6u\n"
5735 msgstr ""
5737 #. Section length and number of relocs.
5738 #: od-xcoff.c:831
5739 #, c-format
5740 msgid "  scnlen: %08x  nreloc: %-6u\n"
5741 msgstr ""
5743 #: od-xcoff.c:894
5744 #, c-format
5745 msgid "offset: %08x"
5746 msgstr ""
5748 #: od-xcoff.c:937
5749 #, c-format
5750 msgid "Relocations for %s (%u)\n"
5751 msgstr ""
5753 #: od-xcoff.c:940
5754 msgid "cannot read relocations"
5755 msgstr ""
5757 #: od-xcoff.c:953
5758 msgid "cannot read relocation entry"
5759 msgstr ""
5761 #: od-xcoff.c:993
5762 #, c-format
5763 msgid "Line numbers for %s (%u)\n"
5764 msgstr ""
5766 #: od-xcoff.c:996
5767 msgid "cannot read line numbers"
5768 msgstr ""
5770 #. Line number, symbol index and physical address.
5771 #: od-xcoff.c:1000
5772 #, c-format
5773 msgid "lineno  symndx/paddr\n"
5774 msgstr ""
5776 #: od-xcoff.c:1008
5777 msgid "cannot read line number entry"
5778 msgstr ""
5780 #: od-xcoff.c:1051
5781 #, c-format
5782 msgid "no .loader section in file\n"
5783 msgstr ""
5785 #: od-xcoff.c:1057
5786 #, c-format
5787 msgid "section .loader is too short\n"
5788 msgstr ""
5790 #: od-xcoff.c:1064
5791 #, c-format
5792 msgid "Loader header:\n"
5793 msgstr ""
5795 #: od-xcoff.c:1066
5796 #, c-format
5797 msgid "  version:           %u\n"
5798 msgstr ""
5800 #: od-xcoff.c:1069
5801 #, c-format
5802 msgid " Unhandled version\n"
5803 msgstr ""
5805 #: od-xcoff.c:1074
5806 #, c-format
5807 msgid "  nbr symbols:       %u\n"
5808 msgstr ""
5810 #: od-xcoff.c:1076
5811 #, c-format
5812 msgid "  nbr relocs:        %u\n"
5813 msgstr ""
5815 #. Import string table length.
5816 #: od-xcoff.c:1078
5817 #, c-format
5818 msgid "  import strtab len: %u\n"
5819 msgstr ""
5821 #: od-xcoff.c:1081
5822 #, c-format
5823 msgid "  nbr import files:  %u\n"
5824 msgstr ""
5826 #: od-xcoff.c:1083
5827 #, c-format
5828 msgid "  import file off:   %u\n"
5829 msgstr ""
5831 #: od-xcoff.c:1085
5832 #, c-format
5833 msgid "  string table len:  %u\n"
5834 msgstr ""
5836 #: od-xcoff.c:1087
5837 #, c-format
5838 msgid "  string table off:  %u\n"
5839 msgstr ""
5841 #: od-xcoff.c:1090
5842 #, c-format
5843 msgid "Dynamic symbols:\n"
5844 msgstr ""
5846 #: od-xcoff.c:1097
5847 #, c-format
5848 msgid "  %4u %08x %3u "
5849 msgstr ""
5851 #: od-xcoff.c:1110
5852 #, c-format
5853 msgid " %3u %3u "
5854 msgstr ""
5856 #: od-xcoff.c:1119
5857 #, c-format
5858 msgid "(bad offset: %u)"
5859 msgstr ""
5861 #: od-xcoff.c:1126
5862 #, c-format
5863 msgid "Dynamic relocs:\n"
5864 msgstr ""
5866 #: od-xcoff.c:1166
5867 #, c-format
5868 msgid "Import files:\n"
5869 msgstr ""
5871 #: od-xcoff.c:1198
5872 #, c-format
5873 msgid "no .except section in file\n"
5874 msgstr ""
5876 #: od-xcoff.c:1206
5877 #, c-format
5878 msgid "Exception table:\n"
5879 msgstr ""
5881 #: od-xcoff.c:1241
5882 #, c-format
5883 msgid "no .typchk section in file\n"
5884 msgstr ""
5886 #: od-xcoff.c:1248
5887 #, c-format
5888 msgid "Type-check section:\n"
5889 msgstr ""
5891 #: od-xcoff.c:1295
5892 #, c-format
5893 msgid " address beyond section size\n"
5894 msgstr ""
5896 #: od-xcoff.c:1305
5897 #, c-format
5898 msgid " tags at %08x\n"
5899 msgstr ""
5901 #: od-xcoff.c:1383
5902 #, c-format
5903 msgid " number of CTL anchors: %u\n"
5904 msgstr ""
5906 #: od-xcoff.c:1402
5907 #, c-format
5908 msgid " Name (len: %u): "
5909 msgstr ""
5911 #: od-xcoff.c:1405
5912 #, c-format
5913 msgid "[truncated]\n"
5914 msgstr ""
5916 #: od-xcoff.c:1424
5917 #, c-format
5918 msgid " (end of tags at %08x)\n"
5919 msgstr ""
5921 #: od-xcoff.c:1427
5922 #, c-format
5923 msgid " no tags found\n"
5924 msgstr ""
5926 #: od-xcoff.c:1431
5927 #, c-format
5928 msgid " Truncated .text section\n"
5929 msgstr ""
5931 #: od-xcoff.c:1516
5932 #, c-format
5933 msgid "TOC:\n"
5934 msgstr ""
5936 #: od-xcoff.c:1559
5937 #, c-format
5938 msgid "Nbr entries: %-8u Size: %08x (%u)\n"
5939 msgstr ""
5941 #: od-xcoff.c:1643
5942 msgid "cannot read header"
5943 msgstr ""
5945 #: od-xcoff.c:1651
5946 #, c-format
5947 msgid "File header:\n"
5948 msgstr ""
5950 #: od-xcoff.c:1652
5951 #, c-format
5952 msgid "  magic:         0x%04x (0%04o)  "
5953 msgstr ""
5955 #: od-xcoff.c:1656
5956 #, c-format
5957 msgid "(WRMAGIC: writable text segments)"
5958 msgstr ""
5960 #: od-xcoff.c:1659
5961 #, c-format
5962 msgid "(ROMAGIC: readonly sharablee text segments)"
5963 msgstr ""
5965 #: od-xcoff.c:1662
5966 #, c-format
5967 msgid "(TOCMAGIC: readonly text segments and TOC)"
5968 msgstr ""
5970 #: od-xcoff.c:1665
5971 #, c-format
5972 msgid "unknown magic"
5973 msgstr ""
5975 #: od-xcoff.c:1673 od-xcoff.c:1813
5976 #, c-format
5977 msgid "  Unhandled magic\n"
5978 msgstr ""
5980 #: od-xcoff.c:1737
5981 msgid "cannot read loader info table"
5982 msgstr ""
5984 #: od-xcoff.c:1769
5985 #, c-format
5986 msgid ""
5987 "\n"
5988 "ldinfo dump not supported in 32 bits environments\n"
5989 msgstr ""
5991 #: od-xcoff.c:1787
5992 msgid "cannot core read header"
5993 msgstr ""
5995 #: od-xcoff.c:1794
5996 #, c-format
5997 msgid "Core header:\n"
5998 msgstr ""
6000 #: od-xcoff.c:1795
6001 #, c-format
6002 msgid "  version:    0x%08x  "
6003 msgstr ""
6005 #: od-xcoff.c:1799
6006 #, c-format
6007 msgid "(dumpx format - aix4.3 / 32 bits)"
6008 msgstr ""
6010 #: od-xcoff.c:1802
6011 #, c-format
6012 msgid "(dumpxx format - aix5.0 / 64 bits)"
6013 msgstr ""
6015 #: od-xcoff.c:1805
6016 #, c-format
6017 msgid "unknown format"
6018 msgstr ""
6020 #: rclex.c:196
6021 msgid "invalid value specified for pragma code_page.\n"
6022 msgstr ""
6024 #: rdcoff.c:116
6025 #, c-format
6026 msgid "Excessively large slot index: %lx"
6027 msgstr ""
6029 #: rdcoff.c:202
6030 #, c-format
6031 msgid "parse_coff_type: Bad type code 0x%x"
6032 msgstr ""
6034 #: rdcoff.c:410 rdcoff.c:515 rdcoff.c:703
6035 #, c-format
6036 msgid "bfd_coff_get_syment failed: %s"
6037 msgstr ""
6039 #: rdcoff.c:426 rdcoff.c:723
6040 #, c-format
6041 msgid "bfd_coff_get_auxent failed: %s"
6042 msgstr ""
6044 #: rdcoff.c:790
6045 #, c-format
6046 msgid "%ld: .bf without preceding function"
6047 msgstr ""
6049 #: rdcoff.c:840
6050 #, c-format
6051 msgid "%ld: unexpected .ef\n"
6052 msgstr ""
6054 #: rddbg.c:87
6055 #, c-format
6056 msgid "%s: no recognized debugging information"
6057 msgstr ""
6059 #: rddbg.c:194
6060 #, c-format
6061 msgid "%s: %s: stab entry %ld is corrupt, strx = 0x%x, type = %d\n"
6062 msgstr ""
6064 #: rddbg.c:218
6065 #, c-format
6066 msgid "%s: %s: stab entry %ld is corrupt\n"
6067 msgstr ""
6069 #: rddbg.c:413
6070 #, c-format
6071 msgid "Last stabs entries before error:\n"
6072 msgstr ""
6074 #: readelf.c:300
6075 msgid "<none>"
6076 msgstr ""
6078 #: readelf.c:301
6079 msgid "<no-name>"
6080 msgstr ""
6082 #: readelf.c:350
6083 msgid "Size truncation prevents reading 0x%"
6084 msgstr ""
6086 #: readelf.c:360
6087 msgid "Size overflow prevents reading 0x%"
6088 msgstr ""
6090 #: readelf.c:372
6091 msgid "Reading 0x%"
6092 msgstr ""
6094 #: readelf.c:381
6095 #, c-format
6096 msgid "Unable to seek to 0x%lx for %s\n"
6097 msgstr ""
6099 #: readelf.c:397
6100 msgid "Out of memory allocating 0x%"
6101 msgstr ""
6103 #: readelf.c:409
6104 msgid "Unable to read in 0x%"
6105 msgstr ""
6107 #: readelf.c:825
6108 msgid "Don't know about relocations on this machine architecture\n"
6109 msgstr ""
6111 #: readelf.c:846 readelf.c:944
6112 msgid "32-bit relocation data"
6113 msgstr ""
6115 #: readelf.c:858 readelf.c:888 readelf.c:955 readelf.c:984
6116 msgid "out of memory parsing relocs\n"
6117 msgstr ""
6119 #: readelf.c:876 readelf.c:973
6120 msgid "64-bit relocation data"
6121 msgstr ""
6123 #: readelf.c:1101
6124 #, c-format
6125 msgid ""
6126 " Offset     Info    Type                Sym. Value  Symbol's Name + Addend\n"
6127 msgstr ""
6129 #: readelf.c:1103
6130 #, c-format
6131 msgid " Offset     Info    Type            Sym.Value  Sym. Name + Addend\n"
6132 msgstr ""
6134 #: readelf.c:1108
6135 #, c-format
6136 msgid " Offset     Info    Type                Sym. Value  Symbol's Name\n"
6137 msgstr ""
6139 #: readelf.c:1110
6140 #, c-format
6141 msgid " Offset     Info    Type            Sym.Value  Sym. Name\n"
6142 msgstr ""
6144 #: readelf.c:1118
6145 #, c-format
6146 msgid ""
6147 "    Offset             Info             Type               Symbol's Value  "
6148 "Symbol's Name + Addend\n"
6149 msgstr ""
6151 #: readelf.c:1120
6152 #, c-format
6153 msgid ""
6154 "  Offset          Info           Type           Sym. Value    Sym. Name + "
6155 "Addend\n"
6156 msgstr ""
6158 #: readelf.c:1125
6159 #, c-format
6160 msgid ""
6161 "    Offset             Info             Type               Symbol's Value  "
6162 "Symbol's Name\n"
6163 msgstr ""
6165 #: readelf.c:1127
6166 #, c-format
6167 msgid ""
6168 "  Offset          Info           Type           Sym. Value    Sym. Name\n"
6169 msgstr ""
6171 #: readelf.c:1489 readelf.c:1671 readelf.c:1679
6172 #, c-format
6173 msgid "unrecognized: %-7lx"
6174 msgstr ""
6176 #: readelf.c:1514
6177 #, c-format
6178 msgid "<unknown addend: %lx>"
6179 msgstr ""
6181 #: readelf.c:1521
6182 #, c-format
6183 msgid " bad symbol index: %08lx"
6184 msgstr ""
6186 #: readelf.c:1620
6187 #, c-format
6188 msgid "<string table index: %3ld>"
6189 msgstr ""
6191 #: readelf.c:1622
6192 #, c-format
6193 msgid "<corrupt string table index: %3ld>"
6194 msgstr ""
6196 #: readelf.c:2108
6197 #, c-format
6198 msgid "Processor Specific: %lx"
6199 msgstr ""
6201 #: readelf.c:2135
6202 #, c-format
6203 msgid "Operating System specific: %lx"
6204 msgstr ""
6206 #: readelf.c:2139 readelf.c:3845
6207 #, c-format
6208 msgid "<unknown>: %lx"
6209 msgstr ""
6211 #: readelf.c:2152
6212 msgid "NONE (None)"
6213 msgstr ""
6215 #: readelf.c:2153
6216 msgid "REL (Relocatable file)"
6217 msgstr ""
6219 #: readelf.c:2154
6220 msgid "EXEC (Executable file)"
6221 msgstr ""
6223 #: readelf.c:2155
6224 msgid "DYN (Shared object file)"
6225 msgstr ""
6227 #: readelf.c:2156
6228 msgid "CORE (Core file)"
6229 msgstr ""
6231 #: readelf.c:2160
6232 #, c-format
6233 msgid "Processor Specific: (%x)"
6234 msgstr ""
6236 #: readelf.c:2162
6237 #, c-format
6238 msgid "OS Specific: (%x)"
6239 msgstr ""
6241 #: readelf.c:2164
6242 #, c-format
6243 msgid "<unknown>: %x"
6244 msgstr ""
6246 #: readelf.c:2176 readelf.c:14549 readelf.c:14560
6247 msgid "None"
6248 msgstr ""
6250 #: readelf.c:2374
6251 #, c-format
6252 msgid "<unknown>: 0x%x"
6253 msgstr ""
6255 #: readelf.c:2652
6256 msgid ", <unknown>"
6257 msgstr ""
6259 #: readelf.c:3021 readelf.c:9244
6260 msgid "unknown"
6261 msgstr ""
6263 #: readelf.c:3022
6264 msgid "unknown mac"
6265 msgstr ""
6267 #: readelf.c:3090
6268 msgid ", <unknown MeP cpu type>"
6269 msgstr ""
6271 #: readelf.c:3100
6272 msgid "<unknown MeP copro type>"
6273 msgstr ""
6275 #: readelf.c:3111
6276 #, c-format
6277 msgid ", unknown flags bits: %#x"
6278 msgstr ""
6280 #: readelf.c:3120
6281 msgid ", relocatable"
6282 msgstr ""
6284 #: readelf.c:3123
6285 msgid ", relocatable-lib"
6286 msgstr ""
6288 #: readelf.c:3205
6289 msgid ", unknown v850 architecture variant"
6290 msgstr ""
6292 #: readelf.c:3269
6293 msgid ", unknown CPU"
6294 msgstr ""
6296 #: readelf.c:3284
6297 msgid ", unknown ABI"
6298 msgstr ""
6300 #: readelf.c:3309 readelf.c:3365
6301 msgid ", unknown ISA"
6302 msgstr ""
6304 #: readelf.c:3475
6305 #, c-format
6306 msgid "Unrecognised IA64 VMS Command Code: %x\n"
6307 msgstr ""
6309 #: readelf.c:3539
6310 msgid ": architecture variant: "
6311 msgstr ""
6313 #: readelf.c:3558
6314 msgid ": unknown"
6315 msgstr ""
6317 #: readelf.c:3562
6318 msgid ": unknown extra flag bits also present"
6319 msgstr ""
6321 #: readelf.c:3611
6322 msgid "Standalone App"
6323 msgstr ""
6325 #: readelf.c:3620
6326 msgid "Bare-metal C6000"
6327 msgstr ""
6329 #: readelf.c:3630 readelf.c:4535 readelf.c:4551
6330 #, c-format
6331 msgid "<unknown: %x>"
6332 msgstr ""
6334 #. This message is probably going to be displayed in a 15
6335 #. character wide field, so put the hex value first.
6336 #: readelf.c:4163
6337 #, c-format
6338 msgid "%08x: <unknown>"
6339 msgstr ""
6341 #: readelf.c:4221
6342 #, c-format
6343 msgid "Usage: readelf <option(s)> elf-file(s)\n"
6344 msgstr ""
6346 #: readelf.c:4222
6347 #, c-format
6348 msgid " Display information about the contents of ELF format files\n"
6349 msgstr ""
6351 #: readelf.c:4223
6352 #, c-format
6353 msgid ""
6354 " Options are:\n"
6355 "  -a --all               Equivalent to: -h -l -S -s -r -d -V -A -I\n"
6356 "  -h --file-header       Display the ELF file header\n"
6357 "  -l --program-headers   Display the program headers\n"
6358 "     --segments          An alias for --program-headers\n"
6359 "  -S --section-headers   Display the sections' header\n"
6360 "     --sections          An alias for --section-headers\n"
6361 "  -g --section-groups    Display the section groups\n"
6362 "  -t --section-details   Display the section details\n"
6363 "  -e --headers           Equivalent to: -h -l -S\n"
6364 "  -s --syms              Display the symbol table\n"
6365 "     --symbols           An alias for --syms\n"
6366 "  --dyn-syms             Display the dynamic symbol table\n"
6367 "  -n --notes             Display the core notes (if present)\n"
6368 "  -r --relocs            Display the relocations (if present)\n"
6369 "  -u --unwind            Display the unwind info (if present)\n"
6370 "  -d --dynamic           Display the dynamic section (if present)\n"
6371 "  -V --version-info      Display the version sections (if present)\n"
6372 "  -A --arch-specific     Display architecture specific information (if any)\n"
6373 "  -c --archive-index     Display the symbol/file index in an archive\n"
6374 "  -D --use-dynamic       Use the dynamic section info when displaying "
6375 "symbols\n"
6376 "  -x --hex-dump=<number|name>\n"
6377 "                         Dump the contents of section <number|name> as "
6378 "bytes\n"
6379 "  -p --string-dump=<number|name>\n"
6380 "                         Dump the contents of section <number|name> as "
6381 "strings\n"
6382 "  -R --relocated-dump=<number|name>\n"
6383 "                         Dump the contents of section <number|name> as "
6384 "relocated bytes\n"
6385 "  -z --decompress        Decompress section before dumping it\n"
6386 "  -w[lLiaprmfFsoRt] or\n"
6387 "  --debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,"
6388 "=frames,\n"
6389 "               =frames-interp,=str,=loc,=Ranges,=pubtypes,\n"
6390 "               =gdb_index,=trace_info,=trace_abbrev,=trace_aranges,\n"
6391 "               =addr,=cu_index]\n"
6392 "                         Display the contents of DWARF2 debug sections\n"
6393 msgstr ""
6395 #: readelf.c:4257
6396 #, c-format
6397 msgid ""
6398 "  --dwarf-depth=N        Do not display DIEs at depth N or greater\n"
6399 "  --dwarf-start=N        Display DIEs starting with N, at the same depth\n"
6400 "                         or deeper\n"
6401 msgstr ""
6403 #: readelf.c:4262
6404 #, c-format
6405 msgid ""
6406 "  -i --instruction-dump=<number|name>\n"
6407 "                         Disassemble the contents of section <number|name>\n"
6408 msgstr ""
6410 #: readelf.c:4266
6411 #, c-format
6412 msgid ""
6413 "  -I --histogram         Display histogram of bucket list lengths\n"
6414 "  -W --wide              Allow output width to exceed 80 characters\n"
6415 "  @<file>                Read options from <file>\n"
6416 "  -H --help              Display this information\n"
6417 "  -v --version           Display the version number of readelf\n"
6418 msgstr ""
6420 #: readelf.c:4295 readelf.c:4327 readelf.c:4331 readelf.c:17190
6421 msgid "Out of memory allocating dump request table.\n"
6422 msgstr ""
6424 #: readelf.c:4509
6425 #, c-format
6426 msgid "Invalid option '-%c'\n"
6427 msgstr ""
6429 #: readelf.c:4531 readelf.c:4547 readelf.c:9909
6430 msgid "none"
6431 msgstr ""
6433 #: readelf.c:4548
6434 msgid "2's complement, little endian"
6435 msgstr ""
6437 #: readelf.c:4549
6438 msgid "2's complement, big endian"
6439 msgstr ""
6441 #: readelf.c:4567
6442 msgid "Not an ELF file - it has the wrong magic bytes at the start\n"
6443 msgstr ""
6445 #: readelf.c:4577
6446 #, c-format
6447 msgid "ELF Header:\n"
6448 msgstr ""
6450 #: readelf.c:4578
6451 #, c-format
6452 msgid "  Magic:   "
6453 msgstr ""
6455 #: readelf.c:4582
6456 #, c-format
6457 msgid "  Class:                             %s\n"
6458 msgstr ""
6460 #: readelf.c:4584
6461 #, c-format
6462 msgid "  Data:                              %s\n"
6463 msgstr ""
6465 #: readelf.c:4586
6466 #, c-format
6467 msgid "  Version:                           %d %s\n"
6468 msgstr ""
6470 #: readelf.c:4591
6471 #, c-format
6472 msgid "<unknown: %lx>"
6473 msgstr ""
6475 #: readelf.c:4593
6476 #, c-format
6477 msgid "  OS/ABI:                            %s\n"
6478 msgstr ""
6480 #: readelf.c:4595
6481 #, c-format
6482 msgid "  ABI Version:                       %d\n"
6483 msgstr ""
6485 #: readelf.c:4597
6486 #, c-format
6487 msgid "  Type:                              %s\n"
6488 msgstr ""
6490 #: readelf.c:4599
6491 #, c-format
6492 msgid "  Machine:                           %s\n"
6493 msgstr ""
6495 #: readelf.c:4601
6496 #, c-format
6497 msgid "  Version:                           0x%lx\n"
6498 msgstr ""
6500 #: readelf.c:4604
6501 #, c-format
6502 msgid "  Entry point address:               "
6503 msgstr ""
6505 #: readelf.c:4606
6506 #, c-format
6507 msgid ""
6508 "\n"
6509 "  Start of program headers:          "
6510 msgstr ""
6512 #: readelf.c:4608
6513 #, c-format
6514 msgid ""
6515 " (bytes into file)\n"
6516 "  Start of section headers:          "
6517 msgstr ""
6519 #: readelf.c:4610
6520 #, c-format
6521 msgid " (bytes into file)\n"
6522 msgstr ""
6524 #: readelf.c:4612
6525 #, c-format
6526 msgid "  Flags:                             0x%lx%s\n"
6527 msgstr ""
6529 #: readelf.c:4615
6530 #, c-format
6531 msgid "  Size of this header:               %ld (bytes)\n"
6532 msgstr ""
6534 #: readelf.c:4617
6535 #, c-format
6536 msgid "  Size of program headers:           %ld (bytes)\n"
6537 msgstr ""
6539 #: readelf.c:4619
6540 #, c-format
6541 msgid "  Number of program headers:         %ld"
6542 msgstr ""
6544 #: readelf.c:4626
6545 #, c-format
6546 msgid "  Size of section headers:           %ld (bytes)\n"
6547 msgstr ""
6549 #: readelf.c:4628
6550 #, c-format
6551 msgid "  Number of section headers:         %ld"
6552 msgstr ""
6554 #: readelf.c:4633
6555 #, c-format
6556 msgid "  Section header string table index: %ld"
6557 msgstr ""
6559 #: readelf.c:4640
6560 #, c-format
6561 msgid " <corrupt: out of range>"
6562 msgstr ""
6564 #: readelf.c:4677 readelf.c:4721
6565 msgid ""
6566 "The e_phentsize field in the ELF header is less than the size of an ELF "
6567 "program header\n"
6568 msgstr ""
6570 #: readelf.c:4681 readelf.c:4725
6571 msgid ""
6572 "The e_phentsize field in the ELF header is larger than the size of an ELF "
6573 "program header\n"
6574 msgstr ""
6576 #: readelf.c:4684 readelf.c:4728
6577 msgid "program headers"
6578 msgstr ""
6580 #: readelf.c:4766
6581 #, c-format
6582 msgid "Out of memory reading %u program headers\n"
6583 msgstr ""
6585 #: readelf.c:4796
6586 msgid ""
6587 "possibly corrupt ELF header - it has a non-zero program header offset, but "
6588 "no program headers\n"
6589 msgstr ""
6591 #: readelf.c:4799
6592 #, c-format
6593 msgid ""
6594 "\n"
6595 "There are no program headers in this file.\n"
6596 msgstr ""
6598 #: readelf.c:4805
6599 #, c-format
6600 msgid ""
6601 "\n"
6602 "Elf file type is %s\n"
6603 msgstr ""
6605 #: readelf.c:4806
6606 #, c-format
6607 msgid "Entry point "
6608 msgstr ""
6610 #: readelf.c:4808
6611 #, c-format
6612 msgid ""
6613 "\n"
6614 "There are %d program headers, starting at offset "
6615 msgstr ""
6617 #: readelf.c:4820 readelf.c:4822
6618 #, c-format
6619 msgid ""
6620 "\n"
6621 "Program Headers:\n"
6622 msgstr ""
6624 #: readelf.c:4826
6625 #, c-format
6626 msgid ""
6627 "  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align\n"
6628 msgstr ""
6630 #: readelf.c:4829
6631 #, c-format
6632 msgid ""
6633 "  Type           Offset   VirtAddr           PhysAddr           FileSiz  "
6634 "MemSiz   Flg Align\n"
6635 msgstr ""
6637 #: readelf.c:4833
6638 #, c-format
6639 msgid "  Type           Offset             VirtAddr           PhysAddr\n"
6640 msgstr ""
6642 #: readelf.c:4835
6643 #, c-format
6644 msgid "                 FileSiz            MemSiz              Flags  Align\n"
6645 msgstr ""
6647 #: readelf.c:4934
6648 msgid "LOAD segments must be sorted in order of increasing VirtAddr\n"
6649 msgstr ""
6651 #: readelf.c:4937
6652 msgid "the segment's file size is larger than its memory size\n"
6653 msgstr ""
6655 #: readelf.c:4944
6656 msgid "the PHDR segment must occur before any LOAD segment\n"
6657 msgstr ""
6659 #: readelf.c:4955
6660 msgid "the PHDR segment is not covered by a LOAD segment\n"
6661 msgstr ""
6663 #: readelf.c:4961
6664 msgid "more than one dynamic segment\n"
6665 msgstr ""
6667 #: readelf.c:4970
6668 msgid "the dynamic segment offset + size exceeds the size of the file\n"
6669 msgstr ""
6671 #: readelf.c:4986
6672 msgid "no .dynamic section in the dynamic segment\n"
6673 msgstr ""
6675 #: readelf.c:5001
6676 msgid "the .dynamic section is not contained within the dynamic segment\n"
6677 msgstr ""
6679 #: readelf.c:5004
6680 msgid "the .dynamic section is not the first section in the dynamic segment.\n"
6681 msgstr ""
6683 #: readelf.c:5012
6684 msgid "Unable to find program interpreter name\n"
6685 msgstr ""
6687 #: readelf.c:5019
6688 msgid ""
6689 "Internal error: failed to create format string to display program "
6690 "interpreter\n"
6691 msgstr ""
6693 #: readelf.c:5023
6694 msgid "Unable to read program interpreter name\n"
6695 msgstr ""
6697 #: readelf.c:5026
6698 #, c-format
6699 msgid "      [Requesting program interpreter: %s]\n"
6700 msgstr ""
6702 #: readelf.c:5035
6703 #, c-format
6704 msgid ""
6705 "\n"
6706 " Section to Segment mapping:\n"
6707 msgstr ""
6709 #: readelf.c:5036
6710 #, c-format
6711 msgid "  Segment Sections...\n"
6712 msgstr ""
6714 #: readelf.c:5072
6715 msgid "Cannot interpret virtual addresses without program headers.\n"
6716 msgstr ""
6718 #: readelf.c:5088
6719 #, c-format
6720 msgid "Virtual address 0x%lx not located in any PT_LOAD segment.\n"
6721 msgstr ""
6723 #: readelf.c:5113 readelf.c:5175
6724 msgid ""
6725 "The e_shentsize field in the ELF header is less than the size of an ELF "
6726 "section header\n"
6727 msgstr ""
6729 #: readelf.c:5117 readelf.c:5179
6730 msgid ""
6731 "The e_shentsize field in the ELF header is larger than the size of an ELF "
6732 "section header\n"
6733 msgstr ""
6735 #: readelf.c:5121 readelf.c:5183
6736 msgid "section headers"
6737 msgstr ""
6739 #: readelf.c:5132 readelf.c:5194
6740 #, c-format
6741 msgid "Out of memory reading %u section headers\n"
6742 msgstr ""
6744 #: readelf.c:5151 readelf.c:5213
6745 #, c-format
6746 msgid "Section %u has an out of range sh_link value of %u\n"
6747 msgstr ""
6749 #: readelf.c:5153 readelf.c:5215
6750 #, c-format
6751 msgid "Section %u has an out of range sh_info value of %u\n"
6752 msgstr ""
6754 #: readelf.c:5244 readelf.c:5355
6755 #, c-format
6756 msgid "Section %s has an invalid sh_entsize of 0x%lx\n"
6757 msgstr ""
6759 #: readelf.c:5251 readelf.c:5363
6760 #, c-format
6761 msgid "Section %s has an invalid sh_size of 0x%lx\n"
6762 msgstr ""
6764 #: readelf.c:5260 readelf.c:5373
6765 #, c-format
6766 msgid ""
6767 "Size (0x%lx) of section %s is not a multiple of its sh_entsize (0x%lx)\n"
6768 msgstr ""
6770 #: readelf.c:5268 readelf.c:5381
6771 msgid "symbols"
6772 msgstr ""
6774 #: readelf.c:5282 readelf.c:5395
6775 msgid "symbol table section indicies"
6776 msgstr ""
6778 #: readelf.c:5288 readelf.c:5401
6779 #, c-format
6780 msgid "Index section %s has an sh_size of 0x%lx - expected 0x%lx\n"
6781 msgstr ""
6783 #: readelf.c:5301 readelf.c:5414
6784 #, c-format
6785 msgid "Out of memory reading %lu symbols\n"
6786 msgstr ""
6788 #: readelf.c:5586 readelf.c:5657 readelf.c:5675 readelf.c:5693
6789 msgid "Internal error: not enough buffer room for section flag info"
6790 msgstr ""
6792 #: readelf.c:5700
6793 #, c-format
6794 msgid "UNKNOWN (%*.*lx)"
6795 msgstr ""
6797 #: readelf.c:5745
6798 msgid ""
6799 "possibly corrupt ELF file header - it has a non-zero section header offset, "
6800 "but no section headers\n"
6801 msgstr ""
6803 #: readelf.c:5748
6804 #, c-format
6805 msgid ""
6806 "\n"
6807 "There are no sections in this file.\n"
6808 msgstr ""
6810 #: readelf.c:5754
6811 #, c-format
6812 msgid "There are %d section headers, starting at offset 0x%lx:\n"
6813 msgstr ""
6815 #: readelf.c:5775 readelf.c:6528 readelf.c:6965 readelf.c:7351 readelf.c:7788
6816 #: readelf.c:8837 readelf.c:11294
6817 msgid "string table"
6818 msgstr ""
6820 #. Note: coded this way so that there is a single string for         translation.
6821 #: readelf.c:5846
6822 #, c-format
6823 msgid "Section %d has invalid sh_entsize of %s\n"
6824 msgstr ""
6826 #: readelf.c:5847
6827 #, c-format
6828 msgid "(Using the expected size of %u for the rest of this dump)\n"
6829 msgstr ""
6831 #: readelf.c:5868
6832 msgid "File contains multiple dynamic symbol tables\n"
6833 msgstr ""
6835 #: readelf.c:5880
6836 msgid "File contains multiple dynamic string tables\n"
6837 msgstr ""
6839 #: readelf.c:5886
6840 msgid "dynamic strings"
6841 msgstr ""
6843 #: readelf.c:5968
6844 #, c-format
6845 msgid ""
6846 "\n"
6847 "Section Headers:\n"
6848 msgstr ""
6850 #: readelf.c:5970
6851 #, c-format
6852 msgid ""
6853 "\n"
6854 "Section Header:\n"
6855 msgstr ""
6857 #: readelf.c:5976 readelf.c:5987 readelf.c:5998
6858 #, c-format
6859 msgid "  [Nr] Name\n"
6860 msgstr ""
6862 #: readelf.c:5977
6863 #, c-format
6864 msgid "       Type            Addr     Off    Size   ES   Lk Inf Al\n"
6865 msgstr ""
6867 #: readelf.c:5981
6868 #, c-format
6869 msgid ""
6870 "  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk "
6871 "Inf Al\n"
6872 msgstr ""
6874 #: readelf.c:5988
6875 #, c-format
6876 msgid "       Type            Address          Off    Size   ES   Lk Inf Al\n"
6877 msgstr ""
6879 #: readelf.c:5992
6880 #, c-format
6881 msgid ""
6882 "  [Nr] Name              Type            Address          Off    Size   ES "
6883 "Flg Lk Inf Al\n"
6884 msgstr ""
6886 #: readelf.c:5999
6887 #, c-format
6888 msgid "       Type              Address          Offset            Link\n"
6889 msgstr ""
6891 #: readelf.c:6000
6892 #, c-format
6893 msgid "       Size              EntSize          Info              Align\n"
6894 msgstr ""
6896 #: readelf.c:6004
6897 #, c-format
6898 msgid "  [Nr] Name              Type             Address           Offset\n"
6899 msgstr ""
6901 #: readelf.c:6005
6902 #, c-format
6903 msgid "       Size              EntSize          Flags  Link  Info  Align\n"
6904 msgstr ""
6906 #: readelf.c:6010
6907 #, c-format
6908 msgid "       Flags\n"
6909 msgstr ""
6911 #: readelf.c:6032
6912 #, c-format
6913 msgid "[%2u]: Link field (%u) should index a symtab section.\n"
6914 msgstr ""
6916 #: readelf.c:6045
6917 #, c-format
6918 msgid "[%2u]: Link field (%u) should index a string section.\n"
6919 msgstr ""
6921 #: readelf.c:6053 readelf.c:6064
6922 #, c-format
6923 msgid "[%2u]: Unexpected value (%u) in link field.\n"
6924 msgstr ""
6926 #: readelf.c:6092
6927 #, c-format
6928 msgid "[%2u]: Info field (%u) should index a relocatable section.\n"
6929 msgstr ""
6931 #: readelf.c:6104 readelf.c:6129
6932 #, c-format
6933 msgid "[%2u]: Unexpected value (%u) in info field.\n"
6934 msgstr ""
6936 #: readelf.c:6126
6937 #, c-format
6938 msgid "[%2u]: Expected link to another section in info field"
6939 msgstr ""
6941 #: readelf.c:6201
6942 #, c-format
6943 msgid "section %u: sh_link value of %u is larger than the number of sections\n"
6944 msgstr ""
6946 #: readelf.c:6303
6947 msgid "compression header"
6948 msgstr ""
6950 #: readelf.c:6312
6951 #, c-format
6952 msgid "       [<unknown>: 0x%x], "
6953 msgstr ""
6955 #. The ordering of the letters shown here matches the ordering of the
6956 #. corresponding SHF_xxx values, and hence the order in which these
6957 #. letters will be displayed to the user.
6958 #: readelf.c:6326
6959 #, c-format
6960 msgid ""
6961 "Key to Flags:\n"
6962 "  W (write), A (alloc), X (execute), M (merge), S (strings), I (info),\n"
6963 "  L (link order), O (extra OS processing required), G (group), T (TLS),\n"
6964 "  C (compressed), x (unknown), o (OS specific), E (exclude),\n"
6965 "  "
6966 msgstr ""
6968 #: readelf.c:6333
6969 #, c-format
6970 msgid "l (large), "
6971 msgstr ""
6973 #: readelf.c:6335
6974 #, c-format
6975 msgid "y (purecode), "
6976 msgstr ""
6978 #: readelf.c:6352
6979 #, c-format
6980 msgid "[0x%x: "
6981 msgstr ""
6983 #: readelf.c:6394
6984 #, c-format
6985 msgid ""
6986 "\n"
6987 "There are no sections to group in this file.\n"
6988 msgstr ""
6990 #: readelf.c:6401
6991 msgid "Section headers are not available!\n"
6992 msgstr ""
6994 #: readelf.c:6411
6995 #, c-format
6996 msgid "Out of memory reading %u section group headers\n"
6997 msgstr ""
6999 #: readelf.c:6427
7000 #, c-format
7001 msgid ""
7002 "\n"
7003 "There are no section groups in this file.\n"
7004 msgstr ""
7006 #: readelf.c:6436
7007 #, c-format
7008 msgid "Out of memory reading %lu groups\n"
7009 msgstr ""
7011 #: readelf.c:6466
7012 #, c-format
7013 msgid "Bad sh_link in group section `%s'\n"
7014 msgstr ""
7016 #: readelf.c:6480
7017 #, c-format
7018 msgid "Corrupt header in group section `%s'\n"
7019 msgstr ""
7021 #: readelf.c:6486 readelf.c:6497
7022 #, c-format
7023 msgid "Bad sh_info in group section `%s'\n"
7024 msgstr ""
7026 #: readelf.c:6538
7027 #, c-format
7028 msgid ""
7029 "Section %s has sh_entsize (0x%lx) which is larger than its size (0x%lx)\n"
7030 msgstr ""
7032 #: readelf.c:6547
7033 msgid "section data"
7034 msgstr ""
7036 #: readelf.c:6558
7037 #, c-format
7038 msgid ""
7039 "\n"
7040 "%sgroup section [%5u] `%s' [%s] contains %u sections:\n"
7041 msgstr ""
7043 #: readelf.c:6561
7044 #, c-format
7045 msgid "   [Index]    Name\n"
7046 msgstr ""
7048 #: readelf.c:6579
7049 #, c-format
7050 msgid "section [%5u] in group section [%5u] > maximum section [%5u]\n"
7051 msgstr ""
7053 #: readelf.c:6582
7054 msgid ""
7055 "Futher error messages about overlarge group section indicies suppressed\n"
7056 msgstr ""
7058 #: readelf.c:6595
7059 #, c-format
7060 msgid "section [%5u] in group section [%5u] already in group section [%5u]\n"
7061 msgstr ""
7063 #: readelf.c:6599
7064 msgid ""
7065 "Further error messages about already contained group sections suppressed\n"
7066 msgstr ""
7068 #: readelf.c:6611
7069 #, c-format
7070 msgid "section 0 in group section [%5u]\n"
7071 msgstr ""
7073 #: readelf.c:6678
7074 msgid "dynamic section image fixups"
7075 msgstr ""
7077 #: readelf.c:6690
7078 #, c-format
7079 msgid ""
7080 "\n"
7081 "Image fixups for needed library #%d: %s - ident: %lx\n"
7082 msgstr ""
7084 #: readelf.c:6693
7085 #, c-format
7086 msgid "Seg Offset           Type                             SymVec DataType\n"
7087 msgstr ""
7089 #: readelf.c:6725
7090 msgid "dynamic section image relocations"
7091 msgstr ""
7093 #: readelf.c:6729
7094 #, c-format
7095 msgid ""
7096 "\n"
7097 "Image relocs\n"
7098 msgstr ""
7100 #: readelf.c:6731
7101 #, c-format
7102 msgid ""
7103 "Seg Offset   Type                            Addend            Seg Sym Off\n"
7104 msgstr ""
7106 #: readelf.c:6786
7107 msgid "dynamic string section"
7108 msgstr ""
7110 #: readelf.c:6887
7111 #, c-format
7112 msgid ""
7113 "\n"
7114 "'%s' relocation section at offset 0x%lx contains %ld bytes:\n"
7115 msgstr ""
7117 #: readelf.c:6903
7118 #, c-format
7119 msgid ""
7120 "\n"
7121 "There are no dynamic relocations in this file.\n"
7122 msgstr ""
7124 #: readelf.c:6927
7125 #, c-format
7126 msgid ""
7127 "\n"
7128 "Relocation section "
7129 msgstr ""
7131 #: readelf.c:6934 readelf.c:7455
7132 #, c-format
7133 msgid " at offset 0x%lx contains %lu entries:\n"
7134 msgstr ""
7136 #: readelf.c:6986
7137 #, c-format
7138 msgid ""
7139 "\n"
7140 "There are no relocations in this file.\n"
7141 msgstr ""
7143 #: readelf.c:7153
7144 #, c-format
7145 msgid "Invalid offset %lx in table entry %ld\n"
7146 msgstr ""
7148 #: readelf.c:7170
7149 #, c-format
7150 msgid "\tUnknown version.\n"
7151 msgstr ""
7153 #: readelf.c:7231 readelf.c:7648
7154 msgid "unwind table"
7155 msgstr ""
7157 #: readelf.c:7281
7158 #, c-format
7159 msgid "Skipping unknown relocation type: %u\n"
7160 msgstr ""
7162 #: readelf.c:7287
7163 #, c-format
7164 msgid "Skipping unexpected relocation type: %s\n"
7165 msgstr ""
7167 #: readelf.c:7296
7168 #, c-format
7169 msgid "Skipping reloc with overlarge offset: %lx\n"
7170 msgstr ""
7172 #: readelf.c:7346 readelf.c:7783
7173 msgid "Multiple auxillary string tables encountered\n"
7174 msgstr ""
7176 #: readelf.c:7359 readelf.c:7796 readelf.c:8845
7177 #, c-format
7178 msgid ""
7179 "\n"
7180 "There are no unwind sections in this file.\n"
7181 msgstr ""
7183 #: readelf.c:7433
7184 #, c-format
7185 msgid ""
7186 "\n"
7187 "Could not find unwind info section for "
7188 msgstr ""
7190 #: readelf.c:7445
7191 msgid "unwind info"
7192 msgstr ""
7194 #: readelf.c:7448
7195 #, c-format
7196 msgid ""
7197 "\n"
7198 "Unwind section "
7199 msgstr ""
7201 #: readelf.c:7730
7202 #, c-format
7203 msgid "Skipping unexpected relocation type %s\n"
7204 msgstr ""
7206 #: readelf.c:7802
7207 #, c-format
7208 msgid ""
7209 "\n"
7210 "Unwind section '%s' at offset 0x%lx contains %lu entries:\n"
7211 msgstr ""
7213 #: readelf.c:7927
7214 msgid "unwind data"
7215 msgstr ""
7217 #: readelf.c:8000
7218 #, c-format
7219 msgid "Skipping unexpected relocation at offset 0x%lx\n"
7220 msgstr ""
7222 #: readelf.c:8022
7223 #, c-format
7224 msgid "Unknown section relocation type %d encountered\n"
7225 msgstr ""
7227 #: readelf.c:8030
7228 #, c-format
7229 msgid "Bad symbol index in unwind relocation (%lu > %lu)\n"
7230 msgstr ""
7232 #: readelf.c:8045
7233 #, c-format
7234 msgid "Skipping unknown ARM relocation type: %d\n"
7235 msgstr ""
7237 #: readelf.c:8055
7238 #, c-format
7239 msgid "Skipping unexpected ARM relocation type %s\n"
7240 msgstr ""
7242 #: readelf.c:8064
7243 #, c-format
7244 msgid "Skipping unknown C6000 relocation type: %d\n"
7245 msgstr ""
7247 #: readelf.c:8074
7248 #, c-format
7249 msgid "Skipping unexpected C6000 relocation type %s\n"
7250 msgstr ""
7252 #. This function currently only supports ARM and TI unwinders.
7253 #: readelf.c:8083
7254 msgid "Only TI and ARM unwinders are currently supported\n"
7255 msgstr ""
7257 #: readelf.c:8146
7258 #, c-format
7259 msgid "[Truncated opcode]\n"
7260 msgstr ""
7262 #: readelf.c:8192 readelf.c:8398
7263 #, c-format
7264 msgid "Refuse to unwind"
7265 msgstr ""
7267 #: readelf.c:8215
7268 #, c-format
7269 msgid "     [Reserved]"
7270 msgstr ""
7272 #: readelf.c:8243
7273 #, c-format
7274 msgid "     finish"
7275 msgstr ""
7277 #: readelf.c:8248 readelf.c:8338
7278 #, c-format
7279 msgid "[Spare]"
7280 msgstr ""
7282 #: readelf.c:8281
7283 #, c-format
7284 msgid "corrupt change to vsp"
7285 msgstr ""
7287 #: readelf.c:8359 readelf.c:8504
7288 #, c-format
7289 msgid "     [unsupported opcode]"
7290 msgstr ""
7292 #: readelf.c:8446
7293 #, c-format
7294 msgid "pop frame {"
7295 msgstr ""
7297 #: readelf.c:8457
7298 msgid "[pad]"
7299 msgstr ""
7301 #: readelf.c:8486
7302 msgid "Corrupt stack pointer adjustment detected\n"
7303 msgstr ""
7305 #: readelf.c:8493
7306 #, c-format
7307 msgid "sp = sp + %ld"
7308 msgstr ""
7310 #: readelf.c:8559
7311 #, c-format
7312 msgid "  Personality routine: "
7313 msgstr ""
7315 #: readelf.c:8591
7316 #, c-format
7317 msgid "  [Truncated data]\n"
7318 msgstr ""
7320 #: readelf.c:8614
7321 #, c-format
7322 msgid "Corrupt ARM compact model table entry: %x \n"
7323 msgstr ""
7325 #: readelf.c:8617
7326 #, c-format
7327 msgid "  Compact model index: %d\n"
7328 msgstr ""
7330 #: readelf.c:8642
7331 msgid "Unknown ARM compact model index encountered\n"
7332 msgstr ""
7334 #: readelf.c:8643
7335 #, c-format
7336 msgid "  [reserved]\n"
7337 msgstr ""
7339 #: readelf.c:8656
7340 #, c-format
7341 msgid "  Restore stack from frame pointer\n"
7342 msgstr ""
7344 #: readelf.c:8658
7345 #, c-format
7346 msgid "  Stack increment %d\n"
7347 msgstr ""
7349 #: readelf.c:8659
7350 #, c-format
7351 msgid "  Registers restored: "
7352 msgstr ""
7354 #: readelf.c:8664
7355 #, c-format
7356 msgid "  Return register: %s\n"
7357 msgstr ""
7359 #: readelf.c:8668
7360 #, c-format
7361 msgid "  [reserved (%d)]\n"
7362 msgstr ""
7364 #: readelf.c:8672
7365 #, c-format
7366 msgid ""
7367 "Unsupported architecture type %d encountered when decoding unwind table\n"
7368 msgstr ""
7370 #: readelf.c:8720
7371 #, c-format
7372 msgid "corrupt index table entry: %x\n"
7373 msgstr ""
7375 #: readelf.c:8758
7376 #, c-format
7377 msgid "Unwind entry contains corrupt offset (0x%lx) into section %s\n"
7378 msgstr ""
7380 #: readelf.c:8772
7381 #, c-format
7382 msgid "Could not locate .ARM.extab section containing 0x%lx.\n"
7383 msgstr ""
7385 #: readelf.c:8811
7386 #, c-format
7387 msgid ""
7388 "Unsupported architecture type %d encountered when processing unwind table\n"
7389 msgstr ""
7391 #: readelf.c:8833
7392 msgid "Multiple string tables found in file.\n"
7393 msgstr ""
7395 #: readelf.c:8851
7396 #, c-format
7397 msgid ""
7398 "\n"
7399 "Unwind table index '%s' at offset 0x%lx contains %lu entries:\n"
7400 msgstr ""
7402 #: readelf.c:8893
7403 #, c-format
7404 msgid ""
7405 "\n"
7406 "The decoding of unwind sections for machine type %s is not currently "
7407 "supported.\n"
7408 msgstr ""
7410 #: readelf.c:8904
7411 #, c-format
7412 msgid "NONE"
7413 msgstr ""
7415 #: readelf.c:8929
7416 #, c-format
7417 msgid "Interface Version: %s"
7418 msgstr ""
7420 #. Note: coded this way so that there is a single string for translation.
7421 #: readelf.c:8935
7422 #, c-format
7423 msgid "<corrupt: %s>"
7424 msgstr ""
7426 #: readelf.c:8953
7427 #, c-format
7428 msgid "Time Stamp: %s"
7429 msgstr ""
7431 #: readelf.c:9131 readelf.c:9179
7432 msgid "dynamic section"
7433 msgstr ""
7435 #: readelf.c:9151 readelf.c:9200
7436 #, c-format
7437 msgid "Out of memory allocating space for %lu dynamic entries\n"
7438 msgstr ""
7440 #: readelf.c:9260
7441 #, c-format
7442 msgid ""
7443 "\n"
7444 "There is no dynamic section in this file.\n"
7445 msgstr ""
7447 #: readelf.c:9298
7448 msgid "Unable to seek to end of file!\n"
7449 msgstr ""
7451 #: readelf.c:9312
7452 msgid "Unable to determine the number of symbols to load\n"
7453 msgstr ""
7455 #: readelf.c:9345
7456 msgid "Unable to seek to end of file\n"
7457 msgstr ""
7459 #: readelf.c:9352
7460 msgid "Unable to determine the length of the dynamic string table\n"
7461 msgstr ""
7463 #: readelf.c:9358
7464 msgid "dynamic string table"
7465 msgstr ""
7467 #: readelf.c:9380
7468 #, c-format
7469 msgid "Bad value (%d) for SYMINENT entry\n"
7470 msgstr ""
7472 #: readelf.c:9399
7473 msgid "symbol information"
7474 msgstr ""
7476 #: readelf.c:9406
7477 #, c-format
7478 msgid "Out of memory allocating %lu byte for dynamic symbol info\n"
7479 msgstr ""
7481 #: readelf.c:9425
7482 #, c-format
7483 msgid ""
7484 "\n"
7485 "Dynamic section at offset 0x%lx contains %lu entries:\n"
7486 msgstr ""
7488 #: readelf.c:9428
7489 #, c-format
7490 msgid "  Tag        Type                         Name/Value\n"
7491 msgstr ""
7493 #: readelf.c:9464
7494 #, c-format
7495 msgid "Auxiliary library"
7496 msgstr ""
7498 #: readelf.c:9468
7499 #, c-format
7500 msgid "Filter library"
7501 msgstr ""
7503 #: readelf.c:9472
7504 #, c-format
7505 msgid "Configuration file"
7506 msgstr ""
7508 #: readelf.c:9476
7509 #, c-format
7510 msgid "Dependency audit library"
7511 msgstr ""
7513 #: readelf.c:9480
7514 #, c-format
7515 msgid "Audit library"
7516 msgstr ""
7518 #: readelf.c:9498 readelf.c:9526 readelf.c:9554
7519 #, c-format
7520 msgid "Flags:"
7521 msgstr ""
7523 #: readelf.c:9501 readelf.c:9529 readelf.c:9556
7524 #, c-format
7525 msgid " None\n"
7526 msgstr ""
7528 #: readelf.c:9747
7529 #, c-format
7530 msgid "Shared library: [%s]"
7531 msgstr ""
7533 #: readelf.c:9750
7534 #, c-format
7535 msgid " program interpreter"
7536 msgstr ""
7538 #: readelf.c:9754
7539 #, c-format
7540 msgid "Library soname: [%s]"
7541 msgstr ""
7543 #: readelf.c:9758
7544 #, c-format
7545 msgid "Library rpath: [%s]"
7546 msgstr ""
7548 #: readelf.c:9762
7549 #, c-format
7550 msgid "Library runpath: [%s]"
7551 msgstr ""
7553 #: readelf.c:9796
7554 #, c-format
7555 msgid " (bytes)\n"
7556 msgstr ""
7558 #: readelf.c:9826
7559 #, c-format
7560 msgid "Not needed object: [%s]\n"
7561 msgstr ""
7563 #: readelf.c:9851
7564 #, c-format
7565 msgid "<corrupt time val: %lx"
7566 msgstr ""
7568 #: readelf.c:9931
7569 msgid "| <unknown>"
7570 msgstr ""
7572 #: readelf.c:9963
7573 #, c-format
7574 msgid ""
7575 "\n"
7576 "Version definition section '%s' contains %u entries:\n"
7577 msgstr ""
7579 #: readelf.c:9967
7580 #, c-format
7581 msgid "  Addr: 0x"
7582 msgstr ""
7584 #: readelf.c:9969
7585 #, c-format
7586 msgid "  Offset: %#08lx  Link: %u (%s)"
7587 msgstr ""
7589 #: readelf.c:9975
7590 msgid "version definition section"
7591 msgstr ""
7593 #: readelf.c:10008
7594 #, c-format
7595 msgid "  %#06x: Rev: %d  Flags: %s"
7596 msgstr ""
7598 #: readelf.c:10011
7599 #, c-format
7600 msgid "  Index: %d  Cnt: %d  "
7601 msgstr ""
7603 #: readelf.c:10026
7604 #, c-format
7605 msgid "Name: %s\n"
7606 msgstr ""
7608 #: readelf.c:10028
7609 #, c-format
7610 msgid "Name index: %ld\n"
7611 msgstr ""
7613 #: readelf.c:10049
7614 #, c-format
7615 msgid "  %#06x: Parent %d: %s\n"
7616 msgstr ""
7618 #: readelf.c:10052
7619 #, c-format
7620 msgid "  %#06x: Parent %d, name index: %ld\n"
7621 msgstr ""
7623 #: readelf.c:10057
7624 #, c-format
7625 msgid "  Version def aux past end of section\n"
7626 msgstr ""
7628 #: readelf.c:10067
7629 #, c-format
7630 msgid "  Version definition past end of section\n"
7631 msgstr ""
7633 #: readelf.c:10082
7634 #, c-format
7635 msgid ""
7636 "\n"
7637 "Version needs section '%s' contains %u entries:\n"
7638 msgstr ""
7640 #: readelf.c:10085
7641 #, c-format
7642 msgid " Addr: 0x"
7643 msgstr ""
7645 #: readelf.c:10087 readelf.c:10237
7646 #, c-format
7647 msgid "  Offset: %#08lx  Link: %u (%s)\n"
7648 msgstr ""
7650 #: readelf.c:10094
7651 msgid "Version Needs section"
7652 msgstr ""
7654 #: readelf.c:10122
7655 #, c-format
7656 msgid "  %#06x: Version: %d"
7657 msgstr ""
7659 #: readelf.c:10125
7660 #, c-format
7661 msgid "  File: %s"
7662 msgstr ""
7664 #: readelf.c:10127
7665 #, c-format
7666 msgid "  File: %lx"
7667 msgstr ""
7669 #: readelf.c:10129
7670 #, c-format
7671 msgid "  Cnt: %d\n"
7672 msgstr ""
7674 #: readelf.c:10152
7675 #, c-format
7676 msgid "  %#06x:   Name: %s"
7677 msgstr ""
7679 #: readelf.c:10155
7680 #, c-format
7681 msgid "  %#06x:   Name index: %lx"
7682 msgstr ""
7684 #: readelf.c:10158
7685 #, c-format
7686 msgid "  Flags: %s  Version: %d\n"
7687 msgstr ""
7689 #: readelf.c:10165
7690 #, c-format
7691 msgid "Invalid vna_next field of %lx\n"
7692 msgstr ""
7694 #: readelf.c:10175
7695 msgid "Missing Version Needs auxillary information\n"
7696 msgstr ""
7698 #: readelf.c:10179
7699 msgid ""
7700 "Corrupt Version Needs structure - offset to next structure is zero with "
7701 "entries still left to be processed\n"
7702 msgstr ""
7704 #: readelf.c:10187
7705 msgid "Missing Version Needs information\n"
7706 msgstr ""
7708 #: readelf.c:10225
7709 msgid "version string table"
7710 msgstr ""
7712 #: readelf.c:10232
7713 #, c-format
7714 msgid ""
7715 "\n"
7716 "Version symbols section '%s' contains %lu entries:\n"
7717 msgstr ""
7719 #: readelf.c:10235
7720 #, c-format
7721 msgid " Addr: "
7722 msgstr ""
7724 #: readelf.c:10246
7725 msgid "version symbol data"
7726 msgstr ""
7728 #: readelf.c:10266
7729 msgid "*invalid*"
7730 msgstr ""
7732 #: readelf.c:10274
7733 msgid "   0 (*local*)    "
7734 msgstr ""
7736 #: readelf.c:10278
7737 msgid "   1 (*global*)   "
7738 msgstr ""
7740 #: readelf.c:10289
7741 msgid "invalid index into symbol array\n"
7742 msgstr ""
7744 #: readelf.c:10311 readelf.c:10947
7745 msgid "version need"
7746 msgstr ""
7748 #: readelf.c:10322
7749 msgid "version need aux (2)"
7750 msgstr ""
7752 #: readelf.c:10368 readelf.c:10895
7753 msgid "version def"
7754 msgstr ""
7756 #: readelf.c:10396 readelf.c:10918
7757 msgid "version def aux"
7758 msgstr ""
7760 #: readelf.c:10404
7761 msgid "*both*"
7762 msgstr ""
7764 #: readelf.c:10434
7765 #, c-format
7766 msgid ""
7767 "\n"
7768 "No version information found in this file.\n"
7769 msgstr ""
7771 #: readelf.c:10533
7772 #, c-format
7773 msgid "Unrecognized visibility value: %u"
7774 msgstr ""
7776 #: readelf.c:10601
7777 #, c-format
7778 msgid "Unrecognized IA64 VMS ST Function type: %d\n"
7779 msgstr ""
7781 #: readelf.c:10625
7782 #, c-format
7783 msgid "Unrecognized IA64 VMS ST Linkage: %d\n"
7784 msgstr ""
7786 #: readelf.c:10645
7787 #, c-format
7788 msgid "<localentry>: %d"
7789 msgstr ""
7791 #: readelf.c:10680
7792 #, c-format
7793 msgid "<other>: %x"
7794 msgstr ""
7796 #: readelf.c:10719
7797 #, c-format
7798 msgid "bad section index[%3d]"
7799 msgstr ""
7801 #: readelf.c:10740
7802 msgid "Size truncation prevents reading %"
7803 msgstr ""
7805 #: readelf.c:10750
7806 msgid "Invalid number of dynamic entries: %"
7807 msgstr ""
7809 #: readelf.c:10758
7810 msgid "Out of memory reading %"
7811 msgstr ""
7813 #: readelf.c:10765
7814 msgid "Unable to read in %"
7815 msgstr ""
7817 #: readelf.c:10774
7818 msgid "Out of memory allocating space for %"
7819 msgstr ""
7821 #: readelf.c:10802
7822 #, c-format
7823 msgid "<No info available for dynamic symbol number %lu>\n"
7824 msgstr ""
7826 #: readelf.c:10834
7827 #, c-format
7828 msgid " <corrupt: %14ld>"
7829 msgstr ""
7831 #: readelf.c:10860
7832 msgid "version data"
7833 msgstr ""
7835 #: readelf.c:10965
7836 msgid "version need aux (3)"
7837 msgstr ""
7839 #: readelf.c:11040 readelf.c:11092 readelf.c:11116 readelf.c:11146
7840 #: readelf.c:11170
7841 msgid "Unable to seek to start of dynamic information\n"
7842 msgstr ""
7844 #: readelf.c:11046 readelf.c:11098
7845 msgid "Failed to read in number of buckets\n"
7846 msgstr ""
7848 #: readelf.c:11052
7849 msgid "Failed to read in number of chains\n"
7850 msgstr ""
7852 #: readelf.c:11154
7853 msgid "Failed to determine last chain length\n"
7854 msgstr ""
7856 #: readelf.c:11200
7857 #, c-format
7858 msgid ""
7859 "\n"
7860 "Symbol table for image:\n"
7861 msgstr ""
7863 #: readelf.c:11202 readelf.c:11220
7864 #, c-format
7865 msgid "  Num Buc:    Value  Size   Type   Bind Vis      Ndx Name\n"
7866 msgstr ""
7868 #: readelf.c:11204 readelf.c:11222
7869 #, c-format
7870 msgid "  Num Buc:    Value          Size   Type   Bind Vis      Ndx Name\n"
7871 msgstr ""
7873 #: readelf.c:11218
7874 #, c-format
7875 msgid ""
7876 "\n"
7877 "Symbol table of `.gnu.hash' for image:\n"
7878 msgstr ""
7880 #: readelf.c:11263
7881 #, c-format
7882 msgid ""
7883 "\n"
7884 "Symbol table '%s' has a sh_entsize of zero!\n"
7885 msgstr ""
7887 #: readelf.c:11268
7888 #, c-format
7889 msgid ""
7890 "\n"
7891 "Symbol table '%s' contains %lu entries:\n"
7892 msgstr ""
7894 #: readelf.c:11273
7895 #, c-format
7896 msgid "   Num:    Value  Size Type    Bind   Vis      Ndx Name\n"
7897 msgstr ""
7899 #: readelf.c:11275
7900 #, c-format
7901 msgid "   Num:    Value          Size Type    Bind   Vis      Ndx Name\n"
7902 msgstr ""
7904 #: readelf.c:11350
7905 #, c-format
7906 msgid "local symbol %u found at index >= %s's sh_info value of %u\n"
7907 msgstr ""
7909 #: readelf.c:11361
7910 #, c-format
7911 msgid ""
7912 "\n"
7913 "Dynamic symbol information is not available for displaying symbols.\n"
7914 msgstr ""
7916 #: readelf.c:11374
7917 #, c-format
7918 msgid ""
7919 "\n"
7920 "Histogram for bucket list length (total of %lu buckets):\n"
7921 msgstr ""
7923 #: readelf.c:11380
7924 msgid "Out of memory allocating space for histogram buckets\n"
7925 msgstr ""
7927 #: readelf.c:11384 readelf.c:11460
7928 #, c-format
7929 msgid " Length  Number     %% of total  Coverage\n"
7930 msgstr ""
7932 #: readelf.c:11401
7933 msgid "histogram chain is corrupt\n"
7934 msgstr ""
7936 #: readelf.c:11410
7937 msgid "Out of memory allocating space for histogram counts\n"
7938 msgstr ""
7940 #: readelf.c:11450
7941 #, c-format
7942 msgid ""
7943 "\n"
7944 "Histogram for `.gnu.hash' bucket list length (total of %lu buckets):\n"
7945 msgstr ""
7947 #: readelf.c:11456
7948 msgid "Out of memory allocating space for gnu histogram buckets\n"
7949 msgstr ""
7951 #: readelf.c:11482
7952 msgid "Out of memory allocating space for gnu histogram counts\n"
7953 msgstr ""
7955 #: readelf.c:11527
7956 #, c-format
7957 msgid ""
7958 "\n"
7959 "Dynamic info segment at offset 0x%lx contains %d entries:\n"
7960 msgstr ""
7962 #: readelf.c:11530
7963 #, c-format
7964 msgid " Num: Name                           BoundTo     Flags\n"
7965 msgstr ""
7967 #: readelf.c:11537
7968 #, c-format
7969 msgid "<corrupt index>"
7970 msgstr ""
7972 #: readelf.c:11541
7973 #, c-format
7974 msgid "<corrupt: %19ld>"
7975 msgstr ""
7977 #: readelf.c:11642
7978 msgid "Unhandled MSP430 reloc type found after SYM_DIFF reloc\n"
7979 msgstr ""
7981 #: readelf.c:11678
7982 msgid "Unhandled MN10300 reloc type found after SYM_DIFF reloc\n"
7983 msgstr ""
7985 #: readelf.c:11912
7986 #, c-format
7987 msgid ""
7988 "Missing knowledge of 32-bit reloc types used in DWARF sections of machine "
7989 "number %d\n"
7990 msgstr ""
7992 #: readelf.c:12345
7993 #, c-format
7994 msgid "unable to apply unsupported reloc type %d to section %s\n"
7995 msgstr ""
7997 #: readelf.c:12354
7998 #, c-format
7999 msgid "skipping invalid relocation offset 0x%lx in section %s\n"
8000 msgstr ""
8002 #: readelf.c:12363
8003 #, c-format
8004 msgid "skipping invalid relocation symbol index 0x%lx in section %s\n"
8005 msgstr ""
8007 #: readelf.c:12386
8008 #, c-format
8009 msgid "skipping unexpected symbol type %s in %ld'th relocation in section %s\n"
8010 msgstr ""
8012 #: readelf.c:12440
8013 #, c-format
8014 msgid ""
8015 "\n"
8016 "Assembly dump of section %s\n"
8017 msgstr ""
8019 #: readelf.c:12460
8020 #, c-format
8021 msgid ""
8022 "\n"
8023 "Section '%s' has no data to dump.\n"
8024 msgstr ""
8026 #: readelf.c:12466
8027 msgid "section contents"
8028 msgstr ""
8030 #: readelf.c:12540
8031 #, c-format
8032 msgid ""
8033 "\n"
8034 "String dump of section '%s':\n"
8035 msgstr ""
8037 #: readelf.c:12555 readelf.c:12689 readelf.c:12842
8038 #, c-format
8039 msgid "section '%s' has unsupported compress type: %d\n"
8040 msgstr ""
8042 #: readelf.c:12561 readelf.c:12695 readelf.c:12848
8043 #, c-format
8044 msgid "compressed section '%s' is corrupted\n"
8045 msgstr ""
8047 #: readelf.c:12608
8048 #, c-format
8049 msgid ""
8050 "  Note: This section has relocations against it, but these have NOT been "
8051 "applied to this dump.\n"
8052 msgstr ""
8054 #: readelf.c:12641 readelf.c:13468 readelf.c:13511 readelf.c:13559
8055 #: readelf.c:13591
8056 #, c-format
8057 msgid "<corrupt>\n"
8058 msgstr ""
8060 #: readelf.c:12649
8061 #, c-format
8062 msgid "  No strings found in this section."
8063 msgstr ""
8065 #: readelf.c:12674
8066 #, c-format
8067 msgid ""
8068 "\n"
8069 "Hex dump of section '%s':\n"
8070 msgstr ""
8072 #: readelf.c:12748
8073 #, c-format
8074 msgid ""
8075 " NOTE: This section has relocations against it, but these have NOT been "
8076 "applied to this dump.\n"
8077 msgstr ""
8079 #: readelf.c:12810
8080 #, c-format
8081 msgid "%s section data"
8082 msgstr ""
8084 #: readelf.c:12833
8085 #, c-format
8086 msgid "compressed section %s is too small to contain a compression header"
8087 msgstr ""
8089 #: readelf.c:12958
8090 #, c-format
8091 msgid ""
8092 "\n"
8093 "Section '%s' has no debugging data.\n"
8094 msgstr ""
8096 #. There is no point in dumping the contents of a debugging section
8097 #. which has the NOBITS type - the bits in the file will be random.
8098 #. This can happen when a file containing a .eh_frame section is
8099 #. stripped with the --only-keep-debug command line option.
8100 #: readelf.c:12967
8101 #, c-format
8102 msgid "section '%s' has the NOBITS type - its contents are unreliable.\n"
8103 msgstr ""
8105 #: readelf.c:13013
8106 #, c-format
8107 msgid "Unrecognized debug section: %s\n"
8108 msgstr ""
8110 #: readelf.c:13041
8111 #, c-format
8112 msgid "Section '%s' was not dumped because it does not exist!\n"
8113 msgstr ""
8115 #: readelf.c:13082
8116 #, c-format
8117 msgid "Section %d was not dumped because it does not exist!\n"
8118 msgstr ""
8120 #: readelf.c:13132
8121 msgid "<corrupt tag>\n"
8122 msgstr ""
8124 #: readelf.c:13147
8125 #, c-format
8126 msgid "<corrupt string tag>"
8127 msgstr ""
8129 #: readelf.c:13326 readelf.c:13340 readelf.c:13359 readelf.c:13867
8130 #: readelf.c:14158 readelf.c:14171 readelf.c:14184
8131 #, c-format
8132 msgid "None\n"
8133 msgstr ""
8135 #: readelf.c:13327
8136 #, c-format
8137 msgid "Application\n"
8138 msgstr ""
8140 #: readelf.c:13328
8141 #, c-format
8142 msgid "Realtime\n"
8143 msgstr ""
8145 #: readelf.c:13329
8146 #, c-format
8147 msgid "Microcontroller\n"
8148 msgstr ""
8150 #: readelf.c:13330
8151 #, c-format
8152 msgid "Application or Realtime\n"
8153 msgstr ""
8155 #: readelf.c:13341 readelf.c:13361 readelf.c:13921 readelf.c:13939
8156 #: readelf.c:14014 readelf.c:14035 readelf.c:15835
8157 #, c-format
8158 msgid "8-byte\n"
8159 msgstr ""
8161 #: readelf.c:13342 readelf.c:14017 readelf.c:14038 readelf.c:15834
8162 #, c-format
8163 msgid "4-byte\n"
8164 msgstr ""
8166 #: readelf.c:13346 readelf.c:13365
8167 #, c-format
8168 msgid "8-byte and up to %d-byte extended\n"
8169 msgstr ""
8171 #: readelf.c:13360
8172 #, c-format
8173 msgid "8-byte, except leaf SP\n"
8174 msgstr ""
8176 #: readelf.c:13377 readelf.c:13465 readelf.c:14054
8177 #, c-format
8178 msgid "flag = %d, vendor = "
8179 msgstr ""
8181 #: readelf.c:13398
8182 #, c-format
8183 msgid "True\n"
8184 msgstr ""
8186 #: readelf.c:13420
8187 #, c-format
8188 msgid "<unknown: %d>\n"
8189 msgstr ""
8191 #: readelf.c:13469
8192 msgid "corrupt vendor attribute\n"
8193 msgstr ""
8195 #: readelf.c:13521
8196 #, c-format
8197 msgid "unspecified hard/soft float, "
8198 msgstr ""
8200 #: readelf.c:13524
8201 #, c-format
8202 msgid "hard float, "
8203 msgstr ""
8205 #: readelf.c:13527
8206 #, c-format
8207 msgid "soft float, "
8208 msgstr ""
8210 #: readelf.c:13530
8211 #, c-format
8212 msgid "single-precision hard float, "
8213 msgstr ""
8215 #: readelf.c:13537
8216 #, c-format
8217 msgid "unspecified long double\n"
8218 msgstr ""
8220 #: readelf.c:13540
8221 #, c-format
8222 msgid "128-bit IBM long double\n"
8223 msgstr ""
8225 #: readelf.c:13543
8226 #, c-format
8227 msgid "64-bit long double\n"
8228 msgstr ""
8230 #: readelf.c:13546
8231 #, c-format
8232 msgid "128-bit IEEE long double\n"
8233 msgstr ""
8235 #: readelf.c:13569 readelf.c:13601
8236 #, c-format
8237 msgid "unspecified\n"
8238 msgstr ""
8240 #: readelf.c:13572
8241 #, c-format
8242 msgid "generic\n"
8243 msgstr ""
8245 #: readelf.c:13607
8246 #, c-format
8247 msgid "memory\n"
8248 msgstr ""
8250 #: readelf.c:13636
8251 #, c-format
8252 msgid "any\n"
8253 msgstr ""
8255 #: readelf.c:13639
8256 #, c-format
8257 msgid "software\n"
8258 msgstr ""
8260 #: readelf.c:13642
8261 #, c-format
8262 msgid "hardware\n"
8263 msgstr ""
8265 #: readelf.c:13768
8266 #, c-format
8267 msgid "Hard or soft float\n"
8268 msgstr ""
8270 #: readelf.c:13771
8271 #, c-format
8272 msgid "Hard float (double precision)\n"
8273 msgstr ""
8275 #: readelf.c:13774
8276 #, c-format
8277 msgid "Hard float (single precision)\n"
8278 msgstr ""
8280 #: readelf.c:13777
8281 #, c-format
8282 msgid "Soft float\n"
8283 msgstr ""
8285 #: readelf.c:13780
8286 #, c-format
8287 msgid "Hard float (MIPS32r2 64-bit FPU 12 callee-saved)\n"
8288 msgstr ""
8290 #: readelf.c:13783
8291 #, c-format
8292 msgid "Hard float (32-bit CPU, Any FPU)\n"
8293 msgstr ""
8295 #: readelf.c:13786
8296 #, c-format
8297 msgid "Hard float (32-bit CPU, 64-bit FPU)\n"
8298 msgstr ""
8300 #: readelf.c:13789
8301 #, c-format
8302 msgid "Hard float compat (32-bit CPU, 64-bit FPU)\n"
8303 msgstr ""
8305 #: readelf.c:13792
8306 #, c-format
8307 msgid "NaN 2008 compatibility\n"
8308 msgstr ""
8310 #: readelf.c:13831
8311 #, c-format
8312 msgid "Any MSA or not\n"
8313 msgstr ""
8315 #: readelf.c:13834
8316 #, c-format
8317 msgid "128-bit MSA\n"
8318 msgstr ""
8320 #: readelf.c:13900
8321 #, c-format
8322 msgid "Not used\n"
8323 msgstr ""
8325 #: readelf.c:13903
8326 #, c-format
8327 msgid "2 bytes\n"
8328 msgstr ""
8330 #: readelf.c:13906
8331 #, c-format
8332 msgid "4 bytes\n"
8333 msgstr ""
8335 #: readelf.c:13924 readelf.c:13942 readelf.c:14020 readelf.c:14041
8336 #, c-format
8337 msgid "16-byte\n"
8338 msgstr ""
8340 #: readelf.c:13957
8341 #, c-format
8342 msgid "DSBT addressing not used\n"
8343 msgstr ""
8345 #: readelf.c:13960
8346 #, c-format
8347 msgid "DSBT addressing used\n"
8348 msgstr ""
8350 #: readelf.c:13975
8351 #, c-format
8352 msgid "Data addressing position-dependent\n"
8353 msgstr ""
8355 #: readelf.c:13978
8356 #, c-format
8357 msgid "Data addressing position-independent, GOT near DP\n"
8358 msgstr ""
8360 #: readelf.c:13981
8361 #, c-format
8362 msgid "Data addressing position-independent, GOT far from DP\n"
8363 msgstr ""
8365 #: readelf.c:13996
8366 #, c-format
8367 msgid "Code addressing position-dependent\n"
8368 msgstr ""
8370 #: readelf.c:13999
8371 #, c-format
8372 msgid "Code addressing position-independent\n"
8373 msgstr ""
8375 #: readelf.c:14159
8376 #, c-format
8377 msgid "MSP430\n"
8378 msgstr ""
8380 #: readelf.c:14160
8381 #, c-format
8382 msgid "MSP430X\n"
8383 msgstr ""
8385 #: readelf.c:14172 readelf.c:14185
8386 #, c-format
8387 msgid "Small\n"
8388 msgstr ""
8390 #: readelf.c:14173 readelf.c:14186
8391 #, c-format
8392 msgid "Large\n"
8393 msgstr ""
8395 #: readelf.c:14187
8396 #, c-format
8397 msgid "Restricted Large\n"
8398 msgstr ""
8400 #: readelf.c:14193
8401 #, c-format
8402 msgid "  <unknown tag %d>: "
8403 msgstr ""
8405 #: readelf.c:14247
8406 msgid "attributes"
8407 msgstr ""
8409 #: readelf.c:14268
8410 msgid "Tag section ends prematurely\n"
8411 msgstr ""
8413 #: readelf.c:14276
8414 #, c-format
8415 msgid "Bad attribute length (%u > %u)\n"
8416 msgstr ""
8418 #: readelf.c:14283
8419 #, c-format
8420 msgid "Attribute length of %u is too small\n"
8421 msgstr ""
8423 #: readelf.c:14293
8424 msgid "Corrupt attribute section name\n"
8425 msgstr ""
8427 #: readelf.c:14297
8428 #, c-format
8429 msgid "Attribute Section: "
8430 msgstr ""
8432 #: readelf.c:14324
8433 msgid "Unused bytes at end of section\n"
8434 msgstr ""
8436 #: readelf.c:14333
8437 #, c-format
8438 msgid "Bad subsection length (%u > %u)\n"
8439 msgstr ""
8441 #: readelf.c:14340
8442 #, c-format
8443 msgid "Bad subsection length (%u < 6)\n"
8444 msgstr ""
8446 #: readelf.c:14354
8447 #, c-format
8448 msgid "File Attributes\n"
8449 msgstr ""
8451 #: readelf.c:14357
8452 #, c-format
8453 msgid "Section Attributes:"
8454 msgstr ""
8456 #: readelf.c:14360
8457 #, c-format
8458 msgid "Symbol Attributes:"
8459 msgstr ""
8461 #: readelf.c:14376
8462 #, c-format
8463 msgid "Unknown tag: %d\n"
8464 msgstr ""
8466 #: readelf.c:14397
8467 #, c-format
8468 msgid "  Unknown attribute:\n"
8469 msgstr ""
8471 #: readelf.c:14407
8472 #, c-format
8473 msgid "Unknown format '%c' (%d)\n"
8474 msgstr ""
8476 #: readelf.c:14482
8477 msgid "MIPS GOT entry extends beyond the end of available data\n"
8478 msgstr ""
8480 #: readelf.c:14551 readelf.c:14620
8481 msgid "Unknown"
8482 msgstr ""
8484 #: readelf.c:14668
8485 msgid "MIPS ABI Flags section"
8486 msgstr ""
8488 #: readelf.c:14773 readelf.c:15410
8489 msgid "liblist section data"
8490 msgstr ""
8492 #: readelf.c:14776
8493 #, c-format
8494 msgid ""
8495 "\n"
8496 "Section '.liblist' contains %lu entries:\n"
8497 msgstr ""
8499 #: readelf.c:14778
8500 msgid ""
8501 "     Library              Time Stamp          Checksum   Version Flags\n"
8502 msgstr ""
8504 #: readelf.c:14804
8505 #, c-format
8506 msgid "<corrupt: %9ld>"
8507 msgstr ""
8509 #: readelf.c:14809
8510 msgid " NONE"
8511 msgstr ""
8513 #: readelf.c:14860
8514 msgid "No MIPS_OPTIONS header found\n"
8515 msgstr ""
8517 #: readelf.c:14865
8518 msgid "options"
8519 msgstr ""
8521 #: readelf.c:14872
8522 msgid "Out of memory allocating space for MIPS options\n"
8523 msgstr ""
8525 #: readelf.c:14894
8526 #, c-format
8527 msgid "Invalid size (%u) for MIPS option\n"
8528 msgstr ""
8530 #: readelf.c:14903
8531 #, c-format
8532 msgid ""
8533 "\n"
8534 "Section '%s' contains %d entries:\n"
8535 msgstr ""
8537 #: readelf.c:15070
8538 msgid "conflict list found without a dynamic symbol table\n"
8539 msgstr ""
8541 #: readelf.c:15077
8542 msgid "Out of memory allocating space for dynamic conflicts\n"
8543 msgstr ""
8545 #: readelf.c:15087 readelf.c:15102
8546 msgid "conflict"
8547 msgstr ""
8549 #: readelf.c:15112
8550 #, c-format
8551 msgid ""
8552 "\n"
8553 "Section '.conflict' contains %lu entries:\n"
8554 msgstr ""
8556 #: readelf.c:15114
8557 msgid "  Num:    Index       Value  Name"
8558 msgstr ""
8560 #: readelf.c:15121
8561 #, c-format
8562 msgid "<corrupt symbol index>"
8563 msgstr ""
8565 #: readelf.c:15132 readelf.c:15251 readelf.c:15336
8566 #, c-format
8567 msgid "<corrupt: %14ld>"
8568 msgstr ""
8570 #: readelf.c:15155
8571 #, c-format
8572 msgid ""
8573 "The GOT symbol offset (%lu) is greater than the symbol table size (%lu)\n"
8574 msgstr ""
8576 #: readelf.c:15164
8577 #, c-format
8578 msgid "Too many GOT symbols: %lu\n"
8579 msgstr ""
8581 #: readelf.c:15171
8582 msgid "Global Offset Table data"
8583 msgstr ""
8585 #: readelf.c:15176
8586 #, c-format
8587 msgid ""
8588 "\n"
8589 "Primary GOT:\n"
8590 msgstr ""
8592 #: readelf.c:15177
8593 #, c-format
8594 msgid " Canonical gp value: "
8595 msgstr ""
8597 #: readelf.c:15181 readelf.c:15301
8598 #, c-format
8599 msgid " Reserved entries:\n"
8600 msgstr ""
8602 #: readelf.c:15182
8603 #, c-format
8604 msgid "  %*s %10s %*s Purpose\n"
8605 msgstr ""
8607 #: readelf.c:15183 readelf.c:15204 readelf.c:15222 readelf.c:15303
8608 #: readelf.c:15312
8609 msgid "Address"
8610 msgstr ""
8612 #: readelf.c:15183 readelf.c:15204 readelf.c:15223
8613 msgid "Access"
8614 msgstr ""
8616 #: readelf.c:15184 readelf.c:15205 readelf.c:15224 readelf.c:15303
8617 #: readelf.c:15313
8618 msgid "Initial"
8619 msgstr ""
8621 #: readelf.c:15186
8622 #, c-format
8623 msgid " Lazy resolver\n"
8624 msgstr ""
8626 #: readelf.c:15194
8627 #, c-format
8628 msgid " Module pointer (GNU extension)\n"
8629 msgstr ""
8631 #: readelf.c:15202
8632 #, c-format
8633 msgid " Local entries:\n"
8634 msgstr ""
8636 #: readelf.c:15220
8637 #, c-format
8638 msgid " Global entries:\n"
8639 msgstr ""
8641 #: readelf.c:15225 readelf.c:15314
8642 msgid "Sym.Val."
8643 msgstr ""
8645 #. Note for translators: "Ndx" = abbreviated form of "Index".
8646 #: readelf.c:15228 readelf.c:15314
8647 msgid "Ndx"
8648 msgstr ""
8650 #: readelf.c:15228 readelf.c:15314
8651 msgid "Name"
8652 msgstr ""
8654 #: readelf.c:15238
8655 #, c-format
8656 msgid "<no dynamic symbols>"
8657 msgstr ""
8659 #: readelf.c:15254
8660 #, c-format
8661 msgid "<symbol index %lu exceeds number of dynamic symbols>"
8662 msgstr ""
8664 #: readelf.c:15296
8665 msgid "Procedure Linkage Table data"
8666 msgstr ""
8668 #: readelf.c:15302
8669 #, c-format
8670 msgid "  %*s %*s Purpose\n"
8671 msgstr ""
8673 #: readelf.c:15305
8674 #, c-format
8675 msgid " PLT lazy resolver\n"
8676 msgstr ""
8678 #: readelf.c:15307
8679 #, c-format
8680 msgid " Module pointer\n"
8681 msgstr ""
8683 #: readelf.c:15310
8684 #, c-format
8685 msgid " Entries:\n"
8686 msgstr ""
8688 #: readelf.c:15324
8689 #, c-format
8690 msgid "<corrupt symbol index: %lu>"
8691 msgstr ""
8693 #: readelf.c:15362
8694 msgid "NDS32 elf flags section"
8695 msgstr ""
8697 #: readelf.c:15418
8698 msgid "liblist string table"
8699 msgstr ""
8701 #: readelf.c:15428
8702 #, c-format
8703 msgid ""
8704 "\n"
8705 "Library list section '%s' contains %lu entries:\n"
8706 msgstr ""
8708 #: readelf.c:15432
8709 msgid "     Library              Time Stamp          Checksum   Version Flags"
8710 msgstr ""
8712 #: readelf.c:15482
8713 msgid "NT_AUXV (auxiliary vector)"
8714 msgstr ""
8716 #: readelf.c:15484
8717 msgid "NT_PRSTATUS (prstatus structure)"
8718 msgstr ""
8720 #: readelf.c:15486
8721 msgid "NT_FPREGSET (floating point registers)"
8722 msgstr ""
8724 #: readelf.c:15488
8725 msgid "NT_PRPSINFO (prpsinfo structure)"
8726 msgstr ""
8728 #: readelf.c:15490
8729 msgid "NT_TASKSTRUCT (task structure)"
8730 msgstr ""
8732 #: readelf.c:15492
8733 msgid "NT_PRXFPREG (user_xfpregs structure)"
8734 msgstr ""
8736 #: readelf.c:15494
8737 msgid "NT_PPC_VMX (ppc Altivec registers)"
8738 msgstr ""
8740 #: readelf.c:15496
8741 msgid "NT_PPC_VSX (ppc VSX registers)"
8742 msgstr ""
8744 #: readelf.c:15498
8745 msgid "NT_386_TLS (x86 TLS information)"
8746 msgstr ""
8748 #: readelf.c:15500
8749 msgid "NT_386_IOPERM (x86 I/O permissions)"
8750 msgstr ""
8752 #: readelf.c:15502
8753 msgid "NT_X86_XSTATE (x86 XSAVE extended state)"
8754 msgstr ""
8756 #: readelf.c:15504
8757 msgid "NT_S390_HIGH_GPRS (s390 upper register halves)"
8758 msgstr ""
8760 #: readelf.c:15506
8761 msgid "NT_S390_TIMER (s390 timer register)"
8762 msgstr ""
8764 #: readelf.c:15508
8765 msgid "NT_S390_TODCMP (s390 TOD comparator register)"
8766 msgstr ""
8768 #: readelf.c:15510
8769 msgid "NT_S390_TODPREG (s390 TOD programmable register)"
8770 msgstr ""
8772 #: readelf.c:15512
8773 msgid "NT_S390_CTRS (s390 control registers)"
8774 msgstr ""
8776 #: readelf.c:15514
8777 msgid "NT_S390_PREFIX (s390 prefix register)"
8778 msgstr ""
8780 #: readelf.c:15516
8781 msgid "NT_S390_LAST_BREAK (s390 last breaking event address)"
8782 msgstr ""
8784 #: readelf.c:15518
8785 msgid "NT_S390_SYSTEM_CALL (s390 system call restart data)"
8786 msgstr ""
8788 #: readelf.c:15520
8789 msgid "NT_S390_TDB (s390 transaction diagnostic block)"
8790 msgstr ""
8792 #: readelf.c:15522
8793 msgid "NT_S390_VXRS_LOW (s390 vector registers 0-15 upper half)"
8794 msgstr ""
8796 #: readelf.c:15524
8797 msgid "NT_S390_VXRS_HIGH (s390 vector registers 16-31)"
8798 msgstr ""
8800 #: readelf.c:15526
8801 msgid "NT_ARM_VFP (arm VFP registers)"
8802 msgstr ""
8804 #: readelf.c:15528
8805 msgid "NT_ARM_TLS (AArch TLS registers)"
8806 msgstr ""
8808 #: readelf.c:15530
8809 msgid "NT_ARM_HW_BREAK (AArch hardware breakpoint registers)"
8810 msgstr ""
8812 #: readelf.c:15532
8813 msgid "NT_ARM_HW_WATCH (AArch hardware watchpoint registers)"
8814 msgstr ""
8816 #: readelf.c:15534
8817 msgid "NT_PSTATUS (pstatus structure)"
8818 msgstr ""
8820 #: readelf.c:15536
8821 msgid "NT_FPREGS (floating point registers)"
8822 msgstr ""
8824 #: readelf.c:15538
8825 msgid "NT_PSINFO (psinfo structure)"
8826 msgstr ""
8828 #: readelf.c:15540
8829 msgid "NT_LWPSTATUS (lwpstatus_t structure)"
8830 msgstr ""
8832 #: readelf.c:15542
8833 msgid "NT_LWPSINFO (lwpsinfo_t structure)"
8834 msgstr ""
8836 #: readelf.c:15544
8837 msgid "NT_WIN32PSTATUS (win32_pstatus structure)"
8838 msgstr ""
8840 #: readelf.c:15546
8841 msgid "NT_SIGINFO (siginfo_t data)"
8842 msgstr ""
8844 #: readelf.c:15548
8845 msgid "NT_FILE (mapped files)"
8846 msgstr ""
8848 #: readelf.c:15556
8849 msgid "NT_VERSION (version)"
8850 msgstr ""
8852 #: readelf.c:15558
8853 msgid "NT_ARCH (architecture)"
8854 msgstr ""
8856 #: readelf.c:15563 readelf.c:15671 readelf.c:15809 readelf.c:15955
8857 #: readelf.c:16013 readelf.c:16090
8858 #, c-format
8859 msgid "Unknown note type: (0x%08x)"
8860 msgstr ""
8862 #: readelf.c:15580
8863 #, c-format
8864 msgid "    Cannot decode 64-bit note in 32-bit build\n"
8865 msgstr ""
8867 #: readelf.c:15588
8868 #, c-format
8869 msgid "    Malformed note - too short for header\n"
8870 msgstr ""
8872 #: readelf.c:15597
8873 #, c-format
8874 msgid "    Malformed note - does not end with \\0\n"
8875 msgstr ""
8877 #: readelf.c:15609
8878 #, c-format
8879 msgid "    Malformed note - too short for supplied file count\n"
8880 msgstr ""
8882 #: readelf.c:15613
8883 #, c-format
8884 msgid "    Page size: "
8885 msgstr ""
8887 #: readelf.c:15617
8888 #, c-format
8889 msgid "    %*s%*s%*s\n"
8890 msgstr ""
8892 #: readelf.c:15618
8893 msgid "Start"
8894 msgstr ""
8896 #: readelf.c:15619
8897 msgid "End"
8898 msgstr ""
8900 #: readelf.c:15620
8901 msgid "Page Offset"
8902 msgstr ""
8904 #: readelf.c:15628
8905 #, c-format
8906 msgid "    Malformed note - filenames end too early\n"
8907 msgstr ""
8909 #: readelf.c:15660
8910 msgid "NT_GNU_ABI_TAG (ABI version tag)"
8911 msgstr ""
8913 #: readelf.c:15662
8914 msgid "NT_GNU_HWCAP (DSO-supplied software HWCAP info)"
8915 msgstr ""
8917 #: readelf.c:15664
8918 msgid "NT_GNU_BUILD_ID (unique build ID bitstring)"
8919 msgstr ""
8921 #: readelf.c:15666
8922 msgid "NT_GNU_GOLD_VERSION (gold version)"
8923 msgstr ""
8925 #: readelf.c:15687
8926 #, c-format
8927 msgid "    Build ID: "
8928 msgstr ""
8930 #: readelf.c:15702
8931 #, c-format
8932 msgid "    <corrupt GNU_ABI_TAG>\n"
8933 msgstr ""
8935 #: readelf.c:15739
8936 #, c-format
8937 msgid "    OS: %s, ABI: %ld.%ld.%ld\n"
8938 msgstr ""
8940 #: readelf.c:15748
8941 #, c-format
8942 msgid "    Version: "
8943 msgstr ""
8945 #. Hardware capabilities information.  Word 0 is the number of entries.
8946 #. Word 1 is a bitmask of enabled entries.  The rest of the descriptor
8947 #. is a series of entries, where each entry is a single byte followed
8948 #. by a nul terminated string.  The byte gives the bit number to test
8949 #. if enabled in the bitmask.
8950 #: readelf.c:15764
8951 #, c-format
8952 msgid "      Hardware Capabilities: "
8953 msgstr ""
8955 #: readelf.c:15767
8956 #, c-format
8957 msgid "<corrupt GNU_HWCAP>\n"
8958 msgstr ""
8960 #: readelf.c:15772
8961 #, c-format
8962 msgid "num entries: %ld, enabled mask: %lx\n"
8963 msgstr ""
8965 #: readelf.c:15784
8966 #, c-format
8967 msgid "    Description data: "
8968 msgstr ""
8970 #: readelf.c:15802
8971 msgid "Alignment of 8-byte objects"
8972 msgstr ""
8974 #: readelf.c:15803
8975 msgid "Sizeof double and long double"
8976 msgstr ""
8978 #: readelf.c:15804
8979 msgid "Type of FPU support needed"
8980 msgstr ""
8982 #: readelf.c:15805
8983 msgid "Use of SIMD instructions"
8984 msgstr ""
8986 #: readelf.c:15806
8987 msgid "Use of cache"
8988 msgstr ""
8990 #: readelf.c:15807
8991 msgid "Use of MMU"
8992 msgstr ""
8994 #: readelf.c:15842
8995 #, c-format
8996 msgid "4-bytes\n"
8997 msgstr ""
8999 #: readelf.c:15843
9000 #, c-format
9001 msgid "8-bytes\n"
9002 msgstr ""
9004 #: readelf.c:15850
9005 #, c-format
9006 msgid "FPU-2.0\n"
9007 msgstr ""
9009 #: readelf.c:15851
9010 #, c-format
9011 msgid "FPU-3.0\n"
9012 msgstr ""
9014 #: readelf.c:15860
9015 #, c-format
9016 msgid "yes\n"
9017 msgstr ""
9019 #: readelf.c:15870
9020 #, c-format
9021 msgid "unknown value: %x\n"
9022 msgstr ""
9024 #: readelf.c:15914
9025 msgid "NT_THRMISC (thrmisc structure)"
9026 msgstr ""
9028 #: readelf.c:15916
9029 msgid "NT_PROCSTAT_PROC (proc data)"
9030 msgstr ""
9032 #: readelf.c:15918
9033 msgid "NT_PROCSTAT_FILES (files data)"
9034 msgstr ""
9036 #: readelf.c:15920
9037 msgid "NT_PROCSTAT_VMMAP (vmmap data)"
9038 msgstr ""
9040 #: readelf.c:15922
9041 msgid "NT_PROCSTAT_GROUPS (groups data)"
9042 msgstr ""
9044 #: readelf.c:15924
9045 msgid "NT_PROCSTAT_UMASK (umask data)"
9046 msgstr ""
9048 #: readelf.c:15926
9049 msgid "NT_PROCSTAT_RLIMIT (rlimit data)"
9050 msgstr ""
9052 #: readelf.c:15928
9053 msgid "NT_PROCSTAT_OSREL (osreldate data)"
9054 msgstr ""
9056 #: readelf.c:15930
9057 msgid "NT_PROCSTAT_PSSTRINGS (ps_strings data)"
9058 msgstr ""
9060 #: readelf.c:15932
9061 msgid "NT_PROCSTAT_AUXV (auxv data)"
9062 msgstr ""
9064 #. NetBSD core "procinfo" structure.
9065 #: readelf.c:15945
9066 msgid "NetBSD procinfo structure"
9067 msgstr ""
9069 #: readelf.c:15972 readelf.c:15986
9070 msgid "PT_GETREGS (reg structure)"
9071 msgstr ""
9073 #: readelf.c:15974 readelf.c:15988
9074 msgid "PT_GETFPREGS (fpreg structure)"
9075 msgstr ""
9077 #: readelf.c:16007
9078 msgid "NT_STAPSDT (SystemTap probe descriptors)"
9079 msgstr ""
9081 #: readelf.c:16040
9082 #, c-format
9083 msgid "    Provider: %s\n"
9084 msgstr ""
9086 #: readelf.c:16041
9087 #, c-format
9088 msgid "    Name: %s\n"
9089 msgstr ""
9091 #: readelf.c:16042
9092 #, c-format
9093 msgid "    Location: "
9094 msgstr ""
9096 #: readelf.c:16044
9097 #, c-format
9098 msgid ", Base: "
9099 msgstr ""
9101 #: readelf.c:16046
9102 #, c-format
9103 msgid ", Semaphore: "
9104 msgstr ""
9106 #: readelf.c:16049
9107 #, c-format
9108 msgid "    Arguments: %s\n"
9109 msgstr ""
9111 #: readelf.c:16062
9112 msgid "NT_VMS_MHD (module header)"
9113 msgstr ""
9115 #: readelf.c:16064
9116 msgid "NT_VMS_LNM (language name)"
9117 msgstr ""
9119 #: readelf.c:16066
9120 msgid "NT_VMS_SRC (source files)"
9121 msgstr ""
9123 #: readelf.c:16070
9124 msgid "NT_VMS_EIDC (consistency check)"
9125 msgstr ""
9127 #: readelf.c:16072
9128 msgid "NT_VMS_FPMODE (FP mode)"
9129 msgstr ""
9131 #: readelf.c:16076
9132 msgid "NT_VMS_IMGNAM (image name)"
9133 msgstr ""
9135 #: readelf.c:16078
9136 msgid "NT_VMS_IMGID (image id)"
9137 msgstr ""
9139 #: readelf.c:16080
9140 msgid "NT_VMS_LINKID (link id)"
9141 msgstr ""
9143 #: readelf.c:16082
9144 msgid "NT_VMS_IMGBID (build id)"
9145 msgstr ""
9147 #: readelf.c:16084
9148 msgid "NT_VMS_GSTNAM (sym table name)"
9149 msgstr ""
9151 #: readelf.c:16104
9152 #, c-format
9153 msgid "    Creation date  : %.17s\n"
9154 msgstr ""
9156 #: readelf.c:16105
9157 #, c-format
9158 msgid "    Last patch date: %.17s\n"
9159 msgstr ""
9161 #: readelf.c:16106
9162 #, c-format
9163 msgid "    Module name    : %s\n"
9164 msgstr ""
9166 #: readelf.c:16107
9167 #, c-format
9168 msgid "    Module version : %s\n"
9169 msgstr ""
9171 #: readelf.c:16110
9172 #, c-format
9173 msgid "    Invalid size\n"
9174 msgstr ""
9176 #: readelf.c:16113
9177 #, c-format
9178 msgid "   Language: %s\n"
9179 msgstr ""
9181 #: readelf.c:16117
9182 #, c-format
9183 msgid "   Floating Point mode: "
9184 msgstr ""
9186 #: readelf.c:16122
9187 #, c-format
9188 msgid "   Link time: "
9189 msgstr ""
9191 #: readelf.c:16128
9192 #, c-format
9193 msgid "   Patch time: "
9194 msgstr ""
9196 #: readelf.c:16134
9197 #, c-format
9198 msgid "   Major id: %u,  minor id: %u\n"
9199 msgstr ""
9201 #: readelf.c:16137
9202 #, c-format
9203 msgid "   Last modified  : "
9204 msgstr ""
9206 #: readelf.c:16140
9207 #, c-format
9208 msgid ""
9209 "\n"
9210 "   Link flags  : "
9211 msgstr ""
9213 #: readelf.c:16143
9214 #, c-format
9215 msgid "   Header flags: 0x%08x\n"
9216 msgstr ""
9218 #: readelf.c:16145
9219 #, c-format
9220 msgid "   Image id    : %s\n"
9221 msgstr ""
9223 #: readelf.c:16149
9224 #, c-format
9225 msgid "    Image name: %s\n"
9226 msgstr ""
9228 #: readelf.c:16152
9229 #, c-format
9230 msgid "    Global symbol table name: %s\n"
9231 msgstr ""
9233 #: readelf.c:16155
9234 #, c-format
9235 msgid "    Image id: %s\n"
9236 msgstr ""
9238 #: readelf.c:16158
9239 #, c-format
9240 msgid "    Linker id: %s\n"
9241 msgstr ""
9243 #: readelf.c:16236
9244 #, c-format
9245 msgid "   description data: "
9246 msgstr ""
9248 #: readelf.c:16267
9249 msgid "notes"
9250 msgstr ""
9252 #: readelf.c:16274
9253 #, c-format
9254 msgid ""
9255 "\n"
9256 "Displaying notes found in: %s\n"
9257 msgstr ""
9259 #: readelf.c:16276
9260 #, c-format
9261 msgid ""
9262 "\n"
9263 "Displaying notes found at file offset 0x%08lx with length 0x%08lx:\n"
9264 msgstr ""
9266 #: readelf.c:16279
9267 #, c-format
9268 msgid "  %-20s %10s\tDescription\n"
9269 msgstr ""
9271 #: readelf.c:16279
9272 msgid "Owner"
9273 msgstr ""
9275 #: readelf.c:16279
9276 msgid "Data size"
9277 msgstr ""
9279 #: readelf.c:16297 readelf.c:16326
9280 #, c-format
9281 msgid "Corrupt note: only %d bytes remain, not enough for a full note\n"
9282 msgstr ""
9284 #: readelf.c:16309 readelf.c:16451
9285 #, c-format
9286 msgid "Corrupt note: name size is too big: %lx\n"
9287 msgstr ""
9289 #: readelf.c:16348
9290 #, c-format
9291 msgid "note with invalid namesz and/or descsz found at offset 0x%lx\n"
9292 msgstr ""
9294 #: readelf.c:16350
9295 #, c-format
9296 msgid " type: 0x%lx, namesize: 0x%08lx, descsize: 0x%08lx\n"
9297 msgstr ""
9299 #: readelf.c:16366
9300 msgid "Out of memory allocating space for inote name\n"
9301 msgstr ""
9303 #: readelf.c:16427
9304 msgid "v850 notes"
9305 msgstr ""
9307 #: readelf.c:16434
9308 #, c-format
9309 msgid ""
9310 "\n"
9311 "Displaying contents of Renesas V850 notes section at offset 0x%lx with "
9312 "length 0x%lx:\n"
9313 msgstr ""
9315 #: readelf.c:16461
9316 #, c-format
9317 msgid "corrupt descsz found in note at offset 0x%lx\n"
9318 msgstr ""
9320 #: readelf.c:16463 readelf.c:16476
9321 #, c-format
9322 msgid " type: 0x%lx, namesize: 0x%lx, descsize: 0x%lx\n"
9323 msgstr ""
9325 #: readelf.c:16474
9326 #, c-format
9327 msgid "corrupt namesz found in note at offset 0x%lx\n"
9328 msgstr ""
9330 #: readelf.c:16549
9331 #, c-format
9332 msgid "No note segments present in the core file.\n"
9333 msgstr ""
9335 #: readelf.c:16651
9336 msgid ""
9337 "This instance of readelf has been built without support for a\n"
9338 "64 bit data type and so it cannot read 64 bit ELF files.\n"
9339 msgstr ""
9341 #: readelf.c:16698
9342 #, c-format
9343 msgid "%s: Failed to read file header\n"
9344 msgstr ""
9346 #: readelf.c:16712
9347 #, c-format
9348 msgid ""
9349 "\n"
9350 "File: %s\n"
9351 msgstr ""
9353 #: readelf.c:16884
9354 #, c-format
9355 msgid "%s: unable to dump the index as none was found\n"
9356 msgstr ""
9358 #: readelf.c:16890
9359 #, c-format
9360 msgid "Index of archive %s: (%lu entries, 0x%lx bytes in the symbol table)\n"
9361 msgstr ""
9363 #: readelf.c:16908
9364 #, c-format
9365 msgid "Contents of binary %s at offset "
9366 msgstr ""
9368 #: readelf.c:16918
9369 #, c-format
9370 msgid "%s: end of the symbol table reached before the end of the index\n"
9371 msgstr ""
9373 #: readelf.c:16933
9374 #, c-format
9375 msgid ""
9376 "%s: %ld bytes remain in the symbol table, but without corresponding entries "
9377 "in the index table\n"
9378 msgstr ""
9380 #: readelf.c:16938
9381 #, c-format
9382 msgid "%s: failed to seek back to start of object files in the archive\n"
9383 msgstr ""
9385 #: readelf.c:17021 readelf.c:17113
9386 #, c-format
9387 msgid "Input file '%s' is not readable.\n"
9388 msgstr ""
9390 #: readelf.c:17039
9391 #, c-format
9392 msgid "%s: contains corrupt thin archive: %s\n"
9393 msgstr ""
9395 #: readelf.c:17052
9396 #, c-format
9397 msgid "%s: failed to seek to archive member.\n"
9398 msgstr ""
9400 #: readelf.c:17133
9401 #, c-format
9402 msgid "File %s is not an archive so its index cannot be displayed.\n"
9403 msgstr ""
9405 #: readelf.c:17203
9406 msgid "Nothing to do.\n"
9407 msgstr ""
9409 #: rename.c:122
9410 #, c-format
9411 msgid "%s: cannot set time: %s"
9412 msgstr ""
9414 #. We have to clean up here.
9415 #: rename.c:157 rename.c:195
9416 #, c-format
9417 msgid "unable to rename '%s'; reason: %s"
9418 msgstr ""
9420 #: rename.c:203
9421 #, c-format
9422 msgid "unable to copy file '%s'; reason: %s"
9423 msgstr ""
9425 #: resbin.c:119
9426 #, c-format
9427 msgid "%s: not enough binary data"
9428 msgstr ""
9430 #: resbin.c:135
9431 msgid "null terminated unicode string"
9432 msgstr ""
9434 #: resbin.c:162 resbin.c:168
9435 msgid "resource ID"
9436 msgstr ""
9438 #: resbin.c:207
9439 msgid "cursor"
9440 msgstr ""
9442 #: resbin.c:238 resbin.c:245
9443 msgid "menu header"
9444 msgstr ""
9446 #: resbin.c:254
9447 msgid "menuex header"
9448 msgstr ""
9450 #: resbin.c:258
9451 msgid "menuex offset"
9452 msgstr ""
9454 #: resbin.c:263
9455 #, c-format
9456 msgid "unsupported menu version %d"
9457 msgstr ""
9459 #: resbin.c:288 resbin.c:303 resbin.c:365
9460 msgid "menuitem header"
9461 msgstr ""
9463 #: resbin.c:395
9464 msgid "menuitem"
9465 msgstr ""
9467 #: resbin.c:432 resbin.c:460
9468 msgid "dialog header"
9469 msgstr ""
9471 #: resbin.c:450
9472 #, c-format
9473 msgid "unexpected DIALOGEX version %d"
9474 msgstr ""
9476 #: resbin.c:495
9477 msgid "dialog font point size"
9478 msgstr ""
9480 #: resbin.c:503
9481 msgid "dialogex font information"
9482 msgstr ""
9484 #: resbin.c:529 resbin.c:547
9485 msgid "dialog control"
9486 msgstr ""
9488 #: resbin.c:539
9489 msgid "dialogex control"
9490 msgstr ""
9492 #: resbin.c:568
9493 msgid "dialog control end"
9494 msgstr ""
9496 #: resbin.c:580
9497 msgid "dialog control data"
9498 msgstr ""
9500 #: resbin.c:620
9501 msgid "stringtable string length"
9502 msgstr ""
9504 #: resbin.c:630
9505 msgid "stringtable string"
9506 msgstr ""
9508 #: resbin.c:660
9509 msgid "fontdir header"
9510 msgstr ""
9512 #: resbin.c:674
9513 msgid "fontdir"
9514 msgstr ""
9516 #: resbin.c:691
9517 msgid "fontdir device name"
9518 msgstr ""
9520 #: resbin.c:697
9521 msgid "fontdir face name"
9522 msgstr ""
9524 #: resbin.c:737
9525 msgid "accelerator"
9526 msgstr ""
9528 #: resbin.c:796
9529 msgid "group cursor header"
9530 msgstr ""
9532 #: resbin.c:800 resrc.c:1350
9533 #, c-format
9534 msgid "unexpected group cursor type %d"
9535 msgstr ""
9537 #: resbin.c:815
9538 msgid "group cursor"
9539 msgstr ""
9541 #: resbin.c:851
9542 msgid "group icon header"
9543 msgstr ""
9545 #: resbin.c:855 resrc.c:1297
9546 #, c-format
9547 msgid "unexpected group icon type %d"
9548 msgstr ""
9550 #: resbin.c:870
9551 msgid "group icon"
9552 msgstr ""
9554 #: resbin.c:934
9555 msgid "unexpected version string"
9556 msgstr ""
9558 #: resbin.c:966
9559 #, c-format
9560 msgid "version length %lu greater than resource length %lu"
9561 msgstr ""
9563 #: resbin.c:970
9564 #, c-format
9565 msgid "unexpected version type %d"
9566 msgstr ""
9568 #: resbin.c:982
9569 #, c-format
9570 msgid "unexpected fixed version information length %ld"
9571 msgstr ""
9573 #: resbin.c:985
9574 msgid "fixed version info"
9575 msgstr ""
9577 #: resbin.c:989
9578 #, c-format
9579 msgid "unexpected fixed version signature %lu"
9580 msgstr ""
9582 #: resbin.c:993
9583 #, c-format
9584 msgid "unexpected fixed version info version %lu"
9585 msgstr ""
9587 #: resbin.c:1022
9588 msgid "version var info"
9589 msgstr ""
9591 #: resbin.c:1039
9592 #, c-format
9593 msgid "unexpected stringfileinfo value length %ld"
9594 msgstr ""
9596 #: resbin.c:1056
9597 msgid "version stringtable"
9598 msgstr ""
9600 #: resbin.c:1064
9601 #, c-format
9602 msgid "unexpected version stringtable value length %ld"
9603 msgstr ""
9605 #: resbin.c:1081
9606 msgid "version string"
9607 msgstr ""
9609 #: resbin.c:1096
9610 #, c-format
9611 msgid "unexpected version string length %ld != %ld + %ld"
9612 msgstr ""
9614 #: resbin.c:1103
9615 #, c-format
9616 msgid "unexpected version string length %ld < %ld"
9617 msgstr ""
9619 #: resbin.c:1129
9620 #, c-format
9621 msgid "unexpected varfileinfo value length %ld"
9622 msgstr ""
9624 #: resbin.c:1148
9625 msgid "version varfileinfo"
9626 msgstr ""
9628 #: resbin.c:1163
9629 #, c-format
9630 msgid "unexpected version value length %ld"
9631 msgstr ""
9633 #: resbin.c:1173
9634 msgid "nul bytes found in version string"
9635 msgstr ""
9637 #: resbin.c:1176
9638 #, c-format
9639 msgid "unexpected version string character: %x"
9640 msgstr ""
9642 #: rescoff.c:123
9643 msgid "filename required for COFF input"
9644 msgstr ""
9646 #: rescoff.c:140
9647 #, c-format
9648 msgid "%s: no resource section"
9649 msgstr ""
9651 #: rescoff.c:150
9652 #, c-format
9653 msgid "%s: .rsrc section is bigger than the file!"
9654 msgstr ""
9656 #: rescoff.c:178
9657 #, c-format
9658 msgid "%s: %s: address out of bounds"
9659 msgstr ""
9661 #: rescoff.c:199
9662 msgid "Resources nest too deep"
9663 msgstr ""
9665 #: rescoff.c:202
9666 msgid "directory"
9667 msgstr ""
9669 #: rescoff.c:230
9670 msgid "named directory entry"
9671 msgstr ""
9673 #: rescoff.c:239
9674 msgid "directory entry name"
9675 msgstr ""
9677 #: rescoff.c:253
9678 msgid "resource name"
9679 msgstr ""
9681 #: rescoff.c:264
9682 msgid "named subdirectory"
9683 msgstr ""
9685 #: rescoff.c:272
9686 msgid "named resource"
9687 msgstr ""
9689 #: rescoff.c:287
9690 msgid "ID directory entry"
9691 msgstr ""
9693 #: rescoff.c:304
9694 msgid "ID subdirectory"
9695 msgstr ""
9697 #: rescoff.c:312
9698 msgid "ID resource"
9699 msgstr ""
9701 #: rescoff.c:337
9702 msgid "resource type unknown"
9703 msgstr ""
9705 #: rescoff.c:340
9706 msgid "data entry"
9707 msgstr ""
9709 #: rescoff.c:348
9710 msgid "resource data"
9711 msgstr ""
9713 #: rescoff.c:353
9714 msgid "resource data size"
9715 msgstr ""
9717 #: rescoff.c:448
9718 msgid "filename required for COFF output"
9719 msgstr ""
9721 #: rescoff.c:732
9722 msgid "can't get BFD_RELOC_RVA relocation type"
9723 msgstr ""
9725 #: resrc.c:256 resrc.c:328
9726 #, c-format
9727 msgid "can't open temporary file `%s': %s"
9728 msgstr ""
9730 #: resrc.c:262
9731 #, c-format
9732 msgid "can't redirect stdout: `%s': %s"
9733 msgstr ""
9735 #: resrc.c:324
9736 #, c-format
9737 msgid "can't execute `%s': %s"
9738 msgstr ""
9740 #: resrc.c:333
9741 #, c-format
9742 msgid "Using temporary file `%s' to read preprocessor output\n"
9743 msgstr ""
9745 #: resrc.c:340
9746 #, c-format
9747 msgid "can't popen `%s': %s"
9748 msgstr ""
9750 #: resrc.c:342
9751 #, c-format
9752 msgid "Using popen to read preprocessor output\n"
9753 msgstr ""
9755 #: resrc.c:408
9756 #, c-format
9757 msgid "Tried `%s'\n"
9758 msgstr ""
9760 #: resrc.c:419
9761 #, c-format
9762 msgid "Using `%s'\n"
9763 msgstr ""
9765 #: resrc.c:603
9766 msgid "preprocessing failed."
9767 msgstr ""
9769 #: resrc.c:634
9770 #, c-format
9771 msgid "%s: unexpected EOF"
9772 msgstr ""
9774 #: resrc.c:683
9775 #, c-format
9776 msgid "%s: read of %lu returned %lu"
9777 msgstr ""
9779 #: resrc.c:722 resrc.c:1497
9780 #, c-format
9781 msgid "stat failed on bitmap file `%s': %s"
9782 msgstr ""
9784 #: resrc.c:773
9785 #, c-format
9786 msgid "cursor file `%s' does not contain cursor data"
9787 msgstr ""
9789 #: resrc.c:805 resrc.c:1205
9790 #, c-format
9791 msgid "%s: fseek to %lu failed: %s"
9792 msgstr ""
9794 #: resrc.c:931
9795 msgid "help ID requires DIALOGEX"
9796 msgstr ""
9798 #: resrc.c:933
9799 msgid "control data requires DIALOGEX"
9800 msgstr ""
9802 #: resrc.c:961
9803 #, c-format
9804 msgid "stat failed on font file `%s': %s"
9805 msgstr ""
9807 #: resrc.c:1174
9808 #, c-format
9809 msgid "icon file `%s' does not contain icon data"
9810 msgstr ""
9812 #: resrc.c:1723 resrc.c:1758
9813 #, c-format
9814 msgid "stat failed on file `%s': %s"
9815 msgstr ""
9817 #: resrc.c:1957
9818 #, c-format
9819 msgid "can't open `%s' for output: %s"
9820 msgstr ""
9822 #: size.c:77
9823 #, c-format
9824 msgid " Displays the sizes of sections inside binary files\n"
9825 msgstr ""
9827 #: size.c:78
9828 #, c-format
9829 msgid " If no input file(s) are specified, a.out is assumed\n"
9830 msgstr ""
9832 #: size.c:79
9833 #, c-format
9834 msgid ""
9835 " The options are:\n"
9836 "  -A|-B     --format={sysv|berkeley}  Select output style (default is %s)\n"
9837 "  -o|-d|-x  --radix={8|10|16}         Display numbers in octal, decimal or "
9838 "hex\n"
9839 "  -t        --totals                  Display the total sizes (Berkeley "
9840 "only)\n"
9841 "            --common                  Display total size for *COM* syms\n"
9842 "            --target=<bfdname>        Set the binary file format\n"
9843 "            @<file>                   Read options from <file>\n"
9844 "  -h        --help                    Display this information\n"
9845 "  -v        --version                 Display the program's version\n"
9846 "\n"
9847 msgstr ""
9849 #: size.c:159
9850 #, c-format
9851 msgid "invalid argument to --format: %s"
9852 msgstr ""
9854 #: size.c:186
9855 #, c-format
9856 msgid "Invalid radix: %s\n"
9857 msgstr ""
9859 #: srconv.c:130
9860 msgid "Checksum failure"
9861 msgstr ""
9863 #. FIXME: Return error status.
9864 #: srconv.c:142
9865 msgid "Failed to write checksum"
9866 msgstr ""
9868 #: srconv.c:182
9869 #, c-format
9870 msgid "Unsupported integer write size: %d"
9871 msgstr ""
9873 #. FIXME: Return error status.
9874 #: srconv.c:268
9875 msgid "Failed to write TR block"
9876 msgstr ""
9878 #: srconv.c:359
9879 #, c-format
9880 msgid "Unrecognized H8300 sub-architecture: %ld"
9881 msgstr ""
9883 #: srconv.c:377
9884 #, c-format
9885 msgid "Unsupported architecture: %d"
9886 msgstr ""
9888 #: srconv.c:831
9889 #, c-format
9890 msgid "Unrecognised type: %d"
9891 msgstr ""
9893 #: srconv.c:960
9894 #, c-format
9895 msgid "Unrecognised coff symbol type: %d"
9896 msgstr ""
9898 #: srconv.c:1022 srconv.c:1122
9899 #, c-format
9900 msgid "Unrecognised coff symbol visibility: %d"
9901 msgstr ""
9903 #: srconv.c:1048 srconv.c:1093
9904 #, c-format
9905 msgid "Unrecognised coff symbol location: %d"
9906 msgstr ""
9908 #. FIXME: Return error status.
9909 #: srconv.c:1427
9910 msgid "Failed to write CS struct"
9911 msgstr ""
9913 #: srconv.c:1699
9914 #, c-format
9915 msgid "Convert a COFF object file into a SYSROFF object file\n"
9916 msgstr ""
9918 #: srconv.c:1700
9919 #, c-format
9920 msgid ""
9921 " The options are:\n"
9922 "  -q --quick       (Obsolete - ignored)\n"
9923 "  -n --noprescan   Do not perform a scan to convert commons into defs\n"
9924 "  -d --debug       Display information about what is being done\n"
9925 "  @<file>          Read options from <file>\n"
9926 "  -h --help        Display this information\n"
9927 "  -v --version     Print the program's version number\n"
9928 msgstr ""
9930 #: srconv.c:1847
9931 #, c-format
9932 msgid "unable to open output file %s"
9933 msgstr ""
9935 #: stabs.c:327 stabs.c:1722
9936 msgid "numeric overflow"
9937 msgstr ""
9939 #: stabs.c:337
9940 #, c-format
9941 msgid "Bad stab: %s\n"
9942 msgstr ""
9944 #: stabs.c:345
9945 #, c-format
9946 msgid "Warning: %s: %s\n"
9947 msgstr ""
9949 #: stabs.c:455
9950 #, c-format
9951 msgid "N_LBRAC not within function\n"
9952 msgstr ""
9954 #: stabs.c:494
9955 #, c-format
9956 msgid "Too many N_RBRACs\n"
9957 msgstr ""
9959 #: stabs.c:726
9960 msgid "unknown C++ encoded name"
9961 msgstr ""
9963 #. Complain and keep going, so compilers can invent new
9964 #. cross-reference types.
9965 #: stabs.c:1267
9966 msgid "unrecognized cross reference type"
9967 msgstr ""
9969 #. Does this actually ever happen?  Is that why we are worrying
9970 #. about dealing with it rather than just calling error_type?
9971 #: stabs.c:1814
9972 msgid "missing index type"
9973 msgstr ""
9975 #: stabs.c:2134
9976 msgid "unknown virtual character for baseclass"
9977 msgstr ""
9979 #: stabs.c:2152
9980 msgid "unknown visibility character for baseclass"
9981 msgstr ""
9983 #: stabs.c:2342
9984 msgid "unnamed $vb type"
9985 msgstr ""
9987 #: stabs.c:2348
9988 msgid "unrecognized C++ abbreviation"
9989 msgstr ""
9991 #: stabs.c:2424
9992 msgid "unknown visibility character for field"
9993 msgstr ""
9995 #: stabs.c:2684
9996 msgid "const/volatile indicator missing"
9997 msgstr ""
9999 #: stabs.c:2926
10000 #, c-format
10001 msgid "No mangling for \"%s\"\n"
10002 msgstr ""
10004 #: stabs.c:3226
10005 msgid "Undefined N_EXCL"
10006 msgstr ""
10008 #: stabs.c:3306
10009 #, c-format
10010 msgid "Type file number %d out of range\n"
10011 msgstr ""
10013 #: stabs.c:3311
10014 #, c-format
10015 msgid "Type index number %d out of range\n"
10016 msgstr ""
10018 #: stabs.c:3390
10019 #, c-format
10020 msgid "Unrecognized XCOFF type %d\n"
10021 msgstr ""
10023 #: stabs.c:3683
10024 #, c-format
10025 msgid "bad mangled name `%s'\n"
10026 msgstr ""
10028 #: stabs.c:3778
10029 #, c-format
10030 msgid "no argument types in mangled string\n"
10031 msgstr ""
10033 #: stabs.c:5128
10034 #, c-format
10035 msgid "Demangled name is not a function\n"
10036 msgstr ""
10038 #: stabs.c:5170
10039 #, c-format
10040 msgid "Unexpected type in v3 arglist demangling\n"
10041 msgstr ""
10043 #: stabs.c:5242
10044 #, c-format
10045 msgid "Unrecognized demangle component %d\n"
10046 msgstr ""
10048 #: stabs.c:5294
10049 #, c-format
10050 msgid "Failed to print demangled template\n"
10051 msgstr ""
10053 #: stabs.c:5374
10054 #, c-format
10055 msgid "Couldn't get demangled builtin type\n"
10056 msgstr ""
10058 #: stabs.c:5423
10059 #, c-format
10060 msgid "Unexpected demangled varargs\n"
10061 msgstr ""
10063 #: stabs.c:5430
10064 #, c-format
10065 msgid "Unrecognized demangled builtin type\n"
10066 msgstr ""
10068 #: strings.c:212 strings.c:279
10069 #, c-format
10070 msgid "invalid integer argument %s"
10071 msgstr ""
10073 #: strings.c:282
10074 #, c-format
10075 msgid "invalid minimum string length %d"
10076 msgstr ""
10078 #: strings.c:675
10079 #, c-format
10080 msgid " Display printable strings in [file(s)] (stdin by default)\n"
10081 msgstr ""
10083 #: strings.c:679
10084 #, c-format
10085 msgid ""
10086 "  -a - --all                Scan the entire file, not just the data section "
10087 "[default]\n"
10088 "  -d --data                 Only scan the data sections in the file\n"
10089 msgstr ""
10091 #: strings.c:683
10092 #, c-format
10093 msgid ""
10094 "  -a - --all                Scan the entire file, not just the data section\n"
10095 "  -d --data                 Only scan the data sections in the file "
10096 "[default]\n"
10097 msgstr ""
10099 #: strings.c:687
10100 #, c-format
10101 msgid ""
10102 "  -f --print-file-name      Print the name of the file before each string\n"
10103 "  -n --bytes=[number]       Locate & print any NUL-terminated sequence of "
10104 "at\n"
10105 "  -<number>                   least [number] characters (default 4).\n"
10106 "  -t --radix={o,d,x}        Print the location of the string in base 8, 10 "
10107 "or 16\n"
10108 "  -w --include-all-whitespace Include all whitespace as valid string "
10109 "characters\n"
10110 "  -o                        An alias for --radix=o\n"
10111 "  -T --target=<BFDNAME>     Specify the binary file format\n"
10112 "  -e --encoding={s,S,b,l,B,L} Select character size and endianness:\n"
10113 "                            s = 7-bit, S = 8-bit, {b,l} = 16-bit, {B,L} = 32-"
10114 "bit\n"
10115 "  -s --output-separator=<string> String used to separate strings in output.\n"
10116 "  @<file>                   Read options from <file>\n"
10117 "  -h --help                 Display this information\n"
10118 "  -v -V --version           Print the program's version number\n"
10119 msgstr ""
10121 #: sysdump.c:51
10122 msgid "*undefined*"
10123 msgstr ""
10125 #: sysdump.c:57
10126 msgid "*corrupt*"
10127 msgstr ""
10129 #: sysdump.c:125
10130 #, c-format
10131 msgid "SUM IS %x\n"
10132 msgstr ""
10134 #. PR 17512: file: id:000001,src:000002,op:flip1,pos:45.
10135 #. Prevent infinite loops re-reading beyond the end of the buffer.
10136 #: sysdump.c:161
10137 msgid "ICE: getINT: Out of buffer space"
10138 msgstr ""
10140 #: sysdump.c:185
10141 #, c-format
10142 msgid "Unsupported read size: %d"
10143 msgstr ""
10145 #: sysdump.c:496
10146 #, c-format
10147 msgid "GOT A %x\n"
10148 msgstr ""
10150 #: sysdump.c:514
10151 #, c-format
10152 msgid "WANTED %x!!\n"
10153 msgstr ""
10155 #: sysdump.c:532
10156 msgid "SYMBOL INFO"
10157 msgstr ""
10159 #: sysdump.c:550
10160 msgid "DERIVED TYPE"
10161 msgstr ""
10163 #: sysdump.c:607
10164 msgid "MODULE***\n"
10165 msgstr ""
10167 #: sysdump.c:642
10168 #, c-format
10169 msgid "Print a human readable interpretation of a SYSROFF object file\n"
10170 msgstr ""
10172 #: sysdump.c:643
10173 #, c-format
10174 msgid ""
10175 " The options are:\n"
10176 "  -h --help        Display this information\n"
10177 "  -v --version     Print the program's version number\n"
10178 msgstr ""
10180 #: sysdump.c:711
10181 #, c-format
10182 msgid "cannot open input file %s"
10183 msgstr ""
10185 #: version.c:34
10186 #, c-format
10187 msgid "Copyright (C) 2016 Free Software Foundation, Inc.\n"
10188 msgstr ""
10190 #: version.c:35
10191 #, c-format
10192 msgid ""
10193 "This program is free software; you may redistribute it under the terms of\n"
10194 "the GNU General Public License version 3 or (at your option) any later "
10195 "version.\n"
10196 "This program has absolutely no warranty.\n"
10197 msgstr ""
10199 #: windmc.c:189
10200 #, c-format
10201 msgid "can't create %s file `%s' for output.\n"
10202 msgstr ""
10204 #: windmc.c:197
10205 #, c-format
10206 msgid "Usage: %s [option(s)] [input-file]\n"
10207 msgstr ""
10209 #: windmc.c:199
10210 #, c-format
10211 msgid ""
10212 " The options are:\n"
10213 "  -a --ascii_in                Read input file as ASCII file\n"
10214 "  -A --ascii_out               Write binary messages as ASCII\n"
10215 "  -b --binprefix               .bin filename is prefixed by .mc filename_ "
10216 "for uniqueness.\n"
10217 "  -c --customflag              Set custom flags for messages\n"
10218 "  -C --codepage_in=<val>       Set codepage when reading mc text file\n"
10219 "  -d --decimal_values          Print values to text files decimal\n"
10220 "  -e --extension=<extension>   Set header extension used on export header "
10221 "file\n"
10222 "  -F --target <target>         Specify output target for endianness.\n"
10223 "  -h --headerdir=<directory>   Set the export directory for headers\n"
10224 "  -u --unicode_in              Read input file as UTF16 file\n"
10225 "  -U --unicode_out             Write binary messages as UFT16\n"
10226 "  -m --maxlength=<val>         Set the maximal allowed message length\n"
10227 "  -n --nullterminate           Automatic add a zero termination to strings\n"
10228 "  -o --hresult_use             Use HRESULT definition instead of status code "
10229 "definition\n"
10230 "  -O --codepage_out=<val>      Set codepage used for writing text file\n"
10231 "  -r --rcdir=<directory>       Set the export directory for rc files\n"
10232 "  -x --xdbg=<directory>        Where to create the .dbg C include file\n"
10233 "                               that maps message ID's to their symbolic "
10234 "name.\n"
10235 msgstr ""
10237 #: windmc.c:219
10238 #, c-format
10239 msgid ""
10240 "  -H --help                    Print this help message\n"
10241 "  -v --verbose                 Verbose - tells you what it's doing\n"
10242 "  -V --version                 Print version information\n"
10243 msgstr ""
10245 #: windmc.c:260 windres.c:404
10246 #, c-format
10247 msgid "%s: warning: "
10248 msgstr ""
10250 #: windmc.c:261
10251 #, c-format
10252 msgid "A codepage was specified switch `%s' and UTF16.\n"
10253 msgstr ""
10255 #: windmc.c:262
10256 #, c-format
10257 msgid "\tcodepage settings are ignored.\n"
10258 msgstr ""
10260 #: windmc.c:306
10261 msgid "try to add a ill language."
10262 msgstr ""
10264 #: windmc.c:1116
10265 #, c-format
10266 msgid "unable to open file `%s' for input.\n"
10267 msgstr ""
10269 #: windmc.c:1124
10270 #, c-format
10271 msgid "unable to read contents of %s"
10272 msgstr ""
10274 #: windmc.c:1136
10275 msgid "input file does not seems to be UFT16.\n"
10276 msgstr ""
10278 #: windres.c:214
10279 #, c-format
10280 msgid "can't open %s `%s': %s"
10281 msgstr ""
10283 #: windres.c:383
10284 #, c-format
10285 msgid ": expected to be a directory\n"
10286 msgstr ""
10288 #: windres.c:395
10289 #, c-format
10290 msgid ": expected to be a leaf\n"
10291 msgstr ""
10293 #: windres.c:406
10294 #, c-format
10295 msgid ": duplicate value\n"
10296 msgstr ""
10298 #: windres.c:556
10299 #, c-format
10300 msgid "unknown format type `%s'"
10301 msgstr ""
10303 #: windres.c:557
10304 #, c-format
10305 msgid "%s: supported formats:"
10306 msgstr ""
10308 #. Otherwise, we give up.
10309 #: windres.c:640
10310 #, c-format
10311 msgid "can not determine type of file `%s'; use the -J option"
10312 msgstr ""
10314 #: windres.c:652
10315 #, c-format
10316 msgid "Usage: %s [option(s)] [input-file] [output-file]\n"
10317 msgstr ""
10319 #: windres.c:654
10320 #, c-format
10321 msgid ""
10322 " The options are:\n"
10323 "  -i --input=<file>            Name input file\n"
10324 "  -o --output=<file>           Name output file\n"
10325 "  -J --input-format=<format>   Specify input format\n"
10326 "  -O --output-format=<format>  Specify output format\n"
10327 "  -F --target=<target>         Specify COFF target\n"
10328 "     --preprocessor=<program>  Program to use to preprocess rc file\n"
10329 "     --preprocessor-arg=<arg>  Additional preprocessor argument\n"
10330 "  -I --include-dir=<dir>       Include directory when preprocessing rc file\n"
10331 "  -D --define <sym>[=<val>]    Define SYM when preprocessing rc file\n"
10332 "  -U --undefine <sym>          Undefine SYM when preprocessing rc file\n"
10333 "  -v --verbose                 Verbose - tells you what it's doing\n"
10334 "  -c --codepage=<codepage>     Specify default codepage\n"
10335 "  -l --language=<val>          Set language when reading rc file\n"
10336 "     --use-temp-file           Use a temporary file instead of popen to "
10337 "read\n"
10338 "                               the preprocessor output\n"
10339 "     --no-use-temp-file        Use popen (default)\n"
10340 msgstr ""
10342 #: windres.c:672
10343 #, c-format
10344 msgid "     --yydebug                 Turn on parser debugging\n"
10345 msgstr ""
10347 #: windres.c:675
10348 #, c-format
10349 msgid ""
10350 "  -r                           Ignored for compatibility with rc\n"
10351 "  @<file>                      Read options from <file>\n"
10352 "  -h --help                    Print this help message\n"
10353 "  -V --version                 Print version information\n"
10354 msgstr ""
10356 #: windres.c:680
10357 #, c-format
10358 msgid ""
10359 "FORMAT is one of rc, res, or coff, and is deduced from the file name\n"
10360 "extension if not specified.  A single file name is an input file.\n"
10361 "No input-file is stdin, default rc.  No output-file is stdout, default rc.\n"
10362 msgstr ""
10364 #: windres.c:844
10365 msgid "invalid codepage specified.\n"
10366 msgstr ""
10368 #: windres.c:859
10369 msgid "invalid option -f\n"
10370 msgstr ""
10372 #: windres.c:864
10373 msgid "No filename following the -fo option.\n"
10374 msgstr ""
10376 #: windres.c:953
10377 #, c-format
10378 msgid ""
10379 "Option -I is deprecated for setting the input format, please use -J "
10380 "instead.\n"
10381 msgstr ""
10383 #: windres.c:1066
10384 msgid "no resources"
10385 msgstr ""
10387 #: wrstabs.c:353 wrstabs.c:1914
10388 #, c-format
10389 msgid "string_hash_lookup failed: %s"
10390 msgstr ""
10392 #: wrstabs.c:636
10393 #, c-format
10394 msgid "stab_int_type: bad size %u"
10395 msgstr ""
10397 #: wrstabs.c:1392
10398 #, c-format
10399 msgid "%s: warning: unknown size for field `%s' in struct"
10400 msgstr ""