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