binutils potfiles regen
[platform/upstream/binutils.git] / binutils / po / binutils.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
11 "POT-Creation-Date: 2014-02-10 09:42+1030\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #: addr2line.c:81
21 #, c-format
22 msgid "Usage: %s [option(s)] [addr(s)]\n"
23 msgstr ""
24
25 #: addr2line.c:82
26 #, c-format
27 msgid " Convert addresses into line number/file name pairs.\n"
28 msgstr ""
29
30 #: addr2line.c:83
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:84
38 #, c-format
39 msgid ""
40 " The options are:\n"
41 "  @<file>                Read options from <file>\n"
42 "  -a --addresses         Show addresses\n"
43 "  -b --target=<bfdname>  Set the binary file format\n"
44 "  -e --exe=<executable>  Set the input file name (default is a.out)\n"
45 "  -i --inlines           Unwind inlined functions\n"
46 "  -j --section=<name>    Read section-relative offsets instead of addresses\n"
47 "  -p --pretty-print      Make the output easier to read for humans\n"
48 "  -s --basenames         Strip directory names\n"
49 "  -f --functions         Show function names\n"
50 "  -C --demangle[=style]  Demangle function names\n"
51 "  -h --help              Display this information\n"
52 "  -v --version           Display the program's version\n"
53 "\n"
54 msgstr ""
55
56 #: addr2line.c:101 ar.c:332 ar.c:369 coffdump.c:471 dlltool.c:3969
57 #: dllwrap.c:518 elfedit.c:651 nlmconv.c:1113 objcopy.c:606 objcopy.c:656
58 #: readelf.c:3705 size.c:99 srconv.c:1744 strings.c:653 sysdump.c:653
59 #: windmc.c:228 windres.c:687
60 #, c-format
61 msgid "Report bugs to %s\n"
62 msgstr ""
63
64 #. Note for translators:  This printf is used to join the
65 #. function name just printed above to the line number/
66 #. file name pair that is about to be printed below.  Eg:
67 #.
68 #. foo at 123:bar.c
69 #: addr2line.c:297
70 #, c-format
71 msgid " at "
72 msgstr ""
73
74 #. Note for translators: This printf is used to join the
75 #. line number/file name pair that has just been printed with
76 #. the line number/file name pair that is going to be printed
77 #. by the next iteration of the while loop.  Eg:
78 #.
79 #. 123:bar.c (inlined by) 456:main.c
80 #: addr2line.c:338
81 #, c-format
82 msgid " (inlined by) "
83 msgstr ""
84
85 #: addr2line.c:371
86 #, c-format
87 msgid "%s: cannot get addresses from archive"
88 msgstr ""
89
90 #: addr2line.c:388
91 #, c-format
92 msgid "%s: cannot find section %s"
93 msgstr ""
94
95 #: addr2line.c:457 nm.c:1572 objdump.c:3479
96 #, c-format
97 msgid "unknown demangling style `%s'"
98 msgstr ""
99
100 #: ar.c:253
101 #, c-format
102 msgid "no entry %s in archive\n"
103 msgstr ""
104
105 #: ar.c:267
106 #, c-format
107 msgid ""
108 "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [--plugin "
109 "<name>] [member-name] [count] archive-file file...\n"
110 msgstr ""
111
112 #: ar.c:273
113 #, c-format
114 msgid ""
115 "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [member-name] "
116 "[count] archive-file file...\n"
117 msgstr ""
118
119 #: ar.c:281
120 #, c-format
121 msgid "       %s -M [<mri-script]\n"
122 msgstr ""
123
124 #: ar.c:282
125 #, c-format
126 msgid " commands:\n"
127 msgstr ""
128
129 #: ar.c:283
130 #, c-format
131 msgid "  d            - delete file(s) from the archive\n"
132 msgstr ""
133
134 #: ar.c:284
135 #, c-format
136 msgid "  m[ab]        - move file(s) in the archive\n"
137 msgstr ""
138
139 #: ar.c:285
140 #, c-format
141 msgid "  p            - print file(s) found in the archive\n"
142 msgstr ""
143
144 #: ar.c:286
145 #, c-format
146 msgid "  q[f]         - quick append file(s) to the archive\n"
147 msgstr ""
148
149 #: ar.c:287
150 #, c-format
151 msgid ""
152 "  r[ab][f][u]  - replace existing or insert new file(s) into the archive\n"
153 msgstr ""
154
155 #: ar.c:288
156 #, c-format
157 msgid "  s            - act as ranlib\n"
158 msgstr ""
159
160 #: ar.c:289
161 #, c-format
162 msgid "  t            - display contents of archive\n"
163 msgstr ""
164
165 #: ar.c:290
166 #, c-format
167 msgid "  x[o]         - extract file(s) from the archive\n"
168 msgstr ""
169
170 #: ar.c:291
171 #, c-format
172 msgid " command specific modifiers:\n"
173 msgstr ""
174
175 #: ar.c:292
176 #, c-format
177 msgid "  [a]          - put file(s) after [member-name]\n"
178 msgstr ""
179
180 #: ar.c:293
181 #, c-format
182 msgid "  [b]          - put file(s) before [member-name] (same as [i])\n"
183 msgstr ""
184
185 #: ar.c:296
186 #, c-format
187 msgid "  [D]          - use zero for timestamps and uids/gids (default)\n"
188 msgstr ""
189
190 #: ar.c:298
191 #, c-format
192 msgid "  [U]          - use actual timestamps and uids/gids\n"
193 msgstr ""
194
195 #: ar.c:303
196 #, c-format
197 msgid "  [D]          - use zero for timestamps and uids/gids\n"
198 msgstr ""
199
200 #: ar.c:305
201 #, c-format
202 msgid "  [U]          - use actual timestamps and uids/gids (default)\n"
203 msgstr ""
204
205 #: ar.c:308
206 #, c-format
207 msgid "  [N]          - use instance [count] of name\n"
208 msgstr ""
209
210 #: ar.c:309
211 #, c-format
212 msgid "  [f]          - truncate inserted file names\n"
213 msgstr ""
214
215 #: ar.c:310
216 #, c-format
217 msgid "  [P]          - use full path names when matching\n"
218 msgstr ""
219
220 #: ar.c:311
221 #, c-format
222 msgid "  [o]          - preserve original dates\n"
223 msgstr ""
224
225 #: ar.c:312
226 #, c-format
227 msgid ""
228 "  [u]          - only replace files that are newer than current archive "
229 "contents\n"
230 msgstr ""
231
232 #: ar.c:313
233 #, c-format
234 msgid " generic modifiers:\n"
235 msgstr ""
236
237 #: ar.c:314
238 #, c-format
239 msgid "  [c]          - do not warn if the library had to be created\n"
240 msgstr ""
241
242 #: ar.c:315
243 #, c-format
244 msgid "  [s]          - create an archive index (cf. ranlib)\n"
245 msgstr ""
246
247 #: ar.c:316
248 #, c-format
249 msgid "  [S]          - do not build a symbol table\n"
250 msgstr ""
251
252 #: ar.c:317
253 #, c-format
254 msgid "  [T]          - make a thin archive\n"
255 msgstr ""
256
257 #: ar.c:318
258 #, c-format
259 msgid "  [v]          - be verbose\n"
260 msgstr ""
261
262 #: ar.c:319
263 #, c-format
264 msgid "  [V]          - display the version number\n"
265 msgstr ""
266
267 #: ar.c:320
268 #, c-format
269 msgid "  @<file>      - read options from <file>\n"
270 msgstr ""
271
272 #: ar.c:321
273 #, c-format
274 msgid "  --target=BFDNAME - specify the target object format as BFDNAME\n"
275 msgstr ""
276
277 #: ar.c:323
278 #, c-format
279 msgid " optional:\n"
280 msgstr ""
281
282 #: ar.c:324
283 #, c-format
284 msgid "  --plugin <p> - load the specified plugin\n"
285 msgstr ""
286
287 #: ar.c:345
288 #, c-format
289 msgid "Usage: %s [options] archive\n"
290 msgstr ""
291
292 #: ar.c:346
293 #, c-format
294 msgid " Generate an index to speed access to archives\n"
295 msgstr ""
296
297 #: ar.c:347
298 #, c-format
299 msgid ""
300 " The options are:\n"
301 "  @<file>                      Read options from <file>\n"
302 msgstr ""
303
304 #: ar.c:350
305 #, c-format
306 msgid "  --plugin <name>              Load the specified plugin\n"
307 msgstr ""
308
309 #: ar.c:354
310 #, c-format
311 msgid ""
312 "  -D                           Use zero for symbol map timestamp (default)\n"
313 "  -U                           Use an actual symbol map timestamp\n"
314 msgstr ""
315
316 #: ar.c:358
317 #, c-format
318 msgid ""
319 "  -D                           Use zero for symbol map timestamp\n"
320 "  -U                           Use actual symbol map timestamp (default)\n"
321 msgstr ""
322
323 #: ar.c:361
324 #, c-format
325 msgid ""
326 "  -t                           Update the archive's symbol map timestamp\n"
327 "  -h --help                    Print this help message\n"
328 "  -v --version                 Print version information\n"
329 msgstr ""
330
331 #: ar.c:485
332 msgid "two different operation options specified"
333 msgstr ""
334
335 #: ar.c:577 ar.c:638 nm.c:1654
336 #, c-format
337 msgid "sorry - this program has been built without plugin support\n"
338 msgstr ""
339
340 #: ar.c:761
341 msgid "no operation specified"
342 msgstr ""
343
344 #: ar.c:764
345 msgid "`u' is only meaningful with the `r' option."
346 msgstr ""
347
348 #: ar.c:767
349 msgid "`u' is not meaningful with the `D' option."
350 msgstr ""
351
352 #: ar.c:770
353 msgid "`u' modifier ignored since `D' is the default (see `U')"
354 msgstr ""
355
356 #: ar.c:781
357 msgid "`N' is only meaningful with the `x' and `d' options."
358 msgstr ""
359
360 #: ar.c:784
361 msgid "Value for `N' must be positive."
362 msgstr ""
363
364 #: ar.c:798
365 msgid "`x' cannot be used on thin archives."
366 msgstr ""
367
368 #: ar.c:845
369 #, c-format
370 msgid "internal error -- this option not implemented"
371 msgstr ""
372
373 #: ar.c:914
374 #, c-format
375 msgid "creating %s"
376 msgstr ""
377
378 #: ar.c:945
379 #, c-format
380 msgid "Cannot convert existing library %s to thin format"
381 msgstr ""
382
383 #: ar.c:951
384 #, c-format
385 msgid "Cannot convert existing thin library %s to normal format"
386 msgstr ""
387
388 #: ar.c:983 ar.c:1037 ar.c:1366 objcopy.c:2294
389 #, c-format
390 msgid "internal stat error on %s"
391 msgstr ""
392
393 #: ar.c:1002 ar.c:1070
394 #, c-format
395 msgid "%s is not a valid archive"
396 msgstr ""
397
398 #: ar.c:1128
399 msgid "could not create temporary file whilst writing archive"
400 msgstr ""
401
402 #: ar.c:1271
403 #, c-format
404 msgid "No member named `%s'\n"
405 msgstr ""
406
407 #: ar.c:1321
408 #, c-format
409 msgid "no entry %s in archive %s!"
410 msgstr ""
411
412 #: ar.c:1460
413 #, c-format
414 msgid "%s: no archive map to update"
415 msgstr ""
416
417 #: arsup.c:89
418 #, c-format
419 msgid "No entry %s in archive.\n"
420 msgstr ""
421
422 #: arsup.c:114
423 #, c-format
424 msgid "Can't open file %s\n"
425 msgstr ""
426
427 #: arsup.c:164
428 #, c-format
429 msgid "%s: Can't open output archive %s\n"
430 msgstr ""
431
432 #: arsup.c:181
433 #, c-format
434 msgid "%s: Can't open input archive %s\n"
435 msgstr ""
436
437 #: arsup.c:190
438 #, c-format
439 msgid "%s: file %s is not an archive\n"
440 msgstr ""
441
442 #: arsup.c:230
443 #, c-format
444 msgid "%s: no output archive specified yet\n"
445 msgstr ""
446
447 #: arsup.c:250 arsup.c:288 arsup.c:330 arsup.c:353 arsup.c:419
448 #, c-format
449 msgid "%s: no open output archive\n"
450 msgstr ""
451
452 #: arsup.c:261 arsup.c:374 arsup.c:400
453 #, c-format
454 msgid "%s: can't open file %s\n"
455 msgstr ""
456
457 #: arsup.c:315 arsup.c:396 arsup.c:477
458 #, c-format
459 msgid "%s: can't find module file %s\n"
460 msgstr ""
461
462 #: arsup.c:428
463 #, c-format
464 msgid "Current open archive is %s\n"
465 msgstr ""
466
467 #: arsup.c:452
468 #, c-format
469 msgid "%s: no open archive\n"
470 msgstr ""
471
472 #: binemul.c:39
473 #, c-format
474 msgid "  No emulation specific options\n"
475 msgstr ""
476
477 #. Macros for common output.
478 #: binemul.h:49
479 #, c-format
480 msgid " emulation options: \n"
481 msgstr ""
482
483 #: bucomm.c:164
484 #, c-format
485 msgid "can't set BFD default target to `%s': %s"
486 msgstr ""
487
488 #: bucomm.c:176
489 #, c-format
490 msgid "%s: Matching formats:"
491 msgstr ""
492
493 #: bucomm.c:191
494 #, c-format
495 msgid "Supported targets:"
496 msgstr ""
497
498 #: bucomm.c:193
499 #, c-format
500 msgid "%s: supported targets:"
501 msgstr ""
502
503 #: bucomm.c:211
504 #, c-format
505 msgid "Supported architectures:"
506 msgstr ""
507
508 #: bucomm.c:213
509 #, c-format
510 msgid "%s: supported architectures:"
511 msgstr ""
512
513 #: bucomm.c:229
514 msgid "big endian"
515 msgstr ""
516
517 #: bucomm.c:230
518 msgid "little endian"
519 msgstr ""
520
521 #: bucomm.c:231
522 msgid "endianness unknown"
523 msgstr ""
524
525 #: bucomm.c:252
526 #, c-format
527 msgid ""
528 "%s\n"
529 " (header %s, data %s)\n"
530 msgstr ""
531
532 #: bucomm.c:408
533 #, c-format
534 msgid "BFD header file version %s\n"
535 msgstr ""
536
537 #: bucomm.c:562
538 #, c-format
539 msgid "%s: bad number: %s"
540 msgstr ""
541
542 #: bucomm.c:579 strings.c:408
543 #, c-format
544 msgid "'%s': No such file"
545 msgstr ""
546
547 #: bucomm.c:581 strings.c:410
548 #, c-format
549 msgid "Warning: could not locate '%s'.  reason: %s"
550 msgstr ""
551
552 #: bucomm.c:585
553 #, c-format
554 msgid "Warning: '%s' is not an ordinary file"
555 msgstr ""
556
557 #: bucomm.c:587
558 #, c-format
559 msgid "Warning: '%s' has negative size, probably it is too large"
560 msgstr ""
561
562 #: coffdump.c:107
563 #, c-format
564 msgid "#lines %d "
565 msgstr ""
566
567 #: coffdump.c:130
568 #, c-format
569 msgid "size %d "
570 msgstr ""
571
572 #: coffdump.c:135
573 #, c-format
574 msgid "section definition at %x size %x\n"
575 msgstr ""
576
577 #: coffdump.c:141
578 #, c-format
579 msgid "pointer to"
580 msgstr ""
581
582 #: coffdump.c:146
583 #, c-format
584 msgid "array [%d] of"
585 msgstr ""
586
587 #: coffdump.c:151
588 #, c-format
589 msgid "function returning"
590 msgstr ""
591
592 #: coffdump.c:155
593 #, c-format
594 msgid "arguments"
595 msgstr ""
596
597 #: coffdump.c:159
598 #, c-format
599 msgid "code"
600 msgstr ""
601
602 #: coffdump.c:165
603 #, c-format
604 msgid "structure definition"
605 msgstr ""
606
607 #: coffdump.c:171
608 #, c-format
609 msgid "structure ref to UNKNOWN struct"
610 msgstr ""
611
612 #: coffdump.c:173
613 #, c-format
614 msgid "structure ref to %s"
615 msgstr ""
616
617 #: coffdump.c:176
618 #, c-format
619 msgid "enum ref to %s"
620 msgstr ""
621
622 #: coffdump.c:179
623 #, c-format
624 msgid "enum definition"
625 msgstr ""
626
627 #: coffdump.c:252
628 #, c-format
629 msgid "Stack offset %x"
630 msgstr ""
631
632 #: coffdump.c:255
633 #, c-format
634 msgid "Memory section %s+%x"
635 msgstr ""
636
637 #: coffdump.c:258
638 #, c-format
639 msgid "Register %d"
640 msgstr ""
641
642 #: coffdump.c:261
643 #, c-format
644 msgid "Struct Member offset %x"
645 msgstr ""
646
647 #: coffdump.c:264
648 #, c-format
649 msgid "Enum Member offset %x"
650 msgstr ""
651
652 #: coffdump.c:267
653 #, c-format
654 msgid "Undefined symbol"
655 msgstr ""
656
657 #: coffdump.c:334
658 #, c-format
659 msgid "List of symbols"
660 msgstr ""
661
662 #: coffdump.c:341
663 #, c-format
664 msgid "Symbol  %s, tag %d, number %d"
665 msgstr ""
666
667 #: coffdump.c:345 readelf.c:13103 readelf.c:13177
668 #, c-format
669 msgid "Type"
670 msgstr ""
671
672 #: coffdump.c:350
673 #, c-format
674 msgid "Where"
675 msgstr ""
676
677 #: coffdump.c:354
678 #, c-format
679 msgid "Visible"
680 msgstr ""
681
682 #: coffdump.c:370
683 msgid "List of blocks "
684 msgstr ""
685
686 #: coffdump.c:383
687 #, c-format
688 msgid "vars %d"
689 msgstr ""
690
691 #: coffdump.c:386
692 #, c-format
693 msgid "blocks"
694 msgstr ""
695
696 #: coffdump.c:404
697 #, c-format
698 msgid "List of source files"
699 msgstr ""
700
701 #: coffdump.c:410
702 #, c-format
703 msgid "Source file %s"
704 msgstr ""
705
706 #: coffdump.c:424
707 #, c-format
708 msgid "section %s %d %d address %x size %x number %d nrelocs %d"
709 msgstr ""
710
711 #: coffdump.c:449
712 #, c-format
713 msgid "#sources %d"
714 msgstr ""
715
716 #: coffdump.c:462 sysdump.c:646
717 #, c-format
718 msgid "Usage: %s [option(s)] in-file\n"
719 msgstr ""
720
721 #: coffdump.c:463
722 #, c-format
723 msgid " Print a human readable interpretation of a COFF object file\n"
724 msgstr ""
725
726 #: coffdump.c:464
727 #, c-format
728 msgid ""
729 " The options are:\n"
730 "  @<file>                Read options from <file>\n"
731 "  -h --help              Display this information\n"
732 "  -v --version           Display the program's version\n"
733 "\n"
734 msgstr ""
735
736 #: coffdump.c:533 srconv.c:1834 sysdump.c:710
737 msgid "no input file specified"
738 msgstr ""
739
740 #: cxxfilt.c:119 nm.c:270 objdump.c:281
741 #, c-format
742 msgid "Report bugs to %s.\n"
743 msgstr ""
744
745 #: debug.c:647
746 msgid "debug_add_to_current_namespace: no current file"
747 msgstr ""
748
749 #: debug.c:726
750 msgid "debug_start_source: no debug_set_filename call"
751 msgstr ""
752
753 #: debug.c:780
754 msgid "debug_record_function: no debug_set_filename call"
755 msgstr ""
756
757 #: debug.c:832
758 msgid "debug_record_parameter: no current function"
759 msgstr ""
760
761 #: debug.c:864
762 msgid "debug_end_function: no current function"
763 msgstr ""
764
765 #: debug.c:870
766 msgid "debug_end_function: some blocks were not closed"
767 msgstr ""
768
769 #: debug.c:898
770 msgid "debug_start_block: no current block"
771 msgstr ""
772
773 #: debug.c:934
774 msgid "debug_end_block: no current block"
775 msgstr ""
776
777 #: debug.c:941
778 msgid "debug_end_block: attempt to close top level block"
779 msgstr ""
780
781 #: debug.c:964
782 msgid "debug_record_line: no current unit"
783 msgstr ""
784
785 #. FIXME
786 #: debug.c:1017
787 msgid "debug_start_common_block: not implemented"
788 msgstr ""
789
790 #. FIXME
791 #: debug.c:1028
792 msgid "debug_end_common_block: not implemented"
793 msgstr ""
794
795 #. FIXME.
796 #: debug.c:1112
797 msgid "debug_record_label: not implemented"
798 msgstr ""
799
800 #: debug.c:1134
801 msgid "debug_record_variable: no current file"
802 msgstr ""
803
804 #: debug.c:1662
805 msgid "debug_make_undefined_type: unsupported kind"
806 msgstr ""
807
808 #: debug.c:1839
809 msgid "debug_name_type: no current file"
810 msgstr ""
811
812 #: debug.c:1884
813 msgid "debug_tag_type: no current file"
814 msgstr ""
815
816 #: debug.c:1892
817 msgid "debug_tag_type: extra tag attempted"
818 msgstr ""
819
820 #: debug.c:1929
821 #, c-format
822 msgid "Warning: changing type size from %d to %d\n"
823 msgstr ""
824
825 #: debug.c:1951
826 msgid "debug_find_named_type: no current compilation unit"
827 msgstr ""
828
829 #: debug.c:2054
830 #, c-format
831 msgid "debug_get_real_type: circular debug information for %s\n"
832 msgstr ""
833
834 #: debug.c:2481
835 msgid "debug_write_type: illegal type encountered"
836 msgstr ""
837
838 #: dlltool.c:918 dlltool.c:944 dlltool.c:975
839 #, c-format
840 msgid "Internal error: Unknown machine type: %d"
841 msgstr ""
842
843 #: dlltool.c:1016
844 #, c-format
845 msgid "Can't open def file: %s"
846 msgstr ""
847
848 #: dlltool.c:1021
849 #, c-format
850 msgid "Processing def file: %s"
851 msgstr ""
852
853 #: dlltool.c:1025
854 msgid "Processed def file"
855 msgstr ""
856
857 #: dlltool.c:1049
858 #, c-format
859 msgid "Syntax error in def file %s:%d"
860 msgstr ""
861
862 #: dlltool.c:1086
863 #, c-format
864 msgid "%s: Path components stripped from image name, '%s'."
865 msgstr ""
866
867 #: dlltool.c:1104
868 #, c-format
869 msgid "NAME: %s base: %x"
870 msgstr ""
871
872 #: dlltool.c:1107 dlltool.c:1128
873 msgid "Can't have LIBRARY and NAME"
874 msgstr ""
875
876 #: dlltool.c:1125
877 #, c-format
878 msgid "LIBRARY: %s base: %x"
879 msgstr ""
880
881 #: dlltool.c:1282
882 #, c-format
883 msgid "VERSION %d.%d\n"
884 msgstr ""
885
886 #: dlltool.c:1330
887 #, c-format
888 msgid "run: %s %s"
889 msgstr ""
890
891 #: dlltool.c:1370 resrc.c:288
892 #, c-format
893 msgid "wait: %s"
894 msgstr ""
895
896 #: dlltool.c:1375 dllwrap.c:416 resrc.c:293
897 #, c-format
898 msgid "subprocess got fatal signal %d"
899 msgstr ""
900
901 #: dlltool.c:1381 dllwrap.c:423 resrc.c:300
902 #, c-format
903 msgid "%s exited with status %d"
904 msgstr ""
905
906 #: dlltool.c:1412
907 #, c-format
908 msgid "Sucking in info from %s section in %s"
909 msgstr ""
910
911 #: dlltool.c:1552
912 #, c-format
913 msgid "Excluding symbol: %s"
914 msgstr ""
915
916 #: dlltool.c:1641 dlltool.c:1652 nm.c:1006 nm.c:1016 nm.c:1025
917 #, c-format
918 msgid "%s: no symbols"
919 msgstr ""
920
921 #. FIXME: we ought to read in and block out the base relocations.
922 #: dlltool.c:1678
923 #, c-format
924 msgid "Done reading %s"
925 msgstr ""
926
927 #: dlltool.c:1688
928 #, c-format
929 msgid "Unable to open object file: %s: %s"
930 msgstr ""
931
932 #: dlltool.c:1691
933 #, c-format
934 msgid "Scanning object file %s"
935 msgstr ""
936
937 #: dlltool.c:1708
938 #, c-format
939 msgid "Cannot produce mcore-elf dll from archive file: %s"
940 msgstr ""
941
942 #: dlltool.c:1810
943 msgid "Adding exports to output file"
944 msgstr ""
945
946 #: dlltool.c:1862
947 msgid "Added exports to output file"
948 msgstr ""
949
950 #: dlltool.c:2004
951 #, c-format
952 msgid "Generating export file: %s"
953 msgstr ""
954
955 #: dlltool.c:2009
956 #, c-format
957 msgid "Unable to open temporary assembler file: %s"
958 msgstr ""
959
960 #: dlltool.c:2012
961 #, c-format
962 msgid "Opened temporary file: %s"
963 msgstr ""
964
965 #: dlltool.c:2189
966 msgid "failed to read the number of entries from base file"
967 msgstr ""
968
969 #: dlltool.c:2237
970 msgid "Generated exports file"
971 msgstr ""
972
973 #: dlltool.c:2447
974 #, c-format
975 msgid "bfd_open failed open stub file: %s: %s"
976 msgstr ""
977
978 #: dlltool.c:2451
979 #, c-format
980 msgid "Creating stub file: %s"
981 msgstr ""
982
983 #: dlltool.c:2922
984 #, c-format
985 msgid "bfd_open failed reopen stub file: %s: %s"
986 msgstr ""
987
988 #: dlltool.c:2936 dlltool.c:3012
989 #, c-format
990 msgid "failed to open temporary head file: %s"
991 msgstr ""
992
993 #: dlltool.c:2998 dlltool.c:3081
994 #, c-format
995 msgid "failed to open temporary head file: %s: %s"
996 msgstr ""
997
998 #: dlltool.c:3095
999 #, c-format
1000 msgid "failed to open temporary tail file: %s"
1001 msgstr ""
1002
1003 #: dlltool.c:3152
1004 #, c-format
1005 msgid "failed to open temporary tail file: %s: %s"
1006 msgstr ""
1007
1008 #: dlltool.c:3174
1009 #, c-format
1010 msgid "Can't create .lib file: %s: %s"
1011 msgstr ""
1012
1013 #: dlltool.c:3178
1014 #, c-format
1015 msgid "Creating library file: %s"
1016 msgstr ""
1017
1018 #: dlltool.c:3270 dlltool.c:3276
1019 #, c-format
1020 msgid "cannot delete %s: %s"
1021 msgstr ""
1022
1023 #: dlltool.c:3281
1024 msgid "Created lib file"
1025 msgstr ""
1026
1027 #: dlltool.c:3493
1028 #, c-format
1029 msgid "Can't open .lib file: %s: %s"
1030 msgstr ""
1031
1032 #: dlltool.c:3501 dlltool.c:3523
1033 #, c-format
1034 msgid "%s is not a library"
1035 msgstr ""
1036
1037 #: dlltool.c:3541
1038 #, c-format
1039 msgid "Import library `%s' specifies two or more dlls"
1040 msgstr ""
1041
1042 #: dlltool.c:3552
1043 #, c-format
1044 msgid "Unable to determine dll name for `%s' (not an import library?)"
1045 msgstr ""
1046
1047 #: dlltool.c:3776
1048 #, c-format
1049 msgid "Warning, ignoring duplicate EXPORT %s %d,%d"
1050 msgstr ""
1051
1052 #: dlltool.c:3782
1053 #, c-format
1054 msgid "Error, duplicate EXPORT with ordinals: %s"
1055 msgstr ""
1056
1057 #: dlltool.c:3887
1058 msgid "Processing definitions"
1059 msgstr ""
1060
1061 #: dlltool.c:3919
1062 msgid "Processed definitions"
1063 msgstr ""
1064
1065 #. xgetext:c-format
1066 #: dlltool.c:3926 dllwrap.c:477
1067 #, c-format
1068 msgid "Usage %s <option(s)> <object-file(s)>\n"
1069 msgstr ""
1070
1071 #. xgetext:c-format
1072 #: dlltool.c:3928
1073 #, c-format
1074 msgid ""
1075 "   -m --machine <machine>    Create as DLL for <machine>.  [default: %s]\n"
1076 msgstr ""
1077
1078 #: dlltool.c:3929
1079 #, c-format
1080 msgid ""
1081 "        possible <machine>: arm[_interwork], i386, mcore[-elf]{-le|-be}, "
1082 "ppc, thumb\n"
1083 msgstr ""
1084
1085 #: dlltool.c:3930
1086 #, c-format
1087 msgid "   -e --output-exp <outname> Generate an export file.\n"
1088 msgstr ""
1089
1090 #: dlltool.c:3931
1091 #, c-format
1092 msgid "   -l --output-lib <outname> Generate an interface library.\n"
1093 msgstr ""
1094
1095 #: dlltool.c:3932
1096 #, c-format
1097 msgid "   -y --output-delaylib <outname> Create a delay-import library.\n"
1098 msgstr ""
1099
1100 #: dlltool.c:3933
1101 #, c-format
1102 msgid "   -a --add-indirect         Add dll indirects to export file.\n"
1103 msgstr ""
1104
1105 #: dlltool.c:3934
1106 #, c-format
1107 msgid ""
1108 "   -D --dllname <name>       Name of input dll to put into interface lib.\n"
1109 msgstr ""
1110
1111 #: dlltool.c:3935
1112 #, c-format
1113 msgid "   -d --input-def <deffile>  Name of .def file to be read in.\n"
1114 msgstr ""
1115
1116 #: dlltool.c:3936
1117 #, c-format
1118 msgid "   -z --output-def <deffile> Name of .def file to be created.\n"
1119 msgstr ""
1120
1121 #: dlltool.c:3937
1122 #, c-format
1123 msgid "      --export-all-symbols   Export all symbols to .def\n"
1124 msgstr ""
1125
1126 #: dlltool.c:3938
1127 #, c-format
1128 msgid "      --no-export-all-symbols  Only export listed symbols\n"
1129 msgstr ""
1130
1131 #: dlltool.c:3939
1132 #, c-format
1133 msgid "      --exclude-symbols <list> Don't export <list>\n"
1134 msgstr ""
1135
1136 #: dlltool.c:3940
1137 #, c-format
1138 msgid "      --no-default-excludes  Clear default exclude symbols\n"
1139 msgstr ""
1140
1141 #: dlltool.c:3941
1142 #, c-format
1143 msgid "   -b --base-file <basefile> Read linker generated base file.\n"
1144 msgstr ""
1145
1146 #: dlltool.c:3942
1147 #, c-format
1148 msgid "   -x --no-idata4            Don't generate idata$4 section.\n"
1149 msgstr ""
1150
1151 #: dlltool.c:3943
1152 #, c-format
1153 msgid "   -c --no-idata5            Don't generate idata$5 section.\n"
1154 msgstr ""
1155
1156 #: dlltool.c:3944
1157 #, c-format
1158 msgid ""
1159 "      --use-nul-prefixed-import-tables Use zero prefixed idata$4 and idata"
1160 "$5.\n"
1161 msgstr ""
1162
1163 #: dlltool.c:3945
1164 #, c-format
1165 msgid ""
1166 "   -U --add-underscore       Add underscores to all symbols in interface "
1167 "library.\n"
1168 msgstr ""
1169
1170 #: dlltool.c:3946
1171 #, c-format
1172 msgid ""
1173 "      --add-stdcall-underscore Add underscores to stdcall symbols in "
1174 "interface library.\n"
1175 msgstr ""
1176
1177 #: dlltool.c:3947
1178 #, c-format
1179 msgid ""
1180 "      --no-leading-underscore All symbols shouldn't be prefixed by an "
1181 "underscore.\n"
1182 msgstr ""
1183
1184 #: dlltool.c:3948
1185 #, c-format
1186 msgid ""
1187 "      --leading-underscore   All symbols should be prefixed by an "
1188 "underscore.\n"
1189 msgstr ""
1190
1191 #: dlltool.c:3949
1192 #, c-format
1193 msgid "   -k --kill-at              Kill @<n> from exported names.\n"
1194 msgstr ""
1195
1196 #: dlltool.c:3950
1197 #, c-format
1198 msgid "   -A --add-stdcall-alias    Add aliases without @<n>.\n"
1199 msgstr ""
1200
1201 #: dlltool.c:3951
1202 #, c-format
1203 msgid "   -p --ext-prefix-alias <prefix> Add aliases with <prefix>.\n"
1204 msgstr ""
1205
1206 #: dlltool.c:3952
1207 #, c-format
1208 msgid "   -S --as <name>            Use <name> for assembler.\n"
1209 msgstr ""
1210
1211 #: dlltool.c:3953
1212 #, c-format
1213 msgid "   -f --as-flags <flags>     Pass <flags> to the assembler.\n"
1214 msgstr ""
1215
1216 #: dlltool.c:3954
1217 #, c-format
1218 msgid ""
1219 "   -C --compat-implib        Create backward compatible import library.\n"
1220 msgstr ""
1221
1222 #: dlltool.c:3955
1223 #, c-format
1224 msgid ""
1225 "   -n --no-delete            Keep temp files (repeat for extra "
1226 "preservation).\n"
1227 msgstr ""
1228
1229 #: dlltool.c:3956
1230 #, c-format
1231 msgid ""
1232 "   -t --temp-prefix <prefix> Use <prefix> to construct temp file names.\n"
1233 msgstr ""
1234
1235 #: dlltool.c:3957
1236 #, c-format
1237 msgid ""
1238 "   -I --identify <implib>    Report the name of the DLL associated with "
1239 "<implib>.\n"
1240 msgstr ""
1241
1242 #: dlltool.c:3958
1243 #, c-format
1244 msgid ""
1245 "      --identify-strict      Causes --identify to report error when multiple "
1246 "DLLs.\n"
1247 msgstr ""
1248
1249 #: dlltool.c:3959
1250 #, c-format
1251 msgid "   -v --verbose              Be verbose.\n"
1252 msgstr ""
1253
1254 #: dlltool.c:3960
1255 #, c-format
1256 msgid "   -V --version              Display the program version.\n"
1257 msgstr ""
1258
1259 #: dlltool.c:3961
1260 #, c-format
1261 msgid "   -h --help                 Display this information.\n"
1262 msgstr ""
1263
1264 #: dlltool.c:3962
1265 #, c-format
1266 msgid "   @<file>                   Read options from <file>.\n"
1267 msgstr ""
1268
1269 #: dlltool.c:3964
1270 #, c-format
1271 msgid ""
1272 "   -M --mcore-elf <outname>  Process mcore-elf object files into <outname>.\n"
1273 msgstr ""
1274
1275 #: dlltool.c:3965
1276 #, c-format
1277 msgid "   -L --linker <name>        Use <name> as the linker.\n"
1278 msgstr ""
1279
1280 #: dlltool.c:3966
1281 #, c-format
1282 msgid "   -F --linker-flags <flags> Pass <flags> to the linker.\n"
1283 msgstr ""
1284
1285 #: dlltool.c:4113
1286 #, c-format
1287 msgid "Path components stripped from dllname, '%s'."
1288 msgstr ""
1289
1290 #: dlltool.c:4161
1291 #, c-format
1292 msgid "Unable to open base-file: %s"
1293 msgstr ""
1294
1295 #: dlltool.c:4196
1296 #, c-format
1297 msgid "Machine '%s' not supported"
1298 msgstr ""
1299
1300 #: dlltool.c:4276
1301 #, c-format
1302 msgid "Warning, machine type (%d) not supported for delayimport."
1303 msgstr ""
1304
1305 #: dlltool.c:4344 dllwrap.c:207
1306 #, c-format
1307 msgid "Tried file: %s"
1308 msgstr ""
1309
1310 #: dlltool.c:4351 dllwrap.c:214
1311 #, c-format
1312 msgid "Using file: %s"
1313 msgstr ""
1314
1315 #: dllwrap.c:297
1316 #, c-format
1317 msgid "Keeping temporary base file %s"
1318 msgstr ""
1319
1320 #: dllwrap.c:299
1321 #, c-format
1322 msgid "Deleting temporary base file %s"
1323 msgstr ""
1324
1325 #: dllwrap.c:313
1326 #, c-format
1327 msgid "Keeping temporary exp file %s"
1328 msgstr ""
1329
1330 #: dllwrap.c:315
1331 #, c-format
1332 msgid "Deleting temporary exp file %s"
1333 msgstr ""
1334
1335 #: dllwrap.c:328
1336 #, c-format
1337 msgid "Keeping temporary def file %s"
1338 msgstr ""
1339
1340 #: dllwrap.c:330
1341 #, c-format
1342 msgid "Deleting temporary def file %s"
1343 msgstr ""
1344
1345 #: dllwrap.c:411
1346 #, c-format
1347 msgid "pwait returns: %s"
1348 msgstr ""
1349
1350 #: dllwrap.c:478
1351 #, c-format
1352 msgid "  Generic options:\n"
1353 msgstr ""
1354
1355 #: dllwrap.c:479
1356 #, c-format
1357 msgid "   @<file>                Read options from <file>\n"
1358 msgstr ""
1359
1360 #: dllwrap.c:480
1361 #, c-format
1362 msgid "   --quiet, -q            Work quietly\n"
1363 msgstr ""
1364
1365 #: dllwrap.c:481
1366 #, c-format
1367 msgid "   --verbose, -v          Verbose\n"
1368 msgstr ""
1369
1370 #: dllwrap.c:482
1371 #, c-format
1372 msgid "   --version              Print dllwrap version\n"
1373 msgstr ""
1374
1375 #: dllwrap.c:483
1376 #, c-format
1377 msgid "   --implib <outname>     Synonym for --output-lib\n"
1378 msgstr ""
1379
1380 #: dllwrap.c:484
1381 #, c-format
1382 msgid "  Options for %s:\n"
1383 msgstr ""
1384
1385 #: dllwrap.c:485
1386 #, c-format
1387 msgid "   --driver-name <driver> Defaults to \"gcc\"\n"
1388 msgstr ""
1389
1390 #: dllwrap.c:486
1391 #, c-format
1392 msgid "   --driver-flags <flags> Override default ld flags\n"
1393 msgstr ""
1394
1395 #: dllwrap.c:487
1396 #, c-format
1397 msgid "   --dlltool-name <dlltool> Defaults to \"dlltool\"\n"
1398 msgstr ""
1399
1400 #: dllwrap.c:488
1401 #, c-format
1402 msgid "   --entry <entry>        Specify alternate DLL entry point\n"
1403 msgstr ""
1404
1405 #: dllwrap.c:489
1406 #, c-format
1407 msgid "   --image-base <base>    Specify image base address\n"
1408 msgstr ""
1409
1410 #: dllwrap.c:490
1411 #, c-format
1412 msgid "   --target <machine>     i386-cygwin32 or i386-mingw32\n"
1413 msgstr ""
1414
1415 #: dllwrap.c:491
1416 #, c-format
1417 msgid "   --dry-run              Show what needs to be run\n"
1418 msgstr ""
1419
1420 #: dllwrap.c:492
1421 #, c-format
1422 msgid "   --mno-cygwin           Create Mingw DLL\n"
1423 msgstr ""
1424
1425 #: dllwrap.c:493
1426 #, c-format
1427 msgid "  Options passed to DLLTOOL:\n"
1428 msgstr ""
1429
1430 #: dllwrap.c:494
1431 #, c-format
1432 msgid "   --machine <machine>\n"
1433 msgstr ""
1434
1435 #: dllwrap.c:495
1436 #, c-format
1437 msgid "   --output-exp <outname> Generate export file.\n"
1438 msgstr ""
1439
1440 #: dllwrap.c:496
1441 #, c-format
1442 msgid "   --output-lib <outname> Generate input library.\n"
1443 msgstr ""
1444
1445 #: dllwrap.c:497
1446 #, c-format
1447 msgid "   --add-indirect         Add dll indirects to export file.\n"
1448 msgstr ""
1449
1450 #: dllwrap.c:498
1451 #, c-format
1452 msgid "   --dllname <name>       Name of input dll to put into output lib.\n"
1453 msgstr ""
1454
1455 #: dllwrap.c:499
1456 #, c-format
1457 msgid "   --def <deffile>        Name input .def file\n"
1458 msgstr ""
1459
1460 #: dllwrap.c:500
1461 #, c-format
1462 msgid "   --output-def <deffile> Name output .def file\n"
1463 msgstr ""
1464
1465 #: dllwrap.c:501
1466 #, c-format
1467 msgid "   --export-all-symbols     Export all symbols to .def\n"
1468 msgstr ""
1469
1470 #: dllwrap.c:502
1471 #, c-format
1472 msgid "   --no-export-all-symbols  Only export .drectve symbols\n"
1473 msgstr ""
1474
1475 #: dllwrap.c:503
1476 #, c-format
1477 msgid "   --exclude-symbols <list> Exclude <list> from .def\n"
1478 msgstr ""
1479
1480 #: dllwrap.c:504
1481 #, c-format
1482 msgid "   --no-default-excludes    Zap default exclude symbols\n"
1483 msgstr ""
1484
1485 #: dllwrap.c:505
1486 #, c-format
1487 msgid "   --base-file <basefile> Read linker generated base file\n"
1488 msgstr ""
1489
1490 #: dllwrap.c:506
1491 #, c-format
1492 msgid "   --no-idata4           Don't generate idata$4 section\n"
1493 msgstr ""
1494
1495 #: dllwrap.c:507
1496 #, c-format
1497 msgid "   --no-idata5           Don't generate idata$5 section\n"
1498 msgstr ""
1499
1500 #: dllwrap.c:508
1501 #, c-format
1502 msgid "   -U                     Add underscores to .lib\n"
1503 msgstr ""
1504
1505 #: dllwrap.c:509
1506 #, c-format
1507 msgid "   -k                     Kill @<n> from exported names\n"
1508 msgstr ""
1509
1510 #: dllwrap.c:510
1511 #, c-format
1512 msgid "   --add-stdcall-alias    Add aliases without @<n>\n"
1513 msgstr ""
1514
1515 #: dllwrap.c:511
1516 #, c-format
1517 msgid "   --as <name>            Use <name> for assembler\n"
1518 msgstr ""
1519
1520 #: dllwrap.c:512
1521 #, c-format
1522 msgid "   --nodelete             Keep temp files.\n"
1523 msgstr ""
1524
1525 #: dllwrap.c:513
1526 #, c-format
1527 msgid "   --no-leading-underscore  Entrypoint without underscore\n"
1528 msgstr ""
1529
1530 #: dllwrap.c:514
1531 #, c-format
1532 msgid "   --leading-underscore     Entrypoint with underscore.\n"
1533 msgstr ""
1534
1535 #: dllwrap.c:515
1536 #, c-format
1537 msgid "  Rest are passed unmodified to the language driver\n"
1538 msgstr ""
1539
1540 #: dllwrap.c:799
1541 msgid "Must provide at least one of -o or --dllname options"
1542 msgstr ""
1543
1544 #: dllwrap.c:828
1545 msgid ""
1546 "no export definition file provided.\n"
1547 "Creating one, but that may not be what you want"
1548 msgstr ""
1549
1550 #: dllwrap.c:1017
1551 #, c-format
1552 msgid "DLLTOOL name    : %s\n"
1553 msgstr ""
1554
1555 #: dllwrap.c:1018
1556 #, c-format
1557 msgid "DLLTOOL options : %s\n"
1558 msgstr ""
1559
1560 #: dllwrap.c:1019
1561 #, c-format
1562 msgid "DRIVER name     : %s\n"
1563 msgstr ""
1564
1565 #: dllwrap.c:1020
1566 #, c-format
1567 msgid "DRIVER options  : %s\n"
1568 msgstr ""
1569
1570 #: dwarf.c:406 dwarf.c:3215
1571 msgid "badly formed extended line op encountered!\n"
1572 msgstr ""
1573
1574 #: dwarf.c:413
1575 #, c-format
1576 msgid "  Extended opcode %d: "
1577 msgstr ""
1578
1579 #: dwarf.c:418
1580 #, c-format
1581 msgid ""
1582 "End of Sequence\n"
1583 "\n"
1584 msgstr ""
1585
1586 #: dwarf.c:424
1587 #, c-format
1588 msgid "set Address to 0x%s\n"
1589 msgstr ""
1590
1591 #: dwarf.c:430
1592 #, c-format
1593 msgid "define new File Table entry\n"
1594 msgstr ""
1595
1596 #: dwarf.c:431 dwarf.c:2777
1597 #, c-format
1598 msgid "  Entry\tDir\tTime\tSize\tName\n"
1599 msgstr ""
1600
1601 #: dwarf.c:445
1602 msgid "DW_LNE_define_file: Bad opcode length\n"
1603 msgstr ""
1604
1605 #: dwarf.c:449
1606 #, c-format
1607 msgid "set Discriminator to %s\n"
1608 msgstr ""
1609
1610 #: dwarf.c:524
1611 #, c-format
1612 msgid "    UNKNOWN DW_LNE_HP_SFC opcode (%u)\n"
1613 msgstr ""
1614
1615 #. The test against DW_LNW_hi_user is redundant due to
1616 #. the limited range of the unsigned char data type used
1617 #. for op_code.
1618 #. && op_code <= DW_LNE_hi_user
1619 #: dwarf.c:541
1620 #, c-format
1621 msgid "user defined: "
1622 msgstr ""
1623
1624 #: dwarf.c:543
1625 #, c-format
1626 msgid "UNKNOWN: "
1627 msgstr ""
1628
1629 #: dwarf.c:544
1630 #, c-format
1631 msgid "length %d ["
1632 msgstr ""
1633
1634 #: dwarf.c:561 dwarf.c:599
1635 msgid "<no .debug_str section>"
1636 msgstr ""
1637
1638 #: dwarf.c:565
1639 #, c-format
1640 msgid "DW_FORM_strp offset too big: %s\n"
1641 msgstr ""
1642
1643 #: dwarf.c:567
1644 msgid "<offset is too big>"
1645 msgstr ""
1646
1647 #: dwarf.c:585
1648 msgid "<no .debug_str_offsets.dwo section>"
1649 msgstr ""
1650
1651 #: dwarf.c:586
1652 msgid "<no .debug_str_offsets section>"
1653 msgstr ""
1654
1655 #: dwarf.c:592
1656 #, c-format
1657 msgid "DW_FORM_GNU_str_index offset too big: %s\n"
1658 msgstr ""
1659
1660 #: dwarf.c:594
1661 msgid "<index offset is too big>"
1662 msgstr ""
1663
1664 #: dwarf.c:598
1665 msgid "<no .debug_str.dwo section>"
1666 msgstr ""
1667
1668 #: dwarf.c:605
1669 #, c-format
1670 msgid "DW_FORM_GNU_str_index indirect offset too big: %s\n"
1671 msgstr ""
1672
1673 #: dwarf.c:607
1674 msgid "<indirect index offset is too big>"
1675 msgstr ""
1676
1677 #: dwarf.c:619
1678 msgid "<no .debug_addr section>"
1679 msgstr ""
1680
1681 #: dwarf.c:623
1682 #, c-format
1683 msgid "Offset into section %s too big: %s\n"
1684 msgstr ""
1685
1686 #. Report the missing single zero which ends the section.
1687 #: dwarf.c:788
1688 msgid ".debug_abbrev section not zero terminated\n"
1689 msgstr ""
1690
1691 #: dwarf.c:802
1692 #, c-format
1693 msgid "Unknown TAG value: %lx"
1694 msgstr ""
1695
1696 #: dwarf.c:822
1697 #, c-format
1698 msgid "Unknown FORM value: %lx"
1699 msgstr ""
1700
1701 #: dwarf.c:836
1702 #, c-format
1703 msgid " %s byte block: "
1704 msgstr ""
1705
1706 #: dwarf.c:1188
1707 #, c-format
1708 msgid "(DW_OP_call_ref in frame info)"
1709 msgstr ""
1710
1711 #: dwarf.c:1210
1712 #, c-format
1713 msgid "size: %s "
1714 msgstr ""
1715
1716 #: dwarf.c:1213
1717 #, c-format
1718 msgid "offset: %s "
1719 msgstr ""
1720
1721 #: dwarf.c:1233
1722 #, c-format
1723 msgid "DW_OP_GNU_push_tls_address or DW_OP_HP_unknown"
1724 msgstr ""
1725
1726 #: dwarf.c:1257
1727 #, c-format
1728 msgid "(DW_OP_GNU_implicit_pointer in frame info)"
1729 msgstr ""
1730
1731 #: dwarf.c:1377
1732 #, c-format
1733 msgid "(User defined location op)"
1734 msgstr ""
1735
1736 #: dwarf.c:1379
1737 #, c-format
1738 msgid "(Unknown location op)"
1739 msgstr ""
1740
1741 #: dwarf.c:1473
1742 msgid "corrupt attribute\n"
1743 msgstr ""
1744
1745 #: dwarf.c:1488
1746 msgid "Internal error: DWARF version is not 2, 3 or 4.\n"
1747 msgstr ""
1748
1749 #: dwarf.c:1614
1750 msgid "DW_FORM_data8 is unsupported when sizeof (dwarf_vma) != 8\n"
1751 msgstr ""
1752
1753 #: dwarf.c:1665
1754 #, c-format
1755 msgid " (indirect string, offset: 0x%s): %s"
1756 msgstr ""
1757
1758 #: dwarf.c:1676
1759 #, c-format
1760 msgid " (indexed string: 0x%s): %s"
1761 msgstr ""
1762
1763 #: dwarf.c:1684
1764 #, c-format
1765 msgid " (alt indirect string, offset: 0x%s)"
1766 msgstr ""
1767
1768 #: dwarf.c:1707
1769 #, c-format
1770 msgid " (addr_index: 0x%s): %s"
1771 msgstr ""
1772
1773 #: dwarf.c:1713
1774 #, c-format
1775 msgid "Unrecognized form: %lu\n"
1776 msgstr ""
1777
1778 #: dwarf.c:1815
1779 #, c-format
1780 msgid "(not inlined)"
1781 msgstr ""
1782
1783 #: dwarf.c:1818
1784 #, c-format
1785 msgid "(inlined)"
1786 msgstr ""
1787
1788 #: dwarf.c:1821
1789 #, c-format
1790 msgid "(declared as inline but ignored)"
1791 msgstr ""
1792
1793 #: dwarf.c:1824
1794 #, c-format
1795 msgid "(declared as inline and inlined)"
1796 msgstr ""
1797
1798 #: dwarf.c:1827
1799 #, c-format
1800 msgid "  (Unknown inline attribute value: %s)"
1801 msgstr ""
1802
1803 #: dwarf.c:1869
1804 #, c-format
1805 msgid "(implementation defined: %s)"
1806 msgstr ""
1807
1808 #: dwarf.c:1872
1809 #, c-format
1810 msgid "(Unknown: %s)"
1811 msgstr ""
1812
1813 #: dwarf.c:1911
1814 #, c-format
1815 msgid "(user defined type)"
1816 msgstr ""
1817
1818 #: dwarf.c:1913
1819 #, c-format
1820 msgid "(unknown type)"
1821 msgstr ""
1822
1823 #: dwarf.c:1926
1824 #, c-format
1825 msgid "(unknown accessibility)"
1826 msgstr ""
1827
1828 #: dwarf.c:1938
1829 #, c-format
1830 msgid "(unknown visibility)"
1831 msgstr ""
1832
1833 #: dwarf.c:1949
1834 #, c-format
1835 msgid "(unknown virtuality)"
1836 msgstr ""
1837
1838 #: dwarf.c:1961
1839 #, c-format
1840 msgid "(unknown case)"
1841 msgstr ""
1842
1843 #: dwarf.c:1975
1844 #, c-format
1845 msgid "(user defined)"
1846 msgstr ""
1847
1848 #: dwarf.c:1977
1849 #, c-format
1850 msgid "(unknown convention)"
1851 msgstr ""
1852
1853 #: dwarf.c:1985
1854 #, c-format
1855 msgid "(undefined)"
1856 msgstr ""
1857
1858 #: dwarf.c:2008
1859 #, c-format
1860 msgid " (location list)"
1861 msgstr ""
1862
1863 #: dwarf.c:2029 dwarf.c:4209 dwarf.c:4335
1864 #, c-format
1865 msgid " [without DW_AT_frame_base]"
1866 msgstr ""
1867
1868 #: dwarf.c:2046
1869 #, c-format
1870 msgid ""
1871 "Offset %s used as value for DW_AT_import attribute of DIE at offset %lx is "
1872 "too big.\n"
1873 msgstr ""
1874
1875 #: dwarf.c:2056
1876 #, c-format
1877 msgid "\t[Abbrev Number: %ld"
1878 msgstr ""
1879
1880 #: dwarf.c:2098
1881 #, c-format
1882 msgid "Unknown AT value: %lx"
1883 msgstr ""
1884
1885 #: dwarf.c:2171
1886 #, c-format
1887 msgid "Reserved length value (0x%s) found in section %s\n"
1888 msgstr ""
1889
1890 #: dwarf.c:2183
1891 #, c-format
1892 msgid "Corrupt unit length (0x%s) found in section %s\n"
1893 msgstr ""
1894
1895 #: dwarf.c:2191
1896 #, c-format
1897 msgid "No comp units in %s section ?"
1898 msgstr ""
1899
1900 #: dwarf.c:2200
1901 #, c-format
1902 msgid "Not enough memory for a debug info array of %u entries"
1903 msgstr ""
1904
1905 #: dwarf.c:2209 dwarf.c:3544 dwarf.c:3669 dwarf.c:3833 dwarf.c:4086
1906 #: dwarf.c:4444 dwarf.c:4528 dwarf.c:4597 dwarf.c:4738 dwarf.c:4884
1907 #: dwarf.c:6321
1908 #, c-format
1909 msgid ""
1910 "Contents of the %s section:\n"
1911 "\n"
1912 msgstr ""
1913
1914 #: dwarf.c:2221
1915 #, c-format
1916 msgid "Unable to locate %s section!\n"
1917 msgstr ""
1918
1919 #: dwarf.c:2309
1920 #, c-format
1921 msgid "  Compilation Unit @ offset 0x%s:\n"
1922 msgstr ""
1923
1924 #: dwarf.c:2311
1925 #, c-format
1926 msgid "   Length:        0x%s (%s)\n"
1927 msgstr ""
1928
1929 #: dwarf.c:2314
1930 #, c-format
1931 msgid "   Version:       %d\n"
1932 msgstr ""
1933
1934 #: dwarf.c:2315
1935 #, c-format
1936 msgid "   Abbrev Offset: 0x%s\n"
1937 msgstr ""
1938
1939 #: dwarf.c:2317
1940 #, c-format
1941 msgid "   Pointer Size:  %d\n"
1942 msgstr ""
1943
1944 #: dwarf.c:2322
1945 #, c-format
1946 msgid "   Signature:     0x%s\n"
1947 msgstr ""
1948
1949 #: dwarf.c:2325
1950 #, c-format
1951 msgid "   Type Offset:   0x%s\n"
1952 msgstr ""
1953
1954 #: dwarf.c:2333
1955 #, c-format
1956 msgid "   Section contributions:\n"
1957 msgstr ""
1958
1959 #: dwarf.c:2334
1960 #, c-format
1961 msgid "    .debug_abbrev.dwo:       0x%s  0x%s\n"
1962 msgstr ""
1963
1964 #: dwarf.c:2337
1965 #, c-format
1966 msgid "    .debug_line.dwo:         0x%s  0x%s\n"
1967 msgstr ""
1968
1969 #: dwarf.c:2340
1970 #, c-format
1971 msgid "    .debug_loc.dwo:          0x%s  0x%s\n"
1972 msgstr ""
1973
1974 #: dwarf.c:2343
1975 #, c-format
1976 msgid "    .debug_str_offsets.dwo:  0x%s  0x%s\n"
1977 msgstr ""
1978
1979 #: dwarf.c:2352
1980 #, c-format
1981 msgid ""
1982 "Debug info is corrupted, length of CU at %s extends beyond end of section "
1983 "(length = %s)\n"
1984 msgstr ""
1985
1986 #: dwarf.c:2365
1987 #, c-format
1988 msgid "CU at offset %s contains corrupt or unsupported version number: %d.\n"
1989 msgstr ""
1990
1991 #: dwarf.c:2375
1992 #, c-format
1993 msgid ""
1994 "Debug info is corrupted, abbrev offset (%lx) is larger than abbrev section "
1995 "size (%lx)\n"
1996 msgstr ""
1997
1998 #: dwarf.c:2421
1999 #, c-format
2000 msgid " <%d><%lx>: Abbrev Number: 0\n"
2001 msgstr ""
2002
2003 #: dwarf.c:2431
2004 #, c-format
2005 msgid "Bogus end-of-siblings marker detected at offset %lx in %s section\n"
2006 msgstr ""
2007
2008 #: dwarf.c:2435
2009 msgid "Further warnings about bogus end-of-sibling markers suppressed\n"
2010 msgstr ""
2011
2012 #: dwarf.c:2454
2013 #, c-format
2014 msgid " <%d><%lx>: Abbrev Number: %lu"
2015 msgstr ""
2016
2017 #: dwarf.c:2458
2018 #, c-format
2019 msgid " <%d><%lx>: ...\n"
2020 msgstr ""
2021
2022 #: dwarf.c:2477
2023 #, c-format
2024 msgid ""
2025 "DIE at offset %lx refers to abbreviation number %lu which does not exist\n"
2026 msgstr ""
2027
2028 #: dwarf.c:2634
2029 msgid "The line info appears to be corrupt - the section is too small\n"
2030 msgstr ""
2031
2032 #: dwarf.c:2647
2033 msgid "Only DWARF version 2, 3 and 4 line info is currently supported.\n"
2034 msgstr ""
2035
2036 #: dwarf.c:2660
2037 msgid "Invalid maximum operations per insn.\n"
2038 msgstr ""
2039
2040 #: dwarf.c:2687
2041 #, c-format
2042 msgid ""
2043 "Raw dump of debug contents of section %s:\n"
2044 "\n"
2045 msgstr ""
2046
2047 #: dwarf.c:2727 dwarf.c:3854
2048 #, c-format
2049 msgid "  Offset:                      0x%lx\n"
2050 msgstr ""
2051
2052 #: dwarf.c:2728
2053 #, c-format
2054 msgid "  Length:                      %ld\n"
2055 msgstr ""
2056
2057 #: dwarf.c:2729
2058 #, c-format
2059 msgid "  DWARF Version:               %d\n"
2060 msgstr ""
2061
2062 #: dwarf.c:2730
2063 #, c-format
2064 msgid "  Prologue Length:             %d\n"
2065 msgstr ""
2066
2067 #: dwarf.c:2731
2068 #, c-format
2069 msgid "  Minimum Instruction Length:  %d\n"
2070 msgstr ""
2071
2072 #: dwarf.c:2733
2073 #, c-format
2074 msgid "  Maximum Ops per Instruction: %d\n"
2075 msgstr ""
2076
2077 #: dwarf.c:2734
2078 #, c-format
2079 msgid "  Initial value of 'is_stmt':  %d\n"
2080 msgstr ""
2081
2082 #: dwarf.c:2735
2083 #, c-format
2084 msgid "  Line Base:                   %d\n"
2085 msgstr ""
2086
2087 #: dwarf.c:2736
2088 #, c-format
2089 msgid "  Line Range:                  %d\n"
2090 msgstr ""
2091
2092 #: dwarf.c:2737
2093 #, c-format
2094 msgid "  Opcode Base:                 %d\n"
2095 msgstr ""
2096
2097 #: dwarf.c:2744
2098 #, c-format
2099 msgid ""
2100 "\n"
2101 " Opcodes:\n"
2102 msgstr ""
2103
2104 #: dwarf.c:2747
2105 #, c-format
2106 msgid "  Opcode %d has %d args\n"
2107 msgstr ""
2108
2109 #: dwarf.c:2753
2110 #, c-format
2111 msgid ""
2112 "\n"
2113 " The Directory Table is empty.\n"
2114 msgstr ""
2115
2116 #: dwarf.c:2756
2117 #, c-format
2118 msgid ""
2119 "\n"
2120 " The Directory Table (offset 0x%lx):\n"
2121 msgstr ""
2122
2123 #: dwarf.c:2772
2124 #, c-format
2125 msgid ""
2126 "\n"
2127 " The File Name Table is empty.\n"
2128 msgstr ""
2129
2130 #: dwarf.c:2775
2131 #, c-format
2132 msgid ""
2133 "\n"
2134 " The File Name Table (offset 0x%lx):\n"
2135 msgstr ""
2136
2137 #: dwarf.c:2801
2138 msgid "Corrupt file name table entry\n"
2139 msgstr ""
2140
2141 #: dwarf.c:2815
2142 #, c-format
2143 msgid " No Line Number Statements.\n"
2144 msgstr ""
2145
2146 #: dwarf.c:2818
2147 #, c-format
2148 msgid " Line Number Statements:\n"
2149 msgstr ""
2150
2151 #: dwarf.c:2839
2152 #, c-format
2153 msgid "  Special opcode %d: advance Address by %s to 0x%s"
2154 msgstr ""
2155
2156 #: dwarf.c:2853
2157 #, c-format
2158 msgid "  Special opcode %d: advance Address by %s to 0x%s[%d]"
2159 msgstr ""
2160
2161 #: dwarf.c:2861
2162 #, c-format
2163 msgid " and Line by %s to %d\n"
2164 msgstr ""
2165
2166 #: dwarf.c:2871
2167 #, c-format
2168 msgid "  Copy\n"
2169 msgstr ""
2170
2171 #: dwarf.c:2881
2172 #, c-format
2173 msgid "  Advance PC by %s to 0x%s\n"
2174 msgstr ""
2175
2176 #: dwarf.c:2894
2177 #, c-format
2178 msgid "  Advance PC by %s to 0x%s[%d]\n"
2179 msgstr ""
2180
2181 #: dwarf.c:2905
2182 #, c-format
2183 msgid "  Advance Line by %s to %d\n"
2184 msgstr ""
2185
2186 #: dwarf.c:2913
2187 #, c-format
2188 msgid "  Set File Name to entry %s in the File Name Table\n"
2189 msgstr ""
2190
2191 #: dwarf.c:2921
2192 #, c-format
2193 msgid "  Set column to %s\n"
2194 msgstr ""
2195
2196 #: dwarf.c:2929
2197 #, c-format
2198 msgid "  Set is_stmt to %s\n"
2199 msgstr ""
2200
2201 #: dwarf.c:2934
2202 #, c-format
2203 msgid "  Set basic block\n"
2204 msgstr ""
2205
2206 #: dwarf.c:2944
2207 #, c-format
2208 msgid "  Advance PC by constant %s to 0x%s\n"
2209 msgstr ""
2210
2211 #: dwarf.c:2957
2212 #, c-format
2213 msgid "  Advance PC by constant %s to 0x%s[%d]\n"
2214 msgstr ""
2215
2216 #: dwarf.c:2968
2217 #, c-format
2218 msgid "  Advance PC by fixed size amount %s to 0x%s\n"
2219 msgstr ""
2220
2221 #: dwarf.c:2974
2222 #, c-format
2223 msgid "  Set prologue_end to true\n"
2224 msgstr ""
2225
2226 #: dwarf.c:2978
2227 #, c-format
2228 msgid "  Set epilogue_begin to true\n"
2229 msgstr ""
2230
2231 #: dwarf.c:2984
2232 #, c-format
2233 msgid "  Set ISA to %s\n"
2234 msgstr ""
2235
2236 #: dwarf.c:2988 dwarf.c:3377
2237 #, c-format
2238 msgid "  Unknown opcode %d with operands: "
2239 msgstr ""
2240
2241 #: dwarf.c:3026
2242 #, c-format
2243 msgid ""
2244 "Decoded dump of debug contents of section %s:\n"
2245 "\n"
2246 msgstr ""
2247
2248 #: dwarf.c:3143
2249 #, c-format
2250 msgid "CU: %s:\n"
2251 msgstr ""
2252
2253 #: dwarf.c:3144 dwarf.c:3156
2254 #, c-format
2255 msgid "File name                            Line number    Starting address\n"
2256 msgstr ""
2257
2258 #: dwarf.c:3152
2259 #, c-format
2260 msgid "CU: %s/%s:\n"
2261 msgstr ""
2262
2263 #: dwarf.c:3266
2264 #, c-format
2265 msgid "UNKNOWN (%u): length %d\n"
2266 msgstr ""
2267
2268 #: dwarf.c:3308
2269 #, c-format
2270 msgid ""
2271 "\n"
2272 " [Use file table entry %d]\n"
2273 msgstr ""
2274
2275 #: dwarf.c:3314
2276 #, c-format
2277 msgid ""
2278 "\n"
2279 " [Use directory table entry %d]\n"
2280 msgstr ""
2281
2282 #: dwarf.c:3373
2283 #, c-format
2284 msgid "  Set ISA to %lu\n"
2285 msgstr ""
2286
2287 #: dwarf.c:3518
2288 msgid "no info"
2289 msgstr ""
2290
2291 #: dwarf.c:3519
2292 msgid "type"
2293 msgstr ""
2294
2295 #: dwarf.c:3520
2296 msgid "variable"
2297 msgstr ""
2298
2299 #: dwarf.c:3521
2300 msgid "function"
2301 msgstr ""
2302
2303 #: dwarf.c:3522
2304 msgid "other"
2305 msgstr ""
2306
2307 #: dwarf.c:3523
2308 msgid "unused5"
2309 msgstr ""
2310
2311 #: dwarf.c:3524
2312 msgid "unused6"
2313 msgstr ""
2314
2315 #: dwarf.c:3525
2316 msgid "unused7"
2317 msgstr ""
2318
2319 #: dwarf.c:3573 dwarf.c:4636
2320 #, c-format
2321 msgid ""
2322 ".debug_info offset of 0x%lx in %s section does not point to a CU header.\n"
2323 msgstr ""
2324
2325 #: dwarf.c:3586
2326 msgid "Only DWARF 2 and 3 pubnames are currently supported\n"
2327 msgstr ""
2328
2329 #: dwarf.c:3593
2330 #, c-format
2331 msgid "  Length:                              %ld\n"
2332 msgstr ""
2333
2334 #: dwarf.c:3595
2335 #, c-format
2336 msgid "  Version:                             %d\n"
2337 msgstr ""
2338
2339 #: dwarf.c:3597
2340 #, c-format
2341 msgid "  Offset into .debug_info section:     0x%lx\n"
2342 msgstr ""
2343
2344 #: dwarf.c:3599
2345 #, c-format
2346 msgid "  Size of area in .debug_info section: %ld\n"
2347 msgstr ""
2348
2349 #: dwarf.c:3603
2350 #, c-format
2351 msgid ""
2352 "\n"
2353 "    Offset  Kind          Name\n"
2354 msgstr ""
2355
2356 #: dwarf.c:3605
2357 #, c-format
2358 msgid ""
2359 "\n"
2360 "    Offset\tName\n"
2361 msgstr ""
2362
2363 #: dwarf.c:3632
2364 msgid "s"
2365 msgstr ""
2366
2367 #: dwarf.c:3632
2368 msgid "g"
2369 msgstr ""
2370
2371 #: dwarf.c:3690
2372 #, c-format
2373 msgid " DW_MACINFO_start_file - lineno: %d filenum: %d\n"
2374 msgstr ""
2375
2376 #: dwarf.c:3696
2377 #, c-format
2378 msgid " DW_MACINFO_end_file\n"
2379 msgstr ""
2380
2381 #: dwarf.c:3704
2382 #, c-format
2383 msgid " DW_MACINFO_define - lineno : %d macro : %s\n"
2384 msgstr ""
2385
2386 #: dwarf.c:3713
2387 #, c-format
2388 msgid " DW_MACINFO_undef - lineno : %d macro : %s\n"
2389 msgstr ""
2390
2391 #: dwarf.c:3725
2392 #, c-format
2393 msgid " DW_MACINFO_vendor_ext - constant : %d string : %s\n"
2394 msgstr ""
2395
2396 #: dwarf.c:3846
2397 #, c-format
2398 msgid "Only GNU extension to DWARF 4 of %s is currently supported.\n"
2399 msgstr ""
2400
2401 #: dwarf.c:3856
2402 #, c-format
2403 msgid "  Version:                     %d\n"
2404 msgstr ""
2405
2406 #: dwarf.c:3857
2407 #, c-format
2408 msgid "  Offset size:                 %d\n"
2409 msgstr ""
2410
2411 #: dwarf.c:3861
2412 #, c-format
2413 msgid "  Offset into .debug_line:     0x%lx\n"
2414 msgstr ""
2415
2416 #: dwarf.c:3875
2417 #, c-format
2418 msgid "  Extension opcode arguments:\n"
2419 msgstr ""
2420
2421 #: dwarf.c:3883
2422 #, c-format
2423 msgid "    DW_MACRO_GNU_%02x has no arguments\n"
2424 msgstr ""
2425
2426 #: dwarf.c:3886
2427 #, c-format
2428 msgid "    DW_MACRO_GNU_%02x arguments: "
2429 msgstr ""
2430
2431 #: dwarf.c:3912
2432 #, c-format
2433 msgid "Invalid extension opcode form %s\n"
2434 msgstr ""
2435
2436 #: dwarf.c:3929
2437 msgid ".debug_macro section not zero terminated\n"
2438 msgstr ""
2439
2440 #: dwarf.c:3950
2441 msgid "DW_MACRO_GNU_start_file used, but no .debug_line offset provided.\n"
2442 msgstr ""
2443
2444 #: dwarf.c:3956
2445 #, c-format
2446 msgid " DW_MACRO_GNU_start_file - lineno: %d filenum: %d\n"
2447 msgstr ""
2448
2449 #: dwarf.c:3959
2450 #, c-format
2451 msgid " DW_MACRO_GNU_start_file - lineno: %d filenum: %d filename: %s%s%s\n"
2452 msgstr ""
2453
2454 #: dwarf.c:3967
2455 #, c-format
2456 msgid " DW_MACRO_GNU_end_file\n"
2457 msgstr ""
2458
2459 #: dwarf.c:3975
2460 #, c-format
2461 msgid " DW_MACRO_GNU_define - lineno : %d macro : %s\n"
2462 msgstr ""
2463
2464 #: dwarf.c:3984
2465 #, c-format
2466 msgid " DW_MACRO_GNU_undef - lineno : %d macro : %s\n"
2467 msgstr ""
2468
2469 #: dwarf.c:3993
2470 #, c-format
2471 msgid " DW_MACRO_GNU_define_indirect - lineno : %d macro : %s\n"
2472 msgstr ""
2473
2474 #: dwarf.c:4002
2475 #, c-format
2476 msgid " DW_MACRO_GNU_undef_indirect - lineno : %d macro : %s\n"
2477 msgstr ""
2478
2479 #: dwarf.c:4008
2480 #, c-format
2481 msgid " DW_MACRO_GNU_transparent_include - offset : 0x%lx\n"
2482 msgstr ""
2483
2484 #: dwarf.c:4016
2485 #, c-format
2486 msgid " DW_MACRO_GNU_define_indirect_alt - lineno : %d macro offset : 0x%lx\n"
2487 msgstr ""
2488
2489 #: dwarf.c:4024
2490 #, c-format
2491 msgid " DW_MACRO_GNU_undef_indirect_alt - lineno : %d macro offset : 0x%lx\n"
2492 msgstr ""
2493
2494 #: dwarf.c:4030
2495 #, c-format
2496 msgid " DW_MACRO_GNU_transparent_include_alt - offset : 0x%lx\n"
2497 msgstr ""
2498
2499 #: dwarf.c:4037
2500 #, c-format
2501 msgid " Unknown macro opcode %02x seen\n"
2502 msgstr ""
2503
2504 #: dwarf.c:4049
2505 #, c-format
2506 msgid " DW_MACRO_GNU_%02x\n"
2507 msgstr ""
2508
2509 #: dwarf.c:4052
2510 #, c-format
2511 msgid " DW_MACRO_GNU_%02x -"
2512 msgstr ""
2513
2514 #: dwarf.c:4100
2515 #, c-format
2516 msgid "  Number TAG (0x%lx)\n"
2517 msgstr ""
2518
2519 #: dwarf.c:4109
2520 msgid "has children"
2521 msgstr ""
2522
2523 #: dwarf.c:4109
2524 msgid "no children"
2525 msgstr ""
2526
2527 #: dwarf.c:4150 dwarf.c:4182 dwarf.c:4191 dwarf.c:4264 dwarf.c:4312
2528 #: dwarf.c:4320
2529 #, c-format
2530 msgid "Location list starting at offset 0x%lx is not terminated.\n"
2531 msgstr ""
2532
2533 #: dwarf.c:4166 dwarf.c:4274 dwarf.c:4939
2534 #, c-format
2535 msgid "<End of list>\n"
2536 msgstr ""
2537
2538 #: dwarf.c:4176
2539 #, c-format
2540 msgid "(base address)\n"
2541 msgstr ""
2542
2543 #: dwarf.c:4212
2544 msgid " (start == end)"
2545 msgstr ""
2546
2547 #: dwarf.c:4214
2548 msgid " (start > end)"
2549 msgstr ""
2550
2551 #: dwarf.c:4281
2552 #, c-format
2553 msgid "(base address selection entry)\n"
2554 msgstr ""
2555
2556 #: dwarf.c:4305
2557 #, c-format
2558 msgid "Unknown location list entry type 0x%x.\n"
2559 msgstr ""
2560
2561 #: dwarf.c:4384 dwarf.c:4524 dwarf.c:4727 dwarf.c:4790 dwarf.c:4837
2562 #, c-format
2563 msgid ""
2564 "\n"
2565 "The %s section is empty.\n"
2566 msgstr ""
2567
2568 #: dwarf.c:4390 dwarf.c:4733 dwarf.c:4843
2569 #, c-format
2570 msgid ""
2571 "Unable to load/parse the .debug_info section, so cannot interpret the %s "
2572 "section.\n"
2573 msgstr ""
2574
2575 #: dwarf.c:4434
2576 msgid "No location lists in .debug_info section!\n"
2577 msgstr ""
2578
2579 #: dwarf.c:4438
2580 #, c-format
2581 msgid "Location lists in %s section start at 0x%s\n"
2582 msgstr ""
2583
2584 #: dwarf.c:4445
2585 #, c-format
2586 msgid "    Offset   Begin    End      Expression\n"
2587 msgstr ""
2588
2589 #: dwarf.c:4481
2590 #, c-format
2591 msgid "There is a hole [0x%lx - 0x%lx] in .debug_loc section.\n"
2592 msgstr ""
2593
2594 #: dwarf.c:4485
2595 #, c-format
2596 msgid "There is an overlap [0x%lx - 0x%lx] in .debug_loc section.\n"
2597 msgstr ""
2598
2599 #: dwarf.c:4493
2600 #, c-format
2601 msgid "Offset 0x%lx is bigger than .debug_loc section size.\n"
2602 msgstr ""
2603
2604 #: dwarf.c:4507
2605 #, c-format
2606 msgid "There are %ld unused bytes at the end of section %s\n"
2607 msgstr ""
2608
2609 #: dwarf.c:4644
2610 msgid "Only DWARF 2 and 3 aranges are currently supported.\n"
2611 msgstr ""
2612
2613 #: dwarf.c:4648
2614 #, c-format
2615 msgid "  Length:                   %ld\n"
2616 msgstr ""
2617
2618 #: dwarf.c:4650
2619 #, c-format
2620 msgid "  Version:                  %d\n"
2621 msgstr ""
2622
2623 #: dwarf.c:4651
2624 #, c-format
2625 msgid "  Offset into .debug_info:  0x%lx\n"
2626 msgstr ""
2627
2628 #: dwarf.c:4653
2629 #, c-format
2630 msgid "  Pointer Size:             %d\n"
2631 msgstr ""
2632
2633 #: dwarf.c:4654
2634 #, c-format
2635 msgid "  Segment Size:             %d\n"
2636 msgstr ""
2637
2638 #: dwarf.c:4660
2639 #, c-format
2640 msgid "Invalid address size in %s section!\n"
2641 msgstr ""
2642
2643 #: dwarf.c:4670
2644 msgid "Pointer size + Segment size is not a power of two.\n"
2645 msgstr ""
2646
2647 #: dwarf.c:4675
2648 #, c-format
2649 msgid ""
2650 "\n"
2651 "    Address            Length\n"
2652 msgstr ""
2653
2654 #: dwarf.c:4677
2655 #, c-format
2656 msgid ""
2657 "\n"
2658 "    Address    Length\n"
2659 msgstr ""
2660
2661 #: dwarf.c:4760
2662 #, c-format
2663 msgid "  For compilation unit at offset 0x%s:\n"
2664 msgstr ""
2665
2666 #: dwarf.c:4763
2667 #, c-format
2668 msgid "\tIndex\tAddress\n"
2669 msgstr ""
2670
2671 #: dwarf.c:4770
2672 #, c-format
2673 msgid "\t%d:\t"
2674 msgstr ""
2675
2676 #. This can happen when the file was compiled with -gsplit-debug
2677 #. which removes references to range lists from the primary .o file.
2678 #: dwarf.c:4856
2679 #, c-format
2680 msgid "No range lists in .debug_info section.\n"
2681 msgstr ""
2682
2683 #: dwarf.c:4881
2684 #, c-format
2685 msgid "Range lists in %s section start at 0x%lx\n"
2686 msgstr ""
2687
2688 #: dwarf.c:4885
2689 #, c-format
2690 msgid "    Offset   Begin    End\n"
2691 msgstr ""
2692
2693 #: dwarf.c:4905
2694 #, c-format
2695 msgid "There is a hole [0x%lx - 0x%lx] in %s section.\n"
2696 msgstr ""
2697
2698 #: dwarf.c:4912
2699 #, c-format
2700 msgid "There is an overlap [0x%lx - 0x%lx] in %s section.\n"
2701 msgstr ""
2702
2703 #: dwarf.c:4957
2704 msgid "(start == end)"
2705 msgstr ""
2706
2707 #: dwarf.c:4959
2708 msgid "(start > end)"
2709 msgstr ""
2710
2711 #: dwarf.c:5229
2712 msgid "bad register: "
2713 msgstr ""
2714
2715 #. The documentation for the format of this file is in gdb/dwarf2read.c.
2716 #: dwarf.c:5232 dwarf.c:6072
2717 #, c-format
2718 msgid "Contents of the %s section:\n"
2719 msgstr ""
2720
2721 #: dwarf.c:6033
2722 #, c-format
2723 msgid "  DW_CFA_??? (User defined call frame op: %#x)\n"
2724 msgstr ""
2725
2726 #: dwarf.c:6035
2727 #, c-format
2728 msgid "unsupported or unknown Dwarf Call Frame Instruction number: %#x\n"
2729 msgstr ""
2730
2731 #: dwarf.c:6076
2732 #, c-format
2733 msgid "Truncated header in the %s section.\n"
2734 msgstr ""
2735
2736 #: dwarf.c:6081
2737 #, c-format
2738 msgid "Version %ld\n"
2739 msgstr ""
2740
2741 #: dwarf.c:6087
2742 #, c-format
2743 msgid "Unsupported version %lu.\n"
2744 msgstr ""
2745
2746 #: dwarf.c:6091
2747 msgid "The address table data in version 3 may be wrong.\n"
2748 msgstr ""
2749
2750 #: dwarf.c:6093
2751 msgid "Version 4 does not support case insensitive lookups.\n"
2752 msgstr ""
2753
2754 #: dwarf.c:6095
2755 msgid "Version 5 does not include inlined functions.\n"
2756 msgstr ""
2757
2758 #: dwarf.c:6097
2759 msgid "Version 6 does not include symbol attributes.\n"
2760 msgstr ""
2761
2762 #: dwarf.c:6115
2763 #, c-format
2764 msgid "Corrupt header in the %s section.\n"
2765 msgstr ""
2766
2767 #: dwarf.c:6130
2768 #, c-format
2769 msgid ""
2770 "\n"
2771 "CU table:\n"
2772 msgstr ""
2773
2774 #: dwarf.c:6136
2775 #, c-format
2776 msgid "[%3u] 0x%lx - 0x%lx\n"
2777 msgstr ""
2778
2779 #: dwarf.c:6141
2780 #, c-format
2781 msgid ""
2782 "\n"
2783 "TU table:\n"
2784 msgstr ""
2785
2786 #: dwarf.c:6148
2787 #, c-format
2788 msgid "[%3u] 0x%lx 0x%lx "
2789 msgstr ""
2790
2791 #: dwarf.c:6155
2792 #, c-format
2793 msgid ""
2794 "\n"
2795 "Address table:\n"
2796 msgstr ""
2797
2798 #: dwarf.c:6164
2799 #, c-format
2800 msgid "%lu\n"
2801 msgstr ""
2802
2803 #: dwarf.c:6167
2804 #, c-format
2805 msgid ""
2806 "\n"
2807 "Symbol table:\n"
2808 msgstr ""
2809
2810 #: dwarf.c:6200
2811 msgid "static"
2812 msgstr ""
2813
2814 #: dwarf.c:6200
2815 msgid "global"
2816 msgstr ""
2817
2818 #: dwarf.c:6238 dwarf.c:6249
2819 msgid "Internal error: out of space in the shndx pool.\n"
2820 msgstr ""
2821
2822 #: dwarf.c:6322
2823 #, c-format
2824 msgid "  Version:                 %d\n"
2825 msgstr ""
2826
2827 #: dwarf.c:6324
2828 #, c-format
2829 msgid "  Number of columns:       %d\n"
2830 msgstr ""
2831
2832 #: dwarf.c:6325
2833 #, c-format
2834 msgid "  Number of used entries:  %d\n"
2835 msgstr ""
2836
2837 #: dwarf.c:6326
2838 #, c-format
2839 msgid ""
2840 "  Number of slots:         %d\n"
2841 "\n"
2842 msgstr ""
2843
2844 #: dwarf.c:6331
2845 #, c-format
2846 msgid "Section %s too small for %d hash table entries\n"
2847 msgstr ""
2848
2849 #: dwarf.c:6351
2850 #, c-format
2851 msgid "  [%3d] Signature:  0x%s  Sections: "
2852 msgstr ""
2853
2854 #: dwarf.c:6358
2855 #, c-format
2856 msgid "Section %s too small for shndx pool\n"
2857 msgstr ""
2858
2859 #: dwarf.c:6398
2860 #, c-format
2861 msgid "Section %s too small for offset and size tables\n"
2862 msgstr ""
2863
2864 #: dwarf.c:6405
2865 #, c-format
2866 msgid "  Offset table\n"
2867 msgstr ""
2868
2869 #: dwarf.c:6407 dwarf.c:6471
2870 msgid "signature"
2871 msgstr ""
2872
2873 #: dwarf.c:6407 dwarf.c:6471
2874 msgid "dwo_id"
2875 msgstr ""
2876
2877 #: dwarf.c:6443 dwarf.c:6489
2878 #, c-format
2879 msgid "  [%3d] 0x%s"
2880 msgstr ""
2881
2882 #: dwarf.c:6469
2883 #, c-format
2884 msgid "  Size table\n"
2885 msgstr ""
2886
2887 #: dwarf.c:6511
2888 #, c-format
2889 msgid "  Unsupported version\n"
2890 msgstr ""
2891
2892 #: dwarf.c:6576
2893 #, c-format
2894 msgid "Displaying the debug contents of section %s is not yet supported.\n"
2895 msgstr ""
2896
2897 #: dwarf.c:6714 dwarf.c:6784
2898 #, c-format
2899 msgid "Unrecognized debug option '%s'\n"
2900 msgstr ""
2901
2902 #: elfcomm.c:42
2903 #, c-format
2904 msgid "%s: Error: "
2905 msgstr ""
2906
2907 #: elfcomm.c:56
2908 #, c-format
2909 msgid "%s: Warning: "
2910 msgstr ""
2911
2912 #: elfcomm.c:88 elfcomm.c:123 elfcomm.c:224 elfcomm.c:330
2913 #, c-format
2914 msgid "Unhandled data length: %d\n"
2915 msgstr ""
2916
2917 #: elfcomm.c:405 elfcomm.c:419 elfcomm.c:833 readelf.c:4177 readelf.c:4485
2918 #: readelf.c:4528 readelf.c:4602 readelf.c:4681 readelf.c:5468 readelf.c:5492
2919 #: readelf.c:7979 readelf.c:8025 readelf.c:8224 readelf.c:9525 readelf.c:9539
2920 #: readelf.c:10085 readelf.c:10102 readelf.c:10145 readelf.c:10171
2921 #: readelf.c:12792 readelf.c:12984 readelf.c:13978
2922 msgid "Out of memory\n"
2923 msgstr ""
2924
2925 #: elfcomm.c:456
2926 #, c-format
2927 msgid "%s: failed to skip archive symbol table\n"
2928 msgstr ""
2929
2930 #: elfcomm.c:475
2931 #, c-format
2932 msgid "%s: the archive index is empty\n"
2933 msgstr ""
2934
2935 #: elfcomm.c:483 elfcomm.c:510
2936 #, c-format
2937 msgid "%s: failed to read archive index\n"
2938 msgstr ""
2939
2940 #: elfcomm.c:492
2941 #, c-format
2942 msgid ""
2943 "%s: the archive index is supposed to have %ld entries of %d bytes, but the "
2944 "size is only %ld\n"
2945 msgstr ""
2946
2947 #: elfcomm.c:502
2948 msgid "Out of memory whilst trying to read archive symbol index\n"
2949 msgstr ""
2950
2951 #: elfcomm.c:522
2952 msgid "Out of memory whilst trying to convert the archive symbol index\n"
2953 msgstr ""
2954
2955 #: elfcomm.c:535
2956 #, c-format
2957 msgid "%s: the archive has an index but no symbols\n"
2958 msgstr ""
2959
2960 #: elfcomm.c:543
2961 msgid "Out of memory whilst trying to read archive index symbol table\n"
2962 msgstr ""
2963
2964 #: elfcomm.c:551
2965 #, c-format
2966 msgid "%s: failed to read archive index symbol table\n"
2967 msgstr ""
2968
2969 #: elfcomm.c:561
2970 #, c-format
2971 msgid "%s: failed to read archive header following archive index\n"
2972 msgstr ""
2973
2974 #: elfcomm.c:594
2975 #, c-format
2976 msgid "%s: failed to seek to first archive header\n"
2977 msgstr ""
2978
2979 #: elfcomm.c:603 elfcomm.c:791 elfedit.c:338 readelf.c:14477
2980 #, c-format
2981 msgid "%s: failed to read archive header\n"
2982 msgstr ""
2983
2984 #: elfcomm.c:620
2985 #, c-format
2986 msgid "%s has no archive index\n"
2987 msgstr ""
2988
2989 #: elfcomm.c:631
2990 msgid "Out of memory reading long symbol names in archive\n"
2991 msgstr ""
2992
2993 #: elfcomm.c:639
2994 #, c-format
2995 msgid "%s: failed to read long symbol name string table\n"
2996 msgstr ""
2997
2998 #: elfcomm.c:713
2999 msgid "Archive member uses long names, but no longname table found\n"
3000 msgstr ""
3001
3002 #: elfcomm.c:785
3003 #, c-format
3004 msgid "%s: failed to seek to next file name\n"
3005 msgstr ""
3006
3007 #: elfcomm.c:796 elfedit.c:345 readelf.c:14483
3008 #, c-format
3009 msgid "%s: did not find a valid archive header\n"
3010 msgstr ""
3011
3012 #: elfcomm.c:815 readelf.c:279 readelf.c:5586 readelf.c:6098 readelf.c:8774
3013 #: readelf.c:8890 readelf.c:9895 readelf.c:9989 readelf.c:10050
3014 #: readelf.c:13313 readelf.c:13316
3015 msgid "<corrupt>"
3016 msgstr ""
3017
3018 #: elfedit.c:71
3019 #, c-format
3020 msgid "%s: Not an ELF file - wrong magic bytes at the start\n"
3021 msgstr ""
3022
3023 #: elfedit.c:79
3024 #, c-format
3025 msgid "%s: Unsupported EI_VERSION: %d is not %d\n"
3026 msgstr ""
3027
3028 #: elfedit.c:95
3029 #, c-format
3030 msgid "%s: Unmatched EI_CLASS: %d is not %d\n"
3031 msgstr ""
3032
3033 #: elfedit.c:106
3034 #, c-format
3035 msgid "%s: Unmatched e_machine: %d is not %d\n"
3036 msgstr ""
3037
3038 #: elfedit.c:117
3039 #, c-format
3040 msgid "%s: Unmatched e_type: %d is not %d\n"
3041 msgstr ""
3042
3043 #: elfedit.c:128
3044 #, c-format
3045 msgid "%s: Unmatched EI_OSABI: %d is not %d\n"
3046 msgstr ""
3047
3048 #: elfedit.c:161
3049 #, c-format
3050 msgid "%s: Failed to update ELF header: %s\n"
3051 msgstr ""
3052
3053 #: elfedit.c:194
3054 #, c-format
3055 msgid "Unsupported EI_CLASS: %d\n"
3056 msgstr ""
3057
3058 #: elfedit.c:227
3059 msgid ""
3060 "This executable has been built without support for a\n"
3061 "64 bit data type and so it cannot process 64 bit ELF files.\n"
3062 msgstr ""
3063
3064 #: elfedit.c:268
3065 #, c-format
3066 msgid "%s: Failed to read ELF header\n"
3067 msgstr ""
3068
3069 #: elfedit.c:275
3070 #, c-format
3071 msgid "%s: Failed to seek to ELF header\n"
3072 msgstr ""
3073
3074 #: elfedit.c:329 readelf.c:14469
3075 #, c-format
3076 msgid "%s: failed to seek to next archive header\n"
3077 msgstr ""
3078
3079 #: elfedit.c:360 elfedit.c:369 readelf.c:14497 readelf.c:14506
3080 #, c-format
3081 msgid "%s: bad archive file name\n"
3082 msgstr ""
3083
3084 #: elfedit.c:389 elfedit.c:481
3085 #, c-format
3086 msgid "Input file '%s' is not readable\n"
3087 msgstr ""
3088
3089 #: elfedit.c:413
3090 #, c-format
3091 msgid "%s: failed to seek to archive member\n"
3092 msgstr ""
3093
3094 #: elfedit.c:452 readelf.c:14601
3095 #, c-format
3096 msgid "'%s': No such file\n"
3097 msgstr ""
3098
3099 #: elfedit.c:454 readelf.c:14603
3100 #, c-format
3101 msgid "Could not locate '%s'.  System error message: %s\n"
3102 msgstr ""
3103
3104 #: elfedit.c:461 readelf.c:14610
3105 #, c-format
3106 msgid "'%s' is not an ordinary file\n"
3107 msgstr ""
3108
3109 #: elfedit.c:487 readelf.c:14623
3110 #, c-format
3111 msgid "%s: Failed to read file's magic number\n"
3112 msgstr ""
3113
3114 #: elfedit.c:545
3115 #, c-format
3116 msgid "Unknown OSABI: %s\n"
3117 msgstr ""
3118
3119 #: elfedit.c:566
3120 #, c-format
3121 msgid "Unknown machine type: %s\n"
3122 msgstr ""
3123
3124 #: elfedit.c:585
3125 #, c-format
3126 msgid "Unknown machine type: %d\n"
3127 msgstr ""
3128
3129 #: elfedit.c:604
3130 #, c-format
3131 msgid "Unknown type: %s\n"
3132 msgstr ""
3133
3134 #: elfedit.c:635
3135 #, c-format
3136 msgid "Usage: %s <option(s)> elffile(s)\n"
3137 msgstr ""
3138
3139 #: elfedit.c:637
3140 #, c-format
3141 msgid " Update the ELF header of ELF files\n"
3142 msgstr ""
3143
3144 #: elfedit.c:638 objcopy.c:489 objcopy.c:615
3145 #, c-format
3146 msgid " The options are:\n"
3147 msgstr ""
3148
3149 #: elfedit.c:639
3150 #, c-format
3151 msgid ""
3152 "  --input-mach <machine>      Set input machine type to <machine>\n"
3153 "  --output-mach <machine>     Set output machine type to <machine>\n"
3154 "  --input-type <type>         Set input file type to <type>\n"
3155 "  --output-type <type>        Set output file type to <type>\n"
3156 "  --input-osabi <osabi>       Set input OSABI to <osabi>\n"
3157 "  --output-osabi <osabi>      Set output OSABI to <osabi>\n"
3158 "  -h --help                   Display this information\n"
3159 "  -v --version                Display the version number of %s\n"
3160 msgstr ""
3161
3162 #: emul_aix.c:45
3163 #, c-format
3164 msgid "  [-g]         - 32 bit small archive\n"
3165 msgstr ""
3166
3167 #: emul_aix.c:46
3168 #, c-format
3169 msgid "  [-X32]       - ignores 64 bit objects\n"
3170 msgstr ""
3171
3172 #: emul_aix.c:47
3173 #, c-format
3174 msgid "  [-X64]       - ignores 32 bit objects\n"
3175 msgstr ""
3176
3177 #: emul_aix.c:48
3178 #, c-format
3179 msgid "  [-X32_64]    - accepts 32 and 64 bit objects\n"
3180 msgstr ""
3181
3182 #: ieee.c:311
3183 msgid "unexpected end of debugging information"
3184 msgstr ""
3185
3186 #: ieee.c:398
3187 msgid "invalid number"
3188 msgstr ""
3189
3190 #: ieee.c:451
3191 msgid "invalid string length"
3192 msgstr ""
3193
3194 #: ieee.c:506 ieee.c:547
3195 msgid "expression stack overflow"
3196 msgstr ""
3197
3198 #: ieee.c:526
3199 msgid "unsupported IEEE expression operator"
3200 msgstr ""
3201
3202 #: ieee.c:541
3203 msgid "unknown section"
3204 msgstr ""
3205
3206 #: ieee.c:562
3207 msgid "expression stack underflow"
3208 msgstr ""
3209
3210 #: ieee.c:576
3211 msgid "expression stack mismatch"
3212 msgstr ""
3213
3214 #: ieee.c:613
3215 msgid "unknown builtin type"
3216 msgstr ""
3217
3218 #: ieee.c:758
3219 msgid "BCD float type not supported"
3220 msgstr ""
3221
3222 #: ieee.c:895
3223 msgid "unexpected number"
3224 msgstr ""
3225
3226 #: ieee.c:902
3227 msgid "unexpected record type"
3228 msgstr ""
3229
3230 #: ieee.c:935
3231 msgid "blocks left on stack at end"
3232 msgstr ""
3233
3234 #: ieee.c:1208
3235 msgid "unknown BB type"
3236 msgstr ""
3237
3238 #: ieee.c:1217
3239 msgid "stack overflow"
3240 msgstr ""
3241
3242 #: ieee.c:1240
3243 msgid "stack underflow"
3244 msgstr ""
3245
3246 #: ieee.c:1352 ieee.c:1422 ieee.c:2120
3247 msgid "illegal variable index"
3248 msgstr ""
3249
3250 #: ieee.c:1400
3251 msgid "illegal type index"
3252 msgstr ""
3253
3254 #: ieee.c:1410 ieee.c:1447
3255 msgid "unknown TY code"
3256 msgstr ""
3257
3258 #: ieee.c:1429
3259 msgid "undefined variable in TY"
3260 msgstr ""
3261
3262 #. Pascal file name.  FIXME.
3263 #: ieee.c:1841
3264 msgid "Pascal file name not supported"
3265 msgstr ""
3266
3267 #: ieee.c:1889
3268 msgid "unsupported qualifier"
3269 msgstr ""
3270
3271 #: ieee.c:2158
3272 msgid "undefined variable in ATN"
3273 msgstr ""
3274
3275 #: ieee.c:2201
3276 msgid "unknown ATN type"
3277 msgstr ""
3278
3279 #. Reserved for FORTRAN common.
3280 #: ieee.c:2323
3281 msgid "unsupported ATN11"
3282 msgstr ""
3283
3284 #. We have no way to record this information.  FIXME.
3285 #: ieee.c:2350
3286 msgid "unsupported ATN12"
3287 msgstr ""
3288
3289 #: ieee.c:2410
3290 msgid "unexpected string in C++ misc"
3291 msgstr ""
3292
3293 #: ieee.c:2423
3294 msgid "bad misc record"
3295 msgstr ""
3296
3297 #: ieee.c:2464
3298 msgid "unrecognized C++ misc record"
3299 msgstr ""
3300
3301 #: ieee.c:2579
3302 msgid "undefined C++ object"
3303 msgstr ""
3304
3305 #: ieee.c:2613
3306 msgid "unrecognized C++ object spec"
3307 msgstr ""
3308
3309 #: ieee.c:2649
3310 msgid "unsupported C++ object type"
3311 msgstr ""
3312
3313 #: ieee.c:2659
3314 msgid "C++ base class not defined"
3315 msgstr ""
3316
3317 #: ieee.c:2671 ieee.c:2776
3318 msgid "C++ object has no fields"
3319 msgstr ""
3320
3321 #: ieee.c:2690
3322 msgid "C++ base class not found in container"
3323 msgstr ""
3324
3325 #: ieee.c:2797
3326 msgid "C++ data member not found in container"
3327 msgstr ""
3328
3329 #: ieee.c:2838 ieee.c:2988
3330 msgid "unknown C++ visibility"
3331 msgstr ""
3332
3333 #: ieee.c:2872
3334 msgid "bad C++ field bit pos or size"
3335 msgstr ""
3336
3337 #: ieee.c:2964
3338 msgid "bad type for C++ method function"
3339 msgstr ""
3340
3341 #: ieee.c:2974
3342 msgid "no type information for C++ method function"
3343 msgstr ""
3344
3345 #: ieee.c:3013
3346 msgid "C++ static virtual method"
3347 msgstr ""
3348
3349 #: ieee.c:3108
3350 msgid "unrecognized C++ object overhead spec"
3351 msgstr ""
3352
3353 #: ieee.c:3147
3354 msgid "undefined C++ vtable"
3355 msgstr ""
3356
3357 #: ieee.c:3216
3358 msgid "C++ default values not in a function"
3359 msgstr ""
3360
3361 #: ieee.c:3256
3362 msgid "unrecognized C++ default type"
3363 msgstr ""
3364
3365 #: ieee.c:3287
3366 msgid "reference parameter is not a pointer"
3367 msgstr ""
3368
3369 #: ieee.c:3370
3370 msgid "unrecognized C++ reference type"
3371 msgstr ""
3372
3373 #: ieee.c:3452
3374 msgid "C++ reference not found"
3375 msgstr ""
3376
3377 #: ieee.c:3460
3378 msgid "C++ reference is not pointer"
3379 msgstr ""
3380
3381 #: ieee.c:3486 ieee.c:3494
3382 msgid "missing required ASN"
3383 msgstr ""
3384
3385 #: ieee.c:3521 ieee.c:3529
3386 msgid "missing required ATN65"
3387 msgstr ""
3388
3389 #: ieee.c:3543
3390 msgid "bad ATN65 record"
3391 msgstr ""
3392
3393 #: ieee.c:4171
3394 #, c-format
3395 msgid "IEEE numeric overflow: 0x"
3396 msgstr ""
3397
3398 #: ieee.c:4215
3399 #, c-format
3400 msgid "IEEE string length overflow: %u\n"
3401 msgstr ""
3402
3403 #: ieee.c:5213
3404 #, c-format
3405 msgid "IEEE unsupported integer type size %u\n"
3406 msgstr ""
3407
3408 #: ieee.c:5247
3409 #, c-format
3410 msgid "IEEE unsupported float type size %u\n"
3411 msgstr ""
3412
3413 #: ieee.c:5281
3414 #, c-format
3415 msgid "IEEE unsupported complex type size %u\n"
3416 msgstr ""
3417
3418 #: mclex.c:241
3419 msgid "Duplicate symbol entered into keyword list."
3420 msgstr ""
3421
3422 #: nlmconv.c:273 srconv.c:1825
3423 msgid "input and output files must be different"
3424 msgstr ""
3425
3426 #: nlmconv.c:320
3427 msgid "input file named both on command line and with INPUT"
3428 msgstr ""
3429
3430 #: nlmconv.c:329
3431 msgid "no input file"
3432 msgstr ""
3433
3434 #: nlmconv.c:359
3435 msgid "no name for output file"
3436 msgstr ""
3437
3438 #: nlmconv.c:373
3439 msgid "warning: input and output formats are not compatible"
3440 msgstr ""
3441
3442 #: nlmconv.c:403
3443 msgid "make .bss section"
3444 msgstr ""
3445
3446 #: nlmconv.c:413
3447 msgid "make .nlmsections section"
3448 msgstr ""
3449
3450 #: nlmconv.c:441
3451 msgid "set .bss vma"
3452 msgstr ""
3453
3454 #: nlmconv.c:448
3455 msgid "set .data size"
3456 msgstr ""
3457
3458 #: nlmconv.c:628
3459 #, c-format
3460 msgid "warning: symbol %s imported but not in import list"
3461 msgstr ""
3462
3463 #: nlmconv.c:648
3464 msgid "set start address"
3465 msgstr ""
3466
3467 #: nlmconv.c:697
3468 #, c-format
3469 msgid "warning: START procedure %s not defined"
3470 msgstr ""
3471
3472 #: nlmconv.c:699
3473 #, c-format
3474 msgid "warning: EXIT procedure %s not defined"
3475 msgstr ""
3476
3477 #: nlmconv.c:701
3478 #, c-format
3479 msgid "warning: CHECK procedure %s not defined"
3480 msgstr ""
3481
3482 #: nlmconv.c:721 nlmconv.c:907
3483 msgid "custom section"
3484 msgstr ""
3485
3486 #: nlmconv.c:741 nlmconv.c:936
3487 msgid "help section"
3488 msgstr ""
3489
3490 #: nlmconv.c:763 nlmconv.c:954
3491 msgid "message section"
3492 msgstr ""
3493
3494 #: nlmconv.c:778 nlmconv.c:987
3495 msgid "module section"
3496 msgstr ""
3497
3498 #: nlmconv.c:797 nlmconv.c:1003
3499 msgid "rpc section"
3500 msgstr ""
3501
3502 #. There is no place to record this information.
3503 #: nlmconv.c:833
3504 #, c-format
3505 msgid "%s: warning: shared libraries can not have uninitialized data"
3506 msgstr ""
3507
3508 #: nlmconv.c:854 nlmconv.c:1022
3509 msgid "shared section"
3510 msgstr ""
3511
3512 #: nlmconv.c:862
3513 msgid "warning: No version number given"
3514 msgstr ""
3515
3516 #: nlmconv.c:902 nlmconv.c:931 nlmconv.c:949 nlmconv.c:998 nlmconv.c:1017
3517 #, c-format
3518 msgid "%s: read: %s"
3519 msgstr ""
3520
3521 #: nlmconv.c:924
3522 msgid "warning: FULLMAP is not supported; try ld -M"
3523 msgstr ""
3524
3525 #: nlmconv.c:1100
3526 #, c-format
3527 msgid "Usage: %s [option(s)] [in-file [out-file]]\n"
3528 msgstr ""
3529
3530 #: nlmconv.c:1101
3531 #, c-format
3532 msgid " Convert an object file into a NetWare Loadable Module\n"
3533 msgstr ""
3534
3535 #: nlmconv.c:1102
3536 #, c-format
3537 msgid ""
3538 " The options are:\n"
3539 "  -I --input-target=<bfdname>   Set the input binary file format\n"
3540 "  -O --output-target=<bfdname>  Set the output binary file format\n"
3541 "  -T --header-file=<file>       Read <file> for NLM header information\n"
3542 "  -l --linker=<linker>          Use <linker> for any linking\n"
3543 "  -d --debug                    Display on stderr the linker command line\n"
3544 "  @<file>                       Read options from <file>.\n"
3545 "  -h --help                     Display this information\n"
3546 "  -v --version                  Display the program's version\n"
3547 msgstr ""
3548
3549 #: nlmconv.c:1143
3550 #, c-format
3551 msgid "support not compiled in for %s"
3552 msgstr ""
3553
3554 #: nlmconv.c:1180
3555 msgid "make section"
3556 msgstr ""
3557
3558 #: nlmconv.c:1194
3559 msgid "set section size"
3560 msgstr ""
3561
3562 #: nlmconv.c:1200
3563 msgid "set section alignment"
3564 msgstr ""
3565
3566 #: nlmconv.c:1204
3567 msgid "set section flags"
3568 msgstr ""
3569
3570 #: nlmconv.c:1215
3571 msgid "set .nlmsections size"
3572 msgstr ""
3573
3574 #: nlmconv.c:1296 nlmconv.c:1304 nlmconv.c:1313 nlmconv.c:1318
3575 msgid "set .nlmsection contents"
3576 msgstr ""
3577
3578 #: nlmconv.c:1795
3579 msgid "stub section sizes"
3580 msgstr ""
3581
3582 #: nlmconv.c:1842
3583 msgid "writing stub"
3584 msgstr ""
3585
3586 #: nlmconv.c:1926
3587 #, c-format
3588 msgid "unresolved PC relative reloc against %s"
3589 msgstr ""
3590
3591 #: nlmconv.c:1990
3592 #, c-format
3593 msgid "overflow when adjusting relocation against %s"
3594 msgstr ""
3595
3596 #: nlmconv.c:2117
3597 #, c-format
3598 msgid "%s: execution of %s failed: "
3599 msgstr ""
3600
3601 #: nlmconv.c:2132
3602 #, c-format
3603 msgid "Execution of %s failed"
3604 msgstr ""
3605
3606 #: nm.c:226 size.c:78 strings.c:636
3607 #, c-format
3608 msgid "Usage: %s [option(s)] [file(s)]\n"
3609 msgstr ""
3610
3611 #: nm.c:227
3612 #, c-format
3613 msgid " List symbols in [file(s)] (a.out by default).\n"
3614 msgstr ""
3615
3616 #: nm.c:228
3617 #, c-format
3618 msgid ""
3619 " The options are:\n"
3620 "  -a, --debug-syms       Display debugger-only symbols\n"
3621 "  -A, --print-file-name  Print name of the input file before every symbol\n"
3622 "  -B                     Same as --format=bsd\n"
3623 "  -C, --demangle[=STYLE] Decode low-level symbol names into user-level "
3624 "names\n"
3625 "                          The STYLE, if specified, can be `auto' (the "
3626 "default),\n"
3627 "                          `gnu', `lucid', `arm', `hp', `edg', `gnu-v3', "
3628 "`java'\n"
3629 "                          or `gnat'\n"
3630 "      --no-demangle      Do not demangle low-level symbol names\n"
3631 "  -D, --dynamic          Display dynamic symbols instead of normal symbols\n"
3632 "      --defined-only     Display only defined symbols\n"
3633 "  -e                     (ignored)\n"
3634 "  -f, --format=FORMAT    Use the output format FORMAT.  FORMAT can be "
3635 "`bsd',\n"
3636 "                           `sysv' or `posix'.  The default is `bsd'\n"
3637 "  -g, --extern-only      Display only external symbols\n"
3638 "  -l, --line-numbers     Use debugging information to find a filename and\n"
3639 "                           line number for each symbol\n"
3640 "  -n, --numeric-sort     Sort symbols numerically by address\n"
3641 "  -o                     Same as -A\n"
3642 "  -p, --no-sort          Do not sort the symbols\n"
3643 "  -P, --portability      Same as --format=posix\n"
3644 "  -r, --reverse-sort     Reverse the sense of the sort\n"
3645 msgstr ""
3646
3647 #: nm.c:251
3648 #, c-format
3649 msgid "      --plugin NAME      Load the specified plugin\n"
3650 msgstr ""
3651
3652 #: nm.c:254
3653 #, c-format
3654 msgid ""
3655 "  -S, --print-size       Print size of defined symbols\n"
3656 "  -s, --print-armap      Include index for symbols from archive members\n"
3657 "      --size-sort        Sort symbols by size\n"
3658 "      --special-syms     Include special symbols in the output\n"
3659 "      --synthetic        Display synthetic symbols as well\n"
3660 "  -t, --radix=RADIX      Use RADIX for printing symbol values\n"
3661 "      --target=BFDNAME   Specify the target object format as BFDNAME\n"
3662 "  -u, --undefined-only   Display only undefined symbols\n"
3663 "  -X 32_64               (ignored)\n"
3664 "  @FILE                  Read options from FILE\n"
3665 "  -h, --help             Display this information\n"
3666 "  -V, --version          Display this program's version number\n"
3667 "\n"
3668 msgstr ""
3669
3670 #: nm.c:302
3671 #, c-format
3672 msgid "%s: invalid radix"
3673 msgstr ""
3674
3675 #: nm.c:326
3676 #, c-format
3677 msgid "%s: invalid output format"
3678 msgstr ""
3679
3680 #: nm.c:347 readelf.c:9254 readelf.c:9304
3681 #, c-format
3682 msgid "<processor specific>: %d"
3683 msgstr ""
3684
3685 #: nm.c:349 readelf.c:9263 readelf.c:9323
3686 #, c-format
3687 msgid "<OS specific>: %d"
3688 msgstr ""
3689
3690 #: nm.c:351 readelf.c:9266 readelf.c:9326
3691 #, c-format
3692 msgid "<unknown>: %d"
3693 msgstr ""
3694
3695 #: nm.c:391
3696 #, c-format
3697 msgid ""
3698 "\n"
3699 "Archive index:\n"
3700 msgstr ""
3701
3702 #: nm.c:1260
3703 #, c-format
3704 msgid ""
3705 "\n"
3706 "\n"
3707 "Undefined symbols from %s:\n"
3708 "\n"
3709 msgstr ""
3710
3711 #: nm.c:1262
3712 #, c-format
3713 msgid ""
3714 "\n"
3715 "\n"
3716 "Symbols from %s:\n"
3717 "\n"
3718 msgstr ""
3719
3720 #: nm.c:1264 nm.c:1315
3721 #, c-format
3722 msgid ""
3723 "Name                  Value   Class        Type         Size     Line  "
3724 "Section\n"
3725 "\n"
3726 msgstr ""
3727
3728 #: nm.c:1267 nm.c:1318
3729 #, c-format
3730 msgid ""
3731 "Name                  Value           Class        Type         "
3732 "Size             Line  Section\n"
3733 "\n"
3734 msgstr ""
3735
3736 #: nm.c:1311
3737 #, c-format
3738 msgid ""
3739 "\n"
3740 "\n"
3741 "Undefined symbols from %s[%s]:\n"
3742 "\n"
3743 msgstr ""
3744
3745 #: nm.c:1313
3746 #, c-format
3747 msgid ""
3748 "\n"
3749 "\n"
3750 "Symbols from %s[%s]:\n"
3751 "\n"
3752 msgstr ""
3753
3754 #: nm.c:1405
3755 #, c-format
3756 msgid "Print width has not been initialized (%d)"
3757 msgstr ""
3758
3759 #: nm.c:1642
3760 msgid "Only -X 32_64 is supported"
3761 msgstr ""
3762
3763 #: nm.c:1671
3764 msgid "Using the --size-sort and --undefined-only options together"
3765 msgstr ""
3766
3767 #: nm.c:1672
3768 msgid "will produce no output, since undefined symbols have no size."
3769 msgstr ""
3770
3771 #: nm.c:1700
3772 #, c-format
3773 msgid "data size %ld"
3774 msgstr ""
3775
3776 #: objcopy.c:487 srconv.c:1733
3777 #, c-format
3778 msgid "Usage: %s [option(s)] in-file [out-file]\n"
3779 msgstr ""
3780
3781 #: objcopy.c:488
3782 #, c-format
3783 msgid " Copies a binary file, possibly transforming it in the process\n"
3784 msgstr ""
3785
3786 #: objcopy.c:490
3787 #, c-format
3788 msgid ""
3789 "  -I --input-target <bfdname>      Assume input file is in format <bfdname>\n"
3790 "  -O --output-target <bfdname>     Create an output file in format "
3791 "<bfdname>\n"
3792 "  -B --binary-architecture <arch>  Set output arch, when input is arch-less\n"
3793 "  -F --target <bfdname>            Set both input and output format to "
3794 "<bfdname>\n"
3795 "     --debugging                   Convert debugging information, if "
3796 "possible\n"
3797 "  -p --preserve-dates              Copy modified/access timestamps to the "
3798 "output\n"
3799 msgstr ""
3800
3801 #: objcopy.c:498 objcopy.c:623
3802 #, c-format
3803 msgid ""
3804 "  -D --enable-deterministic-archives\n"
3805 "                                   Produce deterministic output when "
3806 "stripping archives (default)\n"
3807 "  -U --disable-deterministic-archives\n"
3808 "                                   Disable -D behavior\n"
3809 msgstr ""
3810
3811 #: objcopy.c:504 objcopy.c:629
3812 #, c-format
3813 msgid ""
3814 "  -D --enable-deterministic-archives\n"
3815 "                                   Produce deterministic output when "
3816 "stripping archives\n"
3817 "  -U --disable-deterministic-archives\n"
3818 "                                   Disable -D behavior (default)\n"
3819 msgstr ""
3820
3821 #: objcopy.c:509
3822 #, c-format
3823 msgid ""
3824 "  -j --only-section <name>         Only copy section <name> into the output\n"
3825 "     --add-gnu-debuglink=<file>    Add section .gnu_debuglink linking to "
3826 "<file>\n"
3827 "  -R --remove-section <name>       Remove section <name> from the output\n"
3828 "  -S --strip-all                   Remove all symbol and relocation "
3829 "information\n"
3830 "  -g --strip-debug                 Remove all debugging symbols & sections\n"
3831 "     --strip-dwo                   Remove all DWO sections\n"
3832 "     --strip-unneeded              Remove all symbols not needed by "
3833 "relocations\n"
3834 "  -N --strip-symbol <name>         Do not copy symbol <name>\n"
3835 "     --strip-unneeded-symbol <name>\n"
3836 "                                   Do not copy symbol <name> unless needed "
3837 "by\n"
3838 "                                     relocations\n"
3839 "     --only-keep-debug             Strip everything but the debug "
3840 "information\n"
3841 "     --extract-dwo                 Copy only DWO sections\n"
3842 "     --extract-symbol              Remove section contents but keep symbols\n"
3843 "  -K --keep-symbol <name>          Do not strip symbol <name>\n"
3844 "     --keep-file-symbols           Do not strip file symbol(s)\n"
3845 "     --localize-hidden             Turn all ELF hidden symbols into locals\n"
3846 "  -L --localize-symbol <name>      Force symbol <name> to be marked as a "
3847 "local\n"
3848 "     --globalize-symbol <name>     Force symbol <name> to be marked as a "
3849 "global\n"
3850 "  -G --keep-global-symbol <name>   Localize all symbols except <name>\n"
3851 "  -W --weaken-symbol <name>        Force symbol <name> to be marked as a "
3852 "weak\n"
3853 "     --weaken                      Force all global symbols to be marked as "
3854 "weak\n"
3855 "  -w --wildcard                    Permit wildcard in symbol comparison\n"
3856 "  -x --discard-all                 Remove all non-global symbols\n"
3857 "  -X --discard-locals              Remove any compiler-generated symbols\n"
3858 "  -i --interleave [<number>]       Only copy N out of every <number> bytes\n"
3859 "     --interleave-width <number>   Set N for --interleave\n"
3860 "  -b --byte <num>                  Select byte <num> in every interleaved "
3861 "block\n"
3862 "     --gap-fill <val>              Fill gaps between sections with <val>\n"
3863 "     --pad-to <addr>               Pad the last section up to address "
3864 "<addr>\n"
3865 "     --set-start <addr>            Set the start address to <addr>\n"
3866 "    {--change-start|--adjust-start} <incr>\n"
3867 "                                   Add <incr> to the start address\n"
3868 "    {--change-addresses|--adjust-vma} <incr>\n"
3869 "                                   Add <incr> to LMA, VMA and start "
3870 "addresses\n"
3871 "    {--change-section-address|--adjust-section-vma} <name>{=|+|-}<val>\n"
3872 "                                   Change LMA and VMA of section <name> by "
3873 "<val>\n"
3874 "     --change-section-lma <name>{=|+|-}<val>\n"
3875 "                                   Change the LMA of section <name> by "
3876 "<val>\n"
3877 "     --change-section-vma <name>{=|+|-}<val>\n"
3878 "                                   Change the VMA of section <name> by "
3879 "<val>\n"
3880 "    {--[no-]change-warnings|--[no-]adjust-warnings}\n"
3881 "                                   Warn if a named section does not exist\n"
3882 "     --set-section-flags <name>=<flags>\n"
3883 "                                   Set section <name>'s properties to "
3884 "<flags>\n"
3885 "     --add-section <name>=<file>   Add section <name> found in <file> to "
3886 "output\n"
3887 "     --dump-section <name>=<file>  Dump the contents of section <name> into "
3888 "<file>\n"
3889 "     --rename-section <old>=<new>[,<flags>] Rename section <old> to <new>\n"
3890 "     --long-section-names {enable|disable|keep}\n"
3891 "                                   Handle long section names in Coff "
3892 "objects.\n"
3893 "     --change-leading-char         Force output format's leading character "
3894 "style\n"
3895 "     --remove-leading-char         Remove leading character from global "
3896 "symbols\n"
3897 "     --reverse-bytes=<num>         Reverse <num> bytes at a time, in output "
3898 "sections with content\n"
3899 "     --redefine-sym <old>=<new>    Redefine symbol name <old> to <new>\n"
3900 "     --redefine-syms <file>        --redefine-sym for all symbol pairs \n"
3901 "                                     listed in <file>\n"
3902 "     --srec-len <number>           Restrict the length of generated "
3903 "Srecords\n"
3904 "     --srec-forceS3                Restrict the type of generated Srecords "
3905 "to S3\n"
3906 "     --strip-symbols <file>        -N for all symbols listed in <file>\n"
3907 "     --strip-unneeded-symbols <file>\n"
3908 "                                   --strip-unneeded-symbol for all symbols "
3909 "listed\n"
3910 "                                     in <file>\n"
3911 "     --keep-symbols <file>         -K for all symbols listed in <file>\n"
3912 "     --localize-symbols <file>     -L for all symbols listed in <file>\n"
3913 "     --globalize-symbols <file>    --globalize-symbol for all in <file>\n"
3914 "     --keep-global-symbols <file>  -G for all symbols listed in <file>\n"
3915 "     --weaken-symbols <file>       -W for all symbols listed in <file>\n"
3916 "     --alt-machine-code <index>    Use the target's <index>'th alternative "
3917 "machine\n"
3918 "     --writable-text               Mark the output text as writable\n"
3919 "     --readonly-text               Make the output text write protected\n"
3920 "     --pure                        Mark the output file as demand paged\n"
3921 "     --impure                      Mark the output file as impure\n"
3922 "     --prefix-symbols <prefix>     Add <prefix> to start of every symbol "
3923 "name\n"
3924 "     --prefix-sections <prefix>    Add <prefix> to start of every section "
3925 "name\n"
3926 "     --prefix-alloc-sections <prefix>\n"
3927 "                                   Add <prefix> to start of every "
3928 "allocatable\n"
3929 "                                     section name\n"
3930 "     --file-alignment <num>        Set PE file alignment to <num>\n"
3931 "     --heap <reserve>[,<commit>]   Set PE reserve/commit heap to <reserve>/\n"
3932 "                                   <commit>\n"
3933 "     --image-base <address>        Set PE image base to <address>\n"
3934 "     --section-alignment <num>     Set PE section alignment to <num>\n"
3935 "     --stack <reserve>[,<commit>]  Set PE reserve/commit stack to "
3936 "<reserve>/\n"
3937 "                                   <commit>\n"
3938 "     --subsystem <name>[:<version>]\n"
3939 "                                   Set PE subsystem to <name> [& <version>]\n"
3940 "     --compress-debug-sections     Compress DWARF debug sections using zlib\n"
3941 "     --decompress-debug-sections   Decompress DWARF debug sections using "
3942 "zlib\n"
3943 "  -v --verbose                     List all object files modified\n"
3944 "  @<file>                          Read options from <file>\n"
3945 "  -V --version                     Display this program's version number\n"
3946 "  -h --help                        Display this output\n"
3947 "     --info                        List object formats & architectures "
3948 "supported\n"
3949 msgstr ""
3950
3951 #: objcopy.c:613
3952 #, c-format
3953 msgid "Usage: %s <option(s)> in-file(s)\n"
3954 msgstr ""
3955
3956 #: objcopy.c:614
3957 #, c-format
3958 msgid " Removes symbols and sections from files\n"
3959 msgstr ""
3960
3961 #: objcopy.c:616
3962 #, c-format
3963 msgid ""
3964 "  -I --input-target=<bfdname>      Assume input file is in format <bfdname>\n"
3965 "  -O --output-target=<bfdname>     Create an output file in format "
3966 "<bfdname>\n"
3967 "  -F --target=<bfdname>            Set both input and output format to "
3968 "<bfdname>\n"
3969 "  -p --preserve-dates              Copy modified/access timestamps to the "
3970 "output\n"
3971 msgstr ""
3972
3973 #: objcopy.c:634
3974 #, c-format
3975 msgid ""
3976 "  -R --remove-section=<name>       Remove section <name> from the output\n"
3977 "  -s --strip-all                   Remove all symbol and relocation "
3978 "information\n"
3979 "  -g -S -d --strip-debug           Remove all debugging symbols & sections\n"
3980 "     --strip-dwo                   Remove all DWO sections\n"
3981 "     --strip-unneeded              Remove all symbols not needed by "
3982 "relocations\n"
3983 "     --only-keep-debug             Strip everything but the debug "
3984 "information\n"
3985 "  -N --strip-symbol=<name>         Do not copy symbol <name>\n"
3986 "  -K --keep-symbol=<name>          Do not strip symbol <name>\n"
3987 "     --keep-file-symbols           Do not strip file symbol(s)\n"
3988 "  -w --wildcard                    Permit wildcard in symbol comparison\n"
3989 "  -x --discard-all                 Remove all non-global symbols\n"
3990 "  -X --discard-locals              Remove any compiler-generated symbols\n"
3991 "  -v --verbose                     List all object files modified\n"
3992 "  -V --version                     Display this program's version number\n"
3993 "  -h --help                        Display this output\n"
3994 "     --info                        List object formats & architectures "
3995 "supported\n"
3996 "  -o <file>                        Place stripped output into <file>\n"
3997 msgstr ""
3998
3999 #: objcopy.c:706
4000 #, c-format
4001 msgid "unrecognized section flag `%s'"
4002 msgstr ""
4003
4004 #: objcopy.c:707
4005 #, c-format
4006 msgid "supported flags: %s"
4007 msgstr ""
4008
4009 #: objcopy.c:763
4010 #, c-format
4011 msgid "error: %s both copied and removed"
4012 msgstr ""
4013
4014 #: objcopy.c:769
4015 #, c-format
4016 msgid "error: %s both sets and alters VMA"
4017 msgstr ""
4018
4019 #: objcopy.c:775
4020 #, c-format
4021 msgid "error: %s both sets and alters LMA"
4022 msgstr ""
4023
4024 #: objcopy.c:869
4025 #, c-format
4026 msgid "cannot open '%s': %s"
4027 msgstr ""
4028
4029 #: objcopy.c:872 objcopy.c:3701
4030 #, c-format
4031 msgid "%s: fread failed"
4032 msgstr ""
4033
4034 #: objcopy.c:945
4035 #, c-format
4036 msgid "%s:%d: Ignoring rubbish found on this line"
4037 msgstr ""
4038
4039 #: objcopy.c:1063
4040 #, c-format
4041 msgid "error: section %s matches both remove and copy options"
4042 msgstr ""
4043
4044 #: objcopy.c:1292
4045 #, c-format
4046 msgid "not stripping symbol `%s' because it is named in a relocation"
4047 msgstr ""
4048
4049 #: objcopy.c:1375
4050 #, c-format
4051 msgid "%s: Multiple redefinition of symbol \"%s\""
4052 msgstr ""
4053
4054 #: objcopy.c:1379
4055 #, c-format
4056 msgid "%s: Symbol \"%s\" is target of more than one redefinition"
4057 msgstr ""
4058
4059 #: objcopy.c:1407
4060 #, c-format
4061 msgid "couldn't open symbol redefinition file %s (error: %s)"
4062 msgstr ""
4063
4064 #: objcopy.c:1485
4065 #, c-format
4066 msgid "%s:%d: garbage found at end of line"
4067 msgstr ""
4068
4069 #: objcopy.c:1488
4070 #, c-format
4071 msgid "%s:%d: missing new symbol name"
4072 msgstr ""
4073
4074 #: objcopy.c:1498
4075 #, c-format
4076 msgid "%s:%d: premature end of file"
4077 msgstr ""
4078
4079 #: objcopy.c:1524
4080 #, c-format
4081 msgid "stat returns negative size for `%s'"
4082 msgstr ""
4083
4084 #: objcopy.c:1536
4085 #, c-format
4086 msgid "copy from `%s' [unknown] to `%s' [unknown]\n"
4087 msgstr ""
4088
4089 #: objcopy.c:1593
4090 msgid "Unable to change endianness of input file(s)"
4091 msgstr ""
4092
4093 #: objcopy.c:1602
4094 #, c-format
4095 msgid "copy from `%s' [%s] to `%s' [%s]\n"
4096 msgstr ""
4097
4098 #: objcopy.c:1651
4099 #, c-format
4100 msgid "Input file `%s' ignores binary architecture parameter."
4101 msgstr ""
4102
4103 #: objcopy.c:1659
4104 #, c-format
4105 msgid "Unable to recognise the format of the input file `%s'"
4106 msgstr ""
4107
4108 #: objcopy.c:1662
4109 #, c-format
4110 msgid "Output file cannot represent architecture `%s'"
4111 msgstr ""
4112
4113 #: objcopy.c:1725
4114 #, c-format
4115 msgid "warning: file alignment (0x%s) > section alignment (0x%s)"
4116 msgstr ""
4117
4118 #: objcopy.c:1783
4119 #, c-format
4120 msgid "can't add section '%s'"
4121 msgstr ""
4122
4123 #: objcopy.c:1797
4124 #, c-format
4125 msgid "can't create section `%s'"
4126 msgstr ""
4127
4128 #: objcopy.c:1847
4129 #, c-format
4130 msgid "can't dump section '%s' - it does not exist"
4131 msgstr ""
4132
4133 #: objcopy.c:1855
4134 msgid "can't dump section - it has no contents"
4135 msgstr ""
4136
4137 #: objcopy.c:1863
4138 msgid "can't dump section - it is empty"
4139 msgstr ""
4140
4141 #: objcopy.c:1872
4142 msgid "could not open section dump file"
4143 msgstr ""
4144
4145 #: objcopy.c:1881
4146 msgid "could not retrieve section contents"
4147 msgstr ""
4148
4149 #: objcopy.c:1895
4150 #, c-format
4151 msgid "%s: debuglink section already exists"
4152 msgstr ""
4153
4154 #: objcopy.c:1907
4155 #, c-format
4156 msgid "cannot create debug link section `%s'"
4157 msgstr ""
4158
4159 #: objcopy.c:2001
4160 msgid "Can't fill gap after section"
4161 msgstr ""
4162
4163 #: objcopy.c:2025
4164 msgid "can't add padding"
4165 msgstr ""
4166
4167 #: objcopy.c:2121
4168 #, c-format
4169 msgid "cannot fill debug link section `%s'"
4170 msgstr ""
4171
4172 #: objcopy.c:2184
4173 msgid "error copying private BFD data"
4174 msgstr ""
4175
4176 #: objcopy.c:2195
4177 #, c-format
4178 msgid "this target does not support %lu alternative machine codes"
4179 msgstr ""
4180
4181 #: objcopy.c:2199
4182 msgid "treating that number as an absolute e_machine value instead"
4183 msgstr ""
4184
4185 #: objcopy.c:2203
4186 msgid "ignoring the alternative value"
4187 msgstr ""
4188
4189 #: objcopy.c:2235 objcopy.c:2277
4190 #, c-format
4191 msgid "cannot create tempdir for archive copying (error: %s)"
4192 msgstr ""
4193
4194 #: objcopy.c:2307
4195 msgid "Unable to recognise the format of file"
4196 msgstr ""
4197
4198 #: objcopy.c:2434
4199 #, c-format
4200 msgid "error: the input file '%s' is empty"
4201 msgstr ""
4202
4203 #: objcopy.c:2578
4204 #, c-format
4205 msgid "Multiple renames of section %s"
4206 msgstr ""
4207
4208 #: objcopy.c:2629
4209 msgid "error in private header data"
4210 msgstr ""
4211
4212 #: objcopy.c:2706
4213 msgid "failed to create output section"
4214 msgstr ""
4215
4216 #: objcopy.c:2720
4217 msgid "failed to set size"
4218 msgstr ""
4219
4220 #: objcopy.c:2739
4221 msgid "failed to set vma"
4222 msgstr ""
4223
4224 #: objcopy.c:2764
4225 msgid "failed to set alignment"
4226 msgstr ""
4227
4228 #: objcopy.c:2798
4229 msgid "failed to copy private data"
4230 msgstr ""
4231
4232 #: objcopy.c:2895
4233 msgid "relocation count is negative"
4234 msgstr ""
4235
4236 #. User must pad the section up in order to do this.
4237 #: objcopy.c:2977
4238 #, c-format
4239 msgid ""
4240 "cannot reverse bytes: length of section %s must be evenly divisible by %d"
4241 msgstr ""
4242
4243 #: objcopy.c:3169
4244 msgid "can't create debugging section"
4245 msgstr ""
4246
4247 #: objcopy.c:3182
4248 msgid "can't set debugging section contents"
4249 msgstr ""
4250
4251 #: objcopy.c:3190
4252 #, c-format
4253 msgid "don't know how to write debugging information for %s"
4254 msgstr ""
4255
4256 #: objcopy.c:3351
4257 msgid "could not create temporary file to hold stripped copy"
4258 msgstr ""
4259
4260 #: objcopy.c:3423
4261 #, c-format
4262 msgid "%s: bad version in PE subsystem"
4263 msgstr ""
4264
4265 #: objcopy.c:3453
4266 #, c-format
4267 msgid "unknown PE subsystem: %s"
4268 msgstr ""
4269
4270 #: objcopy.c:3514
4271 msgid "byte number must be non-negative"
4272 msgstr ""
4273
4274 #: objcopy.c:3520
4275 #, c-format
4276 msgid "architecture %s unknown"
4277 msgstr ""
4278
4279 #: objcopy.c:3528
4280 msgid "interleave must be positive"
4281 msgstr ""
4282
4283 #: objcopy.c:3537
4284 msgid "interleave width must be positive"
4285 msgstr ""
4286
4287 #: objcopy.c:3671 objcopy.c:3723 objcopy.c:3774 objcopy.c:3890 objcopy.c:3922
4288 #: objcopy.c:3945 objcopy.c:3949 objcopy.c:3969
4289 #, c-format
4290 msgid "bad format for %s"
4291 msgstr ""
4292
4293 #: objcopy.c:3683
4294 #, c-format
4295 msgid "cannot open: %s: %s"
4296 msgstr ""
4297
4298 #: objcopy.c:3859
4299 #, c-format
4300 msgid "Warning: truncating gap-fill from 0x%s to 0x%x"
4301 msgstr ""
4302
4303 #: objcopy.c:4020
4304 #, c-format
4305 msgid "unknown long section names option '%s'"
4306 msgstr ""
4307
4308 #: objcopy.c:4038
4309 msgid "unable to parse alternative machine code"
4310 msgstr ""
4311
4312 #: objcopy.c:4087
4313 msgid "number of bytes to reverse must be positive and even"
4314 msgstr ""
4315
4316 #: objcopy.c:4090
4317 #, c-format
4318 msgid "Warning: ignoring previous --reverse-bytes value of %d"
4319 msgstr ""
4320
4321 #: objcopy.c:4105
4322 #, c-format
4323 msgid "%s: invalid reserve value for --heap"
4324 msgstr ""
4325
4326 #: objcopy.c:4111
4327 #, c-format
4328 msgid "%s: invalid commit value for --heap"
4329 msgstr ""
4330
4331 #: objcopy.c:4136
4332 #, c-format
4333 msgid "%s: invalid reserve value for --stack"
4334 msgstr ""
4335
4336 #: objcopy.c:4142
4337 #, c-format
4338 msgid "%s: invalid commit value for --stack"
4339 msgstr ""
4340
4341 #: objcopy.c:4171
4342 msgid "interleave start byte must be set with --byte"
4343 msgstr ""
4344
4345 #: objcopy.c:4174
4346 msgid "byte number must be less than interleave"
4347 msgstr ""
4348
4349 #: objcopy.c:4177
4350 msgid "interleave width must be less than or equal to interleave - byte`"
4351 msgstr ""
4352
4353 #: objcopy.c:4206
4354 #, c-format
4355 msgid "unknown input EFI target: %s"
4356 msgstr ""
4357
4358 #: objcopy.c:4237
4359 #, c-format
4360 msgid "unknown output EFI target: %s"
4361 msgstr ""
4362
4363 #: objcopy.c:4250
4364 #, c-format
4365 msgid "warning: could not locate '%s'.  System error message: %s"
4366 msgstr ""
4367
4368 #: objcopy.c:4262
4369 #, c-format
4370 msgid ""
4371 "warning: could not create temporary file whilst copying '%s', (error: %s)"
4372 msgstr ""
4373
4374 #: objcopy.c:4292 objcopy.c:4306
4375 #, c-format
4376 msgid "%s %s%c0x%s never used"
4377 msgstr ""
4378
4379 #: objdump.c:198
4380 #, c-format
4381 msgid "Usage: %s <option(s)> <file(s)>\n"
4382 msgstr ""
4383
4384 #: objdump.c:199
4385 #, c-format
4386 msgid " Display information from object <file(s)>.\n"
4387 msgstr ""
4388
4389 #: objdump.c:200
4390 #, c-format
4391 msgid " At least one of the following switches must be given:\n"
4392 msgstr ""
4393
4394 #: objdump.c:201
4395 #, c-format
4396 msgid ""
4397 "  -a, --archive-headers    Display archive header information\n"
4398 "  -f, --file-headers       Display the contents of the overall file header\n"
4399 "  -p, --private-headers    Display object format specific file header "
4400 "contents\n"
4401 "  -P, --private=OPT,OPT... Display object format specific contents\n"
4402 "  -h, --[section-]headers  Display the contents of the section headers\n"
4403 "  -x, --all-headers        Display the contents of all headers\n"
4404 "  -d, --disassemble        Display assembler contents of executable "
4405 "sections\n"
4406 "  -D, --disassemble-all    Display assembler contents of all sections\n"
4407 "  -S, --source             Intermix source code with disassembly\n"
4408 "  -s, --full-contents      Display the full contents of all sections "
4409 "requested\n"
4410 "  -g, --debugging          Display debug information in object file\n"
4411 "  -e, --debugging-tags     Display debug information using ctags style\n"
4412 "  -G, --stabs              Display (in raw form) any STABS info in the file\n"
4413 "  -W[lLiaprmfFsoRt] or\n"
4414 "  --dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,"
4415 "=frames,\n"
4416 "          =frames-interp,=str,=loc,=Ranges,=pubtypes,\n"
4417 "          =gdb_index,=trace_info,=trace_abbrev,=trace_aranges,\n"
4418 "          =addr,=cu_index]\n"
4419 "                           Display DWARF info in the file\n"
4420 "  -t, --syms               Display the contents of the symbol table(s)\n"
4421 "  -T, --dynamic-syms       Display the contents of the dynamic symbol table\n"
4422 "  -r, --reloc              Display the relocation entries in the file\n"
4423 "  -R, --dynamic-reloc      Display the dynamic relocation entries in the "
4424 "file\n"
4425 "  @<file>                  Read options from <file>\n"
4426 "  -v, --version            Display this program's version number\n"
4427 "  -i, --info               List object formats and architectures supported\n"
4428 "  -H, --help               Display this information\n"
4429 msgstr ""
4430
4431 #: objdump.c:234
4432 #, c-format
4433 msgid ""
4434 "\n"
4435 " The following switches are optional:\n"
4436 msgstr ""
4437
4438 #: objdump.c:235
4439 #, c-format
4440 msgid ""
4441 "  -b, --target=BFDNAME           Specify the target object format as "
4442 "BFDNAME\n"
4443 "  -m, --architecture=MACHINE     Specify the target architecture as MACHINE\n"
4444 "  -j, --section=NAME             Only display information for section NAME\n"
4445 "  -M, --disassembler-options=OPT Pass text OPT on to the disassembler\n"
4446 "  -EB --endian=big               Assume big endian format when "
4447 "disassembling\n"
4448 "  -EL --endian=little            Assume little endian format when "
4449 "disassembling\n"
4450 "      --file-start-context       Include context from start of file (with -"
4451 "S)\n"
4452 "  -I, --include=DIR              Add DIR to search list for source files\n"
4453 "  -l, --line-numbers             Include line numbers and filenames in "
4454 "output\n"
4455 "  -F, --file-offsets             Include file offsets when displaying "
4456 "information\n"
4457 "  -C, --demangle[=STYLE]         Decode mangled/processed symbol names\n"
4458 "                                  The STYLE, if specified, can be `auto', "
4459 "`gnu',\n"
4460 "                                  `lucid', `arm', `hp', `edg', `gnu-v3', "
4461 "`java'\n"
4462 "                                  or `gnat'\n"
4463 "  -w, --wide                     Format output for more than 80 columns\n"
4464 "  -z, --disassemble-zeroes       Do not skip blocks of zeroes when "
4465 "disassembling\n"
4466 "      --start-address=ADDR       Only process data whose address is >= ADDR\n"
4467 "      --stop-address=ADDR        Only process data whose address is <= ADDR\n"
4468 "      --prefix-addresses         Print complete address alongside "
4469 "disassembly\n"
4470 "      --[no-]show-raw-insn       Display hex alongside symbolic disassembly\n"
4471 "      --insn-width=WIDTH         Display WIDTH bytes on a single line for -"
4472 "d\n"
4473 "      --adjust-vma=OFFSET        Add OFFSET to all displayed section "
4474 "addresses\n"
4475 "      --special-syms             Include special symbols in symbol dumps\n"
4476 "      --prefix=PREFIX            Add PREFIX to absolute paths for -S\n"
4477 "      --prefix-strip=LEVEL       Strip initial directory names for -S\n"
4478 msgstr ""
4479
4480 #: objdump.c:261
4481 #, c-format
4482 msgid ""
4483 "      --dwarf-depth=N        Do not display DIEs at depth N or greater\n"
4484 "      --dwarf-start=N        Display DIEs starting with N, at the same "
4485 "depth\n"
4486 "                             or deeper\n"
4487 "      --dwarf-check          Make additional dwarf internal consistency "
4488 "checks.      \n"
4489 "\n"
4490 msgstr ""
4491
4492 #: objdump.c:275
4493 #, c-format
4494 msgid ""
4495 "\n"
4496 "Options supported for -P/--private switch:\n"
4497 msgstr ""
4498
4499 #: objdump.c:428
4500 #, c-format
4501 msgid "section '%s' mentioned in a -j option, but not found in any input file"
4502 msgstr ""
4503
4504 #: objdump.c:532
4505 #, c-format
4506 msgid "Sections:\n"
4507 msgstr ""
4508
4509 #: objdump.c:535 objdump.c:539
4510 #, c-format
4511 msgid "Idx Name          Size      VMA       LMA       File off  Algn"
4512 msgstr ""
4513
4514 #: objdump.c:541
4515 #, c-format
4516 msgid ""
4517 "Idx Name          Size      VMA               LMA               File off  "
4518 "Algn"
4519 msgstr ""
4520
4521 #: objdump.c:545
4522 #, c-format
4523 msgid "  Flags"
4524 msgstr ""
4525
4526 #: objdump.c:588
4527 #, c-format
4528 msgid "%s: not a dynamic object"
4529 msgstr ""
4530
4531 #: objdump.c:1014 objdump.c:1038
4532 #, c-format
4533 msgid " (File Offset: 0x%lx)"
4534 msgstr ""
4535
4536 #: objdump.c:1680
4537 #, c-format
4538 msgid "disassemble_fn returned length %d"
4539 msgstr ""
4540
4541 #: objdump.c:1994
4542 #, c-format
4543 msgid ""
4544 "\n"
4545 "Disassembly of section %s:\n"
4546 msgstr ""
4547
4548 #: objdump.c:2171
4549 #, c-format
4550 msgid "can't use supplied machine %s"
4551 msgstr ""
4552
4553 #: objdump.c:2190
4554 #, c-format
4555 msgid "can't disassemble for architecture %s\n"
4556 msgstr ""
4557
4558 #: objdump.c:2270 objdump.c:2287
4559 #, c-format
4560 msgid ""
4561 "\n"
4562 "Can't get contents for section '%s'.\n"
4563 msgstr ""
4564
4565 #: objdump.c:2432
4566 #, c-format
4567 msgid ""
4568 "No %s section present\n"
4569 "\n"
4570 msgstr ""
4571
4572 #: objdump.c:2441
4573 #, c-format
4574 msgid "reading %s section of %s failed: %s"
4575 msgstr ""
4576
4577 #: objdump.c:2485
4578 #, c-format
4579 msgid ""
4580 "Contents of %s section:\n"
4581 "\n"
4582 msgstr ""
4583
4584 #: objdump.c:2616
4585 #, c-format
4586 msgid "architecture: %s, "
4587 msgstr ""
4588
4589 #: objdump.c:2619
4590 #, c-format
4591 msgid "flags 0x%08x:\n"
4592 msgstr ""
4593
4594 #: objdump.c:2633
4595 #, c-format
4596 msgid ""
4597 "\n"
4598 "start address 0x"
4599 msgstr ""
4600
4601 #: objdump.c:2659
4602 msgid "option -P/--private not supported by this file"
4603 msgstr ""
4604
4605 #: objdump.c:2683
4606 #, c-format
4607 msgid "target specific dump '%s' not supported"
4608 msgstr ""
4609
4610 #: objdump.c:2747
4611 #, c-format
4612 msgid "Contents of section %s:"
4613 msgstr ""
4614
4615 #: objdump.c:2749
4616 #, c-format
4617 msgid "  (Starting at file offset: 0x%lx)"
4618 msgstr ""
4619
4620 #: objdump.c:2755
4621 msgid "Reading section failed"
4622 msgstr ""
4623
4624 #: objdump.c:2858
4625 #, c-format
4626 msgid "no symbols\n"
4627 msgstr ""
4628
4629 #: objdump.c:2865
4630 #, c-format
4631 msgid "no information for symbol number %ld\n"
4632 msgstr ""
4633
4634 #: objdump.c:2868
4635 #, c-format
4636 msgid "could not determine the type of symbol number %ld\n"
4637 msgstr ""
4638
4639 #: objdump.c:3206
4640 #, c-format
4641 msgid ""
4642 "\n"
4643 "%s:     file format %s\n"
4644 msgstr ""
4645
4646 #: objdump.c:3268
4647 #, c-format
4648 msgid "%s: printing debugging information failed"
4649 msgstr ""
4650
4651 #: objdump.c:3359
4652 #, c-format
4653 msgid "In archive %s:\n"
4654 msgstr ""
4655
4656 #: objdump.c:3361
4657 #, c-format
4658 msgid "In nested archive %s:\n"
4659 msgstr ""
4660
4661 #: objdump.c:3494
4662 msgid "error: the start address should be before the end address"
4663 msgstr ""
4664
4665 #: objdump.c:3499
4666 msgid "error: the stop address should be after the start address"
4667 msgstr ""
4668
4669 #: objdump.c:3511
4670 msgid "error: prefix strip must be non-negative"
4671 msgstr ""
4672
4673 #: objdump.c:3516
4674 msgid "error: instruction width must be positive"
4675 msgstr ""
4676
4677 #: objdump.c:3525
4678 msgid "unrecognized -E option"
4679 msgstr ""
4680
4681 #: objdump.c:3536
4682 #, c-format
4683 msgid "unrecognized --endian type `%s'"
4684 msgstr ""
4685
4686 #: od-macho.c:62
4687 #, c-format
4688 msgid ""
4689 "For Mach-O files:\n"
4690 "  header         Display the file header\n"
4691 "  section        Display the segments and sections commands\n"
4692 "  map            Display the section map\n"
4693 "  load           Display the load commands\n"
4694 "  dysymtab       Display the dynamic symbol table\n"
4695 "  codesign       Display code signature\n"
4696 "  seg_split_info Display segment split info\n"
4697 msgstr ""
4698
4699 #: od-macho.c:265
4700 msgid "Mach-O header:\n"
4701 msgstr ""
4702
4703 #: od-macho.c:266
4704 #, c-format
4705 msgid " magic     : %08lx\n"
4706 msgstr ""
4707
4708 #: od-macho.c:267
4709 #, c-format
4710 msgid " cputype   : %08lx (%s)\n"
4711 msgstr ""
4712
4713 #: od-macho.c:269
4714 #, c-format
4715 msgid " cpusubtype: %08lx\n"
4716 msgstr ""
4717
4718 #: od-macho.c:270
4719 #, c-format
4720 msgid " filetype  : %08lx (%s)\n"
4721 msgstr ""
4722
4723 #: od-macho.c:273
4724 #, c-format
4725 msgid " ncmds     : %08lx (%lu)\n"
4726 msgstr ""
4727
4728 #: od-macho.c:274
4729 #, c-format
4730 msgid " sizeofcmds: %08lx\n"
4731 msgstr ""
4732
4733 #: od-macho.c:275
4734 #, c-format
4735 msgid " flags     : %08lx ("
4736 msgstr ""
4737
4738 #: od-macho.c:277
4739 msgid ")\n"
4740 msgstr ""
4741
4742 #: od-macho.c:278
4743 #, c-format
4744 msgid " reserved  : %08x\n"
4745 msgstr ""
4746
4747 #: od-macho.c:288
4748 msgid "Segments and Sections:\n"
4749 msgstr ""
4750
4751 #: od-macho.c:289
4752 msgid " #: Segment name     Section name     Address\n"
4753 msgstr ""
4754
4755 #: od-macho.c:684 od-macho.c:691 od-macho.c:765 od-macho.c:817
4756 #, c-format
4757 msgid "  [bad block length]\n"
4758 msgstr ""
4759
4760 #: od-macho.c:688
4761 #, c-format
4762 msgid "  %u index entries:\n"
4763 msgstr ""
4764
4765 #: od-macho.c:701
4766 #, c-format
4767 msgid "  index entry %u: type: %08x, offset: %08x\n"
4768 msgstr ""
4769
4770 #: od-macho.c:772
4771 #, c-format
4772 msgid "  version:           %08x\n"
4773 msgstr ""
4774
4775 #: od-macho.c:773
4776 #, c-format
4777 msgid "  flags:             %08x\n"
4778 msgstr ""
4779
4780 #: od-macho.c:774
4781 #, c-format
4782 msgid "  hash offset:       %08x\n"
4783 msgstr ""
4784
4785 #: od-macho.c:776
4786 #, c-format
4787 msgid "  ident offset:      %08x (- %08x)\n"
4788 msgstr ""
4789
4790 #: od-macho.c:778
4791 #, c-format
4792 msgid "   identity: %s\n"
4793 msgstr ""
4794
4795 #: od-macho.c:779
4796 #, c-format
4797 msgid "  nbr special slots: %08x (at offset %08x)\n"
4798 msgstr ""
4799
4800 #: od-macho.c:782
4801 #, c-format
4802 msgid "  nbr code slots:    %08x\n"
4803 msgstr ""
4804
4805 #: od-macho.c:783
4806 #, c-format
4807 msgid "  code limit:        %08x\n"
4808 msgstr ""
4809
4810 #: od-macho.c:784
4811 #, c-format
4812 msgid "  hash size:         %02x\n"
4813 msgstr ""
4814
4815 #: od-macho.c:785
4816 #, c-format
4817 msgid "  hash type:         %02x (%s)\n"
4818 msgstr ""
4819
4820 #: od-macho.c:788
4821 #, c-format
4822 msgid "  spare1:            %02x\n"
4823 msgstr ""
4824
4825 #: od-macho.c:789
4826 #, c-format
4827 msgid "  page size:         %02x\n"
4828 msgstr ""
4829
4830 #: od-macho.c:790
4831 #, c-format
4832 msgid "  spare2:            %08x\n"
4833 msgstr ""
4834
4835 #: od-macho.c:792
4836 #, c-format
4837 msgid "  scatter offset:    %08x\n"
4838 msgstr ""
4839
4840 #: od-macho.c:804
4841 #, c-format
4842 msgid "  [truncated block]\n"
4843 msgstr ""
4844
4845 #: od-macho.c:812
4846 #, c-format
4847 msgid " magic : %08x (%s)\n"
4848 msgstr ""
4849
4850 #: od-macho.c:814
4851 #, c-format
4852 msgid " length: %08x\n"
4853 msgstr ""
4854
4855 #: od-macho.c:845
4856 msgid "cannot read code signature data"
4857 msgstr ""
4858
4859 #: od-macho.c:873
4860 msgid "cannot read segment split info"
4861 msgstr ""
4862
4863 #: od-macho.c:879
4864 msgid "segment split info is not nul terminated"
4865 msgstr ""
4866
4867 #: od-macho.c:887
4868 #, c-format
4869 msgid "  32 bit pointers:\n"
4870 msgstr ""
4871
4872 #: od-macho.c:890
4873 #, c-format
4874 msgid "  64 bit pointers:\n"
4875 msgstr ""
4876
4877 #: od-macho.c:893
4878 #, c-format
4879 msgid "  PPC hi-16:\n"
4880 msgstr ""
4881
4882 #: od-macho.c:896
4883 #, c-format
4884 msgid "  Unhandled location type %u\n"
4885 msgstr ""
4886
4887 #: od-xcoff.c:77
4888 #, c-format
4889 msgid ""
4890 "For XCOFF files:\n"
4891 "  header      Display the file header\n"
4892 "  aout        Display the auxiliary header\n"
4893 "  sections    Display the section headers\n"
4894 "  syms        Display the symbols table\n"
4895 "  relocs      Display the relocation entries\n"
4896 "  lineno      Display the line number entries\n"
4897 "  loader      Display loader section\n"
4898 "  except      Display exception table\n"
4899 "  typchk      Display type-check section\n"
4900 "  traceback   Display traceback tags\n"
4901 "  toc         Display toc symbols\n"
4902 "  ldinfo      Display loader info in core files\n"
4903 msgstr ""
4904
4905 #: od-xcoff.c:419
4906 #, c-format
4907 msgid "  nbr sections:  %d\n"
4908 msgstr ""
4909
4910 #: od-xcoff.c:420
4911 #, c-format
4912 msgid "  time and date: 0x%08x  - "
4913 msgstr ""
4914
4915 #: od-xcoff.c:422
4916 #, c-format
4917 msgid "not set\n"
4918 msgstr ""
4919
4920 #: od-xcoff.c:429
4921 #, c-format
4922 msgid "  symbols off:   0x%08x\n"
4923 msgstr ""
4924
4925 #: od-xcoff.c:430
4926 #, c-format
4927 msgid "  nbr symbols:   %d\n"
4928 msgstr ""
4929
4930 #: od-xcoff.c:431
4931 #, c-format
4932 msgid "  opt hdr sz:    %d\n"
4933 msgstr ""
4934
4935 #: od-xcoff.c:432
4936 #, c-format
4937 msgid "  flags:         0x%04x "
4938 msgstr ""
4939
4940 #: od-xcoff.c:446
4941 #, c-format
4942 msgid "Auxiliary header:\n"
4943 msgstr ""
4944
4945 #: od-xcoff.c:449
4946 #, c-format
4947 msgid "  No aux header\n"
4948 msgstr ""
4949
4950 #: od-xcoff.c:454
4951 #, c-format
4952 msgid "warning: optional header size too large (> %d)\n"
4953 msgstr ""
4954
4955 #: od-xcoff.c:460
4956 msgid "cannot read auxhdr"
4957 msgstr ""
4958
4959 #: od-xcoff.c:525
4960 #, c-format
4961 msgid "Section headers (at %u+%u=0x%08x to 0x%08x):\n"
4962 msgstr ""
4963
4964 #: od-xcoff.c:530
4965 #, c-format
4966 msgid "  No section header\n"
4967 msgstr ""
4968
4969 #: od-xcoff.c:535 od-xcoff.c:547 od-xcoff.c:602
4970 msgid "cannot read section header"
4971 msgstr ""
4972
4973 #: od-xcoff.c:561
4974 #, c-format
4975 msgid "            Flags: %08x "
4976 msgstr ""
4977
4978 #: od-xcoff.c:569
4979 #, c-format
4980 msgid "overflow - nreloc: %u, nlnno: %u\n"
4981 msgstr ""
4982
4983 #: od-xcoff.c:590 od-xcoff.c:925 od-xcoff.c:981
4984 msgid "cannot read section headers"
4985 msgstr ""
4986
4987 #: od-xcoff.c:649
4988 msgid "cannot read strings table length"
4989 msgstr ""
4990
4991 #: od-xcoff.c:665
4992 msgid "cannot read strings table"
4993 msgstr ""
4994
4995 #: od-xcoff.c:673
4996 msgid "cannot read symbol table"
4997 msgstr ""
4998
4999 #: od-xcoff.c:688
5000 msgid "cannot read symbol entry"
5001 msgstr ""
5002
5003 #: od-xcoff.c:723
5004 msgid "cannot read symbol aux entry"
5005 msgstr ""
5006
5007 #: od-xcoff.c:745
5008 #, c-format
5009 msgid "Symbols table (strtable at 0x%08x)"
5010 msgstr ""
5011
5012 #: od-xcoff.c:750
5013 #, c-format
5014 msgid ""
5015 ":\n"
5016 "  No symbols\n"
5017 msgstr ""
5018
5019 #: od-xcoff.c:756
5020 #, c-format
5021 msgid " (no strings):\n"
5022 msgstr ""
5023
5024 #: od-xcoff.c:758
5025 #, c-format
5026 msgid " (strings size: %08x):\n"
5027 msgstr ""
5028
5029 #. Translators: 'sc' is for storage class, 'off' for offset.
5030 #: od-xcoff.c:772
5031 #, c-format
5032 msgid "  # sc         value    section  type aux name/off\n"
5033 msgstr ""
5034
5035 #. Section length, number of relocs and line number.
5036 #: od-xcoff.c:824
5037 #, c-format
5038 msgid "  scnlen: %08x  nreloc: %-6u  nlinno: %-6u\n"
5039 msgstr ""
5040
5041 #. Section length and number of relocs.
5042 #: od-xcoff.c:831
5043 #, c-format
5044 msgid "  scnlen: %08x  nreloc: %-6u\n"
5045 msgstr ""
5046
5047 #: od-xcoff.c:894
5048 #, c-format
5049 msgid "offset: %08x"
5050 msgstr ""
5051
5052 #: od-xcoff.c:937
5053 #, c-format
5054 msgid "Relocations for %s (%u)\n"
5055 msgstr ""
5056
5057 #: od-xcoff.c:940
5058 msgid "cannot read relocations"
5059 msgstr ""
5060
5061 #: od-xcoff.c:953
5062 msgid "cannot read relocation entry"
5063 msgstr ""
5064
5065 #: od-xcoff.c:993
5066 #, c-format
5067 msgid "Line numbers for %s (%u)\n"
5068 msgstr ""
5069
5070 #: od-xcoff.c:996
5071 msgid "cannot read line numbers"
5072 msgstr ""
5073
5074 #. Line number, symbol index and physical address.
5075 #: od-xcoff.c:1000
5076 #, c-format
5077 msgid "lineno  symndx/paddr\n"
5078 msgstr ""
5079
5080 #: od-xcoff.c:1008
5081 msgid "cannot read line number entry"
5082 msgstr ""
5083
5084 #: od-xcoff.c:1051
5085 #, c-format
5086 msgid "no .loader section in file\n"
5087 msgstr ""
5088
5089 #: od-xcoff.c:1057
5090 #, c-format
5091 msgid "section .loader is too short\n"
5092 msgstr ""
5093
5094 #: od-xcoff.c:1064
5095 #, c-format
5096 msgid "Loader header:\n"
5097 msgstr ""
5098
5099 #: od-xcoff.c:1066
5100 #, c-format
5101 msgid "  version:           %u\n"
5102 msgstr ""
5103
5104 #: od-xcoff.c:1069
5105 #, c-format
5106 msgid " Unhandled version\n"
5107 msgstr ""
5108
5109 #: od-xcoff.c:1074
5110 #, c-format
5111 msgid "  nbr symbols:       %u\n"
5112 msgstr ""
5113
5114 #: od-xcoff.c:1076
5115 #, c-format
5116 msgid "  nbr relocs:        %u\n"
5117 msgstr ""
5118
5119 #. Import string table length.
5120 #: od-xcoff.c:1078
5121 #, c-format
5122 msgid "  import strtab len: %u\n"
5123 msgstr ""
5124
5125 #: od-xcoff.c:1081
5126 #, c-format
5127 msgid "  nbr import files:  %u\n"
5128 msgstr ""
5129
5130 #: od-xcoff.c:1083
5131 #, c-format
5132 msgid "  import file off:   %u\n"
5133 msgstr ""
5134
5135 #: od-xcoff.c:1085
5136 #, c-format
5137 msgid "  string table len:  %u\n"
5138 msgstr ""
5139
5140 #: od-xcoff.c:1087
5141 #, c-format
5142 msgid "  string table off:  %u\n"
5143 msgstr ""
5144
5145 #: od-xcoff.c:1090
5146 #, c-format
5147 msgid "Dynamic symbols:\n"
5148 msgstr ""
5149
5150 #: od-xcoff.c:1097
5151 #, c-format
5152 msgid "  %4u %08x %3u "
5153 msgstr ""
5154
5155 #: od-xcoff.c:1110
5156 #, c-format
5157 msgid " %3u %3u "
5158 msgstr ""
5159
5160 #: od-xcoff.c:1119
5161 #, c-format
5162 msgid "(bad offset: %u)"
5163 msgstr ""
5164
5165 #: od-xcoff.c:1126
5166 #, c-format
5167 msgid "Dynamic relocs:\n"
5168 msgstr ""
5169
5170 #: od-xcoff.c:1166
5171 #, c-format
5172 msgid "Import files:\n"
5173 msgstr ""
5174
5175 #: od-xcoff.c:1198
5176 #, c-format
5177 msgid "no .except section in file\n"
5178 msgstr ""
5179
5180 #: od-xcoff.c:1206
5181 #, c-format
5182 msgid "Exception table:\n"
5183 msgstr ""
5184
5185 #: od-xcoff.c:1241
5186 #, c-format
5187 msgid "no .typchk section in file\n"
5188 msgstr ""
5189
5190 #: od-xcoff.c:1248
5191 #, c-format
5192 msgid "Type-check section:\n"
5193 msgstr ""
5194
5195 #: od-xcoff.c:1295
5196 #, c-format
5197 msgid " address beyond section size\n"
5198 msgstr ""
5199
5200 #: od-xcoff.c:1305
5201 #, c-format
5202 msgid " tags at %08x\n"
5203 msgstr ""
5204
5205 #: od-xcoff.c:1383
5206 #, c-format
5207 msgid " number of CTL anchors: %u\n"
5208 msgstr ""
5209
5210 #: od-xcoff.c:1402
5211 #, c-format
5212 msgid " Name (len: %u): "
5213 msgstr ""
5214
5215 #: od-xcoff.c:1405
5216 #, c-format
5217 msgid "[truncated]\n"
5218 msgstr ""
5219
5220 #: od-xcoff.c:1424
5221 #, c-format
5222 msgid " (end of tags at %08x)\n"
5223 msgstr ""
5224
5225 #: od-xcoff.c:1427
5226 #, c-format
5227 msgid " no tags found\n"
5228 msgstr ""
5229
5230 #: od-xcoff.c:1431
5231 #, c-format
5232 msgid " Truncated .text section\n"
5233 msgstr ""
5234
5235 #: od-xcoff.c:1516
5236 #, c-format
5237 msgid "TOC:\n"
5238 msgstr ""
5239
5240 #: od-xcoff.c:1559
5241 #, c-format
5242 msgid "Nbr entries: %-8u Size: %08x (%u)\n"
5243 msgstr ""
5244
5245 #: od-xcoff.c:1643
5246 msgid "cannot read header"
5247 msgstr ""
5248
5249 #: od-xcoff.c:1651
5250 #, c-format
5251 msgid "File header:\n"
5252 msgstr ""
5253
5254 #: od-xcoff.c:1652
5255 #, c-format
5256 msgid "  magic:         0x%04x (0%04o)  "
5257 msgstr ""
5258
5259 #: od-xcoff.c:1656
5260 #, c-format
5261 msgid "(WRMAGIC: writable text segments)"
5262 msgstr ""
5263
5264 #: od-xcoff.c:1659
5265 #, c-format
5266 msgid "(ROMAGIC: readonly sharablee text segments)"
5267 msgstr ""
5268
5269 #: od-xcoff.c:1662
5270 #, c-format
5271 msgid "(TOCMAGIC: readonly text segments and TOC)"
5272 msgstr ""
5273
5274 #: od-xcoff.c:1665
5275 #, c-format
5276 msgid "unknown magic"
5277 msgstr ""
5278
5279 #: od-xcoff.c:1673 od-xcoff.c:1813
5280 #, c-format
5281 msgid "  Unhandled magic\n"
5282 msgstr ""
5283
5284 #: od-xcoff.c:1737
5285 msgid "cannot read loader info table"
5286 msgstr ""
5287
5288 #: od-xcoff.c:1769
5289 #, c-format
5290 msgid ""
5291 "\n"
5292 "ldinfo dump not supported in 32 bits environments\n"
5293 msgstr ""
5294
5295 #: od-xcoff.c:1787
5296 msgid "cannot core read header"
5297 msgstr ""
5298
5299 #: od-xcoff.c:1794
5300 #, c-format
5301 msgid "Core header:\n"
5302 msgstr ""
5303
5304 #: od-xcoff.c:1795
5305 #, c-format
5306 msgid "  version:    0x%08x  "
5307 msgstr ""
5308
5309 #: od-xcoff.c:1799
5310 #, c-format
5311 msgid "(dumpx format - aix4.3 / 32 bits)"
5312 msgstr ""
5313
5314 #: od-xcoff.c:1802
5315 #, c-format
5316 msgid "(dumpxx format - aix5.0 / 64 bits)"
5317 msgstr ""
5318
5319 #: od-xcoff.c:1805
5320 #, c-format
5321 msgid "unknown format"
5322 msgstr ""
5323
5324 #: rclex.c:197
5325 msgid "invalid value specified for pragma code_page.\n"
5326 msgstr ""
5327
5328 #: rdcoff.c:198
5329 #, c-format
5330 msgid "parse_coff_type: Bad type code 0x%x"
5331 msgstr ""
5332
5333 #: rdcoff.c:406 rdcoff.c:511 rdcoff.c:699
5334 #, c-format
5335 msgid "bfd_coff_get_syment failed: %s"
5336 msgstr ""
5337
5338 #: rdcoff.c:422 rdcoff.c:719
5339 #, c-format
5340 msgid "bfd_coff_get_auxent failed: %s"
5341 msgstr ""
5342
5343 #: rdcoff.c:786
5344 #, c-format
5345 msgid "%ld: .bf without preceding function"
5346 msgstr ""
5347
5348 #: rdcoff.c:836
5349 #, c-format
5350 msgid "%ld: unexpected .ef\n"
5351 msgstr ""
5352
5353 #: rddbg.c:88
5354 #, c-format
5355 msgid "%s: no recognized debugging information"
5356 msgstr ""
5357
5358 #: rddbg.c:402
5359 #, c-format
5360 msgid "Last stabs entries before error:\n"
5361 msgstr ""
5362
5363 #: readelf.c:277
5364 msgid "<none>"
5365 msgstr ""
5366
5367 #: readelf.c:278
5368 msgid "<no-name>"
5369 msgstr ""
5370
5371 #: readelf.c:318
5372 #, c-format
5373 msgid "Unable to seek to 0x%lx for %s\n"
5374 msgstr ""
5375
5376 #: readelf.c:333
5377 #, c-format
5378 msgid "Out of memory allocating 0x%lx bytes for %s\n"
5379 msgstr ""
5380
5381 #: readelf.c:343
5382 #, c-format
5383 msgid "Unable to read in 0x%lx bytes of %s\n"
5384 msgstr ""
5385
5386 #: readelf.c:678
5387 msgid "Don't know about relocations on this machine architecture\n"
5388 msgstr ""
5389
5390 #: readelf.c:699 readelf.c:797
5391 msgid "32-bit relocation data"
5392 msgstr ""
5393
5394 #: readelf.c:711 readelf.c:741 readelf.c:808 readelf.c:837
5395 msgid "out of memory parsing relocs\n"
5396 msgstr ""
5397
5398 #: readelf.c:729 readelf.c:826
5399 msgid "64-bit relocation data"
5400 msgstr ""
5401
5402 #: readelf.c:953
5403 #, c-format
5404 msgid ""
5405 " Offset     Info    Type                Sym. Value  Symbol's Name + Addend\n"
5406 msgstr ""
5407
5408 #: readelf.c:955
5409 #, c-format
5410 msgid " Offset     Info    Type            Sym.Value  Sym. Name + Addend\n"
5411 msgstr ""
5412
5413 #: readelf.c:960
5414 #, c-format
5415 msgid " Offset     Info    Type                Sym. Value  Symbol's Name\n"
5416 msgstr ""
5417
5418 #: readelf.c:962
5419 #, c-format
5420 msgid " Offset     Info    Type            Sym.Value  Sym. Name\n"
5421 msgstr ""
5422
5423 #: readelf.c:970
5424 #, c-format
5425 msgid ""
5426 "    Offset             Info             Type               Symbol's Value  "
5427 "Symbol's Name + Addend\n"
5428 msgstr ""
5429
5430 #: readelf.c:972
5431 #, c-format
5432 msgid ""
5433 "  Offset          Info           Type           Sym. Value    Sym. Name + "
5434 "Addend\n"
5435 msgstr ""
5436
5437 #: readelf.c:977
5438 #, c-format
5439 msgid ""
5440 "    Offset             Info             Type               Symbol's Value  "
5441 "Symbol's Name\n"
5442 msgstr ""
5443
5444 #: readelf.c:979
5445 #, c-format
5446 msgid ""
5447 "  Offset          Info           Type           Sym. Value    Sym. Name\n"
5448 msgstr ""
5449
5450 #: readelf.c:1327 readelf.c:1491 readelf.c:1499
5451 #, c-format
5452 msgid "unrecognized: %-7lx"
5453 msgstr ""
5454
5455 #: readelf.c:1352
5456 #, c-format
5457 msgid "<unknown addend: %lx>"
5458 msgstr ""
5459
5460 #: readelf.c:1359
5461 #, c-format
5462 msgid " bad symbol index: %08lx"
5463 msgstr ""
5464
5465 #: readelf.c:1445
5466 #, c-format
5467 msgid "<string table index: %3ld>"
5468 msgstr ""
5469
5470 #: readelf.c:1447
5471 #, c-format
5472 msgid "<corrupt string table index: %3ld>"
5473 msgstr ""
5474
5475 #: readelf.c:1858
5476 #, c-format
5477 msgid "Processor Specific: %lx"
5478 msgstr ""
5479
5480 #: readelf.c:1882
5481 #, c-format
5482 msgid "Operating System specific: %lx"
5483 msgstr ""
5484
5485 #: readelf.c:1886 readelf.c:3315
5486 #, c-format
5487 msgid "<unknown>: %lx"
5488 msgstr ""
5489
5490 #: readelf.c:1899
5491 msgid "NONE (None)"
5492 msgstr ""
5493
5494 #: readelf.c:1900
5495 msgid "REL (Relocatable file)"
5496 msgstr ""
5497
5498 #: readelf.c:1901
5499 msgid "EXEC (Executable file)"
5500 msgstr ""
5501
5502 #: readelf.c:1902
5503 msgid "DYN (Shared object file)"
5504 msgstr ""
5505
5506 #: readelf.c:1903
5507 msgid "CORE (Core file)"
5508 msgstr ""
5509
5510 #: readelf.c:1907
5511 #, c-format
5512 msgid "Processor Specific: (%x)"
5513 msgstr ""
5514
5515 #: readelf.c:1909
5516 #, c-format
5517 msgid "OS Specific: (%x)"
5518 msgstr ""
5519
5520 #: readelf.c:1911
5521 #, c-format
5522 msgid "<unknown>: %x"
5523 msgstr ""
5524
5525 #: readelf.c:1923
5526 msgid "None"
5527 msgstr ""
5528
5529 #: readelf.c:2096
5530 #, c-format
5531 msgid "<unknown>: 0x%x"
5532 msgstr ""
5533
5534 #: readelf.c:2313
5535 msgid ", <unknown>"
5536 msgstr ""
5537
5538 #: readelf.c:2600 readelf.c:8067
5539 msgid "unknown"
5540 msgstr ""
5541
5542 #: readelf.c:2601
5543 msgid "unknown mac"
5544 msgstr ""
5545
5546 #: readelf.c:2665
5547 msgid ", relocatable"
5548 msgstr ""
5549
5550 #: readelf.c:2668
5551 msgid ", relocatable-lib"
5552 msgstr ""
5553
5554 #: readelf.c:2754
5555 msgid ", unknown v850 architecture variant"
5556 msgstr ""
5557
5558 #: readelf.c:2818
5559 msgid ", unknown CPU"
5560 msgstr ""
5561
5562 #: readelf.c:2833
5563 msgid ", unknown ABI"
5564 msgstr ""
5565
5566 #: readelf.c:2856 readelf.c:2888
5567 msgid ", unknown ISA"
5568 msgstr ""
5569
5570 #: readelf.c:3034
5571 msgid ": architecture variant: "
5572 msgstr ""
5573
5574 #: readelf.c:3053
5575 msgid ": unknown"
5576 msgstr ""
5577
5578 #: readelf.c:3057
5579 msgid ": unknown extra flag bits also present"
5580 msgstr ""
5581
5582 #: readelf.c:3103
5583 msgid "Standalone App"
5584 msgstr ""
5585
5586 #: readelf.c:3112
5587 msgid "Bare-metal C6000"
5588 msgstr ""
5589
5590 #: readelf.c:3122 readelf.c:3965 readelf.c:3981
5591 #, c-format
5592 msgid "<unknown: %x>"
5593 msgstr ""
5594
5595 #. This message is probably going to be displayed in a 15
5596 #. character wide field, so put the hex value first.
5597 #: readelf.c:3596
5598 #, c-format
5599 msgid "%08x: <unknown>"
5600 msgstr ""
5601
5602 #: readelf.c:3653
5603 #, c-format
5604 msgid "Usage: readelf <option(s)> elf-file(s)\n"
5605 msgstr ""
5606
5607 #: readelf.c:3654
5608 #, c-format
5609 msgid " Display information about the contents of ELF format files\n"
5610 msgstr ""
5611
5612 #: readelf.c:3655
5613 #, c-format
5614 msgid ""
5615 " Options are:\n"
5616 "  -a --all               Equivalent to: -h -l -S -s -r -d -V -A -I\n"
5617 "  -h --file-header       Display the ELF file header\n"
5618 "  -l --program-headers   Display the program headers\n"
5619 "     --segments          An alias for --program-headers\n"
5620 "  -S --section-headers   Display the sections' header\n"
5621 "     --sections          An alias for --section-headers\n"
5622 "  -g --section-groups    Display the section groups\n"
5623 "  -t --section-details   Display the section details\n"
5624 "  -e --headers           Equivalent to: -h -l -S\n"
5625 "  -s --syms              Display the symbol table\n"
5626 "     --symbols           An alias for --syms\n"
5627 "  --dyn-syms             Display the dynamic symbol table\n"
5628 "  -n --notes             Display the core notes (if present)\n"
5629 "  -r --relocs            Display the relocations (if present)\n"
5630 "  -u --unwind            Display the unwind info (if present)\n"
5631 "  -d --dynamic           Display the dynamic section (if present)\n"
5632 "  -V --version-info      Display the version sections (if present)\n"
5633 "  -A --arch-specific     Display architecture specific information (if any)\n"
5634 "  -c --archive-index     Display the symbol/file index in an archive\n"
5635 "  -D --use-dynamic       Use the dynamic section info when displaying "
5636 "symbols\n"
5637 "  -x --hex-dump=<number|name>\n"
5638 "                         Dump the contents of section <number|name> as "
5639 "bytes\n"
5640 "  -p --string-dump=<number|name>\n"
5641 "                         Dump the contents of section <number|name> as "
5642 "strings\n"
5643 "  -R --relocated-dump=<number|name>\n"
5644 "                         Dump the contents of section <number|name> as "
5645 "relocated bytes\n"
5646 "  -w[lLiaprmfFsoRt] or\n"
5647 "  --debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,"
5648 "=frames,\n"
5649 "               =frames-interp,=str,=loc,=Ranges,=pubtypes,\n"
5650 "               =gdb_index,=trace_info,=trace_abbrev,=trace_aranges,\n"
5651 "               =addr,=cu_index]\n"
5652 "                         Display the contents of DWARF2 debug sections\n"
5653 msgstr ""
5654
5655 #: readelf.c:3688
5656 #, c-format
5657 msgid ""
5658 "  --dwarf-depth=N        Do not display DIEs at depth N or greater\n"
5659 "  --dwarf-start=N        Display DIEs starting with N, at the same depth\n"
5660 "                         or deeper\n"
5661 msgstr ""
5662
5663 #: readelf.c:3693
5664 #, c-format
5665 msgid ""
5666 "  -i --instruction-dump=<number|name>\n"
5667 "                         Disassemble the contents of section <number|name>\n"
5668 msgstr ""
5669
5670 #: readelf.c:3697
5671 #, c-format
5672 msgid ""
5673 "  -I --histogram         Display histogram of bucket list lengths\n"
5674 "  -W --wide              Allow output width to exceed 80 characters\n"
5675 "  @<file>                Read options from <file>\n"
5676 "  -H --help              Display this information\n"
5677 "  -v --version           Display the version number of readelf\n"
5678 msgstr ""
5679
5680 #: readelf.c:3726 readelf.c:3755 readelf.c:3759 readelf.c:14691
5681 msgid "Out of memory allocating dump request table.\n"
5682 msgstr ""
5683
5684 #: readelf.c:3934
5685 #, c-format
5686 msgid "Invalid option '-%c'\n"
5687 msgstr ""
5688
5689 #: readelf.c:3949
5690 msgid "Nothing to do.\n"
5691 msgstr ""
5692
5693 #: readelf.c:3961 readelf.c:3977 readelf.c:8710
5694 msgid "none"
5695 msgstr ""
5696
5697 #: readelf.c:3978
5698 msgid "2's complement, little endian"
5699 msgstr ""
5700
5701 #: readelf.c:3979
5702 msgid "2's complement, big endian"
5703 msgstr ""
5704
5705 #: readelf.c:3997
5706 msgid "Not an ELF file - it has the wrong magic bytes at the start\n"
5707 msgstr ""
5708
5709 #: readelf.c:4007
5710 #, c-format
5711 msgid "ELF Header:\n"
5712 msgstr ""
5713
5714 #: readelf.c:4008
5715 #, c-format
5716 msgid "  Magic:   "
5717 msgstr ""
5718
5719 #: readelf.c:4012
5720 #, c-format
5721 msgid "  Class:                             %s\n"
5722 msgstr ""
5723
5724 #: readelf.c:4014
5725 #, c-format
5726 msgid "  Data:                              %s\n"
5727 msgstr ""
5728
5729 #: readelf.c:4016
5730 #, c-format
5731 msgid "  Version:                           %d %s\n"
5732 msgstr ""
5733
5734 #: readelf.c:4021
5735 #, c-format
5736 msgid "<unknown: %lx>"
5737 msgstr ""
5738
5739 #: readelf.c:4023
5740 #, c-format
5741 msgid "  OS/ABI:                            %s\n"
5742 msgstr ""
5743
5744 #: readelf.c:4025
5745 #, c-format
5746 msgid "  ABI Version:                       %d\n"
5747 msgstr ""
5748
5749 #: readelf.c:4027
5750 #, c-format
5751 msgid "  Type:                              %s\n"
5752 msgstr ""
5753
5754 #: readelf.c:4029
5755 #, c-format
5756 msgid "  Machine:                           %s\n"
5757 msgstr ""
5758
5759 #: readelf.c:4031
5760 #, c-format
5761 msgid "  Version:                           0x%lx\n"
5762 msgstr ""
5763
5764 #: readelf.c:4034
5765 #, c-format
5766 msgid "  Entry point address:               "
5767 msgstr ""
5768
5769 #: readelf.c:4036
5770 #, c-format
5771 msgid ""
5772 "\n"
5773 "  Start of program headers:          "
5774 msgstr ""
5775
5776 #: readelf.c:4038
5777 #, c-format
5778 msgid ""
5779 " (bytes into file)\n"
5780 "  Start of section headers:          "
5781 msgstr ""
5782
5783 #: readelf.c:4040
5784 #, c-format
5785 msgid " (bytes into file)\n"
5786 msgstr ""
5787
5788 #: readelf.c:4042
5789 #, c-format
5790 msgid "  Flags:                             0x%lx%s\n"
5791 msgstr ""
5792
5793 #: readelf.c:4045
5794 #, c-format
5795 msgid "  Size of this header:               %ld (bytes)\n"
5796 msgstr ""
5797
5798 #: readelf.c:4047
5799 #, c-format
5800 msgid "  Size of program headers:           %ld (bytes)\n"
5801 msgstr ""
5802
5803 #: readelf.c:4049
5804 #, c-format
5805 msgid "  Number of program headers:         %ld"
5806 msgstr ""
5807
5808 #: readelf.c:4056
5809 #, c-format
5810 msgid "  Size of section headers:           %ld (bytes)\n"
5811 msgstr ""
5812
5813 #: readelf.c:4058
5814 #, c-format
5815 msgid "  Number of section headers:         %ld"
5816 msgstr ""
5817
5818 #: readelf.c:4063
5819 #, c-format
5820 msgid "  Section header string table index: %ld"
5821 msgstr ""
5822
5823 #: readelf.c:4070
5824 #, c-format
5825 msgid " <corrupt: out of range>"
5826 msgstr ""
5827
5828 #: readelf.c:4104 readelf.c:4138
5829 msgid "program headers"
5830 msgstr ""
5831
5832 #: readelf.c:4205
5833 msgid ""
5834 "possibly corrupt ELF header - it has a non-zero program header offset, but "
5835 "no program headers"
5836 msgstr ""
5837
5838 #: readelf.c:4208
5839 #, c-format
5840 msgid ""
5841 "\n"
5842 "There are no program headers in this file.\n"
5843 msgstr ""
5844
5845 #: readelf.c:4214
5846 #, c-format
5847 msgid ""
5848 "\n"
5849 "Elf file type is %s\n"
5850 msgstr ""
5851
5852 #: readelf.c:4215
5853 #, c-format
5854 msgid "Entry point "
5855 msgstr ""
5856
5857 #: readelf.c:4217
5858 #, c-format
5859 msgid ""
5860 "\n"
5861 "There are %d program headers, starting at offset "
5862 msgstr ""
5863
5864 #: readelf.c:4229 readelf.c:4231
5865 #, c-format
5866 msgid ""
5867 "\n"
5868 "Program Headers:\n"
5869 msgstr ""
5870
5871 #: readelf.c:4235
5872 #, c-format
5873 msgid ""
5874 "  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align\n"
5875 msgstr ""
5876
5877 #: readelf.c:4238
5878 #, c-format
5879 msgid ""
5880 "  Type           Offset   VirtAddr           PhysAddr           FileSiz  "
5881 "MemSiz   Flg Align\n"
5882 msgstr ""
5883
5884 #: readelf.c:4242
5885 #, c-format
5886 msgid "  Type           Offset             VirtAddr           PhysAddr\n"
5887 msgstr ""
5888
5889 #: readelf.c:4244
5890 #, c-format
5891 msgid "                 FileSiz            MemSiz              Flags  Align\n"
5892 msgstr ""
5893
5894 #: readelf.c:4337
5895 msgid "more than one dynamic segment\n"
5896 msgstr ""
5897
5898 #: readelf.c:4356
5899 msgid "no .dynamic section in the dynamic segment\n"
5900 msgstr ""
5901
5902 #: readelf.c:4371
5903 msgid "the .dynamic section is not contained within the dynamic segment\n"
5904 msgstr ""
5905
5906 #: readelf.c:4374
5907 msgid "the .dynamic section is not the first section in the dynamic segment.\n"
5908 msgstr ""
5909
5910 #: readelf.c:4382
5911 msgid "Unable to find program interpreter name\n"
5912 msgstr ""
5913
5914 #: readelf.c:4389
5915 msgid ""
5916 "Internal error: failed to create format string to display program "
5917 "interpreter\n"
5918 msgstr ""
5919
5920 #: readelf.c:4393
5921 msgid "Unable to read program interpreter name\n"
5922 msgstr ""
5923
5924 #: readelf.c:4396
5925 #, c-format
5926 msgid ""
5927 "\n"
5928 "      [Requesting program interpreter: %s]"
5929 msgstr ""
5930
5931 #: readelf.c:4408
5932 #, c-format
5933 msgid ""
5934 "\n"
5935 " Section to Segment mapping:\n"
5936 msgstr ""
5937
5938 #: readelf.c:4409
5939 #, c-format
5940 msgid "  Segment Sections...\n"
5941 msgstr ""
5942
5943 #: readelf.c:4445
5944 msgid "Cannot interpret virtual addresses without program headers.\n"
5945 msgstr ""
5946
5947 #: readelf.c:4461
5948 #, c-format
5949 msgid "Virtual address 0x%lx not located in any PT_LOAD segment.\n"
5950 msgstr ""
5951
5952 #: readelf.c:4476 readelf.c:4519
5953 msgid "section headers"
5954 msgstr ""
5955
5956 #: readelf.c:4568 readelf.c:4648
5957 msgid "sh_entsize is zero\n"
5958 msgstr ""
5959
5960 #: readelf.c:4576 readelf.c:4656
5961 msgid "Invalid sh_entsize\n"
5962 msgstr ""
5963
5964 #: readelf.c:4581 readelf.c:4661
5965 msgid "symbols"
5966 msgstr ""
5967
5968 #: readelf.c:4593 readelf.c:4672
5969 msgid "symbol table section indicies"
5970 msgstr ""
5971
5972 #: readelf.c:4933
5973 #, c-format
5974 msgid "UNKNOWN (%*.*lx)"
5975 msgstr ""
5976
5977 #: readelf.c:4955
5978 msgid ""
5979 "possibly corrupt ELF file header - it has a non-zero section header offset, "
5980 "but no section headers\n"
5981 msgstr ""
5982
5983 #: readelf.c:4958
5984 #, c-format
5985 msgid ""
5986 "\n"
5987 "There are no sections in this file.\n"
5988 msgstr ""
5989
5990 #: readelf.c:4964
5991 #, c-format
5992 msgid "There are %d section headers, starting at offset 0x%lx:\n"
5993 msgstr ""
5994
5995 #: readelf.c:4985 readelf.c:5582 readelf.c:5994 readelf.c:6302 readelf.c:6713
5996 #: readelf.c:7674 readelf.c:9875
5997 msgid "string table"
5998 msgstr ""
5999
6000 #: readelf.c:5052
6001 msgid "Section %d has invalid sh_entsize of %"
6002 msgstr ""
6003
6004 #: readelf.c:5054
6005 #, c-format
6006 msgid "(Using the expected size of %d for the rest of this dump)\n"
6007 msgstr ""
6008
6009 #: readelf.c:5075
6010 msgid "File contains multiple dynamic symbol tables\n"
6011 msgstr ""
6012
6013 #: readelf.c:5087
6014 msgid "File contains multiple dynamic string tables\n"
6015 msgstr ""
6016
6017 #: readelf.c:5093
6018 msgid "dynamic strings"
6019 msgstr ""
6020
6021 #: readelf.c:5100
6022 msgid "File contains multiple symtab shndx tables\n"
6023 msgstr ""
6024
6025 #: readelf.c:5178
6026 #, c-format
6027 msgid ""
6028 "\n"
6029 "Section Headers:\n"
6030 msgstr ""
6031
6032 #: readelf.c:5180
6033 #, c-format
6034 msgid ""
6035 "\n"
6036 "Section Header:\n"
6037 msgstr ""
6038
6039 #: readelf.c:5186 readelf.c:5197 readelf.c:5208
6040 #, c-format
6041 msgid "  [Nr] Name\n"
6042 msgstr ""
6043
6044 #: readelf.c:5187
6045 #, c-format
6046 msgid "       Type            Addr     Off    Size   ES   Lk Inf Al\n"
6047 msgstr ""
6048
6049 #: readelf.c:5191
6050 #, c-format
6051 msgid ""
6052 "  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk "
6053 "Inf Al\n"
6054 msgstr ""
6055
6056 #: readelf.c:5198
6057 #, c-format
6058 msgid "       Type            Address          Off    Size   ES   Lk Inf Al\n"
6059 msgstr ""
6060
6061 #: readelf.c:5202
6062 #, c-format
6063 msgid ""
6064 "  [Nr] Name              Type            Address          Off    Size   ES "
6065 "Flg Lk Inf Al\n"
6066 msgstr ""
6067
6068 #: readelf.c:5209
6069 #, c-format
6070 msgid "       Type              Address          Offset            Link\n"
6071 msgstr ""
6072
6073 #: readelf.c:5210
6074 #, c-format
6075 msgid "       Size              EntSize          Info              Align\n"
6076 msgstr ""
6077
6078 #: readelf.c:5214
6079 #, c-format
6080 msgid "  [Nr] Name              Type             Address           Offset\n"
6081 msgstr ""
6082
6083 #: readelf.c:5215
6084 #, c-format
6085 msgid "       Size              EntSize          Flags  Link  Info  Align\n"
6086 msgstr ""
6087
6088 #: readelf.c:5220
6089 #, c-format
6090 msgid "       Flags\n"
6091 msgstr ""
6092
6093 #: readelf.c:5298
6094 #, c-format
6095 msgid "section %u: sh_link value of %u is larger than the number of sections\n"
6096 msgstr ""
6097
6098 #: readelf.c:5398
6099 #, c-format
6100 msgid ""
6101 "Key to Flags:\n"
6102 "  W (write), A (alloc), X (execute), M (merge), S (strings), l (large)\n"
6103 "  I (info), L (link order), G (group), T (TLS), E (exclude), x (unknown)\n"
6104 "  O (extra OS processing required) o (OS specific), p (processor specific)\n"
6105 msgstr ""
6106
6107 #: readelf.c:5403
6108 #, c-format
6109 msgid ""
6110 "Key to Flags:\n"
6111 "  W (write), A (alloc), X (execute), M (merge), S (strings)\n"
6112 "  I (info), L (link order), G (group), T (TLS), E (exclude), x (unknown)\n"
6113 "  O (extra OS processing required) o (OS specific), p (processor specific)\n"
6114 msgstr ""
6115
6116 #: readelf.c:5425
6117 #, c-format
6118 msgid "[<unknown>: 0x%x] "
6119 msgstr ""
6120
6121 #: readelf.c:5451
6122 #, c-format
6123 msgid ""
6124 "\n"
6125 "There are no sections to group in this file.\n"
6126 msgstr ""
6127
6128 #: readelf.c:5458
6129 msgid "Section headers are not available!\n"
6130 msgstr ""
6131
6132 #: readelf.c:5483
6133 #, c-format
6134 msgid ""
6135 "\n"
6136 "There are no section groups in this file.\n"
6137 msgstr ""
6138
6139 #: readelf.c:5521
6140 #, c-format
6141 msgid "Bad sh_link in group section `%s'\n"
6142 msgstr ""
6143
6144 #: readelf.c:5535
6145 #, c-format
6146 msgid "Corrupt header in group section `%s'\n"
6147 msgstr ""
6148
6149 #: readelf.c:5541 readelf.c:5552
6150 #, c-format
6151 msgid "Bad sh_info in group section `%s'\n"
6152 msgstr ""
6153
6154 #: readelf.c:5591
6155 msgid "section data"
6156 msgstr ""
6157
6158 #: readelf.c:5602
6159 #, c-format
6160 msgid ""
6161 "\n"
6162 "%sgroup section [%5u] `%s' [%s] contains %u sections:\n"
6163 msgstr ""
6164
6165 #: readelf.c:5605
6166 #, c-format
6167 msgid "   [Index]    Name\n"
6168 msgstr ""
6169
6170 #: readelf.c:5619
6171 #, c-format
6172 msgid "section [%5u] in group section [%5u] > maximum section [%5u]\n"
6173 msgstr ""
6174
6175 #: readelf.c:5628
6176 #, c-format
6177 msgid "section [%5u] in group section [%5u] already in group section [%5u]\n"
6178 msgstr ""
6179
6180 #: readelf.c:5641
6181 #, c-format
6182 msgid "section 0 in group section [%5u]\n"
6183 msgstr ""
6184
6185 #: readelf.c:5708
6186 msgid "dynamic section image fixups"
6187 msgstr ""
6188
6189 #: readelf.c:5720
6190 #, c-format
6191 msgid ""
6192 "\n"
6193 "Image fixups for needed library #%d: %s - ident: %lx\n"
6194 msgstr ""
6195
6196 #: readelf.c:5723
6197 #, c-format
6198 msgid "Seg Offset           Type                             SymVec DataType\n"
6199 msgstr ""
6200
6201 #: readelf.c:5755
6202 msgid "dynamic section image relocations"
6203 msgstr ""
6204
6205 #: readelf.c:5759
6206 #, c-format
6207 msgid ""
6208 "\n"
6209 "Image relocs\n"
6210 msgstr ""
6211
6212 #: readelf.c:5761
6213 #, c-format
6214 msgid ""
6215 "Seg Offset   Type                            Addend            Seg Sym Off\n"
6216 msgstr ""
6217
6218 #: readelf.c:5816
6219 msgid "dynamic string section"
6220 msgstr ""
6221
6222 #: readelf.c:5917
6223 #, c-format
6224 msgid ""
6225 "\n"
6226 "'%s' relocation section at offset 0x%lx contains %ld bytes:\n"
6227 msgstr ""
6228
6229 #: readelf.c:5932
6230 #, c-format
6231 msgid ""
6232 "\n"
6233 "There are no dynamic relocations in this file.\n"
6234 msgstr ""
6235
6236 #: readelf.c:5956
6237 #, c-format
6238 msgid ""
6239 "\n"
6240 "Relocation section "
6241 msgstr ""
6242
6243 #: readelf.c:5963 readelf.c:6395 readelf.c:6730
6244 #, c-format
6245 msgid " at offset 0x%lx contains %lu entries:\n"
6246 msgstr ""
6247
6248 #: readelf.c:6013
6249 #, c-format
6250 msgid ""
6251 "\n"
6252 "There are no relocations in this file.\n"
6253 msgstr ""
6254
6255 #: readelf.c:6153
6256 #, c-format
6257 msgid "\tUnknown version.\n"
6258 msgstr ""
6259
6260 #: readelf.c:6206 readelf.c:6577
6261 msgid "unwind table"
6262 msgstr ""
6263
6264 #: readelf.c:6248 readelf.c:6659 readelf.c:6942 readelf.c:6955
6265 #, c-format
6266 msgid "Skipping unexpected relocation type %s\n"
6267 msgstr ""
6268
6269 #: readelf.c:6310 readelf.c:6721 readelf.c:7682
6270 #, c-format
6271 msgid ""
6272 "\n"
6273 "There are no unwind sections in this file.\n"
6274 msgstr ""
6275
6276 #: readelf.c:6373
6277 #, c-format
6278 msgid ""
6279 "\n"
6280 "Could not find unwind info section for "
6281 msgstr ""
6282
6283 #: readelf.c:6378 readelf.c:6393 readelf.c:6728
6284 #, c-format
6285 msgid "'%s'"
6286 msgstr ""
6287
6288 #: readelf.c:6385
6289 msgid "unwind info"
6290 msgstr ""
6291
6292 #: readelf.c:6388 readelf.c:6727
6293 #, c-format
6294 msgid ""
6295 "\n"
6296 "Unwind section "
6297 msgstr ""
6298
6299 #: readelf.c:6849
6300 msgid "unwind data"
6301 msgstr ""
6302
6303 #: readelf.c:6908
6304 #, c-format
6305 msgid "Skipping unexpected relocation at offset 0x%lx\n"
6306 msgstr ""
6307
6308 #: readelf.c:7023
6309 #, c-format
6310 msgid "[Truncated opcode]\n"
6311 msgstr ""
6312
6313 #: readelf.c:7067 readelf.c:7267
6314 #, c-format
6315 msgid "Refuse to unwind"
6316 msgstr ""
6317
6318 #: readelf.c:7090
6319 #, c-format
6320 msgid "     [Reserved]"
6321 msgstr ""
6322
6323 #: readelf.c:7118
6324 #, c-format
6325 msgid "     finish"
6326 msgstr ""
6327
6328 #: readelf.c:7123 readelf.c:7209
6329 #, c-format
6330 msgid "[Spare]"
6331 msgstr ""
6332
6333 #: readelf.c:7230 readelf.c:7366
6334 #, c-format
6335 msgid "     [unsupported opcode]"
6336 msgstr ""
6337
6338 #: readelf.c:7315
6339 #, c-format
6340 msgid "pop frame {"
6341 msgstr ""
6342
6343 #: readelf.c:7326
6344 msgid "[pad]"
6345 msgstr ""
6346
6347 #: readelf.c:7355
6348 #, c-format
6349 msgid "sp = sp + %ld"
6350 msgstr ""
6351
6352 #: readelf.c:7421
6353 #, c-format
6354 msgid "  Personality routine: "
6355 msgstr ""
6356
6357 #: readelf.c:7453
6358 #, c-format
6359 msgid "  [Truncated data]\n"
6360 msgstr ""
6361
6362 #: readelf.c:7476
6363 #, c-format
6364 msgid "Corrupt ARM compact model table entry: %x \n"
6365 msgstr ""
6366
6367 #: readelf.c:7479
6368 #, c-format
6369 msgid "  Compact model index: %d\n"
6370 msgstr ""
6371
6372 #: readelf.c:7504
6373 msgid "Unknown ARM compact model index encountered\n"
6374 msgstr ""
6375
6376 #: readelf.c:7505
6377 #, c-format
6378 msgid "  [reserved]\n"
6379 msgstr ""
6380
6381 #: readelf.c:7518
6382 #, c-format
6383 msgid "  Restore stack from frame pointer\n"
6384 msgstr ""
6385
6386 #: readelf.c:7520
6387 #, c-format
6388 msgid "  Stack increment %d\n"
6389 msgstr ""
6390
6391 #: readelf.c:7521
6392 #, c-format
6393 msgid "  Registers restored: "
6394 msgstr ""
6395
6396 #: readelf.c:7526
6397 #, c-format
6398 msgid "  Return register: %s\n"
6399 msgstr ""
6400
6401 #: readelf.c:7530
6402 #, c-format
6403 msgid "  [reserved (%d)]\n"
6404 msgstr ""
6405
6406 #: readelf.c:7534
6407 #, c-format
6408 msgid "Unsupported architecture type %d encountered when decoding unwind table"
6409 msgstr ""
6410
6411 #: readelf.c:7573
6412 #, c-format
6413 msgid "corrupt index table entry: %x\n"
6414 msgstr ""
6415
6416 #: readelf.c:7616
6417 #, c-format
6418 msgid "Could not locate .ARM.extab section containing 0x%lx.\n"
6419 msgstr ""
6420
6421 #: readelf.c:7654
6422 #, c-format
6423 msgid ""
6424 "Unsupported architecture type %d encountered when processing unwind table"
6425 msgstr ""
6426
6427 #: readelf.c:7688
6428 #, c-format
6429 msgid ""
6430 "\n"
6431 "Unwind table index '%s' at offset 0x%lx contains %lu entries:\n"
6432 msgstr ""
6433
6434 #: readelf.c:7730
6435 #, c-format
6436 msgid ""
6437 "\n"
6438 "The decoding of unwind sections for machine type %s is not currently "
6439 "supported.\n"
6440 msgstr ""
6441
6442 #: readelf.c:7741
6443 #, c-format
6444 msgid "NONE"
6445 msgstr ""
6446
6447 #: readelf.c:7766
6448 #, c-format
6449 msgid "Interface Version: %s"
6450 msgstr ""
6451
6452 #: readelf.c:7768
6453 msgid "<corrupt: %"
6454 msgstr ""
6455
6456 #: readelf.c:7781
6457 #, c-format
6458 msgid "Time Stamp: %s"
6459 msgstr ""
6460
6461 #: readelf.c:7959 readelf.c:8005
6462 msgid "dynamic section"
6463 msgstr ""
6464
6465 #: readelf.c:8083
6466 #, c-format
6467 msgid ""
6468 "\n"
6469 "There is no dynamic section in this file.\n"
6470 msgstr ""
6471
6472 #: readelf.c:8121
6473 msgid "Unable to seek to end of file!\n"
6474 msgstr ""
6475
6476 #: readelf.c:8134
6477 msgid "Unable to determine the number of symbols to load\n"
6478 msgstr ""
6479
6480 #: readelf.c:8167
6481 msgid "Unable to seek to end of file\n"
6482 msgstr ""
6483
6484 #: readelf.c:8174
6485 msgid "Unable to determine the length of the dynamic string table\n"
6486 msgstr ""
6487
6488 #: readelf.c:8180
6489 msgid "dynamic string table"
6490 msgstr ""
6491
6492 #: readelf.c:8217
6493 msgid "symbol information"
6494 msgstr ""
6495
6496 #: readelf.c:8242
6497 #, c-format
6498 msgid ""
6499 "\n"
6500 "Dynamic section at offset 0x%lx contains %u entries:\n"
6501 msgstr ""
6502
6503 #: readelf.c:8245
6504 #, c-format
6505 msgid "  Tag        Type                         Name/Value\n"
6506 msgstr ""
6507
6508 #: readelf.c:8281
6509 #, c-format
6510 msgid "Auxiliary library"
6511 msgstr ""
6512
6513 #: readelf.c:8285
6514 #, c-format
6515 msgid "Filter library"
6516 msgstr ""
6517
6518 #: readelf.c:8289
6519 #, c-format
6520 msgid "Configuration file"
6521 msgstr ""
6522
6523 #: readelf.c:8293
6524 #, c-format
6525 msgid "Dependency audit library"
6526 msgstr ""
6527
6528 #: readelf.c:8297
6529 #, c-format
6530 msgid "Audit library"
6531 msgstr ""
6532
6533 #: readelf.c:8315 readelf.c:8343 readelf.c:8371
6534 #, c-format
6535 msgid "Flags:"
6536 msgstr ""
6537
6538 #: readelf.c:8318 readelf.c:8346 readelf.c:8373
6539 #, c-format
6540 msgid " None\n"
6541 msgstr ""
6542
6543 #: readelf.c:8554
6544 #, c-format
6545 msgid "Shared library: [%s]"
6546 msgstr ""
6547
6548 #: readelf.c:8557
6549 #, c-format
6550 msgid " program interpreter"
6551 msgstr ""
6552
6553 #: readelf.c:8561
6554 #, c-format
6555 msgid "Library soname: [%s]"
6556 msgstr ""
6557
6558 #: readelf.c:8565
6559 #, c-format
6560 msgid "Library rpath: [%s]"
6561 msgstr ""
6562
6563 #: readelf.c:8569
6564 #, c-format
6565 msgid "Library runpath: [%s]"
6566 msgstr ""
6567
6568 #: readelf.c:8602
6569 #, c-format
6570 msgid " (bytes)\n"
6571 msgstr ""
6572
6573 #: readelf.c:8632
6574 #, c-format
6575 msgid "Not needed object: [%s]\n"
6576 msgstr ""
6577
6578 #: readelf.c:8732
6579 msgid "| <unknown>"
6580 msgstr ""
6581
6582 #: readelf.c:8765
6583 #, c-format
6584 msgid ""
6585 "\n"
6586 "Version definition section '%s' contains %u entries:\n"
6587 msgstr ""
6588
6589 #: readelf.c:8768
6590 #, c-format
6591 msgid "  Addr: 0x"
6592 msgstr ""
6593
6594 #: readelf.c:8770 readelf.c:8886 readelf.c:9028
6595 #, c-format
6596 msgid "  Offset: %#08lx  Link: %u (%s)\n"
6597 msgstr ""
6598
6599 #: readelf.c:8778
6600 msgid "version definition section"
6601 msgstr ""
6602
6603 #: readelf.c:8811
6604 #, c-format
6605 msgid "  %#06x: Rev: %d  Flags: %s"
6606 msgstr ""
6607
6608 #: readelf.c:8814
6609 #, c-format
6610 msgid "  Index: %d  Cnt: %d  "
6611 msgstr ""
6612
6613 #: readelf.c:8829
6614 #, c-format
6615 msgid "Name: %s\n"
6616 msgstr ""
6617
6618 #: readelf.c:8831
6619 #, c-format
6620 msgid "Name index: %ld\n"
6621 msgstr ""
6622
6623 #: readelf.c:8852
6624 #, c-format
6625 msgid "  %#06x: Parent %d: %s\n"
6626 msgstr ""
6627
6628 #: readelf.c:8855
6629 #, c-format
6630 msgid "  %#06x: Parent %d, name index: %ld\n"
6631 msgstr ""
6632
6633 #: readelf.c:8860
6634 #, c-format
6635 msgid "  Version def aux past end of section\n"
6636 msgstr ""
6637
6638 #: readelf.c:8866
6639 #, c-format
6640 msgid "  Version definition past end of section\n"
6641 msgstr ""
6642
6643 #: readelf.c:8881
6644 #, c-format
6645 msgid ""
6646 "\n"
6647 "Version needs section '%s' contains %u entries:\n"
6648 msgstr ""
6649
6650 #: readelf.c:8884
6651 #, c-format
6652 msgid " Addr: 0x"
6653 msgstr ""
6654
6655 #: readelf.c:8895
6656 msgid "Version Needs section"
6657 msgstr ""
6658
6659 #: readelf.c:8923
6660 #, c-format
6661 msgid "  %#06x: Version: %d"
6662 msgstr ""
6663
6664 #: readelf.c:8926
6665 #, c-format
6666 msgid "  File: %s"
6667 msgstr ""
6668
6669 #: readelf.c:8928
6670 #, c-format
6671 msgid "  File: %lx"
6672 msgstr ""
6673
6674 #: readelf.c:8930
6675 #, c-format
6676 msgid "  Cnt: %d\n"
6677 msgstr ""
6678
6679 #: readelf.c:8954
6680 #, c-format
6681 msgid "  %#06x:   Name: %s"
6682 msgstr ""
6683
6684 #: readelf.c:8957
6685 #, c-format
6686 msgid "  %#06x:   Name index: %lx"
6687 msgstr ""
6688
6689 #: readelf.c:8960
6690 #, c-format
6691 msgid "  Flags: %s  Version: %d\n"
6692 msgstr ""
6693
6694 #: readelf.c:8972
6695 msgid "Missing Version Needs auxillary information\n"
6696 msgstr ""
6697
6698 #: readelf.c:8978
6699 msgid "Missing Version Needs information\n"
6700 msgstr ""
6701
6702 #: readelf.c:9016
6703 msgid "version string table"
6704 msgstr ""
6705
6706 #: readelf.c:9023
6707 #, c-format
6708 msgid ""
6709 "\n"
6710 "Version symbols section '%s' contains %d entries:\n"
6711 msgstr ""
6712
6713 #: readelf.c:9026
6714 #, c-format
6715 msgid " Addr: "
6716 msgstr ""
6717
6718 #: readelf.c:9037
6719 msgid "version symbol data"
6720 msgstr ""
6721
6722 #: readelf.c:9065
6723 msgid "   0 (*local*)    "
6724 msgstr ""
6725
6726 #: readelf.c:9069
6727 msgid "   1 (*global*)   "
6728 msgstr ""
6729
6730 #: readelf.c:9080
6731 msgid "invalid index into symbol array\n"
6732 msgstr ""
6733
6734 #: readelf.c:9114 readelf.c:9941
6735 msgid "version need"
6736 msgstr ""
6737
6738 #: readelf.c:9125
6739 msgid "version need aux (2)"
6740 msgstr ""
6741
6742 #: readelf.c:9146 readelf.c:9208
6743 msgid "*invalid*"
6744 msgstr ""
6745
6746 #: readelf.c:9176 readelf.c:10019
6747 msgid "version def"
6748 msgstr ""
6749
6750 #: readelf.c:9202 readelf.c:10041
6751 msgid "version def aux"
6752 msgstr ""
6753
6754 #: readelf.c:9237
6755 #, c-format
6756 msgid ""
6757 "\n"
6758 "No version information found in this file.\n"
6759 msgstr ""
6760
6761 #: readelf.c:9433
6762 #, c-format
6763 msgid "<localentry>: %d"
6764 msgstr ""
6765
6766 #: readelf.c:9467
6767 #, c-format
6768 msgid "<other>: %x"
6769 msgstr ""
6770
6771 #: readelf.c:9531
6772 msgid "Unable to read in dynamic data\n"
6773 msgstr ""
6774
6775 #: readelf.c:9581
6776 #, c-format
6777 msgid " <corrupt: %14ld>"
6778 msgstr ""
6779
6780 #: readelf.c:9624 readelf.c:9676 readelf.c:9700 readelf.c:9730 readelf.c:9754
6781 msgid "Unable to seek to start of dynamic information\n"
6782 msgstr ""
6783
6784 #: readelf.c:9630 readelf.c:9682
6785 msgid "Failed to read in number of buckets\n"
6786 msgstr ""
6787
6788 #: readelf.c:9636
6789 msgid "Failed to read in number of chains\n"
6790 msgstr ""
6791
6792 #: readelf.c:9738
6793 msgid "Failed to determine last chain length\n"
6794 msgstr ""
6795
6796 #: readelf.c:9782
6797 #, c-format
6798 msgid ""
6799 "\n"
6800 "Symbol table for image:\n"
6801 msgstr ""
6802
6803 #: readelf.c:9784 readelf.c:9802
6804 #, c-format
6805 msgid "  Num Buc:    Value  Size   Type   Bind Vis      Ndx Name\n"
6806 msgstr ""
6807
6808 #: readelf.c:9786 readelf.c:9804
6809 #, c-format
6810 msgid "  Num Buc:    Value          Size   Type   Bind Vis      Ndx Name\n"
6811 msgstr ""
6812
6813 #: readelf.c:9800
6814 #, c-format
6815 msgid ""
6816 "\n"
6817 "Symbol table of `.gnu.hash' for image:\n"
6818 msgstr ""
6819
6820 #: readelf.c:9844
6821 #, c-format
6822 msgid ""
6823 "\n"
6824 "Symbol table '%s' has a sh_entsize of zero!\n"
6825 msgstr ""
6826
6827 #: readelf.c:9849
6828 #, c-format
6829 msgid ""
6830 "\n"
6831 "Symbol table '%s' contains %lu entries:\n"
6832 msgstr ""
6833
6834 #: readelf.c:9854
6835 #, c-format
6836 msgid "   Num:    Value  Size Type    Bind   Vis      Ndx Name\n"
6837 msgstr ""
6838
6839 #: readelf.c:9856
6840 #, c-format
6841 msgid "   Num:    Value          Size Type    Bind   Vis      Ndx Name\n"
6842 msgstr ""
6843
6844 #: readelf.c:9911
6845 msgid "version data"
6846 msgstr ""
6847
6848 #: readelf.c:9960
6849 msgid "version need aux (3)"
6850 msgstr ""
6851
6852 #: readelf.c:9994
6853 msgid "bad dynamic symbol\n"
6854 msgstr ""
6855
6856 #: readelf.c:10066
6857 #, c-format
6858 msgid ""
6859 "\n"
6860 "Dynamic symbol information is not available for displaying symbols.\n"
6861 msgstr ""
6862
6863 #: readelf.c:10078
6864 #, c-format
6865 msgid ""
6866 "\n"
6867 "Histogram for bucket list length (total of %lu buckets):\n"
6868 msgstr ""
6869
6870 #: readelf.c:10080 readelf.c:10151
6871 #, c-format
6872 msgid " Length  Number     %% of total  Coverage\n"
6873 msgstr ""
6874
6875 #: readelf.c:10149
6876 #, c-format
6877 msgid ""
6878 "\n"
6879 "Histogram for `.gnu.hash' bucket list length (total of %lu buckets):\n"
6880 msgstr ""
6881
6882 #: readelf.c:10216
6883 #, c-format
6884 msgid ""
6885 "\n"
6886 "Dynamic info segment at offset 0x%lx contains %d entries:\n"
6887 msgstr ""
6888
6889 #: readelf.c:10219
6890 #, c-format
6891 msgid " Num: Name                           BoundTo     Flags\n"
6892 msgstr ""
6893
6894 #: readelf.c:10228
6895 #, c-format
6896 msgid "<corrupt: %19ld>"
6897 msgstr ""
6898
6899 #: readelf.c:10328
6900 msgid "Unhandled MSP430 reloc type found after SYM_DIFF reloc"
6901 msgstr ""
6902
6903 #: readelf.c:10364
6904 msgid "Unhandled MN10300 reloc type found after SYM_DIFF reloc"
6905 msgstr ""
6906
6907 #: readelf.c:10543
6908 #, c-format
6909 msgid ""
6910 "Missing knowledge of 32-bit reloc types used in DWARF sections of machine "
6911 "number %d\n"
6912 msgstr ""
6913
6914 #: readelf.c:10899
6915 #, c-format
6916 msgid "unable to apply unsupported reloc type %d to section %s\n"
6917 msgstr ""
6918
6919 #: readelf.c:10907
6920 #, c-format
6921 msgid "skipping invalid relocation offset 0x%lx in section %s\n"
6922 msgstr ""
6923
6924 #: readelf.c:10916
6925 #, c-format
6926 msgid "skipping invalid relocation symbol index 0x%lx in section %s\n"
6927 msgstr ""
6928
6929 #: readelf.c:10938
6930 #, c-format
6931 msgid "skipping unexpected symbol type %s in %ld'th relocation in section %s\n"
6932 msgstr ""
6933
6934 #: readelf.c:10984
6935 #, c-format
6936 msgid ""
6937 "\n"
6938 "Assembly dump of section %s\n"
6939 msgstr ""
6940
6941 #: readelf.c:11005
6942 #, c-format
6943 msgid ""
6944 "\n"
6945 "Section '%s' has no data to dump.\n"
6946 msgstr ""
6947
6948 #: readelf.c:11011
6949 msgid "section contents"
6950 msgstr ""
6951
6952 #: readelf.c:11030
6953 #, c-format
6954 msgid ""
6955 "\n"
6956 "String dump of section '%s':\n"
6957 msgstr ""
6958
6959 #: readelf.c:11048
6960 #, c-format
6961 msgid ""
6962 "  Note: This section has relocations against it, but these have NOT been "
6963 "applied to this dump.\n"
6964 msgstr ""
6965
6966 #: readelf.c:11079
6967 #, c-format
6968 msgid "  No strings found in this section."
6969 msgstr ""
6970
6971 #: readelf.c:11101
6972 #, c-format
6973 msgid ""
6974 "\n"
6975 "Hex dump of section '%s':\n"
6976 msgstr ""
6977
6978 #: readelf.c:11125
6979 #, c-format
6980 msgid ""
6981 " NOTE: This section has relocations against it, but these have NOT been "
6982 "applied to this dump.\n"
6983 msgstr ""
6984
6985 #: readelf.c:11259
6986 #, c-format
6987 msgid "%s section data"
6988 msgstr ""
6989
6990 #: readelf.c:11339
6991 #, c-format
6992 msgid ""
6993 "\n"
6994 "Section '%s' has no debugging data.\n"
6995 msgstr ""
6996
6997 #. There is no point in dumping the contents of a debugging section
6998 #. which has the NOBITS type - the bits in the file will be random.
6999 #. This can happen when a file containing a .eh_frame section is
7000 #. stripped with the --only-keep-debug command line option.
7001 #: readelf.c:11348
7002 #, c-format
7003 msgid "section '%s' has the NOBITS type - its contents are unreliable.\n"
7004 msgstr ""
7005
7006 #: readelf.c:11393
7007 #, c-format
7008 msgid "Unrecognized debug section: %s\n"
7009 msgstr ""
7010
7011 #: readelf.c:11421
7012 #, c-format
7013 msgid "Section '%s' was not dumped because it does not exist!\n"
7014 msgstr ""
7015
7016 #: readelf.c:11462
7017 #, c-format
7018 msgid "Section %d was not dumped because it does not exist!\n"
7019 msgstr ""
7020
7021 #: readelf.c:11512
7022 msgid "corrupt tag\n"
7023 msgstr ""
7024
7025 #: readelf.c:11688 readelf.c:11702 readelf.c:11721 readelf.c:12070
7026 #: readelf.c:12333 readelf.c:12346 readelf.c:12359
7027 #, c-format
7028 msgid "None\n"
7029 msgstr ""
7030
7031 #: readelf.c:11689
7032 #, c-format
7033 msgid "Application\n"
7034 msgstr ""
7035
7036 #: readelf.c:11690
7037 #, c-format
7038 msgid "Realtime\n"
7039 msgstr ""
7040
7041 #: readelf.c:11691
7042 #, c-format
7043 msgid "Microcontroller\n"
7044 msgstr ""
7045
7046 #: readelf.c:11692
7047 #, c-format
7048 msgid "Application or Realtime\n"
7049 msgstr ""
7050
7051 #: readelf.c:11703 readelf.c:11723 readelf.c:12124 readelf.c:12142
7052 #: readelf.c:12217 readelf.c:12238
7053 #, c-format
7054 msgid "8-byte\n"
7055 msgstr ""
7056
7057 #: readelf.c:11704 readelf.c:12220 readelf.c:12241
7058 #, c-format
7059 msgid "4-byte\n"
7060 msgstr ""
7061
7062 #: readelf.c:11708 readelf.c:11727
7063 #, c-format
7064 msgid "8-byte and up to %d-byte extended\n"
7065 msgstr ""
7066
7067 #: readelf.c:11722
7068 #, c-format
7069 msgid "8-byte, except leaf SP\n"
7070 msgstr ""
7071
7072 #: readelf.c:11738 readelf.c:11815 readelf.c:12256
7073 #, c-format
7074 msgid "flag = %d, vendor = %s\n"
7075 msgstr ""
7076
7077 #: readelf.c:11744
7078 #, c-format
7079 msgid "True\n"
7080 msgstr ""
7081
7082 #: readelf.c:11810
7083 #, c-format
7084 msgid "flag = %d, vendor = <corrupt>\n"
7085 msgstr ""
7086
7087 #: readelf.c:11811
7088 msgid "corrupt vendor attribute\n"
7089 msgstr ""
7090
7091 #: readelf.c:11844 readelf.c:12001
7092 #, c-format
7093 msgid "Hard or soft float\n"
7094 msgstr ""
7095
7096 #: readelf.c:11847
7097 #, c-format
7098 msgid "Hard float\n"
7099 msgstr ""
7100
7101 #: readelf.c:11850 readelf.c:12010
7102 #, c-format
7103 msgid "Soft float\n"
7104 msgstr ""
7105
7106 #: readelf.c:11853
7107 #, c-format
7108 msgid "Single-precision hard float\n"
7109 msgstr ""
7110
7111 #: readelf.c:11870 readelf.c:11902
7112 #, c-format
7113 msgid "Any\n"
7114 msgstr ""
7115
7116 #: readelf.c:11873
7117 #, c-format
7118 msgid "Generic\n"
7119 msgstr ""
7120
7121 #: readelf.c:11892
7122 msgid "corrupt Tag_GNU_Power_ABI_Struct_Return"
7123 msgstr ""
7124
7125 #: readelf.c:11908
7126 #, c-format
7127 msgid "Memory\n"
7128 msgstr ""
7129
7130 #: readelf.c:12004
7131 #, c-format
7132 msgid "Hard float (double precision)\n"
7133 msgstr ""
7134
7135 #: readelf.c:12007
7136 #, c-format
7137 msgid "Hard float (single precision)\n"
7138 msgstr ""
7139
7140 #: readelf.c:12013
7141 #, c-format
7142 msgid "Hard float (MIPS32r2 64-bit FPU)\n"
7143 msgstr ""
7144
7145 #: readelf.c:12034
7146 #, c-format
7147 msgid "Any MSA or not\n"
7148 msgstr ""
7149
7150 #: readelf.c:12037
7151 #, c-format
7152 msgid "128-bit MSA\n"
7153 msgstr ""
7154
7155 #: readelf.c:12103
7156 #, c-format
7157 msgid "Not used\n"
7158 msgstr ""
7159
7160 #: readelf.c:12106
7161 #, c-format
7162 msgid "2 bytes\n"
7163 msgstr ""
7164
7165 #: readelf.c:12109
7166 #, c-format
7167 msgid "4 bytes\n"
7168 msgstr ""
7169
7170 #: readelf.c:12127 readelf.c:12145 readelf.c:12223 readelf.c:12244
7171 #, c-format
7172 msgid "16-byte\n"
7173 msgstr ""
7174
7175 #: readelf.c:12160
7176 #, c-format
7177 msgid "DSBT addressing not used\n"
7178 msgstr ""
7179
7180 #: readelf.c:12163
7181 #, c-format
7182 msgid "DSBT addressing used\n"
7183 msgstr ""
7184
7185 #: readelf.c:12178
7186 #, c-format
7187 msgid "Data addressing position-dependent\n"
7188 msgstr ""
7189
7190 #: readelf.c:12181
7191 #, c-format
7192 msgid "Data addressing position-independent, GOT near DP\n"
7193 msgstr ""
7194
7195 #: readelf.c:12184
7196 #, c-format
7197 msgid "Data addressing position-independent, GOT far from DP\n"
7198 msgstr ""
7199
7200 #: readelf.c:12199
7201 #, c-format
7202 msgid "Code addressing position-dependent\n"
7203 msgstr ""
7204
7205 #: readelf.c:12202
7206 #, c-format
7207 msgid "Code addressing position-independent\n"
7208 msgstr ""
7209
7210 #: readelf.c:12334
7211 #, c-format
7212 msgid "MSP430\n"
7213 msgstr ""
7214
7215 #: readelf.c:12335
7216 #, c-format
7217 msgid "MSP430X\n"
7218 msgstr ""
7219
7220 #: readelf.c:12347 readelf.c:12360
7221 #, c-format
7222 msgid "Small\n"
7223 msgstr ""
7224
7225 #: readelf.c:12348 readelf.c:12361
7226 #, c-format
7227 msgid "Large\n"
7228 msgstr ""
7229
7230 #: readelf.c:12362
7231 #, c-format
7232 msgid "Restricted Large\n"
7233 msgstr ""
7234
7235 #: readelf.c:12368
7236 #, c-format
7237 msgid "  <unknown tag %d>: "
7238 msgstr ""
7239
7240 #: readelf.c:12411
7241 msgid "attributes"
7242 msgstr ""
7243
7244 #: readelf.c:12432
7245 #, c-format
7246 msgid "ERROR: Bad section length (%d > %d)\n"
7247 msgstr ""
7248
7249 #: readelf.c:12438
7250 #, c-format
7251 msgid "Attribute Section: %s\n"
7252 msgstr ""
7253
7254 #: readelf.c:12463
7255 #, c-format
7256 msgid "ERROR: Bad subsection length (%d > %d)\n"
7257 msgstr ""
7258
7259 #: readelf.c:12475
7260 #, c-format
7261 msgid "File Attributes\n"
7262 msgstr ""
7263
7264 #: readelf.c:12478
7265 #, c-format
7266 msgid "Section Attributes:"
7267 msgstr ""
7268
7269 #: readelf.c:12481
7270 #, c-format
7271 msgid "Symbol Attributes:"
7272 msgstr ""
7273
7274 #: readelf.c:12496
7275 #, c-format
7276 msgid "Unknown tag: %d\n"
7277 msgstr ""
7278
7279 #: readelf.c:12515
7280 #, c-format
7281 msgid "  Unknown section contexts\n"
7282 msgstr ""
7283
7284 #: readelf.c:12523
7285 #, c-format
7286 msgid "Unknown format '%c'\n"
7287 msgstr ""
7288
7289 #: readelf.c:12581 readelf.c:12603
7290 msgid "<unknown>"
7291 msgstr ""
7292
7293 #: readelf.c:12698 readelf.c:13266
7294 msgid "liblist section data"
7295 msgstr ""
7296
7297 #: readelf.c:12701
7298 #, c-format
7299 msgid ""
7300 "\n"
7301 "Section '.liblist' contains %lu entries:\n"
7302 msgstr ""
7303
7304 #: readelf.c:12703
7305 msgid ""
7306 "     Library              Time Stamp          Checksum   Version Flags\n"
7307 msgstr ""
7308
7309 #: readelf.c:12729
7310 #, c-format
7311 msgid "<corrupt: %9ld>"
7312 msgstr ""
7313
7314 #: readelf.c:12734
7315 msgid " NONE"
7316 msgstr ""
7317
7318 #: readelf.c:12785
7319 msgid "options"
7320 msgstr ""
7321
7322 #: readelf.c:12816
7323 #, c-format
7324 msgid ""
7325 "\n"
7326 "Section '%s' contains %d entries:\n"
7327 msgstr ""
7328
7329 #: readelf.c:12977
7330 msgid "conflict list found without a dynamic symbol table\n"
7331 msgstr ""
7332
7333 #: readelf.c:12994 readelf.c:13009
7334 msgid "conflict"
7335 msgstr ""
7336
7337 #: readelf.c:13019
7338 #, c-format
7339 msgid ""
7340 "\n"
7341 "Section '.conflict' contains %lu entries:\n"
7342 msgstr ""
7343
7344 #: readelf.c:13021
7345 msgid "  Num:    Index       Value  Name"
7346 msgstr ""
7347
7348 #: readelf.c:13033 readelf.c:13122 readelf.c:13193
7349 #, c-format
7350 msgid "<corrupt: %14ld>"
7351 msgstr ""
7352
7353 #: readelf.c:13055
7354 msgid "Global Offset Table data"
7355 msgstr ""
7356
7357 #: readelf.c:13059
7358 #, c-format
7359 msgid ""
7360 "\n"
7361 "Primary GOT:\n"
7362 msgstr ""
7363
7364 #: readelf.c:13060
7365 #, c-format
7366 msgid " Canonical gp value: "
7367 msgstr ""
7368
7369 #: readelf.c:13064 readelf.c:13164
7370 #, c-format
7371 msgid " Reserved entries:\n"
7372 msgstr ""
7373
7374 #: readelf.c:13065
7375 #, c-format
7376 msgid "  %*s %10s %*s Purpose\n"
7377 msgstr ""
7378
7379 #: readelf.c:13066 readelf.c:13083 readelf.c:13099 readelf.c:13166
7380 #: readelf.c:13175
7381 msgid "Address"
7382 msgstr ""
7383
7384 #: readelf.c:13066 readelf.c:13083 readelf.c:13100
7385 msgid "Access"
7386 msgstr ""
7387
7388 #: readelf.c:13067 readelf.c:13084 readelf.c:13101 readelf.c:13166
7389 #: readelf.c:13176
7390 msgid "Initial"
7391 msgstr ""
7392
7393 #: readelf.c:13069
7394 #, c-format
7395 msgid " Lazy resolver\n"
7396 msgstr ""
7397
7398 #: readelf.c:13075
7399 #, c-format
7400 msgid " Module pointer (GNU extension)\n"
7401 msgstr ""
7402
7403 #: readelf.c:13081
7404 #, c-format
7405 msgid " Local entries:\n"
7406 msgstr ""
7407
7408 #: readelf.c:13097
7409 #, c-format
7410 msgid " Global entries:\n"
7411 msgstr ""
7412
7413 #: readelf.c:13102 readelf.c:13177
7414 msgid "Sym.Val."
7415 msgstr ""
7416
7417 #. Note for translators: "Ndx" = abbreviated form of "Index".
7418 #: readelf.c:13105 readelf.c:13177
7419 msgid "Ndx"
7420 msgstr ""
7421
7422 #: readelf.c:13105 readelf.c:13177
7423 msgid "Name"
7424 msgstr ""
7425
7426 #: readelf.c:13159
7427 msgid "Procedure Linkage Table data"
7428 msgstr ""
7429
7430 #: readelf.c:13165
7431 #, c-format
7432 msgid "  %*s %*s Purpose\n"
7433 msgstr ""
7434
7435 #: readelf.c:13168
7436 #, c-format
7437 msgid " PLT lazy resolver\n"
7438 msgstr ""
7439
7440 #: readelf.c:13170
7441 #, c-format
7442 msgid " Module pointer\n"
7443 msgstr ""
7444
7445 #: readelf.c:13173
7446 #, c-format
7447 msgid " Entries:\n"
7448 msgstr ""
7449
7450 #: readelf.c:13218
7451 msgid "NDS32 elf flags section"
7452 msgstr ""
7453
7454 #: readelf.c:13274
7455 msgid "liblist string table"
7456 msgstr ""
7457
7458 #: readelf.c:13284
7459 #, c-format
7460 msgid ""
7461 "\n"
7462 "Library list section '%s' contains %lu entries:\n"
7463 msgstr ""
7464
7465 #: readelf.c:13288
7466 msgid "     Library              Time Stamp          Checksum   Version Flags"
7467 msgstr ""
7468
7469 #: readelf.c:13338
7470 msgid "NT_AUXV (auxiliary vector)"
7471 msgstr ""
7472
7473 #: readelf.c:13340
7474 msgid "NT_PRSTATUS (prstatus structure)"
7475 msgstr ""
7476
7477 #: readelf.c:13342
7478 msgid "NT_FPREGSET (floating point registers)"
7479 msgstr ""
7480
7481 #: readelf.c:13344
7482 msgid "NT_PRPSINFO (prpsinfo structure)"
7483 msgstr ""
7484
7485 #: readelf.c:13346
7486 msgid "NT_TASKSTRUCT (task structure)"
7487 msgstr ""
7488
7489 #: readelf.c:13348
7490 msgid "NT_PRXFPREG (user_xfpregs structure)"
7491 msgstr ""
7492
7493 #: readelf.c:13350
7494 msgid "NT_PPC_VMX (ppc Altivec registers)"
7495 msgstr ""
7496
7497 #: readelf.c:13352
7498 msgid "NT_PPC_VSX (ppc VSX registers)"
7499 msgstr ""
7500
7501 #: readelf.c:13354
7502 msgid "NT_386_TLS (x86 TLS information)"
7503 msgstr ""
7504
7505 #: readelf.c:13356
7506 msgid "NT_386_IOPERM (x86 I/O permissions)"
7507 msgstr ""
7508
7509 #: readelf.c:13358
7510 msgid "NT_X86_XSTATE (x86 XSAVE extended state)"
7511 msgstr ""
7512
7513 #: readelf.c:13360
7514 msgid "NT_S390_HIGH_GPRS (s390 upper register halves)"
7515 msgstr ""
7516
7517 #: readelf.c:13362
7518 msgid "NT_S390_TIMER (s390 timer register)"
7519 msgstr ""
7520
7521 #: readelf.c:13364
7522 msgid "NT_S390_TODCMP (s390 TOD comparator register)"
7523 msgstr ""
7524
7525 #: readelf.c:13366
7526 msgid "NT_S390_TODPREG (s390 TOD programmable register)"
7527 msgstr ""
7528
7529 #: readelf.c:13368
7530 msgid "NT_S390_CTRS (s390 control registers)"
7531 msgstr ""
7532
7533 #: readelf.c:13370
7534 msgid "NT_S390_PREFIX (s390 prefix register)"
7535 msgstr ""
7536
7537 #: readelf.c:13372
7538 msgid "NT_S390_LAST_BREAK (s390 last breaking event address)"
7539 msgstr ""
7540
7541 #: readelf.c:13374
7542 msgid "NT_S390_SYSTEM_CALL (s390 system call restart data)"
7543 msgstr ""
7544
7545 #: readelf.c:13376
7546 msgid "NT_S390_TDB (s390 transaction diagnostic block)"
7547 msgstr ""
7548
7549 #: readelf.c:13378
7550 msgid "NT_ARM_VFP (arm VFP registers)"
7551 msgstr ""
7552
7553 #: readelf.c:13380
7554 msgid "NT_ARM_TLS (AArch TLS registers)"
7555 msgstr ""
7556
7557 #: readelf.c:13382
7558 msgid "NT_ARM_HW_BREAK (AArch hardware breakpoint registers)"
7559 msgstr ""
7560
7561 #: readelf.c:13384
7562 msgid "NT_ARM_HW_WATCH (AArch hardware watchpoint registers)"
7563 msgstr ""
7564
7565 #: readelf.c:13386
7566 msgid "NT_PSTATUS (pstatus structure)"
7567 msgstr ""
7568
7569 #: readelf.c:13388
7570 msgid "NT_FPREGS (floating point registers)"
7571 msgstr ""
7572
7573 #: readelf.c:13390
7574 msgid "NT_PSINFO (psinfo structure)"
7575 msgstr ""
7576
7577 #: readelf.c:13392
7578 msgid "NT_LWPSTATUS (lwpstatus_t structure)"
7579 msgstr ""
7580
7581 #: readelf.c:13394
7582 msgid "NT_LWPSINFO (lwpsinfo_t structure)"
7583 msgstr ""
7584
7585 #: readelf.c:13396
7586 msgid "NT_WIN32PSTATUS (win32_pstatus structure)"
7587 msgstr ""
7588
7589 #: readelf.c:13398
7590 msgid "NT_SIGINFO (siginfo_t data)"
7591 msgstr ""
7592
7593 #: readelf.c:13400
7594 msgid "NT_FILE (mapped files)"
7595 msgstr ""
7596
7597 #: readelf.c:13408
7598 msgid "NT_VERSION (version)"
7599 msgstr ""
7600
7601 #: readelf.c:13410
7602 msgid "NT_ARCH (architecture)"
7603 msgstr ""
7604
7605 #: readelf.c:13415 readelf.c:13524 readelf.c:13614 readelf.c:13672
7606 #: readelf.c:13749
7607 #, c-format
7608 msgid "Unknown note type: (0x%08x)"
7609 msgstr ""
7610
7611 #: readelf.c:13432
7612 #, c-format
7613 msgid "    Cannot decode 64-bit note in 32-bit build\n"
7614 msgstr ""
7615
7616 #: readelf.c:13440
7617 #, c-format
7618 msgid "    Malformed note - too short for header\n"
7619 msgstr ""
7620
7621 #: readelf.c:13449
7622 #, c-format
7623 msgid "    Malformed note - does not end with \\0\n"
7624 msgstr ""
7625
7626 #: readelf.c:13461
7627 #, c-format
7628 msgid "    Malformed note - too short for supplied file count\n"
7629 msgstr ""
7630
7631 #: readelf.c:13465
7632 #, c-format
7633 msgid "    Page size: "
7634 msgstr ""
7635
7636 #: readelf.c:13469
7637 #, c-format
7638 msgid "    %*s%*s%*s\n"
7639 msgstr ""
7640
7641 #: readelf.c:13470
7642 msgid "Start"
7643 msgstr ""
7644
7645 #: readelf.c:13471
7646 msgid "End"
7647 msgstr ""
7648
7649 #: readelf.c:13472
7650 msgid "Page Offset"
7651 msgstr ""
7652
7653 #: readelf.c:13480
7654 #, c-format
7655 msgid "    Malformed note - filenames end too early\n"
7656 msgstr ""
7657
7658 #: readelf.c:13513
7659 msgid "NT_GNU_ABI_TAG (ABI version tag)"
7660 msgstr ""
7661
7662 #: readelf.c:13515
7663 msgid "NT_GNU_HWCAP (DSO-supplied software HWCAP info)"
7664 msgstr ""
7665
7666 #: readelf.c:13517
7667 msgid "NT_GNU_BUILD_ID (unique build ID bitstring)"
7668 msgstr ""
7669
7670 #: readelf.c:13519
7671 msgid "NT_GNU_GOLD_VERSION (gold version)"
7672 msgstr ""
7673
7674 #: readelf.c:13537
7675 #, c-format
7676 msgid "    Build ID: "
7677 msgstr ""
7678
7679 #: readelf.c:13576
7680 #, c-format
7681 msgid "    OS: %s, ABI: %ld.%ld.%ld\n"
7682 msgstr ""
7683
7684 #: readelf.c:13585
7685 #, c-format
7686 msgid "    Version: "
7687 msgstr ""
7688
7689 #. NetBSD core "procinfo" structure.
7690 #: readelf.c:13604
7691 msgid "NetBSD procinfo structure"
7692 msgstr ""
7693
7694 #: readelf.c:13631 readelf.c:13645
7695 msgid "PT_GETREGS (reg structure)"
7696 msgstr ""
7697
7698 #: readelf.c:13633 readelf.c:13647
7699 msgid "PT_GETFPREGS (fpreg structure)"
7700 msgstr ""
7701
7702 #: readelf.c:13666
7703 msgid "NT_STAPSDT (SystemTap probe descriptors)"
7704 msgstr ""
7705
7706 #: readelf.c:13699
7707 #, c-format
7708 msgid "    Provider: %s\n"
7709 msgstr ""
7710
7711 #: readelf.c:13700
7712 #, c-format
7713 msgid "    Name: %s\n"
7714 msgstr ""
7715
7716 #: readelf.c:13701
7717 #, c-format
7718 msgid "    Location: "
7719 msgstr ""
7720
7721 #: readelf.c:13703
7722 #, c-format
7723 msgid ", Base: "
7724 msgstr ""
7725
7726 #: readelf.c:13705
7727 #, c-format
7728 msgid ", Semaphore: "
7729 msgstr ""
7730
7731 #: readelf.c:13708
7732 #, c-format
7733 msgid "    Arguments: %s\n"
7734 msgstr ""
7735
7736 #: readelf.c:13721
7737 msgid "NT_VMS_MHD (module header)"
7738 msgstr ""
7739
7740 #: readelf.c:13723
7741 msgid "NT_VMS_LNM (language name)"
7742 msgstr ""
7743
7744 #: readelf.c:13725
7745 msgid "NT_VMS_SRC (source files)"
7746 msgstr ""
7747
7748 #: readelf.c:13729
7749 msgid "NT_VMS_EIDC (consistency check)"
7750 msgstr ""
7751
7752 #: readelf.c:13731
7753 msgid "NT_VMS_FPMODE (FP mode)"
7754 msgstr ""
7755
7756 #: readelf.c:13735
7757 msgid "NT_VMS_IMGNAM (image name)"
7758 msgstr ""
7759
7760 #: readelf.c:13737
7761 msgid "NT_VMS_IMGID (image id)"
7762 msgstr ""
7763
7764 #: readelf.c:13739
7765 msgid "NT_VMS_LINKID (link id)"
7766 msgstr ""
7767
7768 #: readelf.c:13741
7769 msgid "NT_VMS_IMGBID (build id)"
7770 msgstr ""
7771
7772 #: readelf.c:13743
7773 msgid "NT_VMS_GSTNAM (sym table name)"
7774 msgstr ""
7775
7776 #: readelf.c:13763
7777 #, c-format
7778 msgid "    Creation date  : %.17s\n"
7779 msgstr ""
7780
7781 #: readelf.c:13764
7782 #, c-format
7783 msgid "    Last patch date: %.17s\n"
7784 msgstr ""
7785
7786 #: readelf.c:13765
7787 #, c-format
7788 msgid "    Module name    : %s\n"
7789 msgstr ""
7790
7791 #: readelf.c:13766
7792 #, c-format
7793 msgid "    Module version : %s\n"
7794 msgstr ""
7795
7796 #: readelf.c:13769
7797 #, c-format
7798 msgid "    Invalid size\n"
7799 msgstr ""
7800
7801 #: readelf.c:13772
7802 #, c-format
7803 msgid "   Language: %s\n"
7804 msgstr ""
7805
7806 #: readelf.c:13776
7807 #, c-format
7808 msgid "   Floating Point mode: "
7809 msgstr ""
7810
7811 #: readelf.c:13781
7812 #, c-format
7813 msgid "   Link time: "
7814 msgstr ""
7815
7816 #: readelf.c:13787
7817 #, c-format
7818 msgid "   Patch time: "
7819 msgstr ""
7820
7821 #: readelf.c:13793
7822 #, c-format
7823 msgid "   Major id: %u,  minor id: %u\n"
7824 msgstr ""
7825
7826 #: readelf.c:13796
7827 #, c-format
7828 msgid "   Last modified  : "
7829 msgstr ""
7830
7831 #: readelf.c:13799
7832 #, c-format
7833 msgid ""
7834 "\n"
7835 "   Link flags  : "
7836 msgstr ""
7837
7838 #: readelf.c:13802
7839 #, c-format
7840 msgid "   Header flags: 0x%08x\n"
7841 msgstr ""
7842
7843 #: readelf.c:13804
7844 #, c-format
7845 msgid "   Image id    : %s\n"
7846 msgstr ""
7847
7848 #: readelf.c:13808
7849 #, c-format
7850 msgid "    Image name: %s\n"
7851 msgstr ""
7852
7853 #: readelf.c:13811
7854 #, c-format
7855 msgid "    Global symbol table name: %s\n"
7856 msgstr ""
7857
7858 #: readelf.c:13814
7859 #, c-format
7860 msgid "    Image id: %s\n"
7861 msgstr ""
7862
7863 #: readelf.c:13817
7864 #, c-format
7865 msgid "    Linker id: %s\n"
7866 msgstr ""
7867
7868 #: readelf.c:13894
7869 msgid "notes"
7870 msgstr ""
7871
7872 #: readelf.c:13900
7873 #, c-format
7874 msgid ""
7875 "\n"
7876 "Displaying notes found at file offset 0x%08lx with length 0x%08lx:\n"
7877 msgstr ""
7878
7879 #: readelf.c:13902
7880 #, c-format
7881 msgid "  %-20s %10s\tDescription\n"
7882 msgstr ""
7883
7884 #: readelf.c:13902
7885 msgid "Owner"
7886 msgstr ""
7887
7888 #: readelf.c:13902
7889 msgid "Data size"
7890 msgstr ""
7891
7892 #: readelf.c:13919 readelf.c:13940
7893 #, c-format
7894 msgid "Corrupt note: only %d bytes remain, not enough for a full note\n"
7895 msgstr ""
7896
7897 #: readelf.c:13959
7898 #, c-format
7899 msgid "note with invalid namesz and/or descsz found at offset 0x%lx\n"
7900 msgstr ""
7901
7902 #: readelf.c:13961
7903 #, c-format
7904 msgid " type: 0x%lx, namesize: 0x%08lx, descsize: 0x%08lx\n"
7905 msgstr ""
7906
7907 #: readelf.c:14059
7908 #, c-format
7909 msgid "No note segments present in the core file.\n"
7910 msgstr ""
7911
7912 #: readelf.c:14156
7913 msgid ""
7914 "This instance of readelf has been built without support for a\n"
7915 "64 bit data type and so it cannot read 64 bit ELF files.\n"
7916 msgstr ""
7917
7918 #: readelf.c:14203
7919 #, c-format
7920 msgid "%s: Failed to read file header\n"
7921 msgstr ""
7922
7923 #: readelf.c:14217
7924 #, c-format
7925 msgid ""
7926 "\n"
7927 "File: %s\n"
7928 msgstr ""
7929
7930 #: readelf.c:14389
7931 #, c-format
7932 msgid "%s: unable to dump the index as none was found\n"
7933 msgstr ""
7934
7935 #: readelf.c:14395
7936 #, c-format
7937 msgid "Index of archive %s: (%ld entries, 0x%lx bytes in the symbol table)\n"
7938 msgstr ""
7939
7940 #: readelf.c:14413
7941 #, c-format
7942 msgid "Contents of binary %s at offset "
7943 msgstr ""
7944
7945 #: readelf.c:14423
7946 #, c-format
7947 msgid "%s: end of the symbol table reached before the end of the index\n"
7948 msgstr ""
7949
7950 #: readelf.c:14437
7951 #, c-format
7952 msgid ""
7953 "%s: %ld bytes remain in the symbol table, but without corresponding entries "
7954 "in the index table\n"
7955 msgstr ""
7956
7957 #: readelf.c:14442
7958 #, c-format
7959 msgid "%s: failed to seek back to start of object files in the archive\n"
7960 msgstr ""
7961
7962 #: readelf.c:14525 readelf.c:14617
7963 #, c-format
7964 msgid "Input file '%s' is not readable.\n"
7965 msgstr ""
7966
7967 #: readelf.c:14543
7968 #, c-format
7969 msgid "%s: contains corrupt thin archive: %s\n"
7970 msgstr ""
7971
7972 #: readelf.c:14556
7973 #, c-format
7974 msgid "%s: failed to seek to archive member.\n"
7975 msgstr ""
7976
7977 #: readelf.c:14635
7978 #, c-format
7979 msgid "File %s is not an archive so its index cannot be displayed.\n"
7980 msgstr ""
7981
7982 #: rename.c:122
7983 #, c-format
7984 msgid "%s: cannot set time: %s"
7985 msgstr ""
7986
7987 #. We have to clean up here.
7988 #: rename.c:157 rename.c:195
7989 #, c-format
7990 msgid "unable to rename '%s'; reason: %s"
7991 msgstr ""
7992
7993 #: rename.c:203
7994 #, c-format
7995 msgid "unable to copy file '%s'; reason: %s"
7996 msgstr ""
7997
7998 #: resbin.c:120
7999 #, c-format
8000 msgid "%s: not enough binary data"
8001 msgstr ""
8002
8003 #: resbin.c:136
8004 msgid "null terminated unicode string"
8005 msgstr ""
8006
8007 #: resbin.c:163 resbin.c:169
8008 msgid "resource ID"
8009 msgstr ""
8010
8011 #: resbin.c:208
8012 msgid "cursor"
8013 msgstr ""
8014
8015 #: resbin.c:239 resbin.c:246
8016 msgid "menu header"
8017 msgstr ""
8018
8019 #: resbin.c:255
8020 msgid "menuex header"
8021 msgstr ""
8022
8023 #: resbin.c:259
8024 msgid "menuex offset"
8025 msgstr ""
8026
8027 #: resbin.c:264
8028 #, c-format
8029 msgid "unsupported menu version %d"
8030 msgstr ""
8031
8032 #: resbin.c:289 resbin.c:304 resbin.c:366
8033 msgid "menuitem header"
8034 msgstr ""
8035
8036 #: resbin.c:396
8037 msgid "menuitem"
8038 msgstr ""
8039
8040 #: resbin.c:433 resbin.c:461
8041 msgid "dialog header"
8042 msgstr ""
8043
8044 #: resbin.c:451
8045 #, c-format
8046 msgid "unexpected DIALOGEX version %d"
8047 msgstr ""
8048
8049 #: resbin.c:496
8050 msgid "dialog font point size"
8051 msgstr ""
8052
8053 #: resbin.c:504
8054 msgid "dialogex font information"
8055 msgstr ""
8056
8057 #: resbin.c:530 resbin.c:548
8058 msgid "dialog control"
8059 msgstr ""
8060
8061 #: resbin.c:540
8062 msgid "dialogex control"
8063 msgstr ""
8064
8065 #: resbin.c:569
8066 msgid "dialog control end"
8067 msgstr ""
8068
8069 #: resbin.c:581
8070 msgid "dialog control data"
8071 msgstr ""
8072
8073 #: resbin.c:621
8074 msgid "stringtable string length"
8075 msgstr ""
8076
8077 #: resbin.c:631
8078 msgid "stringtable string"
8079 msgstr ""
8080
8081 #: resbin.c:661
8082 msgid "fontdir header"
8083 msgstr ""
8084
8085 #: resbin.c:675
8086 msgid "fontdir"
8087 msgstr ""
8088
8089 #: resbin.c:692
8090 msgid "fontdir device name"
8091 msgstr ""
8092
8093 #: resbin.c:698
8094 msgid "fontdir face name"
8095 msgstr ""
8096
8097 #: resbin.c:738
8098 msgid "accelerator"
8099 msgstr ""
8100
8101 #: resbin.c:797
8102 msgid "group cursor header"
8103 msgstr ""
8104
8105 #: resbin.c:801 resrc.c:1350
8106 #, c-format
8107 msgid "unexpected group cursor type %d"
8108 msgstr ""
8109
8110 #: resbin.c:816
8111 msgid "group cursor"
8112 msgstr ""
8113
8114 #: resbin.c:852
8115 msgid "group icon header"
8116 msgstr ""
8117
8118 #: resbin.c:856 resrc.c:1297
8119 #, c-format
8120 msgid "unexpected group icon type %d"
8121 msgstr ""
8122
8123 #: resbin.c:871
8124 msgid "group icon"
8125 msgstr ""
8126
8127 #: resbin.c:935 resbin.c:1169
8128 msgid "unexpected version string"
8129 msgstr ""
8130
8131 #: resbin.c:966
8132 #, c-format
8133 msgid "version length %d does not match resource length %lu"
8134 msgstr ""
8135
8136 #: resbin.c:970
8137 #, c-format
8138 msgid "unexpected version type %d"
8139 msgstr ""
8140
8141 #: resbin.c:982
8142 #, c-format
8143 msgid "unexpected fixed version information length %ld"
8144 msgstr ""
8145
8146 #: resbin.c:985
8147 msgid "fixed version info"
8148 msgstr ""
8149
8150 #: resbin.c:989
8151 #, c-format
8152 msgid "unexpected fixed version signature %lu"
8153 msgstr ""
8154
8155 #: resbin.c:993
8156 #, c-format
8157 msgid "unexpected fixed version info version %lu"
8158 msgstr ""
8159
8160 #: resbin.c:1022
8161 msgid "version var info"
8162 msgstr ""
8163
8164 #: resbin.c:1039
8165 #, c-format
8166 msgid "unexpected stringfileinfo value length %ld"
8167 msgstr ""
8168
8169 #: resbin.c:1056
8170 msgid "version stringtable"
8171 msgstr ""
8172
8173 #: resbin.c:1064
8174 #, c-format
8175 msgid "unexpected version stringtable value length %ld"
8176 msgstr ""
8177
8178 #: resbin.c:1081
8179 msgid "version string"
8180 msgstr ""
8181
8182 #: resbin.c:1096
8183 #, c-format
8184 msgid "unexpected version string length %ld != %ld + %ld"
8185 msgstr ""
8186
8187 #: resbin.c:1103
8188 #, c-format
8189 msgid "unexpected version string length %ld < %ld"
8190 msgstr ""
8191
8192 #: resbin.c:1129
8193 #, c-format
8194 msgid "unexpected varfileinfo value length %ld"
8195 msgstr ""
8196
8197 #: resbin.c:1148
8198 msgid "version varfileinfo"
8199 msgstr ""
8200
8201 #: resbin.c:1163
8202 #, c-format
8203 msgid "unexpected version value length %ld"
8204 msgstr ""
8205
8206 #: rescoff.c:123
8207 msgid "filename required for COFF input"
8208 msgstr ""
8209
8210 #: rescoff.c:140
8211 #, c-format
8212 msgid "%s: no resource section"
8213 msgstr ""
8214
8215 #: rescoff.c:172
8216 #, c-format
8217 msgid "%s: %s: address out of bounds"
8218 msgstr ""
8219
8220 #: rescoff.c:189
8221 msgid "directory"
8222 msgstr ""
8223
8224 #: rescoff.c:217
8225 msgid "named directory entry"
8226 msgstr ""
8227
8228 #: rescoff.c:226
8229 msgid "directory entry name"
8230 msgstr ""
8231
8232 #: rescoff.c:246
8233 msgid "named subdirectory"
8234 msgstr ""
8235
8236 #: rescoff.c:254
8237 msgid "named resource"
8238 msgstr ""
8239
8240 #: rescoff.c:269
8241 msgid "ID directory entry"
8242 msgstr ""
8243
8244 #: rescoff.c:286
8245 msgid "ID subdirectory"
8246 msgstr ""
8247
8248 #: rescoff.c:294
8249 msgid "ID resource"
8250 msgstr ""
8251
8252 #: rescoff.c:319
8253 msgid "resource type unknown"
8254 msgstr ""
8255
8256 #: rescoff.c:322
8257 msgid "data entry"
8258 msgstr ""
8259
8260 #: rescoff.c:330
8261 msgid "resource data"
8262 msgstr ""
8263
8264 #: rescoff.c:335
8265 msgid "resource data size"
8266 msgstr ""
8267
8268 #: rescoff.c:430
8269 msgid "filename required for COFF output"
8270 msgstr ""
8271
8272 #: rescoff.c:714
8273 msgid "can't get BFD_RELOC_RVA relocation type"
8274 msgstr ""
8275
8276 #: resrc.c:257 resrc.c:328
8277 #, c-format
8278 msgid "can't open temporary file `%s': %s"
8279 msgstr ""
8280
8281 #: resrc.c:263
8282 #, c-format
8283 msgid "can't redirect stdout: `%s': %s"
8284 msgstr ""
8285
8286 #: resrc.c:324
8287 #, c-format
8288 msgid "can't execute `%s': %s"
8289 msgstr ""
8290
8291 #: resrc.c:333
8292 #, c-format
8293 msgid "Using temporary file `%s' to read preprocessor output\n"
8294 msgstr ""
8295
8296 #: resrc.c:340
8297 #, c-format
8298 msgid "can't popen `%s': %s"
8299 msgstr ""
8300
8301 #: resrc.c:342
8302 #, c-format
8303 msgid "Using popen to read preprocessor output\n"
8304 msgstr ""
8305
8306 #: resrc.c:408
8307 #, c-format
8308 msgid "Tried `%s'\n"
8309 msgstr ""
8310
8311 #: resrc.c:419
8312 #, c-format
8313 msgid "Using `%s'\n"
8314 msgstr ""
8315
8316 #: resrc.c:603
8317 msgid "preprocessing failed."
8318 msgstr ""
8319
8320 #: resrc.c:634
8321 #, c-format
8322 msgid "%s: unexpected EOF"
8323 msgstr ""
8324
8325 #: resrc.c:683
8326 #, c-format
8327 msgid "%s: read of %lu returned %lu"
8328 msgstr ""
8329
8330 #: resrc.c:722 resrc.c:1497
8331 #, c-format
8332 msgid "stat failed on bitmap file `%s': %s"
8333 msgstr ""
8334
8335 #: resrc.c:773
8336 #, c-format
8337 msgid "cursor file `%s' does not contain cursor data"
8338 msgstr ""
8339
8340 #: resrc.c:805 resrc.c:1205
8341 #, c-format
8342 msgid "%s: fseek to %lu failed: %s"
8343 msgstr ""
8344
8345 #: resrc.c:931
8346 msgid "help ID requires DIALOGEX"
8347 msgstr ""
8348
8349 #: resrc.c:933
8350 msgid "control data requires DIALOGEX"
8351 msgstr ""
8352
8353 #: resrc.c:961
8354 #, c-format
8355 msgid "stat failed on font file `%s': %s"
8356 msgstr ""
8357
8358 #: resrc.c:1174
8359 #, c-format
8360 msgid "icon file `%s' does not contain icon data"
8361 msgstr ""
8362
8363 #: resrc.c:1723 resrc.c:1758
8364 #, c-format
8365 msgid "stat failed on file `%s': %s"
8366 msgstr ""
8367
8368 #: resrc.c:1957
8369 #, c-format
8370 msgid "can't open `%s' for output: %s"
8371 msgstr ""
8372
8373 #: size.c:79
8374 #, c-format
8375 msgid " Displays the sizes of sections inside binary files\n"
8376 msgstr ""
8377
8378 #: size.c:80
8379 #, c-format
8380 msgid " If no input file(s) are specified, a.out is assumed\n"
8381 msgstr ""
8382
8383 #: size.c:81
8384 #, c-format
8385 msgid ""
8386 " The options are:\n"
8387 "  -A|-B     --format={sysv|berkeley}  Select output style (default is %s)\n"
8388 "  -o|-d|-x  --radix={8|10|16}         Display numbers in octal, decimal or "
8389 "hex\n"
8390 "  -t        --totals                  Display the total sizes (Berkeley "
8391 "only)\n"
8392 "            --common                  Display total size for *COM* syms\n"
8393 "            --target=<bfdname>        Set the binary file format\n"
8394 "            @<file>                   Read options from <file>\n"
8395 "  -h        --help                    Display this information\n"
8396 "  -v        --version                 Display the program's version\n"
8397 "\n"
8398 msgstr ""
8399
8400 #: size.c:160
8401 #, c-format
8402 msgid "invalid argument to --format: %s"
8403 msgstr ""
8404
8405 #: size.c:187
8406 #, c-format
8407 msgid "Invalid radix: %s\n"
8408 msgstr ""
8409
8410 #: srconv.c:1734
8411 #, c-format
8412 msgid "Convert a COFF object file into a SYSROFF object file\n"
8413 msgstr ""
8414
8415 #: srconv.c:1735
8416 #, c-format
8417 msgid ""
8418 " The options are:\n"
8419 "  -q --quick       (Obsolete - ignored)\n"
8420 "  -n --noprescan   Do not perform a scan to convert commons into defs\n"
8421 "  -d --debug       Display information about what is being done\n"
8422 "  @<file>          Read options from <file>\n"
8423 "  -h --help        Display this information\n"
8424 "  -v --version     Print the program's version number\n"
8425 msgstr ""
8426
8427 #: srconv.c:1881
8428 #, c-format
8429 msgid "unable to open output file %s"
8430 msgstr ""
8431
8432 #: stabs.c:328 stabs.c:1717
8433 msgid "numeric overflow"
8434 msgstr ""
8435
8436 #: stabs.c:338
8437 #, c-format
8438 msgid "Bad stab: %s\n"
8439 msgstr ""
8440
8441 #: stabs.c:346
8442 #, c-format
8443 msgid "Warning: %s: %s\n"
8444 msgstr ""
8445
8446 #: stabs.c:456
8447 #, c-format
8448 msgid "N_LBRAC not within function\n"
8449 msgstr ""
8450
8451 #: stabs.c:495
8452 #, c-format
8453 msgid "Too many N_RBRACs\n"
8454 msgstr ""
8455
8456 #: stabs.c:727
8457 msgid "unknown C++ encoded name"
8458 msgstr ""
8459
8460 #. Complain and keep going, so compilers can invent new
8461 #. cross-reference types.
8462 #: stabs.c:1262
8463 msgid "unrecognized cross reference type"
8464 msgstr ""
8465
8466 #. Does this actually ever happen?  Is that why we are worrying
8467 #. about dealing with it rather than just calling error_type?
8468 #: stabs.c:1809
8469 msgid "missing index type"
8470 msgstr ""
8471
8472 #: stabs.c:2129
8473 msgid "unknown virtual character for baseclass"
8474 msgstr ""
8475
8476 #: stabs.c:2147
8477 msgid "unknown visibility character for baseclass"
8478 msgstr ""
8479
8480 #: stabs.c:2337
8481 msgid "unnamed $vb type"
8482 msgstr ""
8483
8484 #: stabs.c:2343
8485 msgid "unrecognized C++ abbreviation"
8486 msgstr ""
8487
8488 #: stabs.c:2419
8489 msgid "unknown visibility character for field"
8490 msgstr ""
8491
8492 #: stabs.c:2679
8493 msgid "const/volatile indicator missing"
8494 msgstr ""
8495
8496 #: stabs.c:2921
8497 #, c-format
8498 msgid "No mangling for \"%s\"\n"
8499 msgstr ""
8500
8501 #: stabs.c:3221
8502 msgid "Undefined N_EXCL"
8503 msgstr ""
8504
8505 #: stabs.c:3301
8506 #, c-format
8507 msgid "Type file number %d out of range\n"
8508 msgstr ""
8509
8510 #: stabs.c:3306
8511 #, c-format
8512 msgid "Type index number %d out of range\n"
8513 msgstr ""
8514
8515 #: stabs.c:3385
8516 #, c-format
8517 msgid "Unrecognized XCOFF type %d\n"
8518 msgstr ""
8519
8520 #: stabs.c:3677
8521 #, c-format
8522 msgid "bad mangled name `%s'\n"
8523 msgstr ""
8524
8525 #: stabs.c:3772
8526 #, c-format
8527 msgid "no argument types in mangled string\n"
8528 msgstr ""
8529
8530 #: stabs.c:5122
8531 #, c-format
8532 msgid "Demangled name is not a function\n"
8533 msgstr ""
8534
8535 #: stabs.c:5164
8536 #, c-format
8537 msgid "Unexpected type in v3 arglist demangling\n"
8538 msgstr ""
8539
8540 #: stabs.c:5236
8541 #, c-format
8542 msgid "Unrecognized demangle component %d\n"
8543 msgstr ""
8544
8545 #: stabs.c:5288
8546 #, c-format
8547 msgid "Failed to print demangled template\n"
8548 msgstr ""
8549
8550 #: stabs.c:5368
8551 #, c-format
8552 msgid "Couldn't get demangled builtin type\n"
8553 msgstr ""
8554
8555 #: stabs.c:5417
8556 #, c-format
8557 msgid "Unexpected demangled varargs\n"
8558 msgstr ""
8559
8560 #: stabs.c:5424
8561 #, c-format
8562 msgid "Unrecognized demangled builtin type\n"
8563 msgstr ""
8564
8565 #: strings.c:185 strings.c:244
8566 #, c-format
8567 msgid "invalid integer argument %s"
8568 msgstr ""
8569
8570 #: strings.c:247
8571 #, c-format
8572 msgid "invalid minimum string length %d"
8573 msgstr ""
8574
8575 #: strings.c:637
8576 #, c-format
8577 msgid " Display printable strings in [file(s)] (stdin by default)\n"
8578 msgstr ""
8579
8580 #: strings.c:638
8581 #, c-format
8582 msgid ""
8583 " The options are:\n"
8584 "  -a - --all                Scan the entire file, not just the data section\n"
8585 "  -f --print-file-name      Print the name of the file before each string\n"
8586 "  -n --bytes=[number]       Locate & print any NUL-terminated sequence of "
8587 "at\n"
8588 "  -<number>                   least [number] characters (default 4).\n"
8589 "  -t --radix={o,d,x}        Print the location of the string in base 8, 10 "
8590 "or 16\n"
8591 "  -o                        An alias for --radix=o\n"
8592 "  -T --target=<BFDNAME>     Specify the binary file format\n"
8593 "  -e --encoding={s,S,b,l,B,L} Select character size and endianness:\n"
8594 "                            s = 7-bit, S = 8-bit, {b,l} = 16-bit, {B,L} = 32-"
8595 "bit\n"
8596 "  @<file>                   Read options from <file>\n"
8597 "  -h --help                 Display this information\n"
8598 "  -v -V --version           Print the program's version number\n"
8599 msgstr ""
8600
8601 #: sysdump.c:66
8602 msgid "*undefined*"
8603 msgstr ""
8604
8605 #: sysdump.c:137
8606 #, c-format
8607 msgid "SUM IS %x\n"
8608 msgstr ""
8609
8610 #: sysdump.c:503
8611 #, c-format
8612 msgid "GOT A %x\n"
8613 msgstr ""
8614
8615 #: sysdump.c:521
8616 #, c-format
8617 msgid "WANTED %x!!\n"
8618 msgstr ""
8619
8620 #: sysdump.c:539
8621 msgid "SYMBOL INFO"
8622 msgstr ""
8623
8624 #: sysdump.c:557
8625 msgid "DERIVED TYPE"
8626 msgstr ""
8627
8628 #: sysdump.c:614
8629 msgid "MODULE***\n"
8630 msgstr ""
8631
8632 #: sysdump.c:647
8633 #, c-format
8634 msgid "Print a human readable interpretation of a SYSROFF object file\n"
8635 msgstr ""
8636
8637 #: sysdump.c:648
8638 #, c-format
8639 msgid ""
8640 " The options are:\n"
8641 "  -h --help        Display this information\n"
8642 "  -v --version     Print the program's version number\n"
8643 msgstr ""
8644
8645 #: sysdump.c:715
8646 #, c-format
8647 msgid "cannot open input file %s"
8648 msgstr ""
8649
8650 #: version.c:36
8651 #, c-format
8652 msgid "Copyright 2014 Free Software Foundation, Inc.\n"
8653 msgstr ""
8654
8655 #: version.c:37
8656 #, c-format
8657 msgid ""
8658 "This program is free software; you may redistribute it under the terms of\n"
8659 "the GNU General Public License version 3 or (at your option) any later "
8660 "version.\n"
8661 "This program has absolutely no warranty.\n"
8662 msgstr ""
8663
8664 #: windmc.c:190
8665 #, c-format
8666 msgid "can't create %s file `%s' for output.\n"
8667 msgstr ""
8668
8669 #: windmc.c:198
8670 #, c-format
8671 msgid "Usage: %s [option(s)] [input-file]\n"
8672 msgstr ""
8673
8674 #: windmc.c:200
8675 #, c-format
8676 msgid ""
8677 " The options are:\n"
8678 "  -a --ascii_in                Read input file as ASCII file\n"
8679 "  -A --ascii_out               Write binary messages as ASCII\n"
8680 "  -b --binprefix               .bin filename is prefixed by .mc filename_ "
8681 "for uniqueness.\n"
8682 "  -c --customflag              Set custom flags for messages\n"
8683 "  -C --codepage_in=<val>       Set codepage when reading mc text file\n"
8684 "  -d --decimal_values          Print values to text files decimal\n"
8685 "  -e --extension=<extension>   Set header extension used on export header "
8686 "file\n"
8687 "  -F --target <target>         Specify output target for endianness.\n"
8688 "  -h --headerdir=<directory>   Set the export directory for headers\n"
8689 "  -u --unicode_in              Read input file as UTF16 file\n"
8690 "  -U --unicode_out             Write binary messages as UFT16\n"
8691 "  -m --maxlength=<val>         Set the maximal allowed message length\n"
8692 "  -n --nullterminate           Automatic add a zero termination to strings\n"
8693 "  -o --hresult_use             Use HRESULT definition instead of status code "
8694 "definition\n"
8695 "  -O --codepage_out=<val>      Set codepage used for writing text file\n"
8696 "  -r --rcdir=<directory>       Set the export directory for rc files\n"
8697 "  -x --xdbg=<directory>        Where to create the .dbg C include file\n"
8698 "                               that maps message ID's to their symbolic "
8699 "name.\n"
8700 msgstr ""
8701
8702 #: windmc.c:220
8703 #, c-format
8704 msgid ""
8705 "  -H --help                    Print this help message\n"
8706 "  -v --verbose                 Verbose - tells you what it's doing\n"
8707 "  -V --version                 Print version information\n"
8708 msgstr ""
8709
8710 #: windmc.c:261 windres.c:403
8711 #, c-format
8712 msgid "%s: warning: "
8713 msgstr ""
8714
8715 #: windmc.c:262
8716 #, c-format
8717 msgid "A codepage was specified switch `%s' and UTF16.\n"
8718 msgstr ""
8719
8720 #: windmc.c:263
8721 #, c-format
8722 msgid "\tcodepage settings are ignored.\n"
8723 msgstr ""
8724
8725 #: windmc.c:307
8726 msgid "try to add a ill language."
8727 msgstr ""
8728
8729 #: windmc.c:1116
8730 #, c-format
8731 msgid "unable to open file `%s' for input.\n"
8732 msgstr ""
8733
8734 #: windmc.c:1124
8735 #, c-format
8736 msgid "unable to read contents of %s"
8737 msgstr ""
8738
8739 #: windmc.c:1136
8740 msgid "input file does not seems to be UFT16.\n"
8741 msgstr ""
8742
8743 #: windres.c:213
8744 #, c-format
8745 msgid "can't open %s `%s': %s"
8746 msgstr ""
8747
8748 #: windres.c:382
8749 #, c-format
8750 msgid ": expected to be a directory\n"
8751 msgstr ""
8752
8753 #: windres.c:394
8754 #, c-format
8755 msgid ": expected to be a leaf\n"
8756 msgstr ""
8757
8758 #: windres.c:405
8759 #, c-format
8760 msgid ": duplicate value\n"
8761 msgstr ""
8762
8763 #: windres.c:555
8764 #, c-format
8765 msgid "unknown format type `%s'"
8766 msgstr ""
8767
8768 #: windres.c:556
8769 #, c-format
8770 msgid "%s: supported formats:"
8771 msgstr ""
8772
8773 #. Otherwise, we give up.
8774 #: windres.c:639
8775 #, c-format
8776 msgid "can not determine type of file `%s'; use the -J option"
8777 msgstr ""
8778
8779 #: windres.c:651
8780 #, c-format
8781 msgid "Usage: %s [option(s)] [input-file] [output-file]\n"
8782 msgstr ""
8783
8784 #: windres.c:653
8785 #, c-format
8786 msgid ""
8787 " The options are:\n"
8788 "  -i --input=<file>            Name input file\n"
8789 "  -o --output=<file>           Name output file\n"
8790 "  -J --input-format=<format>   Specify input format\n"
8791 "  -O --output-format=<format>  Specify output format\n"
8792 "  -F --target=<target>         Specify COFF target\n"
8793 "     --preprocessor=<program>  Program to use to preprocess rc file\n"
8794 "     --preprocessor-arg=<arg>  Additional preprocessor argument\n"
8795 "  -I --include-dir=<dir>       Include directory when preprocessing rc file\n"
8796 "  -D --define <sym>[=<val>]    Define SYM when preprocessing rc file\n"
8797 "  -U --undefine <sym>          Undefine SYM when preprocessing rc file\n"
8798 "  -v --verbose                 Verbose - tells you what it's doing\n"
8799 "  -c --codepage=<codepage>     Specify default codepage\n"
8800 "  -l --language=<val>          Set language when reading rc file\n"
8801 "     --use-temp-file           Use a temporary file instead of popen to "
8802 "read\n"
8803 "                               the preprocessor output\n"
8804 "     --no-use-temp-file        Use popen (default)\n"
8805 msgstr ""
8806
8807 #: windres.c:671
8808 #, c-format
8809 msgid "     --yydebug                 Turn on parser debugging\n"
8810 msgstr ""
8811
8812 #: windres.c:674
8813 #, c-format
8814 msgid ""
8815 "  -r                           Ignored for compatibility with rc\n"
8816 "  @<file>                      Read options from <file>\n"
8817 "  -h --help                    Print this help message\n"
8818 "  -V --version                 Print version information\n"
8819 msgstr ""
8820
8821 #: windres.c:679
8822 #, c-format
8823 msgid ""
8824 "FORMAT is one of rc, res, or coff, and is deduced from the file name\n"
8825 "extension if not specified.  A single file name is an input file.\n"
8826 "No input-file is stdin, default rc.  No output-file is stdout, default rc.\n"
8827 msgstr ""
8828
8829 #: windres.c:842
8830 msgid "invalid codepage specified.\n"
8831 msgstr ""
8832
8833 #: windres.c:857
8834 msgid "invalid option -f\n"
8835 msgstr ""
8836
8837 #: windres.c:862
8838 msgid "No filename following the -fo option.\n"
8839 msgstr ""
8840
8841 #: windres.c:951
8842 #, c-format
8843 msgid ""
8844 "Option -I is deprecated for setting the input format, please use -J "
8845 "instead.\n"
8846 msgstr ""
8847
8848 #: windres.c:1064
8849 msgid "no resources"
8850 msgstr ""
8851
8852 #: wrstabs.c:354 wrstabs.c:1915
8853 #, c-format
8854 msgid "string_hash_lookup failed: %s"
8855 msgstr ""
8856
8857 #: wrstabs.c:637
8858 #, c-format
8859 msgid "stab_int_type: bad size %u"
8860 msgstr ""
8861
8862 #: wrstabs.c:1393
8863 #, c-format
8864 msgid "%s: warning: unknown size for field `%s' in struct"
8865 msgstr ""