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