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