Update my e-mail address.
[binutils-gdb.git] / binutils / po / binutils.pot
blobf929d4a47db946b47fb479b6b6fd606b42ac0465
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: 2017-07-03 16:55+0200\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:658 objcopy.c:711
58 #: readelf.c:4350 size.c:97 srconv.c:1709 strings.c:668 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:1678 objdump.c:3801
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:1759
336 #, c-format
337 msgid "sorry - this program has been built without plugin support\n"
338 msgstr ""
340 #: ar.c:767
341 msgid "no operation specified"
342 msgstr ""
344 #: ar.c:770
345 msgid "`u' is only meaningful with the `r' option."
346 msgstr ""
348 #: ar.c:773
349 msgid "`u' is not meaningful with the `D' option."
350 msgstr ""
352 #: ar.c:776
353 msgid "`u' modifier ignored since `D' is the default (see `U')"
354 msgstr ""
356 #: ar.c:785
357 msgid "missing position arg."
358 msgstr ""
360 #: ar.c:791
361 msgid "`N' is only meaningful with the `x' and `d' options."
362 msgstr ""
364 #: ar.c:793
365 msgid "`N' missing value."
366 msgstr ""
368 #: ar.c:796
369 msgid "Value for `N' must be positive."
370 msgstr ""
372 #: ar.c:812
373 msgid "`x' cannot be used on thin archives."
374 msgstr ""
376 #: ar.c:859
377 #, c-format
378 msgid "internal error -- this option not implemented"
379 msgstr ""
381 #: ar.c:928
382 #, c-format
383 msgid "creating %s"
384 msgstr ""
386 #: ar.c:959
387 #, c-format
388 msgid "Cannot convert existing library %s to thin format"
389 msgstr ""
391 #: ar.c:965
392 #, c-format
393 msgid "Cannot convert existing thin library %s to normal format"
394 msgstr ""
396 #: ar.c:997 ar.c:1061 ar.c:1390 objcopy.c:3124
397 #, c-format
398 msgid "internal stat error on %s"
399 msgstr ""
401 #: ar.c:1016 ar.c:1094
402 #, c-format
403 msgid "%s is not a valid archive"
404 msgstr ""
406 #: ar.c:1053 objcopy.c:3088
407 #, c-format
408 msgid "illegal pathname found in archive member: %s"
409 msgstr ""
411 #: ar.c:1152
412 msgid "could not create temporary file whilst writing archive"
413 msgstr ""
415 #: ar.c:1295
416 #, c-format
417 msgid "No member named `%s'\n"
418 msgstr ""
420 #: ar.c:1345
421 #, c-format
422 msgid "no entry %s in archive %s!"
423 msgstr ""
425 #: ar.c:1484
426 #, c-format
427 msgid "%s: no archive map to update"
428 msgstr ""
430 #: arsup.c:89
431 #, c-format
432 msgid "No entry %s in archive.\n"
433 msgstr ""
435 #: arsup.c:114
436 #, c-format
437 msgid "Can't open file %s\n"
438 msgstr ""
440 #: arsup.c:164
441 #, c-format
442 msgid "%s: Can't open output archive %s\n"
443 msgstr ""
445 #: arsup.c:181
446 #, c-format
447 msgid "%s: Can't open input archive %s\n"
448 msgstr ""
450 #: arsup.c:190
451 #, c-format
452 msgid "%s: file %s is not an archive\n"
453 msgstr ""
455 #: arsup.c:230
456 #, c-format
457 msgid "%s: no output archive specified yet\n"
458 msgstr ""
460 #: arsup.c:250 arsup.c:288 arsup.c:330 arsup.c:353 arsup.c:419
461 #, c-format
462 msgid "%s: no open output archive\n"
463 msgstr ""
465 #: arsup.c:261 arsup.c:374 arsup.c:400
466 #, c-format
467 msgid "%s: can't open file %s\n"
468 msgstr ""
470 #: arsup.c:315 arsup.c:396 arsup.c:477
471 #, c-format
472 msgid "%s: can't find module file %s\n"
473 msgstr ""
475 #: arsup.c:428
476 #, c-format
477 msgid "Current open archive is %s\n"
478 msgstr ""
480 #: arsup.c:452
481 #, c-format
482 msgid "%s: no open archive\n"
483 msgstr ""
485 #: binemul.c:38
486 #, c-format
487 msgid "  No emulation specific options\n"
488 msgstr ""
490 #. Macros for common output.
491 #: binemul.h:49
492 #, c-format
493 msgid " emulation options: \n"
494 msgstr ""
496 #: bucomm.c:156
497 #, c-format
498 msgid "can't set BFD default target to `%s': %s"
499 msgstr ""
501 #: bucomm.c:168
502 #, c-format
503 msgid "%s: Matching formats:"
504 msgstr ""
506 #: bucomm.c:183
507 #, c-format
508 msgid "Supported targets:"
509 msgstr ""
511 #: bucomm.c:185
512 #, c-format
513 msgid "%s: supported targets:"
514 msgstr ""
516 #: bucomm.c:203
517 #, c-format
518 msgid "Supported architectures:"
519 msgstr ""
521 #: bucomm.c:205
522 #, c-format
523 msgid "%s: supported architectures:"
524 msgstr ""
526 #: bucomm.c:218
527 msgid "big endian"
528 msgstr ""
530 #: bucomm.c:219
531 msgid "little endian"
532 msgstr ""
534 #: bucomm.c:220
535 msgid "endianness unknown"
536 msgstr ""
538 #: bucomm.c:267
539 #, c-format
540 msgid ""
541 "%s\n"
542 " (header %s, data %s)\n"
543 msgstr ""
545 #: bucomm.c:416
546 #, c-format
547 msgid "BFD header file version %s\n"
548 msgstr ""
550 #: bucomm.c:446
551 #, c-format
552 msgid "<time data corrupt>"
553 msgstr ""
555 #: bucomm.c:576
556 #, c-format
557 msgid "%s: bad number: %s"
558 msgstr ""
560 #: bucomm.c:596 strings.c:403
561 #, c-format
562 msgid "'%s': No such file"
563 msgstr ""
565 #: bucomm.c:598 strings.c:405
566 #, c-format
567 msgid "Warning: could not locate '%s'.  reason: %s"
568 msgstr ""
570 #: bucomm.c:602 strings.c:411
571 #, c-format
572 msgid "Warning: '%s' is a directory"
573 msgstr ""
575 #: bucomm.c:604
576 #, c-format
577 msgid "Warning: '%s' is not an ordinary file"
578 msgstr ""
580 #: bucomm.c:606
581 #, c-format
582 msgid "Warning: '%s' has negative size, probably it is too large"
583 msgstr ""
585 #: coffdump.c:106
586 #, c-format
587 msgid "#lines %d "
588 msgstr ""
590 #: coffdump.c:129
591 #, c-format
592 msgid "size %d "
593 msgstr ""
595 #: coffdump.c:134
596 #, c-format
597 msgid "section definition at %x size %x\n"
598 msgstr ""
600 #: coffdump.c:140
601 #, c-format
602 msgid "pointer to"
603 msgstr ""
605 #: coffdump.c:145
606 #, c-format
607 msgid "array [%d] of"
608 msgstr ""
610 #: coffdump.c:150
611 #, c-format
612 msgid "function returning"
613 msgstr ""
615 #: coffdump.c:154
616 #, c-format
617 msgid "arguments"
618 msgstr ""
620 #: coffdump.c:158
621 #, c-format
622 msgid "code"
623 msgstr ""
625 #: coffdump.c:164
626 #, c-format
627 msgid "structure definition"
628 msgstr ""
630 #: coffdump.c:170
631 #, c-format
632 msgid "structure ref to UNKNOWN struct"
633 msgstr ""
635 #: coffdump.c:172
636 #, c-format
637 msgid "structure ref to %s"
638 msgstr ""
640 #: coffdump.c:175
641 #, c-format
642 msgid "enum ref to %s"
643 msgstr ""
645 #: coffdump.c:178
646 #, c-format
647 msgid "enum definition"
648 msgstr ""
650 #: coffdump.c:251
651 #, c-format
652 msgid "Stack offset %x"
653 msgstr ""
655 #: coffdump.c:254
656 #, c-format
657 msgid "Memory section %s+%x"
658 msgstr ""
660 #: coffdump.c:257
661 #, c-format
662 msgid "Register %d"
663 msgstr ""
665 #: coffdump.c:260
666 #, c-format
667 msgid "Struct Member offset %x"
668 msgstr ""
670 #: coffdump.c:263
671 #, c-format
672 msgid "Enum Member offset %x"
673 msgstr ""
675 #: coffdump.c:266
676 #, c-format
677 msgid "Undefined symbol"
678 msgstr ""
680 #: coffdump.c:334
681 #, c-format
682 msgid "List of symbols"
683 msgstr ""
685 #: coffdump.c:341
686 #, c-format
687 msgid "Symbol  %s, tag %d, number %d"
688 msgstr ""
690 #: coffdump.c:345 readelf.c:15855 readelf.c:15943
691 #, c-format
692 msgid "Type"
693 msgstr ""
695 #: coffdump.c:350
696 #, c-format
697 msgid "Where"
698 msgstr ""
700 #: coffdump.c:354
701 #, c-format
702 msgid "Visible"
703 msgstr ""
705 #: coffdump.c:370
706 msgid "List of blocks "
707 msgstr ""
709 #: coffdump.c:383
710 #, c-format
711 msgid "vars %d"
712 msgstr ""
714 #: coffdump.c:386
715 #, c-format
716 msgid "blocks"
717 msgstr ""
719 #: coffdump.c:404
720 #, c-format
721 msgid "List of source files"
722 msgstr ""
724 #: coffdump.c:410
725 #, c-format
726 msgid "Source file %s"
727 msgstr ""
729 #: coffdump.c:424
730 #, c-format
731 msgid "section %s %d %d address %x size %x number %d nrelocs %u"
732 msgstr ""
734 #. PR 17512: file: 0a38fb7c.
735 #: coffdump.c:436
736 msgid "<no sym>"
737 msgstr ""
739 #: coffdump.c:451
740 #, c-format
741 msgid "#sources %d"
742 msgstr ""
744 #: coffdump.c:464 sysdump.c:641
745 #, c-format
746 msgid "Usage: %s [option(s)] in-file\n"
747 msgstr ""
749 #: coffdump.c:465
750 #, c-format
751 msgid " Print a human readable interpretation of a COFF object file\n"
752 msgstr ""
754 #: coffdump.c:466
755 #, c-format
756 msgid ""
757 " The options are:\n"
758 "  @<file>                Read options from <file>\n"
759 "  -h --help              Display this information\n"
760 "  -v --version           Display the program's version\n"
761 "\n"
762 msgstr ""
764 #: coffdump.c:536 srconv.c:1800 sysdump.c:706
765 msgid "no input file specified"
766 msgstr ""
768 #: coffgrok.c:107
769 msgid "Out of context scope change encountered"
770 msgstr ""
772 #: coffgrok.c:130
773 #, c-format
774 msgid "Invalid section target index: %u"
775 msgstr ""
777 #: coffgrok.c:187
778 #, c-format
779 msgid "Invalid section target index: %d"
780 msgstr ""
782 #: coffgrok.c:190
783 msgid "Target section has insufficient relocs"
784 msgstr ""
786 #: coffgrok.c:198 coffgrok.c:445
787 #, c-format
788 msgid "Symbol index %u encountered when there are no symbols"
789 msgstr ""
791 #: coffgrok.c:199 coffgrok.c:446
792 #, c-format
793 msgid "Invalid symbol index %u encountered"
794 msgstr ""
796 #: coffgrok.c:251
797 #, c-format
798 msgid "Invalid section number (%d) encountered"
799 msgstr ""
801 #: coffgrok.c:273
802 #, c-format
803 msgid "Unrecognized symbol class: %d"
804 msgstr ""
806 #: coffgrok.c:351
807 #, c-format
808 msgid "Type entry %u does not have enough symbolic information"
809 msgstr ""
811 #: coffgrok.c:354
812 #, c-format
813 msgid "Type entry %u does not refer to a symbol"
814 msgstr ""
816 #: coffgrok.c:376
817 msgid "Section definition needs a section length"
818 msgstr ""
820 #: coffgrok.c:427
821 msgid "Aggregate definition needs auxillary information"
822 msgstr ""
824 #: coffgrok.c:436
825 #, c-format
826 msgid "Invalid tag index %#lx encountered"
827 msgstr ""
829 #: coffgrok.c:477
830 msgid "Enum definition needs auxillary information"
831 msgstr ""
833 #: coffgrok.c:484
834 #, c-format
835 msgid "Invalid enum symbol index %u encountered"
836 msgstr ""
838 #: coffgrok.c:520
839 msgid "Array definition needs auxillary information"
840 msgstr ""
842 #: coffgrok.c:536
843 #, c-format
844 msgid "Out of range sum for els (%#x) * size (%#x)"
845 msgstr ""
847 #: coffgrok.c:627 coffgrok.c:870
848 #, c-format
849 msgid "Unrecognised symbol class: %d"
850 msgstr ""
852 #: coffgrok.c:644
853 msgid "ICE: do_define called without a block"
854 msgstr ""
856 #: coffgrok.c:646
857 #, c-format
858 msgid "Out of range symbol index: %u"
859 msgstr ""
861 #: coffgrok.c:683
862 msgid "Section referenced before any file is defined"
863 msgstr ""
865 #: coffgrok.c:701
866 #, c-format
867 msgid "Out of range sum for offset (%#x) + size (%#x)"
868 msgstr ""
870 #: coffgrok.c:706
871 #, c-format
872 msgid "Out of range type size: %u"
873 msgstr ""
875 #: coffgrok.c:792
876 msgid "Function start encountered without a top level scope."
877 msgstr ""
879 #: coffgrok.c:818
880 msgid "Block start encountered without a scope for it."
881 msgstr ""
883 #: coffgrok.c:828
884 msgid "Function arguments encountered without a function definition"
885 msgstr ""
887 #: coffgrok.c:836
888 msgid "Structure element encountered without a structure definition"
889 msgstr ""
891 #: coffgrok.c:841
892 msgid "Enum element encountered without an enum definition"
893 msgstr ""
895 #: coffgrok.c:849
896 msgid "Aggregate defintion encountered without a scope"
897 msgstr ""
899 #: coffgrok.c:855
900 msgid "Label defintion encountered without a file scope"
901 msgstr ""
903 #: coffgrok.c:863
904 msgid "Variable defintion encountered without a scope"
905 msgstr ""
907 #: coffgrok.c:886
908 #, c-format
909 msgid "%s: is not a COFF format file"
910 msgstr ""
912 #: cxxfilt.c:118 nm.c:284 objdump.c:284
913 #, c-format
914 msgid "Report bugs to %s.\n"
915 msgstr ""
917 #: debug.c:647
918 msgid "debug_add_to_current_namespace: no current file"
919 msgstr ""
921 #: debug.c:726
922 msgid "debug_start_source: no debug_set_filename call"
923 msgstr ""
925 #: debug.c:780
926 msgid "debug_record_function: no debug_set_filename call"
927 msgstr ""
929 #: debug.c:832
930 msgid "debug_record_parameter: no current function"
931 msgstr ""
933 #: debug.c:864
934 msgid "debug_end_function: no current function"
935 msgstr ""
937 #: debug.c:870
938 msgid "debug_end_function: some blocks were not closed"
939 msgstr ""
941 #: debug.c:898
942 msgid "debug_start_block: no current block"
943 msgstr ""
945 #: debug.c:934
946 msgid "debug_end_block: no current block"
947 msgstr ""
949 #: debug.c:941
950 msgid "debug_end_block: attempt to close top level block"
951 msgstr ""
953 #: debug.c:964
954 msgid "debug_record_line: no current unit"
955 msgstr ""
957 #. FIXME
958 #: debug.c:1017
959 msgid "debug_start_common_block: not implemented"
960 msgstr ""
962 #. FIXME
963 #: debug.c:1028
964 msgid "debug_end_common_block: not implemented"
965 msgstr ""
967 #. FIXME.
968 #: debug.c:1112
969 msgid "debug_record_label: not implemented"
970 msgstr ""
972 #: debug.c:1134
973 msgid "debug_record_variable: no current file"
974 msgstr ""
976 #: debug.c:1662
977 msgid "debug_make_undefined_type: unsupported kind"
978 msgstr ""
980 #: debug.c:1839
981 msgid "debug_name_type: no current file"
982 msgstr ""
984 #: debug.c:1884
985 msgid "debug_tag_type: no current file"
986 msgstr ""
988 #: debug.c:1892
989 msgid "debug_tag_type: extra tag attempted"
990 msgstr ""
992 #: debug.c:1929
993 #, c-format
994 msgid "Warning: changing type size from %d to %d\n"
995 msgstr ""
997 #: debug.c:1951
998 msgid "debug_find_named_type: no current compilation unit"
999 msgstr ""
1001 #: debug.c:2054
1002 #, c-format
1003 msgid "debug_get_real_type: circular debug information for %s\n"
1004 msgstr ""
1006 #: debug.c:2481
1007 msgid "debug_write_type: illegal type encountered"
1008 msgstr ""
1010 #: dlltool.c:916 dlltool.c:942 dlltool.c:973
1011 #, c-format
1012 msgid "Internal error: Unknown machine type: %d"
1013 msgstr ""
1015 #: dlltool.c:1014
1016 #, c-format
1017 msgid "Can't open def file: %s"
1018 msgstr ""
1020 #: dlltool.c:1019
1021 #, c-format
1022 msgid "Processing def file: %s"
1023 msgstr ""
1025 #: dlltool.c:1023
1026 msgid "Processed def file"
1027 msgstr ""
1029 #: dlltool.c:1047
1030 #, c-format
1031 msgid "Syntax error in def file %s:%d"
1032 msgstr ""
1034 #: dlltool.c:1084
1035 #, c-format
1036 msgid "%s: Path components stripped from image name, '%s'."
1037 msgstr ""
1039 #: dlltool.c:1102
1040 #, c-format
1041 msgid "NAME: %s base: %x"
1042 msgstr ""
1044 #: dlltool.c:1105 dlltool.c:1126
1045 msgid "Can't have LIBRARY and NAME"
1046 msgstr ""
1048 #: dlltool.c:1123
1049 #, c-format
1050 msgid "LIBRARY: %s base: %x"
1051 msgstr ""
1053 #: dlltool.c:1279
1054 #, c-format
1055 msgid "VERSION %d.%d\n"
1056 msgstr ""
1058 #: dlltool.c:1327
1059 #, c-format
1060 msgid "run: %s %s"
1061 msgstr ""
1063 #: dlltool.c:1368 resrc.c:288
1064 #, c-format
1065 msgid "wait: %s"
1066 msgstr ""
1068 #: dlltool.c:1373 dllwrap.c:416 resrc.c:293
1069 #, c-format
1070 msgid "subprocess got fatal signal %d"
1071 msgstr ""
1073 #: dlltool.c:1379 dllwrap.c:423 resrc.c:300
1074 #, c-format
1075 msgid "%s exited with status %d"
1076 msgstr ""
1078 #: dlltool.c:1410
1079 #, c-format
1080 msgid "Sucking in info from %s section in %s"
1081 msgstr ""
1083 #: dlltool.c:1550
1084 #, c-format
1085 msgid "Excluding symbol: %s"
1086 msgstr ""
1088 #: dlltool.c:1639 dlltool.c:1650 nm.c:1104 nm.c:1114 nm.c:1123
1089 #, c-format
1090 msgid "%s: no symbols"
1091 msgstr ""
1093 #. FIXME: we ought to read in and block out the base relocations.
1094 #: dlltool.c:1676
1095 #, c-format
1096 msgid "Done reading %s"
1097 msgstr ""
1099 #: dlltool.c:1686
1100 #, c-format
1101 msgid "Unable to open object file: %s: %s"
1102 msgstr ""
1104 #: dlltool.c:1689
1105 #, c-format
1106 msgid "Scanning object file %s"
1107 msgstr ""
1109 #: dlltool.c:1709
1110 #, c-format
1111 msgid "Cannot produce mcore-elf dll from archive file: %s"
1112 msgstr ""
1114 #: dlltool.c:1811
1115 msgid "Adding exports to output file"
1116 msgstr ""
1118 #: dlltool.c:1863
1119 msgid "Added exports to output file"
1120 msgstr ""
1122 #: dlltool.c:2031
1123 #, c-format
1124 msgid "Generating export file: %s"
1125 msgstr ""
1127 #: dlltool.c:2036
1128 #, c-format
1129 msgid "Unable to open temporary assembler file: %s"
1130 msgstr ""
1132 #: dlltool.c:2041
1133 #, c-format
1134 msgid "Opened temporary file: %s"
1135 msgstr ""
1137 #: dlltool.c:2217
1138 msgid "failed to read the number of entries from base file"
1139 msgstr ""
1141 #: dlltool.c:2268
1142 msgid "Generated exports file"
1143 msgstr ""
1145 #: dlltool.c:2478
1146 #, c-format
1147 msgid "bfd_open failed open stub file: %s: %s"
1148 msgstr ""
1150 #: dlltool.c:2482
1151 #, c-format
1152 msgid "Creating stub file: %s"
1153 msgstr ""
1155 #: dlltool.c:2953
1156 #, c-format
1157 msgid "bfd_open failed reopen stub file: %s: %s"
1158 msgstr ""
1160 #: dlltool.c:2967 dlltool.c:3046
1161 #, c-format
1162 msgid "failed to open temporary head file: %s"
1163 msgstr ""
1165 #: dlltool.c:3031 dlltool.c:3117
1166 #, c-format
1167 msgid "failed to open temporary head file: %s: %s"
1168 msgstr ""
1170 #: dlltool.c:3132
1171 #, c-format
1172 msgid "failed to open temporary tail file: %s"
1173 msgstr ""
1175 #: dlltool.c:3191
1176 #, c-format
1177 msgid "failed to open temporary tail file: %s: %s"
1178 msgstr ""
1180 #: dlltool.c:3214
1181 #, c-format
1182 msgid "Can't create .lib file: %s: %s"
1183 msgstr ""
1185 #: dlltool.c:3218
1186 #, c-format
1187 msgid "Creating library file: %s"
1188 msgstr ""
1190 #: dlltool.c:3305 dlltool.c:3311
1191 #, c-format
1192 msgid "cannot delete %s: %s"
1193 msgstr ""
1195 #: dlltool.c:3317
1196 msgid "Created lib file"
1197 msgstr ""
1199 #: dlltool.c:3529
1200 #, c-format
1201 msgid "Can't open .lib file: %s: %s"
1202 msgstr ""
1204 #: dlltool.c:3537 dlltool.c:3559
1205 #, c-format
1206 msgid "%s is not a library"
1207 msgstr ""
1209 #: dlltool.c:3577
1210 #, c-format
1211 msgid "Import library `%s' specifies two or more dlls"
1212 msgstr ""
1214 #: dlltool.c:3588
1215 #, c-format
1216 msgid "Unable to determine dll name for `%s' (not an import library?)"
1217 msgstr ""
1219 #: dlltool.c:3820
1220 #, c-format
1221 msgid "Warning, ignoring duplicate EXPORT %s %d,%d"
1222 msgstr ""
1224 #: dlltool.c:3826
1225 #, c-format
1226 msgid "Error, duplicate EXPORT with ordinals: %s"
1227 msgstr ""
1229 #: dlltool.c:3929
1230 msgid "Processing definitions"
1231 msgstr ""
1233 #: dlltool.c:3956
1234 msgid "Processed definitions"
1235 msgstr ""
1237 #. xgetext:c-format
1238 #: dlltool.c:3963 dllwrap.c:477
1239 #, c-format
1240 msgid "Usage %s <option(s)> <object-file(s)>\n"
1241 msgstr ""
1243 #. xgetext:c-format
1244 #: dlltool.c:3965
1245 #, c-format
1246 msgid ""
1247 "   -m --machine <machine>    Create as DLL for <machine>.  [default: %s]\n"
1248 msgstr ""
1250 #: dlltool.c:3966
1251 #, c-format
1252 msgid ""
1253 "        possible <machine>: arm[_interwork], i386, mcore[-elf]{-le|-be}, "
1254 "ppc, thumb\n"
1255 msgstr ""
1257 #: dlltool.c:3967
1258 #, c-format
1259 msgid "   -e --output-exp <outname> Generate an export file.\n"
1260 msgstr ""
1262 #: dlltool.c:3968
1263 #, c-format
1264 msgid "   -l --output-lib <outname> Generate an interface library.\n"
1265 msgstr ""
1267 #: dlltool.c:3969
1268 #, c-format
1269 msgid "   -y --output-delaylib <outname> Create a delay-import library.\n"
1270 msgstr ""
1272 #: dlltool.c:3970
1273 #, c-format
1274 msgid "   -a --add-indirect         Add dll indirects to export file.\n"
1275 msgstr ""
1277 #: dlltool.c:3971
1278 #, c-format
1279 msgid ""
1280 "   -D --dllname <name>       Name of input dll to put into interface lib.\n"
1281 msgstr ""
1283 #: dlltool.c:3972
1284 #, c-format
1285 msgid "   -d --input-def <deffile>  Name of .def file to be read in.\n"
1286 msgstr ""
1288 #: dlltool.c:3973
1289 #, c-format
1290 msgid "   -z --output-def <deffile> Name of .def file to be created.\n"
1291 msgstr ""
1293 #: dlltool.c:3974
1294 #, c-format
1295 msgid "      --export-all-symbols   Export all symbols to .def\n"
1296 msgstr ""
1298 #: dlltool.c:3975
1299 #, c-format
1300 msgid "      --no-export-all-symbols  Only export listed symbols\n"
1301 msgstr ""
1303 #: dlltool.c:3976
1304 #, c-format
1305 msgid "      --exclude-symbols <list> Don't export <list>\n"
1306 msgstr ""
1308 #: dlltool.c:3977
1309 #, c-format
1310 msgid "      --no-default-excludes  Clear default exclude symbols\n"
1311 msgstr ""
1313 #: dlltool.c:3978
1314 #, c-format
1315 msgid "   -b --base-file <basefile> Read linker generated base file.\n"
1316 msgstr ""
1318 #: dlltool.c:3979
1319 #, c-format
1320 msgid "   -x --no-idata4            Don't generate idata$4 section.\n"
1321 msgstr ""
1323 #: dlltool.c:3980
1324 #, c-format
1325 msgid "   -c --no-idata5            Don't generate idata$5 section.\n"
1326 msgstr ""
1328 #: dlltool.c:3981
1329 #, c-format
1330 msgid ""
1331 "      --use-nul-prefixed-import-tables Use zero prefixed idata$4 and idata"
1332 "$5.\n"
1333 msgstr ""
1335 #: dlltool.c:3982
1336 #, c-format
1337 msgid ""
1338 "   -U --add-underscore       Add underscores to all symbols in interface "
1339 "library.\n"
1340 msgstr ""
1342 #: dlltool.c:3983
1343 #, c-format
1344 msgid ""
1345 "      --add-stdcall-underscore Add underscores to stdcall symbols in "
1346 "interface library.\n"
1347 msgstr ""
1349 #: dlltool.c:3984
1350 #, c-format
1351 msgid ""
1352 "      --no-leading-underscore All symbols shouldn't be prefixed by an "
1353 "underscore.\n"
1354 msgstr ""
1356 #: dlltool.c:3985
1357 #, c-format
1358 msgid ""
1359 "      --leading-underscore   All symbols should be prefixed by an "
1360 "underscore.\n"
1361 msgstr ""
1363 #: dlltool.c:3986
1364 #, c-format
1365 msgid "   -k --kill-at              Kill @<n> from exported names.\n"
1366 msgstr ""
1368 #: dlltool.c:3987
1369 #, c-format
1370 msgid "   -A --add-stdcall-alias    Add aliases without @<n>.\n"
1371 msgstr ""
1373 #: dlltool.c:3988
1374 #, c-format
1375 msgid "   -p --ext-prefix-alias <prefix> Add aliases with <prefix>.\n"
1376 msgstr ""
1378 #: dlltool.c:3989
1379 #, c-format
1380 msgid "   -S --as <name>            Use <name> for assembler.\n"
1381 msgstr ""
1383 #: dlltool.c:3990
1384 #, c-format
1385 msgid "   -f --as-flags <flags>     Pass <flags> to the assembler.\n"
1386 msgstr ""
1388 #: dlltool.c:3991
1389 #, c-format
1390 msgid ""
1391 "   -C --compat-implib        Create backward compatible import library.\n"
1392 msgstr ""
1394 #: dlltool.c:3992
1395 #, c-format
1396 msgid ""
1397 "   -n --no-delete            Keep temp files (repeat for extra "
1398 "preservation).\n"
1399 msgstr ""
1401 #: dlltool.c:3993
1402 #, c-format
1403 msgid ""
1404 "   -t --temp-prefix <prefix> Use <prefix> to construct temp file names.\n"
1405 msgstr ""
1407 #: dlltool.c:3994
1408 #, c-format
1409 msgid ""
1410 "   -I --identify <implib>    Report the name of the DLL associated with "
1411 "<implib>.\n"
1412 msgstr ""
1414 #: dlltool.c:3995
1415 #, c-format
1416 msgid ""
1417 "      --identify-strict      Causes --identify to report error when multiple "
1418 "DLLs.\n"
1419 msgstr ""
1421 #: dlltool.c:3996
1422 #, c-format
1423 msgid "   -v --verbose              Be verbose.\n"
1424 msgstr ""
1426 #: dlltool.c:3997
1427 #, c-format
1428 msgid "   -V --version              Display the program version.\n"
1429 msgstr ""
1431 #: dlltool.c:3998
1432 #, c-format
1433 msgid "   -h --help                 Display this information.\n"
1434 msgstr ""
1436 #: dlltool.c:3999
1437 #, c-format
1438 msgid "   @<file>                   Read options from <file>.\n"
1439 msgstr ""
1441 #: dlltool.c:4001
1442 #, c-format
1443 msgid ""
1444 "   -M --mcore-elf <outname>  Process mcore-elf object files into <outname>.\n"
1445 msgstr ""
1447 #: dlltool.c:4002
1448 #, c-format
1449 msgid "   -L --linker <name>        Use <name> as the linker.\n"
1450 msgstr ""
1452 #: dlltool.c:4003
1453 #, c-format
1454 msgid "   -F --linker-flags <flags> Pass <flags> to the linker.\n"
1455 msgstr ""
1457 #: dlltool.c:4149
1458 #, c-format
1459 msgid "Unable to open def-file: %s"
1460 msgstr ""
1462 #: dlltool.c:4154
1463 #, c-format
1464 msgid "Path components stripped from dllname, '%s'."
1465 msgstr ""
1467 #: dlltool.c:4202
1468 #, c-format
1469 msgid "Unable to open base-file: %s"
1470 msgstr ""
1472 #: dlltool.c:4237
1473 #, c-format
1474 msgid "Machine '%s' not supported"
1475 msgstr ""
1477 #: dlltool.c:4317
1478 #, c-format
1479 msgid "Warning, machine type (%d) not supported for delayimport."
1480 msgstr ""
1482 #: dlltool.c:4385 dllwrap.c:206
1483 #, c-format
1484 msgid "Tried file: %s"
1485 msgstr ""
1487 #: dlltool.c:4392 dllwrap.c:213
1488 #, c-format
1489 msgid "Using file: %s"
1490 msgstr ""
1492 #: dllwrap.c:296
1493 #, c-format
1494 msgid "Keeping temporary base file %s"
1495 msgstr ""
1497 #: dllwrap.c:298
1498 #, c-format
1499 msgid "Deleting temporary base file %s"
1500 msgstr ""
1502 #: dllwrap.c:312
1503 #, c-format
1504 msgid "Keeping temporary exp file %s"
1505 msgstr ""
1507 #: dllwrap.c:314
1508 #, c-format
1509 msgid "Deleting temporary exp file %s"
1510 msgstr ""
1512 #: dllwrap.c:327
1513 #, c-format
1514 msgid "Keeping temporary def file %s"
1515 msgstr ""
1517 #: dllwrap.c:329
1518 #, c-format
1519 msgid "Deleting temporary def file %s"
1520 msgstr ""
1522 #: dllwrap.c:411
1523 #, c-format
1524 msgid "pwait returns: %s"
1525 msgstr ""
1527 #: dllwrap.c:478
1528 #, c-format
1529 msgid "  Generic options:\n"
1530 msgstr ""
1532 #: dllwrap.c:479
1533 #, c-format
1534 msgid "   @<file>                Read options from <file>\n"
1535 msgstr ""
1537 #: dllwrap.c:480
1538 #, c-format
1539 msgid "   --quiet, -q            Work quietly\n"
1540 msgstr ""
1542 #: dllwrap.c:481
1543 #, c-format
1544 msgid "   --verbose, -v          Verbose\n"
1545 msgstr ""
1547 #: dllwrap.c:482
1548 #, c-format
1549 msgid "   --version              Print dllwrap version\n"
1550 msgstr ""
1552 #: dllwrap.c:483
1553 #, c-format
1554 msgid "   --implib <outname>     Synonym for --output-lib\n"
1555 msgstr ""
1557 #: dllwrap.c:484
1558 #, c-format
1559 msgid "  Options for %s:\n"
1560 msgstr ""
1562 #: dllwrap.c:485
1563 #, c-format
1564 msgid "   --driver-name <driver> Defaults to \"gcc\"\n"
1565 msgstr ""
1567 #: dllwrap.c:486
1568 #, c-format
1569 msgid "   --driver-flags <flags> Override default ld flags\n"
1570 msgstr ""
1572 #: dllwrap.c:487
1573 #, c-format
1574 msgid "   --dlltool-name <dlltool> Defaults to \"dlltool\"\n"
1575 msgstr ""
1577 #: dllwrap.c:488
1578 #, c-format
1579 msgid "   --entry <entry>        Specify alternate DLL entry point\n"
1580 msgstr ""
1582 #: dllwrap.c:489
1583 #, c-format
1584 msgid "   --image-base <base>    Specify image base address\n"
1585 msgstr ""
1587 #: dllwrap.c:490
1588 #, c-format
1589 msgid "   --target <machine>     i386-cygwin32 or i386-mingw32\n"
1590 msgstr ""
1592 #: dllwrap.c:491
1593 #, c-format
1594 msgid "   --dry-run              Show what needs to be run\n"
1595 msgstr ""
1597 #: dllwrap.c:492
1598 #, c-format
1599 msgid "   --mno-cygwin           Create Mingw DLL\n"
1600 msgstr ""
1602 #: dllwrap.c:493
1603 #, c-format
1604 msgid "  Options passed to DLLTOOL:\n"
1605 msgstr ""
1607 #: dllwrap.c:494
1608 #, c-format
1609 msgid "   --machine <machine>\n"
1610 msgstr ""
1612 #: dllwrap.c:495
1613 #, c-format
1614 msgid "   --output-exp <outname> Generate export file.\n"
1615 msgstr ""
1617 #: dllwrap.c:496
1618 #, c-format
1619 msgid "   --output-lib <outname> Generate input library.\n"
1620 msgstr ""
1622 #: dllwrap.c:497
1623 #, c-format
1624 msgid "   --add-indirect         Add dll indirects to export file.\n"
1625 msgstr ""
1627 #: dllwrap.c:498
1628 #, c-format
1629 msgid "   --dllname <name>       Name of input dll to put into output lib.\n"
1630 msgstr ""
1632 #: dllwrap.c:499
1633 #, c-format
1634 msgid "   --def <deffile>        Name input .def file\n"
1635 msgstr ""
1637 #: dllwrap.c:500
1638 #, c-format
1639 msgid "   --output-def <deffile> Name output .def file\n"
1640 msgstr ""
1642 #: dllwrap.c:501
1643 #, c-format
1644 msgid "   --export-all-symbols     Export all symbols to .def\n"
1645 msgstr ""
1647 #: dllwrap.c:502
1648 #, c-format
1649 msgid "   --no-export-all-symbols  Only export .drectve symbols\n"
1650 msgstr ""
1652 #: dllwrap.c:503
1653 #, c-format
1654 msgid "   --exclude-symbols <list> Exclude <list> from .def\n"
1655 msgstr ""
1657 #: dllwrap.c:504
1658 #, c-format
1659 msgid "   --no-default-excludes    Zap default exclude symbols\n"
1660 msgstr ""
1662 #: dllwrap.c:505
1663 #, c-format
1664 msgid "   --base-file <basefile> Read linker generated base file\n"
1665 msgstr ""
1667 #: dllwrap.c:506
1668 #, c-format
1669 msgid "   --no-idata4           Don't generate idata$4 section\n"
1670 msgstr ""
1672 #: dllwrap.c:507
1673 #, c-format
1674 msgid "   --no-idata5           Don't generate idata$5 section\n"
1675 msgstr ""
1677 #: dllwrap.c:508
1678 #, c-format
1679 msgid "   -U                     Add underscores to .lib\n"
1680 msgstr ""
1682 #: dllwrap.c:509
1683 #, c-format
1684 msgid "   -k                     Kill @<n> from exported names\n"
1685 msgstr ""
1687 #: dllwrap.c:510
1688 #, c-format
1689 msgid "   --add-stdcall-alias    Add aliases without @<n>\n"
1690 msgstr ""
1692 #: dllwrap.c:511
1693 #, c-format
1694 msgid "   --as <name>            Use <name> for assembler\n"
1695 msgstr ""
1697 #: dllwrap.c:512
1698 #, c-format
1699 msgid "   --nodelete             Keep temp files.\n"
1700 msgstr ""
1702 #: dllwrap.c:513
1703 #, c-format
1704 msgid "   --no-leading-underscore  Entrypoint without underscore\n"
1705 msgstr ""
1707 #: dllwrap.c:514
1708 #, c-format
1709 msgid "   --leading-underscore     Entrypoint with underscore.\n"
1710 msgstr ""
1712 #: dllwrap.c:515
1713 #, c-format
1714 msgid "  Rest are passed unmodified to the language driver\n"
1715 msgstr ""
1717 #: dllwrap.c:799
1718 msgid "Must provide at least one of -o or --dllname options"
1719 msgstr ""
1721 #: dllwrap.c:828
1722 msgid ""
1723 "no export definition file provided.\n"
1724 "Creating one, but that may not be what you want"
1725 msgstr ""
1727 #: dllwrap.c:1017
1728 #, c-format
1729 msgid "DLLTOOL name    : %s\n"
1730 msgstr ""
1732 #: dllwrap.c:1018
1733 #, c-format
1734 msgid "DLLTOOL options : %s\n"
1735 msgstr ""
1737 #: dllwrap.c:1019
1738 #, c-format
1739 msgid "DRIVER name     : %s\n"
1740 msgstr ""
1742 #: dllwrap.c:1020
1743 #, c-format
1744 msgid "DRIVER options  : %s\n"
1745 msgstr ""
1747 #: dwarf.c:138
1748 msgid "Encoded value extends past end of section\n"
1749 msgstr ""
1751 #: dwarf.c:146
1752 #, c-format
1753 msgid "Encoded size of %d is too large to read\n"
1754 msgstr ""
1756 #: dwarf.c:154
1757 msgid "Encoded size of 0 is too small to read\n"
1758 msgstr ""
1760 #: dwarf.c:332 dwarf.c:345
1761 msgid "Internal error: %s%d: LEB value (%#"
1762 msgstr ""
1764 #: dwarf.c:357
1765 #, c-format
1766 msgid ""
1767 "internal error: attempt to read %d bytes of data in to %d sized variable"
1768 msgstr ""
1770 #: dwarf.c:474 dwarf.c:3978
1771 msgid "Badly formed extended line op encountered!\n"
1772 msgstr ""
1774 #: dwarf.c:481
1775 #, c-format
1776 msgid "  Extended opcode %d: "
1777 msgstr ""
1779 #: dwarf.c:486
1780 #, c-format
1781 msgid ""
1782 "End of Sequence\n"
1783 "\n"
1784 msgstr ""
1786 #: dwarf.c:494
1787 #, c-format
1788 msgid "Length (%d) of DW_LNE_set_address op is too long\n"
1789 msgstr ""
1791 #: dwarf.c:500
1792 #, c-format
1793 msgid "set Address to 0x%s\n"
1794 msgstr ""
1796 #: dwarf.c:506
1797 #, c-format
1798 msgid "define new File Table entry\n"
1799 msgstr ""
1801 #: dwarf.c:507 dwarf.c:3317
1802 #, c-format
1803 msgid "  Entry\tDir\tTime\tSize\tName\n"
1804 msgstr ""
1806 #: dwarf.c:526
1807 msgid "DW_LNE_define_file: Bad opcode length\n"
1808 msgstr ""
1810 #: dwarf.c:530
1811 #, c-format
1812 msgid "set Discriminator to %s\n"
1813 msgstr ""
1815 #: dwarf.c:605
1816 #, c-format
1817 msgid "    UNKNOWN DW_LNE_HP_SFC opcode (%u)\n"
1818 msgstr ""
1820 #. The test against DW_LNW_hi_user is redundant due to
1821 #. the limited range of the unsigned char data type used
1822 #. for op_code.
1823 #. && op_code <= DW_LNE_hi_user
1824 #: dwarf.c:622
1825 #, c-format
1826 msgid "user defined: "
1827 msgstr ""
1829 #: dwarf.c:624
1830 #, c-format
1831 msgid "UNKNOWN: "
1832 msgstr ""
1834 #: dwarf.c:625
1835 #, c-format
1836 msgid "length %d ["
1837 msgstr ""
1839 #: dwarf.c:643 dwarf.c:719
1840 msgid "<no .debug_str section>"
1841 msgstr ""
1843 #: dwarf.c:647
1844 #, c-format
1845 msgid "DW_FORM_strp offset too big: %s\n"
1846 msgstr ""
1848 #: dwarf.c:649 dwarf.c:677
1849 msgid "<offset is too big>"
1850 msgstr ""
1852 #: dwarf.c:659
1853 msgid "<no NUL byte at end of .debug_str section>"
1854 msgstr ""
1856 #: dwarf.c:671
1857 msgid "<no .debug_line_str section>"
1858 msgstr ""
1860 #: dwarf.c:675
1861 #, c-format
1862 msgid "DW_FORM_line_strp offset too big: %s\n"
1863 msgstr ""
1865 #: dwarf.c:687
1866 msgid "<no NUL byte at end of .debug_line_str section>"
1867 msgstr ""
1869 #: dwarf.c:705
1870 msgid "<no .debug_str_offsets.dwo section>"
1871 msgstr ""
1873 #: dwarf.c:706
1874 msgid "<no .debug_str_offsets section>"
1875 msgstr ""
1877 #: dwarf.c:712
1878 #, c-format
1879 msgid "DW_FORM_GNU_str_index offset too big: %s\n"
1880 msgstr ""
1882 #: dwarf.c:714
1883 msgid "<index offset is too big>"
1884 msgstr ""
1886 #: dwarf.c:718
1887 msgid "<no .debug_str.dwo section>"
1888 msgstr ""
1890 #: dwarf.c:725
1891 #, c-format
1892 msgid "DW_FORM_GNU_str_index indirect offset too big: %s\n"
1893 msgstr ""
1895 #: dwarf.c:727
1896 msgid "<indirect index offset is too big>"
1897 msgstr ""
1899 #: dwarf.c:736
1900 msgid "<no NUL byte at end of section>"
1901 msgstr ""
1903 #: dwarf.c:747
1904 msgid "<no .debug_addr section>"
1905 msgstr ""
1907 #: dwarf.c:751
1908 #, c-format
1909 msgid "Offset into section %s too big: %s\n"
1910 msgstr ""
1912 #. Report the missing single zero which ends the section.
1913 #: dwarf.c:929
1914 msgid ".debug_abbrev section not zero terminated\n"
1915 msgstr ""
1917 #: dwarf.c:943
1918 #, c-format
1919 msgid "Unknown TAG value: %lx"
1920 msgstr ""
1922 #: dwarf.c:963
1923 #, c-format
1924 msgid "Unknown FORM value: %lx"
1925 msgstr ""
1927 #: dwarf.c:979
1928 #, c-format
1929 msgid "Unknown IDX value: %lx"
1930 msgstr ""
1932 #: dwarf.c:993
1933 #, c-format
1934 msgid "%c%s byte block: "
1935 msgstr ""
1937 #: dwarf.c:1347
1938 #, c-format
1939 msgid "(DW_OP_call_ref in frame info)"
1940 msgstr ""
1942 #: dwarf.c:1369
1943 #, c-format
1944 msgid "size: %s "
1945 msgstr ""
1947 #: dwarf.c:1372
1948 #, c-format
1949 msgid "offset: %s "
1950 msgstr ""
1952 #: dwarf.c:1391
1953 #, c-format
1954 msgid "DW_OP_GNU_push_tls_address or DW_OP_HP_unknown"
1955 msgstr ""
1957 #: dwarf.c:1416
1958 #, c-format
1959 msgid "(%s in frame info)"
1960 msgstr ""
1962 #: dwarf.c:1562
1963 #, c-format
1964 msgid "(User defined location op 0x%x)"
1965 msgstr ""
1967 #: dwarf.c:1564
1968 #, c-format
1969 msgid "(Unknown location op 0x%x)"
1970 msgstr ""
1972 #: dwarf.c:1659
1973 msgid "Corrupt attribute\n"
1974 msgstr ""
1976 #: dwarf.c:1674
1977 msgid "Internal error: DWARF version is not 2, 3 or 4.\n"
1978 msgstr ""
1980 #: dwarf.c:1811
1981 msgid "DW_FORM_data8 is unsupported when sizeof (dwarf_vma) != 8\n"
1982 msgstr ""
1984 #: dwarf.c:1855 dwarf.c:1880 dwarf.c:1901 dwarf.c:1923
1985 msgid "Block ends prematurely\n"
1986 msgstr ""
1988 #: dwarf.c:1866 dwarf.c:1887 dwarf.c:1908 dwarf.c:1932
1989 #, c-format
1990 msgid "Corrupt attribute block length: %lx\n"
1991 msgstr ""
1993 #: dwarf.c:1943
1994 #, c-format
1995 msgid "%c(indirect string, offset: 0x%s): %s"
1996 msgstr ""
1998 #: dwarf.c:1950
1999 #, c-format
2000 msgid "%c(indirect line string, offset: 0x%s): %s"
2001 msgstr ""
2003 #: dwarf.c:1961
2004 #, c-format
2005 msgid "%c(indexed string: 0x%s): %s"
2006 msgstr ""
2008 #: dwarf.c:1969
2009 #, c-format
2010 msgid "%c(alt indirect string, offset: 0x%s)"
2011 msgstr ""
2013 #: dwarf.c:1992
2014 #, c-format
2015 msgid "%c(addr_index: 0x%s): %s"
2016 msgstr ""
2018 #: dwarf.c:1998
2019 #, c-format
2020 msgid "Unrecognized form: %lu\n"
2021 msgstr ""
2023 #: dwarf.c:2105
2024 #, c-format
2025 msgid "(not inlined)"
2026 msgstr ""
2028 #: dwarf.c:2108
2029 #, c-format
2030 msgid "(inlined)"
2031 msgstr ""
2033 #: dwarf.c:2111
2034 #, c-format
2035 msgid "(declared as inline but ignored)"
2036 msgstr ""
2038 #: dwarf.c:2114
2039 #, c-format
2040 msgid "(declared as inline and inlined)"
2041 msgstr ""
2043 #: dwarf.c:2117
2044 #, c-format
2045 msgid "  (Unknown inline attribute value: %s)"
2046 msgstr ""
2048 #: dwarf.c:2164
2049 #, c-format
2050 msgid "(implementation defined: %s)"
2051 msgstr ""
2053 #: dwarf.c:2167
2054 #, c-format
2055 msgid "(Unknown: %s)"
2056 msgstr ""
2058 #: dwarf.c:2208
2059 #, c-format
2060 msgid "(user defined type)"
2061 msgstr ""
2063 #: dwarf.c:2210
2064 #, c-format
2065 msgid "(unknown type)"
2066 msgstr ""
2068 #: dwarf.c:2223
2069 #, c-format
2070 msgid "(unknown accessibility)"
2071 msgstr ""
2073 #: dwarf.c:2235
2074 #, c-format
2075 msgid "(unknown visibility)"
2076 msgstr ""
2078 #: dwarf.c:2246
2079 #, c-format
2080 msgid "(unknown virtuality)"
2081 msgstr ""
2083 #: dwarf.c:2258
2084 #, c-format
2085 msgid "(unknown case)"
2086 msgstr ""
2088 #: dwarf.c:2272
2089 #, c-format
2090 msgid "(user defined)"
2091 msgstr ""
2093 #: dwarf.c:2274
2094 #, c-format
2095 msgid "(unknown convention)"
2096 msgstr ""
2098 #: dwarf.c:2282
2099 #, c-format
2100 msgid "(undefined)"
2101 msgstr ""
2103 #: dwarf.c:2310
2104 #, c-format
2105 msgid " (location list)"
2106 msgstr ""
2108 #: dwarf.c:2331 dwarf.c:5064 dwarf.c:5188 dwarf.c:5333
2109 #, c-format
2110 msgid " [without DW_AT_frame_base]"
2111 msgstr ""
2113 #: dwarf.c:2348
2114 #, c-format
2115 msgid ""
2116 "Offset %s used as value for DW_AT_import attribute of DIE at offset 0x%lx is "
2117 "too big.\n"
2118 msgstr ""
2120 #: dwarf.c:2358
2121 #, c-format
2122 msgid "\t[Abbrev Number: %ld"
2123 msgstr ""
2125 #: dwarf.c:2400
2126 #, c-format
2127 msgid "Unknown AT value: %lx"
2128 msgstr ""
2130 #: dwarf.c:2474
2131 #, c-format
2132 msgid "Reserved length value (0x%s) found in section %s\n"
2133 msgstr ""
2135 #: dwarf.c:2486
2136 #, c-format
2137 msgid "Corrupt unit length (0x%s) found in section %s\n"
2138 msgstr ""
2140 #: dwarf.c:2494
2141 #, c-format
2142 msgid "No comp units in %s section ?\n"
2143 msgstr ""
2145 #: dwarf.c:2503
2146 #, c-format
2147 msgid "Not enough memory for a debug info array of %u entries\n"
2148 msgstr ""
2150 #: dwarf.c:2521 dwarf.c:4333 dwarf.c:4480 dwarf.c:4644 dwarf.c:4898
2151 #: dwarf.c:5488 dwarf.c:5587 dwarf.c:5656 dwarf.c:5809 dwarf.c:6159
2152 #: dwarf.c:8362
2153 #, c-format
2154 msgid ""
2155 "Contents of the %s section:\n"
2156 "\n"
2157 msgstr ""
2159 #: dwarf.c:2534
2160 #, c-format
2161 msgid "Unable to locate %s section!\n"
2162 msgstr ""
2164 #: dwarf.c:2610
2165 #, c-format
2166 msgid "Invalid pointer size (%d) in compunit header, using %d instead\n"
2167 msgstr ""
2169 #: dwarf.c:2645
2170 #, c-format
2171 msgid "  Compilation Unit @ offset 0x%s:\n"
2172 msgstr ""
2174 #: dwarf.c:2647
2175 #, c-format
2176 msgid "   Length:        0x%s (%s)\n"
2177 msgstr ""
2179 #: dwarf.c:2650
2180 #, c-format
2181 msgid "   Version:       %d\n"
2182 msgstr ""
2184 #: dwarf.c:2651
2185 #, c-format
2186 msgid "   Abbrev Offset: 0x%s\n"
2187 msgstr ""
2189 #: dwarf.c:2653
2190 #, c-format
2191 msgid "   Pointer Size:  %d\n"
2192 msgstr ""
2194 #: dwarf.c:2658
2195 #, c-format
2196 msgid "   Signature:     0x%s\n"
2197 msgstr ""
2199 #: dwarf.c:2661
2200 #, c-format
2201 msgid "   Type Offset:   0x%s\n"
2202 msgstr ""
2204 #: dwarf.c:2669
2205 #, c-format
2206 msgid "   Section contributions:\n"
2207 msgstr ""
2209 #: dwarf.c:2670
2210 #, c-format
2211 msgid "    .debug_abbrev.dwo:       0x%s  0x%s\n"
2212 msgstr ""
2214 #: dwarf.c:2673
2215 #, c-format
2216 msgid "    .debug_line.dwo:         0x%s  0x%s\n"
2217 msgstr ""
2219 #: dwarf.c:2676
2220 #, c-format
2221 msgid "    .debug_loc.dwo:          0x%s  0x%s\n"
2222 msgstr ""
2224 #: dwarf.c:2679
2225 #, c-format
2226 msgid "    .debug_str_offsets.dwo:  0x%s  0x%s\n"
2227 msgstr ""
2229 #: dwarf.c:2688
2230 #, c-format
2231 msgid ""
2232 "Debug info is corrupted, length of CU at %s extends beyond end of section "
2233 "(length = %s)\n"
2234 msgstr ""
2236 #: dwarf.c:2700
2237 #, c-format
2238 msgid "Debug info is corrupt.  CU at %s extends beyond end of section"
2239 msgstr ""
2241 #: dwarf.c:2707
2242 #, c-format
2243 msgid "CU at offset %s contains corrupt or unsupported version number: %d.\n"
2244 msgstr ""
2246 #: dwarf.c:2716
2247 #, c-format
2248 msgid "CU at offset %s contains corrupt or unsupported unit type: %d.\n"
2249 msgstr ""
2251 #: dwarf.c:2726
2252 #, c-format
2253 msgid ""
2254 "Debug info is corrupted, abbrev offset (%lx) is larger than abbrev section "
2255 "size (%lx)\n"
2256 msgstr ""
2258 #: dwarf.c:2732
2259 #, c-format
2260 msgid ""
2261 "Debug info is corrupted, abbrev size (%lx) is larger than abbrev section "
2262 "size (%lx)\n"
2263 msgstr ""
2265 #: dwarf.c:2778
2266 #, c-format
2267 msgid " <%d><%lx>: Abbrev Number: 0\n"
2268 msgstr ""
2270 #: dwarf.c:2788
2271 #, c-format
2272 msgid "Bogus end-of-siblings marker detected at offset %lx in %s section\n"
2273 msgstr ""
2275 #: dwarf.c:2792
2276 msgid "Further warnings about bogus end-of-sibling markers suppressed\n"
2277 msgstr ""
2279 #: dwarf.c:2811
2280 #, c-format
2281 msgid " <%d><%lx>: Abbrev Number: %lu"
2282 msgstr ""
2284 #: dwarf.c:2815
2285 #, c-format
2286 msgid " <%d><%lx>: ...\n"
2287 msgstr ""
2289 #: dwarf.c:2834
2290 #, c-format
2291 msgid ""
2292 "DIE at offset 0x%lx refers to abbreviation number %lu which does not exist\n"
2293 msgstr ""
2295 #: dwarf.c:3000
2296 #, c-format
2297 msgid ""
2298 "The length field (0x%lx) in the debug_line header is wrong - the section is "
2299 "too small\n"
2300 msgstr ""
2302 #: dwarf.c:3014
2303 msgid "Only DWARF version 2, 3, 4 and 5 line info is currently supported.\n"
2304 msgstr ""
2306 #: dwarf.c:3026 dwarf.c:5414 dwarf.c:6100
2307 #, c-format
2308 msgid "The %s section contains unsupported segment selector size: %d.\n"
2309 msgstr ""
2311 #: dwarf.c:3043
2312 msgid "Invalid maximum operations per insn.\n"
2313 msgstr ""
2315 #: dwarf.c:3059
2316 #, c-format
2317 msgid "Line length %s extends beyond end of section\n"
2318 msgstr ""
2320 #: dwarf.c:3088
2321 #, c-format
2322 msgid "Corrupt %s entry format table entry\n"
2323 msgstr ""
2325 #: dwarf.c:3097
2326 #, c-format
2327 msgid "Corrupt %s list\n"
2328 msgstr ""
2330 #: dwarf.c:3103
2331 #, c-format
2332 msgid ""
2333 "\n"
2334 " The %s Table is empty.\n"
2335 msgstr ""
2337 #: dwarf.c:3107
2338 #, c-format
2339 msgid ""
2340 "\n"
2341 " The %s Table (offset 0x%lx):\n"
2342 msgstr ""
2344 #: dwarf.c:3110
2345 #, c-format
2346 msgid "  Entry"
2347 msgstr ""
2349 #: dwarf.c:3125
2350 #, c-format
2351 msgid "\tName"
2352 msgstr ""
2354 #: dwarf.c:3128
2355 #, c-format
2356 msgid "\tDir"
2357 msgstr ""
2359 #: dwarf.c:3131
2360 #, c-format
2361 msgid "\tTime"
2362 msgstr ""
2364 #: dwarf.c:3134
2365 #, c-format
2366 msgid "\tSize"
2367 msgstr ""
2369 #: dwarf.c:3137
2370 #, c-format
2371 msgid "\tMD5"
2372 msgstr ""
2374 #: dwarf.c:3140
2375 #, c-format
2376 msgid "\t(Unknown format content type %s)"
2377 msgstr ""
2379 #: dwarf.c:3176
2380 #, c-format
2381 msgid "Corrupt %s entries list\n"
2382 msgstr ""
2384 #: dwarf.c:3191
2385 #, c-format
2386 msgid ""
2387 "Raw dump of debug contents of section %s:\n"
2388 "\n"
2389 msgstr ""
2391 #: dwarf.c:3223 dwarf.c:3595
2392 msgid ""
2393 "Partial .debug_line. section encountered without a prior full .debug_line "
2394 "section\n"
2395 msgstr ""
2397 #: dwarf.c:3236 dwarf.c:4665
2398 #, c-format
2399 msgid "  Offset:                      0x%lx\n"
2400 msgstr ""
2402 #: dwarf.c:3237
2403 #, c-format
2404 msgid "  Length:                      %ld\n"
2405 msgstr ""
2407 #: dwarf.c:3238
2408 #, c-format
2409 msgid "  DWARF Version:               %d\n"
2410 msgstr ""
2412 #: dwarf.c:3239
2413 #, c-format
2414 msgid "  Prologue Length:             %d\n"
2415 msgstr ""
2417 #: dwarf.c:3240
2418 #, c-format
2419 msgid "  Minimum Instruction Length:  %d\n"
2420 msgstr ""
2422 #: dwarf.c:3242
2423 #, c-format
2424 msgid "  Maximum Ops per Instruction: %d\n"
2425 msgstr ""
2427 #: dwarf.c:3243
2428 #, c-format
2429 msgid "  Initial value of 'is_stmt':  %d\n"
2430 msgstr ""
2432 #: dwarf.c:3244
2433 #, c-format
2434 msgid "  Line Base:                   %d\n"
2435 msgstr ""
2437 #: dwarf.c:3245
2438 #, c-format
2439 msgid "  Line Range:                  %d\n"
2440 msgstr ""
2442 #: dwarf.c:3246
2443 #, c-format
2444 msgid "  Opcode Base:                 %d\n"
2445 msgstr ""
2447 #: dwarf.c:3251 dwarf.c:3611
2448 msgid "Line range of 0 is invalid, using 1 instead\n"
2449 msgstr ""
2451 #: dwarf.c:3263
2452 msgid "Line Base extends beyond end of section\n"
2453 msgstr ""
2455 #: dwarf.c:3267
2456 #, c-format
2457 msgid ""
2458 "\n"
2459 " Opcodes:\n"
2460 msgstr ""
2462 #: dwarf.c:3270
2463 #, c-format
2464 msgid "  Opcode %d has %d args\n"
2465 msgstr ""
2467 #: dwarf.c:3280
2468 msgid "Directory"
2469 msgstr ""
2471 #: dwarf.c:3282
2472 msgid "File name"
2473 msgstr ""
2475 #: dwarf.c:3287
2476 #, c-format
2477 msgid ""
2478 "\n"
2479 " The Directory Table is empty.\n"
2480 msgstr ""
2482 #: dwarf.c:3292
2483 #, c-format
2484 msgid ""
2485 "\n"
2486 " The Directory Table (offset 0x%lx):\n"
2487 msgstr ""
2489 #: dwarf.c:3312
2490 #, c-format
2491 msgid ""
2492 "\n"
2493 " The File Name Table is empty.\n"
2494 msgstr ""
2496 #: dwarf.c:3315
2497 #, c-format
2498 msgid ""
2499 "\n"
2500 " The File Name Table (offset 0x%lx):\n"
2501 msgstr ""
2503 #: dwarf.c:3341
2504 msgid "Corrupt file name table entry\n"
2505 msgstr ""
2507 #: dwarf.c:3357
2508 #, c-format
2509 msgid " No Line Number Statements.\n"
2510 msgstr ""
2512 #: dwarf.c:3360
2513 #, c-format
2514 msgid " Line Number Statements:\n"
2515 msgstr ""
2517 #: dwarf.c:3381
2518 #, c-format
2519 msgid "  Special opcode %d: advance Address by %s to 0x%s"
2520 msgstr ""
2522 #: dwarf.c:3395
2523 #, c-format
2524 msgid "  Special opcode %d: advance Address by %s to 0x%s[%d]"
2525 msgstr ""
2527 #: dwarf.c:3403
2528 #, c-format
2529 msgid " and Line by %s to %d\n"
2530 msgstr ""
2532 #: dwarf.c:3413
2533 #, c-format
2534 msgid "  Copy\n"
2535 msgstr ""
2537 #: dwarf.c:3423
2538 #, c-format
2539 msgid "  Advance PC by %s to 0x%s\n"
2540 msgstr ""
2542 #: dwarf.c:3436
2543 #, c-format
2544 msgid "  Advance PC by %s to 0x%s[%d]\n"
2545 msgstr ""
2547 #: dwarf.c:3447
2548 #, c-format
2549 msgid "  Advance Line by %s to %d\n"
2550 msgstr ""
2552 #: dwarf.c:3455
2553 #, c-format
2554 msgid "  Set File Name to entry %s in the File Name Table\n"
2555 msgstr ""
2557 #: dwarf.c:3463
2558 #, c-format
2559 msgid "  Set column to %s\n"
2560 msgstr ""
2562 #: dwarf.c:3471
2563 #, c-format
2564 msgid "  Set is_stmt to %s\n"
2565 msgstr ""
2567 #: dwarf.c:3476
2568 #, c-format
2569 msgid "  Set basic block\n"
2570 msgstr ""
2572 #: dwarf.c:3486
2573 #, c-format
2574 msgid "  Advance PC by constant %s to 0x%s\n"
2575 msgstr ""
2577 #: dwarf.c:3499
2578 #, c-format
2579 msgid "  Advance PC by constant %s to 0x%s[%d]\n"
2580 msgstr ""
2582 #: dwarf.c:3510
2583 #, c-format
2584 msgid "  Advance PC by fixed size amount %s to 0x%s\n"
2585 msgstr ""
2587 #: dwarf.c:3516
2588 #, c-format
2589 msgid "  Set prologue_end to true\n"
2590 msgstr ""
2592 #: dwarf.c:3520
2593 #, c-format
2594 msgid "  Set epilogue_begin to true\n"
2595 msgstr ""
2597 #: dwarf.c:3526
2598 #, c-format
2599 msgid "  Set ISA to %s\n"
2600 msgstr ""
2602 #: dwarf.c:3530 dwarf.c:4156
2603 #, c-format
2604 msgid "  Unknown opcode %d with operands: "
2605 msgstr ""
2607 #: dwarf.c:3568
2608 #, c-format
2609 msgid ""
2610 "Decoded dump of debug contents of section %s:\n"
2611 "\n"
2612 msgstr ""
2614 #: dwarf.c:3624
2615 #, c-format
2616 msgid "opcode base of %d extends beyond end of section\n"
2617 msgstr ""
2619 #: dwarf.c:3652 dwarf.c:3675 dwarf.c:3705
2620 msgid "Corrupt directories list\n"
2621 msgstr ""
2623 #: dwarf.c:3725 dwarf.c:3748 dwarf.c:3795
2624 msgid "Corrupt file name list\n"
2625 msgstr ""
2627 #: dwarf.c:3815
2628 msgid "directory table ends unexpectedly\n"
2629 msgstr ""
2631 #: dwarf.c:3860
2632 msgid "file table ends unexpectedly\n"
2633 msgstr ""
2635 #: dwarf.c:3899
2636 #, c-format
2637 msgid "CU: %s:\n"
2638 msgstr ""
2640 #: dwarf.c:3909 dwarf.c:4193 readelf.c:5683 readelf.c:5755 readelf.c:5773
2641 #: readelf.c:5791 readelf.c:10129 readelf.c:10739 readelf.c:14989
2642 #: readelf.c:15021
2643 msgid "<unknown>"
2644 msgstr ""
2646 #: dwarf.c:3912 dwarf.c:4091
2647 #, c-format
2648 msgid "directory index %u > number of directories %s\n"
2649 msgstr ""
2651 #: dwarf.c:3914 dwarf.c:4187 elfcomm.c:880 readelf.c:302 readelf.c:616
2652 #: readelf.c:6659 readelf.c:7191 readelf.c:9135 readelf.c:11125
2653 #: readelf.c:11192 readelf.c:11523 readelf.c:13927 readelf.c:14022
2654 #: readelf.c:14604 readelf.c:14623 readelf.c:14747 readelf.c:14998
2655 #: readelf.c:16094 readelf.c:16097
2656 #, c-format
2657 msgid "<corrupt>"
2658 msgstr ""
2660 #: dwarf.c:3920
2661 #, c-format
2662 msgid "CU: %s/%s:\n"
2663 msgstr ""
2665 #: dwarf.c:3925
2666 #, c-format
2667 msgid "File name                            Line number    Starting address\n"
2668 msgstr ""
2670 #: dwarf.c:4029
2671 #, c-format
2672 msgid "UNKNOWN (%u): length %d\n"
2673 msgstr ""
2675 #: dwarf.c:4075
2676 #, c-format
2677 msgid ""
2678 "\n"
2679 " [Use file table entry %d]\n"
2680 msgstr ""
2682 #: dwarf.c:4079
2683 #, c-format
2684 msgid "file index %u > number of files %u\n"
2685 msgstr ""
2687 #: dwarf.c:4080
2688 #, c-format
2689 msgid ""
2690 "\n"
2691 " <over large file table index %u>"
2692 msgstr ""
2694 #: dwarf.c:4086
2695 #, c-format
2696 msgid ""
2697 "\n"
2698 " [Use file %s in directory table entry %d]\n"
2699 msgstr ""
2701 #: dwarf.c:4093
2702 #, c-format
2703 msgid ""
2704 "\n"
2705 " <over large directory table entry %u>\n"
2706 msgstr ""
2708 #: dwarf.c:4152
2709 #, c-format
2710 msgid "  Set ISA to %lu\n"
2711 msgstr ""
2713 #: dwarf.c:4186
2714 #, c-format
2715 msgid "corrupt file index %u encountered\n"
2716 msgstr ""
2718 #: dwarf.c:4307
2719 msgid "no info"
2720 msgstr ""
2722 #: dwarf.c:4308
2723 msgid "type"
2724 msgstr ""
2726 #: dwarf.c:4309
2727 msgid "variable"
2728 msgstr ""
2730 #: dwarf.c:4310
2731 msgid "function"
2732 msgstr ""
2734 #: dwarf.c:4311
2735 msgid "other"
2736 msgstr ""
2738 #: dwarf.c:4312
2739 msgid "unused5"
2740 msgstr ""
2742 #: dwarf.c:4313
2743 msgid "unused6"
2744 msgstr ""
2746 #: dwarf.c:4314
2747 msgid "unused7"
2748 msgstr ""
2750 #: dwarf.c:4363 dwarf.c:5695
2751 #, c-format
2752 msgid ""
2753 ".debug_info offset of 0x%lx in %s section does not point to a CU header.\n"
2754 msgstr ""
2756 #: dwarf.c:4374
2757 #, c-format
2758 msgid "Negative length for public name: 0x%lx\n"
2759 msgstr ""
2761 #: dwarf.c:4380
2762 #, c-format
2763 msgid "  Length:                              %ld\n"
2764 msgstr ""
2766 #: dwarf.c:4382
2767 #, c-format
2768 msgid "  Version:                             %d\n"
2769 msgstr ""
2771 #: dwarf.c:4384
2772 #, c-format
2773 msgid "  Offset into .debug_info section:     0x%lx\n"
2774 msgstr ""
2776 #: dwarf.c:4386
2777 #, c-format
2778 msgid "  Size of area in .debug_info section: %ld\n"
2779 msgstr ""
2781 #: dwarf.c:4395
2782 msgid "Only DWARF 2 and 3 pubnames are currently supported\n"
2783 msgstr ""
2785 #: dwarf.c:4403
2786 #, c-format
2787 msgid ""
2788 "\n"
2789 "    Offset  Kind          Name\n"
2790 msgstr ""
2792 #: dwarf.c:4405
2793 #, c-format
2794 msgid ""
2795 "\n"
2796 "    Offset\tName\n"
2797 msgstr ""
2799 #: dwarf.c:4439
2800 msgid "s"
2801 msgstr ""
2803 #: dwarf.c:4439
2804 msgid "g"
2805 msgstr ""
2807 #: dwarf.c:4501
2808 #, c-format
2809 msgid " DW_MACINFO_start_file - lineno: %d filenum: %d\n"
2810 msgstr ""
2812 #: dwarf.c:4507
2813 #, c-format
2814 msgid " DW_MACINFO_end_file\n"
2815 msgstr ""
2817 #: dwarf.c:4515
2818 #, c-format
2819 msgid " DW_MACINFO_define - lineno : %d macro : %s\n"
2820 msgstr ""
2822 #: dwarf.c:4524
2823 #, c-format
2824 msgid " DW_MACINFO_undef - lineno : %d macro : %s\n"
2825 msgstr ""
2827 #: dwarf.c:4536
2828 #, c-format
2829 msgid " DW_MACINFO_vendor_ext - constant : %d string : %s\n"
2830 msgstr ""
2832 #: dwarf.c:4657
2833 #, c-format
2834 msgid "Only GNU extension to DWARF 4 or 5 of %s is currently supported.\n"
2835 msgstr ""
2837 #: dwarf.c:4667
2838 #, c-format
2839 msgid "  Version:                     %d\n"
2840 msgstr ""
2842 #: dwarf.c:4668
2843 #, c-format
2844 msgid "  Offset size:                 %d\n"
2845 msgstr ""
2847 #: dwarf.c:4672
2848 #, c-format
2849 msgid "  Offset into .debug_line:     0x%lx\n"
2850 msgstr ""
2852 #: dwarf.c:4686
2853 #, c-format
2854 msgid "  Extension opcode arguments:\n"
2855 msgstr ""
2857 #: dwarf.c:4694
2858 #, c-format
2859 msgid "    DW_MACRO_%02x has no arguments\n"
2860 msgstr ""
2862 #: dwarf.c:4697
2863 #, c-format
2864 msgid "    DW_MACRO_%02x arguments: "
2865 msgstr ""
2867 #: dwarf.c:4723
2868 #, c-format
2869 msgid "Invalid extension opcode form %s\n"
2870 msgstr ""
2872 #: dwarf.c:4740
2873 msgid ".debug_macro section not zero terminated\n"
2874 msgstr ""
2876 #: dwarf.c:4761
2877 msgid "DW_MACRO_start_file used, but no .debug_line offset provided.\n"
2878 msgstr ""
2880 #: dwarf.c:4767
2881 #, c-format
2882 msgid " DW_MACRO_start_file - lineno: %d filenum: %d\n"
2883 msgstr ""
2885 #: dwarf.c:4770
2886 #, c-format
2887 msgid " DW_MACRO_start_file - lineno: %d filenum: %d filename: %s%s%s\n"
2888 msgstr ""
2890 #: dwarf.c:4778
2891 #, c-format
2892 msgid " DW_MACRO_end_file\n"
2893 msgstr ""
2895 #: dwarf.c:4786
2896 #, c-format
2897 msgid " DW_MACRO_define - lineno : %d macro : %s\n"
2898 msgstr ""
2900 #: dwarf.c:4795
2901 #, c-format
2902 msgid " DW_MACRO_undef - lineno : %d macro : %s\n"
2903 msgstr ""
2905 #: dwarf.c:4804
2906 #, c-format
2907 msgid " DW_MACRO_define_strp - lineno : %d macro : %s\n"
2908 msgstr ""
2910 #: dwarf.c:4813
2911 #, c-format
2912 msgid " DW_MACRO_undef_strp - lineno : %d macro : %s\n"
2913 msgstr ""
2915 #: dwarf.c:4819
2916 #, c-format
2917 msgid " DW_MACRO_import - offset : 0x%lx\n"
2918 msgstr ""
2920 #: dwarf.c:4827
2921 #, c-format
2922 msgid " DW_MACRO_define_sup - lineno : %d macro offset : 0x%lx\n"
2923 msgstr ""
2925 #: dwarf.c:4835
2926 #, c-format
2927 msgid " DW_MACRO_undef_sup - lineno : %d macro offset : 0x%lx\n"
2928 msgstr ""
2930 #: dwarf.c:4841
2931 #, c-format
2932 msgid " DW_MACRO_import_sup - offset : 0x%lx\n"
2933 msgstr ""
2935 #: dwarf.c:4848
2936 #, c-format
2937 msgid " Unknown macro opcode %02x seen\n"
2938 msgstr ""
2940 #: dwarf.c:4860
2941 #, c-format
2942 msgid " DW_MACRO_%02x\n"
2943 msgstr ""
2945 #: dwarf.c:4863
2946 #, c-format
2947 msgid " DW_MACRO_%02x -"
2948 msgstr ""
2950 #: dwarf.c:4912
2951 #, c-format
2952 msgid "  Number TAG (0x%lx)\n"
2953 msgstr ""
2955 #: dwarf.c:4921
2956 msgid "has children"
2957 msgstr ""
2959 #: dwarf.c:4921
2960 msgid "no children"
2961 msgstr ""
2963 #: dwarf.c:4975
2964 #, c-format
2965 msgid "No debug information available for loc lists of entry: %u\n"
2966 msgstr ""
2968 #: dwarf.c:4987 dwarf.c:5118 dwarf.c:5251
2969 #, c-format
2970 msgid "Invalid pointer size (%d) in debug info for entry %d\n"
2971 msgstr ""
2973 #: dwarf.c:4998 dwarf.c:5037 dwarf.c:5046 dwarf.c:5130 dwarf.c:5167
2974 #: dwarf.c:5262 dwarf.c:5310 dwarf.c:5318
2975 #, c-format
2976 msgid "Location list starting at offset 0x%lx is not terminated.\n"
2977 msgstr ""
2979 #: dwarf.c:5019 dwarf.c:5142 dwarf.c:5272 dwarf.c:5922 dwarf.c:5978
2980 #, c-format
2981 msgid "<End of list>\n"
2982 msgstr ""
2984 #: dwarf.c:5031 dwarf.c:5154 dwarf.c:5983
2985 #, c-format
2986 msgid "(base address)\n"
2987 msgstr ""
2989 #: dwarf.c:5067 dwarf.c:5191
2990 msgid " (start == end)"
2991 msgstr ""
2993 #: dwarf.c:5069 dwarf.c:5193
2994 msgid " (start > end)"
2995 msgstr ""
2997 #: dwarf.c:5105
2998 #, c-format
2999 msgid "No debug information available for loclists lists of entry: %u\n"
3000 msgstr ""
3002 #: dwarf.c:5157
3003 #, c-format
3004 msgid "Invalid location list entry type %d\n"
3005 msgstr ""
3007 #: dwarf.c:5239
3008 #, c-format
3009 msgid "No debug information for loc lists of entry: %u\n"
3010 msgstr ""
3012 #: dwarf.c:5279
3013 #, c-format
3014 msgid "(base address selection entry)\n"
3015 msgstr ""
3017 #: dwarf.c:5303
3018 #, c-format
3019 msgid "Unknown location list entry type 0x%x.\n"
3020 msgstr ""
3022 #: dwarf.c:5383 dwarf.c:5583 dwarf.c:5798 dwarf.c:5870 dwarf.c:6040
3023 #, c-format
3024 msgid ""
3025 "\n"
3026 "The %s section is empty.\n"
3027 msgstr ""
3029 #: dwarf.c:5403
3030 #, c-format
3031 msgid "The %s section contains corrupt or unsupported version number: %d.\n"
3032 msgstr ""
3034 #: dwarf.c:5423
3035 #, c-format
3036 msgid "The %s section contains unsupported offset entry count: %d.\n"
3037 msgstr ""
3039 #: dwarf.c:5434 dwarf.c:5804 dwarf.c:6118
3040 #, c-format
3041 msgid ""
3042 "Unable to load/parse the .debug_info section, so cannot interpret the %s "
3043 "section.\n"
3044 msgstr ""
3046 #: dwarf.c:5478
3047 msgid "No location lists in .debug_info section!\n"
3048 msgstr ""
3050 #: dwarf.c:5482
3051 #, c-format
3052 msgid "Location lists in %s section start at 0x%s\n"
3053 msgstr ""
3055 #: dwarf.c:5490
3056 #, c-format
3057 msgid ""
3058 " Warning: This section has relocations - addresses seen here may not be "
3059 "accurate.\n"
3060 "\n"
3061 msgstr ""
3063 #: dwarf.c:5491
3064 #, c-format
3065 msgid "    Offset   Begin            End              Expression\n"
3066 msgstr ""
3068 #: dwarf.c:5528
3069 #, c-format
3070 msgid "There is a hole [0x%lx - 0x%lx] in .debug_loc section.\n"
3071 msgstr ""
3073 #: dwarf.c:5532
3074 #, c-format
3075 msgid "There is an overlap [0x%lx - 0x%lx] in .debug_loc section.\n"
3076 msgstr ""
3078 #: dwarf.c:5540
3079 #, c-format
3080 msgid "Offset 0x%lx is bigger than .debug_loc section size.\n"
3081 msgstr ""
3083 #: dwarf.c:5557
3084 msgid "DWO is not yet supported.\n"
3085 msgstr ""
3087 #: dwarf.c:5566
3088 #, c-format
3089 msgid "There are %ld unused bytes at the end of section %s\n"
3090 msgstr ""
3092 #: dwarf.c:5708
3093 msgid "Only DWARF 2 and 3 aranges are currently supported.\n"
3094 msgstr ""
3096 #: dwarf.c:5712
3097 #, c-format
3098 msgid "  Length:                   %ld\n"
3099 msgstr ""
3101 #: dwarf.c:5714
3102 #, c-format
3103 msgid "  Version:                  %d\n"
3104 msgstr ""
3106 #: dwarf.c:5715
3107 #, c-format
3108 msgid "  Offset into .debug_info:  0x%lx\n"
3109 msgstr ""
3111 #: dwarf.c:5717
3112 #, c-format
3113 msgid "  Pointer Size:             %d\n"
3114 msgstr ""
3116 #: dwarf.c:5718
3117 #, c-format
3118 msgid "  Segment Size:             %d\n"
3119 msgstr ""
3121 #: dwarf.c:5725
3122 #, c-format
3123 msgid "Invalid address size in %s section!\n"
3124 msgstr ""
3126 #: dwarf.c:5735
3127 msgid "Pointer size + Segment size is not a power of two.\n"
3128 msgstr ""
3130 #: dwarf.c:5740
3131 #, c-format
3132 msgid ""
3133 "\n"
3134 "    Address            Length\n"
3135 msgstr ""
3137 #: dwarf.c:5742
3138 #, c-format
3139 msgid ""
3140 "\n"
3141 "    Address    Length\n"
3142 msgstr ""
3144 #: dwarf.c:5754
3145 #, c-format
3146 msgid "Excessive header length: %lx\n"
3147 msgstr ""
3149 #: dwarf.c:5824
3150 #, c-format
3151 msgid "Corrupt address base (%lx) found in debug section %u\n"
3152 msgstr ""
3154 #: dwarf.c:5840
3155 #, c-format
3156 msgid "  For compilation unit at offset 0x%s:\n"
3157 msgstr ""
3159 #: dwarf.c:5843
3160 #, c-format
3161 msgid "\tIndex\tAddress\n"
3162 msgstr ""
3164 #: dwarf.c:5850
3165 #, c-format
3166 msgid "\t%d:\t"
3167 msgstr ""
3169 #: dwarf.c:5941 dwarf.c:6015
3170 msgid "(start == end)"
3171 msgstr ""
3173 #: dwarf.c:5943 dwarf.c:6017
3174 msgid "(start > end)"
3175 msgstr ""
3177 #: dwarf.c:5966
3178 #, c-format
3179 msgid "Range list starting at offset 0x%lx is not terminated.\n"
3180 msgstr ""
3182 #: dwarf.c:6002
3183 #, c-format
3184 msgid "Invalid range list entry type %d\n"
3185 msgstr ""
3187 #: dwarf.c:6079
3188 #, c-format
3189 msgid ""
3190 "The length field (0x%lx) in the debug_rnglists header is wrong - the section "
3191 "is too small\n"
3192 msgstr ""
3194 #: dwarf.c:6090
3195 msgid "Only DWARF version 5 debug_rnglists info is currently supported.\n"
3196 msgstr ""
3198 #: dwarf.c:6109
3199 #, c-format
3200 msgid "The %s section contains unsupported offset entry count: %u.\n"
3201 msgstr ""
3203 #. This can happen when the file was compiled with -gsplit-debug
3204 #. which removes references to range lists from the primary .o file.
3205 #: dwarf.c:6131
3206 #, c-format
3207 msgid "No range lists in .debug_info section.\n"
3208 msgstr ""
3210 #: dwarf.c:6156
3211 #, c-format
3212 msgid "Range lists in %s section start at 0x%lx\n"
3213 msgstr ""
3215 #: dwarf.c:6160
3216 #, c-format
3217 msgid "    Offset   Begin    End\n"
3218 msgstr ""
3220 #: dwarf.c:6179
3221 #, c-format
3222 msgid "Corrupt pointer size (%d) in debug entry at offset %8.8lx\n"
3223 msgstr ""
3225 #: dwarf.c:6187
3226 #, c-format
3227 msgid "There is a hole [0x%lx - 0x%lx] in %s section.\n"
3228 msgstr ""
3230 #: dwarf.c:6194
3231 #, c-format
3232 msgid "There is an overlap [0x%lx - 0x%lx] in %s section.\n"
3233 msgstr ""
3235 #: dwarf.c:6266
3236 #, c-format
3237 msgid "Unfeasibly large register number: %u\n"
3238 msgstr ""
3240 #: dwarf.c:6279
3241 #, c-format
3242 msgid "Out of memory allocating %u columns in dwarf frame arrays\n"
3243 msgstr ""
3245 #: dwarf.c:6597
3246 msgid "No terminator for augmentation name\n"
3247 msgstr ""
3249 #: dwarf.c:6609
3250 #, c-format
3251 msgid "Invalid pointer size (%d) in CIE data\n"
3252 msgstr ""
3254 #: dwarf.c:6617
3255 #, c-format
3256 msgid "Invalid segment size (%d) in CIE data\n"
3257 msgstr ""
3259 #: dwarf.c:6647
3260 #, c-format
3261 msgid "Augmentation data too long: %#lx, expected at most %#lx\n"
3262 msgstr ""
3264 #: dwarf.c:6666
3265 #, c-format
3266 msgid "Negative augmentation data length: 0x%lx"
3267 msgstr ""
3269 #: dwarf.c:6712
3270 msgid "bad register: "
3271 msgstr ""
3273 #. The documentation for the format of this file is in gdb/dwarf2read.c.
3274 #: dwarf.c:6715 dwarf.c:7667 dwarf.c:8015
3275 #, c-format
3276 msgid "Contents of the %s section:\n"
3277 msgstr ""
3279 #: dwarf.c:6890
3280 msgid "Failed to read CIE information\n"
3281 msgstr ""
3283 #: dwarf.c:6901 dwarf.c:6925 dwarf.c:6952
3284 msgid "Invalid max register\n"
3285 msgstr ""
3287 #. PR 17512: file: 9e196b3e.
3288 #: dwarf.c:6967
3289 #, c-format
3290 msgid "Probably corrupt segment size: %d - using 4 instead\n"
3291 msgstr ""
3293 #: dwarf.c:6989
3294 #, c-format
3295 msgid "Corrupt augmentation data length: %lx\n"
3296 msgstr ""
3298 #: dwarf.c:7116
3299 #, c-format
3300 msgid "Corrupt CFA_def expression value: %lu\n"
3301 msgstr ""
3303 #. PR 17512: file:306-192417-0.005.
3304 #: dwarf.c:7130
3305 #, c-format
3306 msgid "Corrupt CFA expression value: %lu\n"
3307 msgstr ""
3309 #: dwarf.c:7433
3310 msgid "Invalid column number in saved frame state\n"
3311 msgstr ""
3313 #: dwarf.c:7480
3314 #, c-format
3315 msgid "  DW_CFA_def_cfa_expression: <corrupt len %lu>\n"
3316 msgstr ""
3318 #: dwarf.c:7504
3319 #, c-format
3320 msgid "  DW_CFA_expression: <corrupt len %lu>\n"
3321 msgstr ""
3323 #: dwarf.c:7636
3324 #, c-format
3325 msgid "  DW_CFA_??? (User defined call frame op: %#x)\n"
3326 msgstr ""
3328 #: dwarf.c:7638
3329 #, c-format
3330 msgid "Unsupported or unknown Dwarf Call Frame Instruction number: %#x\n"
3331 msgstr ""
3333 #: dwarf.c:7697
3334 #, c-format
3335 msgid ""
3336 "The length field (0x%lx) for unit 0x%lx in the debug_names header is wrong - "
3337 "the section is too small\n"
3338 msgstr ""
3340 #: dwarf.c:7705 dwarf.c:8024
3341 #, c-format
3342 msgid "Version %ld\n"
3343 msgstr ""
3345 #: dwarf.c:7711
3346 msgid "Only DWARF version 5 .debug_names is currently supported.\n"
3347 msgstr ""
3349 #: dwarf.c:7718
3350 #, c-format
3351 msgid "Padding field of .debug_names must be 0 (found 0x%x)\n"
3352 msgstr ""
3354 #: dwarf.c:7723
3355 msgid "Compilation unit count must be >= 1 in .debug_names\n"
3356 msgstr ""
3358 #: dwarf.c:7734
3359 #, c-format
3360 msgid ""
3361 "Augmentation string length %u must be rounded up to a multiple of 4 in ."
3362 "debug_names.\n"
3363 msgstr ""
3365 #: dwarf.c:7739
3366 #, c-format
3367 msgid "Augmentation string:"
3368 msgstr ""
3370 #: dwarf.c:7750
3371 #, c-format
3372 msgid "CU table:\n"
3373 msgstr ""
3375 #: dwarf.c:7756 dwarf.c:7766
3376 #, c-format
3377 msgid "[%3u] 0x%lx\n"
3378 msgstr ""
3380 #: dwarf.c:7760
3381 #, c-format
3382 msgid "TU table:\n"
3383 msgstr ""
3385 #: dwarf.c:7770
3386 #, c-format
3387 msgid "Foreign TU table:\n"
3388 msgstr ""
3390 #: dwarf.c:7776
3391 #, c-format
3392 msgid "[%3u] "
3393 msgstr ""
3395 #: dwarf.c:7796
3396 #, c-format
3397 msgid ""
3398 "Entry pool offset (0x%lx) exceeds unit size 0x%lx for unit 0x%lx in the "
3399 "debug_names\n"
3400 msgstr ""
3402 #: dwarf.c:7813
3403 #, c-format
3404 msgid "Used %zu of %lu buckets.\n"
3405 msgstr ""
3407 #: dwarf.c:7838
3408 #, c-format
3409 msgid ""
3410 "Out of %lu items there are %zu bucket clashes (longest of %zu entries).\n"
3411 msgstr ""
3413 #: dwarf.c:7876
3414 #, c-format
3415 msgid "Duplicate abbreviation tag %lu in unit 0x%lx in the debug_names\n"
3416 msgstr ""
3418 #: dwarf.c:7901 dwarf.c:8150
3419 #, c-format
3420 msgid ""
3421 "\n"
3422 "Symbol table:\n"
3423 msgstr ""
3425 #: dwarf.c:7954
3426 #, c-format
3427 msgid "Undefined abbreviation tag %lu in unit 0x%lx in the debug_names\n"
3428 msgstr ""
3430 #: dwarf.c:7989
3431 #, c-format
3432 msgid " <no entries>"
3433 msgstr ""
3435 #: dwarf.c:8019
3436 #, c-format
3437 msgid "Truncated header in the %s section.\n"
3438 msgstr ""
3440 #: dwarf.c:8030
3441 #, c-format
3442 msgid "Unsupported version %lu.\n"
3443 msgstr ""
3445 #: dwarf.c:8034
3446 msgid "The address table data in version 3 may be wrong.\n"
3447 msgstr ""
3449 #: dwarf.c:8036
3450 msgid "Version 4 does not support case insensitive lookups.\n"
3451 msgstr ""
3453 #: dwarf.c:8038
3454 msgid "Version 5 does not include inlined functions.\n"
3455 msgstr ""
3457 #: dwarf.c:8040
3458 msgid "Version 6 does not include symbol attributes.\n"
3459 msgstr ""
3461 #: dwarf.c:8058
3462 #, c-format
3463 msgid "Corrupt header in the %s section.\n"
3464 msgstr ""
3466 #: dwarf.c:8065
3467 #, c-format
3468 msgid "TU offset (%x) is less than CU offset (%x)\n"
3469 msgstr ""
3471 #: dwarf.c:8074
3472 #, c-format
3473 msgid "Address table offset (%x) is less than TU offset (%x)\n"
3474 msgstr ""
3476 #: dwarf.c:8084
3477 #, c-format
3478 msgid "Symbol table offset (%xl) is less then Address table offset (%x)\n"
3479 msgstr ""
3481 #: dwarf.c:8093
3482 #, c-format
3483 msgid "Constant pool offset (%x) is less than symbol table offset (%x)\n"
3484 msgstr ""
3486 #: dwarf.c:8108
3487 msgid "Address table extends beyond end of section.\n"
3488 msgstr ""
3490 #: dwarf.c:8112
3491 #, c-format
3492 msgid ""
3493 "\n"
3494 "CU table:\n"
3495 msgstr ""
3497 #: dwarf.c:8118
3498 #, c-format
3499 msgid "[%3u] 0x%lx - 0x%lx\n"
3500 msgstr ""
3502 #: dwarf.c:8123
3503 #, c-format
3504 msgid ""
3505 "\n"
3506 "TU table:\n"
3507 msgstr ""
3509 #: dwarf.c:8130
3510 #, c-format
3511 msgid "[%3u] 0x%lx 0x%lx "
3512 msgstr ""
3514 #: dwarf.c:8137
3515 #, c-format
3516 msgid ""
3517 "\n"
3518 "Address table:\n"
3519 msgstr ""
3521 #: dwarf.c:8147
3522 #, c-format
3523 msgid "%lu\n"
3524 msgstr ""
3526 #: dwarf.c:8167
3527 #, c-format
3528 msgid "[%3u] <corrupt offset: %x>"
3529 msgstr ""
3531 #: dwarf.c:8168
3532 #, c-format
3533 msgid "Corrupt name offset of 0x%x found for symbol table slot %d\n"
3534 msgstr ""
3536 #: dwarf.c:8179
3537 #, c-format
3538 msgid "<invalid CU vector offset: %x>\n"
3539 msgstr ""
3541 #: dwarf.c:8180
3542 #, c-format
3543 msgid "Corrupt CU vector offset of 0x%x found for symbol table slot %d\n"
3544 msgstr ""
3546 #: dwarf.c:8193
3547 #, c-format
3548 msgid "Invalid number of CUs (0x%x) for symbol table slot %d\n"
3549 msgstr ""
3551 #: dwarf.c:8218
3552 msgid "static"
3553 msgstr ""
3555 #: dwarf.c:8218
3556 msgid "global"
3557 msgstr ""
3559 #: dwarf.c:8256 dwarf.c:8267
3560 msgid "Internal error: out of space in the shndx pool.\n"
3561 msgstr ""
3563 #: dwarf.c:8331
3564 #, c-format
3565 msgid "Section %s is empty\n"
3566 msgstr ""
3568 #: dwarf.c:8337
3569 #, c-format
3570 msgid "Section %s is too small to contain a CU/TU header\n"
3571 msgstr ""
3573 #: dwarf.c:8355
3574 #, c-format
3575 msgid "Section %s is too small for %d slots\n"
3576 msgstr ""
3578 #: dwarf.c:8363
3579 #, c-format
3580 msgid "  Version:                 %d\n"
3581 msgstr ""
3583 #: dwarf.c:8365
3584 #, c-format
3585 msgid "  Number of columns:       %d\n"
3586 msgstr ""
3588 #: dwarf.c:8366
3589 #, c-format
3590 msgid "  Number of used entries:  %d\n"
3591 msgstr ""
3593 #: dwarf.c:8367
3594 #, c-format
3595 msgid ""
3596 "  Number of slots:         %d\n"
3597 "\n"
3598 msgstr ""
3600 #: dwarf.c:8372
3601 #, c-format
3602 msgid "Section %s too small for %d hash table entries\n"
3603 msgstr ""
3605 #: dwarf.c:8394
3606 msgid "Section index pool located before start of section\n"
3607 msgstr ""
3609 #: dwarf.c:8399
3610 #, c-format
3611 msgid "  [%3d] Signature:  0x%s  Sections: "
3612 msgstr ""
3614 #: dwarf.c:8406
3615 #, c-format
3616 msgid "Section %s too small for shndx pool\n"
3617 msgstr ""
3619 #: dwarf.c:8448
3620 #, c-format
3621 msgid "Overlarge number of columns: %x\n"
3622 msgstr ""
3624 #: dwarf.c:8454
3625 #, c-format
3626 msgid "Section %s too small for offset and size tables\n"
3627 msgstr ""
3629 #: dwarf.c:8461
3630 #, c-format
3631 msgid "  Offset table\n"
3632 msgstr ""
3634 #: dwarf.c:8463 dwarf.c:8553
3635 msgid "signature"
3636 msgstr ""
3638 #: dwarf.c:8463 dwarf.c:8553
3639 msgid "dwo_id"
3640 msgstr ""
3642 #: dwarf.c:8501
3643 #, c-format
3644 msgid "Row index (%u) is larger than number of used entries (%u)\n"
3645 msgstr ""
3647 #: dwarf.c:8513
3648 #, c-format
3649 msgid "Row index (%u) * num columns (%u) > space remaining in section\n"
3650 msgstr ""
3652 #: dwarf.c:8519 dwarf.c:8576
3653 #, c-format
3654 msgid "  [%3d] 0x%s"
3655 msgstr ""
3657 #: dwarf.c:8533 dwarf.c:8589
3658 #, c-format
3659 msgid "Overlarge Dwarf section index detected: %u\n"
3660 msgstr ""
3662 #: dwarf.c:8551
3663 #, c-format
3664 msgid "  Size table\n"
3665 msgstr ""
3667 #: dwarf.c:8604
3668 #, c-format
3669 msgid "  Unsupported version (%d)\n"
3670 msgstr ""
3672 #: dwarf.c:8676
3673 #, c-format
3674 msgid "Displaying the debug contents of section %s is not yet supported.\n"
3675 msgstr ""
3677 #: dwarf.c:8705
3678 #, c-format
3679 msgid ""
3680 "Attempt to allocate an array with an excessive number of elements: 0x%lx\n"
3681 msgstr ""
3683 #: dwarf.c:8723
3684 #, c-format
3685 msgid ""
3686 "Attempt to re-allocate an array with an excessive number of elements: 0x%lx\n"
3687 msgstr ""
3689 #: dwarf.c:8739
3690 #, c-format
3691 msgid ""
3692 "Attempt to allocate a zero'ed array with an excessive number of elements: 0x"
3693 "%lx\n"
3694 msgstr ""
3696 #: dwarf.c:8848 dwarf.c:8919
3697 #, c-format
3698 msgid "Unrecognized debug option '%s'\n"
3699 msgstr ""
3701 #: elfcomm.c:42
3702 #, c-format
3703 msgid "%s: Error: "
3704 msgstr ""
3706 #: elfcomm.c:56
3707 #, c-format
3708 msgid "%s: Warning: "
3709 msgstr ""
3711 #: elfcomm.c:88 elfcomm.c:123 elfcomm.c:228 elfcomm.c:338
3712 #, c-format
3713 msgid "Unhandled data length: %d\n"
3714 msgstr ""
3716 #: elfcomm.c:417 elfcomm.c:442 elfcomm.c:898
3717 msgid "Out of memory\n"
3718 msgstr ""
3720 #: elfcomm.c:434
3721 #, c-format
3722 msgid "Abnormal length of thin archive member name: %lx\n"
3723 msgstr ""
3725 #: elfcomm.c:474
3726 #, c-format
3727 msgid "%s: invalid archive header size: %ld\n"
3728 msgstr ""
3730 #: elfcomm.c:487
3731 #, c-format
3732 msgid "%s: failed to skip archive symbol table\n"
3733 msgstr ""
3735 #: elfcomm.c:506
3736 #, c-format
3737 msgid "%s: the archive index is empty\n"
3738 msgstr ""
3740 #: elfcomm.c:514 elfcomm.c:543
3741 #, c-format
3742 msgid "%s: failed to read archive index\n"
3743 msgstr ""
3745 #: elfcomm.c:525
3746 #, c-format
3747 msgid ""
3748 "%s: the archive index is supposed to have 0x%lx entries of %d bytes, but the "
3749 "size is only 0x%lx\n"
3750 msgstr ""
3752 #: elfcomm.c:535
3753 msgid "Out of memory whilst trying to read archive symbol index\n"
3754 msgstr ""
3756 #: elfcomm.c:555
3757 msgid "Out of memory whilst trying to convert the archive symbol index\n"
3758 msgstr ""
3760 #: elfcomm.c:568
3761 #, c-format
3762 msgid "%s: the archive has an index but no symbols\n"
3763 msgstr ""
3765 #: elfcomm.c:576
3766 msgid "Out of memory whilst trying to read archive index symbol table\n"
3767 msgstr ""
3769 #: elfcomm.c:584
3770 #, c-format
3771 msgid "%s: failed to read archive index symbol table\n"
3772 msgstr ""
3774 #: elfcomm.c:594
3775 #, c-format
3776 msgid "%s: failed to read archive header following archive index\n"
3777 msgstr ""
3779 #: elfcomm.c:627
3780 #, c-format
3781 msgid "%s: failed to seek to first archive header\n"
3782 msgstr ""
3784 #: elfcomm.c:636 elfcomm.c:856 elfedit.c:379 readelf.c:18296
3785 #, c-format
3786 msgid "%s: failed to read archive header\n"
3787 msgstr ""
3789 #: elfcomm.c:653
3790 #, c-format
3791 msgid "%s has no archive index\n"
3792 msgstr ""
3794 #: elfcomm.c:662
3795 #, c-format
3796 msgid "%s: long name table is too small, (size = %ld)\n"
3797 msgstr ""
3799 #: elfcomm.c:669
3800 #, c-format
3801 msgid "%s: long name table is too big, (size = 0x%lx)\n"
3802 msgstr ""
3804 #: elfcomm.c:680
3805 msgid "Out of memory reading long symbol names in archive\n"
3806 msgstr ""
3808 #: elfcomm.c:688
3809 #, c-format
3810 msgid "%s: failed to read long symbol name string table\n"
3811 msgstr ""
3813 #: elfcomm.c:764
3814 msgid "Archive member uses long names, but no longname table found\n"
3815 msgstr ""
3817 #: elfcomm.c:775
3818 #, c-format
3819 msgid "Found long name index (%ld) beyond end of long name table\n"
3820 msgstr ""
3822 #: elfcomm.c:794
3823 msgid "Invalid Thin archive member name\n"
3824 msgstr ""
3826 #: elfcomm.c:850
3827 #, c-format
3828 msgid "%s: failed to seek to next file name\n"
3829 msgstr ""
3831 #: elfcomm.c:861 elfedit.c:386 readelf.c:18302
3832 #, c-format
3833 msgid "%s: did not find a valid archive header\n"
3834 msgstr ""
3836 #: elfedit.c:100
3837 #, c-format
3838 msgid "%s: Not an ELF file - wrong magic bytes at the start\n"
3839 msgstr ""
3841 #: elfedit.c:108
3842 #, c-format
3843 msgid "%s: Unsupported EI_VERSION: %d is not %d\n"
3844 msgstr ""
3846 #: elfedit.c:129
3847 #, c-format
3848 msgid "%s: Unmatched input EI_CLASS: %d is not %d\n"
3849 msgstr ""
3851 #: elfedit.c:138
3852 #, c-format
3853 msgid "%s: Unmatched output EI_CLASS: %d is not %d\n"
3854 msgstr ""
3856 #: elfedit.c:147
3857 #, c-format
3858 msgid "%s: Unmatched e_machine: %d is not %d\n"
3859 msgstr ""
3861 #: elfedit.c:158
3862 #, c-format
3863 msgid "%s: Unmatched e_type: %d is not %d\n"
3864 msgstr ""
3866 #: elfedit.c:169
3867 #, c-format
3868 msgid "%s: Unmatched EI_OSABI: %d is not %d\n"
3869 msgstr ""
3871 #: elfedit.c:202
3872 #, c-format
3873 msgid "%s: Failed to update ELF header: %s\n"
3874 msgstr ""
3876 #: elfedit.c:235
3877 #, c-format
3878 msgid "Unsupported EI_CLASS: %d\n"
3879 msgstr ""
3881 #: elfedit.c:268
3882 msgid ""
3883 "This executable has been built without support for a\n"
3884 "64 bit data type and so it cannot process 64 bit ELF files.\n"
3885 msgstr ""
3887 #: elfedit.c:309
3888 #, c-format
3889 msgid "%s: Failed to read ELF header\n"
3890 msgstr ""
3892 #: elfedit.c:316
3893 #, c-format
3894 msgid "%s: Failed to seek to ELF header\n"
3895 msgstr ""
3897 #: elfedit.c:370 readelf.c:18288
3898 #, c-format
3899 msgid "%s: failed to seek to next archive header\n"
3900 msgstr ""
3902 #: elfedit.c:401 elfedit.c:410 readelf.c:18316 readelf.c:18325
3903 #, c-format
3904 msgid "%s: bad archive file name\n"
3905 msgstr ""
3907 #: elfedit.c:430 elfedit.c:522
3908 #, c-format
3909 msgid "Input file '%s' is not readable\n"
3910 msgstr ""
3912 #: elfedit.c:454
3913 #, c-format
3914 msgid "%s: failed to seek to archive member\n"
3915 msgstr ""
3917 #: elfedit.c:493 readelf.c:18424
3918 #, c-format
3919 msgid "'%s': No such file\n"
3920 msgstr ""
3922 #: elfedit.c:495 readelf.c:18426
3923 #, c-format
3924 msgid "Could not locate '%s'.  System error message: %s\n"
3925 msgstr ""
3927 #: elfedit.c:502 readelf.c:18433
3928 #, c-format
3929 msgid "'%s' is not an ordinary file\n"
3930 msgstr ""
3932 #: elfedit.c:528 readelf.c:18446
3933 #, c-format
3934 msgid "%s: Failed to read file's magic number\n"
3935 msgstr ""
3937 #: elfedit.c:586
3938 #, c-format
3939 msgid "Unknown OSABI: %s\n"
3940 msgstr ""
3942 #: elfedit.c:611
3943 #, c-format
3944 msgid "Unknown machine type: %s\n"
3945 msgstr ""
3947 #: elfedit.c:630
3948 #, c-format
3949 msgid "Unknown type: %s\n"
3950 msgstr ""
3952 #: elfedit.c:661
3953 #, c-format
3954 msgid "Usage: %s <option(s)> elffile(s)\n"
3955 msgstr ""
3957 #: elfedit.c:663
3958 #, c-format
3959 msgid " Update the ELF header of ELF files\n"
3960 msgstr ""
3962 #: elfedit.c:664 objcopy.c:531 objcopy.c:667 strings.c:641
3963 #, c-format
3964 msgid " The options are:\n"
3965 msgstr ""
3967 #: elfedit.c:665
3968 #, c-format
3969 msgid ""
3970 "  --input-mach <machine>      Set input machine type to <machine>\n"
3971 "  --output-mach <machine>     Set output machine type to <machine>\n"
3972 "  --input-type <type>         Set input file type to <type>\n"
3973 "  --output-type <type>        Set output file type to <type>\n"
3974 "  --input-osabi <osabi>       Set input OSABI to <osabi>\n"
3975 "  --output-osabi <osabi>      Set output OSABI to <osabi>\n"
3976 "  -h --help                   Display this information\n"
3977 "  -v --version                Display the version number of %s\n"
3978 msgstr ""
3980 #: emul_aix.c:44
3981 #, c-format
3982 msgid "  [-g]         - 32 bit small archive\n"
3983 msgstr ""
3985 #: emul_aix.c:45
3986 #, c-format
3987 msgid "  [-X32]       - ignores 64 bit objects\n"
3988 msgstr ""
3990 #: emul_aix.c:46
3991 #, c-format
3992 msgid "  [-X64]       - ignores 32 bit objects\n"
3993 msgstr ""
3995 #: emul_aix.c:47
3996 #, c-format
3997 msgid "  [-X32_64]    - accepts 32 and 64 bit objects\n"
3998 msgstr ""
4000 #: ieee.c:310
4001 msgid "unexpected end of debugging information"
4002 msgstr ""
4004 #: ieee.c:397
4005 msgid "invalid number"
4006 msgstr ""
4008 #: ieee.c:450
4009 msgid "invalid string length"
4010 msgstr ""
4012 #: ieee.c:505 ieee.c:546
4013 msgid "expression stack overflow"
4014 msgstr ""
4016 #: ieee.c:525
4017 msgid "unsupported IEEE expression operator"
4018 msgstr ""
4020 #: ieee.c:540
4021 msgid "unknown section"
4022 msgstr ""
4024 #: ieee.c:561
4025 msgid "expression stack underflow"
4026 msgstr ""
4028 #: ieee.c:575
4029 msgid "expression stack mismatch"
4030 msgstr ""
4032 #: ieee.c:612
4033 msgid "unknown builtin type"
4034 msgstr ""
4036 #: ieee.c:757
4037 msgid "BCD float type not supported"
4038 msgstr ""
4040 #: ieee.c:894
4041 msgid "unexpected number"
4042 msgstr ""
4044 #: ieee.c:901
4045 msgid "unexpected record type"
4046 msgstr ""
4048 #: ieee.c:934
4049 msgid "blocks left on stack at end"
4050 msgstr ""
4052 #: ieee.c:1207
4053 msgid "unknown BB type"
4054 msgstr ""
4056 #: ieee.c:1216
4057 msgid "stack overflow"
4058 msgstr ""
4060 #: ieee.c:1239
4061 msgid "stack underflow"
4062 msgstr ""
4064 #: ieee.c:1351 ieee.c:1421 ieee.c:2119
4065 msgid "illegal variable index"
4066 msgstr ""
4068 #: ieee.c:1399
4069 msgid "illegal type index"
4070 msgstr ""
4072 #: ieee.c:1409 ieee.c:1446
4073 msgid "unknown TY code"
4074 msgstr ""
4076 #: ieee.c:1428
4077 msgid "undefined variable in TY"
4078 msgstr ""
4080 #. Pascal file name.  FIXME.
4081 #: ieee.c:1840
4082 msgid "Pascal file name not supported"
4083 msgstr ""
4085 #: ieee.c:1888
4086 msgid "unsupported qualifier"
4087 msgstr ""
4089 #: ieee.c:2157
4090 msgid "undefined variable in ATN"
4091 msgstr ""
4093 #: ieee.c:2200
4094 msgid "unknown ATN type"
4095 msgstr ""
4097 #. Reserved for FORTRAN common.
4098 #: ieee.c:2322
4099 msgid "unsupported ATN11"
4100 msgstr ""
4102 #. We have no way to record this information.  FIXME.
4103 #: ieee.c:2349
4104 msgid "unsupported ATN12"
4105 msgstr ""
4107 #: ieee.c:2409
4108 msgid "unexpected string in C++ misc"
4109 msgstr ""
4111 #: ieee.c:2422
4112 msgid "bad misc record"
4113 msgstr ""
4115 #: ieee.c:2463
4116 msgid "unrecognized C++ misc record"
4117 msgstr ""
4119 #: ieee.c:2578
4120 msgid "undefined C++ object"
4121 msgstr ""
4123 #: ieee.c:2612
4124 msgid "unrecognized C++ object spec"
4125 msgstr ""
4127 #: ieee.c:2648
4128 msgid "unsupported C++ object type"
4129 msgstr ""
4131 #: ieee.c:2658
4132 msgid "C++ base class not defined"
4133 msgstr ""
4135 #: ieee.c:2670 ieee.c:2775
4136 msgid "C++ object has no fields"
4137 msgstr ""
4139 #: ieee.c:2689
4140 msgid "C++ base class not found in container"
4141 msgstr ""
4143 #: ieee.c:2796
4144 msgid "C++ data member not found in container"
4145 msgstr ""
4147 #: ieee.c:2837 ieee.c:2987
4148 msgid "unknown C++ visibility"
4149 msgstr ""
4151 #: ieee.c:2871
4152 msgid "bad C++ field bit pos or size"
4153 msgstr ""
4155 #: ieee.c:2963
4156 msgid "bad type for C++ method function"
4157 msgstr ""
4159 #: ieee.c:2973
4160 msgid "no type information for C++ method function"
4161 msgstr ""
4163 #: ieee.c:3012
4164 msgid "C++ static virtual method"
4165 msgstr ""
4167 #: ieee.c:3107
4168 msgid "unrecognized C++ object overhead spec"
4169 msgstr ""
4171 #: ieee.c:3146
4172 msgid "undefined C++ vtable"
4173 msgstr ""
4175 #: ieee.c:3215
4176 msgid "C++ default values not in a function"
4177 msgstr ""
4179 #: ieee.c:3255
4180 msgid "unrecognized C++ default type"
4181 msgstr ""
4183 #: ieee.c:3286
4184 msgid "reference parameter is not a pointer"
4185 msgstr ""
4187 #: ieee.c:3369
4188 msgid "unrecognized C++ reference type"
4189 msgstr ""
4191 #: ieee.c:3451
4192 msgid "C++ reference not found"
4193 msgstr ""
4195 #: ieee.c:3459
4196 msgid "C++ reference is not pointer"
4197 msgstr ""
4199 #: ieee.c:3485 ieee.c:3493
4200 msgid "missing required ASN"
4201 msgstr ""
4203 #: ieee.c:3520 ieee.c:3528
4204 msgid "missing required ATN65"
4205 msgstr ""
4207 #: ieee.c:3542
4208 msgid "bad ATN65 record"
4209 msgstr ""
4211 #: ieee.c:4170
4212 #, c-format
4213 msgid "IEEE numeric overflow: 0x"
4214 msgstr ""
4216 #: ieee.c:4214
4217 #, c-format
4218 msgid "IEEE string length overflow: %u\n"
4219 msgstr ""
4221 #: ieee.c:5212
4222 #, c-format
4223 msgid "IEEE unsupported integer type size %u\n"
4224 msgstr ""
4226 #: ieee.c:5246
4227 #, c-format
4228 msgid "IEEE unsupported float type size %u\n"
4229 msgstr ""
4231 #: ieee.c:5280
4232 #, c-format
4233 msgid "IEEE unsupported complex type size %u\n"
4234 msgstr ""
4236 #: mclex.c:240
4237 msgid "Duplicate symbol entered into keyword list."
4238 msgstr ""
4240 #: nlmconv.c:272 srconv.c:1791
4241 msgid "input and output files must be different"
4242 msgstr ""
4244 #: nlmconv.c:319
4245 msgid "input file named both on command line and with INPUT"
4246 msgstr ""
4248 #: nlmconv.c:328
4249 msgid "no input file"
4250 msgstr ""
4252 #: nlmconv.c:358
4253 msgid "no name for output file"
4254 msgstr ""
4256 #: nlmconv.c:372
4257 msgid "warning: input and output formats are not compatible"
4258 msgstr ""
4260 #: nlmconv.c:402
4261 msgid "make .bss section"
4262 msgstr ""
4264 #: nlmconv.c:412
4265 msgid "make .nlmsections section"
4266 msgstr ""
4268 #: nlmconv.c:440
4269 msgid "set .bss vma"
4270 msgstr ""
4272 #: nlmconv.c:447
4273 msgid "set .data size"
4274 msgstr ""
4276 #: nlmconv.c:627
4277 #, c-format
4278 msgid "warning: symbol %s imported but not in import list"
4279 msgstr ""
4281 #: nlmconv.c:647
4282 msgid "set start address"
4283 msgstr ""
4285 #: nlmconv.c:696
4286 #, c-format
4287 msgid "warning: START procedure %s not defined"
4288 msgstr ""
4290 #: nlmconv.c:698
4291 #, c-format
4292 msgid "warning: EXIT procedure %s not defined"
4293 msgstr ""
4295 #: nlmconv.c:700
4296 #, c-format
4297 msgid "warning: CHECK procedure %s not defined"
4298 msgstr ""
4300 #: nlmconv.c:720 nlmconv.c:906
4301 msgid "custom section"
4302 msgstr ""
4304 #: nlmconv.c:740 nlmconv.c:935
4305 msgid "help section"
4306 msgstr ""
4308 #: nlmconv.c:762 nlmconv.c:953
4309 msgid "message section"
4310 msgstr ""
4312 #: nlmconv.c:777 nlmconv.c:986
4313 msgid "module section"
4314 msgstr ""
4316 #: nlmconv.c:796 nlmconv.c:1002
4317 msgid "rpc section"
4318 msgstr ""
4320 #. There is no place to record this information.
4321 #: nlmconv.c:832
4322 #, c-format
4323 msgid "%s: warning: shared libraries can not have uninitialized data"
4324 msgstr ""
4326 #: nlmconv.c:853 nlmconv.c:1021
4327 msgid "shared section"
4328 msgstr ""
4330 #: nlmconv.c:861
4331 msgid "warning: No version number given"
4332 msgstr ""
4334 #: nlmconv.c:901 nlmconv.c:930 nlmconv.c:948 nlmconv.c:997 nlmconv.c:1016
4335 #, c-format
4336 msgid "%s: read: %s"
4337 msgstr ""
4339 #: nlmconv.c:923
4340 msgid "warning: FULLMAP is not supported; try ld -M"
4341 msgstr ""
4343 #: nlmconv.c:1099
4344 #, c-format
4345 msgid "Usage: %s [option(s)] [in-file [out-file]]\n"
4346 msgstr ""
4348 #: nlmconv.c:1100
4349 #, c-format
4350 msgid " Convert an object file into a NetWare Loadable Module\n"
4351 msgstr ""
4353 #: nlmconv.c:1101
4354 #, c-format
4355 msgid ""
4356 " The options are:\n"
4357 "  -I --input-target=<bfdname>   Set the input binary file format\n"
4358 "  -O --output-target=<bfdname>  Set the output binary file format\n"
4359 "  -T --header-file=<file>       Read <file> for NLM header information\n"
4360 "  -l --linker=<linker>          Use <linker> for any linking\n"
4361 "  -d --debug                    Display on stderr the linker command line\n"
4362 "  @<file>                       Read options from <file>.\n"
4363 "  -h --help                     Display this information\n"
4364 "  -v --version                  Display the program's version\n"
4365 msgstr ""
4367 #: nlmconv.c:1142
4368 #, c-format
4369 msgid "support not compiled in for %s"
4370 msgstr ""
4372 #: nlmconv.c:1179
4373 msgid "make section"
4374 msgstr ""
4376 #: nlmconv.c:1193
4377 msgid "set section size"
4378 msgstr ""
4380 #: nlmconv.c:1199
4381 msgid "set section alignment"
4382 msgstr ""
4384 #: nlmconv.c:1203
4385 msgid "set section flags"
4386 msgstr ""
4388 #: nlmconv.c:1214
4389 msgid "set .nlmsections size"
4390 msgstr ""
4392 #: nlmconv.c:1293 nlmconv.c:1301 nlmconv.c:1310 nlmconv.c:1315
4393 msgid "set .nlmsection contents"
4394 msgstr ""
4396 #: nlmconv.c:1795
4397 msgid "stub section sizes"
4398 msgstr ""
4400 #: nlmconv.c:1842
4401 msgid "writing stub"
4402 msgstr ""
4404 #: nlmconv.c:1876
4405 msgid "Unable to locate PPC_TOC16 reloc information"
4406 msgstr ""
4408 #: nlmconv.c:1930
4409 #, c-format
4410 msgid "unresolved PC relative reloc against %s"
4411 msgstr ""
4413 #: nlmconv.c:1938 nlmconv.c:1994 nlmconv.c:2017
4414 #, c-format
4415 msgid "Out of range relocation: %lx"
4416 msgstr ""
4418 #: nlmconv.c:2008
4419 #, c-format
4420 msgid "overflow when adjusting relocation against %s"
4421 msgstr ""
4423 #: nlmconv.c:2033
4424 #, c-format
4425 msgid "Unsupported relocation size: %d"
4426 msgstr ""
4428 #: nlmconv.c:2145
4429 #, c-format
4430 msgid "%s: execution of %s failed: "
4431 msgstr ""
4433 #: nlmconv.c:2160
4434 #, c-format
4435 msgid "Execution of %s failed"
4436 msgstr ""
4438 #: nm.c:239 size.c:76 strings.c:639
4439 #, c-format
4440 msgid "Usage: %s [option(s)] [file(s)]\n"
4441 msgstr ""
4443 #: nm.c:240
4444 #, c-format
4445 msgid " List symbols in [file(s)] (a.out by default).\n"
4446 msgstr ""
4448 #: nm.c:241
4449 #, c-format
4450 msgid ""
4451 " The options are:\n"
4452 "  -a, --debug-syms       Display debugger-only symbols\n"
4453 "  -A, --print-file-name  Print name of the input file before every symbol\n"
4454 "  -B                     Same as --format=bsd\n"
4455 "  -C, --demangle[=STYLE] Decode low-level symbol names into user-level "
4456 "names\n"
4457 "                          The STYLE, if specified, can be `auto' (the "
4458 "default),\n"
4459 "                          `gnu', `lucid', `arm', `hp', `edg', `gnu-v3', "
4460 "`java'\n"
4461 "                          or `gnat'\n"
4462 "      --no-demangle      Do not demangle low-level symbol names\n"
4463 "  -D, --dynamic          Display dynamic symbols instead of normal symbols\n"
4464 "      --defined-only     Display only defined symbols\n"
4465 "  -e                     (ignored)\n"
4466 "  -f, --format=FORMAT    Use the output format FORMAT.  FORMAT can be "
4467 "`bsd',\n"
4468 "                           `sysv' or `posix'.  The default is `bsd'\n"
4469 "  -g, --extern-only      Display only external symbols\n"
4470 "  -l, --line-numbers     Use debugging information to find a filename and\n"
4471 "                           line number for each symbol\n"
4472 "  -n, --numeric-sort     Sort symbols numerically by address\n"
4473 "  -o                     Same as -A\n"
4474 "  -p, --no-sort          Do not sort the symbols\n"
4475 "  -P, --portability      Same as --format=posix\n"
4476 "  -r, --reverse-sort     Reverse the sense of the sort\n"
4477 msgstr ""
4479 #: nm.c:264
4480 #, c-format
4481 msgid "      --plugin NAME      Load the specified plugin\n"
4482 msgstr ""
4484 #: nm.c:267
4485 #, c-format
4486 msgid ""
4487 "  -S, --print-size       Print size of defined symbols\n"
4488 "  -s, --print-armap      Include index for symbols from archive members\n"
4489 "      --size-sort        Sort symbols by size\n"
4490 "      --special-syms     Include special symbols in the output\n"
4491 "      --synthetic        Display synthetic symbols as well\n"
4492 "  -t, --radix=RADIX      Use RADIX for printing symbol values\n"
4493 "      --target=BFDNAME   Specify the target object format as BFDNAME\n"
4494 "  -u, --undefined-only   Display only undefined symbols\n"
4495 "      --with-symbol-versions  Display version strings after symbol names\n"
4496 "  -X 32_64               (ignored)\n"
4497 "  @FILE                  Read options from FILE\n"
4498 "  -h, --help             Display this information\n"
4499 "  -V, --version          Display this program's version number\n"
4500 "\n"
4501 msgstr ""
4503 #: nm.c:316
4504 #, c-format
4505 msgid "%s: invalid radix"
4506 msgstr ""
4508 #: nm.c:340
4509 #, c-format
4510 msgid "%s: invalid output format"
4511 msgstr ""
4513 #: nm.c:364 readelf.c:10656 readelf.c:10701
4514 #, c-format
4515 msgid "<processor specific>: %d"
4516 msgstr ""
4518 #: nm.c:366 readelf.c:10665 readelf.c:10720
4519 #, c-format
4520 msgid "<OS specific>: %d"
4521 msgstr ""
4523 #: nm.c:368 readelf.c:10668 readelf.c:10723
4524 #, c-format
4525 msgid "<unknown>: %d"
4526 msgstr ""
4528 #: nm.c:398
4529 #, c-format
4530 msgid "<unknown>: %d/%d"
4531 msgstr ""
4533 #: nm.c:439
4534 #, c-format
4535 msgid ""
4536 "\n"
4537 "Archive index:\n"
4538 msgstr ""
4540 #: nm.c:484
4541 #, c-format
4542 msgid "%s: plugin needed to handle lto object"
4543 msgstr ""
4545 #: nm.c:1361
4546 #, c-format
4547 msgid ""
4548 "\n"
4549 "\n"
4550 "Undefined symbols from %s:\n"
4551 "\n"
4552 msgstr ""
4554 #: nm.c:1363
4555 #, c-format
4556 msgid ""
4557 "\n"
4558 "\n"
4559 "Symbols from %s:\n"
4560 "\n"
4561 msgstr ""
4563 #: nm.c:1365 nm.c:1416
4564 #, c-format
4565 msgid ""
4566 "Name                  Value   Class        Type         Size     Line  "
4567 "Section\n"
4568 "\n"
4569 msgstr ""
4571 #: nm.c:1368 nm.c:1419
4572 #, c-format
4573 msgid ""
4574 "Name                  Value           Class        Type         "
4575 "Size             Line  Section\n"
4576 "\n"
4577 msgstr ""
4579 #: nm.c:1412
4580 #, c-format
4581 msgid ""
4582 "\n"
4583 "\n"
4584 "Undefined symbols from %s[%s]:\n"
4585 "\n"
4586 msgstr ""
4588 #: nm.c:1414
4589 #, c-format
4590 msgid ""
4591 "\n"
4592 "\n"
4593 "Symbols from %s[%s]:\n"
4594 "\n"
4595 msgstr ""
4597 #: nm.c:1506
4598 #, c-format
4599 msgid "Print width has not been initialized (%d)"
4600 msgstr ""
4602 #: nm.c:1748
4603 msgid "Only -X 32_64 is supported"
4604 msgstr ""
4606 #: nm.c:1776
4607 msgid "Using the --size-sort and --undefined-only options together"
4608 msgstr ""
4610 #: nm.c:1777
4611 msgid "will produce no output, since undefined symbols have no size."
4612 msgstr ""
4614 #: nm.c:1805
4615 #, c-format
4616 msgid "data size %ld"
4617 msgstr ""
4619 #: objcopy.c:529 srconv.c:1698
4620 #, c-format
4621 msgid "Usage: %s [option(s)] in-file [out-file]\n"
4622 msgstr ""
4624 #: objcopy.c:530
4625 #, c-format
4626 msgid " Copies a binary file, possibly transforming it in the process\n"
4627 msgstr ""
4629 #: objcopy.c:532
4630 #, c-format
4631 msgid ""
4632 "  -I --input-target <bfdname>      Assume input file is in format <bfdname>\n"
4633 "  -O --output-target <bfdname>     Create an output file in format "
4634 "<bfdname>\n"
4635 "  -B --binary-architecture <arch>  Set output arch, when input is arch-less\n"
4636 "  -F --target <bfdname>            Set both input and output format to "
4637 "<bfdname>\n"
4638 "     --debugging                   Convert debugging information, if "
4639 "possible\n"
4640 "  -p --preserve-dates              Copy modified/access timestamps to the "
4641 "output\n"
4642 msgstr ""
4644 #: objcopy.c:540 objcopy.c:675
4645 #, c-format
4646 msgid ""
4647 "  -D --enable-deterministic-archives\n"
4648 "                                   Produce deterministic output when "
4649 "stripping archives (default)\n"
4650 "  -U --disable-deterministic-archives\n"
4651 "                                   Disable -D behavior\n"
4652 msgstr ""
4654 #: objcopy.c:546 objcopy.c:681
4655 #, c-format
4656 msgid ""
4657 "  -D --enable-deterministic-archives\n"
4658 "                                   Produce deterministic output when "
4659 "stripping archives\n"
4660 "  -U --disable-deterministic-archives\n"
4661 "                                   Disable -D behavior (default)\n"
4662 msgstr ""
4664 #: objcopy.c:551
4665 #, c-format
4666 msgid ""
4667 "  -j --only-section <name>         Only copy section <name> into the output\n"
4668 "     --add-gnu-debuglink=<file>    Add section .gnu_debuglink linking to "
4669 "<file>\n"
4670 "  -R --remove-section <name>       Remove section <name> from the output\n"
4671 "     --remove-relocations <name>   Remove relocations from section <name>\n"
4672 "  -S --strip-all                   Remove all symbol and relocation "
4673 "information\n"
4674 "  -g --strip-debug                 Remove all debugging symbols & sections\n"
4675 "     --strip-dwo                   Remove all DWO sections\n"
4676 "     --strip-unneeded              Remove all symbols not needed by "
4677 "relocations\n"
4678 "  -N --strip-symbol <name>         Do not copy symbol <name>\n"
4679 "     --strip-unneeded-symbol <name>\n"
4680 "                                   Do not copy symbol <name> unless needed "
4681 "by\n"
4682 "                                     relocations\n"
4683 "     --only-keep-debug             Strip everything but the debug "
4684 "information\n"
4685 "     --extract-dwo                 Copy only DWO sections\n"
4686 "     --extract-symbol              Remove section contents but keep symbols\n"
4687 "  -K --keep-symbol <name>          Do not strip symbol <name>\n"
4688 "     --keep-file-symbols           Do not strip file symbol(s)\n"
4689 "     --localize-hidden             Turn all ELF hidden symbols into locals\n"
4690 "  -L --localize-symbol <name>      Force symbol <name> to be marked as a "
4691 "local\n"
4692 "     --globalize-symbol <name>     Force symbol <name> to be marked as a "
4693 "global\n"
4694 "  -G --keep-global-symbol <name>   Localize all symbols except <name>\n"
4695 "  -W --weaken-symbol <name>        Force symbol <name> to be marked as a "
4696 "weak\n"
4697 "     --weaken                      Force all global symbols to be marked as "
4698 "weak\n"
4699 "  -w --wildcard                    Permit wildcard in symbol comparison\n"
4700 "  -x --discard-all                 Remove all non-global symbols\n"
4701 "  -X --discard-locals              Remove any compiler-generated symbols\n"
4702 "  -i --interleave[=<number>]       Only copy N out of every <number> bytes\n"
4703 "     --interleave-width <number>   Set N for --interleave\n"
4704 "  -b --byte <num>                  Select byte <num> in every interleaved "
4705 "block\n"
4706 "     --gap-fill <val>              Fill gaps between sections with <val>\n"
4707 "     --pad-to <addr>               Pad the last section up to address "
4708 "<addr>\n"
4709 "     --set-start <addr>            Set the start address to <addr>\n"
4710 "    {--change-start|--adjust-start} <incr>\n"
4711 "                                   Add <incr> to the start address\n"
4712 "    {--change-addresses|--adjust-vma} <incr>\n"
4713 "                                   Add <incr> to LMA, VMA and start "
4714 "addresses\n"
4715 "    {--change-section-address|--adjust-section-vma} <name>{=|+|-}<val>\n"
4716 "                                   Change LMA and VMA of section <name> by "
4717 "<val>\n"
4718 "     --change-section-lma <name>{=|+|-}<val>\n"
4719 "                                   Change the LMA of section <name> by "
4720 "<val>\n"
4721 "     --change-section-vma <name>{=|+|-}<val>\n"
4722 "                                   Change the VMA of section <name> by "
4723 "<val>\n"
4724 "    {--[no-]change-warnings|--[no-]adjust-warnings}\n"
4725 "                                   Warn if a named section does not exist\n"
4726 "     --set-section-flags <name>=<flags>\n"
4727 "                                   Set section <name>'s properties to "
4728 "<flags>\n"
4729 "     --add-section <name>=<file>   Add section <name> found in <file> to "
4730 "output\n"
4731 "     --update-section <name>=<file>\n"
4732 "                                   Update contents of section <name> with\n"
4733 "                                   contents found in <file>\n"
4734 "     --dump-section <name>=<file>  Dump the contents of section <name> into "
4735 "<file>\n"
4736 "     --rename-section <old>=<new>[,<flags>] Rename section <old> to <new>\n"
4737 "     --long-section-names {enable|disable|keep}\n"
4738 "                                   Handle long section names in Coff "
4739 "objects.\n"
4740 "     --change-leading-char         Force output format's leading character "
4741 "style\n"
4742 "     --remove-leading-char         Remove leading character from global "
4743 "symbols\n"
4744 "     --reverse-bytes=<num>         Reverse <num> bytes at a time, in output "
4745 "sections with content\n"
4746 "     --redefine-sym <old>=<new>    Redefine symbol name <old> to <new>\n"
4747 "     --redefine-syms <file>        --redefine-sym for all symbol pairs \n"
4748 "                                     listed in <file>\n"
4749 "     --srec-len <number>           Restrict the length of generated "
4750 "Srecords\n"
4751 "     --srec-forceS3                Restrict the type of generated Srecords "
4752 "to S3\n"
4753 "     --strip-symbols <file>        -N for all symbols listed in <file>\n"
4754 "     --strip-unneeded-symbols <file>\n"
4755 "                                   --strip-unneeded-symbol for all symbols "
4756 "listed\n"
4757 "                                     in <file>\n"
4758 "     --keep-symbols <file>         -K for all symbols listed in <file>\n"
4759 "     --localize-symbols <file>     -L for all symbols listed in <file>\n"
4760 "     --globalize-symbols <file>    --globalize-symbol for all in <file>\n"
4761 "     --keep-global-symbols <file>  -G for all symbols listed in <file>\n"
4762 "     --weaken-symbols <file>       -W for all symbols listed in <file>\n"
4763 "     --add-symbol <name>=[<section>:]<value>[,<flags>]  Add a symbol\n"
4764 "     --alt-machine-code <index>    Use the target's <index>'th alternative "
4765 "machine\n"
4766 "     --writable-text               Mark the output text as writable\n"
4767 "     --readonly-text               Make the output text write protected\n"
4768 "     --pure                        Mark the output file as demand paged\n"
4769 "     --impure                      Mark the output file as impure\n"
4770 "     --prefix-symbols <prefix>     Add <prefix> to start of every symbol "
4771 "name\n"
4772 "     --prefix-sections <prefix>    Add <prefix> to start of every section "
4773 "name\n"
4774 "     --prefix-alloc-sections <prefix>\n"
4775 "                                   Add <prefix> to start of every "
4776 "allocatable\n"
4777 "                                     section name\n"
4778 "     --file-alignment <num>        Set PE file alignment to <num>\n"
4779 "     --heap <reserve>[,<commit>]   Set PE reserve/commit heap to <reserve>/\n"
4780 "                                   <commit>\n"
4781 "     --image-base <address>        Set PE image base to <address>\n"
4782 "     --section-alignment <num>     Set PE section alignment to <num>\n"
4783 "     --stack <reserve>[,<commit>]  Set PE reserve/commit stack to "
4784 "<reserve>/\n"
4785 "                                   <commit>\n"
4786 "     --subsystem <name>[:<version>]\n"
4787 "                                   Set PE subsystem to <name> [& <version>]\n"
4788 "     --compress-debug-sections[={none|zlib|zlib-gnu|zlib-gabi}]\n"
4789 "                                   Compress DWARF debug sections using zlib\n"
4790 "     --decompress-debug-sections   Decompress DWARF debug sections using "
4791 "zlib\n"
4792 "     --elf-stt-common=[yes|no]     Generate ELF common symbols with "
4793 "STT_COMMON\n"
4794 "                                     type\n"
4795 "  -M  --merge-notes                Remove redundant entries in note "
4796 "sections\n"
4797 "      --no-merge-notes             Do not attempt to remove redundant notes "
4798 "(default)\n"
4799 "  -v --verbose                     List all object files modified\n"
4800 "  @<file>                          Read options from <file>\n"
4801 "  -V --version                     Display this program's version number\n"
4802 "  -h --help                        Display this output\n"
4803 "     --info                        List object formats & architectures "
4804 "supported\n"
4805 msgstr ""
4807 #: objcopy.c:665
4808 #, c-format
4809 msgid "Usage: %s <option(s)> in-file(s)\n"
4810 msgstr ""
4812 #: objcopy.c:666
4813 #, c-format
4814 msgid " Removes symbols and sections from files\n"
4815 msgstr ""
4817 #: objcopy.c:668
4818 #, c-format
4819 msgid ""
4820 "  -I --input-target=<bfdname>      Assume input file is in format <bfdname>\n"
4821 "  -O --output-target=<bfdname>     Create an output file in format "
4822 "<bfdname>\n"
4823 "  -F --target=<bfdname>            Set both input and output format to "
4824 "<bfdname>\n"
4825 "  -p --preserve-dates              Copy modified/access timestamps to the "
4826 "output\n"
4827 msgstr ""
4829 #: objcopy.c:686
4830 #, c-format
4831 msgid ""
4832 "  -R --remove-section=<name>       Also remove section <name> from the "
4833 "output\n"
4834 "     --remove-relocations <name>   Remove relocations from section <name>\n"
4835 "  -s --strip-all                   Remove all symbol and relocation "
4836 "information\n"
4837 "  -g -S -d --strip-debug           Remove all debugging symbols & sections\n"
4838 "     --strip-dwo                   Remove all DWO sections\n"
4839 "     --strip-unneeded              Remove all symbols not needed by "
4840 "relocations\n"
4841 "     --only-keep-debug             Strip everything but the debug "
4842 "information\n"
4843 "  -M  --merge-notes                Remove redundant entries in note sections "
4844 "(default)\n"
4845 "      --no-merge-notes             Do not attempt to remove redundant notes\n"
4846 "  -N --strip-symbol=<name>         Do not copy symbol <name>\n"
4847 "  -K --keep-symbol=<name>          Do not strip symbol <name>\n"
4848 "     --keep-file-symbols           Do not strip file symbol(s)\n"
4849 "  -w --wildcard                    Permit wildcard in symbol comparison\n"
4850 "  -x --discard-all                 Remove all non-global symbols\n"
4851 "  -X --discard-locals              Remove any compiler-generated symbols\n"
4852 "  -v --verbose                     List all object files modified\n"
4853 "  -V --version                     Display this program's version number\n"
4854 "  -h --help                        Display this output\n"
4855 "     --info                        List object formats & architectures "
4856 "supported\n"
4857 "  -o <file>                        Place stripped output into <file>\n"
4858 msgstr ""
4860 #: objcopy.c:761
4861 #, c-format
4862 msgid "unrecognized section flag `%s'"
4863 msgstr ""
4865 #: objcopy.c:762 objcopy.c:834
4866 #, c-format
4867 msgid "supported flags: %s"
4868 msgstr ""
4870 #: objcopy.c:833
4871 #, c-format
4872 msgid "unrecognized symbol flag `%s'"
4873 msgstr ""
4875 #: objcopy.c:892
4876 #, c-format
4877 msgid "error: %s both copied and removed"
4878 msgstr ""
4880 #: objcopy.c:898
4881 #, c-format
4882 msgid "error: %s both sets and alters VMA"
4883 msgstr ""
4885 #: objcopy.c:904
4886 #, c-format
4887 msgid "error: %s both sets and alters LMA"
4888 msgstr ""
4890 #: objcopy.c:1055
4891 #, c-format
4892 msgid "cannot open '%s': %s"
4893 msgstr ""
4895 #: objcopy.c:1058 objcopy.c:4481
4896 #, c-format
4897 msgid "%s: fread failed"
4898 msgstr ""
4900 #: objcopy.c:1131
4901 #, c-format
4902 msgid "%s:%d: Ignoring rubbish found on this line"
4903 msgstr ""
4905 #: objcopy.c:1293
4906 #, c-format
4907 msgid "error: section %s matches both remove and copy options"
4908 msgstr ""
4910 #: objcopy.c:1296
4911 #, c-format
4912 msgid "error: section %s matches both update and remove options"
4913 msgstr ""
4915 #: objcopy.c:1448
4916 #, c-format
4917 msgid "Section %s not found"
4918 msgstr ""
4920 #: objcopy.c:1596
4921 #, c-format
4922 msgid "not stripping symbol `%s' because it is named in a relocation"
4923 msgstr ""
4925 #: objcopy.c:1656
4926 #, c-format
4927 msgid "'before=%s' not found"
4928 msgstr ""
4930 #: objcopy.c:1695
4931 #, c-format
4932 msgid "%s: Multiple redefinition of symbol \"%s\""
4933 msgstr ""
4935 #: objcopy.c:1699
4936 #, c-format
4937 msgid "%s: Symbol \"%s\" is target of more than one redefinition"
4938 msgstr ""
4940 #: objcopy.c:1726
4941 #, c-format
4942 msgid "couldn't open symbol redefinition file %s (error: %s)"
4943 msgstr ""
4945 #: objcopy.c:1804
4946 #, c-format
4947 msgid "%s:%d: garbage found at end of line"
4948 msgstr ""
4950 #: objcopy.c:1807
4951 #, c-format
4952 msgid "%s:%d: missing new symbol name"
4953 msgstr ""
4955 #: objcopy.c:1817
4956 #, c-format
4957 msgid "%s:%d: premature end of file"
4958 msgstr ""
4960 #: objcopy.c:1843
4961 #, c-format
4962 msgid "stat returns negative size for `%s'"
4963 msgstr ""
4965 #: objcopy.c:1855
4966 #, c-format
4967 msgid "copy from `%s' [unknown] to `%s' [unknown]\n"
4968 msgstr ""
4970 #: objcopy.c:1938
4971 msgid "corrupt GNU build attribute note: wrong note type"
4972 msgstr ""
4974 #: objcopy.c:1944
4975 msgid "corrupt GNU build attribute note: note too big"
4976 msgstr ""
4978 #: objcopy.c:1950
4979 msgid "corrupt GNU build attribute note: name too small"
4980 msgstr ""
4982 #: objcopy.c:1958
4983 msgid "corrupt GNU build attribute note: bad description size"
4984 msgstr ""
4986 #: objcopy.c:1970
4987 msgid "corrupt GNU build attribute note: name not NUL terminated"
4988 msgstr ""
4990 #: objcopy.c:1994
4991 msgid "corrupt GNU build attribute notes: excess data at end"
4992 msgstr ""
4994 #: objcopy.c:2000
4995 msgid "bad GNU build attribute notes: no known versions detected"
4996 msgstr ""
4998 #: objcopy.c:2006
4999 msgid "bad GNU build attribute notes: multiple different versions"
5000 msgstr ""
5002 #: objcopy.c:2020
5003 msgid "bad GNU build attribute notes: first note not version note"
5004 msgstr ""
5006 #. PR 17636: Call non-fatal so that we return to our parent who
5007 #. may need to tidy temporary files.
5008 #: objcopy.c:2264
5009 msgid "Unable to change endianness of input file(s)"
5010 msgstr ""
5012 #: objcopy.c:2276
5013 #, c-format
5014 msgid "error: the input file '%s' has no sections"
5015 msgstr ""
5017 #: objcopy.c:2286
5018 #, c-format
5019 msgid ""
5020 "--compress-debug-sections=[zlib|zlib-gnu|zlib-gabi] is unsupported on `%s'"
5021 msgstr ""
5023 #: objcopy.c:2293
5024 #, c-format
5025 msgid "--elf-stt-common=[yes|no] is unsupported on `%s'"
5026 msgstr ""
5028 #: objcopy.c:2300
5029 #, c-format
5030 msgid "copy from `%s' [%s] to `%s' [%s]\n"
5031 msgstr ""
5033 #: objcopy.c:2349
5034 #, c-format
5035 msgid "Input file `%s' ignores binary architecture parameter."
5036 msgstr ""
5038 #: objcopy.c:2357
5039 #, c-format
5040 msgid "Unable to recognise the format of the input file `%s'"
5041 msgstr ""
5043 #: objcopy.c:2360
5044 #, c-format
5045 msgid "Output file cannot represent architecture `%s'"
5046 msgstr ""
5048 #: objcopy.c:2423
5049 #, c-format
5050 msgid "warning: file alignment (0x%s) > section alignment (0x%s)"
5051 msgstr ""
5053 #: objcopy.c:2489
5054 #, c-format
5055 msgid "can't add section '%s'"
5056 msgstr ""
5058 #: objcopy.c:2503
5059 #, c-format
5060 msgid "can't create section `%s'"
5061 msgstr ""
5063 #: objcopy.c:2552
5064 #, c-format
5065 msgid "error: %s not found, can't be updated"
5066 msgstr ""
5068 #: objcopy.c:2577
5069 msgid "warning: note section is empty"
5070 msgstr ""
5072 #: objcopy.c:2582
5073 msgid "warning: could not load note section"
5074 msgstr ""
5076 #: objcopy.c:2603
5077 msgid "warning: failed to set merged notes size"
5078 msgstr ""
5080 #: objcopy.c:2624
5081 #, c-format
5082 msgid "can't dump section '%s' - it does not exist"
5083 msgstr ""
5085 #: objcopy.c:2632
5086 msgid "can't dump section - it has no contents"
5087 msgstr ""
5089 #: objcopy.c:2640
5090 msgid "can't dump section - it is empty"
5091 msgstr ""
5093 #: objcopy.c:2649
5094 msgid "could not open section dump file"
5095 msgstr ""
5097 #: objcopy.c:2658
5098 #, c-format
5099 msgid "error writing section contents to %s (error: %s)"
5100 msgstr ""
5102 #: objcopy.c:2667
5103 msgid "could not retrieve section contents"
5104 msgstr ""
5106 #: objcopy.c:2681
5107 #, c-format
5108 msgid "%s: debuglink section already exists"
5109 msgstr ""
5111 #: objcopy.c:2693
5112 #, c-format
5113 msgid "cannot create debug link section `%s'"
5114 msgstr ""
5116 #: objcopy.c:2785
5117 msgid "Can't fill gap after section"
5118 msgstr ""
5120 #: objcopy.c:2809
5121 msgid "can't add padding"
5122 msgstr ""
5124 #: objcopy.c:2926
5125 msgid "error: failed to copy merged notes into output"
5126 msgstr ""
5128 #: objcopy.c:2931
5129 msgid "could not find any mergeable note sections"
5130 msgstr ""
5132 #: objcopy.c:2943
5133 #, c-format
5134 msgid "cannot fill debug link section `%s'"
5135 msgstr ""
5137 #: objcopy.c:3000
5138 msgid "error copying private BFD data"
5139 msgstr ""
5141 #: objcopy.c:3011
5142 #, c-format
5143 msgid "this target does not support %lu alternative machine codes"
5144 msgstr ""
5146 #: objcopy.c:3015
5147 msgid "treating that number as an absolute e_machine value instead"
5148 msgstr ""
5150 #: objcopy.c:3019
5151 msgid "ignoring the alternative value"
5152 msgstr ""
5154 #: objcopy.c:3051 objcopy.c:3104
5155 #, c-format
5156 msgid "cannot create tempdir for archive copying (error: %s)"
5157 msgstr ""
5159 #: objcopy.c:3137
5160 msgid "Unable to recognise the format of file"
5161 msgstr ""
5163 #: objcopy.c:3264
5164 #, c-format
5165 msgid "error: the input file '%s' is empty"
5166 msgstr ""
5168 #: objcopy.c:3432
5169 #, c-format
5170 msgid "Multiple renames of section %s"
5171 msgstr ""
5173 #: objcopy.c:3478
5174 msgid "error in private header data"
5175 msgstr ""
5177 #: objcopy.c:3556
5178 msgid "failed to create output section"
5179 msgstr ""
5181 #: objcopy.c:3571
5182 msgid "failed to set size"
5183 msgstr ""
5185 #: objcopy.c:3590
5186 msgid "failed to set vma"
5187 msgstr ""
5189 #: objcopy.c:3615
5190 msgid "failed to set alignment"
5191 msgstr ""
5193 #: objcopy.c:3647
5194 msgid "failed to copy private data"
5195 msgstr ""
5197 #: objcopy.c:3794
5198 msgid "relocation count is negative"
5199 msgstr ""
5201 #. User must pad the section up in order to do this.
5202 #: objcopy.c:3889
5203 #, c-format
5204 msgid ""
5205 "cannot reverse bytes: length of section %s must be evenly divisible by %d"
5206 msgstr ""
5208 #: objcopy.c:4086
5209 msgid "can't create debugging section"
5210 msgstr ""
5212 #: objcopy.c:4099
5213 msgid "can't set debugging section contents"
5214 msgstr ""
5216 #: objcopy.c:4107
5217 #, c-format
5218 msgid "don't know how to write debugging information for %s"
5219 msgstr ""
5221 #: objcopy.c:4278
5222 msgid "could not create temporary file to hold stripped copy"
5223 msgstr ""
5225 #: objcopy.c:4350
5226 #, c-format
5227 msgid "%s: bad version in PE subsystem"
5228 msgstr ""
5230 #: objcopy.c:4380
5231 #, c-format
5232 msgid "unknown PE subsystem: %s"
5233 msgstr ""
5235 #: objcopy.c:4434 objcopy.c:4696 objcopy.c:4776 objcopy.c:4917 objcopy.c:4949
5236 #: objcopy.c:4972 objcopy.c:4976 objcopy.c:4996
5237 #, c-format
5238 msgid "bad format for %s"
5239 msgstr ""
5241 #: objcopy.c:4463
5242 #, c-format
5243 msgid "cannot open: %s: %s"
5244 msgstr ""
5246 #: objcopy.c:4514
5247 msgid "byte number must be non-negative"
5248 msgstr ""
5250 #: objcopy.c:4520
5251 #, c-format
5252 msgid "architecture %s unknown"
5253 msgstr ""
5255 #: objcopy.c:4528
5256 msgid "interleave must be positive"
5257 msgstr ""
5259 #: objcopy.c:4537
5260 msgid "interleave width must be positive"
5261 msgstr ""
5263 #: objcopy.c:4849
5264 #, c-format
5265 msgid "unrecognized --compress-debug-sections type `%s'"
5266 msgstr ""
5268 #: objcopy.c:4870
5269 #, c-format
5270 msgid "unrecognized --elf-stt-common= option `%s'"
5271 msgstr ""
5273 #: objcopy.c:4886
5274 #, c-format
5275 msgid "Warning: truncating gap-fill from 0x%s to 0x%x"
5276 msgstr ""
5278 #: objcopy.c:5047
5279 #, c-format
5280 msgid "unknown long section names option '%s'"
5281 msgstr ""
5283 #: objcopy.c:5065
5284 msgid "unable to parse alternative machine code"
5285 msgstr ""
5287 #: objcopy.c:5114
5288 msgid "number of bytes to reverse must be positive and even"
5289 msgstr ""
5291 #: objcopy.c:5117
5292 #, c-format
5293 msgid "Warning: ignoring previous --reverse-bytes value of %d"
5294 msgstr ""
5296 #: objcopy.c:5132
5297 #, c-format
5298 msgid "%s: invalid reserve value for --heap"
5299 msgstr ""
5301 #: objcopy.c:5138
5302 #, c-format
5303 msgid "%s: invalid commit value for --heap"
5304 msgstr ""
5306 #: objcopy.c:5163
5307 #, c-format
5308 msgid "%s: invalid reserve value for --stack"
5309 msgstr ""
5311 #: objcopy.c:5169
5312 #, c-format
5313 msgid "%s: invalid commit value for --stack"
5314 msgstr ""
5316 #: objcopy.c:5198
5317 msgid "interleave start byte must be set with --byte"
5318 msgstr ""
5320 #: objcopy.c:5201
5321 msgid "byte number must be less than interleave"
5322 msgstr ""
5324 #: objcopy.c:5204
5325 msgid "interleave width must be less than or equal to interleave - byte`"
5326 msgstr ""
5328 #: objcopy.c:5233
5329 #, c-format
5330 msgid "unknown input EFI target: %s"
5331 msgstr ""
5333 #: objcopy.c:5264
5334 #, c-format
5335 msgid "unknown output EFI target: %s"
5336 msgstr ""
5338 #: objcopy.c:5277
5339 #, c-format
5340 msgid "warning: could not locate '%s'.  System error message: %s"
5341 msgstr ""
5343 #: objcopy.c:5289
5344 #, c-format
5345 msgid ""
5346 "warning: could not create temporary file whilst copying '%s', (error: %s)"
5347 msgstr ""
5349 #: objcopy.c:5319 objcopy.c:5333
5350 #, c-format
5351 msgid "%s %s%c0x%s never used"
5352 msgstr ""
5354 #: objdump.c:200
5355 #, c-format
5356 msgid "Usage: %s <option(s)> <file(s)>\n"
5357 msgstr ""
5359 #: objdump.c:201
5360 #, c-format
5361 msgid " Display information from object <file(s)>.\n"
5362 msgstr ""
5364 #: objdump.c:202
5365 #, c-format
5366 msgid " At least one of the following switches must be given:\n"
5367 msgstr ""
5369 #: objdump.c:203
5370 #, c-format
5371 msgid ""
5372 "  -a, --archive-headers    Display archive header information\n"
5373 "  -f, --file-headers       Display the contents of the overall file header\n"
5374 "  -p, --private-headers    Display object format specific file header "
5375 "contents\n"
5376 "  -P, --private=OPT,OPT... Display object format specific contents\n"
5377 "  -h, --[section-]headers  Display the contents of the section headers\n"
5378 "  -x, --all-headers        Display the contents of all headers\n"
5379 "  -d, --disassemble        Display assembler contents of executable "
5380 "sections\n"
5381 "  -D, --disassemble-all    Display assembler contents of all sections\n"
5382 "  -S, --source             Intermix source code with disassembly\n"
5383 "  -s, --full-contents      Display the full contents of all sections "
5384 "requested\n"
5385 "  -g, --debugging          Display debug information in object file\n"
5386 "  -e, --debugging-tags     Display debug information using ctags style\n"
5387 "  -G, --stabs              Display (in raw form) any STABS info in the file\n"
5388 "  -W[lLiaprmfFsoRt] or\n"
5389 "  --dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,"
5390 "=frames,\n"
5391 "          =frames-interp,=str,=loc,=Ranges,=pubtypes,\n"
5392 "          =gdb_index,=trace_info,=trace_abbrev,=trace_aranges,\n"
5393 "          =addr,=cu_index]\n"
5394 "                           Display DWARF info in the file\n"
5395 "  -t, --syms               Display the contents of the symbol table(s)\n"
5396 "  -T, --dynamic-syms       Display the contents of the dynamic symbol table\n"
5397 "  -r, --reloc              Display the relocation entries in the file\n"
5398 "  -R, --dynamic-reloc      Display the dynamic relocation entries in the "
5399 "file\n"
5400 "  @<file>                  Read options from <file>\n"
5401 "  -v, --version            Display this program's version number\n"
5402 "  -i, --info               List object formats and architectures supported\n"
5403 "  -H, --help               Display this information\n"
5404 msgstr ""
5406 #: objdump.c:236
5407 #, c-format
5408 msgid ""
5409 "\n"
5410 " The following switches are optional:\n"
5411 msgstr ""
5413 #: objdump.c:237
5414 #, c-format
5415 msgid ""
5416 "  -b, --target=BFDNAME           Specify the target object format as "
5417 "BFDNAME\n"
5418 "  -m, --architecture=MACHINE     Specify the target architecture as MACHINE\n"
5419 "  -j, --section=NAME             Only display information for section NAME\n"
5420 "  -M, --disassembler-options=OPT Pass text OPT on to the disassembler\n"
5421 "  -EB --endian=big               Assume big endian format when "
5422 "disassembling\n"
5423 "  -EL --endian=little            Assume little endian format when "
5424 "disassembling\n"
5425 "      --file-start-context       Include context from start of file (with -"
5426 "S)\n"
5427 "  -I, --include=DIR              Add DIR to search list for source files\n"
5428 "  -l, --line-numbers             Include line numbers and filenames in "
5429 "output\n"
5430 "  -F, --file-offsets             Include file offsets when displaying "
5431 "information\n"
5432 "  -C, --demangle[=STYLE]         Decode mangled/processed symbol names\n"
5433 "                                  The STYLE, if specified, can be `auto', "
5434 "`gnu',\n"
5435 "                                  `lucid', `arm', `hp', `edg', `gnu-v3', "
5436 "`java'\n"
5437 "                                  or `gnat'\n"
5438 "  -w, --wide                     Format output for more than 80 columns\n"
5439 "  -z, --disassemble-zeroes       Do not skip blocks of zeroes when "
5440 "disassembling\n"
5441 "      --start-address=ADDR       Only process data whose address is >= ADDR\n"
5442 "      --stop-address=ADDR        Only process data whose address is <= ADDR\n"
5443 "      --prefix-addresses         Print complete address alongside "
5444 "disassembly\n"
5445 "      --[no-]show-raw-insn       Display hex alongside symbolic disassembly\n"
5446 "      --insn-width=WIDTH         Display WIDTH bytes on a single line for -"
5447 "d\n"
5448 "      --adjust-vma=OFFSET        Add OFFSET to all displayed section "
5449 "addresses\n"
5450 "      --special-syms             Include special symbols in symbol dumps\n"
5451 "      --inlines                  Print all inlines for source line (with -"
5452 "l)\n"
5453 "      --prefix=PREFIX            Add PREFIX to absolute paths for -S\n"
5454 "      --prefix-strip=LEVEL       Strip initial directory names for -S\n"
5455 msgstr ""
5457 #: objdump.c:264
5458 #, c-format
5459 msgid ""
5460 "      --dwarf-depth=N        Do not display DIEs at depth N or greater\n"
5461 "      --dwarf-start=N        Display DIEs starting with N, at the same "
5462 "depth\n"
5463 "                             or deeper\n"
5464 "      --dwarf-check          Make additional dwarf internal consistency "
5465 "checks.      \n"
5466 "\n"
5467 msgstr ""
5469 #: objdump.c:278
5470 #, c-format
5471 msgid ""
5472 "\n"
5473 "Options supported for -P/--private switch:\n"
5474 msgstr ""
5476 #: objdump.c:433
5477 #, c-format
5478 msgid "section '%s' mentioned in a -j option, but not found in any input file"
5479 msgstr ""
5481 #: objdump.c:584
5482 #, c-format
5483 msgid "Sections:\n"
5484 msgstr ""
5486 #: objdump.c:590
5487 #, c-format
5488 msgid "Idx %-*s Size      %-*s%-*sFile off  Algn"
5489 msgstr ""
5491 #: objdump.c:596
5492 #, c-format
5493 msgid "  Flags"
5494 msgstr ""
5496 #: objdump.c:618
5497 #, c-format
5498 msgid "failed to read symbol table from: %s"
5499 msgstr ""
5501 #: objdump.c:619 objdump.c:3398
5502 msgid "error message was"
5503 msgstr ""
5505 #: objdump.c:643
5506 #, c-format
5507 msgid "%s: not a dynamic object"
5508 msgstr ""
5510 #: objdump.c:1165 objdump.c:1189
5511 #, c-format
5512 msgid " (File Offset: 0x%lx)"
5513 msgstr ""
5515 #: objdump.c:1431
5516 #, c-format
5517 msgid "source file %s is more recent than object file\n"
5518 msgstr ""
5520 #: objdump.c:1877
5521 #, c-format
5522 msgid "disassemble_fn returned length %d"
5523 msgstr ""
5525 #: objdump.c:2183 objdump.c:3033
5526 #, c-format
5527 msgid "Reading section %s failed because: %s"
5528 msgstr ""
5530 #: objdump.c:2200
5531 #, c-format
5532 msgid ""
5533 "\n"
5534 "Disassembly of section %s:\n"
5535 msgstr ""
5537 #: objdump.c:2377
5538 #, c-format
5539 msgid "can't use supplied machine %s"
5540 msgstr ""
5542 #: objdump.c:2398
5543 #, c-format
5544 msgid "can't disassemble for architecture %s\n"
5545 msgstr ""
5547 #: objdump.c:2479 objdump.c:2496
5548 #, c-format
5549 msgid ""
5550 "\n"
5551 "Can't get contents for section '%s'.\n"
5552 msgstr ""
5554 #: objdump.c:2654
5555 #, c-format
5556 msgid "File %s does not contain any dwarf debug information\n"
5557 msgstr ""
5559 #: objdump.c:2712
5560 #, c-format
5561 msgid ""
5562 "No %s section present\n"
5563 "\n"
5564 msgstr ""
5566 #: objdump.c:2718
5567 #, c-format
5568 msgid "reading %s section of %s failed: %s"
5569 msgstr ""
5571 #: objdump.c:2762
5572 #, c-format
5573 msgid ""
5574 "Contents of %s section:\n"
5575 "\n"
5576 msgstr ""
5578 #: objdump.c:2895
5579 #, c-format
5580 msgid "architecture: %s, "
5581 msgstr ""
5583 #: objdump.c:2898
5584 #, c-format
5585 msgid "flags 0x%08x:\n"
5586 msgstr ""
5588 #: objdump.c:2911
5589 #, c-format
5590 msgid ""
5591 "\n"
5592 "start address 0x"
5593 msgstr ""
5595 #: objdump.c:2937
5596 msgid "option -P/--private not supported by this file"
5597 msgstr ""
5599 #: objdump.c:2961
5600 #, c-format
5601 msgid "target specific dump '%s' not supported"
5602 msgstr ""
5604 #: objdump.c:3025
5605 #, c-format
5606 msgid "Contents of section %s:"
5607 msgstr ""
5609 #: objdump.c:3027
5610 #, c-format
5611 msgid "  (Starting at file offset: 0x%lx)"
5612 msgstr ""
5614 #: objdump.c:3137
5615 #, c-format
5616 msgid "no symbols\n"
5617 msgstr ""
5619 #: objdump.c:3144
5620 #, c-format
5621 msgid "no information for symbol number %ld\n"
5622 msgstr ""
5624 #: objdump.c:3147
5625 #, c-format
5626 msgid "could not determine the type of symbol number %ld\n"
5627 msgstr ""
5629 #: objdump.c:3397
5630 #, c-format
5631 msgid "failed to read relocs in: %s"
5632 msgstr ""
5634 #: objdump.c:3497
5635 #, c-format
5636 msgid ""
5637 "\n"
5638 "%s:     file format %s\n"
5639 msgstr ""
5641 #: objdump.c:3559
5642 #, c-format
5643 msgid "%s: printing debugging information failed"
5644 msgstr ""
5646 #: objdump.c:3650
5647 #, c-format
5648 msgid "In archive %s:\n"
5649 msgstr ""
5651 #. Prevent corrupted files from spinning us into an
5652 #. infinite loop.  100 is an arbitrary heuristic.
5653 #: objdump.c:3655
5654 msgid "Archive nesting is too deep"
5655 msgstr ""
5657 #: objdump.c:3659
5658 #, c-format
5659 msgid "In nested archive %s:\n"
5660 msgstr ""
5662 #: objdump.c:3816
5663 msgid "error: the start address should be before the end address"
5664 msgstr ""
5666 #: objdump.c:3821
5667 msgid "error: the stop address should be after the start address"
5668 msgstr ""
5670 #: objdump.c:3833
5671 msgid "error: prefix strip must be non-negative"
5672 msgstr ""
5674 #: objdump.c:3838
5675 msgid "error: instruction width must be positive"
5676 msgstr ""
5678 #: objdump.c:3850
5679 msgid "unrecognized -E option"
5680 msgstr ""
5682 #: objdump.c:3861
5683 #, c-format
5684 msgid "unrecognized --endian type `%s'"
5685 msgstr ""
5687 #: od-macho.c:73
5688 #, c-format
5689 msgid ""
5690 "For Mach-O files:\n"
5691 "  header           Display the file header\n"
5692 "  section          Display the segments and sections commands\n"
5693 "  map              Display the section map\n"
5694 "  load             Display the load commands\n"
5695 "  dysymtab         Display the dynamic symbol table\n"
5696 "  codesign         Display code signature\n"
5697 "  seg_split_info   Display segment split info\n"
5698 "  compact_unwind   Display compact unwinding info\n"
5699 "  function_starts  Display start address of functions\n"
5700 "  data_in_code     Display data in code entries\n"
5701 "  twolevel_hints   Display the two-level namespace lookup hints table\n"
5702 "  dyld_info        Display dyld information\n"
5703 msgstr ""
5705 #: od-macho.c:298
5706 msgid "Mach-O header:\n"
5707 msgstr ""
5709 #: od-macho.c:299
5710 #, c-format
5711 msgid " magic     : %08lx\n"
5712 msgstr ""
5714 #: od-macho.c:300
5715 #, c-format
5716 msgid " cputype   : %08lx (%s)\n"
5717 msgstr ""
5719 #: od-macho.c:302
5720 #, c-format
5721 msgid " cpusubtype: %08lx\n"
5722 msgstr ""
5724 #: od-macho.c:303
5725 #, c-format
5726 msgid " filetype  : %08lx (%s)\n"
5727 msgstr ""
5729 #: od-macho.c:306
5730 #, c-format
5731 msgid " ncmds     : %08lx (%lu)\n"
5732 msgstr ""
5734 #: od-macho.c:307
5735 #, c-format
5736 msgid " sizeofcmds: %08lx (%lu)\n"
5737 msgstr ""
5739 #: od-macho.c:308
5740 #, c-format
5741 msgid " flags     : %08lx ("
5742 msgstr ""
5744 #: od-macho.c:310
5745 msgid ")\n"
5746 msgstr ""
5748 #: od-macho.c:311
5749 #, c-format
5750 msgid " reserved  : %08x\n"
5751 msgstr ""
5753 #: od-macho.c:330
5754 msgid "Segments and Sections:\n"
5755 msgstr ""
5757 #: od-macho.c:331
5758 msgid " #: Segment name     Section name     Address\n"
5759 msgstr ""
5761 #: od-macho.c:973
5762 msgid "cannot read rebase dyld info"
5763 msgstr ""
5765 #: od-macho.c:978
5766 msgid "cannot read bind dyld info"
5767 msgstr ""
5769 #: od-macho.c:983
5770 msgid "cannot read weak bind dyld info"
5771 msgstr ""
5773 #: od-macho.c:988
5774 msgid "cannot read lazy bind dyld info"
5775 msgstr ""
5777 #: od-macho.c:993
5778 msgid "cannot read export symbols dyld info"
5779 msgstr ""
5781 #: od-macho.c:1073 od-macho.c:1080 od-macho.c:1154 od-macho.c:1206
5782 #, c-format
5783 msgid "  [bad block length]\n"
5784 msgstr ""
5786 #: od-macho.c:1077
5787 #, c-format
5788 msgid "  %u index entries:\n"
5789 msgstr ""
5791 #: od-macho.c:1090
5792 #, c-format
5793 msgid "  index entry %u: type: %08x, offset: %08x\n"
5794 msgstr ""
5796 #: od-macho.c:1161
5797 #, c-format
5798 msgid "  version:           %08x\n"
5799 msgstr ""
5801 #: od-macho.c:1162
5802 #, c-format
5803 msgid "  flags:             %08x\n"
5804 msgstr ""
5806 #: od-macho.c:1163
5807 #, c-format
5808 msgid "  hash offset:       %08x\n"
5809 msgstr ""
5811 #: od-macho.c:1165
5812 #, c-format
5813 msgid "  ident offset:      %08x (- %08x)\n"
5814 msgstr ""
5816 #: od-macho.c:1167
5817 #, c-format
5818 msgid "   identity: %s\n"
5819 msgstr ""
5821 #: od-macho.c:1168
5822 #, c-format
5823 msgid "  nbr special slots: %08x (at offset %08x)\n"
5824 msgstr ""
5826 #: od-macho.c:1171
5827 #, c-format
5828 msgid "  nbr code slots:    %08x\n"
5829 msgstr ""
5831 #: od-macho.c:1172
5832 #, c-format
5833 msgid "  code limit:        %08x\n"
5834 msgstr ""
5836 #: od-macho.c:1173
5837 #, c-format
5838 msgid "  hash size:         %02x\n"
5839 msgstr ""
5841 #: od-macho.c:1174
5842 #, c-format
5843 msgid "  hash type:         %02x (%s)\n"
5844 msgstr ""
5846 #: od-macho.c:1177
5847 #, c-format
5848 msgid "  spare1:            %02x\n"
5849 msgstr ""
5851 #: od-macho.c:1178
5852 #, c-format
5853 msgid "  page size:         %02x\n"
5854 msgstr ""
5856 #: od-macho.c:1179
5857 #, c-format
5858 msgid "  spare2:            %08x\n"
5859 msgstr ""
5861 #: od-macho.c:1181
5862 #, c-format
5863 msgid "  scatter offset:    %08x\n"
5864 msgstr ""
5866 #: od-macho.c:1193
5867 #, c-format
5868 msgid "  [truncated block]\n"
5869 msgstr ""
5871 #: od-macho.c:1201
5872 #, c-format
5873 msgid " magic : %08x (%s)\n"
5874 msgstr ""
5876 #: od-macho.c:1203
5877 #, c-format
5878 msgid " length: %08x\n"
5879 msgstr ""
5881 #: od-macho.c:1234
5882 msgid "cannot read code signature data"
5883 msgstr ""
5885 #: od-macho.c:1262
5886 msgid "cannot read segment split info"
5887 msgstr ""
5889 #: od-macho.c:1268
5890 msgid "segment split info is not nul terminated"
5891 msgstr ""
5893 #: od-macho.c:1276
5894 #, c-format
5895 msgid "  32 bit pointers:\n"
5896 msgstr ""
5898 #: od-macho.c:1279
5899 #, c-format
5900 msgid "  64 bit pointers:\n"
5901 msgstr ""
5903 #: od-macho.c:1282
5904 #, c-format
5905 msgid "  PPC hi-16:\n"
5906 msgstr ""
5908 #: od-macho.c:1285
5909 #, c-format
5910 msgid "  Unhandled location type %u\n"
5911 msgstr ""
5913 #: od-macho.c:1309
5914 msgid "cannot read function starts"
5915 msgstr ""
5917 #: od-macho.c:1373
5918 msgid "cannot read data_in_code"
5919 msgstr ""
5921 #: od-macho.c:1411
5922 msgid "cannot read twolevel hints"
5923 msgstr ""
5925 #: od-xcoff.c:77
5926 #, c-format
5927 msgid ""
5928 "For XCOFF files:\n"
5929 "  header      Display the file header\n"
5930 "  aout        Display the auxiliary header\n"
5931 "  sections    Display the section headers\n"
5932 "  syms        Display the symbols table\n"
5933 "  relocs      Display the relocation entries\n"
5934 "  lineno      Display the line number entries\n"
5935 "  loader      Display loader section\n"
5936 "  except      Display exception table\n"
5937 "  typchk      Display type-check section\n"
5938 "  traceback   Display traceback tags\n"
5939 "  toc         Display toc symbols\n"
5940 "  ldinfo      Display loader info in core files\n"
5941 msgstr ""
5943 #: od-xcoff.c:419
5944 #, c-format
5945 msgid "  nbr sections:  %d\n"
5946 msgstr ""
5948 #: od-xcoff.c:420
5949 #, c-format
5950 msgid "  time and date: 0x%08x  - "
5951 msgstr ""
5953 #: od-xcoff.c:422 readelf.c:16679
5954 #, c-format
5955 msgid "not set\n"
5956 msgstr ""
5958 #: od-xcoff.c:429
5959 #, c-format
5960 msgid "  symbols off:   0x%08x\n"
5961 msgstr ""
5963 #: od-xcoff.c:430
5964 #, c-format
5965 msgid "  nbr symbols:   %d\n"
5966 msgstr ""
5968 #: od-xcoff.c:431
5969 #, c-format
5970 msgid "  opt hdr sz:    %d\n"
5971 msgstr ""
5973 #: od-xcoff.c:432
5974 #, c-format
5975 msgid "  flags:         0x%04x "
5976 msgstr ""
5978 #: od-xcoff.c:446
5979 #, c-format
5980 msgid "Auxiliary header:\n"
5981 msgstr ""
5983 #: od-xcoff.c:449
5984 #, c-format
5985 msgid "  No aux header\n"
5986 msgstr ""
5988 #: od-xcoff.c:454
5989 #, c-format
5990 msgid "warning: optional header size too large (> %d)\n"
5991 msgstr ""
5993 #: od-xcoff.c:460
5994 msgid "cannot read auxhdr"
5995 msgstr ""
5997 #: od-xcoff.c:525
5998 #, c-format
5999 msgid "Section headers (at %u+%u=0x%08x to 0x%08x):\n"
6000 msgstr ""
6002 #: od-xcoff.c:530
6003 #, c-format
6004 msgid "  No section header\n"
6005 msgstr ""
6007 #: od-xcoff.c:535 od-xcoff.c:547 od-xcoff.c:602
6008 msgid "cannot read section header"
6009 msgstr ""
6011 #: od-xcoff.c:561
6012 #, c-format
6013 msgid "            Flags: %08x "
6014 msgstr ""
6016 #: od-xcoff.c:569
6017 #, c-format
6018 msgid "overflow - nreloc: %u, nlnno: %u\n"
6019 msgstr ""
6021 #: od-xcoff.c:590 od-xcoff.c:925 od-xcoff.c:981
6022 msgid "cannot read section headers"
6023 msgstr ""
6025 #: od-xcoff.c:649
6026 msgid "cannot read strings table length"
6027 msgstr ""
6029 #: od-xcoff.c:665
6030 msgid "cannot read strings table"
6031 msgstr ""
6033 #: od-xcoff.c:673
6034 msgid "cannot read symbol table"
6035 msgstr ""
6037 #: od-xcoff.c:688
6038 msgid "cannot read symbol entry"
6039 msgstr ""
6041 #: od-xcoff.c:723
6042 msgid "cannot read symbol aux entry"
6043 msgstr ""
6045 #: od-xcoff.c:745
6046 #, c-format
6047 msgid "Symbols table (strtable at 0x%08x)"
6048 msgstr ""
6050 #: od-xcoff.c:750
6051 #, c-format
6052 msgid ""
6053 ":\n"
6054 "  No symbols\n"
6055 msgstr ""
6057 #: od-xcoff.c:756
6058 #, c-format
6059 msgid " (no strings):\n"
6060 msgstr ""
6062 #: od-xcoff.c:758
6063 #, c-format
6064 msgid " (strings size: %08x):\n"
6065 msgstr ""
6067 #. Translators: 'sc' is for storage class, 'off' for offset.
6068 #: od-xcoff.c:772
6069 #, c-format
6070 msgid "  # sc         value    section  type aux name/off\n"
6071 msgstr ""
6073 #. Section length, number of relocs and line number.
6074 #: od-xcoff.c:824
6075 #, c-format
6076 msgid "  scnlen: %08x  nreloc: %-6u  nlinno: %-6u\n"
6077 msgstr ""
6079 #. Section length and number of relocs.
6080 #: od-xcoff.c:831
6081 #, c-format
6082 msgid "  scnlen: %08x  nreloc: %-6u\n"
6083 msgstr ""
6085 #: od-xcoff.c:894
6086 #, c-format
6087 msgid "offset: %08x"
6088 msgstr ""
6090 #: od-xcoff.c:937
6091 #, c-format
6092 msgid "Relocations for %s (%u)\n"
6093 msgstr ""
6095 #: od-xcoff.c:940
6096 msgid "cannot read relocations"
6097 msgstr ""
6099 #: od-xcoff.c:953
6100 msgid "cannot read relocation entry"
6101 msgstr ""
6103 #: od-xcoff.c:993
6104 #, c-format
6105 msgid "Line numbers for %s (%u)\n"
6106 msgstr ""
6108 #: od-xcoff.c:996
6109 msgid "cannot read line numbers"
6110 msgstr ""
6112 #. Line number, symbol index and physical address.
6113 #: od-xcoff.c:1000
6114 #, c-format
6115 msgid "lineno  symndx/paddr\n"
6116 msgstr ""
6118 #: od-xcoff.c:1008
6119 msgid "cannot read line number entry"
6120 msgstr ""
6122 #: od-xcoff.c:1051
6123 #, c-format
6124 msgid "no .loader section in file\n"
6125 msgstr ""
6127 #: od-xcoff.c:1057
6128 #, c-format
6129 msgid "section .loader is too short\n"
6130 msgstr ""
6132 #: od-xcoff.c:1064
6133 #, c-format
6134 msgid "Loader header:\n"
6135 msgstr ""
6137 #: od-xcoff.c:1066
6138 #, c-format
6139 msgid "  version:           %u\n"
6140 msgstr ""
6142 #: od-xcoff.c:1069
6143 #, c-format
6144 msgid " Unhandled version\n"
6145 msgstr ""
6147 #: od-xcoff.c:1074
6148 #, c-format
6149 msgid "  nbr symbols:       %u\n"
6150 msgstr ""
6152 #: od-xcoff.c:1076
6153 #, c-format
6154 msgid "  nbr relocs:        %u\n"
6155 msgstr ""
6157 #. Import string table length.
6158 #: od-xcoff.c:1078
6159 #, c-format
6160 msgid "  import strtab len: %u\n"
6161 msgstr ""
6163 #: od-xcoff.c:1081
6164 #, c-format
6165 msgid "  nbr import files:  %u\n"
6166 msgstr ""
6168 #: od-xcoff.c:1083
6169 #, c-format
6170 msgid "  import file off:   %u\n"
6171 msgstr ""
6173 #: od-xcoff.c:1085
6174 #, c-format
6175 msgid "  string table len:  %u\n"
6176 msgstr ""
6178 #: od-xcoff.c:1087
6179 #, c-format
6180 msgid "  string table off:  %u\n"
6181 msgstr ""
6183 #: od-xcoff.c:1090
6184 #, c-format
6185 msgid "Dynamic symbols:\n"
6186 msgstr ""
6188 #: od-xcoff.c:1097
6189 #, c-format
6190 msgid "  %4u %08x %3u "
6191 msgstr ""
6193 #: od-xcoff.c:1110
6194 #, c-format
6195 msgid " %3u %3u "
6196 msgstr ""
6198 #: od-xcoff.c:1119
6199 #, c-format
6200 msgid "(bad offset: %u)"
6201 msgstr ""
6203 #: od-xcoff.c:1126
6204 #, c-format
6205 msgid "Dynamic relocs:\n"
6206 msgstr ""
6208 #: od-xcoff.c:1166
6209 #, c-format
6210 msgid "Import files:\n"
6211 msgstr ""
6213 #: od-xcoff.c:1198
6214 #, c-format
6215 msgid "no .except section in file\n"
6216 msgstr ""
6218 #: od-xcoff.c:1206
6219 #, c-format
6220 msgid "Exception table:\n"
6221 msgstr ""
6223 #: od-xcoff.c:1241
6224 #, c-format
6225 msgid "no .typchk section in file\n"
6226 msgstr ""
6228 #: od-xcoff.c:1248
6229 #, c-format
6230 msgid "Type-check section:\n"
6231 msgstr ""
6233 #: od-xcoff.c:1295
6234 #, c-format
6235 msgid " address beyond section size\n"
6236 msgstr ""
6238 #: od-xcoff.c:1305
6239 #, c-format
6240 msgid " tags at %08x\n"
6241 msgstr ""
6243 #: od-xcoff.c:1383
6244 #, c-format
6245 msgid " number of CTL anchors: %u\n"
6246 msgstr ""
6248 #: od-xcoff.c:1402
6249 #, c-format
6250 msgid " Name (len: %u): "
6251 msgstr ""
6253 #: od-xcoff.c:1405
6254 #, c-format
6255 msgid "[truncated]\n"
6256 msgstr ""
6258 #: od-xcoff.c:1424
6259 #, c-format
6260 msgid " (end of tags at %08x)\n"
6261 msgstr ""
6263 #: od-xcoff.c:1427
6264 #, c-format
6265 msgid " no tags found\n"
6266 msgstr ""
6268 #: od-xcoff.c:1431
6269 #, c-format
6270 msgid " Truncated .text section\n"
6271 msgstr ""
6273 #: od-xcoff.c:1516
6274 #, c-format
6275 msgid "TOC:\n"
6276 msgstr ""
6278 #: od-xcoff.c:1559
6279 #, c-format
6280 msgid "Nbr entries: %-8u Size: %08x (%u)\n"
6281 msgstr ""
6283 #: od-xcoff.c:1643
6284 msgid "cannot read header"
6285 msgstr ""
6287 #: od-xcoff.c:1651
6288 #, c-format
6289 msgid "File header:\n"
6290 msgstr ""
6292 #: od-xcoff.c:1652
6293 #, c-format
6294 msgid "  magic:         0x%04x (0%04o)  "
6295 msgstr ""
6297 #: od-xcoff.c:1656
6298 #, c-format
6299 msgid "(WRMAGIC: writable text segments)"
6300 msgstr ""
6302 #: od-xcoff.c:1659
6303 #, c-format
6304 msgid "(ROMAGIC: readonly sharablee text segments)"
6305 msgstr ""
6307 #: od-xcoff.c:1662
6308 #, c-format
6309 msgid "(TOCMAGIC: readonly text segments and TOC)"
6310 msgstr ""
6312 #: od-xcoff.c:1665
6313 #, c-format
6314 msgid "unknown magic"
6315 msgstr ""
6317 #: od-xcoff.c:1673 od-xcoff.c:1813
6318 #, c-format
6319 msgid "  Unhandled magic\n"
6320 msgstr ""
6322 #: od-xcoff.c:1737
6323 msgid "cannot read loader info table"
6324 msgstr ""
6326 #: od-xcoff.c:1769
6327 #, c-format
6328 msgid ""
6329 "\n"
6330 "ldinfo dump not supported in 32 bits environments\n"
6331 msgstr ""
6333 #: od-xcoff.c:1787
6334 msgid "cannot core read header"
6335 msgstr ""
6337 #: od-xcoff.c:1794
6338 #, c-format
6339 msgid "Core header:\n"
6340 msgstr ""
6342 #: od-xcoff.c:1795
6343 #, c-format
6344 msgid "  version:    0x%08x  "
6345 msgstr ""
6347 #: od-xcoff.c:1799
6348 #, c-format
6349 msgid "(dumpx format - aix4.3 / 32 bits)"
6350 msgstr ""
6352 #: od-xcoff.c:1802
6353 #, c-format
6354 msgid "(dumpxx format - aix5.0 / 64 bits)"
6355 msgstr ""
6357 #: od-xcoff.c:1805
6358 #, c-format
6359 msgid "unknown format"
6360 msgstr ""
6362 #: rclex.c:196
6363 msgid "invalid value specified for pragma code_page.\n"
6364 msgstr ""
6366 #: rdcoff.c:116
6367 #, c-format
6368 msgid "Excessively large slot index: %lx"
6369 msgstr ""
6371 #: rdcoff.c:202
6372 #, c-format
6373 msgid "parse_coff_type: Bad type code 0x%x"
6374 msgstr ""
6376 #: rdcoff.c:410 rdcoff.c:515 rdcoff.c:703
6377 #, c-format
6378 msgid "bfd_coff_get_syment failed: %s"
6379 msgstr ""
6381 #: rdcoff.c:426 rdcoff.c:723
6382 #, c-format
6383 msgid "bfd_coff_get_auxent failed: %s"
6384 msgstr ""
6386 #: rdcoff.c:790
6387 #, c-format
6388 msgid "%ld: .bf without preceding function"
6389 msgstr ""
6391 #: rdcoff.c:840
6392 #, c-format
6393 msgid "%ld: unexpected .ef\n"
6394 msgstr ""
6396 #: rddbg.c:87
6397 #, c-format
6398 msgid "%s: no recognized debugging information"
6399 msgstr ""
6401 #: rddbg.c:194
6402 #, c-format
6403 msgid "%s: %s: stab entry %ld is corrupt, strx = 0x%x, type = %d\n"
6404 msgstr ""
6406 #: rddbg.c:218
6407 #, c-format
6408 msgid "%s: %s: stab entry %ld is corrupt\n"
6409 msgstr ""
6411 #: rddbg.c:416
6412 #, c-format
6413 msgid "Last stabs entries before error:\n"
6414 msgstr ""
6416 #: readelf.c:300
6417 msgid "<none>"
6418 msgstr ""
6420 #: readelf.c:301
6421 msgid "<no-name>"
6422 msgstr ""
6424 #: readelf.c:350
6425 msgid "Size truncation prevents reading 0x%"
6426 msgstr ""
6428 #: readelf.c:360
6429 msgid "Size overflow prevents reading 0x%"
6430 msgstr ""
6432 #: readelf.c:372
6433 msgid "Reading 0x%"
6434 msgstr ""
6436 #: readelf.c:381
6437 #, c-format
6438 msgid "Unable to seek to 0x%lx for %s\n"
6439 msgstr ""
6441 #: readelf.c:397
6442 msgid "Out of memory allocating 0x%"
6443 msgstr ""
6445 #: readelf.c:409
6446 msgid "Unable to read in 0x%"
6447 msgstr ""
6449 #: readelf.c:834
6450 msgid "Don't know about relocations on this machine architecture\n"
6451 msgstr ""
6453 #: readelf.c:861 readelf.c:966
6454 msgid "32-bit relocation data"
6455 msgstr ""
6457 #: readelf.c:873 readelf.c:903 readelf.c:977 readelf.c:1006
6458 msgid "out of memory parsing relocs\n"
6459 msgstr ""
6461 #: readelf.c:891 readelf.c:995
6462 msgid "64-bit relocation data"
6463 msgstr ""
6465 #: readelf.c:1125
6466 #, c-format
6467 msgid ""
6468 " Offset     Info    Type                Sym. Value  Symbol's Name + Addend\n"
6469 msgstr ""
6471 #: readelf.c:1127
6472 #, c-format
6473 msgid " Offset     Info    Type            Sym.Value  Sym. Name + Addend\n"
6474 msgstr ""
6476 #: readelf.c:1132
6477 #, c-format
6478 msgid " Offset     Info    Type                Sym. Value  Symbol's Name\n"
6479 msgstr ""
6481 #: readelf.c:1134
6482 #, c-format
6483 msgid " Offset     Info    Type            Sym.Value  Sym. Name\n"
6484 msgstr ""
6486 #: readelf.c:1142
6487 #, c-format
6488 msgid ""
6489 "    Offset             Info             Type               Symbol's Value  "
6490 "Symbol's Name + Addend\n"
6491 msgstr ""
6493 #: readelf.c:1144
6494 #, c-format
6495 msgid ""
6496 "  Offset          Info           Type           Sym. Value    Sym. Name + "
6497 "Addend\n"
6498 msgstr ""
6500 #: readelf.c:1149
6501 #, c-format
6502 msgid ""
6503 "    Offset             Info             Type               Symbol's Value  "
6504 "Symbol's Name\n"
6505 msgstr ""
6507 #: readelf.c:1151
6508 #, c-format
6509 msgid ""
6510 "  Offset          Info           Type           Sym. Value    Sym. Name\n"
6511 msgstr ""
6513 #: readelf.c:1521 readelf.c:1711 readelf.c:1719
6514 #, c-format
6515 msgid "unrecognized: %-7lx"
6516 msgstr ""
6518 #: readelf.c:1547
6519 #, c-format
6520 msgid "<unknown addend: %lx>"
6521 msgstr ""
6523 #: readelf.c:1556
6524 #, c-format
6525 msgid " bad symbol index: %08lx in reloc"
6526 msgstr ""
6528 #: readelf.c:1657
6529 #, c-format
6530 msgid "<string table index: %3ld>"
6531 msgstr ""
6533 #: readelf.c:1660
6534 #, c-format
6535 msgid "<corrupt string table index: %3ld>"
6536 msgstr ""
6538 #: readelf.c:2146
6539 #, c-format
6540 msgid "Processor Specific: %lx"
6541 msgstr ""
6543 #: readelf.c:2173
6544 #, c-format
6545 msgid "Operating System specific: %lx"
6546 msgstr ""
6548 #: readelf.c:2177 readelf.c:3912
6549 #, c-format
6550 msgid "<unknown>: %lx"
6551 msgstr ""
6553 #: readelf.c:2190
6554 msgid "NONE (None)"
6555 msgstr ""
6557 #: readelf.c:2191
6558 msgid "REL (Relocatable file)"
6559 msgstr ""
6561 #: readelf.c:2192
6562 msgid "EXEC (Executable file)"
6563 msgstr ""
6565 #: readelf.c:2193
6566 msgid "DYN (Shared object file)"
6567 msgstr ""
6569 #: readelf.c:2194
6570 msgid "CORE (Core file)"
6571 msgstr ""
6573 #: readelf.c:2198
6574 #, c-format
6575 msgid "Processor Specific: (%x)"
6576 msgstr ""
6578 #: readelf.c:2200
6579 #, c-format
6580 msgid "OS Specific: (%x)"
6581 msgstr ""
6583 #: readelf.c:2202
6584 #, c-format
6585 msgid "<unknown>: %x"
6586 msgstr ""
6588 #. Please keep this switch table sorted by increasing EM_ value.
6589 #. 0
6590 #: readelf.c:2216 readelf.c:15066 readelf.c:15077
6591 msgid "None"
6592 msgstr ""
6594 #: readelf.c:2445
6595 #, c-format
6596 msgid "<unknown>: 0x%x"
6597 msgstr ""
6599 #: readelf.c:2725
6600 msgid ", <unknown>"
6601 msgstr ""
6603 #: readelf.c:3094 readelf.c:9431
6604 msgid "unknown"
6605 msgstr ""
6607 #: readelf.c:3095
6608 msgid "unknown mac"
6609 msgstr ""
6611 #: readelf.c:3163
6612 msgid ", <unknown MeP cpu type>"
6613 msgstr ""
6615 #: readelf.c:3173
6616 msgid "<unknown MeP copro type>"
6617 msgstr ""
6619 #: readelf.c:3184
6620 #, c-format
6621 msgid ", unknown flags bits: %#x"
6622 msgstr ""
6624 #: readelf.c:3193
6625 msgid ", relocatable"
6626 msgstr ""
6628 #: readelf.c:3196
6629 msgid ", relocatable-lib"
6630 msgstr ""
6632 #: readelf.c:3278
6633 msgid ", unknown v850 architecture variant"
6634 msgstr ""
6636 #: readelf.c:3343
6637 msgid ", unknown CPU"
6638 msgstr ""
6640 #: readelf.c:3358
6641 msgid ", unknown ABI"
6642 msgstr ""
6644 #: readelf.c:3383 readelf.c:3439
6645 msgid ", unknown ISA"
6646 msgstr ""
6648 #: readelf.c:3549
6649 #, c-format
6650 msgid "Unrecognised IA64 VMS Command Code: %x\n"
6651 msgstr ""
6653 #: readelf.c:3613
6654 msgid ": architecture variant: "
6655 msgstr ""
6657 #: readelf.c:3632
6658 msgid ": unknown"
6659 msgstr ""
6661 #: readelf.c:3636
6662 msgid ": unknown extra flag bits also present"
6663 msgstr ""
6665 #: readelf.c:3685
6666 msgid "Standalone App"
6667 msgstr ""
6669 #: readelf.c:3694
6670 msgid "Bare-metal C6000"
6671 msgstr ""
6673 #: readelf.c:3704 readelf.c:4611 readelf.c:4627 readelf.c:16356
6674 #: readelf.c:16396
6675 #, c-format
6676 msgid "<unknown: %x>"
6677 msgstr ""
6679 #. This message is probably going to be displayed in a 15
6680 #. character wide field, so put the hex value first.
6681 #: readelf.c:4239
6682 #, c-format
6683 msgid "%08x: <unknown>"
6684 msgstr ""
6686 #: readelf.c:4297
6687 #, c-format
6688 msgid "Usage: readelf <option(s)> elf-file(s)\n"
6689 msgstr ""
6691 #: readelf.c:4298
6692 #, c-format
6693 msgid " Display information about the contents of ELF format files\n"
6694 msgstr ""
6696 #: readelf.c:4299
6697 #, c-format
6698 msgid ""
6699 " Options are:\n"
6700 "  -a --all               Equivalent to: -h -l -S -s -r -d -V -A -I\n"
6701 "  -h --file-header       Display the ELF file header\n"
6702 "  -l --program-headers   Display the program headers\n"
6703 "     --segments          An alias for --program-headers\n"
6704 "  -S --section-headers   Display the sections' header\n"
6705 "     --sections          An alias for --section-headers\n"
6706 "  -g --section-groups    Display the section groups\n"
6707 "  -t --section-details   Display the section details\n"
6708 "  -e --headers           Equivalent to: -h -l -S\n"
6709 "  -s --syms              Display the symbol table\n"
6710 "     --symbols           An alias for --syms\n"
6711 "  --dyn-syms             Display the dynamic symbol table\n"
6712 "  -n --notes             Display the core notes (if present)\n"
6713 "  -r --relocs            Display the relocations (if present)\n"
6714 "  -u --unwind            Display the unwind info (if present)\n"
6715 "  -d --dynamic           Display the dynamic section (if present)\n"
6716 "  -V --version-info      Display the version sections (if present)\n"
6717 "  -A --arch-specific     Display architecture specific information (if any)\n"
6718 "  -c --archive-index     Display the symbol/file index in an archive\n"
6719 "  -D --use-dynamic       Use the dynamic section info when displaying "
6720 "symbols\n"
6721 "  -x --hex-dump=<number|name>\n"
6722 "                         Dump the contents of section <number|name> as "
6723 "bytes\n"
6724 "  -p --string-dump=<number|name>\n"
6725 "                         Dump the contents of section <number|name> as "
6726 "strings\n"
6727 "  -R --relocated-dump=<number|name>\n"
6728 "                         Dump the contents of section <number|name> as "
6729 "relocated bytes\n"
6730 "  -z --decompress        Decompress section before dumping it\n"
6731 "  -w[lLiaprmfFsoRt] or\n"
6732 "  --debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,"
6733 "=frames,\n"
6734 "               =frames-interp,=str,=loc,=Ranges,=pubtypes,\n"
6735 "               =gdb_index,=trace_info,=trace_abbrev,=trace_aranges,\n"
6736 "               =addr,=cu_index]\n"
6737 "                         Display the contents of DWARF2 debug sections\n"
6738 msgstr ""
6740 #: readelf.c:4333
6741 #, c-format
6742 msgid ""
6743 "  --dwarf-depth=N        Do not display DIEs at depth N or greater\n"
6744 "  --dwarf-start=N        Display DIEs starting with N, at the same depth\n"
6745 "                         or deeper\n"
6746 msgstr ""
6748 #: readelf.c:4338
6749 #, c-format
6750 msgid ""
6751 "  -i --instruction-dump=<number|name>\n"
6752 "                         Disassemble the contents of section <number|name>\n"
6753 msgstr ""
6755 #: readelf.c:4342
6756 #, c-format
6757 msgid ""
6758 "  -I --histogram         Display histogram of bucket list lengths\n"
6759 "  -W --wide              Allow output width to exceed 80 characters\n"
6760 "  @<file>                Read options from <file>\n"
6761 "  -H --help              Display this information\n"
6762 "  -v --version           Display the version number of readelf\n"
6763 msgstr ""
6765 #: readelf.c:4371 readelf.c:4403 readelf.c:4407 readelf.c:18525
6766 msgid "Out of memory allocating dump request table.\n"
6767 msgstr ""
6769 #: readelf.c:4585
6770 #, c-format
6771 msgid "Invalid option '-%c'\n"
6772 msgstr ""
6774 #: readelf.c:4607 readelf.c:4623 readelf.c:10103
6775 msgid "none"
6776 msgstr ""
6778 #: readelf.c:4624
6779 msgid "2's complement, little endian"
6780 msgstr ""
6782 #: readelf.c:4625
6783 msgid "2's complement, big endian"
6784 msgstr ""
6786 #: readelf.c:4643
6787 msgid "Not an ELF file - it has the wrong magic bytes at the start\n"
6788 msgstr ""
6790 #: readelf.c:4653
6791 #, c-format
6792 msgid "ELF Header:\n"
6793 msgstr ""
6795 #: readelf.c:4654
6796 #, c-format
6797 msgid "  Magic:   "
6798 msgstr ""
6800 #: readelf.c:4658
6801 #, c-format
6802 msgid "  Class:                             %s\n"
6803 msgstr ""
6805 #: readelf.c:4660
6806 #, c-format
6807 msgid "  Data:                              %s\n"
6808 msgstr ""
6810 #: readelf.c:4662
6811 #, c-format
6812 msgid "  Version:                           %d %s\n"
6813 msgstr ""
6815 #: readelf.c:4667
6816 #, c-format
6817 msgid "<unknown: %lx>"
6818 msgstr ""
6820 #: readelf.c:4669
6821 #, c-format
6822 msgid "  OS/ABI:                            %s\n"
6823 msgstr ""
6825 #: readelf.c:4671
6826 #, c-format
6827 msgid "  ABI Version:                       %d\n"
6828 msgstr ""
6830 #: readelf.c:4673
6831 #, c-format
6832 msgid "  Type:                              %s\n"
6833 msgstr ""
6835 #: readelf.c:4675
6836 #, c-format
6837 msgid "  Machine:                           %s\n"
6838 msgstr ""
6840 #: readelf.c:4677
6841 #, c-format
6842 msgid "  Version:                           0x%lx\n"
6843 msgstr ""
6845 #: readelf.c:4680
6846 #, c-format
6847 msgid "  Entry point address:               "
6848 msgstr ""
6850 #: readelf.c:4682
6851 #, c-format
6852 msgid ""
6853 "\n"
6854 "  Start of program headers:          "
6855 msgstr ""
6857 #: readelf.c:4684
6858 #, c-format
6859 msgid ""
6860 " (bytes into file)\n"
6861 "  Start of section headers:          "
6862 msgstr ""
6864 #: readelf.c:4686
6865 #, c-format
6866 msgid " (bytes into file)\n"
6867 msgstr ""
6869 #: readelf.c:4688
6870 #, c-format
6871 msgid "  Flags:                             0x%lx%s\n"
6872 msgstr ""
6874 #: readelf.c:4691
6875 #, c-format
6876 msgid "  Size of this header:               %ld (bytes)\n"
6877 msgstr ""
6879 #: readelf.c:4693
6880 #, c-format
6881 msgid "  Size of program headers:           %ld (bytes)\n"
6882 msgstr ""
6884 #: readelf.c:4695
6885 #, c-format
6886 msgid "  Number of program headers:         %ld"
6887 msgstr ""
6889 #: readelf.c:4702
6890 #, c-format
6891 msgid "  Size of section headers:           %ld (bytes)\n"
6892 msgstr ""
6894 #: readelf.c:4704
6895 #, c-format
6896 msgid "  Number of section headers:         %ld"
6897 msgstr ""
6899 #: readelf.c:4709
6900 #, c-format
6901 msgid "  Section header string table index: %ld"
6902 msgstr ""
6904 #: readelf.c:4716
6905 #, c-format
6906 msgid " <corrupt: out of range>"
6907 msgstr ""
6909 #: readelf.c:4753 readelf.c:4797
6910 msgid ""
6911 "The e_phentsize field in the ELF header is less than the size of an ELF "
6912 "program header\n"
6913 msgstr ""
6915 #: readelf.c:4757 readelf.c:4801
6916 msgid ""
6917 "The e_phentsize field in the ELF header is larger than the size of an ELF "
6918 "program header\n"
6919 msgstr ""
6921 #: readelf.c:4760 readelf.c:4804
6922 msgid "program headers"
6923 msgstr ""
6925 #: readelf.c:4843
6926 #, c-format
6927 msgid "Too many program headers - %#x - the file is not that big\n"
6928 msgstr ""
6930 #: readelf.c:4852
6931 #, c-format
6932 msgid "Out of memory reading %u program headers\n"
6933 msgstr ""
6935 #: readelf.c:4883
6936 msgid ""
6937 "possibly corrupt ELF header - it has a non-zero program header offset, but "
6938 "no program headers\n"
6939 msgstr ""
6941 #: readelf.c:4888
6942 #, c-format
6943 msgid ""
6944 "\n"
6945 "There are no program headers in this file.\n"
6946 msgstr ""
6948 #: readelf.c:4894
6949 #, c-format
6950 msgid ""
6951 "\n"
6952 "Elf file type is %s\n"
6953 msgstr ""
6955 #: readelf.c:4895
6956 #, c-format
6957 msgid "Entry point "
6958 msgstr ""
6960 #: readelf.c:4897
6961 #, c-format
6962 msgid ""
6963 "\n"
6964 "There are %d program headers, starting at offset "
6965 msgstr ""
6967 #: readelf.c:4909 readelf.c:4911
6968 #, c-format
6969 msgid ""
6970 "\n"
6971 "Program Headers:\n"
6972 msgstr ""
6974 #: readelf.c:4915
6975 #, c-format
6976 msgid ""
6977 "  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align\n"
6978 msgstr ""
6980 #: readelf.c:4918
6981 #, c-format
6982 msgid ""
6983 "  Type           Offset   VirtAddr           PhysAddr           FileSiz  "
6984 "MemSiz   Flg Align\n"
6985 msgstr ""
6987 #: readelf.c:4922
6988 #, c-format
6989 msgid "  Type           Offset             VirtAddr           PhysAddr\n"
6990 msgstr ""
6992 #: readelf.c:4924
6993 #, c-format
6994 msgid "                 FileSiz            MemSiz              Flags  Align\n"
6995 msgstr ""
6997 #: readelf.c:5023
6998 msgid "LOAD segments must be sorted in order of increasing VirtAddr\n"
6999 msgstr ""
7001 #: readelf.c:5026
7002 msgid "the segment's file size is larger than its memory size\n"
7003 msgstr ""
7005 #: readelf.c:5033
7006 msgid "the PHDR segment must occur before any LOAD segment\n"
7007 msgstr ""
7009 #: readelf.c:5044
7010 msgid "the PHDR segment is not covered by a LOAD segment\n"
7011 msgstr ""
7013 #: readelf.c:5050
7014 msgid "more than one dynamic segment\n"
7015 msgstr ""
7017 #: readelf.c:5069
7018 msgid "no .dynamic section in the dynamic segment\n"
7019 msgstr ""
7021 #: readelf.c:5084
7022 msgid "the .dynamic section is not contained within the dynamic segment\n"
7023 msgstr ""
7025 #: readelf.c:5087
7026 msgid "the .dynamic section is not the first section in the dynamic segment.\n"
7027 msgstr ""
7029 #: readelf.c:5097
7030 msgid "the dynamic segment offset + size exceeds the size of the file\n"
7031 msgstr ""
7033 #: readelf.c:5105
7034 msgid "Unable to find program interpreter name\n"
7035 msgstr ""
7037 #: readelf.c:5112
7038 msgid ""
7039 "Internal error: failed to create format string to display program "
7040 "interpreter\n"
7041 msgstr ""
7043 #: readelf.c:5116
7044 msgid "Unable to read program interpreter name\n"
7045 msgstr ""
7047 #: readelf.c:5119
7048 #, c-format
7049 msgid "      [Requesting program interpreter: %s]\n"
7050 msgstr ""
7052 #: readelf.c:5128
7053 #, c-format
7054 msgid ""
7055 "\n"
7056 " Section to Segment mapping:\n"
7057 msgstr ""
7059 #: readelf.c:5129
7060 #, c-format
7061 msgid "  Segment Sections...\n"
7062 msgstr ""
7064 #: readelf.c:5165
7065 msgid "Cannot interpret virtual addresses without program headers.\n"
7066 msgstr ""
7068 #: readelf.c:5181
7069 #, c-format
7070 msgid "Virtual address 0x%lx not located in any PT_LOAD segment.\n"
7071 msgstr ""
7073 #: readelf.c:5206 readelf.c:5268
7074 msgid ""
7075 "The e_shentsize field in the ELF header is less than the size of an ELF "
7076 "section header\n"
7077 msgstr ""
7079 #: readelf.c:5210 readelf.c:5272
7080 msgid ""
7081 "The e_shentsize field in the ELF header is larger than the size of an ELF "
7082 "section header\n"
7083 msgstr ""
7085 #: readelf.c:5214 readelf.c:5276
7086 msgid "section headers"
7087 msgstr ""
7089 #: readelf.c:5225 readelf.c:5287
7090 #, c-format
7091 msgid "Out of memory reading %u section headers\n"
7092 msgstr ""
7094 #: readelf.c:5244 readelf.c:5306
7095 #, c-format
7096 msgid "Section %u has an out of range sh_link value of %u\n"
7097 msgstr ""
7099 #: readelf.c:5246 readelf.c:5308
7100 #, c-format
7101 msgid "Section %u has an out of range sh_info value of %u\n"
7102 msgstr ""
7104 #: readelf.c:5337 readelf.c:5448
7105 #, c-format
7106 msgid "Section %s has an invalid sh_entsize of 0x%lx\n"
7107 msgstr ""
7109 #: readelf.c:5344 readelf.c:5456
7110 #, c-format
7111 msgid "Section %s has an invalid sh_size of 0x%lx\n"
7112 msgstr ""
7114 #: readelf.c:5353 readelf.c:5466
7115 #, c-format
7116 msgid ""
7117 "Size (0x%lx) of section %s is not a multiple of its sh_entsize (0x%lx)\n"
7118 msgstr ""
7120 #: readelf.c:5361 readelf.c:5474
7121 msgid "symbols"
7122 msgstr ""
7124 #: readelf.c:5375 readelf.c:5488
7125 msgid "symbol table section indicies"
7126 msgstr ""
7128 #: readelf.c:5381 readelf.c:5494
7129 #, c-format
7130 msgid "Index section %s has an sh_size of 0x%lx - expected 0x%lx\n"
7131 msgstr ""
7133 #: readelf.c:5394 readelf.c:5507
7134 #, c-format
7135 msgid "Out of memory reading %lu symbols\n"
7136 msgstr ""
7138 #: readelf.c:5682 readelf.c:5754 readelf.c:5772 readelf.c:5790
7139 msgid "Internal error: not enough buffer room for section flag info"
7140 msgstr ""
7142 #: readelf.c:5797
7143 #, c-format
7144 msgid "UNKNOWN (%*.*lx)"
7145 msgstr ""
7147 #: readelf.c:5816 readelf.c:5831
7148 msgid "Compressed section is too small even for a compression header\n"
7149 msgstr ""
7151 #: readelf.c:5855
7152 msgid ""
7153 "possibly corrupt ELF file header - it has a non-zero section header offset, "
7154 "but no section headers\n"
7155 msgstr ""
7157 #: readelf.c:5860
7158 #, c-format
7159 msgid ""
7160 "\n"
7161 "There are no sections in this file.\n"
7162 msgstr ""
7164 #: readelf.c:5866
7165 #, c-format
7166 msgid "There are %d section headers, starting at offset 0x%lx:\n"
7167 msgstr ""
7169 #: readelf.c:5890 readelf.c:6655 readelf.c:7097 readelf.c:7490 readelf.c:7933
7170 #: readelf.c:9023 readelf.c:11492 readelf.c:17054
7171 msgid "string table"
7172 msgstr ""
7174 #. Note: coded this way so that there is a single string for         translation.
7175 #: readelf.c:5961
7176 #, c-format
7177 msgid "Section %d has invalid sh_entsize of %s\n"
7178 msgstr ""
7180 #: readelf.c:5962
7181 #, c-format
7182 msgid "(Using the expected size of %u for the rest of this dump)\n"
7183 msgstr ""
7185 #: readelf.c:5983
7186 msgid "File contains multiple dynamic symbol tables\n"
7187 msgstr ""
7189 #: readelf.c:5995
7190 msgid "File contains multiple dynamic string tables\n"
7191 msgstr ""
7193 #: readelf.c:6001
7194 msgid "dynamic strings"
7195 msgstr ""
7197 #: readelf.c:6086
7198 #, c-format
7199 msgid ""
7200 "\n"
7201 "Section Headers:\n"
7202 msgstr ""
7204 #: readelf.c:6088
7205 #, c-format
7206 msgid ""
7207 "\n"
7208 "Section Header:\n"
7209 msgstr ""
7211 #: readelf.c:6094 readelf.c:6105 readelf.c:6116
7212 #, c-format
7213 msgid "  [Nr] Name\n"
7214 msgstr ""
7216 #: readelf.c:6095
7217 #, c-format
7218 msgid "       Type            Addr     Off    Size   ES   Lk Inf Al\n"
7219 msgstr ""
7221 #: readelf.c:6099
7222 #, c-format
7223 msgid ""
7224 "  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk "
7225 "Inf Al\n"
7226 msgstr ""
7228 #: readelf.c:6106
7229 #, c-format
7230 msgid "       Type            Address          Off    Size   ES   Lk Inf Al\n"
7231 msgstr ""
7233 #: readelf.c:6110
7234 #, c-format
7235 msgid ""
7236 "  [Nr] Name              Type            Address          Off    Size   ES "
7237 "Flg Lk Inf Al\n"
7238 msgstr ""
7240 #: readelf.c:6117
7241 #, c-format
7242 msgid "       Type              Address          Offset            Link\n"
7243 msgstr ""
7245 #: readelf.c:6118
7246 #, c-format
7247 msgid "       Size              EntSize          Info              Align\n"
7248 msgstr ""
7250 #: readelf.c:6122
7251 #, c-format
7252 msgid "  [Nr] Name              Type             Address           Offset\n"
7253 msgstr ""
7255 #: readelf.c:6123
7256 #, c-format
7257 msgid "       Size              EntSize          Flags  Link  Info  Align\n"
7258 msgstr ""
7260 #: readelf.c:6128
7261 #, c-format
7262 msgid "       Flags\n"
7263 msgstr ""
7265 #: readelf.c:6150
7266 #, c-format
7267 msgid "[%2u]: Link field (%u) should index a symtab section.\n"
7268 msgstr ""
7270 #: readelf.c:6163
7271 #, c-format
7272 msgid "[%2u]: Link field (%u) should index a string section.\n"
7273 msgstr ""
7275 #: readelf.c:6171 readelf.c:6182
7276 #, c-format
7277 msgid "[%2u]: Unexpected value (%u) in link field.\n"
7278 msgstr ""
7280 #: readelf.c:6210
7281 #, c-format
7282 msgid "[%2u]: Info field (%u) should index a relocatable section.\n"
7283 msgstr ""
7285 #: readelf.c:6222 readelf.c:6249
7286 #, c-format
7287 msgid "[%2u]: Unexpected value (%u) in info field.\n"
7288 msgstr ""
7290 #: readelf.c:6244
7291 #, c-format
7292 msgid "[%2u]: Expected link to another section in info field"
7293 msgstr ""
7295 #: readelf.c:6259
7296 #, c-format
7297 msgid "Size of section %u is larger than the entire file!\n"
7298 msgstr ""
7300 #: readelf.c:6328
7301 #, c-format
7302 msgid "section %u: sh_link value of %u is larger than the number of sections\n"
7303 msgstr ""
7305 #: readelf.c:6430
7306 msgid "compression header"
7307 msgstr ""
7309 #: readelf.c:6439
7310 #, c-format
7311 msgid "       [<unknown>: 0x%x], "
7312 msgstr ""
7314 #. The ordering of the letters shown here matches the ordering of the
7315 #. corresponding SHF_xxx values, and hence the order in which these
7316 #. letters will be displayed to the user.
7317 #: readelf.c:6453
7318 #, c-format
7319 msgid ""
7320 "Key to Flags:\n"
7321 "  W (write), A (alloc), X (execute), M (merge), S (strings), I (info),\n"
7322 "  L (link order), O (extra OS processing required), G (group), T (TLS),\n"
7323 "  C (compressed), x (unknown), o (OS specific), E (exclude),\n"
7324 "  "
7325 msgstr ""
7327 #: readelf.c:6460
7328 #, c-format
7329 msgid "l (large), "
7330 msgstr ""
7332 #: readelf.c:6462
7333 #, c-format
7334 msgid "y (purecode), "
7335 msgstr ""
7337 #: readelf.c:6479
7338 #, c-format
7339 msgid "[0x%x: "
7340 msgstr ""
7342 #: readelf.c:6521
7343 #, c-format
7344 msgid ""
7345 "\n"
7346 "There are no sections to group in this file.\n"
7347 msgstr ""
7349 #: readelf.c:6528
7350 msgid "Section headers are not available!\n"
7351 msgstr ""
7353 #: readelf.c:6538
7354 #, c-format
7355 msgid "Out of memory reading %u section group headers\n"
7356 msgstr ""
7358 #: readelf.c:6554
7359 #, c-format
7360 msgid ""
7361 "\n"
7362 "There are no section groups in this file.\n"
7363 msgstr ""
7365 #: readelf.c:6563
7366 #, c-format
7367 msgid "Out of memory reading %lu groups\n"
7368 msgstr ""
7370 #: readelf.c:6593
7371 #, c-format
7372 msgid "Bad sh_link in group section `%s'\n"
7373 msgstr ""
7375 #: readelf.c:6607
7376 #, c-format
7377 msgid "Corrupt header in group section `%s'\n"
7378 msgstr ""
7380 #: readelf.c:6613 readelf.c:6624
7381 #, c-format
7382 msgid "Bad sh_info in group section `%s'\n"
7383 msgstr ""
7385 #: readelf.c:6665
7386 #, c-format
7387 msgid ""
7388 "Section %s has sh_entsize (0x%lx) which is larger than its size (0x%lx)\n"
7389 msgstr ""
7391 #: readelf.c:6674
7392 msgid "section data"
7393 msgstr ""
7395 #: readelf.c:6685
7396 #, c-format
7397 msgid ""
7398 "\n"
7399 "%sgroup section [%5u] `%s' [%s] contains %u sections:\n"
7400 msgstr ""
7402 #: readelf.c:6688
7403 #, c-format
7404 msgid "   [Index]    Name\n"
7405 msgstr ""
7407 #: readelf.c:6706
7408 #, c-format
7409 msgid "section [%5u] in group section [%5u] > maximum section [%5u]\n"
7410 msgstr ""
7412 #: readelf.c:6709
7413 msgid ""
7414 "Futher error messages about overlarge group section indicies suppressed\n"
7415 msgstr ""
7417 #: readelf.c:6722
7418 #, c-format
7419 msgid "section [%5u] in group section [%5u] already in group section [%5u]\n"
7420 msgstr ""
7422 #: readelf.c:6726
7423 msgid ""
7424 "Further error messages about already contained group sections suppressed\n"
7425 msgstr ""
7427 #: readelf.c:6738
7428 #, c-format
7429 msgid "section 0 in group section [%5u]\n"
7430 msgstr ""
7432 #: readelf.c:6807
7433 msgid "dynamic section image fixups"
7434 msgstr ""
7436 #: readelf.c:6815
7437 #, c-format
7438 msgid "corrupt library name index of 0x%lx found in dynamic entry"
7439 msgstr ""
7441 #: readelf.c:6819
7442 #, c-format
7443 msgid ""
7444 "\n"
7445 "Image fixups for needed library #%d: %s - ident: %lx\n"
7446 msgstr ""
7448 #: readelf.c:6822
7449 #, c-format
7450 msgid "Seg Offset           Type                             SymVec DataType\n"
7451 msgstr ""
7453 #: readelf.c:6855
7454 msgid "dynamic section image relocations"
7455 msgstr ""
7457 #: readelf.c:6859
7458 #, c-format
7459 msgid ""
7460 "\n"
7461 "Image relocs\n"
7462 msgstr ""
7464 #: readelf.c:6861
7465 #, c-format
7466 msgid ""
7467 "Seg Offset   Type                            Addend            Seg Sym Off\n"
7468 msgstr ""
7470 #: readelf.c:6917
7471 msgid "dynamic string section"
7472 msgstr ""
7474 #: readelf.c:7018
7475 #, c-format
7476 msgid ""
7477 "\n"
7478 "'%s' relocation section at offset 0x%lx contains %ld bytes:\n"
7479 msgstr ""
7481 #: readelf.c:7035
7482 #, c-format
7483 msgid ""
7484 "\n"
7485 "There are no dynamic relocations in this file.\n"
7486 msgstr ""
7488 #: readelf.c:7059
7489 #, c-format
7490 msgid ""
7491 "\n"
7492 "Relocation section "
7493 msgstr ""
7495 #: readelf.c:7066 readelf.c:7594
7496 #, c-format
7497 msgid " at offset 0x%lx contains %lu entries:\n"
7498 msgstr ""
7500 #: readelf.c:7119
7501 #, c-format
7502 msgid ""
7503 "\n"
7504 "There are no relocations in this file.\n"
7505 msgstr ""
7507 #: readelf.c:7287
7508 #, c-format
7509 msgid "Invalid offset %lx in table entry %ld\n"
7510 msgstr ""
7512 #: readelf.c:7305
7513 #, c-format
7514 msgid "\tUnknown version.\n"
7515 msgstr ""
7517 #: readelf.c:7368 readelf.c:7791
7518 msgid "unwind table"
7519 msgstr ""
7521 #: readelf.c:7418
7522 #, c-format
7523 msgid "Skipping unknown relocation type: %u\n"
7524 msgstr ""
7526 #: readelf.c:7424
7527 #, c-format
7528 msgid "Skipping unexpected relocation type: %s\n"
7529 msgstr ""
7531 #: readelf.c:7433
7532 #, c-format
7533 msgid "Skipping reloc with overlarge offset: %lx\n"
7534 msgstr ""
7536 #: readelf.c:7484 readelf.c:7927
7537 msgid "Multiple auxillary string tables encountered\n"
7538 msgstr ""
7540 #: readelf.c:7498 readelf.c:7941 readelf.c:9031
7541 #, c-format
7542 msgid ""
7543 "\n"
7544 "There are no unwind sections in this file.\n"
7545 msgstr ""
7547 #: readelf.c:7572
7548 #, c-format
7549 msgid ""
7550 "\n"
7551 "Could not find unwind info section for "
7552 msgstr ""
7554 #: readelf.c:7584
7555 msgid "unwind info"
7556 msgstr ""
7558 #: readelf.c:7587
7559 #, c-format
7560 msgid ""
7561 "\n"
7562 "Unwind section "
7563 msgstr ""
7565 #: readelf.c:7873
7566 #, c-format
7567 msgid "Skipping unexpected relocation type %s\n"
7568 msgstr ""
7570 #: readelf.c:7947
7571 #, c-format
7572 msgid ""
7573 "\n"
7574 "Unwind section '%s' at offset 0x%lx contains %lu entries:\n"
7575 msgstr ""
7577 #: readelf.c:8079
7578 msgid "unwind data"
7579 msgstr ""
7581 #: readelf.c:8152
7582 #, c-format
7583 msgid "Skipping unexpected relocation at offset 0x%lx\n"
7584 msgstr ""
7586 #: readelf.c:8174
7587 #, c-format
7588 msgid "Unknown section relocation type %d encountered\n"
7589 msgstr ""
7591 #: readelf.c:8182
7592 #, c-format
7593 msgid "Bad symbol index in unwind relocation (%lu > %lu)\n"
7594 msgstr ""
7596 #: readelf.c:8197
7597 #, c-format
7598 msgid "Skipping unknown ARM relocation type: %d\n"
7599 msgstr ""
7601 #: readelf.c:8207
7602 #, c-format
7603 msgid "Skipping unexpected ARM relocation type %s\n"
7604 msgstr ""
7606 #: readelf.c:8216
7607 #, c-format
7608 msgid "Skipping unknown C6000 relocation type: %d\n"
7609 msgstr ""
7611 #: readelf.c:8226
7612 #, c-format
7613 msgid "Skipping unexpected C6000 relocation type %s\n"
7614 msgstr ""
7616 #. This function currently only supports ARM and TI unwinders.
7617 #: readelf.c:8235
7618 msgid "Only TI and ARM unwinders are currently supported\n"
7619 msgstr ""
7621 #: readelf.c:8298
7622 #, c-format
7623 msgid "[Truncated opcode]\n"
7624 msgstr ""
7626 #: readelf.c:8345 readelf.c:8560
7627 #, c-format
7628 msgid "Refuse to unwind"
7629 msgstr ""
7631 #: readelf.c:8368
7632 #, c-format
7633 msgid "     [Reserved]"
7634 msgstr ""
7636 #: readelf.c:8396
7637 #, c-format
7638 msgid "     finish"
7639 msgstr ""
7641 #: readelf.c:8401 readelf.c:8494
7642 #, c-format
7643 msgid "[Spare]"
7644 msgstr ""
7646 #: readelf.c:8435
7647 msgid "corrupt change to vsp"
7648 msgstr ""
7650 #: readelf.c:8516 readelf.c:8665
7651 #, c-format
7652 msgid "     [unsupported opcode]"
7653 msgstr ""
7655 #: readelf.c:8608
7656 #, c-format
7657 msgid "pop frame {"
7658 msgstr ""
7660 #: readelf.c:8619
7661 msgid "[pad]"
7662 msgstr ""
7664 #: readelf.c:8647
7665 msgid "Corrupt stack pointer adjustment detected\n"
7666 msgstr ""
7668 #: readelf.c:8654
7669 #, c-format
7670 msgid "sp = sp + %ld"
7671 msgstr ""
7673 #: readelf.c:8723
7674 #, c-format
7675 msgid "  Personality routine: "
7676 msgstr ""
7678 #: readelf.c:8755
7679 #, c-format
7680 msgid "  [Truncated data]\n"
7681 msgstr ""
7683 #: readelf.c:8779
7684 #, c-format
7685 msgid "Corrupt ARM compact model table entry: %x \n"
7686 msgstr ""
7688 #: readelf.c:8784
7689 #, c-format
7690 msgid "  Compact model index: %d\n"
7691 msgstr ""
7693 #: readelf.c:8810
7694 msgid "Unknown ARM compact model index encountered\n"
7695 msgstr ""
7697 #: readelf.c:8811
7698 #, c-format
7699 msgid "  [reserved]\n"
7700 msgstr ""
7702 #: readelf.c:8826
7703 #, c-format
7704 msgid "  Restore stack from frame pointer\n"
7705 msgstr ""
7707 #: readelf.c:8828
7708 #, c-format
7709 msgid "  Stack increment %d\n"
7710 msgstr ""
7712 #: readelf.c:8829
7713 #, c-format
7714 msgid "  Registers restored: "
7715 msgstr ""
7717 #: readelf.c:8834
7718 #, c-format
7719 msgid "  Return register: %s\n"
7720 msgstr ""
7722 #: readelf.c:8838
7723 #, c-format
7724 msgid "  [reserved (%d)]\n"
7725 msgstr ""
7727 #: readelf.c:8842
7728 #, c-format
7729 msgid ""
7730 "Unsupported architecture type %d encountered when decoding unwind table\n"
7731 msgstr ""
7733 #: readelf.c:8895
7734 #, c-format
7735 msgid "corrupt index table entry: %x\n"
7736 msgstr ""
7738 #: readelf.c:8935
7739 #, c-format
7740 msgid "Unwind entry contains corrupt offset (0x%lx) into section %s\n"
7741 msgstr ""
7743 #: readelf.c:8951
7744 #, c-format
7745 msgid "Could not locate .ARM.extab section containing 0x%lx.\n"
7746 msgstr ""
7748 #: readelf.c:8996
7749 #, c-format
7750 msgid ""
7751 "Unsupported architecture type %d encountered when processing unwind table\n"
7752 msgstr ""
7754 #: readelf.c:9018
7755 msgid "Multiple string tables found in file.\n"
7756 msgstr ""
7758 #: readelf.c:9037
7759 #, c-format
7760 msgid ""
7761 "\n"
7762 "Unwind table index '%s' at offset 0x%lx contains %lu entries:\n"
7763 msgstr ""
7765 #: readelf.c:9079
7766 #, c-format
7767 msgid ""
7768 "\n"
7769 "The decoding of unwind sections for machine type %s is not currently "
7770 "supported.\n"
7771 msgstr ""
7773 #: readelf.c:9091
7774 #, c-format
7775 msgid "NONE"
7776 msgstr ""
7778 #: readelf.c:9116
7779 #, c-format
7780 msgid "Interface Version: %s"
7781 msgstr ""
7783 #. Note: coded this way so that there is a single string for translation.
7784 #: readelf.c:9122
7785 #, c-format
7786 msgid "<corrupt: %s>"
7787 msgstr ""
7789 #: readelf.c:9140
7790 #, c-format
7791 msgid "Time Stamp: %s"
7792 msgstr ""
7794 #: readelf.c:9318 readelf.c:9366
7795 msgid "dynamic section"
7796 msgstr ""
7798 #: readelf.c:9338 readelf.c:9387
7799 #, c-format
7800 msgid "Out of memory allocating space for %lu dynamic entries\n"
7801 msgstr ""
7803 #: readelf.c:9447
7804 #, c-format
7805 msgid ""
7806 "\n"
7807 "There is no dynamic section in this file.\n"
7808 msgstr ""
7810 #. See PR 21379 for a reproducer.
7811 #: readelf.c:9485
7812 #, c-format
7813 msgid "Invalid DT_SYMTAB entry: %lx"
7814 msgstr ""
7816 #: readelf.c:9494
7817 msgid "Unable to seek to end of file!\n"
7818 msgstr ""
7820 #: readelf.c:9508
7821 msgid "Unable to determine the number of symbols to load\n"
7822 msgstr ""
7824 #: readelf.c:9541
7825 msgid "Unable to seek to end of file\n"
7826 msgstr ""
7828 #: readelf.c:9548
7829 msgid "Unable to determine the length of the dynamic string table\n"
7830 msgstr ""
7832 #: readelf.c:9554
7833 msgid "dynamic string table"
7834 msgstr ""
7836 #: readelf.c:9576
7837 #, c-format
7838 msgid "Bad value (%d) for SYMINENT entry\n"
7839 msgstr ""
7841 #: readelf.c:9595
7842 msgid "symbol information"
7843 msgstr ""
7845 #: readelf.c:9602
7846 #, c-format
7847 msgid "Out of memory allocating %lu byte for dynamic symbol info\n"
7848 msgstr ""
7850 #: readelf.c:9621
7851 #, c-format
7852 msgid ""
7853 "\n"
7854 "Dynamic section at offset 0x%lx contains %lu entries:\n"
7855 msgstr ""
7857 #: readelf.c:9624
7858 #, c-format
7859 msgid "  Tag        Type                         Name/Value\n"
7860 msgstr ""
7862 #: readelf.c:9658
7863 #, c-format
7864 msgid "Auxiliary library"
7865 msgstr ""
7867 #: readelf.c:9662
7868 #, c-format
7869 msgid "Filter library"
7870 msgstr ""
7872 #: readelf.c:9666
7873 #, c-format
7874 msgid "Configuration file"
7875 msgstr ""
7877 #: readelf.c:9670
7878 #, c-format
7879 msgid "Dependency audit library"
7880 msgstr ""
7882 #: readelf.c:9674
7883 #, c-format
7884 msgid "Audit library"
7885 msgstr ""
7887 #: readelf.c:9692 readelf.c:9720 readelf.c:9748
7888 #, c-format
7889 msgid "Flags:"
7890 msgstr ""
7892 #: readelf.c:9695 readelf.c:9723 readelf.c:9750
7893 #, c-format
7894 msgid " None\n"
7895 msgstr ""
7897 #: readelf.c:9941
7898 #, c-format
7899 msgid "Shared library: [%s]"
7900 msgstr ""
7902 #: readelf.c:9944
7903 #, c-format
7904 msgid " program interpreter"
7905 msgstr ""
7907 #: readelf.c:9948
7908 #, c-format
7909 msgid "Library soname: [%s]"
7910 msgstr ""
7912 #: readelf.c:9952
7913 #, c-format
7914 msgid "Library rpath: [%s]"
7915 msgstr ""
7917 #: readelf.c:9956
7918 #, c-format
7919 msgid "Library runpath: [%s]"
7920 msgstr ""
7922 #: readelf.c:9990
7923 #, c-format
7924 msgid " (bytes)\n"
7925 msgstr ""
7927 #: readelf.c:10020
7928 #, c-format
7929 msgid "Not needed object: [%s]\n"
7930 msgstr ""
7932 #: readelf.c:10045
7933 #, c-format
7934 msgid "<corrupt time val: %lx"
7935 msgstr ""
7937 #: readelf.c:10163
7938 #, c-format
7939 msgid ""
7940 "\n"
7941 "Version definition section '%s' contains %u entries:\n"
7942 msgstr ""
7944 #: readelf.c:10167
7945 #, c-format
7946 msgid "  Addr: 0x"
7947 msgstr ""
7949 #: readelf.c:10169 readelf.c:10292 readelf.c:10442
7950 #, c-format
7951 msgid "  Offset: %#08lx  Link: %u (%s)\n"
7952 msgstr ""
7954 #: readelf.c:10175
7955 msgid "version definition section"
7956 msgstr ""
7958 #: readelf.c:10211
7959 #, c-format
7960 msgid "  %#06x: Rev: %d  Flags: %s"
7961 msgstr ""
7963 #: readelf.c:10214
7964 #, c-format
7965 msgid "  Index: %d  Cnt: %d  "
7966 msgstr ""
7968 #: readelf.c:10230
7969 #, c-format
7970 msgid "Name: %s\n"
7971 msgstr ""
7973 #: readelf.c:10232
7974 #, c-format
7975 msgid "Name index: %ld\n"
7976 msgstr ""
7978 #: readelf.c:10253
7979 #, c-format
7980 msgid "  %#06x: Parent %d: %s\n"
7981 msgstr ""
7983 #: readelf.c:10256
7984 #, c-format
7985 msgid "  %#06x: Parent %d, name index: %ld\n"
7986 msgstr ""
7988 #: readelf.c:10261
7989 #, c-format
7990 msgid "  Version def aux past end of section\n"
7991 msgstr ""
7993 #: readelf.c:10272
7994 #, c-format
7995 msgid "  Version definition past end of section\n"
7996 msgstr ""
7998 #: readelf.c:10287
7999 #, c-format
8000 msgid ""
8001 "\n"
8002 "Version needs section '%s' contains %u entries:\n"
8003 msgstr ""
8005 #: readelf.c:10290
8006 #, c-format
8007 msgid " Addr: 0x"
8008 msgstr ""
8010 #: readelf.c:10299
8011 msgid "Version Needs section"
8012 msgstr ""
8014 #: readelf.c:10327
8015 #, c-format
8016 msgid "  %#06x: Version: %d"
8017 msgstr ""
8019 #: readelf.c:10330
8020 #, c-format
8021 msgid "  File: %s"
8022 msgstr ""
8024 #: readelf.c:10332
8025 #, c-format
8026 msgid "  File: %lx"
8027 msgstr ""
8029 #: readelf.c:10334
8030 #, c-format
8031 msgid "  Cnt: %d\n"
8032 msgstr ""
8034 #: readelf.c:10357
8035 #, c-format
8036 msgid "  %#06x:   Name: %s"
8037 msgstr ""
8039 #: readelf.c:10360
8040 #, c-format
8041 msgid "  %#06x:   Name index: %lx"
8042 msgstr ""
8044 #: readelf.c:10363
8045 #, c-format
8046 msgid "  Flags: %s  Version: %d\n"
8047 msgstr ""
8049 #: readelf.c:10370
8050 #, c-format
8051 msgid "Invalid vna_next field of %lx\n"
8052 msgstr ""
8054 #: readelf.c:10380
8055 msgid "Missing Version Needs auxillary information\n"
8056 msgstr ""
8058 #: readelf.c:10384
8059 msgid ""
8060 "Corrupt Version Needs structure - offset to next structure is zero with "
8061 "entries still left to be processed\n"
8062 msgstr ""
8064 #: readelf.c:10392
8065 msgid "Missing Version Needs information\n"
8066 msgstr ""
8068 #: readelf.c:10430
8069 msgid "version string table"
8070 msgstr ""
8072 #: readelf.c:10437
8073 #, c-format
8074 msgid ""
8075 "\n"
8076 "Version symbols section '%s' contains %lu entries:\n"
8077 msgstr ""
8079 #: readelf.c:10440
8080 #, c-format
8081 msgid " Addr: "
8082 msgstr ""
8084 #: readelf.c:10451
8085 msgid "version symbol data"
8086 msgstr ""
8088 #: readelf.c:10471
8089 msgid "*invalid*"
8090 msgstr ""
8092 #: readelf.c:10479
8093 msgid "   0 (*local*)    "
8094 msgstr ""
8096 #: readelf.c:10483
8097 msgid "   1 (*global*)   "
8098 msgstr ""
8100 #: readelf.c:10494
8101 msgid "invalid index into symbol array\n"
8102 msgstr ""
8104 #: readelf.c:10516 readelf.c:11145
8105 msgid "version need"
8106 msgstr ""
8108 #: readelf.c:10527
8109 msgid "version need aux (2)"
8110 msgstr ""
8112 #: readelf.c:10573 readelf.c:11093
8113 msgid "version def"
8114 msgstr ""
8116 #: readelf.c:10601 readelf.c:11116
8117 msgid "version def aux"
8118 msgstr ""
8120 #: readelf.c:10609
8121 msgid "*both*"
8122 msgstr ""
8124 #: readelf.c:10639
8125 #, c-format
8126 msgid ""
8127 "\n"
8128 "No version information found in this file.\n"
8129 msgstr ""
8131 #: readelf.c:10738
8132 #, c-format
8133 msgid "Unrecognized visibility value: %u"
8134 msgstr ""
8136 #: readelf.c:10799
8137 #, c-format
8138 msgid "Unrecognized IA64 VMS ST Function type: %d\n"
8139 msgstr ""
8141 #: readelf.c:10823
8142 #, c-format
8143 msgid "Unrecognized IA64 VMS ST Linkage: %d\n"
8144 msgstr ""
8146 #: readelf.c:10843
8147 #, c-format
8148 msgid "<localentry>: %d"
8149 msgstr ""
8151 #: readelf.c:10878
8152 #, c-format
8153 msgid "<other>: %x"
8154 msgstr ""
8156 #: readelf.c:10917
8157 #, c-format
8158 msgid "bad section index[%3d]"
8159 msgstr ""
8161 #: readelf.c:10938
8162 msgid "Size truncation prevents reading %"
8163 msgstr ""
8165 #: readelf.c:10948
8166 msgid "Invalid number of dynamic entries: %"
8167 msgstr ""
8169 #: readelf.c:10956
8170 msgid "Out of memory reading %"
8171 msgstr ""
8173 #: readelf.c:10963
8174 msgid "Unable to read in %"
8175 msgstr ""
8177 #: readelf.c:10972
8178 msgid "Out of memory allocating space for %"
8179 msgstr ""
8181 #: readelf.c:11000
8182 #, c-format
8183 msgid "<No info available for dynamic symbol number %lu>\n"
8184 msgstr ""
8186 #: readelf.c:11032
8187 #, c-format
8188 msgid " <corrupt: %14ld>"
8189 msgstr ""
8191 #: readelf.c:11058
8192 msgid "version data"
8193 msgstr ""
8195 #: readelf.c:11163
8196 msgid "version need aux (3)"
8197 msgstr ""
8199 #: readelf.c:11238 readelf.c:11290 readelf.c:11314 readelf.c:11344
8200 #: readelf.c:11368
8201 msgid "Unable to seek to start of dynamic information\n"
8202 msgstr ""
8204 #: readelf.c:11244 readelf.c:11296
8205 msgid "Failed to read in number of buckets\n"
8206 msgstr ""
8208 #: readelf.c:11250
8209 msgid "Failed to read in number of chains\n"
8210 msgstr ""
8212 #: readelf.c:11352
8213 msgid "Failed to determine last chain length\n"
8214 msgstr ""
8216 #: readelf.c:11398
8217 #, c-format
8218 msgid ""
8219 "\n"
8220 "Symbol table for image:\n"
8221 msgstr ""
8223 #: readelf.c:11400 readelf.c:11418
8224 #, c-format
8225 msgid "  Num Buc:    Value  Size   Type   Bind Vis      Ndx Name\n"
8226 msgstr ""
8228 #: readelf.c:11402 readelf.c:11420
8229 #, c-format
8230 msgid "  Num Buc:    Value          Size   Type   Bind Vis      Ndx Name\n"
8231 msgstr ""
8233 #: readelf.c:11416
8234 #, c-format
8235 msgid ""
8236 "\n"
8237 "Symbol table of `.gnu.hash' for image:\n"
8238 msgstr ""
8240 #: readelf.c:11461
8241 #, c-format
8242 msgid ""
8243 "\n"
8244 "Symbol table '%s' has a sh_entsize of zero!\n"
8245 msgstr ""
8247 #: readelf.c:11466
8248 #, c-format
8249 msgid ""
8250 "\n"
8251 "Symbol table '%s' contains %lu entries:\n"
8252 msgstr ""
8254 #: readelf.c:11471
8255 #, c-format
8256 msgid "   Num:    Value  Size Type    Bind   Vis      Ndx Name\n"
8257 msgstr ""
8259 #: readelf.c:11473
8260 #, c-format
8261 msgid "   Num:    Value          Size Type    Bind   Vis      Ndx Name\n"
8262 msgstr ""
8264 #: readelf.c:11548
8265 #, c-format
8266 msgid "local symbol %u found at index >= %s's sh_info value of %u\n"
8267 msgstr ""
8269 #: readelf.c:11559
8270 #, c-format
8271 msgid ""
8272 "\n"
8273 "Dynamic symbol information is not available for displaying symbols.\n"
8274 msgstr ""
8276 #: readelf.c:11572
8277 #, c-format
8278 msgid ""
8279 "\n"
8280 "Histogram for bucket list length (total of %lu buckets):\n"
8281 msgstr ""
8283 #: readelf.c:11578
8284 msgid "Out of memory allocating space for histogram buckets\n"
8285 msgstr ""
8287 #: readelf.c:11582 readelf.c:11658
8288 #, c-format
8289 msgid " Length  Number     %% of total  Coverage\n"
8290 msgstr ""
8292 #: readelf.c:11599
8293 msgid "histogram chain is corrupt\n"
8294 msgstr ""
8296 #: readelf.c:11608
8297 msgid "Out of memory allocating space for histogram counts\n"
8298 msgstr ""
8300 #: readelf.c:11648
8301 #, c-format
8302 msgid ""
8303 "\n"
8304 "Histogram for `.gnu.hash' bucket list length (total of %lu buckets):\n"
8305 msgstr ""
8307 #: readelf.c:11654
8308 msgid "Out of memory allocating space for gnu histogram buckets\n"
8309 msgstr ""
8311 #: readelf.c:11680
8312 msgid "Out of memory allocating space for gnu histogram counts\n"
8313 msgstr ""
8315 #: readelf.c:11725
8316 #, c-format
8317 msgid ""
8318 "\n"
8319 "Dynamic info segment at offset 0x%lx contains %d entries:\n"
8320 msgstr ""
8322 #: readelf.c:11728
8323 #, c-format
8324 msgid " Num: Name                           BoundTo     Flags\n"
8325 msgstr ""
8327 #: readelf.c:11735
8328 #, c-format
8329 msgid "<corrupt index>"
8330 msgstr ""
8332 #: readelf.c:11739
8333 #, c-format
8334 msgid "<corrupt: %19ld>"
8335 msgstr ""
8337 #: readelf.c:11827
8338 #, c-format
8339 msgid "MSP430 SYM_DIFF reloc contains invalid symbol index %lu\n"
8340 msgstr ""
8342 #: readelf.c:11856
8343 #, c-format
8344 msgid "MSP430 reloc contains invalid symbol index %lu\n"
8345 msgstr ""
8347 #. PR 21137
8348 #: readelf.c:11867
8349 #, c-format
8350 msgid "MSP430 sym diff reloc contains invalid offset: 0x%lx\n"
8351 msgstr ""
8353 #: readelf.c:11878
8354 msgid "Unhandled MSP430 reloc type found after SYM_DIFF reloc\n"
8355 msgstr ""
8357 #: readelf.c:11901
8358 #, c-format
8359 msgid "MN10300_SYM_DIFF reloc contains invalid symbol index %lu\n"
8360 msgstr ""
8362 #: readelf.c:11915
8363 #, c-format
8364 msgid "MN10300 reloc contains invalid symbol index %lu\n"
8365 msgstr ""
8367 #: readelf.c:11925
8368 #, c-format
8369 msgid "MN10300 sym diff reloc contains invalid offset: 0x%lx\n"
8370 msgstr ""
8372 #: readelf.c:11935
8373 msgid "Unhandled MN10300 reloc type found after SYM_DIFF reloc\n"
8374 msgstr ""
8376 #: readelf.c:11958
8377 #, c-format
8378 msgid "RL78_SYM reloc contains invalid symbol index %lu\n"
8379 msgstr ""
8381 #: readelf.c:11977 readelf.c:11986
8382 #, c-format
8383 msgid "RL78 sym diff reloc contains invalid offset: 0x%lx\n"
8384 msgstr ""
8386 #: readelf.c:12193
8387 #, c-format
8388 msgid ""
8389 "Missing knowledge of 32-bit reloc types used in DWARF sections of machine "
8390 "number %d\n"
8391 msgstr ""
8393 #: readelf.c:12639
8394 #, c-format
8395 msgid "unable to apply unsupported reloc type %d to section %s\n"
8396 msgstr ""
8398 #: readelf.c:12649
8399 #, c-format
8400 msgid "skipping invalid relocation offset 0x%lx in section %s\n"
8401 msgstr ""
8403 #: readelf.c:12659
8404 #, c-format
8405 msgid "skipping invalid relocation symbol index 0x%lx in section %s\n"
8406 msgstr ""
8408 #: readelf.c:12683
8409 #, c-format
8410 msgid "skipping unexpected symbol type %s in %ld'th relocation in section %s\n"
8411 msgstr ""
8413 #: readelf.c:12743
8414 #, c-format
8415 msgid ""
8416 "\n"
8417 "Assembly dump of section %s\n"
8418 msgstr ""
8420 #: readelf.c:12763
8421 #, c-format
8422 msgid ""
8423 "\n"
8424 "Section '%s' has no data to dump.\n"
8425 msgstr ""
8427 #: readelf.c:12769
8428 msgid "section contents"
8429 msgstr ""
8431 #: readelf.c:12843
8432 #, c-format
8433 msgid ""
8434 "\n"
8435 "String dump of section '%s':\n"
8436 msgstr ""
8438 #: readelf.c:12859 readelf.c:13005 readelf.c:13173
8439 #, c-format
8440 msgid "section '%s' has unsupported compress type: %d\n"
8441 msgstr ""
8443 #: readelf.c:12865 readelf.c:13011 readelf.c:13179
8444 #, c-format
8445 msgid "compressed section '%s' is corrupted\n"
8446 msgstr ""
8448 #: readelf.c:12897 readelf.c:13045 readelf.c:13216
8449 #, c-format
8450 msgid "Unable to decompress section %s\n"
8451 msgstr ""
8453 #: readelf.c:12922
8454 #, c-format
8455 msgid ""
8456 "  Note: This section has relocations against it, but these have NOT been "
8457 "applied to this dump.\n"
8458 msgstr ""
8460 #: readelf.c:12955 readelf.c:14008 readelf.c:14051 readelf.c:14099
8461 #: readelf.c:14131
8462 #, c-format
8463 msgid "<corrupt>\n"
8464 msgstr ""
8466 #: readelf.c:12963
8467 #, c-format
8468 msgid "  No strings found in this section."
8469 msgstr ""
8471 #: readelf.c:12990
8472 #, c-format
8473 msgid ""
8474 "\n"
8475 "Hex dump of section '%s':\n"
8476 msgstr ""
8478 #: readelf.c:13078
8479 #, c-format
8480 msgid ""
8481 " NOTE: This section has relocations against it, but these have NOT been "
8482 "applied to this dump.\n"
8483 msgstr ""
8485 #: readelf.c:13141
8486 #, c-format
8487 msgid "%s section data"
8488 msgstr ""
8490 #: readelf.c:13164
8491 #, c-format
8492 msgid "compressed section %s is too small to contain a compression header"
8493 msgstr ""
8495 #: readelf.c:13301
8496 #, c-format
8497 msgid ""
8498 "\n"
8499 "Section '%s' has no debugging data.\n"
8500 msgstr ""
8502 #. There is no point in dumping the contents of a debugging section
8503 #. which has the NOBITS type - the bits in the file will be random.
8504 #. This can happen when a file containing a .eh_frame section is
8505 #. stripped with the --only-keep-debug command line option.
8506 #: readelf.c:13310
8507 #, c-format
8508 msgid "section '%s' has the NOBITS type - its contents are unreliable.\n"
8509 msgstr ""
8511 #: readelf.c:13356
8512 #, c-format
8513 msgid "Unrecognized debug section: %s\n"
8514 msgstr ""
8516 #: readelf.c:13384
8517 #, c-format
8518 msgid "Section '%s' was not dumped because it does not exist!\n"
8519 msgstr ""
8521 #: readelf.c:13440
8522 #, c-format
8523 msgid "Section %d was not dumped because it does not exist!\n"
8524 msgstr ""
8526 #: readelf.c:13497
8527 msgid "<corrupt tag>\n"
8528 msgstr ""
8530 #: readelf.c:13512
8531 #, c-format
8532 msgid "<corrupt string tag>"
8533 msgstr ""
8535 #: readelf.c:13552
8536 #, c-format
8537 msgid "Absent/Non standard\n"
8538 msgstr ""
8540 #: readelf.c:13555
8541 #, c-format
8542 msgid "Bare metal/mwdt\n"
8543 msgstr ""
8545 #: readelf.c:13558
8546 #, c-format
8547 msgid "Bare metal/newlib\n"
8548 msgstr ""
8550 #: readelf.c:13561
8551 #, c-format
8552 msgid "Linux/uclibc\n"
8553 msgstr ""
8555 #: readelf.c:13564
8556 #, c-format
8557 msgid "Linux/glibc\n"
8558 msgstr ""
8560 #: readelf.c:13567 readelf.c:13651
8561 #, c-format
8562 msgid "Unknown\n"
8563 msgstr ""
8565 #: readelf.c:13580 readelf.c:13611 readelf.c:13642
8566 #, c-format
8567 msgid "Absent\n"
8568 msgstr ""
8570 #: readelf.c:13624
8571 msgid "yes"
8572 msgstr ""
8574 #: readelf.c:13624
8575 msgid "no"
8576 msgstr ""
8578 #: readelf.c:13665 readelf.c:13673
8579 msgid "default"
8580 msgstr ""
8582 #: readelf.c:13666
8583 msgid "smallest"
8584 msgstr ""
8586 #: readelf.c:13672
8587 msgid "OPTFP"
8588 msgstr ""
8590 #: readelf.c:13866 readelf.c:13880 readelf.c:13899 readelf.c:14407
8591 #: readelf.c:14698 readelf.c:14711 readelf.c:14724
8592 #, c-format
8593 msgid "None\n"
8594 msgstr ""
8596 #: readelf.c:13867
8597 #, c-format
8598 msgid "Application\n"
8599 msgstr ""
8601 #: readelf.c:13868
8602 #, c-format
8603 msgid "Realtime\n"
8604 msgstr ""
8606 #: readelf.c:13869
8607 #, c-format
8608 msgid "Microcontroller\n"
8609 msgstr ""
8611 #: readelf.c:13870
8612 #, c-format
8613 msgid "Application or Realtime\n"
8614 msgstr ""
8616 #: readelf.c:13881 readelf.c:13901 readelf.c:14461 readelf.c:14479
8617 #: readelf.c:14554 readelf.c:14575 readelf.c:16689
8618 #, c-format
8619 msgid "8-byte\n"
8620 msgstr ""
8622 #: readelf.c:13882 readelf.c:14557 readelf.c:14578 readelf.c:16688
8623 #, c-format
8624 msgid "4-byte\n"
8625 msgstr ""
8627 #: readelf.c:13886 readelf.c:13905
8628 #, c-format
8629 msgid "8-byte and up to %d-byte extended\n"
8630 msgstr ""
8632 #: readelf.c:13900
8633 #, c-format
8634 msgid "8-byte, except leaf SP\n"
8635 msgstr ""
8637 #: readelf.c:13917 readelf.c:14005 readelf.c:14594
8638 #, c-format
8639 msgid "flag = %d, vendor = "
8640 msgstr ""
8642 #: readelf.c:13938
8643 #, c-format
8644 msgid "True\n"
8645 msgstr ""
8647 #: readelf.c:13960
8648 #, c-format
8649 msgid "<unknown: %d>\n"
8650 msgstr ""
8652 #: readelf.c:14009
8653 msgid "corrupt vendor attribute\n"
8654 msgstr ""
8656 #: readelf.c:14061
8657 #, c-format
8658 msgid "unspecified hard/soft float, "
8659 msgstr ""
8661 #: readelf.c:14064
8662 #, c-format
8663 msgid "hard float, "
8664 msgstr ""
8666 #: readelf.c:14067
8667 #, c-format
8668 msgid "soft float, "
8669 msgstr ""
8671 #: readelf.c:14070
8672 #, c-format
8673 msgid "single-precision hard float, "
8674 msgstr ""
8676 #: readelf.c:14077
8677 #, c-format
8678 msgid "unspecified long double\n"
8679 msgstr ""
8681 #: readelf.c:14080
8682 #, c-format
8683 msgid "128-bit IBM long double\n"
8684 msgstr ""
8686 #: readelf.c:14083
8687 #, c-format
8688 msgid "64-bit long double\n"
8689 msgstr ""
8691 #: readelf.c:14086
8692 #, c-format
8693 msgid "128-bit IEEE long double\n"
8694 msgstr ""
8696 #: readelf.c:14109 readelf.c:14141
8697 #, c-format
8698 msgid "unspecified\n"
8699 msgstr ""
8701 #: readelf.c:14112
8702 #, c-format
8703 msgid "generic\n"
8704 msgstr ""
8706 #: readelf.c:14147
8707 #, c-format
8708 msgid "memory\n"
8709 msgstr ""
8711 #: readelf.c:14176
8712 #, c-format
8713 msgid "any\n"
8714 msgstr ""
8716 #: readelf.c:14179
8717 #, c-format
8718 msgid "software\n"
8719 msgstr ""
8721 #: readelf.c:14182
8722 #, c-format
8723 msgid "hardware\n"
8724 msgstr ""
8726 #: readelf.c:14308
8727 #, c-format
8728 msgid "Hard or soft float\n"
8729 msgstr ""
8731 #: readelf.c:14311
8732 #, c-format
8733 msgid "Hard float (double precision)\n"
8734 msgstr ""
8736 #: readelf.c:14314
8737 #, c-format
8738 msgid "Hard float (single precision)\n"
8739 msgstr ""
8741 #: readelf.c:14317
8742 #, c-format
8743 msgid "Soft float\n"
8744 msgstr ""
8746 #: readelf.c:14320
8747 #, c-format
8748 msgid "Hard float (MIPS32r2 64-bit FPU 12 callee-saved)\n"
8749 msgstr ""
8751 #: readelf.c:14323
8752 #, c-format
8753 msgid "Hard float (32-bit CPU, Any FPU)\n"
8754 msgstr ""
8756 #: readelf.c:14326
8757 #, c-format
8758 msgid "Hard float (32-bit CPU, 64-bit FPU)\n"
8759 msgstr ""
8761 #: readelf.c:14329
8762 #, c-format
8763 msgid "Hard float compat (32-bit CPU, 64-bit FPU)\n"
8764 msgstr ""
8766 #: readelf.c:14332
8767 #, c-format
8768 msgid "NaN 2008 compatibility\n"
8769 msgstr ""
8771 #: readelf.c:14371
8772 #, c-format
8773 msgid "Any MSA or not\n"
8774 msgstr ""
8776 #: readelf.c:14374
8777 #, c-format
8778 msgid "128-bit MSA\n"
8779 msgstr ""
8781 #: readelf.c:14440
8782 #, c-format
8783 msgid "Not used\n"
8784 msgstr ""
8786 #: readelf.c:14443
8787 #, c-format
8788 msgid "2 bytes\n"
8789 msgstr ""
8791 #: readelf.c:14446
8792 #, c-format
8793 msgid "4 bytes\n"
8794 msgstr ""
8796 #: readelf.c:14464 readelf.c:14482 readelf.c:14560 readelf.c:14581
8797 #, c-format
8798 msgid "16-byte\n"
8799 msgstr ""
8801 #: readelf.c:14497
8802 #, c-format
8803 msgid "DSBT addressing not used\n"
8804 msgstr ""
8806 #: readelf.c:14500
8807 #, c-format
8808 msgid "DSBT addressing used\n"
8809 msgstr ""
8811 #: readelf.c:14515
8812 #, c-format
8813 msgid "Data addressing position-dependent\n"
8814 msgstr ""
8816 #: readelf.c:14518
8817 #, c-format
8818 msgid "Data addressing position-independent, GOT near DP\n"
8819 msgstr ""
8821 #: readelf.c:14521
8822 #, c-format
8823 msgid "Data addressing position-independent, GOT far from DP\n"
8824 msgstr ""
8826 #: readelf.c:14536
8827 #, c-format
8828 msgid "Code addressing position-dependent\n"
8829 msgstr ""
8831 #: readelf.c:14539
8832 #, c-format
8833 msgid "Code addressing position-independent\n"
8834 msgstr ""
8836 #: readelf.c:14699
8837 #, c-format
8838 msgid "MSP430\n"
8839 msgstr ""
8841 #: readelf.c:14700
8842 #, c-format
8843 msgid "MSP430X\n"
8844 msgstr ""
8846 #: readelf.c:14712 readelf.c:14725
8847 #, c-format
8848 msgid "Small\n"
8849 msgstr ""
8851 #: readelf.c:14713 readelf.c:14726
8852 #, c-format
8853 msgid "Large\n"
8854 msgstr ""
8856 #: readelf.c:14727
8857 #, c-format
8858 msgid "Restricted Large\n"
8859 msgstr ""
8861 #: readelf.c:14733
8862 #, c-format
8863 msgid "  <unknown tag %d>: "
8864 msgstr ""
8866 #: readelf.c:14788
8867 msgid "attributes"
8868 msgstr ""
8870 #: readelf.c:14800
8871 #, c-format
8872 msgid "Unknown attributes version '%c'(%d) - expecting 'A'\n"
8873 msgstr ""
8875 #: readelf.c:14819
8876 msgid "Tag section ends prematurely\n"
8877 msgstr ""
8879 #: readelf.c:14828
8880 #, c-format
8881 msgid "Bad attribute length (%u > %u)\n"
8882 msgstr ""
8884 #: readelf.c:14836
8885 #, c-format
8886 msgid "Attribute length of %u is too small\n"
8887 msgstr ""
8889 #: readelf.c:14847
8890 msgid "Corrupt attribute section name\n"
8891 msgstr ""
8893 #: readelf.c:14852
8894 #, c-format
8895 msgid "Attribute Section: "
8896 msgstr ""
8898 #: readelf.c:14879
8899 msgid "Unused bytes at end of section\n"
8900 msgstr ""
8902 #: readelf.c:14889
8903 #, c-format
8904 msgid "Bad subsection length (%u > %u)\n"
8905 msgstr ""
8907 #: readelf.c:14897
8908 #, c-format
8909 msgid "Bad subsection length (%u < 6)\n"
8910 msgstr ""
8912 #: readelf.c:14912
8913 #, c-format
8914 msgid "File Attributes\n"
8915 msgstr ""
8917 #: readelf.c:14915
8918 #, c-format
8919 msgid "Section Attributes:"
8920 msgstr ""
8922 #: readelf.c:14918
8923 #, c-format
8924 msgid "Symbol Attributes:"
8925 msgstr ""
8927 #: readelf.c:14934
8928 #, c-format
8929 msgid "Unknown tag: %d\n"
8930 msgstr ""
8932 #: readelf.c:14955
8933 #, c-format
8934 msgid "  Unknown attribute:\n"
8935 msgstr ""
8937 #: readelf.c:14997
8938 msgid "MIPS GOT entry extends beyond the end of available data\n"
8939 msgstr ""
8941 #: readelf.c:15068 readelf.c:15140
8942 msgid "Unknown"
8943 msgstr ""
8945 #: readelf.c:15187
8946 msgid "Corrupt MIPS ABI Flags section.\n"
8947 msgstr ""
8949 #: readelf.c:15193
8950 msgid "MIPS ABI Flags section"
8951 msgstr ""
8953 #: readelf.c:15252 readelf.c:15794
8954 msgid "Global Offset Table data"
8955 msgstr ""
8957 #: readelf.c:15256
8958 #, c-format
8959 msgid ""
8960 "\n"
8961 "Static GOT:\n"
8962 msgstr ""
8964 #: readelf.c:15257 readelf.c:15799
8965 #, c-format
8966 msgid " Canonical gp value: "
8967 msgstr ""
8969 #: readelf.c:15271 readelf.c:15803 readelf.c:15930
8970 #, c-format
8971 msgid " Reserved entries:\n"
8972 msgstr ""
8974 #: readelf.c:15272
8975 #, c-format
8976 msgid "  %*s %10s %*s\n"
8977 msgstr ""
8979 #: readelf.c:15273 readelf.c:15303 readelf.c:15805 readelf.c:15833
8980 #: readelf.c:15851 readelf.c:15932 readelf.c:15941
8981 msgid "Address"
8982 msgstr ""
8984 #: readelf.c:15273 readelf.c:15303 readelf.c:15805 readelf.c:15833
8985 #: readelf.c:15852
8986 msgid "Access"
8987 msgstr ""
8989 #: readelf.c:15274 readelf.c:15304
8990 msgid "Value"
8991 msgstr ""
8993 #: readelf.c:15301 readelf.c:15831
8994 #, c-format
8995 msgid " Local entries:\n"
8996 msgstr ""
8998 #: readelf.c:15383 readelf.c:16043
8999 msgid "liblist section data"
9000 msgstr ""
9002 #: readelf.c:15386
9003 #, c-format
9004 msgid ""
9005 "\n"
9006 "Section '.liblist' contains %lu entries:\n"
9007 msgstr ""
9009 #: readelf.c:15388
9010 msgid ""
9011 "     Library              Time Stamp          Checksum   Version Flags\n"
9012 msgstr ""
9014 #: readelf.c:15414
9015 #, c-format
9016 msgid "<corrupt: %9ld>"
9017 msgstr ""
9019 #: readelf.c:15419
9020 msgid " NONE"
9021 msgstr ""
9023 #: readelf.c:15472
9024 msgid "No MIPS_OPTIONS header found\n"
9025 msgstr ""
9027 #: readelf.c:15477
9028 msgid "options"
9029 msgstr ""
9031 #: readelf.c:15484
9032 msgid "Out of memory allocating space for MIPS options\n"
9033 msgstr ""
9035 #: readelf.c:15506
9036 #, c-format
9037 msgid "Invalid size (%u) for MIPS option\n"
9038 msgstr ""
9040 #: readelf.c:15515
9041 #, c-format
9042 msgid ""
9043 "\n"
9044 "Section '%s' contains %d entries:\n"
9045 msgstr ""
9047 #: readelf.c:15684
9048 msgid "conflict list found without a dynamic symbol table\n"
9049 msgstr ""
9051 #: readelf.c:15692
9052 #, c-format
9053 msgid "Overlarge number of conflicts detected: %lx\n"
9054 msgstr ""
9056 #: readelf.c:15700
9057 msgid "Out of memory allocating space for dynamic conflicts\n"
9058 msgstr ""
9060 #: readelf.c:15710 readelf.c:15725
9061 msgid "conflict"
9062 msgstr ""
9064 #: readelf.c:15735
9065 #, c-format
9066 msgid ""
9067 "\n"
9068 "Section '.conflict' contains %lu entries:\n"
9069 msgstr ""
9071 #: readelf.c:15737
9072 msgid "  Num:    Index       Value  Name"
9073 msgstr ""
9075 #: readelf.c:15744
9076 #, c-format
9077 msgid "<corrupt symbol index>"
9078 msgstr ""
9080 #: readelf.c:15755 readelf.c:15880 readelf.c:15965
9081 #, c-format
9082 msgid "<corrupt: %14ld>"
9083 msgstr ""
9085 #: readelf.c:15778
9086 #, c-format
9087 msgid ""
9088 "The GOT symbol offset (%lu) is greater than the symbol table size (%lu)\n"
9089 msgstr ""
9091 #: readelf.c:15787
9092 #, c-format
9093 msgid "Too many GOT symbols: %lu\n"
9094 msgstr ""
9096 #: readelf.c:15798
9097 #, c-format
9098 msgid ""
9099 "\n"
9100 "Primary GOT:\n"
9101 msgstr ""
9103 #: readelf.c:15804
9104 #, c-format
9105 msgid "  %*s %10s %*s Purpose\n"
9106 msgstr ""
9108 #: readelf.c:15806 readelf.c:15834 readelf.c:15853 readelf.c:15932
9109 #: readelf.c:15942
9110 msgid "Initial"
9111 msgstr ""
9113 #: readelf.c:15808
9114 #, c-format
9115 msgid " Lazy resolver\n"
9116 msgstr ""
9118 #: readelf.c:15823
9119 #, c-format
9120 msgid " Module pointer (GNU extension)\n"
9121 msgstr ""
9123 #: readelf.c:15849
9124 #, c-format
9125 msgid " Global entries:\n"
9126 msgstr ""
9128 #: readelf.c:15854 readelf.c:15943
9129 msgid "Sym.Val."
9130 msgstr ""
9132 #. Note for translators: "Ndx" = abbreviated form of "Index".
9133 #: readelf.c:15857 readelf.c:15943
9134 msgid "Ndx"
9135 msgstr ""
9137 #: readelf.c:15857 readelf.c:15943
9138 msgid "Name"
9139 msgstr ""
9141 #: readelf.c:15867
9142 #, c-format
9143 msgid "<no dynamic symbols>"
9144 msgstr ""
9146 #: readelf.c:15883
9147 #, c-format
9148 msgid "<symbol index %lu exceeds number of dynamic symbols>"
9149 msgstr ""
9151 #: readelf.c:15925
9152 msgid "Procedure Linkage Table data"
9153 msgstr ""
9155 #: readelf.c:15931
9156 #, c-format
9157 msgid "  %*s %*s Purpose\n"
9158 msgstr ""
9160 #: readelf.c:15934
9161 #, c-format
9162 msgid " PLT lazy resolver\n"
9163 msgstr ""
9165 #: readelf.c:15936
9166 #, c-format
9167 msgid " Module pointer\n"
9168 msgstr ""
9170 #: readelf.c:15939
9171 #, c-format
9172 msgid " Entries:\n"
9173 msgstr ""
9175 #: readelf.c:15953
9176 #, c-format
9177 msgid "<corrupt symbol index: %lu>"
9178 msgstr ""
9180 #: readelf.c:15991
9181 msgid "NDS32 elf flags section"
9182 msgstr ""
9184 #: readelf.c:16054
9185 msgid "liblist string table"
9186 msgstr ""
9188 #: readelf.c:16065
9189 #, c-format
9190 msgid ""
9191 "\n"
9192 "Library list section '%s' contains %lu entries:\n"
9193 msgstr ""
9195 #: readelf.c:16069
9196 msgid "     Library              Time Stamp          Checksum   Version Flags"
9197 msgstr ""
9199 #: readelf.c:16119
9200 msgid "NT_AUXV (auxiliary vector)"
9201 msgstr ""
9203 #: readelf.c:16121
9204 msgid "NT_PRSTATUS (prstatus structure)"
9205 msgstr ""
9207 #: readelf.c:16123
9208 msgid "NT_FPREGSET (floating point registers)"
9209 msgstr ""
9211 #: readelf.c:16125
9212 msgid "NT_PRPSINFO (prpsinfo structure)"
9213 msgstr ""
9215 #: readelf.c:16127
9216 msgid "NT_TASKSTRUCT (task structure)"
9217 msgstr ""
9219 #: readelf.c:16129
9220 msgid "NT_PRXFPREG (user_xfpregs structure)"
9221 msgstr ""
9223 #: readelf.c:16131
9224 msgid "NT_PPC_VMX (ppc Altivec registers)"
9225 msgstr ""
9227 #: readelf.c:16133
9228 msgid "NT_PPC_VSX (ppc VSX registers)"
9229 msgstr ""
9231 #: readelf.c:16135
9232 msgid "NT_386_TLS (x86 TLS information)"
9233 msgstr ""
9235 #: readelf.c:16137
9236 msgid "NT_386_IOPERM (x86 I/O permissions)"
9237 msgstr ""
9239 #: readelf.c:16139
9240 msgid "NT_X86_XSTATE (x86 XSAVE extended state)"
9241 msgstr ""
9243 #: readelf.c:16141
9244 msgid "NT_S390_HIGH_GPRS (s390 upper register halves)"
9245 msgstr ""
9247 #: readelf.c:16143
9248 msgid "NT_S390_TIMER (s390 timer register)"
9249 msgstr ""
9251 #: readelf.c:16145
9252 msgid "NT_S390_TODCMP (s390 TOD comparator register)"
9253 msgstr ""
9255 #: readelf.c:16147
9256 msgid "NT_S390_TODPREG (s390 TOD programmable register)"
9257 msgstr ""
9259 #: readelf.c:16149
9260 msgid "NT_S390_CTRS (s390 control registers)"
9261 msgstr ""
9263 #: readelf.c:16151
9264 msgid "NT_S390_PREFIX (s390 prefix register)"
9265 msgstr ""
9267 #: readelf.c:16153
9268 msgid "NT_S390_LAST_BREAK (s390 last breaking event address)"
9269 msgstr ""
9271 #: readelf.c:16155
9272 msgid "NT_S390_SYSTEM_CALL (s390 system call restart data)"
9273 msgstr ""
9275 #: readelf.c:16157
9276 msgid "NT_S390_TDB (s390 transaction diagnostic block)"
9277 msgstr ""
9279 #: readelf.c:16159
9280 msgid "NT_S390_VXRS_LOW (s390 vector registers 0-15 upper half)"
9281 msgstr ""
9283 #: readelf.c:16161
9284 msgid "NT_S390_VXRS_HIGH (s390 vector registers 16-31)"
9285 msgstr ""
9287 #: readelf.c:16163
9288 msgid "NT_S390_GS_CB (s390 guarded-storage registers)"
9289 msgstr ""
9291 #: readelf.c:16165
9292 msgid "NT_S390_GS_BC (s390 guarded-storage broadcast control)"
9293 msgstr ""
9295 #: readelf.c:16167
9296 msgid "NT_ARM_VFP (arm VFP registers)"
9297 msgstr ""
9299 #: readelf.c:16169
9300 msgid "NT_ARM_TLS (AArch TLS registers)"
9301 msgstr ""
9303 #: readelf.c:16171
9304 msgid "NT_ARM_HW_BREAK (AArch hardware breakpoint registers)"
9305 msgstr ""
9307 #: readelf.c:16173
9308 msgid "NT_ARM_HW_WATCH (AArch hardware watchpoint registers)"
9309 msgstr ""
9311 #: readelf.c:16175
9312 msgid "NT_PSTATUS (pstatus structure)"
9313 msgstr ""
9315 #: readelf.c:16177
9316 msgid "NT_FPREGS (floating point registers)"
9317 msgstr ""
9319 #: readelf.c:16179
9320 msgid "NT_PSINFO (psinfo structure)"
9321 msgstr ""
9323 #: readelf.c:16181
9324 msgid "NT_LWPSTATUS (lwpstatus_t structure)"
9325 msgstr ""
9327 #: readelf.c:16183
9328 msgid "NT_LWPSINFO (lwpsinfo_t structure)"
9329 msgstr ""
9331 #: readelf.c:16185
9332 msgid "NT_WIN32PSTATUS (win32_pstatus structure)"
9333 msgstr ""
9335 #: readelf.c:16187
9336 msgid "NT_SIGINFO (siginfo_t data)"
9337 msgstr ""
9339 #: readelf.c:16189
9340 msgid "NT_FILE (mapped files)"
9341 msgstr ""
9343 #: readelf.c:16197
9344 msgid "NT_VERSION (version)"
9345 msgstr ""
9347 #: readelf.c:16199
9348 msgid "NT_ARCH (architecture)"
9349 msgstr ""
9351 #: readelf.c:16201 readelf.c:16315
9352 msgid "NT_GNU_BUILD_ATTRIBUTE_OPEN"
9353 msgstr ""
9355 #: readelf.c:16203 readelf.c:16317
9356 msgid "NT_GNU_BUILD_ATTRIBUTE_FUNC"
9357 msgstr ""
9359 #: readelf.c:16208 readelf.c:16322 readelf.c:16662 readelf.c:16807
9360 #: readelf.c:16865 readelf.c:16942
9361 #, c-format
9362 msgid "Unknown note type: (0x%08x)"
9363 msgstr ""
9365 #: readelf.c:16225
9366 #, c-format
9367 msgid "    Cannot decode 64-bit note in 32-bit build\n"
9368 msgstr ""
9370 #: readelf.c:16233
9371 msgid "    Malformed note - too short for header\n"
9372 msgstr ""
9374 #: readelf.c:16242
9375 msgid "    Malformed note - does not end with \\0\n"
9376 msgstr ""
9378 #: readelf.c:16254
9379 msgid "    Malformed note - too short for supplied file count\n"
9380 msgstr ""
9382 #: readelf.c:16258
9383 #, c-format
9384 msgid "    Page size: "
9385 msgstr ""
9387 #: readelf.c:16262
9388 #, c-format
9389 msgid "    %*s%*s%*s\n"
9390 msgstr ""
9392 #: readelf.c:16263
9393 msgid "Start"
9394 msgstr ""
9396 #: readelf.c:16264
9397 msgid "End"
9398 msgstr ""
9400 #: readelf.c:16265
9401 msgid "Page Offset"
9402 msgstr ""
9404 #: readelf.c:16273
9405 msgid "    Malformed note - filenames end too early\n"
9406 msgstr ""
9408 #: readelf.c:16305
9409 msgid "NT_GNU_ABI_TAG (ABI version tag)"
9410 msgstr ""
9412 #: readelf.c:16307
9413 msgid "NT_GNU_HWCAP (DSO-supplied software HWCAP info)"
9414 msgstr ""
9416 #: readelf.c:16309
9417 msgid "NT_GNU_BUILD_ID (unique build ID bitstring)"
9418 msgstr ""
9420 #: readelf.c:16311
9421 msgid "NT_GNU_GOLD_VERSION (gold version)"
9422 msgstr ""
9424 #: readelf.c:16313
9425 msgid "NT_GNU_PROPERTY_TYPE_0"
9426 msgstr ""
9428 #: readelf.c:16411
9429 #, c-format
9430 msgid "      Properties: "
9431 msgstr ""
9433 #: readelf.c:16415
9434 #, c-format
9435 msgid "<corrupt GNU_PROPERTY_TYPE, size = %#lx>\n"
9436 msgstr ""
9438 #: readelf.c:16429
9439 #, c-format
9440 msgid "<corrupt type (%#x) datasz: %#x>\n"
9441 msgstr ""
9443 #: readelf.c:16445 readelf.c:16453 readelf.c:16461 readelf.c:16478
9444 #: readelf.c:16486
9445 #, c-format
9446 msgid "<corrupt length: %#x> "
9447 msgstr ""
9449 #: readelf.c:16476
9450 #, c-format
9451 msgid "stack size: "
9452 msgstr ""
9454 #: readelf.c:16495
9455 #, c-format
9456 msgid "<unknown type %#x data: "
9457 msgstr ""
9459 #: readelf.c:16497
9460 #, c-format
9461 msgid "<procesor-specific type %#x data: "
9462 msgstr ""
9464 #: readelf.c:16499
9465 #, c-format
9466 msgid "<application-specific type %#x data: "
9467 msgstr ""
9469 #: readelf.c:16518
9470 #, c-format
9471 msgid "<corrupt descsz: %#lx>\n"
9472 msgstr ""
9474 #: readelf.c:16536
9475 #, c-format
9476 msgid "    Build ID: "
9477 msgstr ""
9479 #: readelf.c:16551
9480 #, c-format
9481 msgid "    <corrupt GNU_ABI_TAG>\n"
9482 msgstr ""
9484 #: readelf.c:16588
9485 #, c-format
9486 msgid "    OS: %s, ABI: %ld.%ld.%ld\n"
9487 msgstr ""
9489 #: readelf.c:16597
9490 #, c-format
9491 msgid "    Version: "
9492 msgstr ""
9494 #. Hardware capabilities information.  Word 0 is the number of entries.
9495 #. Word 1 is a bitmask of enabled entries.  The rest of the descriptor
9496 #. is a series of entries, where each entry is a single byte followed
9497 #. by a nul terminated string.  The byte gives the bit number to test
9498 #. if enabled in the bitmask.
9499 #: readelf.c:16613
9500 #, c-format
9501 msgid "      Hardware Capabilities: "
9502 msgstr ""
9504 #: readelf.c:16616
9505 msgid "<corrupt GNU_HWCAP>\n"
9506 msgstr ""
9508 #: readelf.c:16621
9509 #, c-format
9510 msgid "num entries: %ld, enabled mask: %lx\n"
9511 msgstr ""
9513 #: readelf.c:16637
9514 #, c-format
9515 msgid "    Description data: "
9516 msgstr ""
9518 #: readelf.c:16655
9519 msgid "Alignment of 8-byte objects"
9520 msgstr ""
9522 #: readelf.c:16656
9523 msgid "Sizeof double and long double"
9524 msgstr ""
9526 #: readelf.c:16657
9527 msgid "Type of FPU support needed"
9528 msgstr ""
9530 #: readelf.c:16658
9531 msgid "Use of SIMD instructions"
9532 msgstr ""
9534 #: readelf.c:16659
9535 msgid "Use of cache"
9536 msgstr ""
9538 #: readelf.c:16660
9539 msgid "Use of MMU"
9540 msgstr ""
9542 #: readelf.c:16696
9543 #, c-format
9544 msgid "4-bytes\n"
9545 msgstr ""
9547 #: readelf.c:16697
9548 #, c-format
9549 msgid "8-bytes\n"
9550 msgstr ""
9552 #: readelf.c:16704
9553 #, c-format
9554 msgid "FPU-2.0\n"
9555 msgstr ""
9557 #: readelf.c:16705
9558 #, c-format
9559 msgid "FPU-3.0\n"
9560 msgstr ""
9562 #: readelf.c:16714
9563 #, c-format
9564 msgid "yes\n"
9565 msgstr ""
9567 #: readelf.c:16724
9568 #, c-format
9569 msgid "unknown value: %x\n"
9570 msgstr ""
9572 #: readelf.c:16766
9573 msgid "NT_THRMISC (thrmisc structure)"
9574 msgstr ""
9576 #: readelf.c:16768
9577 msgid "NT_PROCSTAT_PROC (proc data)"
9578 msgstr ""
9580 #: readelf.c:16770
9581 msgid "NT_PROCSTAT_FILES (files data)"
9582 msgstr ""
9584 #: readelf.c:16772
9585 msgid "NT_PROCSTAT_VMMAP (vmmap data)"
9586 msgstr ""
9588 #: readelf.c:16774
9589 msgid "NT_PROCSTAT_GROUPS (groups data)"
9590 msgstr ""
9592 #: readelf.c:16776
9593 msgid "NT_PROCSTAT_UMASK (umask data)"
9594 msgstr ""
9596 #: readelf.c:16778
9597 msgid "NT_PROCSTAT_RLIMIT (rlimit data)"
9598 msgstr ""
9600 #: readelf.c:16780
9601 msgid "NT_PROCSTAT_OSREL (osreldate data)"
9602 msgstr ""
9604 #: readelf.c:16782
9605 msgid "NT_PROCSTAT_PSSTRINGS (ps_strings data)"
9606 msgstr ""
9608 #: readelf.c:16784
9609 msgid "NT_PROCSTAT_AUXV (auxv data)"
9610 msgstr ""
9612 #. NetBSD core "procinfo" structure.
9613 #: readelf.c:16797
9614 msgid "NetBSD procinfo structure"
9615 msgstr ""
9617 #: readelf.c:16824 readelf.c:16838
9618 msgid "PT_GETREGS (reg structure)"
9619 msgstr ""
9621 #: readelf.c:16826 readelf.c:16840
9622 msgid "PT_GETFPREGS (fpreg structure)"
9623 msgstr ""
9625 #: readelf.c:16859
9626 msgid "NT_STAPSDT (SystemTap probe descriptors)"
9627 msgstr ""
9629 #: readelf.c:16892
9630 #, c-format
9631 msgid "    Provider: %s\n"
9632 msgstr ""
9634 #: readelf.c:16893
9635 #, c-format
9636 msgid "    Name: %s\n"
9637 msgstr ""
9639 #: readelf.c:16894
9640 #, c-format
9641 msgid "    Location: "
9642 msgstr ""
9644 #: readelf.c:16896
9645 #, c-format
9646 msgid ", Base: "
9647 msgstr ""
9649 #: readelf.c:16898
9650 #, c-format
9651 msgid ", Semaphore: "
9652 msgstr ""
9654 #: readelf.c:16901
9655 #, c-format
9656 msgid "    Arguments: %s\n"
9657 msgstr ""
9659 #: readelf.c:16914
9660 msgid "NT_VMS_MHD (module header)"
9661 msgstr ""
9663 #: readelf.c:16916
9664 msgid "NT_VMS_LNM (language name)"
9665 msgstr ""
9667 #: readelf.c:16918
9668 msgid "NT_VMS_SRC (source files)"
9669 msgstr ""
9671 #: readelf.c:16922
9672 msgid "NT_VMS_EIDC (consistency check)"
9673 msgstr ""
9675 #: readelf.c:16924
9676 msgid "NT_VMS_FPMODE (FP mode)"
9677 msgstr ""
9679 #: readelf.c:16928
9680 msgid "NT_VMS_IMGNAM (image name)"
9681 msgstr ""
9683 #: readelf.c:16930
9684 msgid "NT_VMS_IMGID (image id)"
9685 msgstr ""
9687 #: readelf.c:16932
9688 msgid "NT_VMS_LINKID (link id)"
9689 msgstr ""
9691 #: readelf.c:16934
9692 msgid "NT_VMS_IMGBID (build id)"
9693 msgstr ""
9695 #: readelf.c:16936
9696 msgid "NT_VMS_GSTNAM (sym table name)"
9697 msgstr ""
9699 #: readelf.c:16956
9700 #, c-format
9701 msgid "    Creation date  : %.17s\n"
9702 msgstr ""
9704 #: readelf.c:16957
9705 #, c-format
9706 msgid "    Last patch date: %.17s\n"
9707 msgstr ""
9709 #: readelf.c:16958
9710 #, c-format
9711 msgid "    Module name    : %s\n"
9712 msgstr ""
9714 #: readelf.c:16959
9715 #, c-format
9716 msgid "    Module version : %s\n"
9717 msgstr ""
9719 #: readelf.c:16962
9720 #, c-format
9721 msgid "    Invalid size\n"
9722 msgstr ""
9724 #: readelf.c:16965
9725 #, c-format
9726 msgid "   Language: %s\n"
9727 msgstr ""
9729 #: readelf.c:16969
9730 #, c-format
9731 msgid "   Floating Point mode: "
9732 msgstr ""
9734 #: readelf.c:16974
9735 #, c-format
9736 msgid "   Link time: "
9737 msgstr ""
9739 #: readelf.c:16980
9740 #, c-format
9741 msgid "   Patch time: "
9742 msgstr ""
9744 #: readelf.c:16986
9745 #, c-format
9746 msgid "   Major id: %u,  minor id: %u\n"
9747 msgstr ""
9749 #: readelf.c:16989
9750 #, c-format
9751 msgid "   Last modified  : "
9752 msgstr ""
9754 #: readelf.c:16992
9755 #, c-format
9756 msgid ""
9757 "\n"
9758 "   Link flags  : "
9759 msgstr ""
9761 #: readelf.c:16995
9762 #, c-format
9763 msgid "   Header flags: 0x%08x\n"
9764 msgstr ""
9766 #: readelf.c:16997
9767 #, c-format
9768 msgid "   Image id    : %s\n"
9769 msgstr ""
9771 #: readelf.c:17001
9772 #, c-format
9773 msgid "    Image name: %s\n"
9774 msgstr ""
9776 #: readelf.c:17004
9777 #, c-format
9778 msgid "    Global symbol table name: %s\n"
9779 msgstr ""
9781 #: readelf.c:17007
9782 #, c-format
9783 msgid "    Image id: %s\n"
9784 msgstr ""
9786 #: readelf.c:17010
9787 #, c-format
9788 msgid "    Linker id: %s\n"
9789 msgstr ""
9791 #: readelf.c:17132
9792 msgid "file"
9793 msgstr ""
9795 #: readelf.c:17132
9796 msgid "func"
9797 msgstr ""
9799 #: readelf.c:17133
9800 msgid "<no symbol found>)"
9801 msgstr ""
9803 #: readelf.c:17150
9804 #, c-format
9805 msgid "    Applies from offset %#lx\n"
9806 msgstr ""
9808 #: readelf.c:17155 readelf.c:17176
9809 #, c-format
9810 msgid "    Applies to func at %#lx"
9811 msgstr ""
9813 #: readelf.c:17162
9814 #, c-format
9815 msgid "    <invalid description size: %lx>\n"
9816 msgstr ""
9818 #: readelf.c:17163
9819 #, c-format
9820 msgid "    <invalid descsz>"
9821 msgstr ""
9823 #: readelf.c:17171
9824 #, c-format
9825 msgid "    Applies from offset %#lx"
9826 msgstr ""
9828 #: readelf.c:17197
9829 #, c-format
9830 msgid "corrupt name field in GNU build attribute note: size = %ld\n"
9831 msgstr ""
9833 #: readelf.c:17198
9834 msgid "  <corrupt name>"
9835 msgstr ""
9837 #: readelf.c:17222
9838 #, c-format
9839 msgid "unrecognised attribute type in name field: %d\n"
9840 msgstr ""
9842 #: readelf.c:17223
9843 msgid "<unknown name type>"
9844 msgstr ""
9846 #: readelf.c:17233
9847 msgid "<version>"
9848 msgstr ""
9850 #: readelf.c:17238
9851 msgid "<stack prot>"
9852 msgstr ""
9854 #: readelf.c:17243
9855 msgid "<relro>"
9856 msgstr ""
9858 #: readelf.c:17248
9859 msgid "<stack size>"
9860 msgstr ""
9862 #: readelf.c:17253
9863 msgid "<tool>"
9864 msgstr ""
9866 #: readelf.c:17258
9867 msgid "<ABI>"
9868 msgstr ""
9870 #: readelf.c:17263
9871 msgid "<PIC>"
9872 msgstr ""
9874 #: readelf.c:17268
9875 msgid "<short enum>"
9876 msgstr ""
9878 #: readelf.c:17287
9879 #, c-format
9880 msgid "unrecognised byte in name field: %d\n"
9881 msgstr ""
9883 #: readelf.c:17288
9884 #, c-format
9885 msgid "<unknown:_%d>"
9886 msgstr ""
9888 #: readelf.c:17300
9889 #, c-format
9890 msgid "attribute does not have an expected type (%c)\n"
9891 msgstr ""
9893 #: readelf.c:17304
9894 #, c-format
9895 msgid "corrupt name field: namesz: %lu but parsing gets to %ld\n"
9896 msgstr ""
9898 #: readelf.c:17333
9899 #, c-format
9900 msgid "corrupt numeric name field: too many bytes in the value: %x\n"
9901 msgstr ""
9903 #: readelf.c:17495
9904 #, c-format
9905 msgid "   description data: "
9906 msgstr ""
9908 #: readelf.c:17531
9909 msgid "notes"
9910 msgstr ""
9912 #: readelf.c:17538
9913 #, c-format
9914 msgid ""
9915 "\n"
9916 "Displaying notes found in: %s\n"
9917 msgstr ""
9919 #: readelf.c:17540
9920 #, c-format
9921 msgid ""
9922 "\n"
9923 "Displaying notes found at file offset 0x%08lx with length 0x%08lx:\n"
9924 msgstr ""
9926 #: readelf.c:17543
9927 #, c-format
9928 msgid "  %-20s %10s\tDescription\n"
9929 msgstr ""
9931 #: readelf.c:17543
9932 msgid "Owner"
9933 msgstr ""
9935 #: readelf.c:17543
9936 msgid "Data size"
9937 msgstr ""
9939 #: readelf.c:17561 readelf.c:17591
9940 #, c-format
9941 msgid "Corrupt note: only %d bytes remain, not enough for a full note\n"
9942 msgstr ""
9944 #: readelf.c:17573
9945 #, c-format
9946 msgid ""
9947 "Corrupt note: name size is too big: (got: %lx, expected no more than: %lx)\n"
9948 msgstr ""
9950 #: readelf.c:17613
9951 #, c-format
9952 msgid "note with invalid namesz and/or descsz found at offset 0x%lx\n"
9953 msgstr ""
9955 #: readelf.c:17615
9956 #, c-format
9957 msgid " type: 0x%lx, namesize: 0x%08lx, descsize: 0x%08lx\n"
9958 msgstr ""
9960 #: readelf.c:17631
9961 msgid "Out of memory allocating space for inote name\n"
9962 msgstr ""
9964 #: readelf.c:17694
9965 msgid "v850 notes"
9966 msgstr ""
9968 #: readelf.c:17701
9969 #, c-format
9970 msgid ""
9971 "\n"
9972 "Displaying contents of Renesas V850 notes section at offset 0x%lx with "
9973 "length 0x%lx:\n"
9974 msgstr ""
9976 #: readelf.c:17718
9977 #, c-format
9978 msgid "Corrupt note: name size is too big: %lx\n"
9979 msgstr ""
9981 #: readelf.c:17728
9982 #, c-format
9983 msgid "corrupt descsz found in note at offset 0x%lx\n"
9984 msgstr ""
9986 #: readelf.c:17730 readelf.c:17743
9987 #, c-format
9988 msgid " type: 0x%lx, namesize: 0x%lx, descsize: 0x%lx\n"
9989 msgstr ""
9991 #: readelf.c:17741
9992 #, c-format
9993 msgid "corrupt namesz found in note at offset 0x%lx\n"
9994 msgstr ""
9996 #: readelf.c:17818
9997 #, c-format
9998 msgid "No note segments present in the core file.\n"
9999 msgstr ""
10001 #: readelf.c:17826
10002 #, c-format
10003 msgid "  Unknown GNU attribute: %s\n"
10004 msgstr ""
10006 #: readelf.c:17961
10007 msgid ""
10008 "This instance of readelf has been built without support for a\n"
10009 "64 bit data type and so it cannot read 64 bit ELF files.\n"
10010 msgstr ""
10012 #: readelf.c:18010
10013 #, c-format
10014 msgid "%s: Failed to read file header\n"
10015 msgstr ""
10017 #: readelf.c:18024
10018 #, c-format
10019 msgid ""
10020 "\n"
10021 "File: %s\n"
10022 msgstr ""
10024 #: readelf.c:18205
10025 #, c-format
10026 msgid "%s: unable to dump the index as none was found\n"
10027 msgstr ""
10029 #: readelf.c:18211
10030 #, c-format
10031 msgid "Index of archive %s: (%lu entries, 0x%lx bytes in the symbol table)\n"
10032 msgstr ""
10034 #: readelf.c:18229
10035 #, c-format
10036 msgid "Contents of binary %s at offset "
10037 msgstr ""
10039 #: readelf.c:18239
10040 #, c-format
10041 msgid "%s: end of the symbol table reached before the end of the index\n"
10042 msgstr ""
10044 #: readelf.c:18256
10045 #, c-format
10046 msgid ""
10047 "%s: %ld bytes remain in the symbol table, but without corresponding entries "
10048 "in the index table\n"
10049 msgstr ""
10051 #: readelf.c:18263
10052 #, c-format
10053 msgid "%s: failed to seek back to start of object files in the archive\n"
10054 msgstr ""
10056 #: readelf.c:18345 readelf.c:18440
10057 #, c-format
10058 msgid "Input file '%s' is not readable.\n"
10059 msgstr ""
10061 #: readelf.c:18364
10062 #, c-format
10063 msgid "%s: contains corrupt thin archive: %s\n"
10064 msgstr ""
10066 #: readelf.c:18377
10067 #, c-format
10068 msgid "%s: failed to seek to archive member.\n"
10069 msgstr ""
10071 #: readelf.c:18466
10072 #, c-format
10073 msgid "File %s is not an archive so its index cannot be displayed.\n"
10074 msgstr ""
10076 #: readelf.c:18538
10077 msgid "Nothing to do.\n"
10078 msgstr ""
10080 #: rename.c:122
10081 #, c-format
10082 msgid "%s: cannot set time: %s"
10083 msgstr ""
10085 #. We have to clean up here.
10086 #: rename.c:157 rename.c:195
10087 #, c-format
10088 msgid "unable to rename '%s'; reason: %s"
10089 msgstr ""
10091 #: rename.c:203
10092 #, c-format
10093 msgid "unable to copy file '%s'; reason: %s"
10094 msgstr ""
10096 #: resbin.c:119
10097 #, c-format
10098 msgid "%s: not enough binary data"
10099 msgstr ""
10101 #: resbin.c:135
10102 msgid "null terminated unicode string"
10103 msgstr ""
10105 #: resbin.c:162 resbin.c:168
10106 msgid "resource ID"
10107 msgstr ""
10109 #: resbin.c:207
10110 msgid "cursor"
10111 msgstr ""
10113 #: resbin.c:238 resbin.c:245
10114 msgid "menu header"
10115 msgstr ""
10117 #: resbin.c:254
10118 msgid "menuex header"
10119 msgstr ""
10121 #: resbin.c:258
10122 msgid "menuex offset"
10123 msgstr ""
10125 #: resbin.c:263
10126 #, c-format
10127 msgid "unsupported menu version %d"
10128 msgstr ""
10130 #: resbin.c:288 resbin.c:303 resbin.c:365
10131 msgid "menuitem header"
10132 msgstr ""
10134 #: resbin.c:395
10135 msgid "menuitem"
10136 msgstr ""
10138 #: resbin.c:432 resbin.c:460
10139 msgid "dialog header"
10140 msgstr ""
10142 #: resbin.c:450
10143 #, c-format
10144 msgid "unexpected DIALOGEX version %d"
10145 msgstr ""
10147 #: resbin.c:495
10148 msgid "dialog font point size"
10149 msgstr ""
10151 #: resbin.c:503
10152 msgid "dialogex font information"
10153 msgstr ""
10155 #: resbin.c:529 resbin.c:547
10156 msgid "dialog control"
10157 msgstr ""
10159 #: resbin.c:539
10160 msgid "dialogex control"
10161 msgstr ""
10163 #: resbin.c:568
10164 msgid "dialog control end"
10165 msgstr ""
10167 #: resbin.c:578
10168 msgid "dialog control data"
10169 msgstr ""
10171 #: resbin.c:618
10172 msgid "stringtable string length"
10173 msgstr ""
10175 #: resbin.c:628
10176 msgid "stringtable string"
10177 msgstr ""
10179 #: resbin.c:658
10180 msgid "fontdir header"
10181 msgstr ""
10183 #: resbin.c:672
10184 msgid "fontdir"
10185 msgstr ""
10187 #: resbin.c:689
10188 msgid "fontdir device name"
10189 msgstr ""
10191 #: resbin.c:695
10192 msgid "fontdir face name"
10193 msgstr ""
10195 #: resbin.c:735
10196 msgid "accelerator"
10197 msgstr ""
10199 #: resbin.c:794
10200 msgid "group cursor header"
10201 msgstr ""
10203 #: resbin.c:798 resrc.c:1350
10204 #, c-format
10205 msgid "unexpected group cursor type %d"
10206 msgstr ""
10208 #: resbin.c:813
10209 msgid "group cursor"
10210 msgstr ""
10212 #: resbin.c:849
10213 msgid "group icon header"
10214 msgstr ""
10216 #: resbin.c:853 resrc.c:1297
10217 #, c-format
10218 msgid "unexpected group icon type %d"
10219 msgstr ""
10221 #: resbin.c:868
10222 msgid "group icon"
10223 msgstr ""
10225 #: resbin.c:932
10226 msgid "unexpected version string"
10227 msgstr ""
10229 #: resbin.c:964
10230 #, c-format
10231 msgid "version length %lu greater than resource length %lu"
10232 msgstr ""
10234 #: resbin.c:968
10235 #, c-format
10236 msgid "unexpected version type %d"
10237 msgstr ""
10239 #: resbin.c:980
10240 #, c-format
10241 msgid "unexpected fixed version information length %ld"
10242 msgstr ""
10244 #: resbin.c:983
10245 msgid "fixed version info"
10246 msgstr ""
10248 #: resbin.c:987
10249 #, c-format
10250 msgid "unexpected fixed version signature %lu"
10251 msgstr ""
10253 #: resbin.c:991
10254 #, c-format
10255 msgid "unexpected fixed version info version %lu"
10256 msgstr ""
10258 #: resbin.c:1020
10259 msgid "version var info"
10260 msgstr ""
10262 #: resbin.c:1037
10263 #, c-format
10264 msgid "unexpected stringfileinfo value length %ld"
10265 msgstr ""
10267 #: resbin.c:1054
10268 msgid "version stringtable"
10269 msgstr ""
10271 #: resbin.c:1062
10272 #, c-format
10273 msgid "unexpected version stringtable value length %ld"
10274 msgstr ""
10276 #: resbin.c:1079
10277 msgid "version string"
10278 msgstr ""
10280 #: resbin.c:1094
10281 #, c-format
10282 msgid "unexpected version string length %ld != %ld + %ld"
10283 msgstr ""
10285 #: resbin.c:1101
10286 #, c-format
10287 msgid "unexpected version string length %ld < %ld"
10288 msgstr ""
10290 #: resbin.c:1127
10291 #, c-format
10292 msgid "unexpected varfileinfo value length %ld"
10293 msgstr ""
10295 #: resbin.c:1146
10296 msgid "version varfileinfo"
10297 msgstr ""
10299 #: resbin.c:1161
10300 #, c-format
10301 msgid "unexpected version value length %ld"
10302 msgstr ""
10304 #: resbin.c:1171
10305 msgid "nul bytes found in version string"
10306 msgstr ""
10308 #: resbin.c:1174
10309 #, c-format
10310 msgid "unexpected version string character: %x"
10311 msgstr ""
10313 #: rescoff.c:123
10314 msgid "filename required for COFF input"
10315 msgstr ""
10317 #: rescoff.c:140
10318 #, c-format
10319 msgid "%s: no resource section"
10320 msgstr ""
10322 #: rescoff.c:150
10323 #, c-format
10324 msgid "%s: .rsrc section is bigger than the file!"
10325 msgstr ""
10327 #: rescoff.c:178
10328 #, c-format
10329 msgid "%s: %s: address out of bounds"
10330 msgstr ""
10332 #: rescoff.c:199
10333 msgid "Resources nest too deep"
10334 msgstr ""
10336 #: rescoff.c:202
10337 msgid "directory"
10338 msgstr ""
10340 #: rescoff.c:230
10341 msgid "named directory entry"
10342 msgstr ""
10344 #: rescoff.c:239
10345 msgid "directory entry name"
10346 msgstr ""
10348 #: rescoff.c:253
10349 msgid "resource name"
10350 msgstr ""
10352 #: rescoff.c:264
10353 msgid "named subdirectory"
10354 msgstr ""
10356 #: rescoff.c:272
10357 msgid "named resource"
10358 msgstr ""
10360 #: rescoff.c:287
10361 msgid "ID directory entry"
10362 msgstr ""
10364 #: rescoff.c:304
10365 msgid "ID subdirectory"
10366 msgstr ""
10368 #: rescoff.c:312
10369 msgid "ID resource"
10370 msgstr ""
10372 #: rescoff.c:337
10373 msgid "resource type unknown"
10374 msgstr ""
10376 #: rescoff.c:340
10377 msgid "data entry"
10378 msgstr ""
10380 #: rescoff.c:348
10381 msgid "resource data"
10382 msgstr ""
10384 #: rescoff.c:353
10385 msgid "resource data size"
10386 msgstr ""
10388 #: rescoff.c:448
10389 msgid "filename required for COFF output"
10390 msgstr ""
10392 #: rescoff.c:732
10393 msgid "can't get BFD_RELOC_RVA relocation type"
10394 msgstr ""
10396 #: resrc.c:256 resrc.c:328
10397 #, c-format
10398 msgid "can't open temporary file `%s': %s"
10399 msgstr ""
10401 #: resrc.c:262
10402 #, c-format
10403 msgid "can't redirect stdout: `%s': %s"
10404 msgstr ""
10406 #: resrc.c:324
10407 #, c-format
10408 msgid "can't execute `%s': %s"
10409 msgstr ""
10411 #: resrc.c:333
10412 #, c-format
10413 msgid "Using temporary file `%s' to read preprocessor output\n"
10414 msgstr ""
10416 #: resrc.c:340
10417 #, c-format
10418 msgid "can't popen `%s': %s"
10419 msgstr ""
10421 #: resrc.c:342
10422 #, c-format
10423 msgid "Using popen to read preprocessor output\n"
10424 msgstr ""
10426 #: resrc.c:408
10427 #, c-format
10428 msgid "Tried `%s'\n"
10429 msgstr ""
10431 #: resrc.c:419
10432 #, c-format
10433 msgid "Using `%s'\n"
10434 msgstr ""
10436 #: resrc.c:603
10437 msgid "preprocessing failed."
10438 msgstr ""
10440 #: resrc.c:634
10441 #, c-format
10442 msgid "%s: unexpected EOF"
10443 msgstr ""
10445 #: resrc.c:683
10446 #, c-format
10447 msgid "%s: read of %lu returned %lu"
10448 msgstr ""
10450 #: resrc.c:722 resrc.c:1497
10451 #, c-format
10452 msgid "stat failed on bitmap file `%s': %s"
10453 msgstr ""
10455 #: resrc.c:773
10456 #, c-format
10457 msgid "cursor file `%s' does not contain cursor data"
10458 msgstr ""
10460 #: resrc.c:805 resrc.c:1205
10461 #, c-format
10462 msgid "%s: fseek to %lu failed: %s"
10463 msgstr ""
10465 #: resrc.c:931
10466 msgid "help ID requires DIALOGEX"
10467 msgstr ""
10469 #: resrc.c:933
10470 msgid "control data requires DIALOGEX"
10471 msgstr ""
10473 #: resrc.c:961
10474 #, c-format
10475 msgid "stat failed on font file `%s': %s"
10476 msgstr ""
10478 #: resrc.c:1174
10479 #, c-format
10480 msgid "icon file `%s' does not contain icon data"
10481 msgstr ""
10483 #: resrc.c:1723 resrc.c:1758
10484 #, c-format
10485 msgid "stat failed on file `%s': %s"
10486 msgstr ""
10488 #: resrc.c:1957
10489 #, c-format
10490 msgid "can't open `%s' for output: %s"
10491 msgstr ""
10493 #: size.c:77
10494 #, c-format
10495 msgid " Displays the sizes of sections inside binary files\n"
10496 msgstr ""
10498 #: size.c:78
10499 #, c-format
10500 msgid " If no input file(s) are specified, a.out is assumed\n"
10501 msgstr ""
10503 #: size.c:79
10504 #, c-format
10505 msgid ""
10506 " The options are:\n"
10507 "  -A|-B     --format={sysv|berkeley}  Select output style (default is %s)\n"
10508 "  -o|-d|-x  --radix={8|10|16}         Display numbers in octal, decimal or "
10509 "hex\n"
10510 "  -t        --totals                  Display the total sizes (Berkeley "
10511 "only)\n"
10512 "            --common                  Display total size for *COM* syms\n"
10513 "            --target=<bfdname>        Set the binary file format\n"
10514 "            @<file>                   Read options from <file>\n"
10515 "  -h        --help                    Display this information\n"
10516 "  -v        --version                 Display the program's version\n"
10517 "\n"
10518 msgstr ""
10520 #: size.c:159
10521 #, c-format
10522 msgid "invalid argument to --format: %s"
10523 msgstr ""
10525 #: size.c:186
10526 #, c-format
10527 msgid "Invalid radix: %s\n"
10528 msgstr ""
10530 #: srconv.c:130
10531 msgid "Checksum failure"
10532 msgstr ""
10534 #. FIXME: Return error status.
10535 #: srconv.c:142
10536 msgid "Failed to write checksum"
10537 msgstr ""
10539 #: srconv.c:182
10540 #, c-format
10541 msgid "Unsupported integer write size: %d"
10542 msgstr ""
10544 #. FIXME: Return error status.
10545 #: srconv.c:268
10546 msgid "Failed to write TR block"
10547 msgstr ""
10549 #: srconv.c:359
10550 #, c-format
10551 msgid "Unrecognized H8300 sub-architecture: %ld"
10552 msgstr ""
10554 #: srconv.c:377
10555 #, c-format
10556 msgid "Unsupported architecture: %d"
10557 msgstr ""
10559 #: srconv.c:831
10560 #, c-format
10561 msgid "Unrecognised type: %d"
10562 msgstr ""
10564 #: srconv.c:960
10565 #, c-format
10566 msgid "Unrecognised coff symbol type: %d"
10567 msgstr ""
10569 #: srconv.c:1022 srconv.c:1122
10570 #, c-format
10571 msgid "Unrecognised coff symbol visibility: %d"
10572 msgstr ""
10574 #: srconv.c:1048 srconv.c:1093
10575 #, c-format
10576 msgid "Unrecognised coff symbol location: %d"
10577 msgstr ""
10579 #. FIXME: Return error status.
10580 #: srconv.c:1427
10581 msgid "Failed to write CS struct"
10582 msgstr ""
10584 #: srconv.c:1699
10585 #, c-format
10586 msgid "Convert a COFF object file into a SYSROFF object file\n"
10587 msgstr ""
10589 #: srconv.c:1700
10590 #, c-format
10591 msgid ""
10592 " The options are:\n"
10593 "  -q --quick       (Obsolete - ignored)\n"
10594 "  -n --noprescan   Do not perform a scan to convert commons into defs\n"
10595 "  -d --debug       Display information about what is being done\n"
10596 "  @<file>          Read options from <file>\n"
10597 "  -h --help        Display this information\n"
10598 "  -v --version     Print the program's version number\n"
10599 msgstr ""
10601 #: srconv.c:1847
10602 #, c-format
10603 msgid "unable to open output file %s"
10604 msgstr ""
10606 #: stabs.c:331 stabs.c:1726
10607 msgid "numeric overflow"
10608 msgstr ""
10610 #: stabs.c:341
10611 #, c-format
10612 msgid "Bad stab: %s\n"
10613 msgstr ""
10615 #: stabs.c:349
10616 #, c-format
10617 msgid "Warning: %s: %s\n"
10618 msgstr ""
10620 #: stabs.c:459
10621 #, c-format
10622 msgid "N_LBRAC not within function\n"
10623 msgstr ""
10625 #: stabs.c:498
10626 #, c-format
10627 msgid "Too many N_RBRACs\n"
10628 msgstr ""
10630 #: stabs.c:730
10631 msgid "unknown C++ encoded name"
10632 msgstr ""
10634 #. Complain and keep going, so compilers can invent new
10635 #. cross-reference types.
10636 #: stabs.c:1271
10637 msgid "unrecognized cross reference type"
10638 msgstr ""
10640 #. Does this actually ever happen?  Is that why we are worrying
10641 #. about dealing with it rather than just calling error_type?
10642 #: stabs.c:1818
10643 msgid "missing index type"
10644 msgstr ""
10646 #: stabs.c:2146
10647 msgid "unknown virtual character for baseclass"
10648 msgstr ""
10650 #: stabs.c:2164
10651 msgid "unknown visibility character for baseclass"
10652 msgstr ""
10654 #: stabs.c:2354
10655 msgid "unnamed $vb type"
10656 msgstr ""
10658 #: stabs.c:2360
10659 msgid "unrecognized C++ abbreviation"
10660 msgstr ""
10662 #: stabs.c:2436
10663 msgid "unknown visibility character for field"
10664 msgstr ""
10666 #: stabs.c:2696
10667 msgid "const/volatile indicator missing"
10668 msgstr ""
10670 #: stabs.c:2938
10671 #, c-format
10672 msgid "No mangling for \"%s\"\n"
10673 msgstr ""
10675 #: stabs.c:3238
10676 msgid "Undefined N_EXCL"
10677 msgstr ""
10679 #: stabs.c:3318
10680 #, c-format
10681 msgid "Type file number %d out of range\n"
10682 msgstr ""
10684 #: stabs.c:3323
10685 #, c-format
10686 msgid "Type index number %d out of range\n"
10687 msgstr ""
10689 #: stabs.c:3402
10690 #, c-format
10691 msgid "Unrecognized XCOFF type %d\n"
10692 msgstr ""
10694 #: stabs.c:3695
10695 #, c-format
10696 msgid "bad mangled name `%s'\n"
10697 msgstr ""
10699 #: stabs.c:3790
10700 #, c-format
10701 msgid "no argument types in mangled string\n"
10702 msgstr ""
10704 #: stabs.c:5140
10705 #, c-format
10706 msgid "Demangled name is not a function\n"
10707 msgstr ""
10709 #: stabs.c:5182
10710 #, c-format
10711 msgid "Unexpected type in v3 arglist demangling\n"
10712 msgstr ""
10714 #: stabs.c:5254
10715 #, c-format
10716 msgid "Unrecognized demangle component %d\n"
10717 msgstr ""
10719 #: stabs.c:5306
10720 #, c-format
10721 msgid "Failed to print demangled template\n"
10722 msgstr ""
10724 #: stabs.c:5386
10725 #, c-format
10726 msgid "Couldn't get demangled builtin type\n"
10727 msgstr ""
10729 #: stabs.c:5435
10730 #, c-format
10731 msgid "Unexpected demangled varargs\n"
10732 msgstr ""
10734 #: stabs.c:5442
10735 #, c-format
10736 msgid "Unrecognized demangled builtin type\n"
10737 msgstr ""
10739 #: strings.c:200 strings.c:267
10740 #, c-format
10741 msgid "invalid integer argument %s"
10742 msgstr ""
10744 #: strings.c:270
10745 #, c-format
10746 msgid "invalid minimum string length %d"
10747 msgstr ""
10749 #: strings.c:340
10750 #, c-format
10751 msgid "%s: Reading section %s failed: %s"
10752 msgstr ""
10754 #: strings.c:640
10755 #, c-format
10756 msgid " Display printable strings in [file(s)] (stdin by default)\n"
10757 msgstr ""
10759 #: strings.c:644
10760 #, c-format
10761 msgid ""
10762 "  -a - --all                Scan the entire file, not just the data section "
10763 "[default]\n"
10764 "  -d --data                 Only scan the data sections in the file\n"
10765 msgstr ""
10767 #: strings.c:648
10768 #, c-format
10769 msgid ""
10770 "  -a - --all                Scan the entire file, not just the data section\n"
10771 "  -d --data                 Only scan the data sections in the file "
10772 "[default]\n"
10773 msgstr ""
10775 #: strings.c:652
10776 #, c-format
10777 msgid ""
10778 "  -f --print-file-name      Print the name of the file before each string\n"
10779 "  -n --bytes=[number]       Locate & print any NUL-terminated sequence of "
10780 "at\n"
10781 "  -<number>                   least [number] characters (default 4).\n"
10782 "  -t --radix={o,d,x}        Print the location of the string in base 8, 10 "
10783 "or 16\n"
10784 "  -w --include-all-whitespace Include all whitespace as valid string "
10785 "characters\n"
10786 "  -o                        An alias for --radix=o\n"
10787 "  -T --target=<BFDNAME>     Specify the binary file format\n"
10788 "  -e --encoding={s,S,b,l,B,L} Select character size and endianness:\n"
10789 "                            s = 7-bit, S = 8-bit, {b,l} = 16-bit, {B,L} = 32-"
10790 "bit\n"
10791 "  -s --output-separator=<string> String used to separate strings in output.\n"
10792 "  @<file>                   Read options from <file>\n"
10793 "  -h --help                 Display this information\n"
10794 "  -v -V --version           Print the program's version number\n"
10795 msgstr ""
10797 #: sysdump.c:51
10798 msgid "*undefined*"
10799 msgstr ""
10801 #: sysdump.c:57
10802 msgid "*corrupt*"
10803 msgstr ""
10805 #: sysdump.c:125
10806 #, c-format
10807 msgid "SUM IS %x\n"
10808 msgstr ""
10810 #. PR 17512: file: id:000001,src:000002,op:flip1,pos:45.
10811 #. Prevent infinite loops re-reading beyond the end of the buffer.
10812 #: sysdump.c:161
10813 msgid "ICE: getINT: Out of buffer space"
10814 msgstr ""
10816 #: sysdump.c:185
10817 #, c-format
10818 msgid "Unsupported read size: %d"
10819 msgstr ""
10821 #: sysdump.c:496
10822 #, c-format
10823 msgid "GOT A %x\n"
10824 msgstr ""
10826 #: sysdump.c:514
10827 #, c-format
10828 msgid "WANTED %x!!\n"
10829 msgstr ""
10831 #: sysdump.c:532
10832 msgid "SYMBOL INFO"
10833 msgstr ""
10835 #: sysdump.c:550
10836 msgid "DERIVED TYPE"
10837 msgstr ""
10839 #: sysdump.c:607
10840 msgid "MODULE***\n"
10841 msgstr ""
10843 #: sysdump.c:642
10844 #, c-format
10845 msgid "Print a human readable interpretation of a SYSROFF object file\n"
10846 msgstr ""
10848 #: sysdump.c:643
10849 #, c-format
10850 msgid ""
10851 " The options are:\n"
10852 "  -h --help        Display this information\n"
10853 "  -v --version     Print the program's version number\n"
10854 msgstr ""
10856 #: sysdump.c:711
10857 #, c-format
10858 msgid "cannot open input file %s"
10859 msgstr ""
10861 #: version.c:34
10862 #, c-format
10863 msgid "Copyright (C) 2017 Free Software Foundation, Inc.\n"
10864 msgstr ""
10866 #: version.c:35
10867 #, c-format
10868 msgid ""
10869 "This program is free software; you may redistribute it under the terms of\n"
10870 "the GNU General Public License version 3 or (at your option) any later "
10871 "version.\n"
10872 "This program has absolutely no warranty.\n"
10873 msgstr ""
10875 #: windmc.c:189
10876 #, c-format
10877 msgid "can't create %s file `%s' for output.\n"
10878 msgstr ""
10880 #: windmc.c:197
10881 #, c-format
10882 msgid "Usage: %s [option(s)] [input-file]\n"
10883 msgstr ""
10885 #: windmc.c:199
10886 #, c-format
10887 msgid ""
10888 " The options are:\n"
10889 "  -a --ascii_in                Read input file as ASCII file\n"
10890 "  -A --ascii_out               Write binary messages as ASCII\n"
10891 "  -b --binprefix               .bin filename is prefixed by .mc filename_ "
10892 "for uniqueness.\n"
10893 "  -c --customflag              Set custom flags for messages\n"
10894 "  -C --codepage_in=<val>       Set codepage when reading mc text file\n"
10895 "  -d --decimal_values          Print values to text files decimal\n"
10896 "  -e --extension=<extension>   Set header extension used on export header "
10897 "file\n"
10898 "  -F --target <target>         Specify output target for endianness.\n"
10899 "  -h --headerdir=<directory>   Set the export directory for headers\n"
10900 "  -u --unicode_in              Read input file as UTF16 file\n"
10901 "  -U --unicode_out             Write binary messages as UFT16\n"
10902 "  -m --maxlength=<val>         Set the maximal allowed message length\n"
10903 "  -n --nullterminate           Automatic add a zero termination to strings\n"
10904 "  -o --hresult_use             Use HRESULT definition instead of status code "
10905 "definition\n"
10906 "  -O --codepage_out=<val>      Set codepage used for writing text file\n"
10907 "  -r --rcdir=<directory>       Set the export directory for rc files\n"
10908 "  -x --xdbg=<directory>        Where to create the .dbg C include file\n"
10909 "                               that maps message ID's to their symbolic "
10910 "name.\n"
10911 msgstr ""
10913 #: windmc.c:219
10914 #, c-format
10915 msgid ""
10916 "  -H --help                    Print this help message\n"
10917 "  -v --verbose                 Verbose - tells you what it's doing\n"
10918 "  -V --version                 Print version information\n"
10919 msgstr ""
10921 #: windmc.c:260 windres.c:404
10922 #, c-format
10923 msgid "%s: warning: "
10924 msgstr ""
10926 #: windmc.c:261
10927 #, c-format
10928 msgid "A codepage was specified switch `%s' and UTF16.\n"
10929 msgstr ""
10931 #: windmc.c:262
10932 #, c-format
10933 msgid "\tcodepage settings are ignored.\n"
10934 msgstr ""
10936 #: windmc.c:306
10937 msgid "try to add a ill language."
10938 msgstr ""
10940 #: windmc.c:1116
10941 #, c-format
10942 msgid "unable to open file `%s' for input.\n"
10943 msgstr ""
10945 #: windmc.c:1124
10946 #, c-format
10947 msgid "unable to read contents of %s"
10948 msgstr ""
10950 #: windmc.c:1136
10951 msgid "input file does not seems to be UFT16.\n"
10952 msgstr ""
10954 #: windres.c:214
10955 #, c-format
10956 msgid "can't open %s `%s': %s"
10957 msgstr ""
10959 #: windres.c:383
10960 #, c-format
10961 msgid ": expected to be a directory\n"
10962 msgstr ""
10964 #: windres.c:395
10965 #, c-format
10966 msgid ": expected to be a leaf\n"
10967 msgstr ""
10969 #: windres.c:406
10970 #, c-format
10971 msgid ": duplicate value\n"
10972 msgstr ""
10974 #: windres.c:556
10975 #, c-format
10976 msgid "unknown format type `%s'"
10977 msgstr ""
10979 #: windres.c:557
10980 #, c-format
10981 msgid "%s: supported formats:"
10982 msgstr ""
10984 #. Otherwise, we give up.
10985 #: windres.c:640
10986 #, c-format
10987 msgid "can not determine type of file `%s'; use the -J option"
10988 msgstr ""
10990 #: windres.c:652
10991 #, c-format
10992 msgid "Usage: %s [option(s)] [input-file] [output-file]\n"
10993 msgstr ""
10995 #: windres.c:654
10996 #, c-format
10997 msgid ""
10998 " The options are:\n"
10999 "  -i --input=<file>            Name input file\n"
11000 "  -o --output=<file>           Name output file\n"
11001 "  -J --input-format=<format>   Specify input format\n"
11002 "  -O --output-format=<format>  Specify output format\n"
11003 "  -F --target=<target>         Specify COFF target\n"
11004 "     --preprocessor=<program>  Program to use to preprocess rc file\n"
11005 "     --preprocessor-arg=<arg>  Additional preprocessor argument\n"
11006 "  -I --include-dir=<dir>       Include directory when preprocessing rc file\n"
11007 "  -D --define <sym>[=<val>]    Define SYM when preprocessing rc file\n"
11008 "  -U --undefine <sym>          Undefine SYM when preprocessing rc file\n"
11009 "  -v --verbose                 Verbose - tells you what it's doing\n"
11010 "  -c --codepage=<codepage>     Specify default codepage\n"
11011 "  -l --language=<val>          Set language when reading rc file\n"
11012 "     --use-temp-file           Use a temporary file instead of popen to "
11013 "read\n"
11014 "                               the preprocessor output\n"
11015 "     --no-use-temp-file        Use popen (default)\n"
11016 msgstr ""
11018 #: windres.c:672
11019 #, c-format
11020 msgid "     --yydebug                 Turn on parser debugging\n"
11021 msgstr ""
11023 #: windres.c:675
11024 #, c-format
11025 msgid ""
11026 "  -r                           Ignored for compatibility with rc\n"
11027 "  @<file>                      Read options from <file>\n"
11028 "  -h --help                    Print this help message\n"
11029 "  -V --version                 Print version information\n"
11030 msgstr ""
11032 #: windres.c:680
11033 #, c-format
11034 msgid ""
11035 "FORMAT is one of rc, res, or coff, and is deduced from the file name\n"
11036 "extension if not specified.  A single file name is an input file.\n"
11037 "No input-file is stdin, default rc.  No output-file is stdout, default rc.\n"
11038 msgstr ""
11040 #: windres.c:844
11041 msgid "invalid codepage specified.\n"
11042 msgstr ""
11044 #: windres.c:859
11045 msgid "invalid option -f\n"
11046 msgstr ""
11048 #: windres.c:864
11049 msgid "No filename following the -fo option.\n"
11050 msgstr ""
11052 #: windres.c:953
11053 #, c-format
11054 msgid ""
11055 "Option -I is deprecated for setting the input format, please use -J "
11056 "instead.\n"
11057 msgstr ""
11059 #: windres.c:1066
11060 msgid "no resources"
11061 msgstr ""
11063 #: wrstabs.c:353 wrstabs.c:1914
11064 #, c-format
11065 msgid "string_hash_lookup failed: %s"
11066 msgstr ""
11068 #: wrstabs.c:636
11069 #, c-format
11070 msgid "stab_int_type: bad size %u"
11071 msgstr ""
11073 #: wrstabs.c:1392
11074 #, c-format
11075 msgid "%s: warning: unknown size for field `%s' in struct"
11076 msgstr ""