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