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