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