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