1 1.1 christos # Serbian translation of binutils. 2 1.7 christos # Copyright 2025 Free Software Foundation, Inc. 3 1.1 christos # This file is distributed under the same license as the binutils package. 4 1.7 christos # <miroslavnikolic (a] rocketmail.com>, 2014-2025. 5 1.7 christos # 6 1.1 christos msgid "" 7 1.1 christos msgstr "" 8 1.7 christos "Project-Id-Version: binutils-2.43.90\n" 9 1.5 christos "Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n" 10 1.7 christos "POT-Creation-Date: 2025-01-19 12:20+0000\n" 11 1.7 christos "PO-Revision-Date: 2025-03-02 16:44+0100\n" 12 1.1 christos "Last-Translator: <miroslavnikolic (a] rocketmail.com>\n" 13 1.1 christos "Language-Team: Serbian <(nothing)>\n" 14 1.1 christos "Language: sr\n" 15 1.1 christos "MIME-Version: 1.0\n" 16 1.1 christos "Content-Type: text/plain; charset=UTF-8\n" 17 1.1 christos "Content-Transfer-Encoding: 8bit\n" 18 1.1 christos "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" 19 1.5 christos "X-Bugs: Report translation errors to the Language-Team address.\n" 20 1.7 christos "X-Generator: Poedit 3.5\n" 21 1.1 christos 22 1.6 christos #: addr2line.c:89 23 1.1 christos #, c-format 24 1.1 christos msgid "Usage: %s [option(s)] [addr(s)]\n" 25 1.1 christos msgstr ": %s [] []\n" 26 1.1 christos 27 1.6 christos #: addr2line.c:90 28 1.1 christos #, c-format 29 1.1 christos msgid " Convert addresses into line number/file name pairs.\n" 30 1.1 christos msgstr " / .\n" 31 1.1 christos 32 1.6 christos #: addr2line.c:91 33 1.1 christos #, c-format 34 1.1 christos msgid " If no addresses are specified on the command line, they will be read from stdin\n" 35 1.7 christos msgstr " , \n" 36 1.1 christos 37 1.6 christos #: addr2line.c:92 38 1.1 christos #, c-format 39 1.1 christos msgid "" 40 1.1 christos " The options are:\n" 41 1.1 christos " @<file> Read options from <file>\n" 42 1.1 christos " -a --addresses Show addresses\n" 43 1.1 christos " -b --target=<bfdname> Set the binary file format\n" 44 1.1 christos " -e --exe=<executable> Set the input file name (default is a.out)\n" 45 1.1 christos " -i --inlines Unwind inlined functions\n" 46 1.1 christos " -j --section=<name> Read section-relative offsets instead of addresses\n" 47 1.1 christos " -p --pretty-print Make the output easier to read for humans\n" 48 1.1 christos " -s --basenames Strip directory names\n" 49 1.1 christos " -f --functions Show function names\n" 50 1.1 christos " -C --demangle[=style] Demangle function names\n" 51 1.5 christos " -R --recurse-limit Enable a limit on recursion whilst demangling. [Default]\n" 52 1.5 christos " -r --no-recurse-limit Disable a limit on recursion whilst demangling\n" 53 1.1 christos " -h --help Display this information\n" 54 1.1 christos " -v --version Display the program's version\n" 55 1.1 christos "\n" 56 1.1 christos msgstr "" 57 1.7 christos " :\n" 58 1.1 christos " @<> <>\n" 59 1.1 christos " -a --addresses \n" 60 1.5 christos " -b --target=<> \n" 61 1.5 christos " -e --exe=<> ( a.out)\n" 62 1.1 christos " -i --inlines \n" 63 1.1 christos " -j --section=<> \n" 64 1.1 christos " -p --pretty-print \n" 65 1.1 christos " -s --basenames \n" 66 1.1 christos " -f --functions \n" 67 1.1 christos " -C --demangle[=] \n" 68 1.5 christos " -R --recurse-limit . []\n" 69 1.5 christos " -r --no-recurse-limit \n" 70 1.1 christos " -h --help \n" 71 1.1 christos " -v --version \n" 72 1.1 christos "\n" 73 1.1 christos 74 1.7 christos #: addr2line.c:111 ar.c:354 ar.c:391 coffdump.c:470 dlltool.c:3724 75 1.7 christos #: dllwrap.c:518 elfedit.c:976 objcopy.c:706 objcopy.c:762 readelf.c:6328 76 1.7 christos #: size.c:110 srconv.c:1705 strings.c:1361 sysdump.c:655 windmc.c:227 77 1.5 christos #: windres.c:690 78 1.1 christos #, c-format 79 1.1 christos msgid "Report bugs to %s\n" 80 1.1 christos msgstr " %s\n" 81 1.1 christos 82 1.1 christos #. Note for translators: This printf is used to join the 83 1.1 christos #. function name just printed above to the line number/ 84 1.1 christos #. file name pair that is about to be printed below. Eg: 85 1.1 christos #. 86 1.1 christos #. foo at 123:bar.c 87 1.7 christos #: addr2line.c:379 88 1.1 christos #, c-format 89 1.1 christos msgid " at " 90 1.1 christos msgstr " " 91 1.1 christos 92 1.1 christos #. Note for translators: This printf is used to join the 93 1.1 christos #. line number/file name pair that has just been printed with 94 1.1 christos #. the line number/file name pair that is going to be printed 95 1.1 christos #. by the next iteration of the while loop. Eg: 96 1.1 christos #. 97 1.1 christos #. 123:bar.c (inlined by) 456:main.c 98 1.7 christos #: addr2line.c:419 99 1.1 christos #, c-format 100 1.1 christos msgid " (inlined by) " 101 1.1 christos msgstr " ( ) " 102 1.1 christos 103 1.7 christos #: addr2line.c:453 104 1.1 christos #, c-format 105 1.1 christos msgid "%s: cannot get addresses from archive" 106 1.1 christos msgstr "%s: " 107 1.1 christos 108 1.7 christos #: addr2line.c:472 109 1.1 christos #, c-format 110 1.1 christos msgid "%s: cannot find section %s" 111 1.1 christos msgstr "%s: %s" 112 1.1 christos 113 1.7 christos #: addr2line.c:514 ar.c:750 dlltool.c:3240 nm.c:1981 objcopy.c:6222 114 1.7 christos #: objdump.c:5982 size.c:152 strings.c:356 windmc.c:958 windres.c:816 115 1.5 christos msgid "fatal error: libbfd ABI mismatch" 116 1.5 christos msgstr " : libbfd ABI " 117 1.5 christos 118 1.7 christos #: addr2line.c:541 nm.c:2007 objdump.c:6034 readelf.c:6635 119 1.1 christos #, c-format 120 1.1 christos msgid "unknown demangling style `%s'" 121 1.1 christos msgstr " %s" 122 1.1 christos 123 1.7 christos #: ar.c:270 124 1.1 christos #, c-format 125 1.1 christos msgid "no entry %s in archive\n" 126 1.1 christos msgstr " %s \n" 127 1.1 christos 128 1.7 christos #: ar.c:284 129 1.1 christos #, c-format 130 1.5 christos msgid "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <name>] [member-name] [count] archive-file file...\n" 131 1.5 christos msgstr ": %s [ ] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin <>] [-] [] - ...\n" 132 1.1 christos 133 1.7 christos #: ar.c:290 134 1.1 christos #, c-format 135 1.5 christos msgid "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [member-name] [count] archive-file file...\n" 136 1.5 christos msgstr ": %s [ ] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [-] [] - ...\n" 137 1.1 christos 138 1.7 christos #: ar.c:298 139 1.1 christos #, c-format 140 1.1 christos msgid " %s -M [<mri-script]\n" 141 1.1 christos msgstr " %s -M [<-]\n" 142 1.1 christos 143 1.7 christos #: ar.c:299 144 1.1 christos #, c-format 145 1.1 christos msgid " commands:\n" 146 1.1 christos msgstr " :\n" 147 1.1 christos 148 1.7 christos #: ar.c:300 149 1.1 christos #, c-format 150 1.1 christos msgid " d - delete file(s) from the archive\n" 151 1.5 christos msgstr " d () \n" 152 1.1 christos 153 1.7 christos #: ar.c:301 154 1.1 christos #, c-format 155 1.1 christos msgid " m[ab] - move file(s) in the archive\n" 156 1.5 christos msgstr " m[ab] () \n" 157 1.1 christos 158 1.7 christos #: ar.c:302 159 1.1 christos #, c-format 160 1.1 christos msgid " p - print file(s) found in the archive\n" 161 1.5 christos msgstr " p () () \n" 162 1.1 christos 163 1.7 christos #: ar.c:303 164 1.1 christos #, c-format 165 1.1 christos msgid " q[f] - quick append file(s) to the archive\n" 166 1.5 christos msgstr " q[f] () \n" 167 1.1 christos 168 1.7 christos #: ar.c:304 169 1.1 christos #, c-format 170 1.1 christos msgid " r[ab][f][u] - replace existing or insert new file(s) into the archive\n" 171 1.5 christos msgstr " r[ab][f][u] () () () \n" 172 1.1 christos 173 1.7 christos #: ar.c:305 174 1.1 christos #, c-format 175 1.1 christos msgid " s - act as ranlib\n" 176 1.5 christos msgstr " s \n" 177 1.1 christos 178 1.7 christos #: ar.c:306 179 1.1 christos #, c-format 180 1.5 christos msgid " t[O][v] - display contents of the archive\n" 181 1.5 christos msgstr " t[O][v] \n" 182 1.1 christos 183 1.7 christos #: ar.c:307 184 1.1 christos #, c-format 185 1.1 christos msgid " x[o] - extract file(s) from the archive\n" 186 1.5 christos msgstr " x[o] () \n" 187 1.1 christos 188 1.7 christos #: ar.c:308 189 1.1 christos #, c-format 190 1.1 christos msgid " command specific modifiers:\n" 191 1.1 christos msgstr " :\n" 192 1.1 christos 193 1.7 christos #: ar.c:309 194 1.1 christos #, c-format 195 1.1 christos msgid " [a] - put file(s) after [member-name]\n" 196 1.7 christos msgstr " [a] () [-]\n" 197 1.1 christos 198 1.7 christos #: ar.c:310 199 1.1 christos #, c-format 200 1.1 christos msgid " [b] - put file(s) before [member-name] (same as [i])\n" 201 1.7 christos msgstr " [b] () [-] ( [i])\n" 202 1.1 christos 203 1.7 christos #: ar.c:313 204 1.1 christos #, c-format 205 1.1 christos msgid " [D] - use zero for timestamps and uids/gids (default)\n" 206 1.5 christos msgstr " [D] -/- ()\n" 207 1.1 christos 208 1.7 christos #: ar.c:315 209 1.1 christos #, c-format 210 1.1 christos msgid " [U] - use actual timestamps and uids/gids\n" 211 1.5 christos msgstr " [U] -/-\n" 212 1.1 christos 213 1.7 christos #: ar.c:320 214 1.1 christos #, c-format 215 1.1 christos msgid " [D] - use zero for timestamps and uids/gids\n" 216 1.5 christos msgstr " [D] -/-\n" 217 1.1 christos 218 1.7 christos #: ar.c:322 219 1.1 christos #, c-format 220 1.1 christos msgid " [U] - use actual timestamps and uids/gids (default)\n" 221 1.5 christos msgstr " [U] -/- ()\n" 222 1.1 christos 223 1.7 christos #: ar.c:325 224 1.1 christos #, c-format 225 1.1 christos msgid " [N] - use instance [count] of name\n" 226 1.5 christos msgstr " [N] [] \n" 227 1.1 christos 228 1.7 christos #: ar.c:326 229 1.1 christos #, c-format 230 1.1 christos msgid " [f] - truncate inserted file names\n" 231 1.5 christos msgstr " [f] \n" 232 1.1 christos 233 1.7 christos #: ar.c:327 234 1.1 christos #, c-format 235 1.1 christos msgid " [P] - use full path names when matching\n" 236 1.5 christos msgstr " [P] \n" 237 1.1 christos 238 1.7 christos #: ar.c:328 239 1.1 christos #, c-format 240 1.1 christos msgid " [o] - preserve original dates\n" 241 1.5 christos msgstr " [o] \n" 242 1.5 christos 243 1.7 christos #: ar.c:329 244 1.5 christos #, c-format 245 1.5 christos msgid " [O] - display offsets of files in the archive\n" 246 1.5 christos msgstr " [O] \n" 247 1.1 christos 248 1.7 christos #: ar.c:330 249 1.1 christos #, c-format 250 1.1 christos msgid " [u] - only replace files that are newer than current archive contents\n" 251 1.5 christos msgstr " [u] \n" 252 1.1 christos 253 1.7 christos #: ar.c:331 254 1.1 christos #, c-format 255 1.1 christos msgid " generic modifiers:\n" 256 1.1 christos msgstr " :\n" 257 1.1 christos 258 1.7 christos #: ar.c:332 259 1.1 christos #, c-format 260 1.1 christos msgid " [c] - do not warn if the library had to be created\n" 261 1.5 christos msgstr " [c] \n" 262 1.1 christos 263 1.7 christos #: ar.c:333 264 1.1 christos #, c-format 265 1.1 christos msgid " [s] - create an archive index (cf. ranlib)\n" 266 1.5 christos msgstr " [s] ( ranlib)\n" 267 1.5 christos 268 1.7 christos #: ar.c:334 269 1.5 christos #, c-format 270 1.5 christos msgid " [l <text> ] - specify the dependencies of this library\n" 271 1.5 christos msgstr " [l <> ] \n" 272 1.1 christos 273 1.7 christos #: ar.c:335 274 1.1 christos #, c-format 275 1.1 christos msgid " [S] - do not build a symbol table\n" 276 1.5 christos msgstr " [S] \n" 277 1.1 christos 278 1.7 christos #: ar.c:336 279 1.1 christos #, c-format 280 1.5 christos msgid " [T] - deprecated, use --thin instead\n" 281 1.5 christos msgstr " [T] , --thin \n" 282 1.1 christos 283 1.7 christos #: ar.c:337 284 1.1 christos #, c-format 285 1.1 christos msgid " [v] - be verbose\n" 286 1.5 christos msgstr " [v] \n" 287 1.1 christos 288 1.7 christos #: ar.c:338 289 1.1 christos #, c-format 290 1.1 christos msgid " [V] - display the version number\n" 291 1.5 christos msgstr " [V] \n" 292 1.1 christos 293 1.7 christos #: ar.c:339 294 1.1 christos #, c-format 295 1.1 christos msgid " @<file> - read options from <file>\n" 296 1.5 christos msgstr " @<> <>\n" 297 1.1 christos 298 1.7 christos #: ar.c:340 299 1.1 christos #, c-format 300 1.1 christos msgid " --target=BFDNAME - specify the target object format as BFDNAME\n" 301 1.5 christos msgstr " --target= \n" 302 1.5 christos 303 1.7 christos #: ar.c:341 304 1.5 christos #, c-format 305 1.5 christos msgid " --output=DIRNAME - specify the output directory for extraction operations\n" 306 1.5 christos msgstr " --output=DIRNAME \n" 307 1.5 christos 308 1.7 christos #: ar.c:342 309 1.5 christos #, c-format 310 1.5 christos msgid " --record-libdeps=<text> - specify the dependencies of this library\n" 311 1.5 christos msgstr " --record-libdeps=<> \n" 312 1.1 christos 313 1.7 christos #: ar.c:343 314 1.5 christos #, c-format 315 1.5 christos msgid " --thin - make a thin archive\n" 316 1.5 christos msgstr " --thin \n" 317 1.5 christos 318 1.7 christos #: ar.c:345 319 1.1 christos #, c-format 320 1.1 christos msgid " optional:\n" 321 1.5 christos msgstr " :\n" 322 1.1 christos 323 1.7 christos #: ar.c:346 324 1.1 christos #, c-format 325 1.1 christos msgid " --plugin <p> - load the specified plugin\n" 326 1.5 christos msgstr " -plugin <p> \n" 327 1.1 christos 328 1.7 christos #: ar.c:367 329 1.1 christos #, c-format 330 1.1 christos msgid "Usage: %s [options] archive\n" 331 1.1 christos msgstr ": %s [] \n" 332 1.1 christos 333 1.7 christos #: ar.c:368 334 1.1 christos #, c-format 335 1.1 christos msgid " Generate an index to speed access to archives\n" 336 1.5 christos msgstr " \n" 337 1.1 christos 338 1.7 christos #: ar.c:369 339 1.1 christos #, c-format 340 1.1 christos msgid "" 341 1.1 christos " The options are:\n" 342 1.1 christos " @<file> Read options from <file>\n" 343 1.1 christos msgstr "" 344 1.1 christos " :\n" 345 1.1 christos " @<> <>\n" 346 1.1 christos 347 1.7 christos #: ar.c:372 348 1.1 christos #, c-format 349 1.1 christos msgid " --plugin <name> Load the specified plugin\n" 350 1.5 christos msgstr " --plugin <> \n" 351 1.1 christos 352 1.7 christos #: ar.c:376 353 1.1 christos #, c-format 354 1.1 christos msgid "" 355 1.1 christos " -D Use zero for symbol map timestamp (default)\n" 356 1.1 christos " -U Use an actual symbol map timestamp\n" 357 1.1 christos msgstr "" 358 1.1 christos " -D ()\n" 359 1.1 christos " -U \n" 360 1.1 christos 361 1.7 christos #: ar.c:380 362 1.1 christos #, c-format 363 1.1 christos msgid "" 364 1.1 christos " -D Use zero for symbol map timestamp\n" 365 1.1 christos " -U Use actual symbol map timestamp (default)\n" 366 1.1 christos msgstr "" 367 1.1 christos " -D \n" 368 1.1 christos " -U ()\n" 369 1.1 christos 370 1.7 christos #: ar.c:383 371 1.1 christos #, c-format 372 1.1 christos msgid "" 373 1.1 christos " -t Update the archive's symbol map timestamp\n" 374 1.1 christos " -h --help Print this help message\n" 375 1.1 christos " -v --version Print version information\n" 376 1.1 christos msgstr "" 377 1.1 christos " -t \n" 378 1.1 christos " -h --help \n" 379 1.1 christos " -V --version \n" 380 1.1 christos 381 1.7 christos #: ar.c:507 382 1.1 christos msgid "two different operation options specified" 383 1.1 christos msgstr " " 384 1.1 christos 385 1.7 christos #: ar.c:543 386 1.5 christos msgid "libdeps specified more than once" 387 1.5 christos msgstr "libdeps " 388 1.5 christos 389 1.7 christos #: ar.c:604 ar.c:679 nm.c:2126 390 1.1 christos #, c-format 391 1.1 christos msgid "sorry - this program has been built without plugin support\n" 392 1.1 christos msgstr " \n" 393 1.1 christos 394 1.7 christos #: ar.c:806 395 1.1 christos msgid "no operation specified" 396 1.1 christos msgstr " " 397 1.1 christos 398 1.7 christos #: ar.c:809 399 1.1 christos msgid "`u' is only meaningful with the `r' option." 400 1.1 christos msgstr "u r." 401 1.1 christos 402 1.7 christos #: ar.c:812 403 1.7 christos msgid "`u' is not meaningful with the `D' option - replacement will always happen." 404 1.7 christos msgstr "u D ." 405 1.1 christos 406 1.7 christos #: ar.c:815 407 1.1 christos msgid "`u' modifier ignored since `D' is the default (see `U')" 408 1.1 christos msgstr "u D ( U)" 409 1.1 christos 410 1.7 christos #: ar.c:824 411 1.5 christos msgid "missing position arg." 412 1.5 christos msgstr " ." 413 1.5 christos 414 1.7 christos #: ar.c:830 415 1.1 christos msgid "`N' is only meaningful with the `x' and `d' options." 416 1.1 christos msgstr "N x d." 417 1.1 christos 418 1.7 christos #: ar.c:832 419 1.5 christos msgid "`N' missing value." 420 1.5 christos msgstr "N ." 421 1.5 christos 422 1.7 christos #: ar.c:835 423 1.1 christos msgid "Value for `N' must be positive." 424 1.1 christos msgstr " N ." 425 1.1 christos 426 1.7 christos #: ar.c:851 427 1.1 christos msgid "`x' cannot be used on thin archives." 428 1.1 christos msgstr "x ." 429 1.1 christos 430 1.7 christos #: ar.c:865 431 1.5 christos msgid "Cannot create libdeps record." 432 1.5 christos msgstr " libdeps ." 433 1.5 christos 434 1.7 christos #: ar.c:868 435 1.5 christos msgid "Cannot set libdeps record type to binary." 436 1.5 christos msgstr " libdeps ." 437 1.5 christos 438 1.7 christos #: ar.c:871 439 1.5 christos msgid "Cannot set libdeps object format." 440 1.5 christos msgstr " libdeps ." 441 1.5 christos 442 1.7 christos #: ar.c:874 443 1.5 christos msgid "Cannot make libdeps object writable." 444 1.5 christos msgstr " libdeps ." 445 1.5 christos 446 1.7 christos #: ar.c:877 447 1.5 christos msgid "Cannot write libdeps record." 448 1.5 christos msgstr " libdeps ." 449 1.5 christos 450 1.7 christos #: ar.c:880 451 1.5 christos msgid "Cannot make libdeps object readable." 452 1.5 christos msgstr " libdeps ." 453 1.5 christos 454 1.7 christos #: ar.c:883 455 1.5 christos msgid "Cannot reset libdeps record type." 456 1.5 christos msgstr " libdeps ." 457 1.5 christos 458 1.7 christos #: ar.c:955 459 1.1 christos #, c-format 460 1.1 christos msgid "internal error -- this option not implemented" 461 1.5 christos msgstr " " 462 1.1 christos 463 1.7 christos #: ar.c:1026 464 1.1 christos #, c-format 465 1.1 christos msgid "creating %s" 466 1.1 christos msgstr " %s" 467 1.1 christos 468 1.6 christos #: ar.c:1051 469 1.1 christos #, c-format 470 1.1 christos msgid "Cannot convert existing library %s to thin format" 471 1.1 christos msgstr " %s " 472 1.1 christos 473 1.6 christos #: ar.c:1057 474 1.1 christos #, c-format 475 1.1 christos msgid "Cannot convert existing thin library %s to normal format" 476 1.1 christos msgstr " %s " 477 1.1 christos 478 1.7 christos #: ar.c:1088 ar.c:1193 ar.c:1522 objcopy.c:3716 479 1.1 christos #, c-format 480 1.1 christos msgid "internal stat error on %s" 481 1.1 christos msgstr " %s" 482 1.1 christos 483 1.7 christos #: ar.c:1108 ar.c:1220 484 1.1 christos #, c-format 485 1.1 christos msgid "%s is not a valid archive" 486 1.1 christos msgstr "%s " 487 1.1 christos 488 1.7 christos #: ar.c:1138 489 1.5 christos #, c-format 490 1.5 christos msgid "illegal output pathname for archive member: %s, using '%s' instead" 491 1.5 christos msgstr " : %s, %s" 492 1.5 christos 493 1.7 christos #: ar.c:1270 494 1.1 christos msgid "could not create temporary file whilst writing archive" 495 1.1 christos msgstr " " 496 1.1 christos 497 1.7 christos #: ar.c:1420 498 1.1 christos #, c-format 499 1.1 christos msgid "No member named `%s'\n" 500 1.1 christos msgstr " %s\n" 501 1.1 christos 502 1.7 christos #: ar.c:1473 503 1.1 christos #, c-format 504 1.1 christos msgid "no entry %s in archive %s!" 505 1.1 christos msgstr " %s %s!" 506 1.1 christos 507 1.7 christos #: ar.c:1655 508 1.1 christos #, c-format 509 1.1 christos msgid "%s: no archive map to update" 510 1.1 christos msgstr "%s: " 511 1.1 christos 512 1.5 christos #: arsup.c:91 513 1.1 christos #, c-format 514 1.1 christos msgid "No entry %s in archive.\n" 515 1.1 christos msgstr " %s .\n" 516 1.1 christos 517 1.5 christos #: arsup.c:116 518 1.1 christos #, c-format 519 1.1 christos msgid "Can't open file %s\n" 520 1.1 christos msgstr " %s\n" 521 1.1 christos 522 1.5 christos #: arsup.c:159 523 1.5 christos #, c-format 524 1.5 christos msgid "%s: Can't open temporary file (%s)\n" 525 1.5 christos msgstr "%s: (%s)\n" 526 1.5 christos 527 1.5 christos #: arsup.c:170 528 1.1 christos #, c-format 529 1.1 christos msgid "%s: Can't open output archive %s\n" 530 1.1 christos msgstr "%s: %s\n" 531 1.1 christos 532 1.5 christos #: arsup.c:191 533 1.1 christos #, c-format 534 1.1 christos msgid "%s: Can't open input archive %s\n" 535 1.1 christos msgstr "%s: %s\n" 536 1.1 christos 537 1.5 christos #: arsup.c:200 538 1.1 christos #, c-format 539 1.1 christos msgid "%s: file %s is not an archive\n" 540 1.1 christos msgstr "%s: %s \n" 541 1.1 christos 542 1.5 christos #: arsup.c:240 543 1.1 christos #, c-format 544 1.1 christos msgid "%s: no output archive specified yet\n" 545 1.1 christos msgstr "%s: \n" 546 1.1 christos 547 1.5 christos #: arsup.c:260 arsup.c:303 arsup.c:345 arsup.c:383 arsup.c:449 548 1.1 christos #, c-format 549 1.1 christos msgid "%s: no open output archive\n" 550 1.1 christos msgstr "%s: \n" 551 1.1 christos 552 1.5 christos #: arsup.c:276 arsup.c:404 arsup.c:430 553 1.1 christos #, c-format 554 1.1 christos msgid "%s: can't open file %s\n" 555 1.1 christos msgstr "%s: %s\n" 556 1.1 christos 557 1.7 christos #: arsup.c:330 arsup.c:426 arsup.c:508 558 1.1 christos #, c-format 559 1.1 christos msgid "%s: can't find module file %s\n" 560 1.1 christos msgstr "%s: %s\n" 561 1.1 christos 562 1.5 christos #: arsup.c:458 563 1.1 christos #, c-format 564 1.1 christos msgid "Current open archive is %s\n" 565 1.1 christos msgstr " %s\n" 566 1.1 christos 567 1.7 christos #: arsup.c:483 568 1.1 christos #, c-format 569 1.1 christos msgid "%s: no open archive\n" 570 1.1 christos msgstr "%s: \n" 571 1.1 christos 572 1.5 christos #: binemul.c:38 573 1.1 christos #, c-format 574 1.1 christos msgid " No emulation specific options\n" 575 1.1 christos msgstr " \n" 576 1.1 christos 577 1.1 christos #. Macros for common output. 578 1.5 christos #: binemul.h:45 579 1.1 christos #, c-format 580 1.1 christos msgid " emulation options: \n" 581 1.1 christos msgstr " : \n" 582 1.1 christos 583 1.5 christos #: bucomm.c:43 bucomm.c:76 584 1.5 christos msgid "cause of error unknown" 585 1.5 christos msgstr " " 586 1.5 christos 587 1.6 christos #: bucomm.c:170 588 1.1 christos #, c-format 589 1.1 christos msgid "can't set BFD default target to `%s': %s" 590 1.1 christos msgstr " %s: %s" 591 1.1 christos 592 1.6 christos #: bucomm.c:182 593 1.1 christos #, c-format 594 1.1 christos msgid "%s: Matching formats:" 595 1.1 christos msgstr "%s: :" 596 1.1 christos 597 1.6 christos #: bucomm.c:199 598 1.1 christos #, c-format 599 1.1 christos msgid "Supported targets:" 600 1.1 christos msgstr ":" 601 1.1 christos 602 1.6 christos #: bucomm.c:201 603 1.1 christos #, c-format 604 1.1 christos msgid "%s: supported targets:" 605 1.1 christos msgstr "%s: :" 606 1.1 christos 607 1.6 christos #: bucomm.c:219 608 1.1 christos #, c-format 609 1.1 christos msgid "Supported architectures:" 610 1.1 christos msgstr " :" 611 1.1 christos 612 1.6 christos #: bucomm.c:221 613 1.1 christos #, c-format 614 1.1 christos msgid "%s: supported architectures:" 615 1.1 christos msgstr "%s: :" 616 1.1 christos 617 1.6 christos #: bucomm.c:234 618 1.1 christos msgid "big endian" 619 1.1 christos msgstr " " 620 1.1 christos 621 1.6 christos #: bucomm.c:235 622 1.1 christos msgid "little endian" 623 1.1 christos msgstr " " 624 1.1 christos 625 1.6 christos #: bucomm.c:236 626 1.1 christos msgid "endianness unknown" 627 1.1 christos msgstr " " 628 1.1 christos 629 1.6 christos #: bucomm.c:283 630 1.1 christos #, c-format 631 1.1 christos msgid "" 632 1.1 christos "%s\n" 633 1.1 christos " (header %s, data %s)\n" 634 1.1 christos msgstr "" 635 1.1 christos "%s\n" 636 1.1 christos " ( %s, %s)\n" 637 1.1 christos 638 1.6 christos #: bucomm.c:432 639 1.1 christos #, c-format 640 1.1 christos msgid "BFD header file version %s\n" 641 1.1 christos msgstr " %s\n" 642 1.1 christos 643 1.7 christos #: bucomm.c:461 644 1.5 christos #, c-format 645 1.5 christos msgid "<time data corrupt>" 646 1.5 christos msgstr "< >" 647 1.5 christos 648 1.7 christos #: bucomm.c:606 649 1.1 christos #, c-format 650 1.1 christos msgid "%s: bad number: %s" 651 1.1 christos msgstr "%s: : %s" 652 1.1 christos 653 1.7 christos #: bucomm.c:626 strings.c:469 654 1.1 christos #, c-format 655 1.1 christos msgid "'%s': No such file" 656 1.1 christos msgstr "%s: " 657 1.1 christos 658 1.7 christos #: bucomm.c:628 strings.c:471 659 1.1 christos #, c-format 660 1.1 christos msgid "Warning: could not locate '%s'. reason: %s" 661 1.1 christos msgstr " : %s. : %s" 662 1.1 christos 663 1.7 christos #: bucomm.c:632 strings.c:477 664 1.5 christos #, c-format 665 1.5 christos msgid "Warning: '%s' is a directory" 666 1.5 christos msgstr " : %s " 667 1.5 christos 668 1.7 christos #: bucomm.c:634 bucomm.c:647 669 1.1 christos #, c-format 670 1.1 christos msgid "Warning: '%s' is not an ordinary file" 671 1.1 christos msgstr " : %s " 672 1.1 christos 673 1.7 christos #: bucomm.c:636 674 1.1 christos #, c-format 675 1.1 christos msgid "Warning: '%s' has negative size, probably it is too large" 676 1.1 christos msgstr " : %s , " 677 1.1 christos 678 1.5 christos #: coffdump.c:106 679 1.1 christos #, c-format 680 1.1 christos msgid "#lines %d " 681 1.1 christos msgstr "# %d " 682 1.1 christos 683 1.5 christos #: coffdump.c:129 684 1.1 christos #, c-format 685 1.1 christos msgid "size %d " 686 1.1 christos msgstr " %d " 687 1.1 christos 688 1.5 christos #: coffdump.c:134 689 1.1 christos #, c-format 690 1.1 christos msgid "section definition at %x size %x\n" 691 1.1 christos msgstr " %x %x\n" 692 1.1 christos 693 1.5 christos #: coffdump.c:140 694 1.1 christos #, c-format 695 1.1 christos msgid "pointer to" 696 1.1 christos msgstr " " 697 1.1 christos 698 1.5 christos #: coffdump.c:145 699 1.1 christos #, c-format 700 1.1 christos msgid "array [%d] of" 701 1.1 christos msgstr " [%d] " 702 1.1 christos 703 1.5 christos #: coffdump.c:150 704 1.1 christos #, c-format 705 1.1 christos msgid "function returning" 706 1.1 christos msgstr " " 707 1.1 christos 708 1.5 christos #: coffdump.c:154 709 1.1 christos #, c-format 710 1.1 christos msgid "arguments" 711 1.1 christos msgstr "" 712 1.1 christos 713 1.5 christos #: coffdump.c:158 714 1.1 christos #, c-format 715 1.1 christos msgid "code" 716 1.1 christos msgstr "" 717 1.1 christos 718 1.5 christos #: coffdump.c:164 719 1.1 christos #, c-format 720 1.1 christos msgid "structure definition" 721 1.1 christos msgstr " " 722 1.1 christos 723 1.5 christos #: coffdump.c:170 724 1.1 christos #, c-format 725 1.1 christos msgid "structure ref to UNKNOWN struct" 726 1.1 christos msgstr " " 727 1.1 christos 728 1.5 christos #: coffdump.c:172 729 1.1 christos #, c-format 730 1.1 christos msgid "structure ref to %s" 731 1.1 christos msgstr " %s" 732 1.1 christos 733 1.5 christos #: coffdump.c:175 734 1.1 christos #, c-format 735 1.1 christos msgid "enum ref to %s" 736 1.1 christos msgstr " %s" 737 1.1 christos 738 1.5 christos #: coffdump.c:178 739 1.1 christos #, c-format 740 1.1 christos msgid "enum definition" 741 1.1 christos msgstr " " 742 1.1 christos 743 1.5 christos #: coffdump.c:251 744 1.1 christos #, c-format 745 1.1 christos msgid "Stack offset %x" 746 1.1 christos msgstr " %x" 747 1.1 christos 748 1.5 christos #: coffdump.c:254 749 1.1 christos #, c-format 750 1.1 christos msgid "Memory section %s+%x" 751 1.1 christos msgstr " %s+%x" 752 1.1 christos 753 1.5 christos #: coffdump.c:257 754 1.1 christos #, c-format 755 1.1 christos msgid "Register %d" 756 1.1 christos msgstr " %d" 757 1.1 christos 758 1.5 christos #: coffdump.c:260 759 1.1 christos #, c-format 760 1.1 christos msgid "Struct Member offset %x" 761 1.1 christos msgstr " %x" 762 1.1 christos 763 1.5 christos #: coffdump.c:263 764 1.1 christos #, c-format 765 1.1 christos msgid "Enum Member offset %x" 766 1.1 christos msgstr " %x" 767 1.1 christos 768 1.5 christos #: coffdump.c:266 769 1.1 christos #, c-format 770 1.1 christos msgid "Undefined symbol" 771 1.1 christos msgstr " " 772 1.1 christos 773 1.1 christos #: coffdump.c:334 774 1.1 christos #, c-format 775 1.1 christos msgid "List of symbols" 776 1.1 christos msgstr " " 777 1.1 christos 778 1.1 christos #: coffdump.c:341 779 1.1 christos #, c-format 780 1.1 christos msgid "Symbol %s, tag %d, number %d" 781 1.1 christos msgstr " %s, %d, %d" 782 1.1 christos 783 1.7 christos #: coffdump.c:345 readelf.c:20401 readelf.c:20497 784 1.1 christos #, c-format 785 1.1 christos msgid "Type" 786 1.1 christos msgstr "" 787 1.1 christos 788 1.1 christos #: coffdump.c:350 789 1.1 christos #, c-format 790 1.1 christos msgid "Where" 791 1.1 christos msgstr "" 792 1.1 christos 793 1.1 christos #: coffdump.c:354 794 1.1 christos #, c-format 795 1.1 christos msgid "Visible" 796 1.1 christos msgstr "" 797 1.1 christos 798 1.7 christos #: coffdump.c:369 799 1.1 christos msgid "List of blocks " 800 1.1 christos msgstr " " 801 1.1 christos 802 1.7 christos #: coffdump.c:382 803 1.1 christos #, c-format 804 1.1 christos msgid "vars %d" 805 1.1 christos msgstr " %d" 806 1.1 christos 807 1.7 christos #: coffdump.c:385 808 1.1 christos #, c-format 809 1.1 christos msgid "blocks" 810 1.1 christos msgstr "" 811 1.1 christos 812 1.7 christos #: coffdump.c:403 813 1.1 christos #, c-format 814 1.1 christos msgid "List of source files" 815 1.1 christos msgstr " " 816 1.1 christos 817 1.7 christos #: coffdump.c:409 818 1.1 christos #, c-format 819 1.1 christos msgid "Source file %s" 820 1.1 christos msgstr " %s" 821 1.1 christos 822 1.7 christos #: coffdump.c:423 823 1.1 christos #, c-format 824 1.5 christos msgid "section %s %d %d address %x size %x number %d nrelocs %u" 825 1.5 christos msgstr " %s %d %d %x %x %d n_ %u" 826 1.5 christos 827 1.5 christos #. PR 17512: file: 0a38fb7c. 828 1.7 christos #: coffdump.c:435 829 1.5 christos msgid "<no sym>" 830 1.5 christos msgstr "< >" 831 1.1 christos 832 1.7 christos #: coffdump.c:450 833 1.1 christos #, c-format 834 1.1 christos msgid "#sources %d" 835 1.1 christos msgstr "# %d" 836 1.1 christos 837 1.7 christos #: coffdump.c:461 sysdump.c:648 838 1.1 christos #, c-format 839 1.1 christos msgid "Usage: %s [option(s)] in-file\n" 840 1.1 christos msgstr ": %s [] -\n" 841 1.1 christos 842 1.7 christos #: coffdump.c:462 843 1.1 christos #, c-format 844 1.1 christos msgid " Print a human readable interpretation of a COFF object file\n" 845 1.6 christos msgstr "" 846 1.7 christos " \n" 847 1.6 christos "\n" 848 1.1 christos 849 1.7 christos #: coffdump.c:463 850 1.1 christos #, c-format 851 1.1 christos msgid "" 852 1.1 christos " The options are:\n" 853 1.1 christos " @<file> Read options from <file>\n" 854 1.1 christos " -h --help Display this information\n" 855 1.1 christos " -v --version Display the program's version\n" 856 1.1 christos "\n" 857 1.1 christos msgstr "" 858 1.7 christos " :\n" 859 1.1 christos " @<> <>\n" 860 1.1 christos " -h --help \n" 861 1.1 christos " -V --version \n" 862 1.1 christos "\n" 863 1.1 christos 864 1.7 christos #: coffdump.c:531 srconv.c:1794 sysdump.c:711 865 1.1 christos msgid "no input file specified" 866 1.1 christos msgstr " " 867 1.1 christos 868 1.5 christos #: coffgrok.c:107 869 1.5 christos msgid "Out of context scope change encountered" 870 1.5 christos msgstr " " 871 1.5 christos 872 1.5 christos #: coffgrok.c:130 873 1.5 christos #, c-format 874 1.5 christos msgid "Invalid section target index: %u" 875 1.5 christos msgstr " : %u" 876 1.5 christos 877 1.5 christos #: coffgrok.c:187 878 1.5 christos #, c-format 879 1.5 christos msgid "Invalid section target index: %d" 880 1.5 christos msgstr " : %d" 881 1.5 christos 882 1.5 christos #: coffgrok.c:190 883 1.5 christos msgid "Target section has insufficient relocs" 884 1.5 christos msgstr " " 885 1.5 christos 886 1.7 christos #: coffgrok.c:198 887 1.5 christos #, c-format 888 1.5 christos msgid "Symbol index %u encountered when there are no symbols" 889 1.5 christos msgstr " %u " 890 1.5 christos 891 1.7 christos #: coffgrok.c:199 892 1.5 christos #, c-format 893 1.5 christos msgid "Invalid symbol index %u encountered" 894 1.5 christos msgstr " %u" 895 1.5 christos 896 1.5 christos #: coffgrok.c:251 897 1.5 christos #, c-format 898 1.5 christos msgid "Invalid section number (%d) encountered" 899 1.5 christos msgstr " (%d)" 900 1.5 christos 901 1.5 christos #: coffgrok.c:273 902 1.5 christos #, c-format 903 1.5 christos msgid "Unrecognized symbol class: %d" 904 1.5 christos msgstr " : %d" 905 1.5 christos 906 1.5 christos #: coffgrok.c:351 907 1.5 christos #, c-format 908 1.5 christos msgid "Type entry %u does not have enough symbolic information" 909 1.5 christos msgstr " %u " 910 1.5 christos 911 1.5 christos #: coffgrok.c:354 912 1.5 christos #, c-format 913 1.5 christos msgid "Type entry %u does not refer to a symbol" 914 1.5 christos msgstr " %u " 915 1.5 christos 916 1.5 christos #: coffgrok.c:376 917 1.5 christos msgid "Section definition needs a section length" 918 1.5 christos msgstr " " 919 1.5 christos 920 1.5 christos #: coffgrok.c:427 921 1.5 christos msgid "Aggregate definition needs auxiliary information" 922 1.5 christos msgstr " " 923 1.5 christos 924 1.7 christos #: coffgrok.c:460 925 1.5 christos msgid "Enum definition needs auxiliary information" 926 1.5 christos msgstr " " 927 1.5 christos 928 1.7 christos #: coffgrok.c:500 929 1.5 christos msgid "Array definition needs auxiliary information" 930 1.5 christos msgstr " " 931 1.5 christos 932 1.7 christos #: coffgrok.c:516 933 1.5 christos #, c-format 934 1.5 christos msgid "Out of range sum for els (%#x) * size (%#x)" 935 1.5 christos msgstr " els (%#x) (%#x) " 936 1.5 christos 937 1.7 christos #: coffgrok.c:607 coffgrok.c:850 938 1.5 christos #, c-format 939 1.5 christos msgid "Unrecognised symbol class: %d" 940 1.5 christos msgstr " : %d" 941 1.5 christos 942 1.7 christos #: coffgrok.c:624 943 1.5 christos msgid "ICE: do_define called without a block" 944 1.5 christos msgstr "ICE: do_define " 945 1.5 christos 946 1.7 christos #: coffgrok.c:626 947 1.5 christos #, c-format 948 1.5 christos msgid "Out of range symbol index: %u" 949 1.5 christos msgstr " : %u" 950 1.5 christos 951 1.7 christos #: coffgrok.c:663 952 1.5 christos msgid "Section referenced before any file is defined" 953 1.5 christos msgstr " " 954 1.5 christos 955 1.7 christos #: coffgrok.c:681 956 1.5 christos #, c-format 957 1.5 christos msgid "Out of range sum for offset (%#x) + size (%#x)" 958 1.5 christos msgstr " (%#x) (%#x) " 959 1.5 christos 960 1.7 christos #: coffgrok.c:686 961 1.5 christos #, c-format 962 1.5 christos msgid "Out of range type size: %u" 963 1.5 christos msgstr " : %u" 964 1.5 christos 965 1.7 christos #: coffgrok.c:772 966 1.5 christos msgid "Function start encountered without a top level scope." 967 1.5 christos msgstr " ." 968 1.5 christos 969 1.7 christos #: coffgrok.c:798 970 1.5 christos msgid "Block start encountered without a scope for it." 971 1.5 christos msgstr " ." 972 1.5 christos 973 1.7 christos #: coffgrok.c:808 974 1.5 christos msgid "Function arguments encountered without a function definition" 975 1.5 christos msgstr " " 976 1.5 christos 977 1.7 christos #: coffgrok.c:816 978 1.5 christos msgid "Structure element encountered without a structure definition" 979 1.5 christos msgstr " " 980 1.5 christos 981 1.7 christos #: coffgrok.c:821 982 1.5 christos msgid "Enum element encountered without an enum definition" 983 1.5 christos msgstr " " 984 1.5 christos 985 1.7 christos #: coffgrok.c:829 986 1.5 christos msgid "Aggregate definition encountered without a scope" 987 1.5 christos msgstr " " 988 1.5 christos 989 1.7 christos #: coffgrok.c:835 990 1.5 christos msgid "Label definition encountered without a file scope" 991 1.5 christos msgstr " " 992 1.5 christos 993 1.7 christos #: coffgrok.c:843 994 1.5 christos msgid "Variable definition encountered without a scope" 995 1.5 christos msgstr " " 996 1.5 christos 997 1.7 christos #: coffgrok.c:866 998 1.5 christos #, c-format 999 1.5 christos msgid "%s: is not a COFF format file" 1000 1.5 christos msgstr "%s: COFF " 1001 1.5 christos 1002 1.7 christos #: cxxfilt.c:124 nm.c:380 objdump.c:465 1003 1.1 christos #, c-format 1004 1.1 christos msgid "Report bugs to %s.\n" 1005 1.1 christos msgstr " %s.\n" 1006 1.1 christos 1007 1.7 christos #: debug.c:650 1008 1.1 christos msgid "debug_add_to_current_namespace: no current file" 1009 1.1 christos msgstr "debug_add_to_current_namespace: " 1010 1.1 christos 1011 1.7 christos #: debug.c:744 1012 1.1 christos msgid "debug_start_source: no debug_set_filename call" 1013 1.1 christos msgstr "debug_start_source: debug_set_filename" 1014 1.1 christos 1015 1.7 christos #: debug.c:796 1016 1.1 christos msgid "debug_record_function: no debug_set_filename call" 1017 1.1 christos msgstr "debug_record_function: debug_set_filename" 1018 1.1 christos 1019 1.7 christos #: debug.c:846 1020 1.1 christos msgid "debug_record_parameter: no current function" 1021 1.1 christos msgstr "debug_record_parameter: " 1022 1.1 christos 1023 1.7 christos #: debug.c:877 1024 1.1 christos msgid "debug_end_function: no current function" 1025 1.1 christos msgstr "debug_end_function: " 1026 1.1 christos 1027 1.7 christos #: debug.c:883 1028 1.1 christos msgid "debug_end_function: some blocks were not closed" 1029 1.1 christos msgstr "debug_end_function: " 1030 1.1 christos 1031 1.7 christos #: debug.c:911 1032 1.1 christos msgid "debug_start_block: no current block" 1033 1.1 christos msgstr "debug_start_block: " 1034 1.1 christos 1035 1.7 christos #: debug.c:946 1036 1.1 christos msgid "debug_end_block: no current block" 1037 1.1 christos msgstr "debug_end_block: " 1038 1.1 christos 1039 1.7 christos #: debug.c:953 1040 1.1 christos msgid "debug_end_block: attempt to close top level block" 1041 1.1 christos msgstr "debug_end_block: " 1042 1.1 christos 1043 1.7 christos #: debug.c:976 1044 1.1 christos msgid "debug_record_line: no current unit" 1045 1.1 christos msgstr "debug_record_line: " 1046 1.1 christos 1047 1.1 christos #. FIXME 1048 1.7 christos #: debug.c:1028 1049 1.1 christos msgid "debug_start_common_block: not implemented" 1050 1.1 christos msgstr "debug_start_common_block: " 1051 1.1 christos 1052 1.1 christos #. FIXME 1053 1.7 christos #: debug.c:1039 1054 1.1 christos msgid "debug_end_common_block: not implemented" 1055 1.1 christos msgstr "debug_end_common_block: " 1056 1.1 christos 1057 1.1 christos #. FIXME. 1058 1.7 christos #: debug.c:1122 1059 1.1 christos msgid "debug_record_label: not implemented" 1060 1.1 christos msgstr "debug_record_label: " 1061 1.1 christos 1062 1.7 christos #: debug.c:1144 1063 1.1 christos msgid "debug_record_variable: no current file" 1064 1.1 christos msgstr "debug_record_variable: " 1065 1.1 christos 1066 1.7 christos #: debug.c:1660 1067 1.1 christos msgid "debug_make_undefined_type: unsupported kind" 1068 1.1 christos msgstr "debug_make_undefined_type: " 1069 1.1 christos 1070 1.7 christos #: debug.c:1837 1071 1.1 christos msgid "debug_name_type: no current file" 1072 1.1 christos msgstr "debug_name_type: " 1073 1.1 christos 1074 1.7 christos #: debug.c:1881 1075 1.1 christos msgid "debug_tag_type: no current file" 1076 1.1 christos msgstr "debug_tag_type: " 1077 1.1 christos 1078 1.7 christos #: debug.c:1889 1079 1.1 christos msgid "debug_tag_type: extra tag attempted" 1080 1.1 christos msgstr "debug_tag_type: " 1081 1.1 christos 1082 1.7 christos #: debug.c:1925 1083 1.1 christos #, c-format 1084 1.1 christos msgid "Warning: changing type size from %d to %d\n" 1085 1.1 christos msgstr ": %d %d\n" 1086 1.1 christos 1087 1.7 christos #: debug.c:1947 1088 1.1 christos msgid "debug_find_named_type: no current compilation unit" 1089 1.1 christos msgstr "debug_find_named_type: " 1090 1.1 christos 1091 1.7 christos #: debug.c:2050 1092 1.1 christos #, c-format 1093 1.1 christos msgid "debug_get_real_type: circular debug information for %s\n" 1094 1.1 christos msgstr "debug_get_real_type: %s\n" 1095 1.1 christos 1096 1.7 christos #: debug.c:2489 1097 1.1 christos msgid "debug_write_type: illegal type encountered" 1098 1.1 christos msgstr "debug_write_type: " 1099 1.1 christos 1100 1.7 christos #: dlltool.c:876 dlltool.c:901 1101 1.1 christos #, c-format 1102 1.1 christos msgid "Internal error: Unknown machine type: %d" 1103 1.1 christos msgstr " : : %d" 1104 1.1 christos 1105 1.7 christos #: dlltool.c:952 1106 1.1 christos #, c-format 1107 1.1 christos msgid "Can't open def file: %s" 1108 1.1 christos msgstr " : %s" 1109 1.1 christos 1110 1.7 christos #: dlltool.c:957 1111 1.1 christos #, c-format 1112 1.1 christos msgid "Processing def file: %s" 1113 1.1 christos msgstr " : %s" 1114 1.1 christos 1115 1.7 christos #: dlltool.c:961 1116 1.1 christos msgid "Processed def file" 1117 1.1 christos msgstr " " 1118 1.1 christos 1119 1.7 christos #: dlltool.c:985 1120 1.1 christos #, c-format 1121 1.1 christos msgid "Syntax error in def file %s:%d" 1122 1.1 christos msgstr " %s:%d" 1123 1.1 christos 1124 1.7 christos #: dlltool.c:1020 1125 1.1 christos #, c-format 1126 1.1 christos msgid "%s: Path components stripped from image name, '%s'." 1127 1.1 christos msgstr "%s: , %s." 1128 1.1 christos 1129 1.7 christos #: dlltool.c:1038 1130 1.1 christos #, c-format 1131 1.1 christos msgid "NAME: %s base: %x" 1132 1.1 christos msgstr ": %s : %x" 1133 1.1 christos 1134 1.7 christos #: dlltool.c:1041 dlltool.c:1062 1135 1.1 christos msgid "Can't have LIBRARY and NAME" 1136 1.1 christos msgstr " " 1137 1.1 christos 1138 1.7 christos #: dlltool.c:1059 1139 1.1 christos #, c-format 1140 1.1 christos msgid "LIBRARY: %s base: %x" 1141 1.1 christos msgstr ": %s : %x" 1142 1.1 christos 1143 1.7 christos #: dlltool.c:1214 1144 1.1 christos #, c-format 1145 1.1 christos msgid "VERSION %d.%d\n" 1146 1.1 christos msgstr " %d.%d\n" 1147 1.1 christos 1148 1.7 christos #: dlltool.c:1261 1149 1.1 christos #, c-format 1150 1.1 christos msgid "run: %s %s" 1151 1.1 christos msgstr ": %s %s" 1152 1.1 christos 1153 1.7 christos #: dlltool.c:1302 resrc.c:289 1154 1.1 christos #, c-format 1155 1.1 christos msgid "wait: %s" 1156 1.1 christos msgstr ": %s" 1157 1.1 christos 1158 1.7 christos #: dlltool.c:1307 dllwrap.c:416 resrc.c:294 1159 1.1 christos #, c-format 1160 1.1 christos msgid "subprocess got fatal signal %d" 1161 1.1 christos msgstr " %d" 1162 1.1 christos 1163 1.7 christos #: dlltool.c:1313 dllwrap.c:423 resrc.c:301 1164 1.1 christos #, c-format 1165 1.1 christos msgid "%s exited with status %d" 1166 1.1 christos msgstr "%s %d" 1167 1.1 christos 1168 1.7 christos #: dlltool.c:1344 1169 1.1 christos #, c-format 1170 1.1 christos msgid "Sucking in info from %s section in %s" 1171 1.1 christos msgstr " %s %s" 1172 1.1 christos 1173 1.7 christos #: dlltool.c:1486 1174 1.1 christos #, c-format 1175 1.1 christos msgid "Excluding symbol: %s" 1176 1.1 christos msgstr " : %s" 1177 1.1 christos 1178 1.7 christos #: dlltool.c:1575 dlltool.c:1586 nm.c:1410 nm.c:1419 1179 1.1 christos #, c-format 1180 1.1 christos msgid "%s: no symbols" 1181 1.1 christos msgstr "%s: " 1182 1.1 christos 1183 1.1 christos #. FIXME: we ought to read in and block out the base relocations. 1184 1.7 christos #: dlltool.c:1612 1185 1.1 christos #, c-format 1186 1.1 christos msgid "Done reading %s" 1187 1.5 christos msgstr " %s" 1188 1.1 christos 1189 1.7 christos #: dlltool.c:1622 1190 1.1 christos #, c-format 1191 1.1 christos msgid "Unable to open object file: %s: %s" 1192 1.1 christos msgstr " : %s: %s" 1193 1.1 christos 1194 1.7 christos #: dlltool.c:1625 1195 1.1 christos #, c-format 1196 1.1 christos msgid "Scanning object file %s" 1197 1.1 christos msgstr " %s" 1198 1.1 christos 1199 1.7 christos #: dlltool.c:1645 1200 1.1 christos #, c-format 1201 1.1 christos msgid "Cannot produce mcore-elf dll from archive file: %s" 1202 1.1 christos msgstr " dll mcore-elf : %s" 1203 1.1 christos 1204 1.7 christos #: dlltool.c:1747 1205 1.1 christos msgid "Adding exports to output file" 1206 1.1 christos msgstr " " 1207 1.1 christos 1208 1.7 christos #: dlltool.c:1799 1209 1.1 christos msgid "Added exports to output file" 1210 1.1 christos msgstr " " 1211 1.1 christos 1212 1.7 christos #: dlltool.c:1966 1213 1.1 christos #, c-format 1214 1.1 christos msgid "Generating export file: %s" 1215 1.1 christos msgstr " : %s" 1216 1.1 christos 1217 1.7 christos #: dlltool.c:1971 1218 1.1 christos #, c-format 1219 1.1 christos msgid "Unable to open temporary assembler file: %s" 1220 1.1 christos msgstr " : %s" 1221 1.1 christos 1222 1.7 christos #: dlltool.c:1976 1223 1.1 christos #, c-format 1224 1.1 christos msgid "Opened temporary file: %s" 1225 1.1 christos msgstr " : %s" 1226 1.1 christos 1227 1.7 christos #: dlltool.c:2157 1228 1.1 christos msgid "failed to read the number of entries from base file" 1229 1.1 christos msgstr " " 1230 1.1 christos 1231 1.7 christos #: dlltool.c:2208 1232 1.1 christos msgid "Generated exports file" 1233 1.1 christos msgstr " " 1234 1.1 christos 1235 1.7 christos #: dlltool.c:2351 1236 1.1 christos #, c-format 1237 1.1 christos msgid "bfd_open failed open stub file: %s: %s" 1238 1.1 christos msgstr "_ : %s: %s" 1239 1.1 christos 1240 1.7 christos #: dlltool.c:2355 1241 1.1 christos #, c-format 1242 1.1 christos msgid "Creating stub file: %s" 1243 1.1 christos msgstr " : %s" 1244 1.1 christos 1245 1.7 christos #: dlltool.c:2698 1246 1.1 christos #, c-format 1247 1.1 christos msgid "bfd_open failed reopen stub file: %s: %s" 1248 1.1 christos msgstr "_ : %s: %s" 1249 1.1 christos 1250 1.7 christos #: dlltool.c:2712 dlltool.c:2791 1251 1.1 christos #, c-format 1252 1.1 christos msgid "failed to open temporary head file: %s" 1253 1.1 christos msgstr " : %s" 1254 1.1 christos 1255 1.7 christos #: dlltool.c:2776 dlltool.c:2866 1256 1.1 christos #, c-format 1257 1.1 christos msgid "failed to open temporary head file: %s: %s" 1258 1.1 christos msgstr " : %s: %s" 1259 1.1 christos 1260 1.7 christos #: dlltool.c:2881 1261 1.1 christos #, c-format 1262 1.1 christos msgid "failed to open temporary tail file: %s" 1263 1.1 christos msgstr " : %s" 1264 1.1 christos 1265 1.7 christos #: dlltool.c:2917 1266 1.1 christos #, c-format 1267 1.1 christos msgid "failed to open temporary tail file: %s: %s" 1268 1.1 christos msgstr " : %s: %s" 1269 1.1 christos 1270 1.7 christos #: dlltool.c:2940 1271 1.1 christos #, c-format 1272 1.1 christos msgid "Can't create .lib file: %s: %s" 1273 1.1 christos msgstr " .lib: %s: %s" 1274 1.1 christos 1275 1.7 christos #: dlltool.c:2944 1276 1.1 christos #, c-format 1277 1.1 christos msgid "Creating library file: %s" 1278 1.1 christos msgstr " : %s" 1279 1.1 christos 1280 1.7 christos #: dlltool.c:3028 dlltool.c:3034 1281 1.1 christos #, c-format 1282 1.1 christos msgid "cannot delete %s: %s" 1283 1.1 christos msgstr " %s: %s" 1284 1.1 christos 1285 1.7 christos #: dlltool.c:3039 1286 1.1 christos msgid "Created lib file" 1287 1.1 christos msgstr " " 1288 1.1 christos 1289 1.7 christos #: dlltool.c:3245 1290 1.1 christos #, c-format 1291 1.1 christos msgid "Can't open .lib file: %s: %s" 1292 1.1 christos msgstr " .lib: %s: %s" 1293 1.1 christos 1294 1.7 christos #: dlltool.c:3253 dlltool.c:3275 1295 1.1 christos #, c-format 1296 1.1 christos msgid "%s is not a library" 1297 1.1 christos msgstr "%s " 1298 1.1 christos 1299 1.7 christos #: dlltool.c:3293 1300 1.1 christos #, c-format 1301 1.1 christos msgid "Import library `%s' specifies two or more dlls" 1302 1.1 christos msgstr " %s -" 1303 1.1 christos 1304 1.7 christos #: dlltool.c:3304 1305 1.1 christos #, c-format 1306 1.1 christos msgid "Unable to determine dll name for `%s' (not an import library?)" 1307 1.1 christos msgstr " %s ( ?)" 1308 1.1 christos 1309 1.7 christos #: dlltool.c:3521 1310 1.1 christos #, c-format 1311 1.1 christos msgid "Warning, ignoring duplicate EXPORT %s %d,%d" 1312 1.1 christos msgstr ", %s %d,%d" 1313 1.1 christos 1314 1.7 christos #: dlltool.c:3527 1315 1.1 christos #, c-format 1316 1.1 christos msgid "Error, duplicate EXPORT with ordinals: %s" 1317 1.1 christos msgstr " : %s" 1318 1.1 christos 1319 1.7 christos #: dlltool.c:3632 1320 1.1 christos msgid "Processing definitions" 1321 1.1 christos msgstr " " 1322 1.1 christos 1323 1.7 christos #: dlltool.c:3664 1324 1.1 christos msgid "Processed definitions" 1325 1.1 christos msgstr " " 1326 1.1 christos 1327 1.1 christos #. xgetext:c-format 1328 1.7 christos #: dlltool.c:3671 dllwrap.c:477 1329 1.1 christos #, c-format 1330 1.1 christos msgid "Usage %s <option(s)> <object-file(s)>\n" 1331 1.1 christos msgstr " %s <> <->\n" 1332 1.1 christos 1333 1.1 christos #. xgetext:c-format 1334 1.7 christos #: dlltool.c:3673 1335 1.1 christos #, c-format 1336 1.1 christos msgid " -m --machine <machine> Create as DLL for <machine>. [default: %s]\n" 1337 1.1 christos msgstr " -m --machine <> <>. [ : %s]\n" 1338 1.1 christos 1339 1.7 christos #: dlltool.c:3674 1340 1.1 christos #, c-format 1341 1.7 christos msgid " possible <machine>: arm[_interwork], arm64, i386, mcore[-elf]{-le|-be}, thumb\n" 1342 1.7 christos msgstr " <>: arm[_interwork], arm64, i386, mcore[-elf]{-le|-be}, thumb\n" 1343 1.1 christos 1344 1.7 christos #: dlltool.c:3675 1345 1.1 christos #, c-format 1346 1.1 christos msgid " -e --output-exp <outname> Generate an export file.\n" 1347 1.1 christos msgstr " -e --output-exp <-> .\n" 1348 1.1 christos 1349 1.7 christos #: dlltool.c:3676 1350 1.1 christos #, c-format 1351 1.1 christos msgid " -l --output-lib <outname> Generate an interface library.\n" 1352 1.1 christos msgstr " -l --output-lib <-> .\n" 1353 1.1 christos 1354 1.7 christos #: dlltool.c:3677 1355 1.1 christos #, c-format 1356 1.1 christos msgid " -y --output-delaylib <outname> Create a delay-import library.\n" 1357 1.1 christos msgstr " -y --output-delaylib <-> -.\n" 1358 1.1 christos 1359 1.7 christos #: dlltool.c:3678 1360 1.7 christos #, c-format 1361 1.7 christos msgid " --deterministic-libraries\n" 1362 1.7 christos msgstr " --deterministic-libraries\n" 1363 1.7 christos 1364 1.7 christos #: dlltool.c:3680 1365 1.7 christos #, c-format 1366 1.7 christos msgid " Use zero for timestamps and uids/gids in output libraries (default)\n" 1367 1.7 christos msgstr " -/- ()\n" 1368 1.7 christos 1369 1.7 christos #: dlltool.c:3682 1370 1.7 christos #, c-format 1371 1.7 christos msgid " Use zero for timestamps and uids/gids in output libraries\n" 1372 1.7 christos msgstr " -/- \n" 1373 1.7 christos 1374 1.7 christos #: dlltool.c:3683 1375 1.7 christos #, c-format 1376 1.7 christos msgid " --non-deterministic-libraries\n" 1377 1.7 christos msgstr " --non-deterministic-libraries\n" 1378 1.7 christos 1379 1.7 christos #: dlltool.c:3685 1380 1.7 christos #, c-format 1381 1.7 christos msgid " Use actual timestamps and uids/gids in output libraries\n" 1382 1.7 christos msgstr " -/- \n" 1383 1.7 christos 1384 1.7 christos #: dlltool.c:3687 1385 1.7 christos #, c-format 1386 1.7 christos msgid " Use actual timestamps and uids/gids in output libraries (default)\n" 1387 1.7 christos msgstr " -/- ()\n" 1388 1.7 christos 1389 1.7 christos #: dlltool.c:3688 1390 1.1 christos #, c-format 1391 1.1 christos msgid " -a --add-indirect Add dll indirects to export file.\n" 1392 1.1 christos msgstr " -a --add-indirect .\n" 1393 1.1 christos 1394 1.7 christos #: dlltool.c:3689 1395 1.1 christos #, c-format 1396 1.1 christos msgid " -D --dllname <name> Name of input dll to put into interface lib.\n" 1397 1.1 christos msgstr " -D --dllname <> .\n" 1398 1.1 christos 1399 1.7 christos #: dlltool.c:3690 1400 1.1 christos #, c-format 1401 1.1 christos msgid " -d --input-def <deffile> Name of .def file to be read in.\n" 1402 1.1 christos msgstr " -d --input-def <> .def .\n" 1403 1.1 christos 1404 1.7 christos #: dlltool.c:3691 1405 1.1 christos #, c-format 1406 1.1 christos msgid " -z --output-def <deffile> Name of .def file to be created.\n" 1407 1.1 christos msgstr " -z --output-def <> .def .\n" 1408 1.1 christos 1409 1.7 christos #: dlltool.c:3692 1410 1.1 christos #, c-format 1411 1.1 christos msgid " --export-all-symbols Export all symbols to .def\n" 1412 1.1 christos msgstr " --export-all-symbols .def\n" 1413 1.1 christos 1414 1.7 christos #: dlltool.c:3693 1415 1.1 christos #, c-format 1416 1.1 christos msgid " --no-export-all-symbols Only export listed symbols\n" 1417 1.1 christos msgstr " --no-export-all-symbols \n" 1418 1.1 christos 1419 1.7 christos #: dlltool.c:3694 1420 1.1 christos #, c-format 1421 1.1 christos msgid " --exclude-symbols <list> Don't export <list>\n" 1422 1.1 christos msgstr " --exclude-symbols <> <>\n" 1423 1.1 christos 1424 1.7 christos #: dlltool.c:3695 1425 1.1 christos #, c-format 1426 1.1 christos msgid " --no-default-excludes Clear default exclude symbols\n" 1427 1.1 christos msgstr " --no-default-excludes \n" 1428 1.1 christos 1429 1.7 christos #: dlltool.c:3696 1430 1.1 christos #, c-format 1431 1.1 christos msgid " -b --base-file <basefile> Read linker generated base file.\n" 1432 1.1 christos msgstr " -b --base-file <fichier_base> .\n" 1433 1.1 christos 1434 1.7 christos #: dlltool.c:3697 1435 1.1 christos #, c-format 1436 1.1 christos msgid " -x --no-idata4 Don't generate idata$4 section.\n" 1437 1.1 christos msgstr " -x --no-idata4 idata$4.\n" 1438 1.1 christos 1439 1.7 christos #: dlltool.c:3698 1440 1.1 christos #, c-format 1441 1.1 christos msgid " -c --no-idata5 Don't generate idata$5 section.\n" 1442 1.1 christos msgstr " -c --no-idata5 idata$5.\n" 1443 1.1 christos 1444 1.7 christos #: dlltool.c:3699 1445 1.1 christos #, c-format 1446 1.1 christos msgid " --use-nul-prefixed-import-tables Use zero prefixed idata$4 and idata$5.\n" 1447 1.1 christos msgstr " --use-nul-prefixed-import-tables idata$4 idata$5 .\n" 1448 1.1 christos 1449 1.7 christos #: dlltool.c:3700 1450 1.1 christos #, c-format 1451 1.1 christos msgid " -U --add-underscore Add underscores to all symbols in interface library.\n" 1452 1.1 christos msgstr " -U --add-underscore .\n" 1453 1.1 christos 1454 1.7 christos #: dlltool.c:3701 1455 1.1 christos #, c-format 1456 1.1 christos msgid " --add-stdcall-underscore Add underscores to stdcall symbols in interface library.\n" 1457 1.1 christos msgstr " --add-stdcall-underscore .\n" 1458 1.1 christos 1459 1.7 christos #: dlltool.c:3702 1460 1.1 christos #, c-format 1461 1.1 christos msgid " --no-leading-underscore All symbols shouldn't be prefixed by an underscore.\n" 1462 1.1 christos msgstr " --no-leading-underscore .\n" 1463 1.1 christos 1464 1.7 christos #: dlltool.c:3703 1465 1.1 christos #, c-format 1466 1.1 christos msgid " --leading-underscore All symbols should be prefixed by an underscore.\n" 1467 1.1 christos msgstr " --leading-underscore .\n" 1468 1.1 christos 1469 1.7 christos #: dlltool.c:3704 1470 1.1 christos #, c-format 1471 1.1 christos msgid " -k --kill-at Kill @<n> from exported names.\n" 1472 1.1 christos msgstr " -k --kill-at @<n> .\n" 1473 1.1 christos 1474 1.7 christos #: dlltool.c:3705 1475 1.1 christos #, c-format 1476 1.1 christos msgid " -A --add-stdcall-alias Add aliases without @<n>.\n" 1477 1.1 christos msgstr " -A --add-stdcall-alias @<n>.\n" 1478 1.1 christos 1479 1.7 christos #: dlltool.c:3706 1480 1.1 christos #, c-format 1481 1.1 christos msgid " -p --ext-prefix-alias <prefix> Add aliases with <prefix>.\n" 1482 1.1 christos msgstr " -p --axd-prefix-alias <> <>.\n" 1483 1.1 christos 1484 1.7 christos #: dlltool.c:3707 1485 1.1 christos #, c-format 1486 1.1 christos msgid " -S --as <name> Use <name> for assembler.\n" 1487 1.1 christos msgstr " -S --as <> <> .\n" 1488 1.1 christos 1489 1.7 christos #: dlltool.c:3708 1490 1.1 christos #, c-format 1491 1.1 christos msgid " -f --as-flags <flags> Pass <flags> to the assembler.\n" 1492 1.1 christos msgstr " -f --as-flags <> <> .\n" 1493 1.1 christos 1494 1.7 christos #: dlltool.c:3709 1495 1.1 christos #, c-format 1496 1.1 christos msgid " -C --compat-implib Create backward compatible import library.\n" 1497 1.1 christos msgstr " -C --compat-implib .\n" 1498 1.1 christos 1499 1.7 christos #: dlltool.c:3710 1500 1.1 christos #, c-format 1501 1.1 christos msgid " -n --no-delete Keep temp files (repeat for extra preservation).\n" 1502 1.1 christos msgstr " -n --no-delete ( ).\n" 1503 1.1 christos 1504 1.7 christos #: dlltool.c:3711 1505 1.1 christos #, c-format 1506 1.1 christos msgid " -t --temp-prefix <prefix> Use <prefix> to construct temp file names.\n" 1507 1.1 christos msgstr " -t --temp-prefix <> <> .\n" 1508 1.1 christos 1509 1.7 christos #: dlltool.c:3712 1510 1.1 christos #, c-format 1511 1.1 christos msgid " -I --identify <implib> Report the name of the DLL associated with <implib>.\n" 1512 1.1 christos msgstr " -I --identify <> - <>-.\n" 1513 1.1 christos 1514 1.7 christos #: dlltool.c:3713 1515 1.1 christos #, c-format 1516 1.1 christos msgid " --identify-strict Causes --identify to report error when multiple DLLs.\n" 1517 1.1 christos msgstr " --identify-strict --identify -.\n" 1518 1.1 christos 1519 1.7 christos #: dlltool.c:3714 1520 1.1 christos #, c-format 1521 1.1 christos msgid " -v --verbose Be verbose.\n" 1522 1.1 christos msgstr " -v --verbose .\n" 1523 1.1 christos 1524 1.7 christos #: dlltool.c:3715 1525 1.1 christos #, c-format 1526 1.1 christos msgid " -V --version Display the program version.\n" 1527 1.1 christos msgstr " -V --version .\n" 1528 1.1 christos 1529 1.7 christos #: dlltool.c:3716 1530 1.1 christos #, c-format 1531 1.1 christos msgid " -h --help Display this information.\n" 1532 1.1 christos msgstr " -h --help .\n" 1533 1.1 christos 1534 1.7 christos #: dlltool.c:3717 1535 1.1 christos #, c-format 1536 1.1 christos msgid " @<file> Read options from <file>.\n" 1537 1.1 christos msgstr " @<> <>.\n" 1538 1.1 christos 1539 1.7 christos #: dlltool.c:3719 1540 1.1 christos #, c-format 1541 1.1 christos msgid " -M --mcore-elf <outname> Process mcore-elf object files into <outname>.\n" 1542 1.1 christos msgstr " -M --mcore-elf <> mcore-elf <>.\n" 1543 1.1 christos 1544 1.7 christos #: dlltool.c:3720 1545 1.1 christos #, c-format 1546 1.1 christos msgid " -L --linker <name> Use <name> as the linker.\n" 1547 1.1 christos msgstr " -L --linker <> <> .\n" 1548 1.1 christos 1549 1.7 christos #: dlltool.c:3721 1550 1.1 christos #, c-format 1551 1.1 christos msgid " -F --linker-flags <flags> Pass <flags> to the linker.\n" 1552 1.1 christos msgstr " -F --linker-flags <> <> .\n" 1553 1.1 christos 1554 1.7 christos #: dlltool.c:3871 1555 1.5 christos #, c-format 1556 1.5 christos msgid "Unable to open def-file: %s" 1557 1.5 christos msgstr " : %s" 1558 1.5 christos 1559 1.7 christos #: dlltool.c:3876 1560 1.1 christos #, c-format 1561 1.1 christos msgid "Path components stripped from dllname, '%s'." 1562 1.1 christos msgstr " , %s." 1563 1.1 christos 1564 1.7 christos #: dlltool.c:3924 1565 1.1 christos #, c-format 1566 1.1 christos msgid "Unable to open base-file: %s" 1567 1.1 christos msgstr " : %s" 1568 1.1 christos 1569 1.7 christos #: dlltool.c:3962 1570 1.1 christos #, c-format 1571 1.1 christos msgid "Machine '%s' not supported" 1572 1.1 christos msgstr "Machine %s " 1573 1.1 christos 1574 1.7 christos #: dlltool.c:4063 1575 1.1 christos #, c-format 1576 1.1 christos msgid "Warning, machine type (%d) not supported for delayimport." 1577 1.1 christos msgstr ", (%d) -." 1578 1.1 christos 1579 1.7 christos #: dlltool.c:4131 dllwrap.c:206 1580 1.1 christos #, c-format 1581 1.1 christos msgid "Tried file: %s" 1582 1.1 christos msgstr " : %s" 1583 1.1 christos 1584 1.7 christos #: dlltool.c:4138 dllwrap.c:213 1585 1.1 christos #, c-format 1586 1.1 christos msgid "Using file: %s" 1587 1.1 christos msgstr " : %s" 1588 1.1 christos 1589 1.5 christos #: dllwrap.c:296 1590 1.1 christos #, c-format 1591 1.1 christos msgid "Keeping temporary base file %s" 1592 1.1 christos msgstr " %s" 1593 1.1 christos 1594 1.5 christos #: dllwrap.c:298 1595 1.1 christos #, c-format 1596 1.1 christos msgid "Deleting temporary base file %s" 1597 1.1 christos msgstr " %s" 1598 1.1 christos 1599 1.5 christos #: dllwrap.c:312 1600 1.1 christos #, c-format 1601 1.1 christos msgid "Keeping temporary exp file %s" 1602 1.1 christos msgstr " %s" 1603 1.1 christos 1604 1.5 christos #: dllwrap.c:314 1605 1.1 christos #, c-format 1606 1.1 christos msgid "Deleting temporary exp file %s" 1607 1.1 christos msgstr " %s" 1608 1.1 christos 1609 1.5 christos #: dllwrap.c:327 1610 1.1 christos #, c-format 1611 1.1 christos msgid "Keeping temporary def file %s" 1612 1.1 christos msgstr " %s" 1613 1.1 christos 1614 1.5 christos #: dllwrap.c:329 1615 1.1 christos #, c-format 1616 1.1 christos msgid "Deleting temporary def file %s" 1617 1.1 christos msgstr " %s" 1618 1.1 christos 1619 1.1 christos #: dllwrap.c:411 1620 1.1 christos #, c-format 1621 1.1 christos msgid "pwait returns: %s" 1622 1.1 christos msgstr "_ : %s" 1623 1.1 christos 1624 1.1 christos #: dllwrap.c:478 1625 1.1 christos #, c-format 1626 1.1 christos msgid " Generic options:\n" 1627 1.1 christos msgstr " :\n" 1628 1.1 christos 1629 1.1 christos #: dllwrap.c:479 1630 1.1 christos #, c-format 1631 1.1 christos msgid " @<file> Read options from <file>\n" 1632 1.5 christos msgstr " @<> <>\n" 1633 1.1 christos 1634 1.1 christos #: dllwrap.c:480 1635 1.1 christos #, c-format 1636 1.1 christos msgid " --quiet, -q Work quietly\n" 1637 1.5 christos msgstr " --quiet, -q \n" 1638 1.1 christos 1639 1.1 christos #: dllwrap.c:481 1640 1.1 christos #, c-format 1641 1.1 christos msgid " --verbose, -v Verbose\n" 1642 1.5 christos msgstr " --verbose, -v \n" 1643 1.1 christos 1644 1.1 christos #: dllwrap.c:482 1645 1.1 christos #, c-format 1646 1.1 christos msgid " --version Print dllwrap version\n" 1647 1.5 christos msgstr " --version dllwrap\n" 1648 1.1 christos 1649 1.1 christos #: dllwrap.c:483 1650 1.1 christos #, c-format 1651 1.1 christos msgid " --implib <outname> Synonym for --output-lib\n" 1652 1.5 christos msgstr " --implib <> --output-lib\n" 1653 1.1 christos 1654 1.1 christos #: dllwrap.c:484 1655 1.1 christos #, c-format 1656 1.1 christos msgid " Options for %s:\n" 1657 1.1 christos msgstr " %s:\n" 1658 1.1 christos 1659 1.1 christos #: dllwrap.c:485 1660 1.1 christos #, c-format 1661 1.1 christos msgid " --driver-name <driver> Defaults to \"gcc\"\n" 1662 1.5 christos msgstr " --driver-name <> gcc\n" 1663 1.1 christos 1664 1.1 christos #: dllwrap.c:486 1665 1.1 christos #, c-format 1666 1.1 christos msgid " --driver-flags <flags> Override default ld flags\n" 1667 1.5 christos msgstr " --driver-flags <> \n" 1668 1.1 christos 1669 1.1 christos #: dllwrap.c:487 1670 1.1 christos #, c-format 1671 1.1 christos msgid " --dlltool-name <dlltool> Defaults to \"dlltool\"\n" 1672 1.5 christos msgstr " --dlltool-name <> dlltool\n" 1673 1.1 christos 1674 1.1 christos #: dllwrap.c:488 1675 1.1 christos #, c-format 1676 1.1 christos msgid " --entry <entry> Specify alternate DLL entry point\n" 1677 1.5 christos msgstr " --entry <> DLL\n" 1678 1.1 christos 1679 1.1 christos #: dllwrap.c:489 1680 1.1 christos #, c-format 1681 1.1 christos msgid " --image-base <base> Specify image base address\n" 1682 1.5 christos msgstr " --image-base <> \n" 1683 1.1 christos 1684 1.1 christos #: dllwrap.c:490 1685 1.1 christos #, c-format 1686 1.1 christos msgid " --target <machine> i386-cygwin32 or i386-mingw32\n" 1687 1.5 christos msgstr " --target <> i386-cygwin32 i386-mingw32\n" 1688 1.1 christos 1689 1.1 christos #: dllwrap.c:491 1690 1.1 christos #, c-format 1691 1.1 christos msgid " --dry-run Show what needs to be run\n" 1692 1.5 christos msgstr " --dry-run \n" 1693 1.1 christos 1694 1.1 christos #: dllwrap.c:492 1695 1.1 christos #, c-format 1696 1.1 christos msgid " --mno-cygwin Create Mingw DLL\n" 1697 1.5 christos msgstr " --mno-cygwin Mingw \n" 1698 1.1 christos 1699 1.1 christos #: dllwrap.c:493 1700 1.1 christos #, c-format 1701 1.1 christos msgid " Options passed to DLLTOOL:\n" 1702 1.1 christos msgstr " :\n" 1703 1.1 christos 1704 1.1 christos #: dllwrap.c:494 1705 1.1 christos #, c-format 1706 1.1 christos msgid " --machine <machine>\n" 1707 1.1 christos msgstr " --machine <>\n" 1708 1.1 christos 1709 1.1 christos #: dllwrap.c:495 1710 1.1 christos #, c-format 1711 1.1 christos msgid " --output-exp <outname> Generate export file.\n" 1712 1.1 christos msgstr " --output-exp <-> .\n" 1713 1.1 christos 1714 1.1 christos #: dllwrap.c:496 1715 1.1 christos #, c-format 1716 1.1 christos msgid " --output-lib <outname> Generate input library.\n" 1717 1.1 christos msgstr " --output-lib <-> .\n" 1718 1.1 christos 1719 1.1 christos #: dllwrap.c:497 1720 1.1 christos #, c-format 1721 1.1 christos msgid " --add-indirect Add dll indirects to export file.\n" 1722 1.7 christos msgstr " --add-indirect dll .\n" 1723 1.1 christos 1724 1.1 christos #: dllwrap.c:498 1725 1.1 christos #, c-format 1726 1.1 christos msgid " --dllname <name> Name of input dll to put into output lib.\n" 1727 1.7 christos msgstr " --dllname <> dll .\n" 1728 1.1 christos 1729 1.1 christos #: dllwrap.c:499 1730 1.1 christos #, c-format 1731 1.1 christos msgid " --def <deffile> Name input .def file\n" 1732 1.1 christos msgstr " --def <> .def\n" 1733 1.1 christos 1734 1.1 christos #: dllwrap.c:500 1735 1.1 christos #, c-format 1736 1.1 christos msgid " --output-def <deffile> Name output .def file\n" 1737 1.1 christos msgstr " --output-def <> .def\n" 1738 1.1 christos 1739 1.1 christos #: dllwrap.c:501 1740 1.1 christos #, c-format 1741 1.1 christos msgid " --export-all-symbols Export all symbols to .def\n" 1742 1.1 christos msgstr " --export-all-symbols .def\n" 1743 1.1 christos 1744 1.1 christos #: dllwrap.c:502 1745 1.1 christos #, c-format 1746 1.1 christos msgid " --no-export-all-symbols Only export .drectve symbols\n" 1747 1.1 christos msgstr " --no-export-all-symbols .drectve\n" 1748 1.1 christos 1749 1.1 christos #: dllwrap.c:503 1750 1.1 christos #, c-format 1751 1.1 christos msgid " --exclude-symbols <list> Exclude <list> from .def\n" 1752 1.1 christos msgstr " --exclude-symbols <> <> .def\n" 1753 1.1 christos 1754 1.1 christos #: dllwrap.c:504 1755 1.1 christos #, c-format 1756 1.1 christos msgid " --no-default-excludes Zap default exclude symbols\n" 1757 1.1 christos msgstr " --no-default-excludes \n" 1758 1.1 christos 1759 1.1 christos #: dllwrap.c:505 1760 1.1 christos #, c-format 1761 1.1 christos msgid " --base-file <basefile> Read linker generated base file\n" 1762 1.1 christos msgstr " --base-file <_> \n" 1763 1.1 christos 1764 1.1 christos #: dllwrap.c:506 1765 1.1 christos #, c-format 1766 1.1 christos msgid " --no-idata4 Don't generate idata$4 section\n" 1767 1.1 christos msgstr " --no-idata4 idata$4\n" 1768 1.1 christos 1769 1.1 christos #: dllwrap.c:507 1770 1.1 christos #, c-format 1771 1.1 christos msgid " --no-idata5 Don't generate idata$5 section\n" 1772 1.1 christos msgstr " --no-idata5 idata$5\n" 1773 1.1 christos 1774 1.1 christos #: dllwrap.c:508 1775 1.1 christos #, c-format 1776 1.1 christos msgid " -U Add underscores to .lib\n" 1777 1.1 christos msgstr " -U .lib\n" 1778 1.1 christos 1779 1.1 christos #: dllwrap.c:509 1780 1.1 christos #, c-format 1781 1.1 christos msgid " -k Kill @<n> from exported names\n" 1782 1.1 christos msgstr " -k @<n> \n" 1783 1.1 christos 1784 1.1 christos #: dllwrap.c:510 1785 1.1 christos #, c-format 1786 1.1 christos msgid " --add-stdcall-alias Add aliases without @<n>\n" 1787 1.1 christos msgstr " --add-stdcall-alias @<n>\n" 1788 1.1 christos 1789 1.1 christos #: dllwrap.c:511 1790 1.1 christos #, c-format 1791 1.1 christos msgid " --as <name> Use <name> for assembler\n" 1792 1.1 christos msgstr " --as <> <> \n" 1793 1.1 christos 1794 1.1 christos #: dllwrap.c:512 1795 1.1 christos #, c-format 1796 1.1 christos msgid " --nodelete Keep temp files.\n" 1797 1.1 christos msgstr " --nodelete .\n" 1798 1.1 christos 1799 1.1 christos #: dllwrap.c:513 1800 1.1 christos #, c-format 1801 1.1 christos msgid " --no-leading-underscore Entrypoint without underscore\n" 1802 1.1 christos msgstr " --no-leading-underscore \n" 1803 1.1 christos 1804 1.1 christos #: dllwrap.c:514 1805 1.1 christos #, c-format 1806 1.1 christos msgid " --leading-underscore Entrypoint with underscore.\n" 1807 1.1 christos msgstr " --leading-underscore .\n" 1808 1.1 christos 1809 1.1 christos #: dllwrap.c:515 1810 1.1 christos #, c-format 1811 1.1 christos msgid " Rest are passed unmodified to the language driver\n" 1812 1.1 christos msgstr " \n" 1813 1.1 christos 1814 1.5 christos #: dllwrap.c:640 1815 1.5 christos #, c-format 1816 1.5 christos msgid "WARNING: %s is deprecated, use gcc -shared or ld -shared instead\n" 1817 1.5 christos msgstr ": %s , gcc -shared ld -shared\n" 1818 1.5 christos 1819 1.5 christos #: dllwrap.c:800 1820 1.1 christos msgid "Must provide at least one of -o or --dllname options" 1821 1.1 christos msgstr " -o --dllname" 1822 1.1 christos 1823 1.5 christos #: dllwrap.c:829 1824 1.1 christos msgid "" 1825 1.1 christos "no export definition file provided.\n" 1826 1.1 christos "Creating one, but that may not be what you want" 1827 1.1 christos msgstr "" 1828 1.1 christos " .\n" 1829 1.5 christos " , " 1830 1.1 christos 1831 1.5 christos #: dllwrap.c:1018 1832 1.1 christos #, c-format 1833 1.1 christos msgid "DLLTOOL name : %s\n" 1834 1.1 christos msgstr " : %s\n" 1835 1.1 christos 1836 1.5 christos #: dllwrap.c:1019 1837 1.1 christos #, c-format 1838 1.1 christos msgid "DLLTOOL options : %s\n" 1839 1.1 christos msgstr " : %s\n" 1840 1.1 christos 1841 1.5 christos #: dllwrap.c:1020 1842 1.1 christos #, c-format 1843 1.1 christos msgid "DRIVER name : %s\n" 1844 1.1 christos msgstr " : %s\n" 1845 1.1 christos 1846 1.5 christos #: dllwrap.c:1021 1847 1.1 christos #, c-format 1848 1.1 christos msgid "DRIVER options : %s\n" 1849 1.1 christos msgstr " : %s\n" 1850 1.1 christos 1851 1.7 christos #: dwarf.c:187 1852 1.5 christos msgid "Encoded value extends past end of section\n" 1853 1.5 christos msgstr " \n" 1854 1.5 christos 1855 1.7 christos #: dwarf.c:195 1856 1.5 christos #, c-format 1857 1.5 christos msgid "Encoded size of %d is too large to read\n" 1858 1.5 christos msgstr " %d \n" 1859 1.5 christos 1860 1.7 christos #: dwarf.c:203 1861 1.5 christos msgid "Encoded size of 0 is too small to read\n" 1862 1.5 christos msgstr " 0 \n" 1863 1.5 christos 1864 1.7 christos #: dwarf.c:263 readelf.c:3943 readelf.c:12059 1865 1.7 christos msgid "unknown" 1866 1.7 christos msgstr "" 1867 1.7 christos 1868 1.5 christos #. Read AMOUNT bytes from PTR and store them in VAL. 1869 1.5 christos #. Checks to make sure that the read will not reach or pass END. 1870 1.5 christos #. FUNC chooses whether the value read is unsigned or signed, and may 1871 1.5 christos #. be either byte_get or byte_get_signed. If INC is true, PTR is 1872 1.5 christos #. incremented after reading the value. 1873 1.5 christos #. This macro cannot protect against PTR values derived from user input. 1874 1.5 christos #. The C standard sections 6.5.6 and 6.5.8 say attempts to do so using 1875 1.5 christos #. pointers is undefined behaviour. 1876 1.7 christos #: dwarf.c:342 1877 1.5 christos #, c-format 1878 1.5 christos msgid "internal error: attempt to read %d byte of data in to %d sized variable" 1879 1.5 christos msgid_plural "internal error: attempt to read %d bytes of data in to %d sized variable" 1880 1.5 christos msgstr[0] " : %d %d" 1881 1.5 christos msgstr[1] " : %d %d" 1882 1.5 christos msgstr[2] " : %d %d" 1883 1.5 christos 1884 1.7 christos #: dwarf.c:430 dwarf.c:5574 1885 1.5 christos msgid "Badly formed extended line op encountered!\n" 1886 1.5 christos msgstr " !\n" 1887 1.1 christos 1888 1.7 christos #: dwarf.c:436 1889 1.1 christos #, c-format 1890 1.1 christos msgid " Extended opcode %d: " 1891 1.1 christos msgstr " %d: " 1892 1.1 christos 1893 1.7 christos #: dwarf.c:441 1894 1.1 christos #, c-format 1895 1.1 christos msgid "" 1896 1.1 christos "End of Sequence\n" 1897 1.1 christos "\n" 1898 1.1 christos msgstr "" 1899 1.1 christos " \n" 1900 1.1 christos "\n" 1901 1.1 christos 1902 1.7 christos #: dwarf.c:449 1903 1.5 christos #, c-format 1904 1.7 christos msgid "Length (%zu) of DW_LNE_set_address op is too long\n" 1905 1.7 christos msgstr " (%zu) DW_LNE_set_address \n" 1906 1.5 christos 1907 1.7 christos #: dwarf.c:455 1908 1.1 christos #, c-format 1909 1.7 christos msgid "set Address to %#<PRIx64>\n" 1910 1.7 christos msgstr " %#<PRIx64>\n" 1911 1.1 christos 1912 1.7 christos #: dwarf.c:462 1913 1.1 christos #, c-format 1914 1.1 christos msgid "define new File Table entry\n" 1915 1.1 christos msgstr " \n" 1916 1.1 christos 1917 1.7 christos #: dwarf.c:463 dwarf.c:4847 1918 1.1 christos #, c-format 1919 1.1 christos msgid " Entry\tDir\tTime\tSize\tName\n" 1920 1.1 christos msgstr " \t\t\t\n" 1921 1.1 christos 1922 1.7 christos #: dwarf.c:484 1923 1.1 christos msgid "DW_LNE_define_file: Bad opcode length\n" 1924 1.1 christos msgstr "DW_LNE_define_file: \n" 1925 1.1 christos 1926 1.7 christos #: dwarf.c:489 1927 1.1 christos #, c-format 1928 1.7 christos msgid "set Discriminator to %<PRIu64>\n" 1929 1.7 christos msgstr " %<PRIu64>\n" 1930 1.1 christos 1931 1.7 christos #: dwarf.c:555 1932 1.1 christos #, c-format 1933 1.1 christos msgid " UNKNOWN DW_LNE_HP_SFC opcode (%u)\n" 1934 1.1 christos msgstr " DW_LNE_HP_SFC (%u)\n" 1935 1.1 christos 1936 1.1 christos #. The test against DW_LNW_hi_user is redundant due to 1937 1.1 christos #. the limited range of the unsigned char data type used 1938 1.1 christos #. for op_code. 1939 1.1 christos #. && op_code <= DW_LNE_hi_user 1940 1.7 christos #: dwarf.c:572 1941 1.1 christos #, c-format 1942 1.1 christos msgid "user defined: " 1943 1.1 christos msgstr " : " 1944 1.1 christos 1945 1.7 christos #: dwarf.c:574 1946 1.1 christos #, c-format 1947 1.1 christos msgid "UNKNOWN: " 1948 1.1 christos msgstr ": " 1949 1.1 christos 1950 1.7 christos #: dwarf.c:575 1951 1.1 christos #, c-format 1952 1.1 christos msgid "length %d [" 1953 1.1 christos msgstr " %d [" 1954 1.1 christos 1955 1.7 christos #: dwarf.c:593 dwarf.c:661 1956 1.1 christos msgid "<no .debug_str section>" 1957 1.1 christos msgstr "< .debug_str>" 1958 1.1 christos 1959 1.7 christos #: dwarf.c:597 1960 1.1 christos #, c-format 1961 1.7 christos msgid "DW_FORM_strp offset too big: %#<PRIx64>\n" 1962 1.7 christos msgstr " DW_FORM_strp : %#<PRIx64>\n" 1963 1.1 christos 1964 1.7 christos #: dwarf.c:598 dwarf.c:625 dwarf.c:1796 1965 1.1 christos msgid "<offset is too big>" 1966 1.1 christos msgstr "< >" 1967 1.1 christos 1968 1.7 christos #: dwarf.c:608 1969 1.5 christos msgid "<no NUL byte at end of .debug_str section>" 1970 1.5 christos msgstr "< NUL .debug_str>" 1971 1.5 christos 1972 1.7 christos #: dwarf.c:620 1973 1.5 christos msgid "<no .debug_line_str section>" 1974 1.5 christos msgstr "< .debug_line_str>" 1975 1.5 christos 1976 1.7 christos #: dwarf.c:624 1977 1.5 christos #, c-format 1978 1.7 christos msgid "DW_FORM_line_strp offset too big: %#<PRIx64>\n" 1979 1.7 christos msgstr " DW_FORM_line_strp : %#<PRIx64>\n" 1980 1.5 christos 1981 1.7 christos #: dwarf.c:635 1982 1.5 christos msgid "<no NUL byte at end of .debug_line_str section>" 1983 1.5 christos msgstr "< NUL .debug_line_str>" 1984 1.5 christos 1985 1.7 christos #: dwarf.c:656 1986 1.1 christos msgid "<no .debug_str_offsets.dwo section>" 1987 1.1 christos msgstr "< .debug_str_offsets.dwo>" 1988 1.1 christos 1989 1.7 christos #: dwarf.c:657 1990 1.1 christos msgid "<no .debug_str_offsets section>" 1991 1.1 christos msgstr "< .debug_str_offsets>" 1992 1.1 christos 1993 1.7 christos #: dwarf.c:660 1994 1.5 christos msgid "<no .debug_str.dwo section>" 1995 1.5 christos msgstr "< .debug_str.dwo>" 1996 1.5 christos 1997 1.7 christos #: dwarf.c:671 1998 1.5 christos #, c-format 1999 1.7 christos msgid "string index of %<PRIu64> converts to an offset of %#<PRIx64> which is too big for section %s\n" 2000 1.7 christos msgstr " %#<PRIu64> %#<PRIx64> %s\n" 2001 1.5 christos 2002 1.7 christos #: dwarf.c:675 2003 1.6 christos msgid "<string index too big>" 2004 1.6 christos msgstr "< >" 2005 1.1 christos 2006 1.7 christos #: dwarf.c:682 2007 1.1 christos #, c-format 2008 1.7 christos msgid "indirect offset too big: %#<PRIx64>\n" 2009 1.7 christos msgstr " : %#<PRIx64>\n" 2010 1.1 christos 2011 1.7 christos #: dwarf.c:683 2012 1.1 christos msgid "<indirect index offset is too big>" 2013 1.5 christos msgstr "< >" 2014 1.1 christos 2015 1.7 christos #: dwarf.c:693 2016 1.5 christos msgid "<no NUL byte at end of section>" 2017 1.5 christos msgstr "< NUL >" 2018 1.5 christos 2019 1.7 christos #: dwarf.c:705 2020 1.6 christos msgid "Cannot fetch indexed address: the .debug_addr section is missing\n" 2021 1.6 christos msgstr " : .debug_addr \n" 2022 1.1 christos 2023 1.7 christos #: dwarf.c:711 2024 1.1 christos #, c-format 2025 1.7 christos msgid "Offset into section %s too big: %#<PRIx64>\n" 2026 1.7 christos msgstr " %s : %#<PRIx64>\n" 2027 1.5 christos 2028 1.7 christos #: dwarf.c:739 2029 1.7 christos #, c-format 2030 1.6 christos msgid "Unable to locate %s section\n" 2031 1.7 christos msgstr " %s\n" 2032 1.6 christos 2033 1.7 christos #: dwarf.c:745 2034 1.5 christos #, c-format 2035 1.7 christos msgid "Section %s is too small to contain an value indexed from another section!\n" 2036 1.7 christos msgstr " %s !\n" 2037 1.5 christos 2038 1.7 christos #: dwarf.c:752 2039 1.5 christos #, c-format 2040 1.7 christos msgid "Offset of %#<PRIx64> is too big for section %s\n" 2041 1.7 christos msgstr " %#<PRIx64> %s\n" 2042 1.1 christos 2043 1.1 christos #. Report the missing single zero which ends the section. 2044 1.7 christos #: dwarf.c:1027 2045 1.7 christos #, c-format 2046 1.7 christos msgid "%s section not zero terminated\n" 2047 1.7 christos msgstr " %s \n" 2048 1.7 christos 2049 1.7 christos #. PR 17531: file:4bcd9ce9. 2050 1.7 christos #: dwarf.c:1054 2051 1.7 christos #, c-format 2052 1.7 christos msgid "Debug info is corrupted, abbrev size (%#<PRIx64>) is larger than abbrev section size (%#<PRIx64>)\n" 2053 1.7 christos msgstr " , (%#<PRIx64>) (%#<PRIx64>)\n" 2054 1.7 christos 2055 1.7 christos #: dwarf.c:1061 2056 1.7 christos #, c-format 2057 1.7 christos msgid "Debug info is corrupted, abbrev offset (%#<PRIx64>) is larger than abbrev section size (%#<PRIx64>)\n" 2058 1.7 christos msgstr " , (%#<PRIx64>) (%#<PRIx64>)\n" 2059 1.1 christos 2060 1.7 christos #: dwarf.c:1094 2061 1.5 christos #, c-format 2062 1.7 christos msgid "User TAG value: %#<PRIx64>" 2063 1.7 christos msgstr " : %#<PRIx64>" 2064 1.5 christos 2065 1.7 christos #: dwarf.c:1097 2066 1.1 christos #, c-format 2067 1.7 christos msgid "Unknown TAG value: %#<PRIx64>" 2068 1.7 christos msgstr " : %#<PRIx64>" 2069 1.1 christos 2070 1.7 christos #: dwarf.c:1118 2071 1.1 christos #, c-format 2072 1.1 christos msgid "Unknown FORM value: %lx" 2073 1.1 christos msgstr " : %lx" 2074 1.1 christos 2075 1.7 christos #: dwarf.c:1136 2076 1.1 christos #, c-format 2077 1.5 christos msgid "Unknown IDX value: %lx" 2078 1.5 christos msgstr " : %lx" 2079 1.1 christos 2080 1.7 christos #: dwarf.c:1150 2081 1.5 christos #, c-format 2082 1.7 christos msgid "%c%<PRIu64> byte block: " 2083 1.7 christos msgstr "%c%<PRIu64> : " 2084 1.5 christos 2085 1.7 christos #: dwarf.c:1487 2086 1.1 christos #, c-format 2087 1.1 christos msgid "(DW_OP_call_ref in frame info)" 2088 1.1 christos msgstr "(DW_OP_call_ref )" 2089 1.1 christos 2090 1.7 christos #: dwarf.c:1510 2091 1.1 christos #, c-format 2092 1.7 christos msgid "size: %<PRIu64> " 2093 1.7 christos msgstr ": %<PRIu64> " 2094 1.1 christos 2095 1.7 christos #: dwarf.c:1512 2096 1.1 christos #, c-format 2097 1.7 christos msgid "offset: %<PRIu64> " 2098 1.7 christos msgstr ": %<PRIu64> " 2099 1.1 christos 2100 1.7 christos #: dwarf.c:1528 2101 1.1 christos #, c-format 2102 1.1 christos msgid "DW_OP_GNU_push_tls_address or DW_OP_HP_unknown" 2103 1.1 christos msgstr "DW_OP_GNU_push_tls_address DW_OP_HP_unknown" 2104 1.1 christos 2105 1.7 christos #: dwarf.c:1553 2106 1.5 christos #, c-format 2107 1.5 christos msgid "(%s in frame info)" 2108 1.5 christos msgstr "(%s )" 2109 1.5 christos 2110 1.7 christos #: dwarf.c:1656 2111 1.5 christos #, c-format 2112 1.5 christos msgid "(DW_OP_GNU_variable_value in frame info)" 2113 1.5 christos msgstr "(DW_OP_GNU_variable_value )" 2114 1.5 christos 2115 1.7 christos #: dwarf.c:1709 2116 1.5 christos #, c-format 2117 1.7 christos msgid "(User defined location op %#x)" 2118 1.7 christos msgstr "( %#x)" 2119 1.5 christos 2120 1.7 christos #: dwarf.c:1711 2121 1.5 christos #, c-format 2122 1.7 christos msgid "(Unknown location op %#x)" 2123 1.7 christos msgstr "( %#x)" 2124 1.5 christos 2125 1.7 christos #: dwarf.c:1765 2126 1.5 christos msgid "<no links available>" 2127 1.5 christos msgstr "< >" 2128 1.5 christos 2129 1.7 christos #: dwarf.c:1789 2130 1.5 christos msgid "<no NUL byte at end of alt .debug_str section>" 2131 1.5 christos msgstr "< NUL alt .debug_str>" 2132 1.5 christos 2133 1.7 christos #: dwarf.c:1794 2134 1.5 christos #, c-format 2135 1.7 christos msgid "DW_FORM_GNU_strp_alt offset (%#<PRIx64>) too big or no string sections available\n" 2136 1.7 christos msgstr " DW_FORM_GNU_strp_alt (%#<PRIx64>) \n" 2137 1.5 christos 2138 1.7 christos #: dwarf.c:1817 2139 1.5 christos #, c-format 2140 1.5 christos msgid "Unknown AT value: %lx" 2141 1.5 christos msgstr " : %lx" 2142 1.5 christos 2143 1.7 christos #: dwarf.c:1883 2144 1.5 christos #, c-format 2145 1.7 christos msgid "Corrupt attribute block length: %#<PRIx64>\n" 2146 1.7 christos msgstr " : %#<PRIx64>\n" 2147 1.5 christos 2148 1.7 christos #: dwarf.c:2055 2149 1.5 christos #, c-format 2150 1.7 christos msgid "Unable to resolve ref_addr form: uvalue %<PRIx64> >= section size %<PRIx64> (%s)\n" 2151 1.7 christos msgstr " ref_addr : uvalue %<PRIx64> >= %<PRIx64> (%s)\n" 2152 1.5 christos 2153 1.7 christos #: dwarf.c:2074 2154 1.5 christos #, c-format 2155 1.7 christos msgid "Unable to resolve ref form: uvalue %<PRIx64> + cu_offset %<PRIx64> > CU size %tx\n" 2156 1.7 christos msgstr " : uvalue %<PRIx64> + cu_offset %<PRIx64> > CU %tx\n" 2157 1.5 christos 2158 1.7 christos #: dwarf.c:2085 2159 1.5 christos #, c-format 2160 1.5 christos msgid "Unexpected form %lx encountered whilst finding abbreviation for type\n" 2161 1.5 christos msgstr " %lx \n" 2162 1.5 christos 2163 1.7 christos #: dwarf.c:2093 2164 1.5 christos #, c-format 2165 1.7 christos msgid "Unable to find abbreviations for CU offset %<PRIx64>\n" 2166 1.7 christos msgstr " %<PRIx64>\n" 2167 1.5 christos 2168 1.7 christos #: dwarf.c:2099 2169 1.5 christos #, c-format 2170 1.7 christos msgid "Empty abbreviation list encountered for CU offset %<PRIx64>\n" 2171 1.7 christos msgstr " %<PRIx64>\n" 2172 1.5 christos 2173 1.7 christos #: dwarf.c:2131 2174 1.5 christos #, c-format 2175 1.5 christos msgid "Unable to find entry for abbreviation %lu\n" 2176 1.5 christos msgstr " %lu\n" 2177 1.5 christos 2178 1.7 christos #: dwarf.c:2285 2179 1.5 christos msgid "corrupt discr_list - not using a block form\n" 2180 1.5 christos msgstr " discr_list \n" 2181 1.5 christos 2182 1.7 christos #: dwarf.c:2292 2183 1.5 christos msgid "corrupt discr_list - block not long enough\n" 2184 1.5 christos msgstr " discr_list \n" 2185 1.5 christos 2186 1.7 christos #: dwarf.c:2327 2187 1.1 christos #, c-format 2188 1.5 christos msgid "corrupt discr_list - unrecognized discriminant byte %#x\n" 2189 1.5 christos msgstr " discr_list %#x\n" 2190 1.5 christos 2191 1.7 christos #: dwarf.c:2426 2192 1.7 christos #, c-format 2193 1.7 christos msgid "implementation defined: %#<PRIx64>" 2194 1.7 christos msgstr " : %#<PRIx64>" 2195 1.7 christos 2196 1.7 christos #: dwarf.c:2428 2197 1.7 christos #, c-format 2198 1.7 christos msgid "unknown: %#<PRIx64>" 2199 1.7 christos msgstr ": %#<PRIx64>" 2200 1.7 christos 2201 1.7 christos #: dwarf.c:2459 2202 1.5 christos msgid "Corrupt attribute\n" 2203 1.5 christos msgstr " \n" 2204 1.1 christos 2205 1.7 christos #: dwarf.c:2482 2206 1.5 christos msgid "Internal error: DW_FORM_ref_addr is not supported in DWARF version 1.\n" 2207 1.5 christos msgstr " : DW_FORM_ref_addr DWARF- 1.\n" 2208 1.5 christos 2209 1.7 christos #: dwarf.c:2676 2210 1.5 christos msgid "Block ends prematurely\n" 2211 1.5 christos msgstr " \n" 2212 1.5 christos 2213 1.5 christos #. We have already displayed the form name. 2214 1.7 christos #: dwarf.c:2711 dwarf.c:2724 dwarf.c:2748 2215 1.1 christos #, c-format 2216 1.7 christos msgid "%c(offset: %#<PRIx64>): %s" 2217 1.7 christos msgstr "%c(: %#<PRIx64>): %s" 2218 1.1 christos 2219 1.7 christos #: dwarf.c:2714 2220 1.1 christos #, c-format 2221 1.7 christos msgid "%c(indirect string, offset: %#<PRIx64>): %s" 2222 1.7 christos msgstr "%c( , : %#<PRIx64>): %s" 2223 1.1 christos 2224 1.7 christos #: dwarf.c:2727 2225 1.5 christos #, c-format 2226 1.7 christos msgid "%c(indirect line string, offset: %#<PRIx64>): %s" 2227 1.7 christos msgstr "%c( , : %#<PRIx64>): %s" 2228 1.1 christos 2229 1.7 christos #: dwarf.c:2751 2230 1.5 christos #, c-format 2231 1.7 christos msgid "%c(indexed string: %#<PRIx64>): %s" 2232 1.7 christos msgstr "%c( : %#<PRIx64>): %s" 2233 1.1 christos 2234 1.5 christos #. We have already displayed the form name. 2235 1.7 christos #: dwarf.c:2761 2236 1.7 christos #, c-format 2237 1.7 christos msgid "%c(offset: %#<PRIx64>) %s" 2238 1.7 christos msgstr "%c(: %#<PRIx64>) %s" 2239 1.7 christos 2240 1.7 christos #: dwarf.c:2764 2241 1.7 christos #, c-format 2242 1.7 christos msgid "%c(alt indirect string, offset: %#<PRIx64>) %s" 2243 1.7 christos msgstr "%c( , : %#<PRIx64>) %s" 2244 1.7 christos 2245 1.7 christos #: dwarf.c:2823 2246 1.5 christos #, c-format 2247 1.7 christos msgid "loc_offset %<PRIu64> too big\n" 2248 1.7 christos msgstr "loc_offset %<PRIu64> \n" 2249 1.1 christos 2250 1.7 christos #: dwarf.c:2853 2251 1.1 christos #, c-format 2252 1.7 christos msgid "%c(index: %#<PRIx64>): %#<PRIx64>" 2253 1.7 christos msgstr "%c(: %#<PRIx64>): %#<PRIx64>" 2254 1.1 christos 2255 1.7 christos #: dwarf.c:2864 2256 1.1 christos #, c-format 2257 1.7 christos msgid "Unrecognized form: %#lx\n" 2258 1.7 christos msgstr " : %#lx\n" 2259 1.1 christos 2260 1.7 christos #: dwarf.c:2878 2261 1.1 christos #, c-format 2262 1.7 christos msgid "CU @ %#<PRIx64> has multiple loclists_base values (%#<PRIx64> and %#<PRIx64>)\n" 2263 1.7 christos msgstr "CU @ %#<PRIx64> loclists_base (%#<PRIx64> %#<PRIx64>)\n" 2264 1.6 christos 2265 1.7 christos #: dwarf.c:2885 2266 1.6 christos #, c-format 2267 1.7 christos msgid "CU @ %#<PRIx64> has has a negative loclists_base value of %#<PRIx64> - treating as zero\n" 2268 1.7 christos msgstr "CU @ %#<PRIx64> loclists_base %#<PRIx64> \n" 2269 1.6 christos 2270 1.7 christos #: dwarf.c:2899 2271 1.6 christos #, c-format 2272 1.7 christos msgid "CU @ %#<PRIx64> has multiple str_offsets_base values %#<PRIx64> and %#<PRIx64>)\n" 2273 1.7 christos msgstr "CU @ %#<PRIx64> str_offsets_base (%#<PRIx64> %#<PRIx64>)\n" 2274 1.1 christos 2275 1.7 christos #: dwarf.c:2906 2276 1.1 christos #, c-format 2277 1.7 christos msgid "CU @ %#<PRIx64> has has a negative stroffsets_base value of %#<PRIx64> - treating as zero\n" 2278 1.7 christos msgstr "CU @ %#<PRIx64> stroffsets_base %#<PRIx64> \n" 2279 1.1 christos 2280 1.7 christos #: dwarf.c:2974 2281 1.5 christos msgid "More location offset attributes than DW_AT_GNU_locview attributes\n" 2282 1.5 christos msgstr " DW_AT_GNU_locview \n" 2283 1.5 christos 2284 1.7 christos #: dwarf.c:2985 2285 1.7 christos #, c-format 2286 1.7 christos msgid "The number of views (%u) is greater than the number of locations (%u)\n" 2287 1.7 christos msgstr " GOT (%u) (%u)\n" 2288 1.7 christos 2289 1.7 christos #: dwarf.c:2992 2290 1.5 christos msgid "More DW_AT_GNU_locview attributes than location offset attributes\n" 2291 1.5 christos msgstr " DW_AT_GNU_locview \n" 2292 1.5 christos 2293 1.7 christos #: dwarf.c:3081 dwarf.c:3115 dwarf.c:3130 2294 1.1 christos #, c-format 2295 1.5 christos msgid "Unsupported form (%s) for attribute %s\n" 2296 1.5 christos msgstr " (%s) %s\n" 2297 1.1 christos 2298 1.7 christos #: dwarf.c:3177 2299 1.1 christos #, c-format 2300 1.1 christos msgid "(not inlined)" 2301 1.1 christos msgstr "( )" 2302 1.1 christos 2303 1.7 christos #: dwarf.c:3180 2304 1.1 christos #, c-format 2305 1.1 christos msgid "(inlined)" 2306 1.1 christos msgstr "()" 2307 1.1 christos 2308 1.7 christos #: dwarf.c:3183 2309 1.1 christos #, c-format 2310 1.1 christos msgid "(declared as inline but ignored)" 2311 1.1 christos msgstr "( )" 2312 1.1 christos 2313 1.7 christos #: dwarf.c:3186 2314 1.1 christos #, c-format 2315 1.1 christos msgid "(declared as inline and inlined)" 2316 1.1 christos msgstr "( )" 2317 1.1 christos 2318 1.7 christos #: dwarf.c:3189 2319 1.1 christos #, c-format 2320 1.7 christos msgid " (Unknown inline attribute value: %#<PRIx64>)" 2321 1.7 christos msgstr " ( : %#<PRIx64>)" 2322 1.1 christos 2323 1.7 christos #: dwarf.c:3241 2324 1.1 christos #, c-format 2325 1.1 christos msgid "(user defined type)" 2326 1.1 christos msgstr "( )" 2327 1.1 christos 2328 1.7 christos #: dwarf.c:3243 2329 1.1 christos #, c-format 2330 1.1 christos msgid "(unknown type)" 2331 1.1 christos msgstr "( )" 2332 1.1 christos 2333 1.7 christos #: dwarf.c:3256 2334 1.1 christos #, c-format 2335 1.1 christos msgid "(unknown accessibility)" 2336 1.1 christos msgstr "( )" 2337 1.1 christos 2338 1.7 christos #: dwarf.c:3268 2339 1.1 christos #, c-format 2340 1.1 christos msgid "(unknown visibility)" 2341 1.1 christos msgstr "( )" 2342 1.1 christos 2343 1.7 christos #: dwarf.c:3281 2344 1.5 christos #, c-format 2345 1.5 christos msgid "(user specified)" 2346 1.5 christos msgstr "( )" 2347 1.5 christos 2348 1.7 christos #: dwarf.c:3283 2349 1.5 christos #, c-format 2350 1.5 christos msgid "(unknown endianity)" 2351 1.5 christos msgstr "( )" 2352 1.5 christos 2353 1.7 christos #: dwarf.c:3295 2354 1.1 christos #, c-format 2355 1.1 christos msgid "(unknown virtuality)" 2356 1.1 christos msgstr "( )" 2357 1.1 christos 2358 1.7 christos #: dwarf.c:3307 2359 1.1 christos #, c-format 2360 1.1 christos msgid "(unknown case)" 2361 1.1 christos msgstr "( )" 2362 1.1 christos 2363 1.7 christos #: dwarf.c:3325 2364 1.1 christos #, c-format 2365 1.1 christos msgid "(user defined)" 2366 1.1 christos msgstr "( )" 2367 1.1 christos 2368 1.7 christos #: dwarf.c:3327 2369 1.1 christos #, c-format 2370 1.1 christos msgid "(unknown convention)" 2371 1.1 christos msgstr "( )" 2372 1.1 christos 2373 1.7 christos #: dwarf.c:3336 2374 1.1 christos #, c-format 2375 1.1 christos msgid "(undefined)" 2376 1.1 christos msgstr "()" 2377 1.1 christos 2378 1.7 christos #: dwarf.c:3346 2379 1.1 christos #, c-format 2380 1.5 christos msgid "(unsigned)" 2381 1.5 christos msgstr "()" 2382 1.1 christos 2383 1.7 christos #: dwarf.c:3347 2384 1.1 christos #, c-format 2385 1.5 christos msgid "(leading overpunch)" 2386 1.5 christos msgstr "( )" 2387 1.1 christos 2388 1.7 christos #: dwarf.c:3348 2389 1.1 christos #, c-format 2390 1.5 christos msgid "(trailing overpunch)" 2391 1.5 christos msgstr "( )" 2392 1.1 christos 2393 1.7 christos #: dwarf.c:3349 2394 1.1 christos #, c-format 2395 1.5 christos msgid "(leading separate)" 2396 1.5 christos msgstr "( )" 2397 1.1 christos 2398 1.7 christos #: dwarf.c:3350 2399 1.1 christos #, c-format 2400 1.5 christos msgid "(trailing separate)" 2401 1.5 christos msgstr "( )" 2402 1.1 christos 2403 1.7 christos #: dwarf.c:3351 dwarf.c:3362 2404 1.1 christos #, c-format 2405 1.5 christos msgid "(unrecognised)" 2406 1.5 christos msgstr "()" 2407 1.1 christos 2408 1.7 christos #: dwarf.c:3359 2409 1.1 christos #, c-format 2410 1.5 christos msgid "(no)" 2411 1.5 christos msgstr "()" 2412 1.1 christos 2413 1.7 christos #: dwarf.c:3360 2414 1.1 christos #, c-format 2415 1.5 christos msgid "(in class)" 2416 1.5 christos msgstr "( )" 2417 1.1 christos 2418 1.7 christos #: dwarf.c:3361 2419 1.1 christos #, c-format 2420 1.5 christos msgid "(out of class)" 2421 1.5 christos msgstr "( )" 2422 1.1 christos 2423 1.7 christos #: dwarf.c:3400 2424 1.1 christos #, c-format 2425 1.5 christos msgid " (location list)" 2426 1.5 christos msgstr " ( )" 2427 1.1 christos 2428 1.7 christos #: dwarf.c:3423 dwarf.c:6830 dwarf.c:7032 dwarf.c:7207 2429 1.1 christos #, c-format 2430 1.5 christos msgid " [without DW_AT_frame_base]" 2431 1.5 christos msgstr " [ DW_AT_frame_base]" 2432 1.1 christos 2433 1.7 christos #: dwarf.c:3453 2434 1.1 christos #, c-format 2435 1.7 christos msgid "Offset %#<PRIx64> used as value for DW_AT_import attribute of DIE at offset %#tx is too big.\n" 2436 1.7 christos msgstr " %#<PRIx64> DW_AT_import DIE- %#tx .\n" 2437 1.1 christos 2438 1.7 christos #: dwarf.c:3459 2439 1.1 christos #, c-format 2440 1.5 christos msgid "\t[Abbrev Number: %ld" 2441 1.5 christos msgstr "\t[ : %ld" 2442 1.1 christos 2443 1.7 christos #: dwarf.c:3554 2444 1.1 christos #, c-format 2445 1.5 christos msgid "" 2446 1.5 christos "Raw dump of debug contents of section %s (loaded from %s):\n" 2447 1.5 christos "\n" 2448 1.5 christos msgstr "" 2449 1.5 christos " %s ( %s):\n" 2450 1.5 christos "\n" 2451 1.1 christos 2452 1.7 christos #: dwarf.c:3557 2453 1.1 christos #, c-format 2454 1.5 christos msgid "" 2455 1.5 christos "Raw dump of debug contents of section %s:\n" 2456 1.5 christos "\n" 2457 1.5 christos msgstr "" 2458 1.5 christos " %s:\n" 2459 1.5 christos "\n" 2460 1.1 christos 2461 1.7 christos #: dwarf.c:3562 2462 1.1 christos #, c-format 2463 1.5 christos msgid "" 2464 1.5 christos "Contents of the %s section (loaded from %s):\n" 2465 1.5 christos "\n" 2466 1.5 christos msgstr "" 2467 1.5 christos " %s ( %s):\n" 2468 1.5 christos "\n" 2469 1.1 christos 2470 1.7 christos #: dwarf.c:3565 2471 1.5 christos #, c-format 2472 1.5 christos msgid "" 2473 1.5 christos "Contents of the %s section:\n" 2474 1.5 christos "\n" 2475 1.5 christos msgstr "" 2476 1.5 christos " %s:\n" 2477 1.5 christos "\n" 2478 1.5 christos 2479 1.7 christos #: dwarf.c:3692 2480 1.7 christos msgid "Unexpected form in top DIE\n" 2481 1.7 christos msgstr " DIE\n" 2482 1.7 christos 2483 1.7 christos #: dwarf.c:3727 2484 1.7 christos msgid "Unexpected form of DW_AT_rnglists_base in the top DIE\n" 2485 1.7 christos msgstr " DW_AT_rnglists_base DIE\n" 2486 1.7 christos 2487 1.7 christos #: dwarf.c:3738 2488 1.7 christos msgid "Unexpected form of DW_AT_addr_base in the top DIE\n" 2489 1.7 christos msgstr " DW_AT_addr_base DIE\n" 2490 1.7 christos 2491 1.7 christos #: dwarf.c:3785 2492 1.5 christos #, c-format 2493 1.7 christos msgid "Reserved length value (%#<PRIx64>) found in section %s\n" 2494 1.7 christos msgstr " (%#<PRIx64>) %s\n" 2495 1.5 christos 2496 1.7 christos #: dwarf.c:3795 2497 1.5 christos #, c-format 2498 1.7 christos msgid "Corrupt unit length (got %#<PRIx64> expected at most %#tx) in section %s\n" 2499 1.7 christos msgstr " ( %#<PRIx64>, %#tx) %s\n" 2500 1.5 christos 2501 1.7 christos #: dwarf.c:3805 2502 1.5 christos #, c-format 2503 1.5 christos msgid "No comp units in %s section ?\n" 2504 1.5 christos msgstr " %s?\n" 2505 1.5 christos 2506 1.7 christos #: dwarf.c:3819 2507 1.5 christos #, c-format 2508 1.5 christos msgid "Not enough memory for a debug info array of %u entries\n" 2509 1.5 christos msgstr " %u \n" 2510 1.5 christos 2511 1.7 christos #: dwarf.c:3853 2512 1.5 christos #, c-format 2513 1.5 christos msgid "Unable to locate %s section!\n" 2514 1.5 christos msgstr " %s!\n" 2515 1.5 christos 2516 1.7 christos #: dwarf.c:4020 2517 1.5 christos #, c-format 2518 1.5 christos msgid "Invalid pointer size (%d) in compunit header, using %d instead\n" 2519 1.5 christos msgstr " (%d) , %d\n" 2520 1.5 christos 2521 1.7 christos #: dwarf.c:4054 2522 1.5 christos #, c-format 2523 1.7 christos msgid " Compilation Unit @ offset %#<PRIx64>:\n" 2524 1.7 christos msgstr " %#<PRIx64>:\n" 2525 1.5 christos 2526 1.7 christos #: dwarf.c:4056 2527 1.5 christos #, c-format 2528 1.7 christos msgid " Length: %#<PRIx64> (%s)\n" 2529 1.7 christos msgstr " : %#<PRIx64> (%s)\n" 2530 1.5 christos 2531 1.7 christos #: dwarf.c:4059 2532 1.5 christos #, c-format 2533 1.5 christos msgid " Version: %d\n" 2534 1.5 christos msgstr " : %d\n" 2535 1.5 christos 2536 1.7 christos #: dwarf.c:4064 2537 1.5 christos #, c-format 2538 1.5 christos msgid " Unit Type: %s (%x)\n" 2539 1.5 christos msgstr " : %s (%x)\n" 2540 1.5 christos 2541 1.7 christos #: dwarf.c:4068 2542 1.5 christos #, c-format 2543 1.7 christos msgid " Abbrev Offset: %#<PRIx64>\n" 2544 1.7 christos msgstr " : %#<PRIx64>\n" 2545 1.5 christos 2546 1.7 christos #: dwarf.c:4070 2547 1.5 christos #, c-format 2548 1.5 christos msgid " Pointer Size: %d\n" 2549 1.5 christos msgstr " : %d\n" 2550 1.5 christos 2551 1.7 christos #: dwarf.c:4073 2552 1.1 christos #, c-format 2553 1.7 christos msgid " Signature: %#<PRIx64>\n" 2554 1.7 christos msgstr " : %#<PRIx64>\n" 2555 1.1 christos 2556 1.7 christos #: dwarf.c:4074 2557 1.1 christos #, c-format 2558 1.7 christos msgid " Type Offset: %#<PRIx64>\n" 2559 1.7 christos msgstr " : %#<PRIx64>\n" 2560 1.1 christos 2561 1.7 christos #: dwarf.c:4077 2562 1.5 christos #, c-format 2563 1.7 christos msgid " DWO ID: %#<PRIx64>\n" 2564 1.7 christos msgstr " DWO : %#<PRIx64>\n" 2565 1.5 christos 2566 1.7 christos #: dwarf.c:4083 2567 1.1 christos #, c-format 2568 1.1 christos msgid " Section contributions:\n" 2569 1.1 christos msgstr " :\n" 2570 1.1 christos 2571 1.7 christos #: dwarf.c:4084 2572 1.1 christos #, c-format 2573 1.7 christos msgid " .debug_abbrev.dwo: %#<PRIx64> %#zx\n" 2574 1.7 christos msgstr " .debug_abbrev.dwo: %#<PRIx64> %#zx\n" 2575 1.1 christos 2576 1.7 christos #: dwarf.c:4086 2577 1.1 christos #, c-format 2578 1.7 christos msgid " .debug_line.dwo: %#<PRIx64> %#zx\n" 2579 1.7 christos msgstr " .debug_line.dwo: %#<PRIx64> %#zx\n" 2580 1.1 christos 2581 1.7 christos #: dwarf.c:4088 2582 1.1 christos #, c-format 2583 1.7 christos msgid " .debug_loc.dwo: %#<PRIx64> %#zx\n" 2584 1.7 christos msgstr " .debug_loc.dwo: %#<PRIx64> %#zx\n" 2585 1.1 christos 2586 1.7 christos #: dwarf.c:4090 2587 1.1 christos #, c-format 2588 1.7 christos msgid " .debug_str_offsets.dwo: %#<PRIx64> %#zx\n" 2589 1.7 christos msgstr " .debug_str_offsets.dwo: %#<PRIx64> %#zx\n" 2590 1.1 christos 2591 1.7 christos #: dwarf.c:4100 2592 1.1 christos #, c-format 2593 1.7 christos msgid "CU at offset %#<PRIx64> contains corrupt or unsupported version number: %d.\n" 2594 1.7 christos msgstr " %#<PRIx64> : %d.\n" 2595 1.1 christos 2596 1.7 christos #: dwarf.c:4112 2597 1.1 christos #, c-format 2598 1.7 christos msgid "CU at offset %#<PRIx64> contains corrupt or unsupported unit type: %d.\n" 2599 1.7 christos msgstr " %#<PRIx64> : %d.\n" 2600 1.1 christos 2601 1.7 christos #: dwarf.c:4157 2602 1.1 christos #, c-format 2603 1.1 christos msgid " <%d><%lx>: Abbrev Number: 0\n" 2604 1.1 christos msgstr " <%d><%lx>: : 0\n" 2605 1.1 christos 2606 1.7 christos #: dwarf.c:4167 2607 1.1 christos #, c-format 2608 1.1 christos msgid "Bogus end-of-siblings marker detected at offset %lx in %s section\n" 2609 1.1 christos msgstr " - %lx %s\n" 2610 1.1 christos 2611 1.7 christos #: dwarf.c:4171 2612 1.1 christos msgid "Further warnings about bogus end-of-sibling markers suppressed\n" 2613 1.1 christos msgstr " - \n" 2614 1.1 christos 2615 1.7 christos #: dwarf.c:4194 2616 1.1 christos #, c-format 2617 1.1 christos msgid " <%d><%lx>: Abbrev Number: %lu" 2618 1.1 christos msgstr " <%d><%lx>: : %lu" 2619 1.1 christos 2620 1.7 christos #: dwarf.c:4198 2621 1.1 christos #, c-format 2622 1.1 christos msgid " <%d><%lx>: ...\n" 2623 1.1 christos msgstr " <%d><%lx>: ...\n" 2624 1.1 christos 2625 1.7 christos #: dwarf.c:4218 2626 1.5 christos #, c-format 2627 1.7 christos msgid "DIE at offset %#lx refers to abbreviation number %lu which does not exist\n" 2628 1.7 christos msgstr "DIE %#lx %lu \n" 2629 1.5 christos 2630 1.7 christos #: dwarf.c:4281 2631 1.7 christos #, c-format 2632 1.7 christos msgid "CU @ %#<PRIx64> has has a negative rnglists_base value of %#<PRIx64> - treating as zero\n" 2633 1.7 christos msgstr "CU @ %#<PRIx64> rnglists_base %#<PRIx64> \n" 2634 1.7 christos 2635 1.7 christos #: dwarf.c:4329 2636 1.5 christos msgid "DIE has locviews without loclist\n" 2637 1.5 christos msgstr "DIE \n" 2638 1.5 christos 2639 1.7 christos #: dwarf.c:4440 2640 1.1 christos #, c-format 2641 1.7 christos msgid "The length field (%#<PRIx64>) in the debug_line header is wrong - the section is too small\n" 2642 1.7 christos msgstr " (%#<PRIx64>) _ \n" 2643 1.1 christos 2644 1.7 christos #: dwarf.c:4457 2645 1.5 christos msgid "Only DWARF version 2, 3, 4 and 5 line info is currently supported.\n" 2646 1.5 christos msgstr " DWARF 2, 3, 4 5 .\n" 2647 1.1 christos 2648 1.7 christos #: dwarf.c:4469 dwarf.c:7370 dwarf.c:8308 2649 1.5 christos #, c-format 2650 1.5 christos msgid "The %s section contains unsupported segment selector size: %d.\n" 2651 1.5 christos msgstr " %s : %d.\n" 2652 1.1 christos 2653 1.7 christos #: dwarf.c:4486 2654 1.1 christos msgid "Invalid maximum operations per insn.\n" 2655 1.1 christos msgstr " -.\n" 2656 1.1 christos 2657 1.7 christos #: dwarf.c:4513 2658 1.5 christos msgid "Directory Table" 2659 1.5 christos msgstr " " 2660 1.5 christos 2661 1.7 christos #: dwarf.c:4513 2662 1.5 christos msgid "File Name Table" 2663 1.5 christos msgstr " " 2664 1.5 christos 2665 1.7 christos #: dwarf.c:4517 2666 1.5 christos #, c-format 2667 1.5 christos msgid "Unexpectedly large number of columns in the %s (%u)\n" 2668 1.5 christos msgstr " %s (%u)\n" 2669 1.5 christos 2670 1.7 christos #: dwarf.c:4527 2671 1.5 christos #, c-format 2672 1.5 christos msgid "%s: Corrupt format description entry\n" 2673 1.5 christos msgstr "%s: \n" 2674 1.5 christos 2675 1.7 christos #: dwarf.c:4535 2676 1.5 christos #, c-format 2677 1.5 christos msgid "" 2678 1.5 christos "\n" 2679 1.5 christos " The %s is empty.\n" 2680 1.5 christos msgstr "" 2681 1.5 christos "\n" 2682 1.5 christos " %s .\n" 2683 1.5 christos 2684 1.7 christos #: dwarf.c:4541 2685 1.5 christos #, c-format 2686 1.7 christos msgid "%s: Corrupt entry count %#<PRIx64>\n" 2687 1.7 christos msgstr "%s: %#<PRIx64>\n" 2688 1.5 christos 2689 1.7 christos #: dwarf.c:4547 2690 1.5 christos #, c-format 2691 1.5 christos msgid "%s: format count is zero, but the table is not empty\n" 2692 1.5 christos msgstr "%s: , \n" 2693 1.5 christos 2694 1.7 christos #: dwarf.c:4552 2695 1.5 christos #, c-format 2696 1.5 christos msgid "" 2697 1.5 christos "\n" 2698 1.7 christos " The %s (offset %#tx, lines %<PRIu64>, columns %u):\n" 2699 1.5 christos msgstr "" 2700 1.5 christos "\n" 2701 1.7 christos " %s ( %#tx, %<PRIu64>, %u):\n" 2702 1.5 christos 2703 1.7 christos #: dwarf.c:4555 2704 1.5 christos #, c-format 2705 1.5 christos msgid " Entry" 2706 1.5 christos msgstr " " 2707 1.5 christos 2708 1.7 christos #: dwarf.c:4569 2709 1.5 christos #, c-format 2710 1.5 christos msgid "\tName" 2711 1.5 christos msgstr "\t" 2712 1.5 christos 2713 1.7 christos #: dwarf.c:4572 2714 1.5 christos #, c-format 2715 1.5 christos msgid "\tDir" 2716 1.5 christos msgstr "\t" 2717 1.5 christos 2718 1.7 christos #: dwarf.c:4575 2719 1.5 christos #, c-format 2720 1.5 christos msgid "\tTime" 2721 1.5 christos msgstr "\t" 2722 1.5 christos 2723 1.7 christos #: dwarf.c:4578 2724 1.5 christos #, c-format 2725 1.5 christos msgid "\tSize" 2726 1.5 christos msgstr "\t" 2727 1.5 christos 2728 1.7 christos #: dwarf.c:4581 2729 1.5 christos #, c-format 2730 1.5 christos msgid "\tMD5\t\t\t" 2731 1.5 christos msgstr "\t5\t\t\t" 2732 1.5 christos 2733 1.7 christos #: dwarf.c:4584 2734 1.5 christos #, c-format 2735 1.7 christos msgid "\t(Unknown format content type %<PRIu64>)" 2736 1.7 christos msgstr "\t( %<PRIu64>)" 2737 1.5 christos 2738 1.7 christos #: dwarf.c:4618 2739 1.1 christos #, c-format 2740 1.1 christos msgid "" 2741 1.1 christos "\n" 2742 1.5 christos "%s: Corrupt entries list\n" 2743 1.1 christos msgstr "" 2744 1.1 christos "\n" 2745 1.5 christos "%s: \n" 2746 1.5 christos 2747 1.7 christos #: dwarf.c:4644 2748 1.5 christos msgid "corrupt .debug_sup section: size is too small\n" 2749 1.5 christos msgstr " .debug_sup : \n" 2750 1.5 christos 2751 1.7 christos #: dwarf.c:4651 2752 1.7 christos msgid "corrupt .debug_sup section: version < 5\n" 2753 1.7 christos msgstr " .debug_sup : < 5\n" 2754 1.5 christos 2755 1.7 christos #: dwarf.c:4655 2756 1.5 christos msgid "corrupt .debug_sup section: is_supplementary not 0 or 1\n" 2757 1.5 christos msgstr " .debug_sup : is_supplementary 0 1\n" 2758 1.1 christos 2759 1.7 christos #: dwarf.c:4659 2760 1.5 christos msgid "corrupt .debug_sup section: filename not empty in supplementary section\n" 2761 1.5 christos msgstr " .debug_sup : \n" 2762 1.5 christos 2763 1.7 christos #: dwarf.c:4664 2764 1.5 christos msgid "corrupt .debug_sup section: filename is not NUL terminated\n" 2765 1.5 christos msgstr " .debug_sup : NUL \n" 2766 1.5 christos 2767 1.7 christos #: dwarf.c:4672 2768 1.5 christos msgid "corrupt .debug_sup section: bad LEB128 field for checksum length\n" 2769 1.5 christos msgstr " .debug_sup : LEB128 \n" 2770 1.5 christos 2771 1.7 christos #: dwarf.c:4678 2772 1.5 christos msgid "corrupt .debug_sup section: checksum length is longer than the remaining section length\n" 2773 1.5 christos msgstr " .debug_sup : \n" 2774 1.5 christos 2775 1.7 christos #: dwarf.c:4683 2776 1.5 christos #, c-format 2777 1.7 christos msgid "corrupt .debug_sup section: there are %#<PRIx64> extra, unused bytes at the end of the section\n" 2778 1.7 christos msgstr "corrupt .debug_sup section: %#<PRIx64> , \n" 2779 1.5 christos 2780 1.7 christos #: dwarf.c:4688 2781 1.5 christos #, c-format 2782 1.5 christos msgid " Version: %u\n" 2783 1.5 christos msgstr " : %u\n" 2784 1.5 christos 2785 1.7 christos #: dwarf.c:4689 2786 1.5 christos #, c-format 2787 1.5 christos msgid " Is Supp: %u\n" 2788 1.5 christos msgstr " : %u\n" 2789 1.5 christos 2790 1.7 christos #: dwarf.c:4690 2791 1.5 christos #, c-format 2792 1.5 christos msgid " Filename: %s\n" 2793 1.5 christos msgstr " : %s\n" 2794 1.5 christos 2795 1.7 christos #: dwarf.c:4691 2796 1.5 christos #, c-format 2797 1.7 christos msgid " Checksum Len: %<PRIu64>\n" 2798 1.7 christos msgstr " : %<PRIu64>\n" 2799 1.5 christos 2800 1.7 christos #: dwarf.c:4694 2801 1.5 christos #, c-format 2802 1.5 christos msgid " Checksum: " 2803 1.5 christos msgstr " : " 2804 1.5 christos 2805 1.7 christos #: dwarf.c:4742 dwarf.c:5160 2806 1.5 christos msgid "Partial .debug_line. section encountered without a prior full .debug_line section\n" 2807 1.5 christos msgstr " .debug_line. .debug_line\n" 2808 1.5 christos 2809 1.7 christos #: dwarf.c:4755 2810 1.1 christos #, c-format 2811 1.7 christos msgid " Offset: %#tx\n" 2812 1.7 christos msgstr " : %#tx\n" 2813 1.1 christos 2814 1.7 christos #: dwarf.c:4756 2815 1.1 christos #, c-format 2816 1.7 christos msgid " Length: %<PRId64>\n" 2817 1.7 christos msgstr " : %<PRId64>\n" 2818 1.1 christos 2819 1.7 christos #: dwarf.c:4757 2820 1.1 christos #, c-format 2821 1.1 christos msgid " DWARF Version: %d\n" 2822 1.5 christos msgstr " : %d\n" 2823 1.5 christos 2824 1.7 christos #: dwarf.c:4760 2825 1.5 christos #, c-format 2826 1.5 christos msgid " Address size (bytes): %d\n" 2827 1.5 christos msgstr " (): %d\n" 2828 1.1 christos 2829 1.7 christos #: dwarf.c:4761 2830 1.5 christos #, c-format 2831 1.5 christos msgid " Segment selector (bytes): %d\n" 2832 1.5 christos msgstr " (): %d\n" 2833 1.5 christos 2834 1.7 christos #: dwarf.c:4763 2835 1.1 christos #, c-format 2836 1.1 christos msgid " Prologue Length: %d\n" 2837 1.5 christos msgstr " : %d\n" 2838 1.1 christos 2839 1.7 christos #: dwarf.c:4764 2840 1.1 christos #, c-format 2841 1.1 christos msgid " Minimum Instruction Length: %d\n" 2842 1.5 christos msgstr " : %d\n" 2843 1.1 christos 2844 1.7 christos #: dwarf.c:4766 2845 1.1 christos #, c-format 2846 1.1 christos msgid " Maximum Ops per Instruction: %d\n" 2847 1.5 christos msgstr " : %d\n" 2848 1.1 christos 2849 1.7 christos #: dwarf.c:4767 2850 1.1 christos #, c-format 2851 1.1 christos msgid " Initial value of 'is_stmt': %d\n" 2852 1.5 christos msgstr " is_stmt: %d\n" 2853 1.1 christos 2854 1.7 christos #: dwarf.c:4768 2855 1.1 christos #, c-format 2856 1.1 christos msgid " Line Base: %d\n" 2857 1.5 christos msgstr " : %d\n" 2858 1.1 christos 2859 1.7 christos #: dwarf.c:4769 2860 1.1 christos #, c-format 2861 1.1 christos msgid " Line Range: %d\n" 2862 1.5 christos msgstr " : %d\n" 2863 1.1 christos 2864 1.7 christos #: dwarf.c:4770 2865 1.1 christos #, c-format 2866 1.1 christos msgid " Opcode Base: %d\n" 2867 1.5 christos msgstr " : %d\n" 2868 1.5 christos 2869 1.7 christos #: dwarf.c:4775 dwarf.c:5176 2870 1.5 christos msgid "Line range of 0 is invalid, using 1 instead\n" 2871 1.5 christos msgstr " 0 , 1\n" 2872 1.1 christos 2873 1.7 christos #: dwarf.c:4787 2874 1.5 christos msgid "Line Base extends beyond end of section\n" 2875 1.5 christos msgstr " \n" 2876 1.5 christos 2877 1.7 christos #: dwarf.c:4791 2878 1.1 christos #, c-format 2879 1.1 christos msgid "" 2880 1.1 christos "\n" 2881 1.1 christos " Opcodes:\n" 2882 1.1 christos msgstr "" 2883 1.1 christos "\n" 2884 1.1 christos " :\n" 2885 1.1 christos 2886 1.7 christos #: dwarf.c:4794 2887 1.1 christos #, c-format 2888 1.5 christos msgid " Opcode %d has %d arg\n" 2889 1.5 christos msgid_plural " Opcode %d has %d args\n" 2890 1.5 christos msgstr[0] " %d %d \n" 2891 1.5 christos msgstr[1] " %d %d \n" 2892 1.5 christos msgstr[2] " %d %d \n" 2893 1.1 christos 2894 1.7 christos #: dwarf.c:4814 2895 1.1 christos #, c-format 2896 1.1 christos msgid "" 2897 1.1 christos "\n" 2898 1.1 christos " The Directory Table is empty.\n" 2899 1.1 christos msgstr "" 2900 1.1 christos "\n" 2901 1.1 christos " .\n" 2902 1.1 christos 2903 1.7 christos #: dwarf.c:4819 2904 1.1 christos #, c-format 2905 1.1 christos msgid "" 2906 1.1 christos "\n" 2907 1.7 christos " The Directory Table (offset %#tx):\n" 2908 1.1 christos msgstr "" 2909 1.1 christos "\n" 2910 1.7 christos " ( %#tx):\n" 2911 1.1 christos 2912 1.7 christos #: dwarf.c:4842 2913 1.1 christos #, c-format 2914 1.1 christos msgid "" 2915 1.1 christos "\n" 2916 1.1 christos " The File Name Table is empty.\n" 2917 1.1 christos msgstr "" 2918 1.1 christos "\n" 2919 1.1 christos " .\n" 2920 1.1 christos 2921 1.7 christos #: dwarf.c:4845 2922 1.1 christos #, c-format 2923 1.1 christos msgid "" 2924 1.1 christos "\n" 2925 1.7 christos " The File Name Table (offset %#tx):\n" 2926 1.1 christos msgstr "" 2927 1.1 christos "\n" 2928 1.7 christos " ( %#tx):\n" 2929 1.1 christos 2930 1.7 christos #: dwarf.c:4870 2931 1.1 christos msgid "Corrupt file name table entry\n" 2932 1.1 christos msgstr " \n" 2933 1.1 christos 2934 1.7 christos #: dwarf.c:4887 2935 1.1 christos #, c-format 2936 1.1 christos msgid " No Line Number Statements.\n" 2937 1.1 christos msgstr " .\n" 2938 1.1 christos 2939 1.7 christos #: dwarf.c:4890 2940 1.1 christos #, c-format 2941 1.1 christos msgid " Line Number Statements:\n" 2942 1.1 christos msgstr " :\n" 2943 1.1 christos 2944 1.7 christos #: dwarf.c:4912 2945 1.5 christos #, c-format 2946 1.7 christos msgid " Special opcode %d: advance Address by %<PRIu64> to %#<PRIx64>%s" 2947 1.7 christos msgstr " %d: %<PRIu64> %#<PRIx64>%s" 2948 1.5 christos 2949 1.7 christos #: dwarf.c:4917 dwarf.c:4938 dwarf.c:4980 dwarf.c:5000 dwarf.c:5048 2950 1.7 christos #: dwarf.c:5068 2951 1.5 christos msgid " (reset view)" 2952 1.5 christos msgstr " ( )" 2953 1.5 christos 2954 1.7 christos #: dwarf.c:4932 2955 1.1 christos #, c-format 2956 1.7 christos msgid " Special opcode %d: advance Address by %<PRIu64> to %#<PRIx64>[%d]%s" 2957 1.7 christos msgstr " %d: %<PRIu64> %#<PRIx64>[%d]%s" 2958 1.1 christos 2959 1.7 christos #: dwarf.c:4942 2960 1.1 christos #, c-format 2961 1.7 christos msgid " and Line by %d to %d" 2962 1.7 christos msgstr " %d %d" 2963 1.1 christos 2964 1.7 christos #: dwarf.c:4945 dwarf.c:4962 2965 1.1 christos #, c-format 2966 1.5 christos msgid " (view %u)\n" 2967 1.5 christos msgstr " ( %u)\n" 2968 1.1 christos 2969 1.7 christos #: dwarf.c:4960 2970 1.1 christos #, c-format 2971 1.5 christos msgid " Copy" 2972 1.5 christos msgstr " " 2973 1.1 christos 2974 1.7 christos #: dwarf.c:4976 2975 1.1 christos #, c-format 2976 1.7 christos msgid " Advance PC by %<PRIu64> to %#<PRIx64>%s\n" 2977 1.7 christos msgstr " PC %<PRIu64> %#<PRIx64>%s\n" 2978 1.1 christos 2979 1.7 christos #: dwarf.c:4995 2980 1.1 christos #, c-format 2981 1.7 christos msgid " Advance PC by %<PRIu64> to %#<PRIx64>[%d]%s\n" 2982 1.7 christos msgstr " PC %<PRIu64> %#<PRIx64>[%d]%s\n" 2983 1.1 christos 2984 1.7 christos #: dwarf.c:5007 2985 1.1 christos #, c-format 2986 1.7 christos msgid " Advance Line by %d to %d\n" 2987 1.7 christos msgstr " %d %d\n" 2988 1.1 christos 2989 1.7 christos #: dwarf.c:5013 2990 1.1 christos #, c-format 2991 1.7 christos msgid " Set File Name to entry %<PRIu64> in the File Name Table\n" 2992 1.7 christos msgstr " %<PRIu64> \n" 2993 1.1 christos 2994 1.7 christos #: dwarf.c:5020 2995 1.1 christos #, c-format 2996 1.7 christos msgid " Set column to %<PRIu64>\n" 2997 1.7 christos msgstr " %<PRIu64>\n" 2998 1.1 christos 2999 1.7 christos #: dwarf.c:5027 3000 1.1 christos #, c-format 3001 1.7 christos msgid " Set is_stmt to %d\n" 3002 1.7 christos msgstr " is_stmt %d\n" 3003 1.1 christos 3004 1.7 christos #: dwarf.c:5032 3005 1.1 christos #, c-format 3006 1.1 christos msgid " Set basic block\n" 3007 1.1 christos msgstr " \n" 3008 1.1 christos 3009 1.7 christos #: dwarf.c:5044 3010 1.1 christos #, c-format 3011 1.7 christos msgid " Advance PC by constant %<PRIu64> to %#<PRIx64>%s\n" 3012 1.7 christos msgstr " PC %<PRIu64> %#<PRIx64>%s\n" 3013 1.1 christos 3014 1.7 christos #: dwarf.c:5063 3015 1.1 christos #, c-format 3016 1.7 christos msgid " Advance PC by constant %<PRIu64> to %#<PRIx64>[%d]%s\n" 3017 1.7 christos msgstr " PC %<PRIu64> %#<PRIx64>[%d]%s\n" 3018 1.1 christos 3019 1.7 christos #: dwarf.c:5076 3020 1.1 christos #, c-format 3021 1.7 christos msgid " Advance PC by fixed size amount %<PRIu64> to %#<PRIx64>\n" 3022 1.7 christos msgstr " PC %<PRIu64> %#<PRIx64>\n" 3023 1.1 christos 3024 1.7 christos #: dwarf.c:5083 3025 1.1 christos #, c-format 3026 1.1 christos msgid " Set prologue_end to true\n" 3027 1.1 christos msgstr " prologue_end \n" 3028 1.1 christos 3029 1.7 christos #: dwarf.c:5087 3030 1.1 christos #, c-format 3031 1.1 christos msgid " Set epilogue_begin to true\n" 3032 1.1 christos msgstr " epilogue_begin \n" 3033 1.1 christos 3034 1.7 christos #: dwarf.c:5092 3035 1.1 christos #, c-format 3036 1.7 christos msgid " Set ISA to %<PRIu64>\n" 3037 1.7 christos msgstr " ISA %<PRIu64>\n" 3038 1.1 christos 3039 1.7 christos #: dwarf.c:5096 dwarf.c:5773 3040 1.1 christos #, c-format 3041 1.1 christos msgid " Unknown opcode %d with operands: " 3042 1.1 christos msgstr " %d : " 3043 1.1 christos 3044 1.7 christos #: dwarf.c:5189 3045 1.5 christos #, c-format 3046 1.5 christos msgid "opcode base of %d extends beyond end of section\n" 3047 1.5 christos msgstr " %d \n" 3048 1.5 christos 3049 1.7 christos #: dwarf.c:5204 3050 1.5 christos #, c-format 3051 1.5 christos msgid "Unexpectedly large number of columns in the directory name table (%u)\n" 3052 1.5 christos msgstr " (%u)\n" 3053 1.5 christos 3054 1.7 christos #: dwarf.c:5216 dwarf.c:5246 dwarf.c:5276 3055 1.5 christos msgid "Corrupt directories list\n" 3056 1.5 christos msgstr " \n" 3057 1.5 christos 3058 1.7 christos #: dwarf.c:5224 3059 1.7 christos #, c-format 3060 1.7 christos msgid "number of directories (0x%x) exceeds size of section %s\n" 3061 1.7 christos msgstr " (0x%x) %s\n" 3062 1.7 christos 3063 1.7 christos #: dwarf.c:5284 3064 1.5 christos #, c-format 3065 1.5 christos msgid "Unexpectedly large number of columns in the file name table (%u)\n" 3066 1.5 christos msgstr " (%u)\n" 3067 1.5 christos 3068 1.7 christos #: dwarf.c:5297 dwarf.c:5328 dwarf.c:5375 3069 1.5 christos msgid "Corrupt file name list\n" 3070 1.5 christos msgstr " \n" 3071 1.5 christos 3072 1.7 christos #: dwarf.c:5305 3073 1.7 christos #, c-format 3074 1.7 christos msgid "number of files (0x%x) exceeds size of section %s\n" 3075 1.7 christos msgstr " (0x%x) %s\n" 3076 1.7 christos 3077 1.7 christos #: dwarf.c:5397 3078 1.5 christos msgid "directory table ends unexpectedly\n" 3079 1.5 christos msgstr " \n" 3080 1.5 christos 3081 1.7 christos #: dwarf.c:5437 3082 1.5 christos msgid "file table ends unexpectedly\n" 3083 1.5 christos msgstr " \n" 3084 1.5 christos 3085 1.7 christos #: dwarf.c:5470 3086 1.1 christos #, c-format 3087 1.5 christos msgid "CU: No directory table\n" 3088 1.5 christos msgstr ": \n" 3089 1.1 christos 3090 1.7 christos #: dwarf.c:5472 3091 1.1 christos #, c-format 3092 1.1 christos msgid "CU: %s:\n" 3093 1.1 christos msgstr ": %s:\n" 3094 1.1 christos 3095 1.7 christos #: dwarf.c:5482 dwarf.c:5814 readelf.c:7978 readelf.c:8074 readelf.c:8091 3096 1.7 christos #: readelf.c:8108 readelf.c:8921 readelf.c:13160 readelf.c:13822 3097 1.7 christos #: readelf.c:13835 readelf.c:19485 readelf.c:19517 3098 1.5 christos msgid "<unknown>" 3099 1.5 christos msgstr "<>" 3100 1.5 christos 3101 1.7 christos #: dwarf.c:5489 dwarf.c:5700 3102 1.5 christos #, c-format 3103 1.7 christos msgid "directory index %u >= number of directories %u\n" 3104 1.7 christos msgstr " %u >= %u\n" 3105 1.5 christos 3106 1.7 christos #: dwarf.c:5492 dwarf.c:5808 elfcomm.c:776 readelf.c:980 readelf.c:9099 3107 1.7 christos #: readelf.c:9712 readelf.c:11738 readelf.c:14129 readelf.c:14195 3108 1.7 christos #: readelf.c:14199 readelf.c:14313 readelf.c:18214 readelf.c:18304 3109 1.7 christos #: readelf.c:18897 readelf.c:18916 readelf.c:19035 readelf.c:19494 3110 1.7 christos #: readelf.c:20657 readelf.c:20660 3111 1.1 christos #, c-format 3112 1.5 christos msgid "<corrupt>" 3113 1.5 christos msgstr "<>" 3114 1.1 christos 3115 1.7 christos #: dwarf.c:5498 3116 1.1 christos #, c-format 3117 1.1 christos msgid "CU: %s/%s:\n" 3118 1.1 christos msgstr ": %s/%s:\n" 3119 1.1 christos 3120 1.7 christos #: dwarf.c:5508 3121 1.5 christos #, c-format 3122 1.5 christos msgid "File name Line number Starting address View Stmt\n" 3123 1.5 christos msgstr " \n" 3124 1.5 christos 3125 1.7 christos #: dwarf.c:5510 3126 1.7 christos #, c-format 3127 1.7 christos msgid "File name Line number Starting address View Stmt\n" 3128 1.7 christos msgstr " \n" 3129 1.7 christos 3130 1.7 christos #: dwarf.c:5513 3131 1.5 christos #, c-format 3132 1.5 christos msgid "CU: Empty file name table\n" 3133 1.5 christos msgstr ": \n" 3134 1.5 christos 3135 1.7 christos #: dwarf.c:5620 3136 1.1 christos #, c-format 3137 1.5 christos msgid "UNKNOWN (%u): length %ld\n" 3138 1.5 christos msgstr " (%u): %ld\n" 3139 1.1 christos 3140 1.7 christos #: dwarf.c:5670 3141 1.1 christos #, c-format 3142 1.1 christos msgid "" 3143 1.1 christos "\n" 3144 1.1 christos " [Use file table entry %d]\n" 3145 1.1 christos msgstr "" 3146 1.1 christos "\n" 3147 1.1 christos " [ %d]\n" 3148 1.1 christos 3149 1.7 christos #: dwarf.c:5674 dwarf.c:5806 3150 1.5 christos #, c-format 3151 1.7 christos msgid "file index %u >= number of files %u\n" 3152 1.7 christos msgstr " %u >= %u\n" 3153 1.5 christos 3154 1.7 christos #: dwarf.c:5676 3155 1.5 christos #, c-format 3156 1.5 christos msgid "" 3157 1.5 christos "\n" 3158 1.5 christos " <over large file table index %u>" 3159 1.5 christos msgstr "" 3160 1.5 christos "\n" 3161 1.5 christos " < %u>" 3162 1.5 christos 3163 1.7 christos #: dwarf.c:5690 3164 1.5 christos #, c-format 3165 1.5 christos msgid "" 3166 1.5 christos "\n" 3167 1.5 christos " [Use file %s in directory table entry %d]\n" 3168 1.5 christos msgstr "" 3169 1.5 christos "\n" 3170 1.5 christos " [ %s %d]\n" 3171 1.5 christos 3172 1.7 christos #: dwarf.c:5703 3173 1.1 christos #, c-format 3174 1.1 christos msgid "" 3175 1.1 christos "\n" 3176 1.5 christos " <over large directory table entry %u>\n" 3177 1.1 christos msgstr "" 3178 1.1 christos "\n" 3179 1.5 christos " < %u>\n" 3180 1.1 christos 3181 1.7 christos #: dwarf.c:5769 3182 1.1 christos #, c-format 3183 1.1 christos msgid " Set ISA to %lu\n" 3184 1.7 christos msgstr " ISA %lu\n" 3185 1.5 christos 3186 1.7 christos #: dwarf.c:5976 3187 1.1 christos msgid "no info" 3188 1.1 christos msgstr " " 3189 1.1 christos 3190 1.7 christos #: dwarf.c:5977 3191 1.1 christos msgid "type" 3192 1.1 christos msgstr "" 3193 1.1 christos 3194 1.7 christos #: dwarf.c:5978 3195 1.1 christos msgid "variable" 3196 1.1 christos msgstr "" 3197 1.1 christos 3198 1.7 christos #: dwarf.c:5979 3199 1.1 christos msgid "function" 3200 1.1 christos msgstr "" 3201 1.1 christos 3202 1.7 christos #: dwarf.c:5980 3203 1.1 christos msgid "other" 3204 1.1 christos msgstr "" 3205 1.1 christos 3206 1.7 christos #: dwarf.c:5981 3207 1.1 christos msgid "unused5" 3208 1.1 christos msgstr "5" 3209 1.1 christos 3210 1.7 christos #: dwarf.c:5982 3211 1.1 christos msgid "unused6" 3212 1.1 christos msgstr "6" 3213 1.1 christos 3214 1.7 christos #: dwarf.c:5983 3215 1.1 christos msgid "unused7" 3216 1.1 christos msgstr "7" 3217 1.1 christos 3218 1.7 christos #: dwarf.c:6021 3219 1.5 christos #, c-format 3220 1.7 christos msgid "Debug info is corrupted, %s header at %#lx has length %#<PRIx64>\n" 3221 1.7 christos msgstr " , %s %#lx %#<PRIx64>\n" 3222 1.5 christos 3223 1.7 christos #: dwarf.c:6036 dwarf.c:7738 3224 1.1 christos #, c-format 3225 1.7 christos msgid ".debug_info offset of %#<PRIx64> in %s section does not point to a CU header.\n" 3226 1.7 christos msgstr " .debug_info %#<PRIx64> %s CU .\n" 3227 1.1 christos 3228 1.7 christos #: dwarf.c:6042 3229 1.1 christos #, c-format 3230 1.7 christos msgid " Length: %<PRId64>\n" 3231 1.7 christos msgstr " : %<PRId64>\n" 3232 1.1 christos 3233 1.7 christos #: dwarf.c:6044 3234 1.1 christos #, c-format 3235 1.1 christos msgid " Version: %d\n" 3236 1.1 christos msgstr " : %d\n" 3237 1.1 christos 3238 1.7 christos #: dwarf.c:6046 3239 1.1 christos #, c-format 3240 1.7 christos msgid " Offset into .debug_info section: %#<PRIx64>\n" 3241 1.7 christos msgstr " .debug_info: %#<PRIx64>\n" 3242 1.1 christos 3243 1.7 christos #: dwarf.c:6048 3244 1.1 christos #, c-format 3245 1.7 christos msgid " Size of area in .debug_info section: %<PRId64>\n" 3246 1.7 christos msgstr " .debug_info: %<PRId64>\n" 3247 1.1 christos 3248 1.7 christos #: dwarf.c:6057 3249 1.5 christos msgid "Only DWARF 2 and 3 pubnames are currently supported\n" 3250 1.5 christos msgstr " 2 3 \n" 3251 1.5 christos 3252 1.7 christos #: dwarf.c:6065 3253 1.1 christos #, c-format 3254 1.1 christos msgid "" 3255 1.1 christos "\n" 3256 1.1 christos " Offset Kind Name\n" 3257 1.1 christos msgstr "" 3258 1.1 christos "\n" 3259 1.1 christos " \n" 3260 1.1 christos 3261 1.7 christos #: dwarf.c:6067 3262 1.1 christos #, c-format 3263 1.1 christos msgid "" 3264 1.1 christos "\n" 3265 1.1 christos " Offset\tName\n" 3266 1.1 christos msgstr "" 3267 1.1 christos "\n" 3268 1.1 christos " \t\n" 3269 1.1 christos 3270 1.7 christos #: dwarf.c:6101 3271 1.1 christos msgid "s" 3272 1.1 christos msgstr "" 3273 1.1 christos 3274 1.7 christos #: dwarf.c:6101 3275 1.1 christos msgid "g" 3276 1.1 christos msgstr "" 3277 1.1 christos 3278 1.7 christos #: dwarf.c:6159 3279 1.1 christos #, c-format 3280 1.1 christos msgid " DW_MACINFO_start_file - lineno: %d filenum: %d\n" 3281 1.1 christos msgstr " DW_MACINFO_start_file : %d : %d\n" 3282 1.1 christos 3283 1.7 christos #: dwarf.c:6165 3284 1.1 christos #, c-format 3285 1.1 christos msgid " DW_MACINFO_end_file\n" 3286 1.1 christos msgstr " DW_MACINFO_end_file\n" 3287 1.1 christos 3288 1.7 christos #: dwarf.c:6172 3289 1.1 christos #, c-format 3290 1.5 christos msgid " DW_MACINFO_define - lineno : %d macro : %*s\n" 3291 1.5 christos msgstr " DW_MACINFO_define : %d : %*s\n" 3292 1.1 christos 3293 1.7 christos #: dwarf.c:6182 3294 1.1 christos #, c-format 3295 1.5 christos msgid " DW_MACINFO_undef - lineno : %d macro : %*s\n" 3296 1.5 christos msgstr " DW_MACINFO_undef : %d : %*s\n" 3297 1.1 christos 3298 1.7 christos #: dwarf.c:6195 3299 1.1 christos #, c-format 3300 1.5 christos msgid " DW_MACINFO_vendor_ext - constant : %d string : %*s\n" 3301 1.5 christos msgstr " DW_MACINFO_vendor_ext : %d : %*s\n" 3302 1.1 christos 3303 1.7 christos #: dwarf.c:6347 3304 1.1 christos #, c-format 3305 1.5 christos msgid "Expected to find a version number of 4 or 5 in section %s but found %d instead\n" 3306 1.5 christos msgstr " 4 5 %s %d+\n" 3307 1.1 christos 3308 1.7 christos #: dwarf.c:6354 3309 1.7 christos #, c-format 3310 1.7 christos msgid " Offset: %#<PRIx64>\n" 3311 1.7 christos msgstr " : %#<PRIx64>\n" 3312 1.7 christos 3313 1.7 christos #: dwarf.c:6355 3314 1.1 christos #, c-format 3315 1.1 christos msgid " Version: %d\n" 3316 1.1 christos msgstr " : %d\n" 3317 1.1 christos 3318 1.7 christos #: dwarf.c:6356 3319 1.1 christos #, c-format 3320 1.1 christos msgid " Offset size: %d\n" 3321 1.1 christos msgstr " : %d\n" 3322 1.1 christos 3323 1.7 christos #: dwarf.c:6360 3324 1.1 christos #, c-format 3325 1.7 christos msgid " Offset into .debug_line: %#<PRIx64>\n" 3326 1.7 christos msgstr " .debug_line: %#<PRIx64>\n" 3327 1.1 christos 3328 1.7 christos #: dwarf.c:6374 3329 1.1 christos #, c-format 3330 1.1 christos msgid " Extension opcode arguments:\n" 3331 1.1 christos msgstr " :\n" 3332 1.1 christos 3333 1.7 christos #: dwarf.c:6381 3334 1.1 christos #, c-format 3335 1.5 christos msgid " DW_MACRO_%02x has no arguments\n" 3336 1.5 christos msgstr " DW_MACRO_%02x \n" 3337 1.1 christos 3338 1.7 christos #: dwarf.c:6384 3339 1.1 christos #, c-format 3340 1.5 christos msgid " DW_MACRO_%02x arguments: " 3341 1.5 christos msgstr " DW_MACRO_%02x : " 3342 1.1 christos 3343 1.7 christos #: dwarf.c:6410 3344 1.1 christos #, c-format 3345 1.1 christos msgid "Invalid extension opcode form %s\n" 3346 1.1 christos msgstr " %s\n" 3347 1.1 christos 3348 1.7 christos #: dwarf.c:6427 3349 1.1 christos msgid ".debug_macro section not zero terminated\n" 3350 1.1 christos msgstr " .debug_macro \n" 3351 1.1 christos 3352 1.7 christos #: dwarf.c:6441 3353 1.5 christos #, c-format 3354 1.5 christos msgid " DW_MACRO_define - lineno : %d macro : %*s\n" 3355 1.5 christos msgstr " DW_MACRO_define : %d : %*s\n" 3356 1.5 christos 3357 1.7 christos #: dwarf.c:6451 3358 1.5 christos #, c-format 3359 1.5 christos msgid " DW_MACRO_undef - lineno : %d macro : %*s\n" 3360 1.5 christos msgstr " DW_MACRO_undef : %d : %*s\n" 3361 1.5 christos 3362 1.7 christos #: dwarf.c:6466 3363 1.5 christos msgid "DW_MACRO_start_file used, but no .debug_line offset provided.\n" 3364 1.5 christos msgstr "DW_MACRO_start_file , .debug_line.\n" 3365 1.5 christos 3366 1.7 christos #: dwarf.c:6472 3367 1.5 christos #, c-format 3368 1.5 christos msgid " DW_MACRO_start_file - lineno: %d filenum: %d\n" 3369 1.5 christos msgstr " DW_MACRO_start_file : %d . : %d\n" 3370 1.1 christos 3371 1.7 christos #: dwarf.c:6475 3372 1.1 christos #, c-format 3373 1.5 christos msgid " DW_MACRO_start_file - lineno: %d filenum: %d filename: %s%s%s\n" 3374 1.5 christos msgstr " DW_MACRO_start_file : %d . : %d : %s%s%s\n" 3375 1.1 christos 3376 1.7 christos #: dwarf.c:6483 3377 1.1 christos #, c-format 3378 1.5 christos msgid " DW_MACRO_end_file\n" 3379 1.5 christos msgstr " DW_MACRO_end_file\n" 3380 1.1 christos 3381 1.7 christos #: dwarf.c:6493 3382 1.1 christos #, c-format 3383 1.5 christos msgid " DW_MACRO_define_strp - lineno : %d macro : %s\n" 3384 1.5 christos msgstr " DW_MACRO_define_strp : %d : %s\n" 3385 1.1 christos 3386 1.7 christos #: dwarf.c:6504 3387 1.1 christos #, c-format 3388 1.5 christos msgid " DW_MACRO_undef_strp - lineno : %d macro : %s\n" 3389 1.5 christos msgstr " DW_MACRO_undef_strp : %d : %s\n" 3390 1.1 christos 3391 1.7 christos #: dwarf.c:6510 3392 1.1 christos #, c-format 3393 1.7 christos msgid " DW_MACRO_import - offset : %#<PRIx64>\n" 3394 1.7 christos msgstr " DW_MACRO_import : %#<PRIx64>\n" 3395 1.1 christos 3396 1.7 christos #: dwarf.c:6517 3397 1.1 christos #, c-format 3398 1.7 christos msgid " DW_MACRO_define_sup - lineno : %d macro offset : %#<PRIx64>\n" 3399 1.7 christos msgstr " DW_MACRO_define_sup : %d : %#<PRIx64>\n" 3400 1.1 christos 3401 1.7 christos #: dwarf.c:6525 3402 1.1 christos #, c-format 3403 1.7 christos msgid " DW_MACRO_undef_sup - lineno : %d macro offset : %#<PRIx64>\n" 3404 1.7 christos msgstr " DW_MACRO_undef_sup : %d : %<PRIx64>\n" 3405 1.1 christos 3406 1.7 christos #: dwarf.c:6532 3407 1.1 christos #, c-format 3408 1.7 christos msgid " DW_MACRO_import_sup - offset : %#<PRIx64>\n" 3409 1.7 christos msgstr " DW_MACRO_import_sup : %#<PRIx64>\n" 3410 1.1 christos 3411 1.7 christos #: dwarf.c:6547 3412 1.1 christos #, c-format 3413 1.7 christos msgid "(with offset %#<PRIx64>) " 3414 1.7 christos msgstr "( %#<PRIx64>) " 3415 1.1 christos 3416 1.7 christos #: dwarf.c:6548 3417 1.1 christos #, c-format 3418 1.5 christos msgid "lineno : %d macro : %s\n" 3419 1.5 christos msgstr " : %d : %s\n" 3420 1.1 christos 3421 1.7 christos #: dwarf.c:6555 3422 1.1 christos #, c-format 3423 1.5 christos msgid " <Target Specific macro op: %#x - UNHANDLED" 3424 1.5 christos msgstr " < : %#x " 3425 1.1 christos 3426 1.7 christos #: dwarf.c:6561 3427 1.1 christos #, c-format 3428 1.1 christos msgid " Unknown macro opcode %02x seen\n" 3429 1.1 christos msgstr " %02x\n" 3430 1.1 christos 3431 1.7 christos #: dwarf.c:6572 3432 1.1 christos #, c-format 3433 1.5 christos msgid " DW_MACRO_%02x\n" 3434 1.5 christos msgstr " DW_MACRO_%02x\n" 3435 1.1 christos 3436 1.7 christos #: dwarf.c:6575 3437 1.1 christos #, c-format 3438 1.5 christos msgid " DW_MACRO_%02x -" 3439 1.5 christos msgstr " DW_MACRO_%02x " 3440 1.1 christos 3441 1.7 christos #: dwarf.c:6622 3442 1.1 christos #, c-format 3443 1.7 christos msgid " Number TAG (%#<PRIx64>)\n" 3444 1.7 christos msgstr " (%#<PRIx64>)\n" 3445 1.1 christos 3446 1.7 christos #: dwarf.c:6631 3447 1.1 christos msgid "has children" 3448 1.1 christos msgstr " " 3449 1.1 christos 3450 1.7 christos #: dwarf.c:6631 3451 1.1 christos msgid "no children" 3452 1.1 christos msgstr " " 3453 1.1 christos 3454 1.7 christos #: dwarf.c:6695 3455 1.5 christos #, c-format 3456 1.5 christos msgid "location view pair\n" 3457 1.5 christos msgstr " \n" 3458 1.5 christos 3459 1.7 christos #: dwarf.c:6726 3460 1.5 christos #, c-format 3461 1.5 christos msgid "No debug information available for loc lists of entry: %u\n" 3462 1.5 christos msgstr " : %u\n" 3463 1.5 christos 3464 1.7 christos #: dwarf.c:6738 dwarf.c:6879 dwarf.c:7100 3465 1.5 christos #, c-format 3466 1.5 christos msgid "Invalid pointer size (%d) in debug info for entry %d\n" 3467 1.5 christos msgstr " (%d) %d\n" 3468 1.5 christos 3469 1.7 christos #: dwarf.c:6750 dwarf.c:6803 dwarf.c:6812 dwarf.c:6891 dwarf.c:7006 3470 1.7 christos #: dwarf.c:7014 dwarf.c:7112 dwarf.c:7184 dwarf.c:7192 3471 1.1 christos #, c-format 3472 1.7 christos msgid "Location list starting at offset %#<PRIx64> is not terminated.\n" 3473 1.7 christos msgstr " %#<PRIx64> .\n" 3474 1.1 christos 3475 1.7 christos #: dwarf.c:6772 dwarf.c:6919 dwarf.c:7149 dwarf.c:8109 dwarf.c:8168 3476 1.1 christos #, c-format 3477 1.1 christos msgid "<End of list>\n" 3478 1.1 christos msgstr "< >\n" 3479 1.1 christos 3480 1.7 christos #: dwarf.c:6784 dwarf.c:6929 dwarf.c:6964 dwarf.c:8177 dwarf.c:8201 3481 1.1 christos #, c-format 3482 1.1 christos msgid "(base address)\n" 3483 1.1 christos msgstr "( )\n" 3484 1.1 christos 3485 1.7 christos #: dwarf.c:6798 dwarf.c:6913 dwarf.c:7138 3486 1.5 christos #, c-format 3487 1.5 christos msgid "" 3488 1.7 christos "views at %8.8<PRIx64> for:\n" 3489 1.5 christos " %*s " 3490 1.5 christos msgstr "" 3491 1.7 christos " %8.8<PRIx64> :\n" 3492 1.5 christos " %*s " 3493 1.5 christos 3494 1.7 christos #: dwarf.c:6833 dwarf.c:7035 dwarf.c:8128 dwarf.c:8234 3495 1.1 christos msgid " (start == end)" 3496 1.1 christos msgstr " ( == )" 3497 1.1 christos 3498 1.7 christos #: dwarf.c:6835 dwarf.c:7037 dwarf.c:8130 dwarf.c:8236 3499 1.1 christos msgid " (start > end)" 3500 1.1 christos msgstr " ( > )" 3501 1.1 christos 3502 1.7 christos #: dwarf.c:6925 3503 1.5 christos #, c-format 3504 1.6 christos msgid "(index into .debug_addr) " 3505 1.7 christos msgstr "( .debug_addr) " 3506 1.6 christos 3507 1.7 christos #: dwarf.c:6981 3508 1.5 christos #, c-format 3509 1.5 christos msgid "View pair entry in loclist with locviews attribute\n" 3510 1.5 christos msgstr " \n" 3511 1.5 christos 3512 1.7 christos #: dwarf.c:6988 3513 1.5 christos #, c-format 3514 1.5 christos msgid "views for:\n" 3515 1.5 christos msgstr " :\n" 3516 1.5 christos 3517 1.7 christos #: dwarf.c:6993 3518 1.5 christos #, c-format 3519 1.5 christos msgid "Invalid location list entry type %d\n" 3520 1.5 christos msgstr " %d\n" 3521 1.5 christos 3522 1.7 christos #: dwarf.c:7046 3523 1.5 christos #, c-format 3524 1.5 christos msgid "Trailing view pair not used in a range" 3525 1.5 christos msgstr " " 3526 1.5 christos 3527 1.7 christos #: dwarf.c:7088 3528 1.5 christos #, c-format 3529 1.5 christos msgid "No debug information for loc lists of entry: %u\n" 3530 1.5 christos msgstr " : %u\n" 3531 1.5 christos 3532 1.7 christos #: dwarf.c:7155 3533 1.1 christos #, c-format 3534 1.1 christos msgid "(base address selection entry)\n" 3535 1.1 christos msgstr "( )\n" 3536 1.1 christos 3537 1.7 christos #: dwarf.c:7176 3538 1.1 christos #, c-format 3539 1.1 christos msgid "Unknown location list entry type 0x%x.\n" 3540 1.1 christos msgstr " 0x%x.\n" 3541 1.1 christos 3542 1.7 christos #: dwarf.c:7260 3543 1.7 christos #, c-format 3544 1.7 christos msgid "Table at Offset %#<PRIx64>\n" 3545 1.7 christos msgstr " %#<PRIx64>\n" 3546 1.6 christos 3547 1.7 christos #: dwarf.c:7276 dwarf.c:8299 3548 1.7 christos #, c-format 3549 1.7 christos msgid " Length: %#<PRIx64>\n" 3550 1.7 christos msgstr " : %#<PRIx64>\n" 3551 1.6 christos 3552 1.7 christos #: dwarf.c:7277 dwarf.c:8300 3553 1.7 christos #, c-format 3554 1.6 christos msgid " DWARF version: %u\n" 3555 1.7 christos msgstr " DWARF : %u\n" 3556 1.6 christos 3557 1.7 christos #: dwarf.c:7278 dwarf.c:8301 3558 1.7 christos #, c-format 3559 1.6 christos msgid " Address size: %u\n" 3560 1.7 christos msgstr " : %u\n" 3561 1.6 christos 3562 1.7 christos #: dwarf.c:7279 dwarf.c:8302 3563 1.7 christos #, c-format 3564 1.6 christos msgid " Segment size: %u\n" 3565 1.7 christos msgstr " : %u\n" 3566 1.6 christos 3567 1.7 christos #: dwarf.c:7280 dwarf.c:8303 3568 1.7 christos #, c-format 3569 1.6 christos msgid " Offset entries: %u\n" 3570 1.7 christos msgstr " : %u\n" 3571 1.6 christos 3572 1.7 christos #: dwarf.c:7284 3573 1.7 christos #, c-format 3574 1.6 christos msgid "The %s section contains an unsupported segment selector size: %d.\n" 3575 1.6 christos msgstr " %s : %d.\n" 3576 1.6 christos 3577 1.7 christos #: dwarf.c:7292 3578 1.7 christos #, c-format 3579 1.7 christos msgid "" 3580 1.7 christos "\n" 3581 1.7 christos " Offset Entries starting at %#tx:\n" 3582 1.6 christos msgstr "" 3583 1.6 christos "\n" 3584 1.7 christos " %#tx:\n" 3585 1.6 christos 3586 1.7 christos #: dwarf.c:7300 dwarf.c:8330 3587 1.7 christos #, c-format 3588 1.7 christos msgid " [%6u] %#<PRIx64>\n" 3589 1.7 christos msgstr " [%6u] %#<PRIx64>\n" 3590 1.6 christos 3591 1.7 christos #: dwarf.c:7339 dwarf.c:7619 dwarf.c:7836 dwarf.c:7960 dwarf.c:8368 3592 1.1 christos #, c-format 3593 1.1 christos msgid "" 3594 1.1 christos "\n" 3595 1.1 christos "The %s section is empty.\n" 3596 1.1 christos msgstr "" 3597 1.1 christos "\n" 3598 1.1 christos " %s .\n" 3599 1.1 christos 3600 1.7 christos #: dwarf.c:7359 3601 1.5 christos #, c-format 3602 1.5 christos msgid "The %s section contains corrupt or unsupported version number: %d.\n" 3603 1.5 christos msgstr " %s : %d.\n" 3604 1.5 christos 3605 1.7 christos #: dwarf.c:7386 dwarf.c:7842 dwarf.c:8376 3606 1.1 christos #, c-format 3607 1.1 christos msgid "Unable to load/parse the .debug_info section, so cannot interpret the %s section.\n" 3608 1.1 christos msgstr " / .debug_info, %s.\n" 3609 1.1 christos 3610 1.7 christos #: dwarf.c:7434 3611 1.1 christos msgid "No location lists in .debug_info section!\n" 3612 1.1 christos msgstr " .debug_info!\n" 3613 1.1 christos 3614 1.7 christos #: dwarf.c:7442 3615 1.1 christos #, c-format 3616 1.5 christos msgid "" 3617 1.5 christos " Warning: This section has relocations - addresses seen here may not be accurate.\n" 3618 1.5 christos "\n" 3619 1.5 christos msgstr "" 3620 1.5 christos " : .\n" 3621 1.5 christos "\n" 3622 1.5 christos 3623 1.7 christos #: dwarf.c:7445 dwarf.c:7494 3624 1.5 christos #, c-format 3625 1.5 christos msgid " Offset Begin End Expression\n" 3626 1.5 christos msgstr " \n" 3627 1.5 christos 3628 1.7 christos #: dwarf.c:7533 dwarf.c:7537 3629 1.5 christos #, c-format 3630 1.7 christos msgid "There is a hole [%#tx - %#<PRIx64>] in %s section.\n" 3631 1.7 christos msgstr " [%#tx %#<PRIx64>] %s.\n" 3632 1.1 christos 3633 1.7 christos #: dwarf.c:7542 3634 1.1 christos #, c-format 3635 1.7 christos msgid "There is an overlap [%#tx - %#<PRIx64>] in %s section.\n" 3636 1.7 christos msgstr " [%#tx %#<PRIx64>] %s.\n" 3637 1.1 christos 3638 1.7 christos #: dwarf.c:7550 3639 1.1 christos #, c-format 3640 1.7 christos msgid "Offset %#<PRIx64> is bigger than %s section size.\n" 3641 1.7 christos msgstr " %#<PRIx64> %s.\n" 3642 1.1 christos 3643 1.7 christos #: dwarf.c:7557 3644 1.1 christos #, c-format 3645 1.7 christos msgid "View Offset %#<PRIx64> is bigger than %s section size.\n" 3646 1.7 christos msgstr " %#<PRIx64> %s.\n" 3647 1.5 christos 3648 1.7 christos #: dwarf.c:7574 3649 1.5 christos msgid "DWO is not yet supported.\n" 3650 1.5 christos msgstr "DWO .\n" 3651 1.5 christos 3652 1.7 christos #: dwarf.c:7591 3653 1.5 christos msgid "Hole and overlap detection requires adjacent view lists and loclists.\n" 3654 1.5 christos msgstr " .\n" 3655 1.1 christos 3656 1.7 christos #: dwarf.c:7600 3657 1.1 christos #, c-format 3658 1.5 christos msgid "There is %ld unused byte at the end of section %s\n" 3659 1.5 christos msgid_plural "There are %ld unused bytes at the end of section %s\n" 3660 1.5 christos msgstr[0] " %ld %s\n" 3661 1.5 christos msgstr[1] " %ld %s\n" 3662 1.5 christos msgstr[2] " %ld %s\n" 3663 1.1 christos 3664 1.7 christos #: dwarf.c:7724 3665 1.7 christos #, c-format 3666 1.7 christos msgid "Debug info is corrupted, %s header at %#<PRIx64> has length %#<PRIx64>\n" 3667 1.7 christos msgstr " , %s %#<PRIx64> %#<PRIx64>\n" 3668 1.7 christos 3669 1.7 christos #: dwarf.c:7752 3670 1.1 christos msgid "Only DWARF 2 and 3 aranges are currently supported.\n" 3671 1.1 christos msgstr " 2 3 .\n" 3672 1.1 christos 3673 1.7 christos #: dwarf.c:7756 3674 1.1 christos #, c-format 3675 1.7 christos msgid " Length: %<PRId64>\n" 3676 1.7 christos msgstr " : %<PRId64>\n" 3677 1.1 christos 3678 1.7 christos #: dwarf.c:7757 3679 1.1 christos #, c-format 3680 1.1 christos msgid " Version: %d\n" 3681 1.1 christos msgstr " : %d\n" 3682 1.1 christos 3683 1.7 christos #: dwarf.c:7758 3684 1.1 christos #, c-format 3685 1.7 christos msgid " Offset into .debug_info: %#<PRIx64>\n" 3686 1.7 christos msgstr " .debug_info: %#<PRIx64>\n" 3687 1.1 christos 3688 1.7 christos #: dwarf.c:7760 3689 1.1 christos #, c-format 3690 1.1 christos msgid " Pointer Size: %d\n" 3691 1.1 christos msgstr " : %d\n" 3692 1.1 christos 3693 1.7 christos #: dwarf.c:7761 3694 1.1 christos #, c-format 3695 1.1 christos msgid " Segment Size: %d\n" 3696 1.1 christos msgstr " : %d\n" 3697 1.1 christos 3698 1.7 christos #: dwarf.c:7768 3699 1.1 christos #, c-format 3700 1.1 christos msgid "Invalid address size in %s section!\n" 3701 1.1 christos msgstr " %s!\n" 3702 1.1 christos 3703 1.7 christos #: dwarf.c:7778 3704 1.1 christos msgid "Pointer size + Segment size is not a power of two.\n" 3705 1.1 christos msgstr " + .\n" 3706 1.1 christos 3707 1.7 christos #: dwarf.c:7783 3708 1.1 christos #, c-format 3709 1.1 christos msgid "" 3710 1.1 christos "\n" 3711 1.1 christos " Address Length\n" 3712 1.1 christos msgstr "" 3713 1.1 christos "\n" 3714 1.1 christos " \n" 3715 1.1 christos 3716 1.7 christos #: dwarf.c:7785 3717 1.1 christos #, c-format 3718 1.1 christos msgid "" 3719 1.1 christos "\n" 3720 1.1 christos " Address Length\n" 3721 1.1 christos msgstr "" 3722 1.1 christos "\n" 3723 1.1 christos " \n" 3724 1.1 christos 3725 1.7 christos #: dwarf.c:7862 3726 1.5 christos #, c-format 3727 1.7 christos msgid "Corrupt address base (%#<PRIx64>) found in debug section %u\n" 3728 1.7 christos msgstr " (%#<PRIx64>) %u\n" 3729 1.5 christos 3730 1.7 christos #: dwarf.c:7880 3731 1.1 christos #, c-format 3732 1.7 christos msgid " For compilation unit at offset %#<PRIx64>:\n" 3733 1.7 christos msgstr " %#<PRIx64>:\n" 3734 1.1 christos 3735 1.7 christos #: dwarf.c:7883 3736 1.1 christos #, c-format 3737 1.1 christos msgid "\tIndex\tAddress\n" 3738 1.1 christos msgstr "\t\t\n" 3739 1.1 christos 3740 1.7 christos #: dwarf.c:7895 3741 1.7 christos #, c-format 3742 1.7 christos msgid "Corrupt %s section: expecting header size of 8 or 16, but found %zd instead\n" 3743 1.7 christos msgstr " %s: 8 16, %zd\n" 3744 1.7 christos 3745 1.7 christos #: dwarf.c:7906 3746 1.5 christos #, c-format 3747 1.7 christos msgid "Corrupt %s section: unit_length field of %#<PRIx64> is invalid\n" 3748 1.7 christos msgstr " %s: unit_length %#<PRIx64> \n" 3749 1.5 christos 3750 1.7 christos #: dwarf.c:7913 3751 1.5 christos #, c-format 3752 1.5 christos msgid "Corrupt %s section: expecting version number 5 in header but found %d instead\n" 3753 1.5 christos msgstr " %s: 5 , %d\n" 3754 1.5 christos 3755 1.7 christos #: dwarf.c:7928 3756 1.7 christos #, c-format 3757 1.7 christos msgid "Corrupt %s section: address size (%x) is wrong\n" 3758 1.7 christos msgstr " %s : (%x) \n" 3759 1.7 christos 3760 1.7 christos #: dwarf.c:7936 3761 1.1 christos #, c-format 3762 1.1 christos msgid "\t%d:\t" 3763 1.1 christos msgstr "\t%d:\t" 3764 1.1 christos 3765 1.7 christos #: dwarf.c:8008 dwarf.c:8032 3766 1.5 christos #, c-format 3767 1.7 christos msgid " Length: %#<PRIx64>\n" 3768 1.7 christos msgstr " : %#<PRIx64>\n" 3769 1.5 christos 3770 1.7 christos #: dwarf.c:8009 dwarf.c:8034 3771 1.1 christos #, c-format 3772 1.5 christos msgid " Index Offset [String]\n" 3773 1.5 christos msgstr " []\n" 3774 1.1 christos 3775 1.7 christos #: dwarf.c:8017 3776 1.1 christos #, c-format 3777 1.7 christos msgid "Section %s is too small %#<PRIx64>\n" 3778 1.7 christos msgstr " %s %#<PRIx64>\n" 3779 1.1 christos 3780 1.7 christos #: dwarf.c:8025 3781 1.1 christos #, c-format 3782 1.5 christos msgid "Unexpected version number in str_offset header: %#x\n" 3783 1.5 christos msgstr " : %#x\n" 3784 1.1 christos 3785 1.7 christos #: dwarf.c:8030 3786 1.1 christos #, c-format 3787 1.5 christos msgid "Unexpected value in str_offset header's padding field: %#x\n" 3788 1.5 christos msgstr " : %#x\n" 3789 1.1 christos 3790 1.7 christos #: dwarf.c:8033 3791 1.1 christos #, c-format 3792 1.7 christos msgid " Version: %#x\n" 3793 1.7 christos msgstr " : %#x\n" 3794 1.1 christos 3795 1.7 christos #: dwarf.c:8155 3796 1.7 christos #, c-format 3797 1.7 christos msgid "Range list starting at offset %#<PRIx64> is not terminated.\n" 3798 1.7 christos msgstr " %#<PRIx64> .\n" 3799 1.1 christos 3800 1.7 christos #: dwarf.c:8173 3801 1.5 christos #, c-format 3802 1.6 christos msgid "(base address index) " 3803 1.7 christos msgstr "( ) " 3804 1.6 christos 3805 1.7 christos #: dwarf.c:8213 3806 1.1 christos #, c-format 3807 1.5 christos msgid "Invalid range list entry type %d\n" 3808 1.5 christos msgstr " %d\n" 3809 1.1 christos 3810 1.7 christos #: dwarf.c:8281 3811 1.7 christos #, c-format 3812 1.7 christos msgid "The length field (%#<PRIx64>) in the debug_rnglists header is wrong - the section is too small\n" 3813 1.7 christos msgstr " (%#<PRIx64>) _ \n" 3814 1.7 christos 3815 1.7 christos #: dwarf.c:8298 3816 1.1 christos #, c-format 3817 1.7 christos msgid " Table at Offset: %#<PRIx64>:\n" 3818 1.7 christos msgstr " : %#<PRIx64>:\n" 3819 1.5 christos 3820 1.7 christos #: dwarf.c:8316 3821 1.6 christos msgid "Only DWARF version 5+ debug_rnglists info is currently supported.\n" 3822 1.7 christos msgstr " DWARF 5+ __ .\n" 3823 1.1 christos 3824 1.7 christos #: dwarf.c:8323 3825 1.7 christos #, c-format 3826 1.6 christos msgid "" 3827 1.6 christos "\n" 3828 1.7 christos " Offsets starting at %#tx:\n" 3829 1.7 christos msgstr "" 3830 1.7 christos "\n" 3831 1.7 christos " %#tx:\n" 3832 1.7 christos 3833 1.7 christos #. This can happen when the file was compiled with -gsplit-debug 3834 1.7 christos #. which removes references to range lists from the primary .o file. 3835 1.7 christos #: dwarf.c:8390 3836 1.7 christos #, c-format 3837 1.7 christos msgid "No range lists referenced by .debug_info section.\n" 3838 1.7 christos msgstr " .debug_info.\n" 3839 1.6 christos 3840 1.7 christos #: dwarf.c:8419 3841 1.7 christos #, c-format 3842 1.7 christos msgid "Range lists in %s section start at %#<PRIx64>\n" 3843 1.7 christos msgstr " %s %#<PRIx64>\n" 3844 1.6 christos 3845 1.7 christos #: dwarf.c:8424 dwarf.c:8459 3846 1.1 christos #, c-format 3847 1.6 christos msgid " Offset Begin End\n" 3848 1.6 christos msgstr " \n" 3849 1.1 christos 3850 1.7 christos #: dwarf.c:8442 3851 1.1 christos #, c-format 3852 1.7 christos msgid "Corrupt pointer size (%d) in debug entry at offset %#<PRIx64>\n" 3853 1.7 christos msgstr " (%d) %#<PRIx64>\n" 3854 1.1 christos 3855 1.7 christos #: dwarf.c:8449 3856 1.1 christos #, c-format 3857 1.7 christos msgid "Corrupt offset (%#<PRIx64>) in range entry %u\n" 3858 1.7 christos msgstr " (%#<PRIx64>) %u\n" 3859 1.1 christos 3860 1.7 christos #: dwarf.c:8476 3861 1.5 christos #, c-format 3862 1.7 christos msgid "There is a hole [%#tx - %#tx] in %s section.\n" 3863 1.7 christos msgstr " [%#tx %#tx] %s.\n" 3864 1.5 christos 3865 1.7 christos #: dwarf.c:8482 3866 1.5 christos #, c-format 3867 1.7 christos msgid "There is an overlap [%#tx - %#tx] in %s section.\n" 3868 1.7 christos msgstr " [%#tx %#tx] %s.\n" 3869 1.5 christos 3870 1.7 christos #: dwarf.c:8567 3871 1.5 christos #, c-format 3872 1.5 christos msgid "Unfeasibly large register number: %u\n" 3873 1.5 christos msgstr " : %u\n" 3874 1.5 christos 3875 1.7 christos #: dwarf.c:8581 3876 1.5 christos #, c-format 3877 1.5 christos msgid "Out of memory allocating %u columns in dwarf frame arrays\n" 3878 1.5 christos msgstr " %u dwarf \n" 3879 1.5 christos 3880 1.7 christos #: dwarf.c:9077 3881 1.5 christos msgid "No terminator for augmentation name\n" 3882 1.5 christos msgstr " \n" 3883 1.5 christos 3884 1.7 christos #: dwarf.c:9095 3885 1.5 christos #, c-format 3886 1.5 christos msgid "Invalid pointer size (%d) in CIE data\n" 3887 1.5 christos msgstr " (%d) CIE \n" 3888 1.5 christos 3889 1.7 christos #: dwarf.c:9103 3890 1.5 christos #, c-format 3891 1.5 christos msgid "Invalid segment size (%d) in CIE data\n" 3892 1.5 christos msgstr " (%d) CIE \n" 3893 1.5 christos 3894 1.7 christos #: dwarf.c:9139 dwarf.c:9770 3895 1.5 christos #, c-format 3896 1.7 christos msgid "Augmentation data too long: %#<PRIx64>, expected at most %#tx\n" 3897 1.7 christos msgstr " : %#<PRIx64>, %#tx\n" 3898 1.5 christos 3899 1.7 christos #: dwarf.c:9224 3900 1.5 christos #, c-format 3901 1.5 christos msgid " Augmentation data: " 3902 1.5 christos msgstr " : " 3903 1.5 christos 3904 1.7 christos #: dwarf.c:9382 3905 1.7 christos msgid ".eh_frame_hdr section is too small\n" 3906 1.7 christos msgstr " .eh_frame_hdr .\n" 3907 1.7 christos 3908 1.7 christos #: dwarf.c:9389 3909 1.7 christos #, c-format 3910 1.7 christos msgid "Unsupported .eh_frame_hdr version %u\n" 3911 1.7 christos msgstr " .eh_frame_hdr %u\n" 3912 1.7 christos 3913 1.7 christos #: dwarf.c:9393 dwarf.c:11324 3914 1.7 christos #, c-format 3915 1.7 christos msgid " Version: %u\n" 3916 1.7 christos msgstr " : %u\n" 3917 1.7 christos 3918 1.7 christos #. Strictly speaking this is the encoding format of the eh_frame_ptr field below. 3919 1.7 christos #: dwarf.c:9397 3920 1.7 christos #, c-format 3921 1.7 christos msgid " Pointer Encoding Format: %#x (%s)\n" 3922 1.7 christos msgstr " : %#x (%s)\n" 3923 1.7 christos 3924 1.7 christos #: dwarf.c:9400 3925 1.7 christos #, c-format 3926 1.7 christos msgid " Count Encoding Format: %#x (%s)\n" 3927 1.7 christos msgstr " : %#x (%s)\n" 3928 1.7 christos 3929 1.7 christos #: dwarf.c:9403 3930 1.7 christos #, c-format 3931 1.7 christos msgid " Table Encoding Format: %#x (%s)\n" 3932 1.7 christos msgstr " : %#x (%s)\n" 3933 1.7 christos 3934 1.7 christos #: dwarf.c:9412 3935 1.7 christos msgid "unable to read eh_frame_ptr field in .eh_frame_hdr section\n" 3936 1.7 christos msgstr " eh_frame_ptr .eh_frame_hdr\n" 3937 1.7 christos 3938 1.7 christos #: dwarf.c:9415 3939 1.7 christos #, c-format 3940 1.7 christos msgid " Start of frame section: %#<PRIx64>" 3941 1.7 christos msgstr " : %#<PRIx64>" 3942 1.7 christos 3943 1.7 christos #: dwarf.c:9419 3944 1.7 christos #, c-format 3945 1.7 christos msgid " (offset: %#<PRIx64>)" 3946 1.7 christos msgstr " (: %#<PRIx64>)" 3947 1.7 christos 3948 1.7 christos #: dwarf.c:9426 3949 1.7 christos msgid "It is suspicious to have a .eh_frame_hdr section with an empty search table\n" 3950 1.7 christos msgstr " .eh_frame_hdr \n" 3951 1.7 christos 3952 1.7 christos #: dwarf.c:9432 3953 1.7 christos msgid "The count field format should be absolute, not relative to an address\n" 3954 1.7 christos msgstr " \n" 3955 1.7 christos 3956 1.7 christos #: dwarf.c:9439 3957 1.7 christos msgid "unable to read fde_count field in .eh_frame_hdr section\n" 3958 1.7 christos msgstr " fde_count .eh_frame_hdr\n" 3959 1.7 christos 3960 1.7 christos #: dwarf.c:9442 3961 1.7 christos #, c-format 3962 1.7 christos msgid " Entries in search table: %#<PRIx64>" 3963 1.7 christos msgstr " : %#<PRIx64>" 3964 1.7 christos 3965 1.7 christos #: dwarf.c:9448 3966 1.7 christos msgid "It is suspicious to have a .eh_frame_hdr section an empty table but a non empty count field\n" 3967 1.7 christos msgstr " .eh_frame_hdr \n" 3968 1.7 christos 3969 1.7 christos #: dwarf.c:9462 3970 1.7 christos #, c-format 3971 1.7 christos msgid "Failed to read location field for entry %#<PRIx64> in the .eh_frame_hdr's search table\n" 3972 1.7 christos msgstr " %#<PRIx64> .eh_frame_hdr \n" 3973 1.7 christos 3974 1.7 christos #: dwarf.c:9470 3975 1.7 christos #, c-format 3976 1.7 christos msgid "Failed to read address field for entry %#<PRIx64> in the .eh_frame_hdr's search table\n" 3977 1.7 christos msgstr " %#<PRIx64> .eh_frame_hdr \n" 3978 1.7 christos 3979 1.7 christos #: dwarf.c:9499 3980 1.5 christos msgid "bad register: " 3981 1.5 christos msgstr " : " 3982 1.5 christos 3983 1.7 christos #: dwarf.c:9670 3984 1.5 christos msgid "Failed to read CIE information\n" 3985 1.5 christos msgstr " CIE \n" 3986 1.5 christos 3987 1.7 christos #: dwarf.c:9681 dwarf.c:9702 dwarf.c:9731 3988 1.5 christos msgid "Invalid max register\n" 3989 1.5 christos msgstr " \n" 3990 1.5 christos 3991 1.5 christos #. PR 17512: file: 9e196b3e. 3992 1.7 christos #: dwarf.c:9746 3993 1.5 christos #, c-format 3994 1.5 christos msgid "Probably corrupt segment size: %d - using 4 instead\n" 3995 1.5 christos msgstr " : %d 4\n" 3996 1.5 christos 3997 1.5 christos #. Ideally translate "invalid " to 8 chars, trailing space 3998 1.5 christos #. is optional. 3999 1.7 christos #: dwarf.c:9790 4000 1.5 christos #, c-format 4001 1.5 christos msgid "cie=invalid " 4002 1.5 christos msgstr "cie= " 4003 1.5 christos 4004 1.7 christos #: dwarf.c:10224 4005 1.5 christos msgid "Invalid column number in saved frame state\n" 4006 1.5 christos msgstr " \n" 4007 1.5 christos 4008 1.7 christos #: dwarf.c:10274 dwarf.c:10298 4009 1.5 christos #, c-format 4010 1.7 christos msgid " %s: <corrupt len %<PRIu64>>\n" 4011 1.7 christos msgstr " %s: < %<PRIu64>>\n" 4012 1.5 christos 4013 1.7 christos #: dwarf.c:10447 4014 1.5 christos #, c-format 4015 1.5 christos msgid " DW_CFA_??? (User defined call frame op: %#x)\n" 4016 1.5 christos msgstr " DW_CFA_??? ( : %#x)\n" 4017 1.5 christos 4018 1.7 christos #: dwarf.c:10449 4019 1.5 christos #, c-format 4020 1.5 christos msgid "Unsupported or unknown Dwarf Call Frame Instruction number: %#x\n" 4021 1.5 christos msgstr " Dwarf Call Frame: %#x\n" 4022 1.5 christos 4023 1.7 christos #: dwarf.c:10553 4024 1.7 christos #, c-format 4025 1.7 christos msgid "Debug info is corrupted, %s header at %#tx has length %#<PRIx64>\n" 4026 1.7 christos msgstr " , %s %#tx %#<PRIx64>\n" 4027 1.7 christos 4028 1.7 christos #: dwarf.c:10562 4029 1.5 christos #, c-format 4030 1.7 christos msgid "Version %d\n" 4031 1.7 christos msgstr " %d\n" 4032 1.5 christos 4033 1.7 christos #: dwarf.c:10568 4034 1.5 christos msgid "Only DWARF version 5 .debug_names is currently supported.\n" 4035 1.5 christos msgstr " DWARF 5 ._ .\n" 4036 1.5 christos 4037 1.7 christos #: dwarf.c:10575 4038 1.5 christos #, c-format 4039 1.5 christos msgid "Padding field of .debug_names must be 0 (found 0x%x)\n" 4040 1.5 christos msgstr " .debug_names 0 ( 0x%x)\n" 4041 1.5 christos 4042 1.7 christos #: dwarf.c:10580 4043 1.5 christos msgid "Compilation unit count must be >= 1 in .debug_names\n" 4044 1.5 christos msgstr " >= 1 .debug_names\n" 4045 1.5 christos 4046 1.7 christos #: dwarf.c:10591 4047 1.5 christos #, c-format 4048 1.5 christos msgid "Augmentation string length %u must be rounded up to a multiple of 4 in .debug_names.\n" 4049 1.5 christos msgstr " %u 4 .debug_names.\n" 4050 1.5 christos 4051 1.7 christos #: dwarf.c:10599 4052 1.5 christos #, c-format 4053 1.5 christos msgid "Augmentation string:" 4054 1.5 christos msgstr " :" 4055 1.5 christos 4056 1.7 christos #: dwarf.c:10626 4057 1.5 christos #, c-format 4058 1.5 christos msgid "CU table:\n" 4059 1.5 christos msgstr " :\n" 4060 1.5 christos 4061 1.7 christos #: dwarf.c:10639 4062 1.5 christos #, c-format 4063 1.5 christos msgid "TU table:\n" 4064 1.5 christos msgstr " :\n" 4065 1.5 christos 4066 1.7 christos #: dwarf.c:10652 4067 1.5 christos #, c-format 4068 1.5 christos msgid "Foreign TU table:\n" 4069 1.5 christos msgstr " :\n" 4070 1.5 christos 4071 1.7 christos #: dwarf.c:10661 4072 1.5 christos #, c-format 4073 1.5 christos msgid "[%3u] " 4074 1.5 christos msgstr "[%3u] " 4075 1.5 christos 4076 1.7 christos #: dwarf.c:10672 4077 1.5 christos #, c-format 4078 1.7 christos msgid "Entry pool offset (%#<PRIx64>) exceeds unit size %#tx for unit %#tx in the debug_names\n" 4079 1.7 christos msgstr " (%#<PRIx64>) %#tx %#tx _\n" 4080 1.5 christos 4081 1.7 christos #: dwarf.c:10700 4082 1.5 christos #, c-format 4083 1.5 christos msgid "Used %zu of %lu bucket.\n" 4084 1.5 christos msgid_plural "Used %zu of %lu buckets.\n" 4085 1.5 christos msgstr[0] " %zu %lu .\n" 4086 1.5 christos msgstr[1] " %zu %lu .\n" 4087 1.5 christos msgstr[2] " %zu %lu .\n" 4088 1.5 christos 4089 1.7 christos #: dwarf.c:10729 4090 1.5 christos #, c-format 4091 1.7 christos msgid "Out of %<PRIu64> items there are %zu bucket clashes (longest of %zu entries).\n" 4092 1.7 christos msgstr " %<PRIu64> %zu ( %zu ).\n" 4093 1.5 christos 4094 1.7 christos #: dwarf.c:10734 4095 1.6 christos #, c-format 4096 1.7 christos msgid "The name_count (%<PRIu64>) is not the same as the used bucket_count (%zu) + the hash clash count (%zu)\n" 4097 1.7 christos msgstr " (%<PRIu64>) (%zu) + (%zu)\n" 4098 1.6 christos 4099 1.7 christos #: dwarf.c:10772 4100 1.5 christos #, c-format 4101 1.7 christos msgid "Duplicate abbreviation tag %<PRIu64> in unit %#tx in the debug_names section\n" 4102 1.7 christos msgstr " %<PRIu64> %#tx debug_names\n" 4103 1.5 christos 4104 1.7 christos #: dwarf.c:10794 dwarf.c:11097 4105 1.5 christos #, c-format 4106 1.5 christos msgid "" 4107 1.5 christos "\n" 4108 1.5 christos "Symbol table:\n" 4109 1.5 christos msgstr "" 4110 1.5 christos "\n" 4111 1.5 christos " :\n" 4112 1.5 christos 4113 1.7 christos #: dwarf.c:10827 4114 1.7 christos #, c-format 4115 1.7 christos msgid "Invalid entry offset value: %<PRIx64>\n" 4116 1.7 christos msgstr " : %<PRIx64>\n" 4117 1.7 christos 4118 1.7 christos #: dwarf.c:10859 4119 1.5 christos #, c-format 4120 1.7 christos msgid "Undefined abbreviation tag %<PRId64> in unit %#tx in the debug_names section\n" 4121 1.7 christos msgstr " %<PRId64> %#tx debug_names\n" 4122 1.5 christos 4123 1.7 christos #: dwarf.c:10890 4124 1.5 christos #, c-format 4125 1.5 christos msgid " <no entries>" 4126 1.5 christos msgstr " < >" 4127 1.5 christos 4128 1.7 christos #: dwarf.c:10922 4129 1.5 christos msgid "The debuglink filename is corrupt/missing\n" 4130 1.5 christos msgstr " \n" 4131 1.5 christos 4132 1.7 christos #: dwarf.c:10926 4133 1.5 christos #, c-format 4134 1.5 christos msgid " Separate debug info file: %s\n" 4135 1.5 christos msgstr " : %s\n" 4136 1.5 christos 4137 1.7 christos #: dwarf.c:10937 4138 1.5 christos msgid "CRC offset missing/truncated\n" 4139 1.5 christos msgstr "CRC \n" 4140 1.5 christos 4141 1.7 christos #: dwarf.c:10943 4142 1.5 christos #, c-format 4143 1.5 christos msgid " CRC value: %#x\n" 4144 1.5 christos msgstr " CRC : %#x\n" 4145 1.5 christos 4146 1.7 christos #: dwarf.c:10947 4147 1.5 christos #, c-format 4148 1.7 christos msgid "There are %#<PRIx64> extraneous bytes at the end of the section\n" 4149 1.7 christos msgstr " %#<PRIx64> \n" 4150 1.5 christos 4151 1.7 christos #: dwarf.c:10962 4152 1.5 christos #, c-format 4153 1.7 christos msgid "Build-ID is too short (%#zx bytes)\n" 4154 1.7 christos msgstr " (%#zx )\n" 4155 1.5 christos 4156 1.7 christos #: dwarf.c:10966 4157 1.5 christos #, c-format 4158 1.7 christos msgid " Build-ID (%#zx bytes):" 4159 1.7 christos msgstr " (%#zx ):" 4160 1.5 christos 4161 1.7 christos #: dwarf.c:10998 4162 1.5 christos #, c-format 4163 1.5 christos msgid "Truncated header in the %s section.\n" 4164 1.5 christos msgstr " %s.\n" 4165 1.5 christos 4166 1.7 christos #: dwarf.c:11002 4167 1.7 christos #, c-format 4168 1.7 christos msgid "Version %lu\n" 4169 1.7 christos msgstr " %lu\n" 4170 1.7 christos 4171 1.7 christos #: dwarf.c:11008 4172 1.1 christos #, c-format 4173 1.1 christos msgid "Unsupported version %lu.\n" 4174 1.1 christos msgstr " %lu .\n" 4175 1.1 christos 4176 1.7 christos #: dwarf.c:11012 4177 1.1 christos msgid "The address table data in version 3 may be wrong.\n" 4178 1.1 christos msgstr " 3.\n" 4179 1.1 christos 4180 1.7 christos #: dwarf.c:11014 4181 1.1 christos msgid "Version 4 does not support case insensitive lookups.\n" 4182 1.1 christos msgstr " 4 .\n" 4183 1.1 christos 4184 1.7 christos #: dwarf.c:11016 4185 1.1 christos msgid "Version 5 does not include inlined functions.\n" 4186 1.1 christos msgstr " 5 .\n" 4187 1.1 christos 4188 1.7 christos #: dwarf.c:11018 4189 1.1 christos msgid "Version 6 does not include symbol attributes.\n" 4190 1.1 christos msgstr " 6 .\n" 4191 1.1 christos 4192 1.7 christos #: dwarf.c:11046 4193 1.1 christos #, c-format 4194 1.1 christos msgid "Corrupt header in the %s section.\n" 4195 1.1 christos msgstr " %s.\n" 4196 1.1 christos 4197 1.7 christos #: dwarf.c:11062 4198 1.1 christos #, c-format 4199 1.1 christos msgid "" 4200 1.1 christos "\n" 4201 1.1 christos "CU table:\n" 4202 1.1 christos msgstr "" 4203 1.1 christos "\n" 4204 1.1 christos " :\n" 4205 1.1 christos 4206 1.7 christos #: dwarf.c:11072 4207 1.1 christos #, c-format 4208 1.1 christos msgid "" 4209 1.1 christos "\n" 4210 1.1 christos "TU table:\n" 4211 1.1 christos msgstr "" 4212 1.1 christos "\n" 4213 1.1 christos " :\n" 4214 1.1 christos 4215 1.7 christos #: dwarf.c:11085 4216 1.1 christos #, c-format 4217 1.1 christos msgid "" 4218 1.1 christos "\n" 4219 1.1 christos "Address table:\n" 4220 1.1 christos msgstr "" 4221 1.1 christos "\n" 4222 1.1 christos " :\n" 4223 1.1 christos 4224 1.7 christos #: dwarf.c:11112 4225 1.5 christos #, c-format 4226 1.5 christos msgid "[%3u] <corrupt offset: %x>" 4227 1.5 christos msgstr "[%3u] < : %x>" 4228 1.5 christos 4229 1.7 christos #: dwarf.c:11113 4230 1.5 christos #, c-format 4231 1.5 christos msgid "Corrupt name offset of 0x%x found for symbol table slot %d\n" 4232 1.5 christos msgstr " 0x%x %d\n" 4233 1.5 christos 4234 1.7 christos #: dwarf.c:11124 4235 1.5 christos #, c-format 4236 1.5 christos msgid "<invalid CU vector offset: %x>\n" 4237 1.5 christos msgstr "< : %x>\n" 4238 1.5 christos 4239 1.7 christos #: dwarf.c:11125 4240 1.5 christos #, c-format 4241 1.5 christos msgid "Corrupt CU vector offset of 0x%x found for symbol table slot %d\n" 4242 1.5 christos msgstr " 0x%x %d\n" 4243 1.5 christos 4244 1.7 christos #: dwarf.c:11136 4245 1.1 christos #, c-format 4246 1.5 christos msgid "Invalid number of CUs (0x%x) for symbol table slot %d\n" 4247 1.5 christos msgstr " - (0x%x) %d\n" 4248 1.1 christos 4249 1.7 christos #: dwarf.c:11161 4250 1.1 christos msgid "static" 4251 1.1 christos msgstr "" 4252 1.1 christos 4253 1.7 christos #: dwarf.c:11161 4254 1.1 christos msgid "global" 4255 1.1 christos msgstr "" 4256 1.1 christos 4257 1.7 christos #: dwarf.c:11173 4258 1.7 christos #, c-format 4259 1.7 christos msgid "" 4260 1.7 christos "\n" 4261 1.7 christos "Shortcut table:\n" 4262 1.7 christos msgstr "" 4263 1.7 christos "\n" 4264 1.7 christos " :\n" 4265 1.7 christos 4266 1.7 christos #: dwarf.c:11177 4267 1.7 christos #, c-format 4268 1.7 christos msgid "Corrupt shortcut table in the %s section.\n" 4269 1.7 christos msgstr " %s.\n" 4270 1.7 christos 4271 1.7 christos #: dwarf.c:11182 4272 1.7 christos #, c-format 4273 1.7 christos msgid "Language of main: " 4274 1.7 christos msgstr " : " 4275 1.7 christos 4276 1.7 christos #: dwarf.c:11186 4277 1.7 christos #, c-format 4278 1.7 christos msgid "Name of main: " 4279 1.7 christos msgstr " : " 4280 1.7 christos 4281 1.7 christos #: dwarf.c:11188 4282 1.7 christos #, c-format 4283 1.7 christos msgid "<unknown>\n" 4284 1.7 christos msgstr "<>\n" 4285 1.7 christos 4286 1.7 christos #: dwarf.c:11194 4287 1.7 christos #, c-format 4288 1.7 christos msgid "<corrupt offset: %x>\n" 4289 1.7 christos msgstr "< : %x>\n" 4290 1.7 christos 4291 1.7 christos #: dwarf.c:11195 4292 1.7 christos #, c-format 4293 1.7 christos msgid "Corrupt name offset of 0x%x found for name of main\n" 4294 1.7 christos msgstr " 0x%x \n" 4295 1.1 christos 4296 1.7 christos #: dwarf.c:11299 4297 1.5 christos #, c-format 4298 1.5 christos msgid "Section %s is empty\n" 4299 1.5 christos msgstr " %s \n" 4300 1.5 christos 4301 1.7 christos #: dwarf.c:11305 4302 1.1 christos #, c-format 4303 1.5 christos msgid "Section %s is too small to contain a CU/TU header\n" 4304 1.5 christos msgstr " %s / \n" 4305 1.1 christos 4306 1.7 christos #: dwarf.c:11326 4307 1.1 christos #, c-format 4308 1.5 christos msgid " Number of columns: %u\n" 4309 1.5 christos msgstr " : %u\n" 4310 1.1 christos 4311 1.7 christos #: dwarf.c:11327 4312 1.5 christos #, c-format 4313 1.5 christos msgid " Number of used entries: %u\n" 4314 1.5 christos msgstr " : %u\n" 4315 1.5 christos 4316 1.7 christos #: dwarf.c:11328 4317 1.1 christos #, c-format 4318 1.1 christos msgid "" 4319 1.5 christos " Number of slots: %u\n" 4320 1.1 christos "\n" 4321 1.1 christos msgstr "" 4322 1.5 christos " : %u\n" 4323 1.1 christos "\n" 4324 1.1 christos 4325 1.7 christos #: dwarf.c:11335 4326 1.1 christos #, c-format 4327 1.5 christos msgid "Section %s is too small for %u slot\n" 4328 1.5 christos msgid_plural "Section %s is too small for %u slots\n" 4329 1.5 christos msgstr[0] " %s %u \n" 4330 1.5 christos msgstr[1] " %s %u \n" 4331 1.5 christos msgstr[2] " %s %u \n" 4332 1.1 christos 4333 1.7 christos #: dwarf.c:11368 4334 1.5 christos msgid "Section index pool located before start of section\n" 4335 1.5 christos msgstr " \n" 4336 1.5 christos 4337 1.7 christos #: dwarf.c:11372 4338 1.1 christos #, c-format 4339 1.7 christos msgid " [%3d] Signature: %#<PRIx64> Sections: " 4340 1.7 christos msgstr " [%3d] : %#<PRIx64> : " 4341 1.1 christos 4342 1.7 christos #: dwarf.c:11378 4343 1.1 christos #, c-format 4344 1.1 christos msgid "Section %s too small for shndx pool\n" 4345 1.1 christos msgstr " %s shndx \n" 4346 1.1 christos 4347 1.7 christos #: dwarf.c:11421 4348 1.1 christos #, c-format 4349 1.1 christos msgid "Section %s too small for offset and size tables\n" 4350 1.1 christos msgstr " %s \n" 4351 1.1 christos 4352 1.7 christos #: dwarf.c:11428 4353 1.1 christos #, c-format 4354 1.1 christos msgid " Offset table\n" 4355 1.1 christos msgstr " \n" 4356 1.1 christos 4357 1.7 christos #: dwarf.c:11430 dwarf.c:11517 4358 1.1 christos msgid "signature" 4359 1.1 christos msgstr "" 4360 1.1 christos 4361 1.7 christos #: dwarf.c:11430 dwarf.c:11517 4362 1.1 christos msgid "dwo_id" 4363 1.1 christos msgstr "dwo_id" 4364 1.1 christos 4365 1.7 christos #: dwarf.c:11469 4366 1.5 christos #, c-format 4367 1.5 christos msgid "Row index (%u) is larger than number of used entries (%u)\n" 4368 1.5 christos msgstr " (%u) (%u)\n" 4369 1.5 christos 4370 1.7 christos #: dwarf.c:11497 dwarf.c:11568 4371 1.5 christos #, c-format 4372 1.5 christos msgid "Overlarge Dwarf section index detected: %u\n" 4373 1.5 christos msgstr " dwarf : %u\n" 4374 1.5 christos 4375 1.7 christos #: dwarf.c:11515 4376 1.1 christos #, c-format 4377 1.1 christos msgid " Size table\n" 4378 1.1 christos msgstr " \n" 4379 1.1 christos 4380 1.7 christos #: dwarf.c:11554 4381 1.5 christos #, c-format 4382 1.5 christos msgid "Too many rows/columns in DWARF index section %s\n" 4383 1.5 christos msgstr " / DWARF %s\n" 4384 1.5 christos 4385 1.7 christos #: dwarf.c:11583 4386 1.1 christos #, c-format 4387 1.5 christos msgid " Unsupported version (%d)\n" 4388 1.5 christos msgstr " (%d)\n" 4389 1.1 christos 4390 1.7 christos #: dwarf.c:11655 4391 1.1 christos #, c-format 4392 1.1 christos msgid "Displaying the debug contents of section %s is not yet supported.\n" 4393 1.1 christos msgstr " %s .\n" 4394 1.1 christos 4395 1.7 christos #: dwarf.c:11686 4396 1.5 christos #, c-format 4397 1.7 christos msgid "Attempt to allocate an array with an excessive number of elements: %#<PRIx64>\n" 4398 1.7 christos msgstr " : %#<PRIx64>\n" 4399 1.5 christos 4400 1.7 christos #: dwarf.c:11704 4401 1.5 christos #, c-format 4402 1.7 christos msgid "Attempt to re-allocate an array with an excessive number of elements: %#<PRIx64>\n" 4403 1.7 christos msgstr " : %#<PRIx64>\n" 4404 1.5 christos 4405 1.7 christos #: dwarf.c:11720 4406 1.5 christos #, c-format 4407 1.7 christos msgid "Attempt to allocate a zero'ed array with an excessive number of elements: %#<PRIx64>\n" 4408 1.7 christos msgstr " : %#<PRIx64>\n" 4409 1.5 christos 4410 1.7 christos #: dwarf.c:11818 4411 1.5 christos #, c-format 4412 1.5 christos msgid "Unable to reopen separate debug info file: %s\n" 4413 1.5 christos msgstr " : %s\n" 4414 1.5 christos 4415 1.7 christos #: dwarf.c:11830 4416 1.5 christos #, c-format 4417 1.5 christos msgid "Separate debug info file %s found, but CRC does not match - ignoring\n" 4418 1.5 christos msgstr " %s, CRC \n" 4419 1.5 christos 4420 1.7 christos #: dwarf.c:12010 4421 1.5 christos #, c-format 4422 1.5 christos msgid "Corrupt debuglink section: %s\n" 4423 1.5 christos msgstr " : %s\n" 4424 1.5 christos 4425 1.7 christos #: dwarf.c:12049 elfcomm.c:295 elfcomm.c:320 elfcomm.c:794 4426 1.7 christos msgid "Out of memory\n" 4427 1.7 christos msgstr " \n" 4428 1.5 christos 4429 1.5 christos #. Failed to find the file. 4430 1.7 christos #: dwarf.c:12125 4431 1.5 christos #, c-format 4432 1.5 christos msgid "could not find separate debug file '%s'\n" 4433 1.5 christos msgstr " %s\n" 4434 1.5 christos 4435 1.7 christos #: dwarf.c:12127 dwarf.c:12132 dwarf.c:12138 dwarf.c:12142 dwarf.c:12147 4436 1.7 christos #: dwarf.c:12150 dwarf.c:12153 dwarf.c:12156 4437 1.5 christos #, c-format 4438 1.5 christos msgid "tried: %s\n" 4439 1.5 christos msgstr " %s\n" 4440 1.5 christos 4441 1.7 christos #: dwarf.c:12166 4442 1.5 christos #, c-format 4443 1.5 christos msgid "tried: DEBUGINFOD_URLS=%s\n" 4444 1.5 christos msgstr ": DEBUGINFOD_URLS=%s\n" 4445 1.5 christos 4446 1.7 christos #: dwarf.c:12194 4447 1.5 christos #, c-format 4448 1.5 christos msgid "failed to open separate debug file: %s\n" 4449 1.5 christos msgstr " : %s\n" 4450 1.5 christos 4451 1.7 christos #: dwarf.c:12203 4452 1.5 christos #, c-format 4453 1.5 christos msgid "" 4454 1.5 christos "\n" 4455 1.5 christos "%s: Found separate debug info file: %s\n" 4456 1.5 christos msgstr "" 4457 1.5 christos "\n" 4458 1.5 christos "%s: : %s\n" 4459 1.5 christos 4460 1.7 christos #: dwarf.c:12226 4461 1.5 christos msgid "Out of memory allocating dwo filename\n" 4462 1.5 christos msgstr " dwo \n" 4463 1.5 christos 4464 1.7 christos #: dwarf.c:12232 4465 1.5 christos #, c-format 4466 1.5 christos msgid "Unable to load dwo file: %s\n" 4467 1.5 christos msgstr " dwo : %s\n" 4468 1.5 christos 4469 1.5 christos #. FIXME: We should check the dwo_id. 4470 1.7 christos #: dwarf.c:12239 4471 1.5 christos #, c-format 4472 1.5 christos msgid "" 4473 1.5 christos "%s: Found separate debug object file: %s\n" 4474 1.5 christos "\n" 4475 1.5 christos msgstr "" 4476 1.5 christos "%s: : %s\n" 4477 1.5 christos "\n" 4478 1.5 christos 4479 1.7 christos #: dwarf.c:12271 4480 1.5 christos msgid "Unable to load the .note.gnu.build-id section\n" 4481 1.5 christos msgstr " .note.gnu.build-id\n" 4482 1.5 christos 4483 1.7 christos #: dwarf.c:12277 4484 1.5 christos msgid ".note.gnu.build-id section is corrupt/empty\n" 4485 1.5 christos msgstr " .note.gnu.build-id /\n" 4486 1.5 christos 4487 1.7 christos #: dwarf.c:12298 4488 1.5 christos msgid ".note.gnu.build-id data size is too small\n" 4489 1.5 christos msgstr " .note.gnu.build-id \n" 4490 1.5 christos 4491 1.7 christos #: dwarf.c:12304 4492 1.7 christos msgid ".note.gnu.build-id data size is too big\n" 4493 1.5 christos msgstr " .note.gnu.build-id \n" 4494 1.5 christos 4495 1.7 christos #: dwarf.c:12365 4496 1.5 christos msgid ".debug_sup section is corrupt/empty\n" 4497 1.5 christos msgstr " .debug_sup /\n" 4498 1.5 christos 4499 1.7 christos #: dwarf.c:12375 4500 1.5 christos msgid "filename in .debug_sup section is corrupt\n" 4501 1.5 christos msgstr " .debug_sup \n" 4502 1.5 christos 4503 1.7 christos #: dwarf.c:12392 4504 1.5 christos #, c-format 4505 1.5 christos msgid "unable to open file '%s' referenced from .debug_sup section\n" 4506 1.5 christos msgstr " %s .debug_sup \n" 4507 1.5 christos 4508 1.7 christos #: dwarf.c:12397 4509 1.5 christos #, c-format 4510 1.5 christos msgid "" 4511 1.5 christos "%s: Found supplementary debug file: %s\n" 4512 1.5 christos "\n" 4513 1.5 christos msgstr "" 4514 1.5 christos "%s: : %s\n" 4515 1.5 christos "\n" 4516 1.5 christos 4517 1.7 christos #: dwarf.c:12498 4518 1.5 christos msgid "Multiple DWO_NAMEs encountered for the same CU\n" 4519 1.5 christos msgstr " DWO_NAME- \n" 4520 1.5 christos 4521 1.7 christos #: dwarf.c:12510 4522 1.5 christos msgid "multiple DWO_IDs encountered for the same CU\n" 4523 1.5 christos msgstr " DWO_ID- \n" 4524 1.5 christos 4525 1.7 christos #: dwarf.c:12515 4526 1.5 christos msgid "Unexpected DWO INFO type" 4527 1.5 christos msgstr " DWO INFO " 4528 1.5 christos 4529 1.7 christos #: dwarf.c:12530 4530 1.5 christos #, c-format 4531 1.5 christos msgid "" 4532 1.5 christos "The %s section contains link(s) to dwo file(s):\n" 4533 1.5 christos "\n" 4534 1.5 christos msgstr "" 4535 1.5 christos " %s dwo :\n" 4536 1.5 christos "\n" 4537 1.5 christos 4538 1.7 christos #: dwarf.c:12535 4539 1.5 christos #, c-format 4540 1.5 christos msgid " Name: %s\n" 4541 1.5 christos msgstr " : %s\n" 4542 1.5 christos 4543 1.7 christos #: dwarf.c:12536 4544 1.5 christos #, c-format 4545 1.5 christos msgid " Directory: %s\n" 4546 1.5 christos msgstr " : %s\n" 4547 1.5 christos 4548 1.7 christos #: dwarf.c:12536 4549 1.5 christos msgid "<not-found>" 4550 1.5 christos msgstr "< >" 4551 1.5 christos 4552 1.7 christos #: dwarf.c:12538 4553 1.5 christos #, c-format 4554 1.5 christos msgid " ID: " 4555 1.5 christos msgstr " : " 4556 1.5 christos 4557 1.7 christos #: dwarf.c:12540 4558 1.5 christos #, c-format 4559 1.5 christos msgid " ID: <not specified>\n" 4560 1.5 christos msgstr " : < >\n" 4561 1.5 christos 4562 1.7 christos #: dwarf.c:12697 4563 1.1 christos #, c-format 4564 1.1 christos msgid "Unrecognized debug option '%s'\n" 4565 1.1 christos msgstr " %s\n" 4566 1.1 christos 4567 1.7 christos #: dwarf.c:12741 4568 1.7 christos #, c-format 4569 1.6 christos msgid "Unrecognized debug letter option '%c'\n" 4570 1.7 christos msgstr " %c\n" 4571 1.6 christos 4572 1.7 christos #: dwarf.h:282 4573 1.5 christos msgid "end of data encountered whilst reading LEB\n" 4574 1.5 christos msgstr " LEB-\n" 4575 1.5 christos 4576 1.7 christos #: dwarf.h:284 4577 1.5 christos msgid "read LEB value is too large to store in destination variable\n" 4578 1.5 christos msgstr " LEB- \n" 4579 1.5 christos 4580 1.5 christos #: elfcomm.c:47 4581 1.1 christos #, c-format 4582 1.1 christos msgid "%s: Error: " 4583 1.1 christos msgstr "%s: : " 4584 1.1 christos 4585 1.5 christos #: elfcomm.c:61 4586 1.1 christos #, c-format 4587 1.1 christos msgid "%s: Warning: " 4588 1.1 christos msgstr "%s: : " 4589 1.1 christos 4590 1.7 christos #: elfcomm.c:75 4591 1.7 christos #, c-format 4592 1.7 christos msgid "%s: Info: " 4593 1.7 christos msgstr "%s: : " 4594 1.7 christos 4595 1.7 christos #: elfcomm.c:87 elfcomm.c:102 elfcomm.c:172 elfcomm.c:235 4596 1.1 christos #, c-format 4597 1.1 christos msgid "Unhandled data length: %d\n" 4598 1.1 christos msgstr " : %d\n" 4599 1.1 christos 4600 1.7 christos #: elfcomm.c:312 4601 1.5 christos #, c-format 4602 1.5 christos msgid "Abnormal length of thin archive member name: %lx\n" 4603 1.5 christos msgstr " : %lx\n" 4604 1.5 christos 4605 1.7 christos #: elfcomm.c:356 4606 1.5 christos #, c-format 4607 1.5 christos msgid "%s: invalid archive header size: %ld\n" 4608 1.5 christos msgstr "%s: : %ld\n" 4609 1.5 christos 4610 1.7 christos #: elfcomm.c:369 4611 1.1 christos #, c-format 4612 1.1 christos msgid "%s: failed to skip archive symbol table\n" 4613 1.1 christos msgstr "%s: \n" 4614 1.1 christos 4615 1.7 christos #: elfcomm.c:388 4616 1.1 christos #, c-format 4617 1.1 christos msgid "%s: the archive index is empty\n" 4618 1.1 christos msgstr "%s: \n" 4619 1.1 christos 4620 1.7 christos #: elfcomm.c:396 elfcomm.c:425 4621 1.1 christos #, c-format 4622 1.1 christos msgid "%s: failed to read archive index\n" 4623 1.1 christos msgstr "%s: \n" 4624 1.1 christos 4625 1.7 christos #: elfcomm.c:407 4626 1.1 christos #, c-format 4627 1.5 christos msgid "%s: the archive index is supposed to have 0x%lx entries of %d bytes, but the size is only 0x%lx\n" 4628 1.5 christos msgstr "%s: 0x%lx %d , 0x%lx\n" 4629 1.1 christos 4630 1.7 christos #: elfcomm.c:417 4631 1.1 christos msgid "Out of memory whilst trying to read archive symbol index\n" 4632 1.1 christos msgstr " \n" 4633 1.1 christos 4634 1.7 christos #: elfcomm.c:437 4635 1.1 christos msgid "Out of memory whilst trying to convert the archive symbol index\n" 4636 1.1 christos msgstr " \n" 4637 1.1 christos 4638 1.7 christos #: elfcomm.c:450 4639 1.1 christos #, c-format 4640 1.1 christos msgid "%s: the archive has an index but no symbols\n" 4641 1.1 christos msgstr "%s: \n" 4642 1.1 christos 4643 1.7 christos #: elfcomm.c:458 4644 1.1 christos msgid "Out of memory whilst trying to read archive index symbol table\n" 4645 1.1 christos msgstr " \n" 4646 1.1 christos 4647 1.7 christos #: elfcomm.c:466 4648 1.1 christos #, c-format 4649 1.1 christos msgid "%s: failed to read archive index symbol table\n" 4650 1.1 christos msgstr "%s: \n" 4651 1.1 christos 4652 1.7 christos #: elfcomm.c:476 4653 1.1 christos #, c-format 4654 1.1 christos msgid "%s: failed to read archive header following archive index\n" 4655 1.1 christos msgstr "%s: \n" 4656 1.1 christos 4657 1.7 christos #: elfcomm.c:509 4658 1.1 christos #, c-format 4659 1.1 christos msgid "%s: failed to seek to first archive header\n" 4660 1.1 christos msgstr "%s: \n" 4661 1.1 christos 4662 1.5 christos #. PR 24049 - we cannot use filedata->file_name as this will 4663 1.5 christos #. have already been freed. 4664 1.7 christos #: elfcomm.c:518 elfcomm.c:752 elfedit.c:613 readelf.c:24034 4665 1.1 christos #, c-format 4666 1.1 christos msgid "%s: failed to read archive header\n" 4667 1.1 christos msgstr "%s: \n" 4668 1.1 christos 4669 1.7 christos #: elfcomm.c:535 4670 1.1 christos #, c-format 4671 1.1 christos msgid "%s has no archive index\n" 4672 1.1 christos msgstr "%s \n" 4673 1.1 christos 4674 1.7 christos #: elfcomm.c:547 4675 1.5 christos #, c-format 4676 1.7 christos msgid "%s: long name table is too small, (size = %<PRId64>)\n" 4677 1.7 christos msgstr "%s: , ( = %<PRId64>)\n" 4678 1.5 christos 4679 1.7 christos #: elfcomm.c:555 4680 1.5 christos #, c-format 4681 1.7 christos msgid "%s: long name table is too big, (size = %#<PRIx64>)\n" 4682 1.7 christos msgstr "%s: , ( = %<PRIx64>)\n" 4683 1.5 christos 4684 1.7 christos #: elfcomm.c:566 4685 1.1 christos msgid "Out of memory reading long symbol names in archive\n" 4686 1.1 christos msgstr " \n" 4687 1.1 christos 4688 1.7 christos #: elfcomm.c:574 4689 1.1 christos #, c-format 4690 1.1 christos msgid "%s: failed to read long symbol name string table\n" 4691 1.1 christos msgstr "%s: \n" 4692 1.1 christos 4693 1.7 christos #: elfcomm.c:657 4694 1.1 christos msgid "Archive member uses long names, but no longname table found\n" 4695 1.1 christos msgstr " , \n" 4696 1.1 christos 4697 1.7 christos #: elfcomm.c:671 4698 1.5 christos #, c-format 4699 1.5 christos msgid "Found long name index (%ld) beyond end of long name table\n" 4700 1.5 christos msgstr " (%ld) \n" 4701 1.5 christos 4702 1.7 christos #: elfcomm.c:690 4703 1.5 christos msgid "Invalid Thin archive member name\n" 4704 1.5 christos msgstr " \n" 4705 1.5 christos 4706 1.7 christos #: elfcomm.c:746 4707 1.1 christos #, c-format 4708 1.1 christos msgid "%s: failed to seek to next file name\n" 4709 1.1 christos msgstr "%s: \n" 4710 1.1 christos 4711 1.7 christos #: elfcomm.c:757 elfedit.c:620 readelf.c:24041 4712 1.1 christos #, c-format 4713 1.1 christos msgid "%s: did not find a valid archive header\n" 4714 1.1 christos msgstr "%s: \n" 4715 1.1 christos 4716 1.5 christos #: elfedit.c:93 4717 1.5 christos #, c-format 4718 1.5 christos msgid "%s: Not an i386 nor x86-64 ELF file\n" 4719 1.5 christos msgstr "%s: i386 x86-64 \n" 4720 1.5 christos 4721 1.5 christos #: elfedit.c:99 4722 1.5 christos #, c-format 4723 1.5 christos msgid "%s: stat () failed\n" 4724 1.5 christos msgstr "%s: stat ()\n" 4725 1.5 christos 4726 1.5 christos #: elfedit.c:107 4727 1.5 christos #, c-format 4728 1.5 christos msgid "%s: mmap () failed\n" 4729 1.5 christos msgstr "%s: mmap ()\n" 4730 1.5 christos 4731 1.5 christos #: elfedit.c:246 4732 1.5 christos #, c-format 4733 1.5 christos msgid "%s: Invalid PT_NOTE segment\n" 4734 1.5 christos msgstr "%s: PT_NOTE \n" 4735 1.1 christos 4736 1.5 christos #: elfedit.c:271 4737 1.1 christos #, c-format 4738 1.5 christos msgid "Unknown x86 feature: %s\n" 4739 1.5 christos msgstr " x86 : %s\n" 4740 1.1 christos 4741 1.5 christos #: elfedit.c:319 4742 1.1 christos #, c-format 4743 1.1 christos msgid "%s: Unsupported EI_VERSION: %d is not %d\n" 4744 1.1 christos msgstr "%s: EI_VERSION : %d %d\n" 4745 1.1 christos 4746 1.5 christos #: elfedit.c:340 4747 1.1 christos #, c-format 4748 1.5 christos msgid "%s: Unmatched input EI_CLASS: %d is not %d\n" 4749 1.5 christos msgstr "%s: EI_CLASS: %d %d\n" 4750 1.1 christos 4751 1.5 christos #: elfedit.c:349 4752 1.5 christos #, c-format 4753 1.5 christos msgid "%s: Unmatched output EI_CLASS: %d is not %d\n" 4754 1.5 christos msgstr "%s: EI_CLASS: %d %d\n" 4755 1.5 christos 4756 1.5 christos #: elfedit.c:358 4757 1.1 christos #, c-format 4758 1.1 christos msgid "%s: Unmatched e_machine: %d is not %d\n" 4759 1.1 christos msgstr "%s: e_machine : %d %d\n" 4760 1.1 christos 4761 1.5 christos #: elfedit.c:369 4762 1.1 christos #, c-format 4763 1.1 christos msgid "%s: Unmatched e_type: %d is not %d\n" 4764 1.1 christos msgstr "%s: e_type : %d %d\n" 4765 1.1 christos 4766 1.5 christos #: elfedit.c:380 4767 1.1 christos #, c-format 4768 1.1 christos msgid "%s: Unmatched EI_OSABI: %d is not %d\n" 4769 1.1 christos msgstr "%s: EI_OSABI : %d %d\n" 4770 1.1 christos 4771 1.5 christos #: elfedit.c:392 4772 1.5 christos #, c-format 4773 1.5 christos msgid "%s: Unmatched EI_ABIVERSION: %d is not %d\n" 4774 1.5 christos msgstr "%s: EI_ABIVERSION : %d %d\n" 4775 1.5 christos 4776 1.5 christos #: elfedit.c:429 4777 1.1 christos #, c-format 4778 1.1 christos msgid "%s: Failed to update ELF header: %s\n" 4779 1.1 christos msgstr "%s: : %s\n" 4780 1.1 christos 4781 1.5 christos #: elfedit.c:499 4782 1.1 christos msgid "" 4783 1.1 christos "This executable has been built without support for a\n" 4784 1.1 christos "64 bit data type and so it cannot process 64 bit ELF files.\n" 4785 1.1 christos msgstr "" 4786 1.1 christos " 64- \n" 4787 1.1 christos " 64- .\n" 4788 1.1 christos 4789 1.5 christos #: elfedit.c:540 4790 1.1 christos #, c-format 4791 1.1 christos msgid "%s: Failed to read ELF header\n" 4792 1.1 christos msgstr "%s: \n" 4793 1.1 christos 4794 1.5 christos #: elfedit.c:547 4795 1.1 christos #, c-format 4796 1.1 christos msgid "%s: Failed to seek to ELF header\n" 4797 1.1 christos msgstr "%s: \n" 4798 1.1 christos 4799 1.7 christos #: elfedit.c:604 readelf.c:24022 4800 1.1 christos #, c-format 4801 1.1 christos msgid "%s: failed to seek to next archive header\n" 4802 1.1 christos msgstr "%s: \n" 4803 1.1 christos 4804 1.7 christos #: elfedit.c:635 elfedit.c:644 readelf.c:24054 readelf.c:24063 4805 1.1 christos #, c-format 4806 1.1 christos msgid "%s: bad archive file name\n" 4807 1.1 christos msgstr "%s: \n" 4808 1.1 christos 4809 1.5 christos #: elfedit.c:667 elfedit.c:778 4810 1.1 christos #, c-format 4811 1.1 christos msgid "Input file '%s' is not readable\n" 4812 1.1 christos msgstr " %s \n" 4813 1.1 christos 4814 1.5 christos #: elfedit.c:694 4815 1.1 christos #, c-format 4816 1.1 christos msgid "%s: failed to seek to archive member\n" 4817 1.1 christos msgstr "%s: \n" 4818 1.1 christos 4819 1.7 christos #: elfedit.c:735 readelf.c:24182 4820 1.1 christos #, c-format 4821 1.1 christos msgid "'%s': No such file\n" 4822 1.1 christos msgstr "%s: \n" 4823 1.1 christos 4824 1.7 christos #: elfedit.c:737 readelf.c:24184 4825 1.1 christos #, c-format 4826 1.1 christos msgid "Could not locate '%s'. System error message: %s\n" 4827 1.1 christos msgstr " %s. : %s\n" 4828 1.1 christos 4829 1.7 christos #: elfedit.c:758 readelf.c:24191 4830 1.1 christos #, c-format 4831 1.1 christos msgid "'%s' is not an ordinary file\n" 4832 1.1 christos msgstr "%s \n" 4833 1.1 christos 4834 1.7 christos #: elfedit.c:784 readelf.c:24213 4835 1.1 christos #, c-format 4836 1.1 christos msgid "%s: Failed to read file's magic number\n" 4837 1.1 christos msgstr "%s: \n" 4838 1.1 christos 4839 1.5 christos #: elfedit.c:848 4840 1.1 christos #, c-format 4841 1.1 christos msgid "Unknown OSABI: %s\n" 4842 1.1 christos msgstr " : %s\n" 4843 1.1 christos 4844 1.5 christos #: elfedit.c:873 4845 1.1 christos #, c-format 4846 1.1 christos msgid "Unknown machine type: %s\n" 4847 1.1 christos msgstr " : %s\n" 4848 1.1 christos 4849 1.5 christos #: elfedit.c:892 4850 1.1 christos #, c-format 4851 1.1 christos msgid "Unknown type: %s\n" 4852 1.1 christos msgstr " : %s\n" 4853 1.1 christos 4854 1.5 christos #: elfedit.c:943 4855 1.1 christos #, c-format 4856 1.1 christos msgid "Usage: %s <option(s)> elffile(s)\n" 4857 1.1 christos msgstr ": %s <()> ()\n" 4858 1.1 christos 4859 1.5 christos #: elfedit.c:945 4860 1.1 christos #, c-format 4861 1.1 christos msgid " Update the ELF header of ELF files\n" 4862 1.7 christos msgstr " \n" 4863 1.1 christos 4864 1.7 christos #: elfedit.c:946 nm.c:294 objcopy.c:573 objcopy.c:715 strings.c:1332 4865 1.1 christos #, c-format 4866 1.1 christos msgid " The options are:\n" 4867 1.1 christos msgstr " :\n" 4868 1.1 christos 4869 1.5 christos #: elfedit.c:947 4870 1.5 christos #, c-format 4871 1.5 christos msgid "" 4872 1.5 christos " --input-mach [none|i386|iamcu|l1om|k1om|x86_64]\n" 4873 1.5 christos " Set input machine type\n" 4874 1.5 christos " --output-mach [none|i386|iamcu|l1om|k1om|x86_64]\n" 4875 1.5 christos " Set output machine type\n" 4876 1.5 christos " --input-type [none|rel|exec|dyn]\n" 4877 1.5 christos " Set input file type\n" 4878 1.5 christos " --output-type [none|rel|exec|dyn]\n" 4879 1.5 christos " Set output file type\n" 4880 1.5 christos " --input-osabi [%s]\n" 4881 1.5 christos " Set input OSABI\n" 4882 1.5 christos " --output-osabi [%s]\n" 4883 1.5 christos " Set output OSABI\n" 4884 1.5 christos " --input-abiversion [0-255] Set input ABIVERSION\n" 4885 1.5 christos " --output-abiversion [0-255] Set output ABIVERSION\n" 4886 1.5 christos msgstr "" 4887 1.5 christos " --input-mach [none|i386|iamcu|l1om|k1om|x86_64]\n" 4888 1.5 christos " \n" 4889 1.5 christos " --output-mach [none|i386|iamcu|l1om|k1om|x86_64]\n" 4890 1.5 christos " \n" 4891 1.5 christos " --input-type [none|rel|exec|dyn]\n" 4892 1.5 christos " \n" 4893 1.5 christos " --output-type [none|rel|exec|dyn]\n" 4894 1.5 christos " \n" 4895 1.5 christos " --input-osabi [%s]\n" 4896 1.5 christos " OSABI\n" 4897 1.5 christos " --output-osabi [%s]\n" 4898 1.5 christos " OSABI\n" 4899 1.5 christos " --input-abiversion [0-255] ABIVERSION\n" 4900 1.5 christos " --output-abiversion [0-255] ABIVERSION\n" 4901 1.5 christos "\n" 4902 1.5 christos 4903 1.5 christos #: elfedit.c:964 4904 1.5 christos #, c-format 4905 1.5 christos msgid "" 4906 1.5 christos " --enable-x86-feature [ibt|shstk|lam_u48|lam_u57]\n" 4907 1.5 christos " Enable x86 feature\n" 4908 1.5 christos " --disable-x86-feature [ibt|shstk|lam_u48|lam_u57]\n" 4909 1.5 christos " Disable x86 feature\n" 4910 1.5 christos msgstr "" 4911 1.5 christos " --enable-x86-feature [ibt|shstk|lam_u48|lam_u57]\n" 4912 1.5 christos " x86 \n" 4913 1.5 christos " --disable-x86-feature [ibt|shstk|lam_u48|lam_u57]\n" 4914 1.5 christos " x86 \n" 4915 1.5 christos 4916 1.5 christos #: elfedit.c:970 4917 1.1 christos #, c-format 4918 1.1 christos msgid "" 4919 1.1 christos " -h --help Display this information\n" 4920 1.1 christos " -v --version Display the version number of %s\n" 4921 1.1 christos msgstr "" 4922 1.1 christos " -h --help \n" 4923 1.5 christos " -v --version %s\n" 4924 1.5 christos 4925 1.5 christos #: elfedit.c:1049 elfedit.c:1060 4926 1.5 christos #, c-format 4927 1.5 christos msgid "Invalid ABIVERSION: %s\n" 4928 1.5 christos msgstr " ABIVERSION: %s\n" 4929 1.1 christos 4930 1.5 christos #: emul_aix.c:44 4931 1.1 christos #, c-format 4932 1.1 christos msgid " [-g] - 32 bit small archive\n" 4933 1.5 christos msgstr " [-g] 32- \n" 4934 1.1 christos 4935 1.5 christos #: emul_aix.c:45 4936 1.1 christos #, c-format 4937 1.1 christos msgid " [-X32] - ignores 64 bit objects\n" 4938 1.5 christos msgstr " [-X32] 64 \n" 4939 1.1 christos 4940 1.5 christos #: emul_aix.c:46 4941 1.1 christos #, c-format 4942 1.1 christos msgid " [-X64] - ignores 32 bit objects\n" 4943 1.5 christos msgstr " [-X64] 32 \n" 4944 1.1 christos 4945 1.5 christos #: emul_aix.c:47 4946 1.1 christos #, c-format 4947 1.1 christos msgid " [-X32_64] - accepts 32 and 64 bit objects\n" 4948 1.5 christos msgstr " [-X32_64] 32 64 \n" 4949 1.1 christos 4950 1.5 christos #: mclex.c:245 4951 1.5 christos msgid "Duplicate symbol entered into keyword list." 4952 1.5 christos msgstr " ." 4953 1.1 christos 4954 1.7 christos #: nm.c:292 size.c:88 strings.c:1330 4955 1.5 christos #, c-format 4956 1.5 christos msgid "Usage: %s [option(s)] [file(s)]\n" 4957 1.5 christos msgstr ": %s [()] [()]\n" 4958 1.1 christos 4959 1.7 christos #: nm.c:293 4960 1.5 christos #, c-format 4961 1.5 christos msgid " List symbols in [file(s)] (a.out by default).\n" 4962 1.5 christos msgstr " [()] ( a.out).\n" 4963 1.1 christos 4964 1.7 christos #: nm.c:295 4965 1.5 christos #, c-format 4966 1.5 christos msgid " -a, --debug-syms Display debugger-only symbols\n" 4967 1.5 christos msgstr " -a, --debug-syms \n" 4968 1.1 christos 4969 1.7 christos #: nm.c:297 4970 1.5 christos #, c-format 4971 1.5 christos msgid " -A, --print-file-name Print name of the input file before every symbol\n" 4972 1.5 christos msgstr " -A, --print-file-name \n" 4973 1.1 christos 4974 1.7 christos #: nm.c:299 4975 1.5 christos #, c-format 4976 1.5 christos msgid " -B Same as --format=bsd\n" 4977 1.5 christos msgstr " -B --format=bsd\n" 4978 1.1 christos 4979 1.7 christos #: nm.c:301 4980 1.5 christos #, c-format 4981 1.5 christos msgid " -C, --demangle[=STYLE] Decode mangled/processed symbol names\n" 4982 1.5 christos msgstr " -C, --demangle[=] / \n" 4983 1.1 christos 4984 1.7 christos #: nm.c:303 readelf.c:6202 4985 1.5 christos msgid " STYLE can be " 4986 1.5 christos msgstr " " 4987 1.1 christos 4988 1.7 christos #: nm.c:305 4989 1.5 christos #, c-format 4990 1.5 christos msgid " --no-demangle Do not demangle low-level symbol names\n" 4991 1.5 christos msgstr " --no-demangle .\n" 4992 1.1 christos 4993 1.7 christos #: nm.c:307 4994 1.5 christos #, c-format 4995 1.5 christos msgid " --recurse-limit Enable a demangling recursion limit. (default)\n" 4996 1.5 christos msgstr " --recurse-limit . ()\n" 4997 1.1 christos 4998 1.7 christos #: nm.c:309 4999 1.5 christos #, c-format 5000 1.5 christos msgid " --no-recurse-limit Disable a demangling recursion limit.\n" 5001 1.5 christos msgstr " --no-recurse-limit \n" 5002 1.1 christos 5003 1.7 christos #: nm.c:311 5004 1.5 christos #, c-format 5005 1.5 christos msgid " -D, --dynamic Display dynamic symbols instead of normal symbols\n" 5006 1.5 christos msgstr " -D, --dynamic \n" 5007 1.1 christos 5008 1.7 christos #: nm.c:313 5009 1.5 christos #, c-format 5010 1.5 christos msgid " -e (ignored)\n" 5011 1.5 christos msgstr " -e ()\n" 5012 1.1 christos 5013 1.7 christos #: nm.c:315 5014 1.5 christos #, c-format 5015 1.5 christos msgid "" 5016 1.5 christos " -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd',\n" 5017 1.5 christos " `sysv', `posix' or 'just-symbols'.\n" 5018 1.5 christos " The default is `bsd'\n" 5019 1.5 christos msgstr "" 5020 1.5 christos " -f, --format= . bsd,\n" 5021 1.5 christos " sysv, posix just-symbols.\n" 5022 1.5 christos " bsd\n" 5023 1.1 christos 5024 1.7 christos #: nm.c:319 5025 1.5 christos #, c-format 5026 1.5 christos msgid " -g, --extern-only Display only external symbols\n" 5027 1.5 christos msgstr " -g, --extern-only \n" 5028 1.1 christos 5029 1.7 christos #: nm.c:321 5030 1.1 christos #, c-format 5031 1.5 christos msgid " --ifunc-chars=CHARS Characters to use when displaying ifunc symbols\n" 5032 1.5 christos msgstr " --ifunc-chars= ifunc \n" 5033 1.1 christos 5034 1.7 christos #: nm.c:323 5035 1.1 christos #, c-format 5036 1.5 christos msgid " -j, --just-symbols Same as --format=just-symbols\n" 5037 1.5 christos msgstr " -j, --just-symbols --format=just-symbols\n" 5038 1.1 christos 5039 1.7 christos #: nm.c:325 5040 1.1 christos #, c-format 5041 1.5 christos msgid "" 5042 1.5 christos " -l, --line-numbers Use debugging information to find a filename and\n" 5043 1.5 christos " line number for each symbol\n" 5044 1.5 christos msgstr "" 5045 1.5 christos " -l, --line-numbers \n" 5046 1.5 christos " \n" 5047 1.1 christos 5048 1.7 christos #: nm.c:328 5049 1.1 christos #, c-format 5050 1.5 christos msgid " -n, --numeric-sort Sort symbols numerically by address\n" 5051 1.5 christos msgstr " -n, --numeric-sort \n" 5052 1.1 christos 5053 1.7 christos #: nm.c:330 5054 1.1 christos #, c-format 5055 1.5 christos msgid " -o Same as -A\n" 5056 1.5 christos msgstr " -o -A\n" 5057 1.1 christos 5058 1.7 christos #: nm.c:332 5059 1.1 christos #, c-format 5060 1.5 christos msgid " -p, --no-sort Do not sort the symbols\n" 5061 1.5 christos msgstr " -p, --no-sort \n" 5062 1.1 christos 5063 1.7 christos #: nm.c:334 5064 1.1 christos #, c-format 5065 1.5 christos msgid " -P, --portability Same as --format=posix\n" 5066 1.5 christos msgstr " -P, --portability --format=posix\n" 5067 1.1 christos 5068 1.7 christos #: nm.c:336 5069 1.1 christos #, c-format 5070 1.5 christos msgid " -r, --reverse-sort Reverse the sense of the sort\n" 5071 1.5 christos msgstr " -r, --reverse-sort \n" 5072 1.1 christos 5073 1.7 christos #: nm.c:339 5074 1.1 christos #, c-format 5075 1.5 christos msgid " --plugin NAME Load the specified plugin\n" 5076 1.5 christos msgstr " --plugin NOM \n" 5077 1.1 christos 5078 1.7 christos #: nm.c:342 5079 1.1 christos #, c-format 5080 1.5 christos msgid " -S, --print-size Print size of defined symbols\n" 5081 1.5 christos msgstr " -S, --print-size \n" 5082 1.1 christos 5083 1.7 christos #: nm.c:344 5084 1.1 christos #, c-format 5085 1.5 christos msgid " -s, --print-armap Include index for symbols from archive members\n" 5086 1.5 christos msgstr " -s, --print-armap \n" 5087 1.1 christos 5088 1.7 christos #: nm.c:346 5089 1.1 christos #, c-format 5090 1.5 christos msgid " --quiet Suppress \"no symbols\" diagnostic\n" 5091 1.5 christos msgstr " --quiet no symbols\n" 5092 1.1 christos 5093 1.7 christos #: nm.c:348 5094 1.1 christos #, c-format 5095 1.5 christos msgid " --size-sort Sort symbols by size\n" 5096 1.5 christos msgstr " --size-sort \n" 5097 1.1 christos 5098 1.7 christos #: nm.c:350 5099 1.1 christos #, c-format 5100 1.5 christos msgid " --special-syms Include special symbols in the output\n" 5101 1.5 christos msgstr " --special-syms \n" 5102 1.1 christos 5103 1.7 christos #: nm.c:352 5104 1.1 christos #, c-format 5105 1.5 christos msgid " --synthetic Display synthetic symbols as well\n" 5106 1.5 christos msgstr " --synthetic \n" 5107 1.1 christos 5108 1.7 christos #: nm.c:354 5109 1.1 christos #, c-format 5110 1.5 christos msgid " -t, --radix=RADIX Use RADIX for printing symbol values\n" 5111 1.5 christos msgstr " -t, --radix=RADIX RADIX \n" 5112 1.1 christos 5113 1.7 christos #: nm.c:356 5114 1.1 christos #, c-format 5115 1.5 christos msgid " --target=BFDNAME Specify the target object format as BFDNAME\n" 5116 1.5 christos msgstr " --target= \n" 5117 1.1 christos 5118 1.7 christos #: nm.c:358 5119 1.1 christos #, c-format 5120 1.5 christos msgid " -u, --undefined-only Display only undefined symbols\n" 5121 1.5 christos msgstr " -u, --undefined-only \n" 5122 1.1 christos 5123 1.7 christos #: nm.c:360 5124 1.7 christos #, c-format 5125 1.6 christos msgid " -U, --defined-only Display only defined symbols\n" 5126 1.7 christos msgstr " -U, --defined-only \n" 5127 1.6 christos 5128 1.7 christos #: nm.c:362 5129 1.1 christos #, c-format 5130 1.5 christos msgid "" 5131 1.5 christos " --unicode={default|show|invalid|hex|escape|highlight}\n" 5132 1.6 christos " Specify how to treat UTF-8 encoded unicode characters\n" 5133 1.5 christos msgstr "" 5134 1.7 christos " --unicode={default|show|invalid|hex|escape|highlight}\n" 5135 1.7 christos " UTF-8 \n" 5136 1.1 christos 5137 1.7 christos #: nm.c:365 5138 1.7 christos #, c-format 5139 1.6 christos msgid " -W, --no-weak Ignore weak symbols\n" 5140 1.7 christos msgstr " -W, --no-weak \n" 5141 1.6 christos 5142 1.7 christos #: nm.c:367 5143 1.1 christos #, c-format 5144 1.7 christos msgid " --without-symbol-versions Do not display version strings after symbol names\n" 5145 1.7 christos msgstr " --with-symbol-versions \n" 5146 1.1 christos 5147 1.7 christos #: nm.c:369 5148 1.1 christos #, c-format 5149 1.5 christos msgid " -X 32_64 (ignored)\n" 5150 1.5 christos msgstr " -X 32_64 ()\n" 5151 1.1 christos 5152 1.7 christos #: nm.c:371 5153 1.1 christos #, c-format 5154 1.5 christos msgid " @FILE Read options from FILE\n" 5155 1.5 christos msgstr " @ \n" 5156 1.1 christos 5157 1.7 christos #: nm.c:373 5158 1.1 christos #, c-format 5159 1.5 christos msgid " -h, --help Display this information\n" 5160 1.5 christos msgstr " -h, --help \n" 5161 1.1 christos 5162 1.7 christos #: nm.c:375 5163 1.1 christos #, c-format 5164 1.5 christos msgid " -V, --version Display this program's version number\n" 5165 1.5 christos msgstr " -V, --version \n" 5166 1.1 christos 5167 1.7 christos #: nm.c:396 5168 1.1 christos #, c-format 5169 1.1 christos msgid "%s: invalid radix" 5170 1.1 christos msgstr "%s: " 5171 1.1 christos 5172 1.7 christos #: nm.c:426 5173 1.1 christos #, c-format 5174 1.1 christos msgid "%s: invalid output format" 5175 1.1 christos msgstr "%s: " 5176 1.1 christos 5177 1.7 christos #: nm.c:450 readelf.c:13743 readelf.c:13786 5178 1.1 christos #, c-format 5179 1.1 christos msgid "<processor specific>: %d" 5180 1.1 christos msgstr "< >: %d" 5181 1.1 christos 5182 1.7 christos #: nm.c:452 readelf.c:13750 readelf.c:13803 5183 1.1 christos #, c-format 5184 1.1 christos msgid "<OS specific>: %d" 5185 1.1 christos msgstr "< ->: %d" 5186 1.1 christos 5187 1.7 christos #: nm.c:454 readelf.c:13753 readelf.c:13806 5188 1.1 christos #, c-format 5189 1.1 christos msgid "<unknown>: %d" 5190 1.1 christos msgstr "<>: %d" 5191 1.1 christos 5192 1.7 christos #: nm.c:481 5193 1.5 christos #, c-format 5194 1.5 christos msgid "<unknown>: %d/%d" 5195 1.5 christos msgstr "<>: %d/%d" 5196 1.5 christos 5197 1.7 christos #: nm.c:749 5198 1.1 christos #, c-format 5199 1.1 christos msgid "" 5200 1.1 christos "\n" 5201 1.1 christos "Archive index:\n" 5202 1.1 christos msgstr "" 5203 1.1 christos "\n" 5204 1.1 christos " :\n" 5205 1.1 christos 5206 1.7 christos #: nm.c:803 nm.c:1476 5207 1.5 christos #, c-format 5208 1.5 christos msgid "%s: plugin needed to handle lto object" 5209 1.5 christos msgstr "%s: lto " 5210 1.5 christos 5211 1.7 christos #: nm.c:1685 5212 1.1 christos #, c-format 5213 1.1 christos msgid "" 5214 1.1 christos "\n" 5215 1.1 christos "\n" 5216 1.1 christos "Undefined symbols from %s:\n" 5217 1.1 christos "\n" 5218 1.1 christos msgstr "" 5219 1.1 christos "\n" 5220 1.1 christos "\n" 5221 1.1 christos " %s:\n" 5222 1.1 christos "\n" 5223 1.1 christos 5224 1.7 christos #: nm.c:1687 5225 1.1 christos #, c-format 5226 1.1 christos msgid "" 5227 1.1 christos "\n" 5228 1.1 christos "\n" 5229 1.1 christos "Symbols from %s:\n" 5230 1.1 christos "\n" 5231 1.1 christos msgstr "" 5232 1.1 christos "\n" 5233 1.1 christos "\n" 5234 1.1 christos " %s:\n" 5235 1.1 christos "\n" 5236 1.1 christos 5237 1.7 christos #: nm.c:1689 nm.c:1750 5238 1.1 christos #, c-format 5239 1.1 christos msgid "" 5240 1.1 christos "Name Value Class Type Size Line Section\n" 5241 1.1 christos "\n" 5242 1.1 christos msgstr "" 5243 1.1 christos " \n" 5244 1.1 christos "\n" 5245 1.1 christos 5246 1.7 christos #: nm.c:1692 nm.c:1753 5247 1.1 christos #, c-format 5248 1.1 christos msgid "" 5249 1.1 christos "Name Value Class Type Size Line Section\n" 5250 1.1 christos "\n" 5251 1.1 christos msgstr "" 5252 1.1 christos " \n" 5253 1.1 christos "\n" 5254 1.1 christos 5255 1.7 christos #: nm.c:1746 5256 1.1 christos #, c-format 5257 1.1 christos msgid "" 5258 1.1 christos "\n" 5259 1.1 christos "\n" 5260 1.1 christos "Undefined symbols from %s[%s]:\n" 5261 1.1 christos "\n" 5262 1.1 christos msgstr "" 5263 1.1 christos "\n" 5264 1.1 christos "\n" 5265 1.1 christos " %s[%s]:\n" 5266 1.1 christos "\n" 5267 1.1 christos 5268 1.7 christos #: nm.c:1748 5269 1.1 christos #, c-format 5270 1.1 christos msgid "" 5271 1.1 christos "\n" 5272 1.1 christos "\n" 5273 1.1 christos "Symbols from %s[%s]:\n" 5274 1.1 christos "\n" 5275 1.1 christos msgstr "" 5276 1.1 christos "\n" 5277 1.1 christos "\n" 5278 1.1 christos " %s[%s]:\n" 5279 1.1 christos "\n" 5280 1.1 christos 5281 1.7 christos #: nm.c:1832 5282 1.1 christos #, c-format 5283 1.1 christos msgid "Print width has not been initialized (%d)" 5284 1.1 christos msgstr " (%d)" 5285 1.1 christos 5286 1.7 christos #: nm.c:2097 objdump.c:6330 readelf.c:6669 strings.c:314 5287 1.5 christos #, c-format 5288 1.5 christos msgid "invalid argument to -U/--unicode: %s" 5289 1.5 christos msgstr " -U/--unicode: %s" 5290 1.5 christos 5291 1.7 christos #: nm.c:2115 5292 1.1 christos msgid "Only -X 32_64 is supported" 5293 1.1 christos msgstr " -X 32_64" 5294 1.1 christos 5295 1.7 christos #: nm.c:2147 5296 1.1 christos msgid "Using the --size-sort and --undefined-only options together" 5297 1.1 christos msgstr " --size-sort --undefined-only" 5298 1.1 christos 5299 1.7 christos #: nm.c:2148 5300 1.1 christos msgid "will produce no output, since undefined symbols have no size." 5301 1.1 christos msgstr " , ." 5302 1.1 christos 5303 1.7 christos #: objcopy.c:571 srconv.c:1694 5304 1.1 christos #, c-format 5305 1.1 christos msgid "Usage: %s [option(s)] in-file [out-file]\n" 5306 1.1 christos msgstr ": %s [()] _ [_]\n" 5307 1.1 christos 5308 1.7 christos #: objcopy.c:572 5309 1.1 christos #, c-format 5310 1.1 christos msgid " Copies a binary file, possibly transforming it in the process\n" 5311 1.1 christos msgstr " , \n" 5312 1.1 christos 5313 1.7 christos #: objcopy.c:574 5314 1.1 christos #, c-format 5315 1.1 christos msgid "" 5316 1.1 christos " -I --input-target <bfdname> Assume input file is in format <bfdname>\n" 5317 1.1 christos " -O --output-target <bfdname> Create an output file in format <bfdname>\n" 5318 1.1 christos " -B --binary-architecture <arch> Set output arch, when input is arch-less\n" 5319 1.1 christos " -F --target <bfdname> Set both input and output format to <bfdname>\n" 5320 1.1 christos " --debugging Convert debugging information, if possible\n" 5321 1.1 christos " -p --preserve-dates Copy modified/access timestamps to the output\n" 5322 1.1 christos msgstr "" 5323 1.5 christos " -I --input-target <> <>\n" 5324 1.5 christos " -O --output-target <> <>\n" 5325 1.5 christos " -B --binary-architecture <> , -\n" 5326 1.5 christos " -F --target <> <>\n" 5327 1.5 christos " --debugging , \n" 5328 1.5 christos " -p --preserve-dates / \n" 5329 1.1 christos 5330 1.7 christos #: objcopy.c:582 objcopy.c:723 5331 1.1 christos #, c-format 5332 1.1 christos msgid "" 5333 1.1 christos " -D --enable-deterministic-archives\n" 5334 1.1 christos " Produce deterministic output when stripping archives (default)\n" 5335 1.1 christos " -U --disable-deterministic-archives\n" 5336 1.1 christos " Disable -D behavior\n" 5337 1.1 christos msgstr "" 5338 1.1 christos " -D --enable-deterministic-archives\n" 5339 1.5 christos " ()\n" 5340 1.1 christos " -U --disable-deterministic-archives\n" 5341 1.5 christos " -D \n" 5342 1.1 christos 5343 1.7 christos #: objcopy.c:588 objcopy.c:729 5344 1.1 christos #, c-format 5345 1.1 christos msgid "" 5346 1.1 christos " -D --enable-deterministic-archives\n" 5347 1.1 christos " Produce deterministic output when stripping archives\n" 5348 1.1 christos " -U --disable-deterministic-archives\n" 5349 1.1 christos " Disable -D behavior (default)\n" 5350 1.1 christos msgstr "" 5351 1.1 christos " -D --enable-deterministic-archives\n" 5352 1.5 christos " \n" 5353 1.1 christos " -U --disable-deterministic-archives\n" 5354 1.5 christos " -D ()\n" 5355 1.1 christos 5356 1.7 christos #: objcopy.c:593 5357 1.1 christos #, c-format 5358 1.1 christos msgid "" 5359 1.1 christos " -j --only-section <name> Only copy section <name> into the output\n" 5360 1.1 christos " --add-gnu-debuglink=<file> Add section .gnu_debuglink linking to <file>\n" 5361 1.1 christos " -R --remove-section <name> Remove section <name> from the output\n" 5362 1.5 christos " --remove-relocations <name> Remove relocations from section <name>\n" 5363 1.7 christos " --strip-section-headers Strip section header from the output\n" 5364 1.1 christos " -S --strip-all Remove all symbol and relocation information\n" 5365 1.1 christos " -g --strip-debug Remove all debugging symbols & sections\n" 5366 1.1 christos " --strip-dwo Remove all DWO sections\n" 5367 1.1 christos " --strip-unneeded Remove all symbols not needed by relocations\n" 5368 1.1 christos " -N --strip-symbol <name> Do not copy symbol <name>\n" 5369 1.1 christos " --strip-unneeded-symbol <name>\n" 5370 1.1 christos " Do not copy symbol <name> unless needed by\n" 5371 1.1 christos " relocations\n" 5372 1.1 christos " --only-keep-debug Strip everything but the debug information\n" 5373 1.1 christos " --extract-dwo Copy only DWO sections\n" 5374 1.1 christos " --extract-symbol Remove section contents but keep symbols\n" 5375 1.5 christos " --keep-section <name> Do not strip section <name>\n" 5376 1.1 christos " -K --keep-symbol <name> Do not strip symbol <name>\n" 5377 1.5 christos " --keep-section-symbols Do not strip section symbols\n" 5378 1.1 christos " --keep-file-symbols Do not strip file symbol(s)\n" 5379 1.1 christos " --localize-hidden Turn all ELF hidden symbols into locals\n" 5380 1.1 christos " -L --localize-symbol <name> Force symbol <name> to be marked as a local\n" 5381 1.1 christos " --globalize-symbol <name> Force symbol <name> to be marked as a global\n" 5382 1.1 christos " -G --keep-global-symbol <name> Localize all symbols except <name>\n" 5383 1.1 christos " -W --weaken-symbol <name> Force symbol <name> to be marked as a weak\n" 5384 1.1 christos " --weaken Force all global symbols to be marked as weak\n" 5385 1.1 christos " -w --wildcard Permit wildcard in symbol comparison\n" 5386 1.1 christos " -x --discard-all Remove all non-global symbols\n" 5387 1.1 christos " -X --discard-locals Remove any compiler-generated symbols\n" 5388 1.5 christos " -i --interleave[=<number>] Only copy N out of every <number> bytes\n" 5389 1.1 christos " --interleave-width <number> Set N for --interleave\n" 5390 1.1 christos " -b --byte <num> Select byte <num> in every interleaved block\n" 5391 1.1 christos " --gap-fill <val> Fill gaps between sections with <val>\n" 5392 1.1 christos " --pad-to <addr> Pad the last section up to address <addr>\n" 5393 1.1 christos " --set-start <addr> Set the start address to <addr>\n" 5394 1.1 christos " {--change-start|--adjust-start} <incr>\n" 5395 1.1 christos " Add <incr> to the start address\n" 5396 1.1 christos " {--change-addresses|--adjust-vma} <incr>\n" 5397 1.1 christos " Add <incr> to LMA, VMA and start addresses\n" 5398 1.1 christos " {--change-section-address|--adjust-section-vma} <name>{=|+|-}<val>\n" 5399 1.1 christos " Change LMA and VMA of section <name> by <val>\n" 5400 1.1 christos " --change-section-lma <name>{=|+|-}<val>\n" 5401 1.1 christos " Change the LMA of section <name> by <val>\n" 5402 1.1 christos " --change-section-vma <name>{=|+|-}<val>\n" 5403 1.1 christos " Change the VMA of section <name> by <val>\n" 5404 1.1 christos " {--[no-]change-warnings|--[no-]adjust-warnings}\n" 5405 1.1 christos " Warn if a named section does not exist\n" 5406 1.1 christos " --set-section-flags <name>=<flags>\n" 5407 1.1 christos " Set section <name>'s properties to <flags>\n" 5408 1.5 christos " --set-section-alignment <name>=<align>\n" 5409 1.5 christos " Set section <name>'s alignment to <align> bytes\n" 5410 1.1 christos " --add-section <name>=<file> Add section <name> found in <file> to output\n" 5411 1.5 christos " --update-section <name>=<file>\n" 5412 1.5 christos " Update contents of section <name> with\n" 5413 1.5 christos " contents found in <file>\n" 5414 1.1 christos " --dump-section <name>=<file> Dump the contents of section <name> into <file>\n" 5415 1.1 christos " --rename-section <old>=<new>[,<flags>] Rename section <old> to <new>\n" 5416 1.1 christos " --long-section-names {enable|disable|keep}\n" 5417 1.1 christos " Handle long section names in Coff objects.\n" 5418 1.1 christos " --change-leading-char Force output format's leading character style\n" 5419 1.1 christos " --remove-leading-char Remove leading character from global symbols\n" 5420 1.1 christos " --reverse-bytes=<num> Reverse <num> bytes at a time, in output sections with content\n" 5421 1.1 christos " --redefine-sym <old>=<new> Redefine symbol name <old> to <new>\n" 5422 1.1 christos " --redefine-syms <file> --redefine-sym for all symbol pairs \n" 5423 1.1 christos " listed in <file>\n" 5424 1.1 christos " --srec-len <number> Restrict the length of generated Srecords\n" 5425 1.1 christos " --srec-forceS3 Restrict the type of generated Srecords to S3\n" 5426 1.1 christos " --strip-symbols <file> -N for all symbols listed in <file>\n" 5427 1.1 christos " --strip-unneeded-symbols <file>\n" 5428 1.1 christos " --strip-unneeded-symbol for all symbols listed\n" 5429 1.1 christos " in <file>\n" 5430 1.1 christos " --keep-symbols <file> -K for all symbols listed in <file>\n" 5431 1.1 christos " --localize-symbols <file> -L for all symbols listed in <file>\n" 5432 1.1 christos " --globalize-symbols <file> --globalize-symbol for all in <file>\n" 5433 1.1 christos " --keep-global-symbols <file> -G for all symbols listed in <file>\n" 5434 1.1 christos " --weaken-symbols <file> -W for all symbols listed in <file>\n" 5435 1.5 christos " --add-symbol <name>=[<section>:]<value>[,<flags>] Add a symbol\n" 5436 1.1 christos " --alt-machine-code <index> Use the target's <index>'th alternative machine\n" 5437 1.1 christos " --writable-text Mark the output text as writable\n" 5438 1.1 christos " --readonly-text Make the output text write protected\n" 5439 1.1 christos " --pure Mark the output file as demand paged\n" 5440 1.1 christos " --impure Mark the output file as impure\n" 5441 1.1 christos " --prefix-symbols <prefix> Add <prefix> to start of every symbol name\n" 5442 1.1 christos " --prefix-sections <prefix> Add <prefix> to start of every section name\n" 5443 1.1 christos " --prefix-alloc-sections <prefix>\n" 5444 1.1 christos " Add <prefix> to start of every allocatable\n" 5445 1.1 christos " section name\n" 5446 1.1 christos " --file-alignment <num> Set PE file alignment to <num>\n" 5447 1.1 christos " --heap <reserve>[,<commit>] Set PE reserve/commit heap to <reserve>/\n" 5448 1.1 christos " <commit>\n" 5449 1.1 christos " --image-base <address> Set PE image base to <address>\n" 5450 1.1 christos " --section-alignment <num> Set PE section alignment to <num>\n" 5451 1.1 christos " --stack <reserve>[,<commit>] Set PE reserve/commit stack to <reserve>/\n" 5452 1.1 christos " <commit>\n" 5453 1.1 christos " --subsystem <name>[:<version>]\n" 5454 1.1 christos " Set PE subsystem to <name> [& <version>]\n" 5455 1.7 christos " --compress-debug-sections[={none|zlib|zlib-gnu|zlib-gabi|zstd}]\n" 5456 1.7 christos "\t\t\t\t Compress DWARF debug sections\n" 5457 1.1 christos " --decompress-debug-sections Decompress DWARF debug sections using zlib\n" 5458 1.5 christos " --elf-stt-common=[yes|no] Generate ELF common symbols with STT_COMMON\n" 5459 1.5 christos " type\n" 5460 1.5 christos " --verilog-data-width <number> Specifies data width, in bytes, for verilog output\n" 5461 1.5 christos " -M --merge-notes Remove redundant entries in note sections\n" 5462 1.5 christos " --no-merge-notes Do not attempt to remove redundant notes (default)\n" 5463 1.1 christos " -v --verbose List all object files modified\n" 5464 1.1 christos " @<file> Read options from <file>\n" 5465 1.1 christos " -V --version Display this program's version number\n" 5466 1.1 christos " -h --help Display this output\n" 5467 1.1 christos " --info List object formats & architectures supported\n" 5468 1.1 christos msgstr "" 5469 1.7 christos " -j --only-section <> <> \\n\n" 5470 1.7 christos " --add-gnu-debuglink=<> .gnu_debuglink <>\\n\n" 5471 1.7 christos " -R --remove-section <> <> \\n\n" 5472 1.7 christos " --remove-relocations <> <>\\n\n" 5473 1.7 christos " --strip-section-headers \\n\n" 5474 1.7 christos " -S --strip-all \\n\n" 5475 1.7 christos " -g --strip-debug \\n\n" 5476 1.7 christos " --strip-dwo DWO \\n\n" 5477 1.7 christos " --strip-unneeded \\n\n" 5478 1.7 christos " -N --strip-symbol <> <>\\n\n" 5479 1.7 christos " --strip-unneeded-symbol <>\\n\n" 5480 1.7 christos " <> \\n\n" 5481 1.7 christos " \\n\n" 5482 1.7 christos " --only-keep-debug \\n\n" 5483 1.7 christos " --extract-dwo DWO \\n\n" 5484 1.7 christos " --extract-symbol \\n\n" 5485 1.7 christos " --keep-section <> <>\\n\n" 5486 1.7 christos " -K --keep-symbol <> <>\\n\n" 5487 1.7 christos " --keep-section-symbols () \\n\n" 5488 1.7 christos " --keep-file-symbols () \\n\n" 5489 1.7 christos " --localize-hidden \\n\n" 5490 1.7 christos " -L --localize-symbol <> <> \\n\n" 5491 1.7 christos " --globalize-symbol <> <> \\n\n" 5492 1.7 christos " -G --keep-global-symbol <> <>\\n\n" 5493 1.7 christos " -W --weaken-symbol <> <> \\n\n" 5494 1.7 christos " --weaken \\n\n" 5495 1.7 christos " -w --wildcard \\n\n" 5496 1.7 christos " -x --discard-all \\n\n" 5497 1.7 christos " -X --discard-locals \\n\n" 5498 1.7 christos " -i --interleave [<>] N <> \\n\n" 5499 1.7 christos " --interleave-width <> N --interleave\\n\n" 5500 1.7 christos " -b --byte <> <> \\n\n" 5501 1.7 christos " --gap-fill <> <>\\n\n" 5502 1.7 christos " --pad-to <> <>\\n\n" 5503 1.7 christos " --set-start <> <>\\n\n" 5504 1.7 christos " {--change-start|--adjust-start} <>\\n\n" 5505 1.7 christos " <> \\n\n" 5506 1.7 christos " {--change-addresses|--adjust-vma} <>\\n\n" 5507 1.7 christos " <> , \\n\n" 5508 1.7 christos " {--change-section-address|--adjust-section-vma} <>{=|+|-}<>\\n\n" 5509 1.7 christos " <> <>\\n\n" 5510 1.7 christos " --change-section-lma <>{=|+|-}<>\\n\n" 5511 1.7 christos " <> <>\\n\n" 5512 1.7 christos " --change-section-vma <>{=|+|-}<>\\n\n" 5513 1.7 christos " <> <>\\n\n" 5514 1.7 christos " {--[no-]change-warnings|--[no-]adjust-warnings}\\n\n" 5515 1.7 christos " \\n\n" 5516 1.7 christos " --set-section-flags <>=<>\\n\n" 5517 1.7 christos " <> <>\\n\n" 5518 1.7 christos " --set-section-alignment <>=<>\\n\n" 5519 1.7 christos " <> <> \\n\n" 5520 1.7 christos " --add-section <>=<> <> <> \\n\n" 5521 1.7 christos " --update-section <>=<>\\n\n" 5522 1.7 christos " <> \\n\n" 5523 1.7 christos " <>\\n\n" 5524 1.7 christos " --dump-section <>=<> <> <>\\n\n" 5525 1.7 christos " --rename-section <>=<>[,<>] <> <>\\n\n" 5526 1.7 christos " --long-section-names {enable|disable|keep}\\n\n" 5527 1.7 christos " Coff .\\n\n" 5528 1.7 christos " --change-leading-char \\n\n" 5529 1.7 christos " --remove-leading-char \\n\n" 5530 1.7 christos " --reverse-bytes=<> <> , \\n\n" 5531 1.7 christos " --redefine-sym <>=<> <> <>\\n\n" 5532 1.7 christos " --redefine-syms <> --redefine-sym \\n\n" 5533 1.7 christos " <>\\n\n" 5534 1.7 christos " --srec-len <> -\\n\n" 5535 1.7 christos " --srec-forceS3 - 3\\n\n" 5536 1.7 christos " --strip-symbols <> -N <>\\n\n" 5537 1.7 christos " --strip-unneeded-symbols <>\\n\n" 5538 1.7 christos " --strip-unneeded-symbol \\n\n" 5539 1.7 christos " <>\\n\n" 5540 1.7 christos " --keep-symbols <> -K <>\\n\n" 5541 1.7 christos " --localize-symbols <> -L <>\\n\n" 5542 1.7 christos " --globalize-symbols <> --globalize-symbol <>\\n\n" 5543 1.7 christos " --keep-global-symbols <> -G <>\\n\n" 5544 1.7 christos " --weaken-symbols <> -W <>\\n\n" 5545 1.7 christos " --add-symbol <>=[<>:]<>[,<>] \\n\n" 5546 1.7 christos " --alt-machine-code <> <> \\n\n" 5547 1.7 christos " --writable-text \\n\n" 5548 1.7 christos " --readonly-text \\n\n" 5549 1.7 christos " --pure \\n\n" 5550 1.7 christos " --impure \\n\n" 5551 1.7 christos " --prefix-symbols <> <> \\n\n" 5552 1.7 christos " --prefix-sections <> <> \\n\n" 5553 1.7 christos " --prefix-alloc-sections <>\\n\n" 5554 1.7 christos " <> \\n\n" 5555 1.7 christos " \\n\n" 5556 1.7 christos " --file-alignment <> <>\\n\n" 5557 1.7 christos " --heap <>[,<>] / <>/\\n\n" 5558 1.7 christos " <>\\n\n" 5559 1.7 christos " --image-base <> <>\\n\n" 5560 1.7 christos " --section-alignment <> <>\\n\n" 5561 1.7 christos " --stack <>[,<>] / <>/<>\\n\n" 5562 1.7 christos " --subsystem <>[:<>]\\n\n" 5563 1.7 christos " <> [& <>]\\n\n" 5564 1.7 christos " --compress-debug-sections DWARF zlib\\n\n" 5565 1.7 christos "\\t\\t\\t\\t DWARF \\n\n" 5566 1.7 christos " --decompress-debug-sections DWARF zlib\\n\n" 5567 1.7 christos " --elf-stt-common=[|] STT_COMMON\\n\n" 5568 1.7 christos " \\n\n" 5569 1.7 christos " --verilog-data-width <> , , \\n\n" 5570 1.7 christos " -M --merge-notes \\n\n" 5571 1.7 christos " --no-merge-notes ()\\n\n" 5572 1.7 christos " -v --verbose \\n\n" 5573 1.7 christos " @<> <>\\n\n" 5574 1.7 christos " -V --version \\n\n" 5575 1.7 christos " -h --help \\n\n" 5576 1.7 christos " --info \\n\n" 5577 1.1 christos 5578 1.7 christos #: objcopy.c:713 5579 1.1 christos #, c-format 5580 1.1 christos msgid "Usage: %s <option(s)> in-file(s)\n" 5581 1.1 christos msgstr ": %s <()> ()\n" 5582 1.1 christos 5583 1.7 christos #: objcopy.c:714 5584 1.1 christos #, c-format 5585 1.1 christos msgid " Removes symbols and sections from files\n" 5586 1.1 christos msgstr " \n" 5587 1.1 christos 5588 1.7 christos #: objcopy.c:716 5589 1.1 christos #, c-format 5590 1.1 christos msgid "" 5591 1.1 christos " -I --input-target=<bfdname> Assume input file is in format <bfdname>\n" 5592 1.1 christos " -O --output-target=<bfdname> Create an output file in format <bfdname>\n" 5593 1.1 christos " -F --target=<bfdname> Set both input and output format to <bfdname>\n" 5594 1.1 christos " -p --preserve-dates Copy modified/access timestamps to the output\n" 5595 1.1 christos msgstr "" 5596 1.1 christos " -I --input-target=<> <>\n" 5597 1.1 christos " -O --output-target=<> <>\n" 5598 1.1 christos " -F --target=<> <>\n" 5599 1.1 christos " -p --preserve-dates / \n" 5600 1.1 christos 5601 1.7 christos #: objcopy.c:734 5602 1.1 christos #, c-format 5603 1.1 christos msgid "" 5604 1.5 christos " -R --remove-section=<name> Also remove section <name> from the output\n" 5605 1.5 christos " --remove-relocations <name> Remove relocations from section <name>\n" 5606 1.7 christos " --strip-section-headers Strip section headers from the output\n" 5607 1.1 christos " -s --strip-all Remove all symbol and relocation information\n" 5608 1.1 christos " -g -S -d --strip-debug Remove all debugging symbols & sections\n" 5609 1.1 christos " --strip-dwo Remove all DWO sections\n" 5610 1.1 christos " --strip-unneeded Remove all symbols not needed by relocations\n" 5611 1.1 christos " --only-keep-debug Strip everything but the debug information\n" 5612 1.5 christos " -M --merge-notes Remove redundant entries in note sections (default)\n" 5613 1.5 christos " --no-merge-notes Do not attempt to remove redundant notes\n" 5614 1.1 christos " -N --strip-symbol=<name> Do not copy symbol <name>\n" 5615 1.5 christos " --keep-section=<name> Do not strip section <name>\n" 5616 1.1 christos " -K --keep-symbol=<name> Do not strip symbol <name>\n" 5617 1.5 christos " --keep-section-symbols Do not strip section symbols\n" 5618 1.1 christos " --keep-file-symbols Do not strip file symbol(s)\n" 5619 1.1 christos " -w --wildcard Permit wildcard in symbol comparison\n" 5620 1.1 christos " -x --discard-all Remove all non-global symbols\n" 5621 1.1 christos " -X --discard-locals Remove any compiler-generated symbols\n" 5622 1.1 christos " -v --verbose List all object files modified\n" 5623 1.1 christos " -V --version Display this program's version number\n" 5624 1.1 christos " -h --help Display this output\n" 5625 1.1 christos " --info List object formats & architectures supported\n" 5626 1.1 christos " -o <file> Place stripped output into <file>\n" 5627 1.1 christos msgstr "" 5628 1.1 christos " -R --remove-section=<> <> \n" 5629 1.5 christos " --remove-relocations <> <>\n" 5630 1.7 christos " --strip-section-headers \\n\n" 5631 1.1 christos " -s --strip-all \n" 5632 1.1 christos " -g -S -d --strip-debug \n" 5633 1.1 christos " --strip-dwo DWO \n" 5634 1.1 christos " --strip-unneeded \n" 5635 1.1 christos " --only-keep-debug \n" 5636 1.5 christos " -M --merge-notes ()\n" 5637 1.5 christos " --no-merge-notes \n" 5638 1.1 christos " -N --strip-symbol=<> <>\n" 5639 1.7 christos " --keep-section=<> <>\n" 5640 1.1 christos " -K --keep-symbol=<> <>\n" 5641 1.5 christos " --keep-section-symbols \n" 5642 1.1 christos " --keep-file-symbols () \n" 5643 1.1 christos " -w --wildcard \n" 5644 1.1 christos " -x --discard-all \n" 5645 1.1 christos " -X --discard-locals \n" 5646 1.1 christos " -v --verbose \n" 5647 1.1 christos " -V --version \n" 5648 1.1 christos " -h --help \n" 5649 1.1 christos " --info \n" 5650 1.1 christos " -o <> <>\n" 5651 1.1 christos 5652 1.7 christos #: objcopy.c:814 5653 1.1 christos #, c-format 5654 1.1 christos msgid "unrecognized section flag `%s'" 5655 1.1 christos msgstr " %s" 5656 1.1 christos 5657 1.7 christos #: objcopy.c:815 objcopy.c:889 5658 1.1 christos #, c-format 5659 1.1 christos msgid "supported flags: %s" 5660 1.1 christos msgstr ": %s" 5661 1.1 christos 5662 1.7 christos #: objcopy.c:888 5663 1.5 christos #, c-format 5664 1.5 christos msgid "unrecognized symbol flag `%s'" 5665 1.5 christos msgstr " %s" 5666 1.5 christos 5667 1.7 christos #: objcopy.c:947 5668 1.1 christos #, c-format 5669 1.1 christos msgid "error: %s both copied and removed" 5670 1.1 christos msgstr ": %s " 5671 1.1 christos 5672 1.7 christos #: objcopy.c:953 5673 1.1 christos #, c-format 5674 1.1 christos msgid "error: %s both sets and alters VMA" 5675 1.1 christos msgstr ": %s " 5676 1.1 christos 5677 1.7 christos #: objcopy.c:959 5678 1.1 christos #, c-format 5679 1.1 christos msgid "error: %s both sets and alters LMA" 5680 1.1 christos msgstr ": %s " 5681 1.1 christos 5682 1.7 christos #: objcopy.c:1122 5683 1.1 christos #, c-format 5684 1.1 christos msgid "cannot open '%s': %s" 5685 1.1 christos msgstr " %s: %s" 5686 1.1 christos 5687 1.7 christos #: objcopy.c:1125 objcopy.c:5282 5688 1.1 christos #, c-format 5689 1.1 christos msgid "%s: fread failed" 5690 1.1 christos msgstr "%s: " 5691 1.1 christos 5692 1.7 christos #: objcopy.c:1198 5693 1.1 christos #, c-format 5694 1.1 christos msgid "%s:%d: Ignoring rubbish found on this line" 5695 1.1 christos msgstr "%s:%d: " 5696 1.1 christos 5697 1.7 christos #: objcopy.c:1342 5698 1.1 christos #, c-format 5699 1.1 christos msgid "error: section %s matches both remove and copy options" 5700 1.1 christos msgstr ": %s " 5701 1.1 christos 5702 1.7 christos #: objcopy.c:1345 5703 1.5 christos #, c-format 5704 1.5 christos msgid "error: section %s matches both update and remove options" 5705 1.5 christos msgstr ": %s " 5706 1.5 christos 5707 1.7 christos #: objcopy.c:1520 5708 1.5 christos #, c-format 5709 1.5 christos msgid "Section %s not found" 5710 1.5 christos msgstr " %s" 5711 1.5 christos 5712 1.7 christos #: objcopy.c:1569 5713 1.5 christos msgid "redefining symbols does not work on LTO-compiled object files" 5714 1.5 christos msgstr " LTO- " 5715 1.5 christos 5716 1.7 christos #: objcopy.c:1682 5717 1.1 christos #, c-format 5718 1.1 christos msgid "not stripping symbol `%s' because it is named in a relocation" 5719 1.1 christos msgstr " %s " 5720 1.1 christos 5721 1.7 christos #: objcopy.c:1745 5722 1.5 christos #, c-format 5723 1.5 christos msgid "'before=%s' not found" 5724 1.5 christos msgstr " before=%s" 5725 1.5 christos 5726 1.7 christos #: objcopy.c:1785 5727 1.1 christos #, c-format 5728 1.1 christos msgid "%s: Multiple redefinition of symbol \"%s\"" 5729 1.1 christos msgstr "%s: %s" 5730 1.1 christos 5731 1.7 christos #: objcopy.c:1789 5732 1.1 christos #, c-format 5733 1.1 christos msgid "%s: Symbol \"%s\" is target of more than one redefinition" 5734 1.1 christos msgstr "%s: %s " 5735 1.1 christos 5736 1.7 christos #: objcopy.c:1816 5737 1.1 christos #, c-format 5738 1.1 christos msgid "couldn't open symbol redefinition file %s (error: %s)" 5739 1.1 christos msgstr " %s (: %s)" 5740 1.1 christos 5741 1.7 christos #: objcopy.c:1894 5742 1.1 christos #, c-format 5743 1.1 christos msgid "%s:%d: garbage found at end of line" 5744 1.1 christos msgstr "%s:%d: " 5745 1.1 christos 5746 1.7 christos #: objcopy.c:1897 5747 1.1 christos #, c-format 5748 1.1 christos msgid "%s:%d: missing new symbol name" 5749 1.1 christos msgstr "%s:%d: " 5750 1.1 christos 5751 1.7 christos #: objcopy.c:1907 5752 1.1 christos #, c-format 5753 1.1 christos msgid "%s:%d: premature end of file" 5754 1.1 christos msgstr "%s:%d: " 5755 1.1 christos 5756 1.7 christos #: objcopy.c:1933 5757 1.1 christos #, c-format 5758 1.1 christos msgid "stat returns negative size for `%s'" 5759 1.1 christos msgstr " %s" 5760 1.1 christos 5761 1.7 christos #: objcopy.c:1945 5762 1.1 christos #, c-format 5763 1.1 christos msgid "copy from `%s' [unknown] to `%s' [unknown]\n" 5764 1.1 christos msgstr " %s [] %s []\n" 5765 1.1 christos 5766 1.7 christos #: objcopy.c:2193 5767 1.5 christos #, c-format 5768 1.5 christos msgid "%s[%s]: Cannot merge - there are relocations against this section" 5769 1.5 christos msgstr "%s[%s]: " 5770 1.5 christos 5771 1.7 christos #: objcopy.c:2215 5772 1.5 christos msgid "corrupt GNU build attribute note: description size not a factor of 4" 5773 1.5 christos msgstr " : 4" 5774 1.5 christos 5775 1.7 christos #: objcopy.c:2222 5776 1.5 christos msgid "corrupt GNU build attribute note: wrong note type" 5777 1.5 christos msgstr " : " 5778 1.5 christos 5779 1.7 christos #: objcopy.c:2228 5780 1.5 christos msgid "corrupt GNU build attribute note: note too big" 5781 1.5 christos msgstr " : " 5782 1.5 christos 5783 1.7 christos #: objcopy.c:2234 5784 1.5 christos msgid "corrupt GNU build attribute note: name too small" 5785 1.5 christos msgstr " : " 5786 1.5 christos 5787 1.7 christos #: objcopy.c:2257 5788 1.5 christos msgid "corrupt GNU build attribute note: unsupported version" 5789 1.5 christos msgstr " : " 5790 1.5 christos 5791 1.7 christos #: objcopy.c:2291 5792 1.5 christos msgid "corrupt GNU build attribute note: bad description size" 5793 1.5 christos msgstr " : " 5794 1.5 christos 5795 1.7 christos #: objcopy.c:2327 5796 1.5 christos msgid "corrupt GNU build attribute note: name not NUL terminated" 5797 1.5 christos msgstr " : NUL " 5798 1.5 christos 5799 1.7 christos #: objcopy.c:2339 5800 1.5 christos msgid "corrupt GNU build attribute notes: excess data at end" 5801 1.5 christos msgstr " : " 5802 1.5 christos 5803 1.7 christos #: objcopy.c:2346 5804 1.5 christos msgid "bad GNU build attribute notes: no known versions detected" 5805 1.5 christos msgstr " : " 5806 1.5 christos 5807 1.5 christos #. This happens with glibc. No idea why. 5808 1.7 christos #: objcopy.c:2350 5809 1.5 christos #, c-format 5810 1.5 christos msgid "%s[%s]: Warning: version note missing - assuming version 3" 5811 1.5 christos msgstr "%s[%s]: : 3" 5812 1.5 christos 5813 1.7 christos #: objcopy.c:2360 5814 1.5 christos msgid "bad GNU build attribute notes: multiple different versions" 5815 1.5 christos msgstr " : " 5816 1.5 christos 5817 1.7 christos #: objcopy.c:2608 5818 1.5 christos #, c-format 5819 1.5 christos msgid "%s[%s]: Note - dropping 'share' flag as output format is not COFF" 5820 1.5 christos msgstr "%s[%s]: share COFF" 5821 1.5 christos 5822 1.7 christos #: objcopy.c:2620 5823 1.7 christos #, c-format 5824 1.7 christos msgid "%s[%s]: 'large' flag is ELF x86-64 specific" 5825 1.7 christos msgstr "%s[%s]: large ELF x86-64" 5826 1.7 christos 5827 1.5 christos #. PR 17636: Call non-fatal so that we return to our parent who 5828 1.5 christos #. may need to tidy temporary files. 5829 1.7 christos #: objcopy.c:2666 5830 1.5 christos #, c-format 5831 1.5 christos msgid "unable to change endianness of '%s'" 5832 1.5 christos msgstr " %s" 5833 1.5 christos 5834 1.7 christos #: objcopy.c:2673 5835 1.5 christos #, c-format 5836 1.5 christos msgid "unable to modify '%s' due to errors" 5837 1.5 christos msgstr " %s " 5838 1.5 christos 5839 1.7 christos #: objcopy.c:2686 5840 1.5 christos #, c-format 5841 1.5 christos msgid "error: the input file '%s' has no sections" 5842 1.5 christos msgstr ": %s " 5843 1.5 christos 5844 1.7 christos #: objcopy.c:2714 5845 1.5 christos #, c-format 5846 1.7 christos msgid "--compress-debug-sections=[zlib|zlib-gnu|zlib-gabi|zstd] is unsupported on `%s'" 5847 1.7 christos msgstr "--compress-debug-sections=[zlib|zlib-gnu|zlib-gabi|zstd] %s" 5848 1.5 christos 5849 1.7 christos #: objcopy.c:2722 5850 1.5 christos #, c-format 5851 1.5 christos msgid "--elf-stt-common=[yes|no] is unsupported on `%s'" 5852 1.5 christos msgstr "--elf-stt-common=[|] %s" 5853 1.1 christos 5854 1.7 christos #: objcopy.c:2729 5855 1.7 christos #, c-format 5856 1.7 christos msgid "--strip-section-headers is unsupported on `%s'" 5857 1.7 christos msgstr "--strip-section-headers %s" 5858 1.7 christos 5859 1.7 christos #: objcopy.c:2736 5860 1.1 christos #, c-format 5861 1.1 christos msgid "copy from `%s' [%s] to `%s' [%s]\n" 5862 1.1 christos msgstr " %s [%s] %s [%s]\n" 5863 1.1 christos 5864 1.7 christos #: objcopy.c:2784 5865 1.1 christos #, c-format 5866 1.1 christos msgid "Input file `%s' ignores binary architecture parameter." 5867 1.1 christos msgstr " %s ." 5868 1.1 christos 5869 1.7 christos #: objcopy.c:2800 5870 1.1 christos #, c-format 5871 1.1 christos msgid "Unable to recognise the format of the input file `%s'" 5872 1.1 christos msgstr " %s" 5873 1.1 christos 5874 1.7 christos #: objcopy.c:2803 5875 1.1 christos #, c-format 5876 1.1 christos msgid "Output file cannot represent architecture `%s'" 5877 1.1 christos msgstr " %s" 5878 1.1 christos 5879 1.7 christos #: objcopy.c:2869 5880 1.1 christos #, c-format 5881 1.7 christos msgid "warning: file alignment (0x%<PRIx64>) > section alignment (0x%<PRIx64>)" 5882 1.7 christos msgstr ": (0x%<PRIx64>) > (0x%<PRIx64>)" 5883 1.1 christos 5884 1.7 christos #: objcopy.c:2943 5885 1.1 christos #, c-format 5886 1.1 christos msgid "can't add section '%s'" 5887 1.1 christos msgstr " %s" 5888 1.1 christos 5889 1.7 christos #: objcopy.c:2957 5890 1.1 christos #, c-format 5891 1.1 christos msgid "can't create section `%s'" 5892 1.1 christos msgstr " %s" 5893 1.1 christos 5894 1.7 christos #: objcopy.c:3005 5895 1.5 christos #, c-format 5896 1.5 christos msgid "error: %s not found, can't be updated" 5897 1.5 christos msgstr ": %s, " 5898 1.5 christos 5899 1.7 christos #: objcopy.c:3045 5900 1.5 christos msgid "warning: could not load note section" 5901 1.5 christos msgstr " : " 5902 1.5 christos 5903 1.7 christos #: objcopy.c:3066 5904 1.5 christos msgid "warning: failed to set merged notes size" 5905 1.5 christos msgstr ": " 5906 1.5 christos 5907 1.7 christos #: objcopy.c:3092 5908 1.1 christos #, c-format 5909 1.1 christos msgid "can't dump section '%s' - it does not exist" 5910 1.5 christos msgstr " %s " 5911 1.1 christos 5912 1.7 christos #: objcopy.c:3100 5913 1.1 christos msgid "can't dump section - it has no contents" 5914 1.5 christos msgstr " " 5915 1.1 christos 5916 1.7 christos #: objcopy.c:3112 5917 1.1 christos msgid "could not open section dump file" 5918 1.1 christos msgstr " " 5919 1.1 christos 5920 1.7 christos #: objcopy.c:3120 5921 1.5 christos #, c-format 5922 1.5 christos msgid "error writing section contents to %s (error: %s)" 5923 1.5 christos msgstr " %s (: %s)" 5924 1.5 christos 5925 1.7 christos #: objcopy.c:3130 5926 1.1 christos msgid "could not retrieve section contents" 5927 1.1 christos msgstr " " 5928 1.1 christos 5929 1.7 christos #: objcopy.c:3144 5930 1.1 christos #, c-format 5931 1.1 christos msgid "%s: debuglink section already exists" 5932 1.1 christos msgstr "%s: " 5933 1.1 christos 5934 1.7 christos #: objcopy.c:3156 5935 1.1 christos #, c-format 5936 1.1 christos msgid "cannot create debug link section `%s'" 5937 1.1 christos msgstr " %s" 5938 1.1 christos 5939 1.7 christos #: objcopy.c:3249 5940 1.1 christos msgid "Can't fill gap after section" 5941 1.1 christos msgstr " " 5942 1.1 christos 5943 1.7 christos #: objcopy.c:3273 5944 1.1 christos msgid "can't add padding" 5945 1.1 christos msgstr " " 5946 1.1 christos 5947 1.7 christos #: objcopy.c:3445 5948 1.5 christos msgid "error: failed to locate merged notes" 5949 1.5 christos msgstr ": " 5950 1.5 christos 5951 1.7 christos #: objcopy.c:3454 5952 1.5 christos msgid "error: failed to merge notes" 5953 1.5 christos msgstr ": " 5954 1.5 christos 5955 1.7 christos #: objcopy.c:3463 5956 1.5 christos msgid "error: failed to copy merged notes into output" 5957 1.5 christos msgstr ": " 5958 1.5 christos 5959 1.7 christos #: objcopy.c:3480 5960 1.5 christos #, c-format 5961 1.5 christos msgid "%s: Could not find any mergeable note sections" 5962 1.5 christos msgstr "%s: " 5963 1.5 christos 5964 1.7 christos #: objcopy.c:3489 5965 1.1 christos #, c-format 5966 1.1 christos msgid "cannot fill debug link section `%s'" 5967 1.1 christos msgstr " %s" 5968 1.1 christos 5969 1.7 christos #: objcopy.c:3552 5970 1.1 christos msgid "error copying private BFD data" 5971 1.1 christos msgstr " " 5972 1.1 christos 5973 1.7 christos #: objcopy.c:3563 5974 1.1 christos #, c-format 5975 1.1 christos msgid "this target does not support %lu alternative machine codes" 5976 1.1 christos msgstr " %lu " 5977 1.1 christos 5978 1.7 christos #: objcopy.c:3567 5979 1.1 christos msgid "treating that number as an absolute e_machine value instead" 5980 1.1 christos msgstr " e_machine" 5981 1.1 christos 5982 1.7 christos #: objcopy.c:3571 5983 1.1 christos msgid "ignoring the alternative value" 5984 1.1 christos msgstr " " 5985 1.1 christos 5986 1.7 christos #: objcopy.c:3632 5987 1.5 christos msgid "sorry: copying thin archives is not currently supported" 5988 1.5 christos msgstr ": " 5989 1.5 christos 5990 1.7 christos #: objcopy.c:3639 objcopy.c:3695 5991 1.1 christos #, c-format 5992 1.1 christos msgid "cannot create tempdir for archive copying (error: %s)" 5993 1.1 christos msgstr " (: %s)" 5994 1.1 christos 5995 1.7 christos #: objcopy.c:3674 5996 1.7 christos #, c-format 5997 1.7 christos msgid "warning: illegal pathname found in archive member: %s" 5998 1.7 christos msgstr ": : %s" 5999 1.7 christos 6000 1.7 christos #: objcopy.c:3680 6001 1.5 christos #, c-format 6002 1.7 christos msgid "warning: using the basename of the member instead: %s" 6003 1.7 christos msgstr ": : %s" 6004 1.5 christos 6005 1.7 christos #: objcopy.c:3728 6006 1.1 christos msgid "Unable to recognise the format of file" 6007 1.1 christos msgstr " " 6008 1.1 christos 6009 1.7 christos #: objcopy.c:3850 6010 1.1 christos #, c-format 6011 1.1 christos msgid "error: the input file '%s' is empty" 6012 1.1 christos msgstr ": %s " 6013 1.1 christos 6014 1.7 christos #: objcopy.c:3885 6015 1.7 christos msgid "--compress-debug-sections=zstd: binutils is not built with zstd support" 6016 1.7 christos msgstr "--compress-debug-sections=zstd: binutils zstd " 6017 1.7 christos 6018 1.7 christos #: objcopy.c:3941 6019 1.5 christos #, c-format 6020 1.5 christos msgid "--add-gnu-debuglink ignored for archive %s" 6021 1.5 christos msgstr "--add-gnu-debuglink %s" 6022 1.5 christos 6023 1.7 christos #: objcopy.c:4041 6024 1.1 christos #, c-format 6025 1.1 christos msgid "Multiple renames of section %s" 6026 1.1 christos msgstr " %s" 6027 1.1 christos 6028 1.7 christos #: objcopy.c:4086 6029 1.1 christos msgid "error in private header data" 6030 1.1 christos msgstr " " 6031 1.1 christos 6032 1.7 christos #: objcopy.c:4242 objcopy.c:4250 6033 1.1 christos msgid "failed to create output section" 6034 1.1 christos msgstr " " 6035 1.1 christos 6036 1.7 christos #: objcopy.c:4259 6037 1.1 christos msgid "failed to set size" 6038 1.1 christos msgstr " " 6039 1.1 christos 6040 1.7 christos #: objcopy.c:4278 6041 1.1 christos msgid "failed to set vma" 6042 1.1 christos msgstr " " 6043 1.1 christos 6044 1.7 christos #: objcopy.c:4327 6045 1.1 christos msgid "failed to set alignment" 6046 1.1 christos msgstr " " 6047 1.1 christos 6048 1.7 christos #: objcopy.c:4342 6049 1.7 christos #, c-format 6050 1.7 christos msgid "output section %s's alignment does not match its VMA" 6051 1.7 christos msgstr " %s VMA" 6052 1.7 christos 6053 1.7 christos #: objcopy.c:4356 6054 1.7 christos #, c-format 6055 1.7 christos msgid "output section %s's alignment does not match its LMA" 6056 1.7 christos msgstr " %s LMA" 6057 1.7 christos 6058 1.7 christos #: objcopy.c:4386 6059 1.1 christos msgid "failed to copy private data" 6060 1.1 christos msgstr " " 6061 1.1 christos 6062 1.7 christos #: objcopy.c:4540 6063 1.1 christos msgid "relocation count is negative" 6064 1.1 christos msgstr " " 6065 1.1 christos 6066 1.1 christos #. User must pad the section up in order to do this. 6067 1.7 christos #: objcopy.c:4626 6068 1.1 christos #, c-format 6069 1.1 christos msgid "cannot reverse bytes: length of section %s must be evenly divisible by %d" 6070 1.1 christos msgstr " : %s %d" 6071 1.1 christos 6072 1.7 christos #: objcopy.c:4826 6073 1.1 christos msgid "can't create debugging section" 6074 1.1 christos msgstr " " 6075 1.1 christos 6076 1.7 christos #: objcopy.c:4840 6077 1.1 christos msgid "can't set debugging section contents" 6078 1.1 christos msgstr " " 6079 1.1 christos 6080 1.7 christos #: objcopy.c:4850 6081 1.1 christos #, c-format 6082 1.1 christos msgid "don't know how to write debugging information for %s" 6083 1.1 christos msgstr " %s" 6084 1.1 christos 6085 1.7 christos #: objcopy.c:5042 6086 1.1 christos msgid "could not create temporary file to hold stripped copy" 6087 1.1 christos msgstr " " 6088 1.1 christos 6089 1.7 christos #: objcopy.c:5116 6090 1.1 christos #, c-format 6091 1.1 christos msgid "%s: bad version in PE subsystem" 6092 1.1 christos msgstr "%s: " 6093 1.1 christos 6094 1.7 christos #: objcopy.c:5146 6095 1.1 christos #, c-format 6096 1.1 christos msgid "unknown PE subsystem: %s" 6097 1.1 christos msgstr " : %s" 6098 1.1 christos 6099 1.7 christos #: objcopy.c:5235 objcopy.c:5511 objcopy.c:5591 objcopy.c:5729 objcopy.c:5761 6100 1.7 christos #: objcopy.c:5817 objcopy.c:5821 objcopy.c:5841 6101 1.5 christos #, c-format 6102 1.5 christos msgid "bad format for %s" 6103 1.5 christos msgstr " %s" 6104 1.5 christos 6105 1.7 christos #: objcopy.c:5264 6106 1.5 christos #, c-format 6107 1.5 christos msgid "cannot open: %s: %s" 6108 1.5 christos msgstr " : %s: %s" 6109 1.5 christos 6110 1.7 christos #: objcopy.c:5319 6111 1.1 christos msgid "byte number must be non-negative" 6112 1.1 christos msgstr " -" 6113 1.1 christos 6114 1.7 christos #: objcopy.c:5325 6115 1.1 christos #, c-format 6116 1.1 christos msgid "architecture %s unknown" 6117 1.1 christos msgstr " %s" 6118 1.1 christos 6119 1.7 christos #: objcopy.c:5333 6120 1.1 christos msgid "interleave must be positive" 6121 1.1 christos msgstr " " 6122 1.1 christos 6123 1.7 christos #: objcopy.c:5342 6124 1.1 christos msgid "interleave width must be positive" 6125 1.1 christos msgstr " " 6126 1.1 christos 6127 1.7 christos #: objcopy.c:5666 6128 1.1 christos #, c-format 6129 1.5 christos msgid "unrecognized --compress-debug-sections type `%s'" 6130 1.5 christos msgstr " --compress-debug-sections %s" 6131 1.1 christos 6132 1.7 christos #: objcopy.c:5687 6133 1.1 christos #, c-format 6134 1.5 christos msgid "unrecognized --elf-stt-common= option `%s'" 6135 1.5 christos msgstr " --elf-stt-common %s" 6136 1.1 christos 6137 1.7 christos #: objcopy.c:5698 6138 1.1 christos #, c-format 6139 1.7 christos msgid "Warning: truncating gap-fill from 0x%<PRIx64> to 0x%x" 6140 1.7 christos msgstr ": 0x%<PRIx64> 0x%x" 6141 1.1 christos 6142 1.7 christos #: objcopy.c:5784 6143 1.5 christos msgid "bad format for --set-section-alignment: argument needed" 6144 1.5 christos msgstr " --set-section-alignment: " 6145 1.5 christos 6146 1.7 christos #: objcopy.c:5788 6147 1.5 christos msgid "bad format for --set-section-alignment: numeric argument needed" 6148 1.5 christos msgstr " --set-section-alignment: " 6149 1.5 christos 6150 1.7 christos #: objcopy.c:5793 6151 1.5 christos msgid "bad format for --set-section-alignment: alignment is not a power of two" 6152 1.5 christos msgstr " --set-section-alignment: " 6153 1.5 christos 6154 1.7 christos #: objcopy.c:5900 6155 1.1 christos #, c-format 6156 1.1 christos msgid "unknown long section names option '%s'" 6157 1.1 christos msgstr " %s" 6158 1.1 christos 6159 1.7 christos #: objcopy.c:5923 6160 1.1 christos msgid "unable to parse alternative machine code" 6161 1.1 christos msgstr " " 6162 1.1 christos 6163 1.7 christos #: objcopy.c:5972 6164 1.1 christos msgid "number of bytes to reverse must be positive and even" 6165 1.1 christos msgstr " " 6166 1.1 christos 6167 1.7 christos #: objcopy.c:5975 6168 1.1 christos #, c-format 6169 1.1 christos msgid "Warning: ignoring previous --reverse-bytes value of %d" 6170 1.1 christos msgstr ": --reverse-bytes %d" 6171 1.1 christos 6172 1.7 christos #: objcopy.c:5990 6173 1.1 christos #, c-format 6174 1.1 christos msgid "%s: invalid reserve value for --heap" 6175 1.1 christos msgstr "%s: --heap" 6176 1.1 christos 6177 1.7 christos #: objcopy.c:5996 6178 1.1 christos #, c-format 6179 1.1 christos msgid "%s: invalid commit value for --heap" 6180 1.1 christos msgstr "%s: --heap" 6181 1.1 christos 6182 1.7 christos #: objcopy.c:6011 6183 1.7 christos #, c-format 6184 1.7 christos msgid "--section-alignment argument is not a power of two: %s - ignoring" 6185 1.7 christos msgstr "--section-alignment : %s " 6186 1.7 christos 6187 1.7 christos #: objcopy.c:6026 6188 1.1 christos #, c-format 6189 1.1 christos msgid "%s: invalid reserve value for --stack" 6190 1.1 christos msgstr "%s: --stack" 6191 1.1 christos 6192 1.7 christos #: objcopy.c:6032 6193 1.1 christos #, c-format 6194 1.1 christos msgid "%s: invalid commit value for --stack" 6195 1.1 christos msgstr "%s: --stack" 6196 1.1 christos 6197 1.7 christos #: objcopy.c:6050 6198 1.7 christos msgid "error: verilog data width must be 1, 2, 4, 8 or 16" 6199 1.7 christos msgstr ": 1, 2, 4, 8 16" 6200 1.5 christos 6201 1.7 christos #: objcopy.c:6068 6202 1.5 christos msgid "--globalize-symbol(s) is incompatible with -G/--keep-global-symbol(s)" 6203 1.5 christos msgstr "--globalize-symbol(s) -G/--keep-global-symbol(s)" 6204 1.5 christos 6205 1.7 christos #: objcopy.c:6080 6206 1.1 christos msgid "interleave start byte must be set with --byte" 6207 1.1 christos msgstr " --byte" 6208 1.1 christos 6209 1.7 christos #: objcopy.c:6083 6210 1.1 christos msgid "byte number must be less than interleave" 6211 1.1 christos msgstr " " 6212 1.1 christos 6213 1.7 christos #: objcopy.c:6086 6214 1.1 christos msgid "interleave width must be less than or equal to interleave - byte`" 6215 1.5 christos msgstr " byte`" 6216 1.1 christos 6217 1.7 christos #: objcopy.c:6109 6218 1.1 christos #, c-format 6219 1.1 christos msgid "unknown input EFI target: %s" 6220 1.1 christos msgstr " : %s" 6221 1.1 christos 6222 1.7 christos #: objcopy.c:6119 6223 1.1 christos #, c-format 6224 1.1 christos msgid "unknown output EFI target: %s" 6225 1.1 christos msgstr " : %s" 6226 1.1 christos 6227 1.7 christos #: objcopy.c:6143 6228 1.1 christos #, c-format 6229 1.1 christos msgid "warning: could not create temporary file whilst copying '%s', (error: %s)" 6230 1.1 christos msgstr ": %s (: %s)" 6231 1.1 christos 6232 1.7 christos #: objcopy.c:6175 objcopy.c:6183 6233 1.1 christos #, c-format 6234 1.7 christos msgid "%s %s%c0x%<PRIx64> never used" 6235 1.7 christos msgstr "%s %s%c0x%<PRIx64> " 6236 1.1 christos 6237 1.7 christos #: objdump.c:256 6238 1.1 christos #, c-format 6239 1.1 christos msgid "Usage: %s <option(s)> <file(s)>\n" 6240 1.1 christos msgstr ": %s <()> <()>\n" 6241 1.1 christos 6242 1.7 christos #: objdump.c:257 6243 1.1 christos #, c-format 6244 1.1 christos msgid " Display information from object <file(s)>.\n" 6245 1.1 christos msgstr " <()> .\n" 6246 1.1 christos 6247 1.7 christos #: objdump.c:258 6248 1.1 christos #, c-format 6249 1.1 christos msgid " At least one of the following switches must be given:\n" 6250 1.5 christos msgstr " :\n" 6251 1.5 christos 6252 1.7 christos #: objdump.c:259 6253 1.5 christos #, c-format 6254 1.5 christos msgid " -a, --archive-headers Display archive header information\n" 6255 1.5 christos msgstr " -a, --archive-headers \n" 6256 1.1 christos 6257 1.7 christos #: objdump.c:261 6258 1.1 christos #, c-format 6259 1.5 christos msgid " -f, --file-headers Display the contents of the overall file header\n" 6260 1.5 christos msgstr " -f, --file-headers \n" 6261 1.5 christos 6262 1.7 christos #: objdump.c:263 6263 1.5 christos #, c-format 6264 1.5 christos msgid " -p, --private-headers Display object format specific file header contents\n" 6265 1.5 christos msgstr " -p, --private-headers \n" 6266 1.1 christos 6267 1.7 christos #: objdump.c:265 6268 1.1 christos #, c-format 6269 1.5 christos msgid " -P, --private=OPT,OPT... Display object format specific contents\n" 6270 1.5 christos msgstr " -P, --private=OPT,OPT... \n" 6271 1.5 christos 6272 1.7 christos #: objdump.c:267 6273 1.5 christos #, c-format 6274 1.5 christos msgid " -h, --[section-]headers Display the contents of the section headers\n" 6275 1.5 christos msgstr " -h, --[-] \n" 6276 1.1 christos 6277 1.7 christos #: objdump.c:269 6278 1.1 christos #, c-format 6279 1.5 christos msgid " -x, --all-headers Display the contents of all headers\n" 6280 1.5 christos msgstr " -x, --all-headers \n" 6281 1.1 christos 6282 1.7 christos #: objdump.c:271 6283 1.1 christos #, c-format 6284 1.5 christos msgid " -d, --disassemble Display assembler contents of executable sections\n" 6285 1.5 christos msgstr " -d, --disassemble \n" 6286 1.1 christos 6287 1.7 christos #: objdump.c:273 6288 1.1 christos #, c-format 6289 1.5 christos msgid " -D, --disassemble-all Display assembler contents of all sections\n" 6290 1.5 christos msgstr " -D, --disassemble \n" 6291 1.1 christos 6292 1.7 christos #: objdump.c:275 6293 1.1 christos #, c-format 6294 1.5 christos msgid " --disassemble=<sym> Display assembler contents from <sym>\n" 6295 1.5 christos msgstr " --disassemble=<> <>\n" 6296 1.1 christos 6297 1.7 christos #: objdump.c:277 6298 1.1 christos #, c-format 6299 1.5 christos msgid " -S, --source Intermix source code with disassembly\n" 6300 1.5 christos msgstr " -S, --source \n" 6301 1.1 christos 6302 1.7 christos #: objdump.c:279 6303 1.1 christos #, c-format 6304 1.5 christos msgid " --source-comment[=<txt>] Prefix lines of source code with <txt>\n" 6305 1.5 christos msgstr " --source-comment[=<>] <> \n" 6306 1.1 christos 6307 1.7 christos #: objdump.c:281 6308 1.1 christos #, c-format 6309 1.5 christos msgid " -s, --full-contents Display the full contents of all sections requested\n" 6310 1.5 christos msgstr " -s, --full-contents \n" 6311 1.1 christos 6312 1.7 christos #: objdump.c:283 6313 1.7 christos #, c-format 6314 1.7 christos msgid " -Z, --decompress Decompress section(s) before displaying their contents\n" 6315 1.7 christos msgstr " -Z, --decompress () \n" 6316 1.7 christos 6317 1.7 christos #: objdump.c:285 6318 1.1 christos #, c-format 6319 1.5 christos msgid " -g, --debugging Display debug information in object file\n" 6320 1.5 christos msgstr " -g, --debugging \n" 6321 1.1 christos 6322 1.7 christos #: objdump.c:287 6323 1.1 christos #, c-format 6324 1.5 christos msgid " -e, --debugging-tags Display debug information using ctags style\n" 6325 1.5 christos msgstr " -e, --debugging-tags ctags \n" 6326 1.1 christos 6327 1.7 christos #: objdump.c:289 6328 1.1 christos #, c-format 6329 1.5 christos msgid " -G, --stabs Display (in raw form) any STABS info in the file\n" 6330 1.5 christos msgstr " -G, --stabs ( +) STABS \n" 6331 1.1 christos 6332 1.7 christos #: objdump.c:291 6333 1.1 christos #, c-format 6334 1.1 christos msgid "" 6335 1.5 christos " -W, --dwarf[a/=abbrev, A/=addr, r/=aranges, c/=cu_index, L/=decodedline,\n" 6336 1.5 christos " f/=frames, F/=frames-interp, g/=gdb_index, i/=info, o/=loc,\n" 6337 1.5 christos " m/=macro, p/=pubnames, t/=pubtypes, R/=Ranges, l/=rawline,\n" 6338 1.5 christos " s/=str, O/=str-offsets, u/=trace_abbrev, T/=trace_aranges,\n" 6339 1.5 christos " U/=trace_info]\n" 6340 1.5 christos " Display the contents of DWARF debug sections\n" 6341 1.1 christos msgstr "" 6342 1.5 christos " -W, --dwarf[a/=, A/=, r/=, c/=cu_, L/=_,\n" 6343 1.5 christos " f/=, F/=-, g/=gdb_, i/=, o/=,\n" 6344 1.5 christos " m/=, p/=_, t/=_, R/=, l/=_,\n" 6345 1.5 christos " s/=, O/=-, u/=_, T/=_,\n" 6346 1.5 christos " U/=_]\n" 6347 1.5 christos " DWARF \n" 6348 1.1 christos 6349 1.7 christos #: objdump.c:298 6350 1.1 christos #, c-format 6351 1.5 christos msgid "" 6352 1.5 christos " -Wk,--dwarf=links Display the contents of sections that link to\n" 6353 1.5 christos " separate debuginfo files\n" 6354 1.5 christos msgstr "" 6355 1.5 christos " -Wk,--dwarf=links \n" 6356 1.5 christos " \n" 6357 1.1 christos 6358 1.7 christos #: objdump.c:302 6359 1.1 christos #, c-format 6360 1.5 christos msgid "" 6361 1.5 christos " -WK,--dwarf=follow-links\n" 6362 1.5 christos " Follow links to separate debug info files (default)\n" 6363 1.5 christos msgstr "" 6364 1.5 christos " -WK,--dwarf=follow-links\n" 6365 1.5 christos " ()\n" 6366 1.1 christos 6367 1.7 christos #: objdump.c:305 6368 1.1 christos #, c-format 6369 1.1 christos msgid "" 6370 1.5 christos " -WN,--dwarf=no-follow-links\n" 6371 1.5 christos " Do not follow links to separate debug info files\n" 6372 1.1 christos msgstr "" 6373 1.5 christos " -WN,--dwarf=no-follow-links\n" 6374 1.5 christos " \n" 6375 1.1 christos 6376 1.7 christos #: objdump.c:309 6377 1.1 christos #, c-format 6378 1.1 christos msgid "" 6379 1.5 christos " -WK,--dwarf=follow-links\n" 6380 1.5 christos " Follow links to separate debug info files\n" 6381 1.1 christos msgstr "" 6382 1.5 christos " -WK,--dwarf=follow-links\n" 6383 1.5 christos " \n" 6384 1.1 christos 6385 1.7 christos #: objdump.c:312 6386 1.1 christos #, c-format 6387 1.5 christos msgid "" 6388 1.5 christos " -WN,--dwarf=no-follow-links\n" 6389 1.5 christos " Do not follow links to separate debug info files\n" 6390 1.5 christos " (default)\n" 6391 1.5 christos msgstr "" 6392 1.5 christos " -WN,--dwarf=no-follow-links\n" 6393 1.5 christos " \n" 6394 1.5 christos " ()\n" 6395 1.1 christos 6396 1.7 christos #: objdump.c:318 6397 1.7 christos #, c-format 6398 1.6 christos msgid "" 6399 1.6 christos " -WD --dwarf=use-debuginfod\n" 6400 1.6 christos " When following links, also query debuginfod servers (default)\n" 6401 1.6 christos msgstr "" 6402 1.7 christos " -WD --dwarf=use-debuginfod\n" 6403 1.7 christos " , ()\n" 6404 1.6 christos 6405 1.7 christos #: objdump.c:321 6406 1.7 christos #, c-format 6407 1.6 christos msgid "" 6408 1.6 christos " -WE --dwarf=do-not-use-debuginfod\n" 6409 1.6 christos " When following links, do not query debuginfod servers\n" 6410 1.6 christos msgstr "" 6411 1.7 christos " -WE --dwarf=do-not-use-debuginfod\n" 6412 1.7 christos " , \n" 6413 1.6 christos 6414 1.7 christos #: objdump.c:325 6415 1.1 christos #, c-format 6416 1.1 christos msgid "" 6417 1.5 christos " -L, --process-links Display the contents of non-debug sections in\n" 6418 1.5 christos " separate debuginfo files. (Implies -WK)\n" 6419 1.1 christos msgstr "" 6420 1.5 christos " -L, --process-links - \n" 6421 1.5 christos " . ( -WK)\n" 6422 1.1 christos 6423 1.7 christos #: objdump.c:329 6424 1.1 christos #, c-format 6425 1.5 christos msgid " --ctf[=SECTION] Display CTF info from SECTION, (default `.ctf')\n" 6426 1.5 christos msgstr " --ctf[=] CTF , ( .ctf)\n" 6427 1.1 christos 6428 1.7 christos #: objdump.c:332 6429 1.7 christos #, c-format 6430 1.7 christos msgid " --sframe[=SECTION] Display SFrame info from SECTION, (default '.sframe')\n" 6431 1.7 christos msgstr " --sframe[=] SFrame , ( .sframe)\n" 6432 1.7 christos 6433 1.7 christos #: objdump.c:334 6434 1.1 christos #, c-format 6435 1.5 christos msgid " -t, --syms Display the contents of the symbol table(s)\n" 6436 1.5 christos msgstr " -t, --syms () \n" 6437 1.1 christos 6438 1.7 christos #: objdump.c:336 6439 1.5 christos #, c-format 6440 1.5 christos msgid " -T, --dynamic-syms Display the contents of the dynamic symbol table\n" 6441 1.5 christos msgstr " -T, --dynamic-syms \n" 6442 1.5 christos 6443 1.7 christos #: objdump.c:338 6444 1.5 christos #, c-format 6445 1.5 christos msgid " -r, --reloc Display the relocation entries in the file\n" 6446 1.5 christos msgstr " -r, --reloc \n" 6447 1.5 christos 6448 1.7 christos #: objdump.c:340 6449 1.5 christos #, c-format 6450 1.5 christos msgid " -R, --dynamic-reloc Display the dynamic relocation entries in the file\n" 6451 1.5 christos msgstr " -R, --reloc \n" 6452 1.5 christos 6453 1.7 christos #: objdump.c:342 6454 1.5 christos #, c-format 6455 1.5 christos msgid " @<file> Read options from <file>\n" 6456 1.5 christos msgstr " @<> <>\n" 6457 1.5 christos 6458 1.7 christos #: objdump.c:344 6459 1.5 christos #, c-format 6460 1.5 christos msgid " -v, --version Display this program's version number\n" 6461 1.5 christos msgstr " -V --version \n" 6462 1.5 christos 6463 1.7 christos #: objdump.c:346 6464 1.5 christos #, c-format 6465 1.5 christos msgid " -i, --info List object formats and architectures supported\n" 6466 1.5 christos msgstr " -i, --info \n" 6467 1.5 christos 6468 1.7 christos #: objdump.c:348 6469 1.5 christos #, c-format 6470 1.5 christos msgid " -H, --help Display this information\n" 6471 1.5 christos msgstr " -H --help \n" 6472 1.5 christos 6473 1.7 christos #: objdump.c:355 6474 1.5 christos #, c-format 6475 1.5 christos msgid "" 6476 1.5 christos "\n" 6477 1.5 christos " The following switches are optional:\n" 6478 1.5 christos msgstr "" 6479 1.5 christos "\n" 6480 1.5 christos " :\n" 6481 1.5 christos 6482 1.7 christos #: objdump.c:356 6483 1.5 christos #, c-format 6484 1.5 christos msgid " -b, --target=BFDNAME Specify the target object format as BFDNAME\n" 6485 1.5 christos msgstr " -b, --target= \n" 6486 1.5 christos 6487 1.7 christos #: objdump.c:358 6488 1.5 christos #, c-format 6489 1.5 christos msgid " -m, --architecture=MACHINE Specify the target architecture as MACHINE\n" 6490 1.5 christos msgstr " -m, --architecture= \n" 6491 1.5 christos 6492 1.7 christos #: objdump.c:360 6493 1.5 christos #, c-format 6494 1.5 christos msgid " -j, --section=NAME Only display information for section NAME\n" 6495 1.5 christos msgstr " -j, --section= \n" 6496 1.5 christos 6497 1.7 christos #: objdump.c:362 6498 1.5 christos #, c-format 6499 1.5 christos msgid " -M, --disassembler-options=OPT Pass text OPT on to the disassembler\n" 6500 1.5 christos msgstr " -M, --disassembler-options= \n" 6501 1.5 christos 6502 1.7 christos #: objdump.c:364 6503 1.5 christos #, c-format 6504 1.5 christos msgid " -EB --endian=big Assume big endian format when disassembling\n" 6505 1.5 christos msgstr " -EB --endian= \n" 6506 1.5 christos 6507 1.7 christos #: objdump.c:366 6508 1.5 christos #, c-format 6509 1.5 christos msgid " -EL --endian=little Assume little endian format when disassembling\n" 6510 1.5 christos msgstr " -EL --endian= \n" 6511 1.5 christos 6512 1.7 christos #: objdump.c:368 6513 1.5 christos #, c-format 6514 1.5 christos msgid " --file-start-context Include context from start of file (with -S)\n" 6515 1.5 christos msgstr " --file-start-context ( -S)\n" 6516 1.5 christos 6517 1.7 christos #: objdump.c:370 6518 1.5 christos #, c-format 6519 1.5 christos msgid " -I, --include=DIR Add DIR to search list for source files\n" 6520 1.5 christos msgstr " -I, --include= \n" 6521 1.5 christos 6522 1.7 christos #: objdump.c:372 6523 1.5 christos #, c-format 6524 1.5 christos msgid " -l, --line-numbers Include line numbers and filenames in output\n" 6525 1.5 christos msgstr " -l, --line-numbers \n" 6526 1.5 christos 6527 1.7 christos #: objdump.c:374 6528 1.5 christos #, c-format 6529 1.5 christos msgid " -F, --file-offsets Include file offsets when displaying information\n" 6530 1.5 christos msgstr " -F, --file-offsets \n" 6531 1.5 christos 6532 1.7 christos #: objdump.c:376 6533 1.5 christos #, c-format 6534 1.5 christos msgid " -C, --demangle[=STYLE] Decode mangled/processed symbol names\n" 6535 1.5 christos msgstr " -C, --demangle[=] / \n" 6536 1.5 christos 6537 1.7 christos #: objdump.c:378 6538 1.5 christos msgid " STYLE can be " 6539 1.5 christos msgstr " " 6540 1.5 christos 6541 1.7 christos #: objdump.c:380 6542 1.5 christos #, c-format 6543 1.5 christos msgid "" 6544 1.5 christos " --recurse-limit Enable a limit on recursion whilst demangling\n" 6545 1.5 christos " (default)\n" 6546 1.5 christos msgstr "" 6547 1.5 christos " --recurse-limit \n" 6548 1.5 christos " ()\n" 6549 1.5 christos 6550 1.7 christos #: objdump.c:383 6551 1.5 christos #, c-format 6552 1.5 christos msgid " --no-recurse-limit Disable a limit on recursion whilst demangling\n" 6553 1.5 christos msgstr " --no-recurse-limit \n" 6554 1.5 christos 6555 1.7 christos #: objdump.c:385 6556 1.5 christos #, c-format 6557 1.5 christos msgid " -w, --wide Format output for more than 80 columns\n" 6558 1.5 christos msgstr " -w, --wide 80 \n" 6559 1.5 christos 6560 1.7 christos #: objdump.c:387 6561 1.5 christos #, c-format 6562 1.5 christos msgid "" 6563 1.5 christos " -U[d|l|i|x|e|h] Controls the display of UTF-8 unicode characters\n" 6564 1.5 christos " --unicode=[default|locale|invalid|hex|escape|highlight]\n" 6565 1.5 christos msgstr "" 6566 1.5 christos " -U[d|l|i|x|e|h] -8 \n" 6567 1.5 christos " --unicode=[default|locale|invalid|hex|escape|highlight]\n" 6568 1.5 christos 6569 1.7 christos #: objdump.c:390 6570 1.5 christos #, c-format 6571 1.5 christos msgid " -z, --disassemble-zeroes Do not skip blocks of zeroes when disassembling\n" 6572 1.5 christos msgstr " -z, --disassemble-zeroes \n" 6573 1.5 christos 6574 1.7 christos #: objdump.c:392 6575 1.5 christos #, c-format 6576 1.5 christos msgid " --start-address=ADDR Only process data whose address is >= ADDR\n" 6577 1.5 christos msgstr " --start-address= >= \n" 6578 1.5 christos 6579 1.7 christos #: objdump.c:394 6580 1.5 christos #, c-format 6581 1.5 christos msgid " --stop-address=ADDR Only process data whose address is < ADDR\n" 6582 1.5 christos msgstr " --stop-address= < \n" 6583 1.5 christos 6584 1.7 christos #: objdump.c:396 6585 1.5 christos #, c-format 6586 1.5 christos msgid " --no-addresses Do not print address alongside disassembly\n" 6587 1.5 christos msgstr " --no-addresses \n" 6588 1.5 christos 6589 1.7 christos #: objdump.c:398 6590 1.5 christos #, c-format 6591 1.5 christos msgid " --prefix-addresses Print complete address alongside disassembly\n" 6592 1.5 christos msgstr " --prefix-addresses \n" 6593 1.5 christos 6594 1.7 christos #: objdump.c:400 6595 1.5 christos #, c-format 6596 1.5 christos msgid " --[no-]show-raw-insn Display hex alongside symbolic disassembly\n" 6597 1.5 christos msgstr " --[no-]show-raw-insn \n" 6598 1.5 christos 6599 1.7 christos #: objdump.c:402 6600 1.5 christos #, c-format 6601 1.5 christos msgid " --insn-width=WIDTH Display WIDTH bytes on a single line for -d\n" 6602 1.5 christos msgstr " --insn-width= -d\n" 6603 1.5 christos 6604 1.7 christos #: objdump.c:404 6605 1.5 christos #, c-format 6606 1.5 christos msgid " --adjust-vma=OFFSET Add OFFSET to all displayed section addresses\n" 6607 1.5 christos msgstr " --adjust-vma= \n" 6608 1.5 christos 6609 1.7 christos #: objdump.c:406 6610 1.7 christos #, c-format 6611 1.7 christos msgid " --show-all-symbols When disassembling, display all symbols at a given address\n" 6612 1.7 christos msgstr " --show-all-symbols , \n" 6613 1.7 christos 6614 1.7 christos #: objdump.c:408 6615 1.5 christos #, c-format 6616 1.5 christos msgid " --special-syms Include special symbols in symbol dumps\n" 6617 1.5 christos msgstr " --special-syms \n" 6618 1.5 christos 6619 1.7 christos #: objdump.c:410 6620 1.5 christos #, c-format 6621 1.5 christos msgid " --inlines Print all inlines for source line (with -l)\n" 6622 1.5 christos msgstr " --inlines ( -l)\n" 6623 1.5 christos 6624 1.7 christos #: objdump.c:412 6625 1.5 christos #, c-format 6626 1.5 christos msgid " --prefix=PREFIX Add PREFIX to absolute paths for -S\n" 6627 1.5 christos msgstr " --prefix= -S\n" 6628 1.5 christos 6629 1.7 christos #: objdump.c:414 6630 1.5 christos #, c-format 6631 1.5 christos msgid " --prefix-strip=LEVEL Strip initial directory names for -S\n" 6632 1.5 christos msgstr " --prefix-strip= -S\n" 6633 1.5 christos 6634 1.7 christos #: objdump.c:416 6635 1.5 christos #, c-format 6636 1.5 christos msgid " --dwarf-depth=N Do not display DIEs at depth N or greater\n" 6637 1.5 christos msgstr " --dwarf-depth=N DIE- N \n" 6638 1.5 christos 6639 1.7 christos #: objdump.c:418 6640 1.5 christos #, c-format 6641 1.5 christos msgid " --dwarf-start=N Display DIEs starting at offset N\n" 6642 1.5 christos msgstr " --dwarf-start=N DIE N\n" 6643 1.5 christos 6644 1.7 christos #: objdump.c:420 6645 1.5 christos #, c-format 6646 1.5 christos msgid " --dwarf-check Make additional dwarf consistency checks.\n" 6647 1.5 christos msgstr " --dwarf-check dwarf .\n" 6648 1.5 christos 6649 1.7 christos #: objdump.c:423 6650 1.5 christos #, c-format 6651 1.5 christos msgid " --ctf-parent=NAME Use CTF archive member NAME as the CTF parent\n" 6652 1.5 christos msgstr " --ctf-parent= CTF CTF-\n" 6653 1.5 christos 6654 1.7 christos #: objdump.c:426 6655 1.5 christos #, c-format 6656 1.5 christos msgid " --visualize-jumps Visualize jumps by drawing ASCII art lines\n" 6657 1.5 christos msgstr " --visualize-jumps \n" 6658 1.5 christos 6659 1.7 christos #: objdump.c:428 6660 1.5 christos #, c-format 6661 1.5 christos msgid " --visualize-jumps=color Use colors in the ASCII art\n" 6662 1.5 christos msgstr " --visualize-jumps= \n" 6663 1.5 christos 6664 1.7 christos #: objdump.c:430 6665 1.5 christos #, c-format 6666 1.5 christos msgid "" 6667 1.5 christos " --visualize-jumps=extended-color\n" 6668 1.5 christos " Use extended 8-bit color codes\n" 6669 1.5 christos msgstr "" 6670 1.5 christos " --visualize-jumps=-\n" 6671 1.5 christos " 8- \n" 6672 1.5 christos 6673 1.7 christos #: objdump.c:433 6674 1.7 christos #, c-format 6675 1.7 christos msgid " --visualize-jumps=off Disable jump visualization\n" 6676 1.7 christos msgstr " --visualize-jumps=off \n" 6677 1.7 christos 6678 1.7 christos #: objdump.c:436 6679 1.7 christos #, c-format 6680 1.7 christos msgid " --disassembler-color=off Disable disassembler color output.\n" 6681 1.7 christos msgstr " --disassembler-color=off .\n" 6682 1.7 christos 6683 1.7 christos #: objdump.c:438 6684 1.7 christos #, c-format 6685 1.7 christos msgid " --disassembler-color=terminal Enable disassembler color output if displaying on a terminal. (default)\n" 6686 1.7 christos msgstr " --disassembler-color=terminal . ()\n" 6687 1.7 christos 6688 1.7 christos #: objdump.c:441 6689 1.7 christos #, c-format 6690 1.7 christos msgid " --disassembler-color=off Disable disassembler color output. (default)\n" 6691 1.7 christos msgstr " --disassembler-color=off . ()\n" 6692 1.7 christos 6693 1.7 christos #: objdump.c:443 6694 1.5 christos #, c-format 6695 1.7 christos msgid " --disassembler-color=terminal Enable disassembler color output if displaying on a terminal.\n" 6696 1.7 christos msgstr " --disassembler-color=terminal .\n" 6697 1.5 christos 6698 1.7 christos #: objdump.c:446 6699 1.7 christos #, c-format 6700 1.7 christos msgid " --disassembler-color=on Enable disassembler color output.\n" 6701 1.7 christos msgstr " --disassembler-color=on .\n" 6702 1.6 christos 6703 1.7 christos #: objdump.c:448 6704 1.6 christos #, c-format 6705 1.6 christos msgid "" 6706 1.7 christos " --disassembler-color=extended Use 8-bit colors in disassembler output.\n" 6707 1.6 christos "\n" 6708 1.6 christos msgstr "" 6709 1.7 christos " --disassembler-color=extended 8- .\n" 6710 1.7 christos "\n" 6711 1.6 christos 6712 1.7 christos #: objdump.c:459 6713 1.5 christos #, c-format 6714 1.5 christos msgid "" 6715 1.5 christos "\n" 6716 1.5 christos "Options supported for -P/--private switch:\n" 6717 1.5 christos msgstr "" 6718 1.5 christos "\n" 6719 1.5 christos " -P/--private:\n" 6720 1.5 christos 6721 1.7 christos #: objdump.c:832 6722 1.5 christos #, c-format 6723 1.5 christos msgid "section '%s' mentioned in a -j option, but not found in any input file" 6724 1.5 christos msgstr " %s -j, " 6725 1.5 christos 6726 1.7 christos #: objdump.c:990 6727 1.5 christos #, c-format 6728 1.5 christos msgid "Sections:\n" 6729 1.5 christos msgstr ":\n" 6730 1.5 christos 6731 1.7 christos #: objdump.c:996 6732 1.5 christos #, c-format 6733 1.5 christos msgid "Idx %-*s Size %-*s%-*sFile off Algn" 6734 1.5 christos msgstr "Idx %-*s %-*s%-*s " 6735 1.5 christos 6736 1.7 christos #: objdump.c:1002 6737 1.5 christos #, c-format 6738 1.5 christos msgid " Flags" 6739 1.5 christos msgstr " " 6740 1.5 christos 6741 1.7 christos #: objdump.c:1019 6742 1.5 christos #, c-format 6743 1.5 christos msgid "failed to read symbol table from: %s" 6744 1.5 christos msgstr " : %s" 6745 1.5 christos 6746 1.7 christos #: objdump.c:1021 objdump.c:5514 objdump.c:5566 6747 1.5 christos msgid "error message was" 6748 1.5 christos msgstr " " 6749 1.5 christos 6750 1.7 christos #: objdump.c:1050 6751 1.5 christos #, c-format 6752 1.5 christos msgid "%s: not a dynamic object" 6753 1.5 christos msgstr "%s: " 6754 1.5 christos 6755 1.7 christos #: objdump.c:1655 objdump.c:1720 6756 1.5 christos #, c-format 6757 1.5 christos msgid " (File Offset: 0x%lx)" 6758 1.5 christos msgstr " ( : 0x%lx)" 6759 1.5 christos 6760 1.7 christos #: objdump.c:2142 6761 1.5 christos #, c-format 6762 1.5 christos msgid "source file %s is more recent than object file\n" 6763 1.5 christos msgstr " %s \n" 6764 1.5 christos 6765 1.7 christos #: objdump.c:2511 6766 1.7 christos msgid "disassembly color not correctly selected" 6767 1.7 christos msgstr " " 6768 1.7 christos 6769 1.7 christos #: objdump.c:3385 6770 1.5 christos #, c-format 6771 1.5 christos msgid "\t... (skipping %lu zeroes, resuming at file offset: 0x%lx)\n" 6772 1.5 christos msgstr "\t... ( %lu , : 0x%lx)\n" 6773 1.5 christos 6774 1.7 christos #: objdump.c:3524 6775 1.5 christos #, c-format 6776 1.5 christos msgid "disassemble_fn returned length %d" 6777 1.5 christos msgstr "disassemble_fn %d" 6778 1.5 christos 6779 1.7 christos #: objdump.c:3861 objdump.c:5131 6780 1.5 christos #, c-format 6781 1.5 christos msgid "Reading section %s failed because: %s" 6782 1.5 christos msgstr " %s : %s" 6783 1.5 christos 6784 1.7 christos #: objdump.c:3877 6785 1.5 christos #, c-format 6786 1.5 christos msgid "" 6787 1.5 christos "\n" 6788 1.5 christos "Disassembly of section %s:\n" 6789 1.5 christos msgstr "" 6790 1.5 christos "\n" 6791 1.5 christos " %s:\n" 6792 1.5 christos 6793 1.7 christos #: objdump.c:4188 6794 1.5 christos #, c-format 6795 1.5 christos msgid "can't use supplied machine %s" 6796 1.5 christos msgstr " %s" 6797 1.5 christos 6798 1.7 christos #: objdump.c:4211 6799 1.5 christos #, c-format 6800 1.5 christos msgid "can't disassemble for architecture %s\n" 6801 1.5 christos msgstr " %s\n" 6802 1.5 christos 6803 1.7 christos #: objdump.c:4304 6804 1.5 christos #, c-format 6805 1.5 christos msgid "" 6806 1.5 christos "\n" 6807 1.7 christos "Section '%s' has an invalid size: %#<PRIx64>.\n" 6808 1.5 christos msgstr "" 6809 1.5 christos "\n" 6810 1.7 christos " %s : %#<PRIx64>.\n" 6811 1.5 christos 6812 1.7 christos #: objdump.c:4353 6813 1.5 christos #, c-format 6814 1.5 christos msgid "" 6815 1.5 christos "\n" 6816 1.5 christos "Can't get contents for section '%s'.\n" 6817 1.5 christos msgstr "" 6818 1.5 christos "\n" 6819 1.5 christos " %s.\n" 6820 1.5 christos 6821 1.7 christos #: objdump.c:4516 6822 1.5 christos #, c-format 6823 1.5 christos msgid "File %s does not contain any dwarf debug information\n" 6824 1.5 christos msgstr " %s dwarf \n" 6825 1.5 christos 6826 1.7 christos #: objdump.c:4552 6827 1.5 christos #, c-format 6828 1.5 christos msgid "" 6829 1.5 christos "No %s section present\n" 6830 1.5 christos "\n" 6831 1.5 christos msgstr "" 6832 1.5 christos " %s \n" 6833 1.5 christos "\n" 6834 1.5 christos 6835 1.7 christos #: objdump.c:4561 6836 1.5 christos #, c-format 6837 1.5 christos msgid "reading %s section of %s failed: %s" 6838 1.7 christos msgstr " %s %s : %s" 6839 1.5 christos 6840 1.7 christos #: objdump.c:4599 6841 1.5 christos #, c-format 6842 1.5 christos msgid "" 6843 1.5 christos "Contents of %s section:\n" 6844 1.5 christos "\n" 6845 1.5 christos msgstr "" 6846 1.5 christos " %s:\n" 6847 1.5 christos "\n" 6848 1.5 christos 6849 1.7 christos #: objdump.c:4741 6850 1.5 christos #, c-format 6851 1.5 christos msgid "architecture: %s, " 6852 1.5 christos msgstr ": %s, " 6853 1.5 christos 6854 1.7 christos #: objdump.c:4744 6855 1.5 christos #, c-format 6856 1.5 christos msgid "flags 0x%08x:\n" 6857 1.5 christos msgstr " 0x%08x:\n" 6858 1.5 christos 6859 1.7 christos #: objdump.c:4757 6860 1.1 christos #, c-format 6861 1.1 christos msgid "" 6862 1.1 christos "\n" 6863 1.1 christos "start address 0x" 6864 1.1 christos msgstr "" 6865 1.1 christos "\n" 6866 1.1 christos " 0x" 6867 1.1 christos 6868 1.7 christos #: objdump.c:4803 readelf.c:16929 6869 1.5 christos #, c-format 6870 1.5 christos msgid "%s: %s" 6871 1.5 christos msgstr "%s: %s" 6872 1.5 christos 6873 1.7 christos #: objdump.c:4803 readelf.c:16929 6874 1.5 christos msgid "warning" 6875 1.5 christos msgstr "" 6876 1.5 christos 6877 1.7 christos #: objdump.c:4803 readelf.c:16929 6878 1.5 christos msgid "error" 6879 1.5 christos msgstr "" 6880 1.5 christos 6881 1.7 christos #: objdump.c:4809 readelf.c:16934 6882 1.5 christos #, c-format 6883 1.5 christos msgid "CTF error: cannot get CTF errors: `%s'" 6884 1.5 christos msgstr "CTF : CTF : %s" 6885 1.5 christos 6886 1.7 christos #: objdump.c:4833 readelf.c:16956 6887 1.5 christos #, c-format 6888 1.5 christos msgid "" 6889 1.5 christos "\n" 6890 1.5 christos "CTF archive member: %s:\n" 6891 1.5 christos msgstr "" 6892 1.5 christos "\n" 6893 1.5 christos " CTF : %s:\n" 6894 1.5 christos 6895 1.7 christos #: objdump.c:4853 6896 1.5 christos #, c-format 6897 1.5 christos msgid "Iteration failed: %s, %s" 6898 1.5 christos msgstr " : %s, %s" 6899 1.5 christos 6900 1.7 christos #: objdump.c:4899 objdump.c:4919 objdump.c:4932 6901 1.5 christos #, c-format 6902 1.5 christos msgid "CTF open failure: %s" 6903 1.5 christos msgstr " CTF: %s" 6904 1.5 christos 6905 1.7 christos #: objdump.c:4940 6906 1.5 christos #, c-format 6907 1.5 christos msgid "Contents of CTF section %s:\n" 6908 1.5 christos msgstr " CTF %s:\n" 6909 1.5 christos 6910 1.7 christos #: objdump.c:4947 6911 1.5 christos #, c-format 6912 1.5 christos msgid "CTF archive member open failure: %s" 6913 1.5 christos msgstr " CTF : %s" 6914 1.5 christos 6915 1.7 christos #: objdump.c:4998 readelf.c:17130 6916 1.7 christos #, c-format 6917 1.7 christos msgid "Contents of the SFrame section %s:" 6918 1.7 christos msgstr " SFrame %s:" 6919 1.7 christos 6920 1.7 christos #: objdump.c:5012 6921 1.5 christos #, c-format 6922 1.5 christos msgid "warning: private headers incomplete: %s" 6923 1.5 christos msgstr ": : %s" 6924 1.5 christos 6925 1.7 christos #: objdump.c:5030 6926 1.1 christos msgid "option -P/--private not supported by this file" 6927 1.1 christos msgstr " -P/--private " 6928 1.1 christos 6929 1.7 christos #: objdump.c:5054 6930 1.1 christos #, c-format 6931 1.1 christos msgid "target specific dump '%s' not supported" 6932 1.1 christos msgstr " %s " 6933 1.1 christos 6934 1.7 christos #: objdump.c:5120 6935 1.1 christos #, c-format 6936 1.1 christos msgid "Contents of section %s:" 6937 1.1 christos msgstr " %s:" 6938 1.1 christos 6939 1.7 christos #: objdump.c:5122 6940 1.1 christos #, c-format 6941 1.1 christos msgid " (Starting at file offset: 0x%lx)" 6942 1.1 christos msgstr " ( : 0x%lx)" 6943 1.1 christos 6944 1.7 christos #: objdump.c:5127 readelf.c:16627 6945 1.7 christos #, c-format 6946 1.7 christos msgid " NOTE: This section is compressed, but its contents have NOT been expanded for this dump.\n" 6947 1.7 christos msgstr " : , .\n" 6948 1.7 christos 6949 1.7 christos #: objdump.c:5235 6950 1.1 christos #, c-format 6951 1.1 christos msgid "no symbols\n" 6952 1.1 christos msgstr " \n" 6953 1.1 christos 6954 1.7 christos #: objdump.c:5242 6955 1.1 christos #, c-format 6956 1.1 christos msgid "no information for symbol number %ld\n" 6957 1.1 christos msgstr " %ld\n" 6958 1.1 christos 6959 1.7 christos #: objdump.c:5245 6960 1.1 christos #, c-format 6961 1.1 christos msgid "could not determine the type of symbol number %ld\n" 6962 1.1 christos msgstr " %ld\n" 6963 1.1 christos 6964 1.7 christos #: objdump.c:5512 objdump.c:5564 6965 1.5 christos #, c-format 6966 1.5 christos msgid "failed to read relocs in: %s" 6967 1.5 christos msgstr " : %s" 6968 1.5 christos 6969 1.7 christos #: objdump.c:5695 6970 1.1 christos #, c-format 6971 1.1 christos msgid "" 6972 1.1 christos "\n" 6973 1.1 christos "%s: file format %s\n" 6974 1.1 christos msgstr "" 6975 1.1 christos "\n" 6976 1.1 christos "%s: %s\n" 6977 1.1 christos 6978 1.7 christos #: objdump.c:5808 6979 1.1 christos #, c-format 6980 1.1 christos msgid "%s: printing debugging information failed" 6981 1.1 christos msgstr "%s: " 6982 1.1 christos 6983 1.7 christos #: objdump.c:5895 6984 1.1 christos #, c-format 6985 1.1 christos msgid "In archive %s:\n" 6986 1.1 christos msgstr " %s:\n" 6987 1.1 christos 6988 1.5 christos #. Prevent corrupted files from spinning us into an 6989 1.5 christos #. infinite loop. 100 is an arbitrary heuristic. 6990 1.7 christos #: objdump.c:5900 6991 1.5 christos msgid "Archive nesting is too deep" 6992 1.5 christos msgstr " " 6993 1.5 christos 6994 1.7 christos #: objdump.c:5905 6995 1.1 christos #, c-format 6996 1.1 christos msgid "In nested archive %s:\n" 6997 1.1 christos msgstr " %s:\n" 6998 1.1 christos 6999 1.7 christos #: objdump.c:6055 7000 1.1 christos msgid "error: the start address should be before the end address" 7001 1.1 christos msgstr ": " 7002 1.1 christos 7003 1.7 christos #: objdump.c:6060 7004 1.1 christos msgid "error: the stop address should be after the start address" 7005 1.1 christos msgstr ": " 7006 1.1 christos 7007 1.7 christos #: objdump.c:6072 7008 1.1 christos msgid "error: prefix strip must be non-negative" 7009 1.1 christos msgstr ": -" 7010 1.1 christos 7011 1.7 christos #: objdump.c:6077 7012 1.7 christos msgid "error: instruction width must be in the range 1 to " 7013 1.7 christos msgstr ": 1 " 7014 1.1 christos 7015 1.7 christos #: objdump.c:6100 7016 1.5 christos msgid "unrecognized argument to --visualize-option" 7017 1.5 christos msgstr " --visualize-option" 7018 1.5 christos 7019 1.7 christos #: objdump.c:6120 7020 1.6 christos msgid "unrecognized argument to --disassembler-color" 7021 1.7 christos msgstr " --disassembler-color" 7022 1.6 christos 7023 1.7 christos #: objdump.c:6131 7024 1.1 christos msgid "unrecognized -E option" 7025 1.1 christos msgstr " -E" 7026 1.1 christos 7027 1.7 christos #: objdump.c:6142 7028 1.1 christos #, c-format 7029 1.1 christos msgid "unrecognized --endian type `%s'" 7030 1.1 christos msgstr " --endian %s" 7031 1.1 christos 7032 1.7 christos #: od-elf32_avr.c:55 7033 1.5 christos #, c-format 7034 1.5 christos msgid "" 7035 1.5 christos "For AVR ELF files:\n" 7036 1.7 christos " mem-usage Display memory usage\n" 7037 1.7 christos " avr-prop Display contents of .avr.prop section\n" 7038 1.7 christos " avr-deviceinfo Display contents of .note.gnu.avr.deviceinfo section\n" 7039 1.5 christos msgstr "" 7040 1.7 christos " AVR ELF :\n" 7041 1.7 christos " mem-usage \n" 7042 1.7 christos " avr-prop .avr.prop\n" 7043 1.7 christos " avr-deviceinfo .note.gnu.avr.deviceinfo\n" 7044 1.5 christos 7045 1.7 christos #: od-elf32_avr.c:190 7046 1.5 christos #, c-format 7047 1.7 christos msgid "Warning: section %s has a negative size of %ld bytes, saturating to 0 bytes\n" 7048 1.7 christos msgstr ": %s %ld , 0 \n" 7049 1.5 christos 7050 1.7 christos #: od-elf32_avr.c:197 7051 1.5 christos #, c-format 7052 1.7 christos msgid "Warning: section %s has an impossible size of %lu bytes, truncating to %lu bytes\n" 7053 1.7 christos msgstr ": %s %lu , %lu \n" 7054 1.5 christos 7055 1.7 christos #: od-macho.c:75 7056 1.1 christos #, c-format 7057 1.1 christos msgid "" 7058 1.1 christos "For Mach-O files:\n" 7059 1.5 christos " header Display the file header\n" 7060 1.5 christos " section Display the segments and sections commands\n" 7061 1.5 christos " map Display the section map\n" 7062 1.5 christos " load Display the load commands\n" 7063 1.5 christos " dysymtab Display the dynamic symbol table\n" 7064 1.5 christos " codesign Display code signature\n" 7065 1.5 christos " seg_split_info Display segment split info\n" 7066 1.5 christos " compact_unwind Display compact unwinding info\n" 7067 1.5 christos " function_starts Display start address of functions\n" 7068 1.5 christos " data_in_code Display data in code entries\n" 7069 1.5 christos " twolevel_hints Display the two-level namespace lookup hints table\n" 7070 1.5 christos " dyld_info Display dyld information\n" 7071 1.1 christos msgstr "" 7072 1.1 christos " -O :\n" 7073 1.5 christos " header \n" 7074 1.5 christos " section \n" 7075 1.5 christos " map \n" 7076 1.5 christos " load \n" 7077 1.5 christos " dysymtab \n" 7078 1.5 christos " codesign \n" 7079 1.5 christos " seg_split_info \n" 7080 1.5 christos " compact_unwind \n" 7081 1.5 christos " function_starts \n" 7082 1.5 christos " data_in_code \n" 7083 1.5 christos " twolevel_hints \n" 7084 1.5 christos " dyld_info dyld \n" 7085 1.1 christos 7086 1.7 christos #: od-macho.c:314 7087 1.1 christos msgid "Mach-O header:\n" 7088 1.1 christos msgstr "-O :\n" 7089 1.1 christos 7090 1.7 christos #: od-macho.c:315 7091 1.1 christos #, c-format 7092 1.1 christos msgid " magic : %08lx\n" 7093 1.1 christos msgstr " : %08lx\n" 7094 1.1 christos 7095 1.7 christos #: od-macho.c:316 7096 1.1 christos #, c-format 7097 1.1 christos msgid " cputype : %08lx (%s)\n" 7098 1.1 christos msgstr " _ : %08lx (%s)\n" 7099 1.1 christos 7100 1.7 christos #: od-macho.c:318 7101 1.1 christos #, c-format 7102 1.1 christos msgid " cpusubtype: %08lx\n" 7103 1.1 christos msgstr " : %08lx\n" 7104 1.1 christos 7105 1.7 christos #: od-macho.c:319 7106 1.1 christos #, c-format 7107 1.1 christos msgid " filetype : %08lx (%s)\n" 7108 1.1 christos msgstr " : %08lx (%s)\n" 7109 1.1 christos 7110 1.7 christos #: od-macho.c:322 7111 1.1 christos #, c-format 7112 1.1 christos msgid " ncmds : %08lx (%lu)\n" 7113 1.5 christos msgstr " _ : %08lx (%lu)\n" 7114 1.1 christos 7115 1.7 christos #: od-macho.c:323 7116 1.1 christos #, c-format 7117 1.5 christos msgid " sizeofcmds: %08lx (%lu)\n" 7118 1.5 christos msgstr " _: %08lx (%lu)\n" 7119 1.1 christos 7120 1.7 christos #: od-macho.c:324 7121 1.1 christos #, c-format 7122 1.1 christos msgid " flags : %08lx (" 7123 1.1 christos msgstr " : %08lx (" 7124 1.1 christos 7125 1.7 christos #: od-macho.c:326 7126 1.1 christos msgid ")\n" 7127 1.1 christos msgstr ")\n" 7128 1.1 christos 7129 1.7 christos #: od-macho.c:327 7130 1.1 christos #, c-format 7131 1.1 christos msgid " reserved : %08x\n" 7132 1.1 christos msgstr " : %08x\n" 7133 1.1 christos 7134 1.7 christos #: od-macho.c:346 7135 1.1 christos msgid "Segments and Sections:\n" 7136 1.1 christos msgstr " :\n" 7137 1.1 christos 7138 1.7 christos #: od-macho.c:347 7139 1.1 christos msgid " #: Segment name Section name Address\n" 7140 1.1 christos msgstr " #: \n" 7141 1.1 christos 7142 1.7 christos #: od-macho.c:989 7143 1.5 christos msgid "cannot read rebase dyld info" 7144 1.5 christos msgstr " dyld " 7145 1.5 christos 7146 1.7 christos #: od-macho.c:994 7147 1.5 christos msgid "cannot read bind dyld info" 7148 1.5 christos msgstr " dyld " 7149 1.5 christos 7150 1.7 christos #: od-macho.c:999 7151 1.5 christos msgid "cannot read weak bind dyld info" 7152 1.5 christos msgstr " dyld " 7153 1.5 christos 7154 1.7 christos #: od-macho.c:1004 7155 1.5 christos msgid "cannot read lazy bind dyld info" 7156 1.5 christos msgstr " dyld " 7157 1.5 christos 7158 1.7 christos #: od-macho.c:1009 7159 1.5 christos msgid "cannot read export symbols dyld info" 7160 1.5 christos msgstr " dyld " 7161 1.5 christos 7162 1.7 christos #: od-macho.c:1089 od-macho.c:1099 od-macho.c:1173 od-macho.c:1225 7163 1.1 christos #, c-format 7164 1.1 christos msgid " [bad block length]\n" 7165 1.1 christos msgstr " [ ]\n" 7166 1.1 christos 7167 1.7 christos #: od-macho.c:1093 7168 1.1 christos #, c-format 7169 1.5 christos msgid " %u index entry:\n" 7170 1.5 christos msgid_plural " %u index entries:\n" 7171 1.5 christos msgstr[0] " %u :\n" 7172 1.5 christos msgstr[1] " %u :\n" 7173 1.5 christos msgstr[2] " %u :\n" 7174 1.1 christos 7175 1.7 christos #: od-macho.c:1109 7176 1.1 christos #, c-format 7177 1.1 christos msgid " index entry %u: type: %08x, offset: %08x\n" 7178 1.5 christos msgstr " %u: : %08x, : %08x\n" 7179 1.1 christos 7180 1.7 christos #: od-macho.c:1180 7181 1.1 christos #, c-format 7182 1.1 christos msgid " version: %08x\n" 7183 1.5 christos msgstr " : %08x\n" 7184 1.1 christos 7185 1.7 christos #: od-macho.c:1181 7186 1.1 christos #, c-format 7187 1.1 christos msgid " flags: %08x\n" 7188 1.5 christos msgstr " : %08x\n" 7189 1.1 christos 7190 1.7 christos #: od-macho.c:1182 7191 1.1 christos #, c-format 7192 1.1 christos msgid " hash offset: %08x\n" 7193 1.5 christos msgstr " : %08x\n" 7194 1.1 christos 7195 1.7 christos #: od-macho.c:1184 7196 1.1 christos #, c-format 7197 1.1 christos msgid " ident offset: %08x (- %08x)\n" 7198 1.5 christos msgstr " : %08x (- %08x)\n" 7199 1.1 christos 7200 1.7 christos #: od-macho.c:1186 7201 1.1 christos #, c-format 7202 1.1 christos msgid " identity: %s\n" 7203 1.1 christos msgstr " : %s\n" 7204 1.1 christos 7205 1.7 christos #: od-macho.c:1187 7206 1.1 christos #, c-format 7207 1.1 christos msgid " nbr special slots: %08x (at offset %08x)\n" 7208 1.5 christos msgstr " . : %08x ( %08x)\n" 7209 1.1 christos 7210 1.7 christos #: od-macho.c:1190 7211 1.1 christos #, c-format 7212 1.1 christos msgid " nbr code slots: %08x\n" 7213 1.7 christos msgstr " . : %08x\n" 7214 1.7 christos 7215 1.7 christos #: od-macho.c:1191 7216 1.7 christos #, c-format 7217 1.7 christos msgid " code limit: %08x\n" 7218 1.7 christos msgstr " : %08x\n" 7219 1.7 christos 7220 1.7 christos #: od-macho.c:1192 7221 1.7 christos #, c-format 7222 1.7 christos msgid " hash size: %02x\n" 7223 1.7 christos msgstr " : %02x\n" 7224 1.7 christos 7225 1.7 christos #: od-macho.c:1193 7226 1.7 christos #, c-format 7227 1.7 christos msgid " hash type: %02x (%s)\n" 7228 1.7 christos msgstr " : %02x (%s)\n" 7229 1.7 christos 7230 1.7 christos #: od-macho.c:1196 7231 1.7 christos #, c-format 7232 1.7 christos msgid " spare1: %02x\n" 7233 1.7 christos msgstr " 1: %02x\n" 7234 1.7 christos 7235 1.7 christos #: od-macho.c:1197 7236 1.7 christos #, c-format 7237 1.7 christos msgid " page size: %02x\n" 7238 1.7 christos msgstr " : %02x\n" 7239 1.7 christos 7240 1.7 christos #: od-macho.c:1198 7241 1.7 christos #, c-format 7242 1.7 christos msgid " spare2: %08x\n" 7243 1.7 christos msgstr " 2: %08x\n" 7244 1.7 christos 7245 1.7 christos #: od-macho.c:1200 7246 1.7 christos #, c-format 7247 1.7 christos msgid " scatter offset: %08x\n" 7248 1.7 christos msgstr " : %08x\n" 7249 1.7 christos 7250 1.7 christos #: od-macho.c:1212 7251 1.7 christos #, c-format 7252 1.7 christos msgid " [truncated block]\n" 7253 1.7 christos msgstr " [ ]\n" 7254 1.7 christos 7255 1.7 christos #: od-macho.c:1220 7256 1.7 christos #, c-format 7257 1.7 christos msgid " magic : %08x (%s)\n" 7258 1.7 christos msgstr " : %08x (%s)\n" 7259 1.7 christos 7260 1.7 christos #: od-macho.c:1222 7261 1.7 christos #, c-format 7262 1.7 christos msgid " length: %08x\n" 7263 1.7 christos msgstr " : %08x\n" 7264 1.7 christos 7265 1.7 christos #: od-macho.c:1253 7266 1.7 christos msgid "cannot read code signature data" 7267 1.7 christos msgstr " " 7268 1.7 christos 7269 1.7 christos #: od-macho.c:1281 7270 1.7 christos msgid "cannot read segment split info" 7271 1.7 christos msgstr " " 7272 1.7 christos 7273 1.7 christos #: od-macho.c:1287 7274 1.7 christos msgid "segment split info is not nul terminated" 7275 1.7 christos msgstr " " 7276 1.7 christos 7277 1.7 christos #: od-macho.c:1295 7278 1.7 christos #, c-format 7279 1.7 christos msgid " 32 bit pointers:\n" 7280 1.7 christos msgstr " 32 :\n" 7281 1.7 christos 7282 1.7 christos #: od-macho.c:1298 7283 1.7 christos #, c-format 7284 1.7 christos msgid " 64 bit pointers:\n" 7285 1.7 christos msgstr " 64 :\n" 7286 1.7 christos 7287 1.7 christos #: od-macho.c:1301 7288 1.7 christos #, c-format 7289 1.7 christos msgid " PPC hi-16:\n" 7290 1.7 christos msgstr " hi-16:\n" 7291 1.7 christos 7292 1.7 christos #: od-macho.c:1304 7293 1.7 christos #, c-format 7294 1.7 christos msgid " Unhandled location type %u\n" 7295 1.7 christos msgstr " %u\n" 7296 1.7 christos 7297 1.7 christos #: od-macho.c:1328 7298 1.7 christos msgid "cannot read function starts" 7299 1.7 christos msgstr " " 7300 1.7 christos 7301 1.7 christos #: od-macho.c:1392 7302 1.7 christos msgid "cannot read data_in_code" 7303 1.7 christos msgstr " data_in_code" 7304 1.7 christos 7305 1.7 christos #: od-macho.c:1430 7306 1.7 christos msgid "cannot read twolevel hints" 7307 1.7 christos msgstr " " 7308 1.7 christos 7309 1.7 christos #: od-macho.c:1498 7310 1.7 christos msgid "cannot read build tools" 7311 1.7 christos msgstr " " 7312 1.7 christos 7313 1.7 christos #: od-pe.c:215 7314 1.7 christos #, c-format 7315 1.7 christos msgid "" 7316 1.7 christos "For PE files:\n" 7317 1.7 christos " header Display the file header\n" 7318 1.7 christos " sections Display the section headers\n" 7319 1.7 christos msgstr "" 7320 1.7 christos " PE :\n" 7321 1.7 christos " header \n" 7322 1.7 christos " sections \n" 7323 1.7 christos 7324 1.7 christos #: od-pe.c:268 7325 1.7 christos #, c-format 7326 1.7 christos msgid "unknown: 0x%x" 7327 1.7 christos msgstr ": 0x%x" 7328 1.7 christos 7329 1.7 christos #: od-pe.c:284 7330 1.7 christos #, c-format 7331 1.7 christos msgid "" 7332 1.7 christos "\n" 7333 1.7 christos " File header not present\n" 7334 1.7 christos msgstr "" 7335 1.7 christos "\n" 7336 1.7 christos " \n" 7337 1.7 christos 7338 1.7 christos #: od-pe.c:287 7339 1.7 christos #, c-format 7340 1.7 christos msgid "" 7341 1.7 christos "\n" 7342 1.7 christos " File Header (at offset 0):\n" 7343 1.7 christos msgstr "" 7344 1.7 christos "\n" 7345 1.7 christos " ( 0):\n" 7346 1.7 christos 7347 1.7 christos #: od-pe.c:293 7348 1.7 christos #, c-format 7349 1.7 christos msgid "Bytes on Last Page:\t\t%d\n" 7350 1.7 christos msgstr " :\t\t%d\n" 7351 1.7 christos 7352 1.7 christos #: od-pe.c:296 7353 1.7 christos #, c-format 7354 1.7 christos msgid "Pages In File:\t\t\t%d\n" 7355 1.7 christos msgstr " :\t\t\t%d\n" 7356 1.7 christos 7357 1.7 christos #: od-pe.c:299 7358 1.7 christos #, c-format 7359 1.7 christos msgid "Relocations:\t\t\t%d\n" 7360 1.7 christos msgstr ":\t\t\t%d\n" 7361 1.7 christos 7362 1.7 christos #: od-pe.c:302 7363 1.7 christos #, c-format 7364 1.7 christos msgid "Size of header in paragraphs:\t%d\n" 7365 1.7 christos msgstr " :\t%d\n" 7366 1.7 christos 7367 1.7 christos #: od-pe.c:305 7368 1.7 christos #, c-format 7369 1.7 christos msgid "Min extra paragraphs needed:\t%d\n" 7370 1.7 christos msgstr " :\t%d\n" 7371 1.7 christos 7372 1.7 christos #: od-pe.c:308 7373 1.7 christos #, c-format 7374 1.7 christos msgid "Max extra paragraphs needed:\t%d\n" 7375 1.7 christos msgstr " :\t%d\n" 7376 1.7 christos 7377 1.7 christos #: od-pe.c:311 7378 1.7 christos #, c-format 7379 1.7 christos msgid "Initial (relative) SS value:\t%d\n" 7380 1.7 christos msgstr " () SS :\t%d\n" 7381 1.7 christos 7382 1.7 christos #: od-pe.c:314 7383 1.7 christos #, c-format 7384 1.7 christos msgid "Initial SP value:\t\t%d\n" 7385 1.7 christos msgstr " SP :\t\t%d\n" 7386 1.7 christos 7387 1.7 christos #: od-pe.c:317 7388 1.7 christos #, c-format 7389 1.7 christos msgid "Checksum:\t\t\t%#x\n" 7390 1.7 christos msgstr " :\t\t\t%#x\n" 7391 1.7 christos 7392 1.7 christos #: od-pe.c:320 7393 1.7 christos #, c-format 7394 1.7 christos msgid "Initial IP value:\t\t%d\n" 7395 1.7 christos msgstr " IP :\t\t%d\n" 7396 1.7 christos 7397 1.7 christos #: od-pe.c:323 7398 1.7 christos #, c-format 7399 1.7 christos msgid "Initial (relative) CS value:\t%d\n" 7400 1.7 christos msgstr " () CS :\t%d\n" 7401 1.7 christos 7402 1.7 christos #: od-pe.c:326 7403 1.7 christos #, c-format 7404 1.7 christos msgid "File address of reloc table:\t%d\n" 7405 1.7 christos msgstr " :\t%d\n" 7406 1.7 christos 7407 1.7 christos #: od-pe.c:329 7408 1.7 christos #, c-format 7409 1.7 christos msgid "Overlay number:\t\t\t%d\n" 7410 1.7 christos msgstr " :\t\t\t%d\n" 7411 1.7 christos 7412 1.7 christos #: od-pe.c:332 7413 1.7 christos #, c-format 7414 1.7 christos msgid "OEM identifier:\t\t\t%d\n" 7415 1.7 christos msgstr "OEM :\t\t\t%d\n" 7416 1.7 christos 7417 1.7 christos #: od-pe.c:335 7418 1.7 christos #, c-format 7419 1.7 christos msgid "OEM information:\t\t%#x\n" 7420 1.7 christos msgstr "OEM :\t\t%#x\n" 7421 1.7 christos 7422 1.7 christos #: od-pe.c:338 7423 1.7 christos #, c-format 7424 1.7 christos msgid "File address of new exe header:\t%#lx\n" 7425 1.7 christos msgstr " exe :\t%#lx\n" 7426 1.7 christos 7427 1.7 christos #: od-pe.c:369 7428 1.7 christos #, c-format 7429 1.7 christos msgid "Stub message:\t\t\t" 7430 1.7 christos msgstr " :\t\t\t" 7431 1.7 christos 7432 1.7 christos #: od-pe.c:383 7433 1.7 christos #, c-format 7434 1.7 christos msgid "" 7435 1.7 christos "\n" 7436 1.7 christos " Image Header (at offset %#lx):\n" 7437 1.7 christos msgstr "" 7438 1.7 christos "\n" 7439 1.7 christos " ( %#lx):\n" 7440 1.7 christos 7441 1.7 christos #: od-pe.c:391 7442 1.7 christos #, c-format 7443 1.7 christos msgid "Machine Number:\t\t\t%#x\t\t- %s\n" 7444 1.7 christos msgstr " :\t\t\t%#x\t\t- %s\n" 7445 1.7 christos 7446 1.7 christos #: od-pe.c:394 7447 1.7 christos #, c-format 7448 1.7 christos msgid "Number of sections:\t\t\\%d\n" 7449 1.7 christos msgstr " :\t\t\\%d\n" 7450 1.7 christos 7451 1.7 christos #: od-pe.c:397 7452 1.7 christos #, c-format 7453 1.7 christos msgid "Time/Date:\t\t\t%#08lx\t- " 7454 1.7 christos msgstr "/:\t\t\t%#08lx\t- " 7455 1.7 christos 7456 1.7 christos #: od-pe.c:399 od-xcoff.c:422 readelf.c:21727 7457 1.7 christos #, c-format 7458 1.7 christos msgid "not set\n" 7459 1.7 christos msgstr " \n" 7460 1.7 christos 7461 1.7 christos #: od-pe.c:407 7462 1.7 christos #, c-format 7463 1.7 christos msgid "Symbol table offset:\t\t%#08lx\n" 7464 1.7 christos msgstr " :\t\t%#08lx\n" 7465 1.7 christos 7466 1.7 christos #: od-pe.c:409 7467 1.7 christos #, c-format 7468 1.7 christos msgid "Number of symbols:\t\t\\%ld\n" 7469 1.7 christos msgstr " :\t\t\\%ld\n" 7470 1.7 christos 7471 1.7 christos #: od-pe.c:413 7472 1.7 christos #, c-format 7473 1.7 christos msgid "Optional header size:\t\t%#x\n" 7474 1.7 christos msgstr " :\t\t%#x\n" 7475 1.7 christos 7476 1.7 christos #: od-pe.c:416 7477 1.7 christos #, c-format 7478 1.7 christos msgid "Flags:\t\t\t\t0x%04x\t\t- " 7479 1.7 christos msgstr ":\t\t\t\t0x%04x\t\t- " 7480 1.7 christos 7481 1.7 christos #: od-pe.c:424 7482 1.7 christos #, c-format 7483 1.7 christos msgid "" 7484 1.7 christos "\n" 7485 1.7 christos " Optional 64-bit AOUT Header (at offset %#lx):\n" 7486 1.7 christos msgstr "" 7487 1.7 christos "\n" 7488 1.7 christos " AOUT 64- ( %#lx):\n" 7489 1.7 christos 7490 1.7 christos #: od-pe.c:431 7491 1.7 christos #, c-format 7492 1.7 christos msgid "error: unable to read AOUT and PE+ headers\n" 7493 1.7 christos msgstr ": AOUT PE+ \n" 7494 1.7 christos 7495 1.7 christos #: od-pe.c:435 od-pe.c:537 7496 1.7 christos #, c-format 7497 1.7 christos msgid "Magic:\t\t\t\t%x\t\t- %s\n" 7498 1.7 christos msgstr ":\t\t\t\t%x\t\t- %s\n" 7499 1.7 christos 7500 1.7 christos #: od-pe.c:436 od-pe.c:538 readelf.c:19576 readelf.c:19645 7501 1.7 christos msgid "Unknown" 7502 1.7 christos msgstr "" 7503 1.7 christos 7504 1.7 christos #: od-pe.c:438 od-pe.c:540 7505 1.7 christos #, c-format 7506 1.7 christos msgid "Linker Version:\t\t\t%x\t\t- %u.%02u\n" 7507 1.7 christos msgstr " :\t\t\t%x\t\t- %u.%02u\n" 7508 1.7 christos 7509 1.7 christos #: od-pe.c:443 od-pe.c:545 7510 1.7 christos #, c-format 7511 1.7 christos msgid "Text Size:\t\t\t%#lx\n" 7512 1.7 christos msgstr " :\t\t\t%#lx\n" 7513 1.7 christos 7514 1.7 christos #: od-pe.c:445 od-pe.c:547 7515 1.7 christos #, c-format 7516 1.7 christos msgid "Data Size:\t\t\t%#lx\n" 7517 1.7 christos msgstr " :\t\t\t%#lx\n" 7518 1.7 christos 7519 1.7 christos #: od-pe.c:447 od-pe.c:549 7520 1.7 christos #, c-format 7521 1.7 christos msgid "BSS Size:\t\t\t%#lx\n" 7522 1.7 christos msgstr "BSS :\t\t\t%#lx\n" 7523 1.7 christos 7524 1.7 christos #: od-pe.c:449 od-pe.c:551 7525 1.7 christos #, c-format 7526 1.7 christos msgid "Entry Point:\t\t\t%#lx\n" 7527 1.7 christos msgstr " :\t\t\t%#lx\n" 7528 1.7 christos 7529 1.7 christos #: od-pe.c:451 od-pe.c:553 7530 1.7 christos #, c-format 7531 1.7 christos msgid "Text Start:\t\t\t%#lx\n" 7532 1.7 christos msgstr " :\t\t\t%#lx\n" 7533 1.7 christos 7534 1.7 christos #. There is no data_start field in the PE+ standard header. 7535 1.7 christos #: od-pe.c:455 7536 1.7 christos #, c-format 7537 1.7 christos msgid "" 7538 1.7 christos "\n" 7539 1.7 christos " Optional PE+ Header (at offset %#lx):\n" 7540 1.7 christos msgstr "" 7541 1.7 christos "\n" 7542 1.7 christos " PE+ ( %#lx):\n" 7543 1.7 christos 7544 1.7 christos #: od-pe.c:458 od-pe.c:571 7545 1.7 christos #, c-format 7546 1.7 christos msgid "Image Base:\t\t\t%#lx\n" 7547 1.7 christos msgstr " :\t\t\t%#lx\n" 7548 1.7 christos 7549 1.7 christos #: od-pe.c:460 od-pe.c:573 7550 1.7 christos #, c-format 7551 1.7 christos msgid "Section Alignment:\t\t%#lx\n" 7552 1.7 christos msgstr " :\t\t%#lx\n" 7553 1.7 christos 7554 1.7 christos #: od-pe.c:462 od-pe.c:575 7555 1.7 christos #, c-format 7556 1.7 christos msgid "File Alignment:\t\t\t%#lx\n" 7557 1.7 christos msgstr " :\t\t\t%#lx\n" 7558 1.7 christos 7559 1.7 christos #: od-pe.c:465 od-pe.c:578 7560 1.7 christos #, c-format 7561 1.7 christos msgid "Image Version:\t\t\t%lx\t\t- %u.%02u\n" 7562 1.7 christos msgstr " :\t\t\t%lx\t\t- %u.%02u\n" 7563 1.7 christos 7564 1.7 christos #: od-pe.c:470 od-pe.c:583 7565 1.7 christos #, c-format 7566 1.7 christos msgid "Minimal Subsystem Version:\t%lx\t\t- %u.%02u\n" 7567 1.7 christos msgstr " :\t%lx\t\t- %u.%02u\n" 7568 1.7 christos 7569 1.7 christos #: od-pe.c:475 od-pe.c:588 7570 1.7 christos #, c-format 7571 1.7 christos msgid "Minimal OS Version:\t\t%lx\t\t- %u.%02u\n" 7572 1.7 christos msgstr " -:\t\t%lx\t\t- %u.%02u\n" 7573 1.7 christos 7574 1.7 christos #: od-pe.c:480 od-pe.c:593 7575 1.7 christos #, c-format 7576 1.7 christos msgid "Overwrite OS Version:\t\t%lx\t\t- " 7577 1.7 christos msgstr " - :\t\t%lx\t\t- " 7578 1.7 christos 7579 1.7 christos #: od-pe.c:483 od-pe.c:596 7580 1.7 christos #, c-format 7581 1.7 christos msgid "(default)\n" 7582 1.7 christos msgstr "()\n" 7583 1.7 christos 7584 1.7 christos #: od-pe.c:485 od-pe.c:598 7585 1.7 christos #, c-format 7586 1.7 christos msgid "%u.%02u (build %u, platform %s)\n" 7587 1.7 christos msgstr "%u.%02u ( %u, %s)\n" 7588 1.7 christos 7589 1.7 christos #: od-pe.c:491 od-pe.c:604 7590 1.7 christos #, c-format 7591 1.7 christos msgid "Size Of Image:\t\t\t%#lx\n" 7592 1.7 christos msgstr " :\t\t\t%#lx\n" 7593 1.7 christos 7594 1.7 christos #: od-pe.c:493 od-pe.c:606 7595 1.7 christos #, c-format 7596 1.7 christos msgid "Size Of Headers:\t\t%#lx\n" 7597 1.7 christos msgstr " :\t\t%#lx\n" 7598 1.7 christos 7599 1.7 christos #: od-pe.c:495 od-pe.c:608 7600 1.7 christos #, c-format 7601 1.7 christos msgid "CheckSum:\t\t\t%#lx\n" 7602 1.7 christos msgstr " :\t\t\t%#lx\n" 7603 1.7 christos 7604 1.7 christos #: od-pe.c:497 od-pe.c:610 7605 1.7 christos #, c-format 7606 1.7 christos msgid "Subsystem:\t\t\t%d\n" 7607 1.7 christos msgstr ":\t\t\t%d\n" 7608 1.7 christos 7609 1.7 christos #. FIXME: Decode the characteristics. 7610 1.7 christos #: od-pe.c:500 od-pe.c:613 7611 1.7 christos #, c-format 7612 1.7 christos msgid "DllCharacteristics:\t\t%#x\n" 7613 1.7 christos msgstr "Dll_:\t\t%#x\n" 7614 1.7 christos 7615 1.7 christos #: od-pe.c:502 od-pe.c:615 7616 1.7 christos #, c-format 7617 1.7 christos msgid "Size Of Stack Reserve:\t\t%#lx\n" 7618 1.7 christos msgstr " :\t\t%#lx\n" 7619 1.7 christos 7620 1.7 christos #: od-pe.c:504 od-pe.c:617 7621 1.7 christos #, c-format 7622 1.7 christos msgid "Size Of Stack Commit:\t\t%#lx\n" 7623 1.7 christos msgstr " :\t\t%#lx\n" 7624 1.7 christos 7625 1.7 christos #: od-pe.c:506 od-pe.c:619 7626 1.7 christos #, c-format 7627 1.7 christos msgid "Size Of Heap Reserve:\t\t%#lx\n" 7628 1.7 christos msgstr " :\t\t%#lx\n" 7629 1.7 christos 7630 1.7 christos #: od-pe.c:508 od-pe.c:621 7631 1.7 christos #, c-format 7632 1.7 christos msgid "Size Of Heap Commit:\t\t%#lx\n" 7633 1.7 christos msgstr " :\t\t%#lx\n" 7634 1.7 christos 7635 1.7 christos #: od-pe.c:510 od-pe.c:623 7636 1.7 christos #, c-format 7637 1.7 christos msgid "Loader Flags:\t\t\t%#lx\n" 7638 1.7 christos msgstr " :\t\t\t%#lx\n" 7639 1.7 christos 7640 1.7 christos #: od-pe.c:512 od-pe.c:625 7641 1.7 christos #, c-format 7642 1.7 christos msgid "Number Of Rva and Sizes:\t%#lx\n" 7643 1.7 christos msgstr " Rva :\t%#lx\n" 7644 1.7 christos 7645 1.7 christos #: od-pe.c:528 7646 1.7 christos #, c-format 7647 1.7 christos msgid "" 7648 1.7 christos "\n" 7649 1.7 christos " Optional 32-bit AOUT Header (at offset %#lx, size %d):\n" 7650 1.7 christos msgstr "" 7651 1.7 christos "\n" 7652 1.7 christos " AOUT 32- ( %#lx, %d):\n" 7653 1.7 christos 7654 1.7 christos #: od-pe.c:533 7655 1.7 christos #, c-format 7656 1.7 christos msgid "error: unable to seek to/read AOUT header\n" 7657 1.7 christos msgstr ": / AOUT \n" 7658 1.7 christos 7659 1.7 christos #: od-pe.c:555 7660 1.7 christos #, c-format 7661 1.7 christos msgid "Data Start:\t\t\t%#lx\n" 7662 1.7 christos msgstr " :\t\t\t%#lx\n" 7663 1.7 christos 7664 1.7 christos #: od-pe.c:562 7665 1.7 christos #, c-format 7666 1.7 christos msgid "" 7667 1.7 christos "\n" 7668 1.7 christos " Optional PE Header (at offset %#lx):\n" 7669 1.7 christos msgstr "" 7670 1.7 christos "\n" 7671 1.7 christos " PE ( %#lx):\n" 7672 1.7 christos 7673 1.7 christos #: od-pe.c:568 7674 1.7 christos #, c-format 7675 1.7 christos msgid "error: unable to seek to/read PE header\n" 7676 1.7 christos msgstr ": / PE \n" 7677 1.7 christos 7678 1.7 christos #: od-pe.c:633 7679 1.7 christos #, c-format 7680 1.7 christos msgid "" 7681 1.7 christos "\n" 7682 1.7 christos "Unsupported size of Optional Header\n" 7683 1.7 christos msgstr "" 7684 1.7 christos "\n" 7685 1.7 christos " \n" 7686 1.7 christos 7687 1.7 christos #: od-pe.c:636 7688 1.7 christos #, c-format 7689 1.7 christos msgid "" 7690 1.7 christos "\n" 7691 1.7 christos " Optional header not present\n" 7692 1.7 christos msgstr "" 7693 1.7 christos "\n" 7694 1.7 christos " \n" 7695 1.7 christos 7696 1.7 christos #: od-pe.c:645 7697 1.7 christos #, c-format 7698 1.7 christos msgid "Align: 8192 " 7699 1.7 christos msgstr ": 8192 " 7700 1.1 christos 7701 1.7 christos #: od-pe.c:647 7702 1.1 christos #, c-format 7703 1.7 christos msgid "Align: 4096 " 7704 1.7 christos msgstr ": 4096 " 7705 1.1 christos 7706 1.7 christos #: od-pe.c:649 7707 1.1 christos #, c-format 7708 1.7 christos msgid "Align: 2048 " 7709 1.7 christos msgstr ": 2048 " 7710 1.1 christos 7711 1.7 christos #: od-pe.c:651 7712 1.1 christos #, c-format 7713 1.7 christos msgid "Align: 1024 " 7714 1.7 christos msgstr ": 1024 " 7715 1.1 christos 7716 1.7 christos #: od-pe.c:653 7717 1.1 christos #, c-format 7718 1.7 christos msgid "Align: 512 " 7719 1.7 christos msgstr ": 512 " 7720 1.1 christos 7721 1.7 christos #: od-pe.c:655 7722 1.1 christos #, c-format 7723 1.7 christos msgid "Align: 256 " 7724 1.7 christos msgstr ": 256 " 7725 1.1 christos 7726 1.7 christos #: od-pe.c:657 7727 1.1 christos #, c-format 7728 1.7 christos msgid "Align: 128 " 7729 1.7 christos msgstr ": 128 " 7730 1.1 christos 7731 1.7 christos #: od-pe.c:659 7732 1.1 christos #, c-format 7733 1.7 christos msgid "Align: 64 " 7734 1.7 christos msgstr ": 64 " 7735 1.1 christos 7736 1.7 christos #: od-pe.c:661 7737 1.1 christos #, c-format 7738 1.7 christos msgid "Align: 32 " 7739 1.7 christos msgstr ": 32 " 7740 1.1 christos 7741 1.7 christos #: od-pe.c:663 7742 1.1 christos #, c-format 7743 1.7 christos msgid "Align: 16 " 7744 1.7 christos msgstr ": 16 " 7745 1.1 christos 7746 1.7 christos #: od-pe.c:665 7747 1.1 christos #, c-format 7748 1.7 christos msgid "Align: 8 " 7749 1.7 christos msgstr ": 8 " 7750 1.1 christos 7751 1.7 christos #: od-pe.c:667 7752 1.7 christos #, c-format 7753 1.7 christos msgid "Align: 4 " 7754 1.7 christos msgstr ": 4 " 7755 1.1 christos 7756 1.7 christos #: od-pe.c:669 7757 1.7 christos #, c-format 7758 1.7 christos msgid "Align: 2 " 7759 1.7 christos msgstr ": 2 " 7760 1.1 christos 7761 1.7 christos #: od-pe.c:671 7762 1.7 christos #, c-format 7763 1.7 christos msgid "Align: 1 " 7764 1.7 christos msgstr ": 1 " 7765 1.1 christos 7766 1.7 christos #: od-pe.c:673 7767 1.1 christos #, c-format 7768 1.7 christos msgid "Align: *unknown* " 7769 1.7 christos msgstr ": ** " 7770 1.1 christos 7771 1.7 christos #: od-pe.c:693 7772 1.1 christos #, c-format 7773 1.7 christos msgid "" 7774 1.7 christos "\n" 7775 1.7 christos "Section headers (at offset 0x%08x):\n" 7776 1.7 christos msgstr "" 7777 1.7 christos "\n" 7778 1.7 christos " ( 0x%08x):\n" 7779 1.1 christos 7780 1.7 christos #: od-pe.c:697 7781 1.1 christos #, c-format 7782 1.7 christos msgid " No section headers\n" 7783 1.7 christos msgstr " \n" 7784 1.7 christos 7785 1.7 christos #: od-pe.c:702 7786 1.7 christos msgid "cannot seek to section headers start\n" 7787 1.7 christos msgstr " \n" 7788 1.7 christos 7789 1.7 christos #: od-pe.c:720 od-xcoff.c:535 od-xcoff.c:547 od-xcoff.c:602 7790 1.7 christos msgid "cannot read section header" 7791 1.7 christos msgstr " " 7792 1.1 christos 7793 1.7 christos #: od-pe.c:737 7794 1.1 christos #, c-format 7795 1.7 christos msgid " %08x " 7796 1.7 christos msgstr " %08x " 7797 1.1 christos 7798 1.7 christos #: od-pe.c:739 7799 1.7 christos #, c-format 7800 1.7 christos msgid "" 7801 1.7 christos "\n" 7802 1.7 christos " Flags: %08x: " 7803 1.7 christos msgstr "" 7804 1.7 christos "\n" 7805 1.7 christos " : %08x " 7806 1.5 christos 7807 1.7 christos #: od-pe.c:779 7808 1.7 christos msgid "cannot seek to/read file header" 7809 1.7 christos msgstr " / " 7810 1.5 christos 7811 1.7 christos #: od-pe.c:799 7812 1.7 christos #, c-format 7813 1.7 christos msgid "cannot seek to/read image header at offset %#x" 7814 1.7 christos msgstr " / %#x" 7815 1.5 christos 7816 1.7 christos #: od-pe.c:822 7817 1.7 christos msgid "cannot seek to/read image header" 7818 1.7 christos msgstr " / " 7819 1.5 christos 7820 1.7 christos #: od-xcoff.c:78 7821 1.1 christos #, c-format 7822 1.1 christos msgid "" 7823 1.1 christos "For XCOFF files:\n" 7824 1.1 christos " header Display the file header\n" 7825 1.1 christos " aout Display the auxiliary header\n" 7826 1.1 christos " sections Display the section headers\n" 7827 1.1 christos " syms Display the symbols table\n" 7828 1.1 christos " relocs Display the relocation entries\n" 7829 1.1 christos " lineno Display the line number entries\n" 7830 1.1 christos " loader Display loader section\n" 7831 1.1 christos " except Display exception table\n" 7832 1.1 christos " typchk Display type-check section\n" 7833 1.1 christos " traceback Display traceback tags\n" 7834 1.1 christos " toc Display toc symbols\n" 7835 1.1 christos " ldinfo Display loader info in core files\n" 7836 1.1 christos msgstr "" 7837 1.1 christos " :\n" 7838 1.1 christos " header \n" 7839 1.1 christos " aout \n" 7840 1.1 christos " sections \n" 7841 1.1 christos " syms \n" 7842 1.1 christos " relocs \n" 7843 1.1 christos " lineno \n" 7844 1.1 christos " loader \n" 7845 1.1 christos " except \n" 7846 1.1 christos " typchk \n" 7847 1.1 christos " traceback \n" 7848 1.1 christos " toc \n" 7849 1.1 christos " ldinfo \n" 7850 1.1 christos 7851 1.7 christos #: od-xcoff.c:419 7852 1.1 christos #, c-format 7853 1.1 christos msgid " nbr sections: %d\n" 7854 1.1 christos msgstr " : %d\n" 7855 1.1 christos 7856 1.7 christos #: od-xcoff.c:420 7857 1.1 christos #, c-format 7858 1.1 christos msgid " time and date: 0x%08x - " 7859 1.5 christos msgstr " : 0x%08x " 7860 1.1 christos 7861 1.7 christos #: od-xcoff.c:429 7862 1.1 christos #, c-format 7863 1.1 christos msgid " symbols off: 0x%08x\n" 7864 1.1 christos msgstr " . : 0x%08x\n" 7865 1.1 christos 7866 1.7 christos #: od-xcoff.c:430 7867 1.1 christos #, c-format 7868 1.1 christos msgid " nbr symbols: %d\n" 7869 1.1 christos msgstr " : %d\n" 7870 1.1 christos 7871 1.7 christos #: od-xcoff.c:431 7872 1.1 christos #, c-format 7873 1.1 christos msgid " opt hdr sz: %d\n" 7874 1.1 christos msgstr " : %d\n" 7875 1.1 christos 7876 1.7 christos #: od-xcoff.c:432 7877 1.1 christos #, c-format 7878 1.1 christos msgid " flags: 0x%04x " 7879 1.1 christos msgstr " : 0x%04x " 7880 1.1 christos 7881 1.7 christos #: od-xcoff.c:446 7882 1.1 christos #, c-format 7883 1.1 christos msgid "Auxiliary header:\n" 7884 1.1 christos msgstr " :\n" 7885 1.1 christos 7886 1.7 christos #: od-xcoff.c:449 7887 1.1 christos #, c-format 7888 1.1 christos msgid " No aux header\n" 7889 1.1 christos msgstr " . \n" 7890 1.1 christos 7891 1.7 christos #: od-xcoff.c:454 7892 1.1 christos #, c-format 7893 1.1 christos msgid "warning: optional header size too large (> %d)\n" 7894 1.1 christos msgstr ": (> %d)\n" 7895 1.1 christos 7896 1.7 christos #: od-xcoff.c:460 7897 1.1 christos msgid "cannot read auxhdr" 7898 1.1 christos msgstr " " 7899 1.1 christos 7900 1.7 christos #: od-xcoff.c:525 7901 1.1 christos #, c-format 7902 1.1 christos msgid "Section headers (at %u+%u=0x%08x to 0x%08x):\n" 7903 1.1 christos msgstr " ( %u+%u=0x%08x 0x%08x):\n" 7904 1.1 christos 7905 1.7 christos #: od-xcoff.c:530 7906 1.1 christos #, c-format 7907 1.1 christos msgid " No section header\n" 7908 1.1 christos msgstr " \n" 7909 1.1 christos 7910 1.7 christos #: od-xcoff.c:561 7911 1.1 christos #, c-format 7912 1.1 christos msgid " Flags: %08x " 7913 1.1 christos msgstr " : %08x " 7914 1.1 christos 7915 1.7 christos #: od-xcoff.c:569 7916 1.1 christos #, c-format 7917 1.1 christos msgid "overflow - nreloc: %u, nlnno: %u\n" 7918 1.1 christos msgstr " .: %u, .: %u\n" 7919 1.1 christos 7920 1.7 christos #: od-xcoff.c:590 od-xcoff.c:925 od-xcoff.c:981 7921 1.1 christos msgid "cannot read section headers" 7922 1.1 christos msgstr " " 7923 1.1 christos 7924 1.7 christos #: od-xcoff.c:649 7925 1.1 christos msgid "cannot read strings table length" 7926 1.1 christos msgstr " " 7927 1.1 christos 7928 1.7 christos #: od-xcoff.c:665 7929 1.1 christos msgid "cannot read strings table" 7930 1.1 christos msgstr " " 7931 1.1 christos 7932 1.7 christos #: od-xcoff.c:673 7933 1.1 christos msgid "cannot read symbol table" 7934 1.1 christos msgstr " " 7935 1.1 christos 7936 1.7 christos #: od-xcoff.c:688 7937 1.1 christos msgid "cannot read symbol entry" 7938 1.1 christos msgstr " " 7939 1.1 christos 7940 1.7 christos #: od-xcoff.c:723 7941 1.1 christos msgid "cannot read symbol aux entry" 7942 1.1 christos msgstr " " 7943 1.1 christos 7944 1.7 christos #: od-xcoff.c:745 7945 1.1 christos #, c-format 7946 1.1 christos msgid "Symbols table (strtable at 0x%08x)" 7947 1.1 christos msgstr " ( 0x%08x)" 7948 1.1 christos 7949 1.7 christos #: od-xcoff.c:750 7950 1.1 christos #, c-format 7951 1.1 christos msgid "" 7952 1.1 christos ":\n" 7953 1.1 christos " No symbols\n" 7954 1.1 christos msgstr "" 7955 1.1 christos ":\n" 7956 1.1 christos " \n" 7957 1.1 christos 7958 1.7 christos #: od-xcoff.c:756 7959 1.1 christos #, c-format 7960 1.1 christos msgid " (no strings):\n" 7961 1.1 christos msgstr " ( ):\n" 7962 1.1 christos 7963 1.7 christos #: od-xcoff.c:758 7964 1.1 christos #, c-format 7965 1.1 christos msgid " (strings size: %08x):\n" 7966 1.1 christos msgstr " ( : %08x):\n" 7967 1.1 christos 7968 1.1 christos #. Translators: 'sc' is for storage class, 'off' for offset. 7969 1.7 christos #: od-xcoff.c:772 7970 1.1 christos #, c-format 7971 1.1 christos msgid " # sc value section type aux name/off\n" 7972 1.1 christos msgstr " # /.\n" 7973 1.1 christos 7974 1.1 christos #. Section length, number of relocs and line number. 7975 1.7 christos #: od-xcoff.c:824 7976 1.1 christos #, c-format 7977 1.1 christos msgid " scnlen: %08x nreloc: %-6u nlinno: %-6u\n" 7978 1.1 christos msgstr " : %08x .: %-6u .: %-6u\n" 7979 1.1 christos 7980 1.1 christos #. Section length and number of relocs. 7981 1.7 christos #: od-xcoff.c:831 7982 1.1 christos #, c-format 7983 1.1 christos msgid " scnlen: %08x nreloc: %-6u\n" 7984 1.1 christos msgstr " : %08x .: %-6u\n" 7985 1.1 christos 7986 1.7 christos #: od-xcoff.c:894 7987 1.1 christos #, c-format 7988 1.1 christos msgid "offset: %08x" 7989 1.1 christos msgstr ": %08x" 7990 1.1 christos 7991 1.7 christos #: od-xcoff.c:937 7992 1.1 christos #, c-format 7993 1.1 christos msgid "Relocations for %s (%u)\n" 7994 1.1 christos msgstr " %s (%u)\n" 7995 1.1 christos 7996 1.7 christos #: od-xcoff.c:940 7997 1.1 christos msgid "cannot read relocations" 7998 1.1 christos msgstr " " 7999 1.1 christos 8000 1.7 christos #: od-xcoff.c:953 8001 1.1 christos msgid "cannot read relocation entry" 8002 1.1 christos msgstr " " 8003 1.1 christos 8004 1.7 christos #: od-xcoff.c:993 8005 1.1 christos #, c-format 8006 1.1 christos msgid "Line numbers for %s (%u)\n" 8007 1.1 christos msgstr " %s (%u)\n" 8008 1.1 christos 8009 1.7 christos #: od-xcoff.c:996 8010 1.1 christos msgid "cannot read line numbers" 8011 1.1 christos msgstr " " 8012 1.1 christos 8013 1.1 christos #. Line number, symbol index and physical address. 8014 1.7 christos #: od-xcoff.c:1000 8015 1.1 christos #, c-format 8016 1.1 christos msgid "lineno symndx/paddr\n" 8017 1.1 christos msgstr ". /\n" 8018 1.1 christos 8019 1.7 christos #: od-xcoff.c:1008 8020 1.1 christos msgid "cannot read line number entry" 8021 1.1 christos msgstr " " 8022 1.1 christos 8023 1.7 christos #: od-xcoff.c:1051 8024 1.1 christos #, c-format 8025 1.1 christos msgid "no .loader section in file\n" 8026 1.1 christos msgstr " .loader \n" 8027 1.1 christos 8028 1.7 christos #: od-xcoff.c:1057 8029 1.1 christos #, c-format 8030 1.1 christos msgid "section .loader is too short\n" 8031 1.1 christos msgstr " .loader \n" 8032 1.1 christos 8033 1.7 christos #: od-xcoff.c:1064 8034 1.1 christos #, c-format 8035 1.1 christos msgid "Loader header:\n" 8036 1.1 christos msgstr " :\n" 8037 1.1 christos 8038 1.7 christos #: od-xcoff.c:1066 8039 1.1 christos #, c-format 8040 1.1 christos msgid " version: %u\n" 8041 1.1 christos msgstr " : %u\n" 8042 1.1 christos 8043 1.7 christos #: od-xcoff.c:1069 8044 1.1 christos #, c-format 8045 1.1 christos msgid " Unhandled version\n" 8046 1.1 christos msgstr " \n" 8047 1.1 christos 8048 1.7 christos #: od-xcoff.c:1074 8049 1.1 christos #, c-format 8050 1.1 christos msgid " nbr symbols: %u\n" 8051 1.1 christos msgstr " . : %u\n" 8052 1.1 christos 8053 1.7 christos #: od-xcoff.c:1076 8054 1.1 christos #, c-format 8055 1.1 christos msgid " nbr relocs: %u\n" 8056 1.1 christos msgstr " . : %u\n" 8057 1.1 christos 8058 1.1 christos #. Import string table length. 8059 1.7 christos #: od-xcoff.c:1078 8060 1.1 christos #, c-format 8061 1.1 christos msgid " import strtab len: %u\n" 8062 1.1 christos msgstr " : %u\n" 8063 1.1 christos 8064 1.7 christos #: od-xcoff.c:1081 8065 1.1 christos #, c-format 8066 1.1 christos msgid " nbr import files: %u\n" 8067 1.1 christos msgstr " : %u\n" 8068 1.1 christos 8069 1.7 christos #: od-xcoff.c:1083 8070 1.1 christos #, c-format 8071 1.1 christos msgid " import file off: %u\n" 8072 1.1 christos msgstr " : %u\n" 8073 1.1 christos 8074 1.7 christos #: od-xcoff.c:1085 8075 1.1 christos #, c-format 8076 1.1 christos msgid " string table len: %u\n" 8077 1.1 christos msgstr " : %u\n" 8078 1.1 christos 8079 1.7 christos #: od-xcoff.c:1087 8080 1.1 christos #, c-format 8081 1.1 christos msgid " string table off: %u\n" 8082 1.1 christos msgstr " : %u\n" 8083 1.1 christos 8084 1.7 christos #: od-xcoff.c:1090 8085 1.1 christos #, c-format 8086 1.1 christos msgid "Dynamic symbols:\n" 8087 1.1 christos msgstr " :\n" 8088 1.1 christos 8089 1.7 christos #: od-xcoff.c:1097 8090 1.1 christos #, c-format 8091 1.1 christos msgid " %4u %08x %3u " 8092 1.1 christos msgstr " %4u %08x %3u " 8093 1.1 christos 8094 1.7 christos #: od-xcoff.c:1110 8095 1.1 christos #, c-format 8096 1.1 christos msgid " %3u %3u " 8097 1.1 christos msgstr " %3u %3u " 8098 1.1 christos 8099 1.7 christos #: od-xcoff.c:1119 8100 1.1 christos #, c-format 8101 1.1 christos msgid "(bad offset: %u)" 8102 1.1 christos msgstr "( : %u)" 8103 1.1 christos 8104 1.7 christos #: od-xcoff.c:1126 8105 1.1 christos #, c-format 8106 1.1 christos msgid "Dynamic relocs:\n" 8107 1.1 christos msgstr " :\n" 8108 1.1 christos 8109 1.7 christos #: od-xcoff.c:1166 8110 1.1 christos #, c-format 8111 1.1 christos msgid "Import files:\n" 8112 1.1 christos msgstr " :\n" 8113 1.1 christos 8114 1.7 christos #: od-xcoff.c:1198 8115 1.1 christos #, c-format 8116 1.1 christos msgid "no .except section in file\n" 8117 1.1 christos msgstr " .except \n" 8118 1.1 christos 8119 1.7 christos #: od-xcoff.c:1206 8120 1.1 christos #, c-format 8121 1.1 christos msgid "Exception table:\n" 8122 1.1 christos msgstr " :\n" 8123 1.1 christos 8124 1.7 christos #: od-xcoff.c:1241 8125 1.1 christos #, c-format 8126 1.1 christos msgid "no .typchk section in file\n" 8127 1.1 christos msgstr " .typchk \n" 8128 1.1 christos 8129 1.7 christos #: od-xcoff.c:1248 8130 1.1 christos #, c-format 8131 1.1 christos msgid "Type-check section:\n" 8132 1.1 christos msgstr " :\n" 8133 1.1 christos 8134 1.7 christos #: od-xcoff.c:1295 8135 1.1 christos #, c-format 8136 1.1 christos msgid " address beyond section size\n" 8137 1.1 christos msgstr " \n" 8138 1.1 christos 8139 1.7 christos #: od-xcoff.c:1305 8140 1.1 christos #, c-format 8141 1.1 christos msgid " tags at %08x\n" 8142 1.1 christos msgstr " %08x\n" 8143 1.1 christos 8144 1.7 christos #: od-xcoff.c:1383 8145 1.1 christos #, c-format 8146 1.1 christos msgid " number of CTL anchors: %u\n" 8147 1.1 christos msgstr " : %u\n" 8148 1.1 christos 8149 1.7 christos #: od-xcoff.c:1402 8150 1.1 christos #, c-format 8151 1.1 christos msgid " Name (len: %u): " 8152 1.1 christos msgstr " (: %u): " 8153 1.1 christos 8154 1.7 christos #: od-xcoff.c:1405 8155 1.1 christos #, c-format 8156 1.1 christos msgid "[truncated]\n" 8157 1.1 christos msgstr "[]\n" 8158 1.1 christos 8159 1.7 christos #: od-xcoff.c:1424 8160 1.1 christos #, c-format 8161 1.1 christos msgid " (end of tags at %08x)\n" 8162 1.1 christos msgstr " ( %08x)\n" 8163 1.1 christos 8164 1.7 christos #: od-xcoff.c:1427 8165 1.1 christos #, c-format 8166 1.1 christos msgid " no tags found\n" 8167 1.1 christos msgstr " \n" 8168 1.1 christos 8169 1.7 christos #: od-xcoff.c:1431 8170 1.1 christos #, c-format 8171 1.1 christos msgid " Truncated .text section\n" 8172 1.1 christos msgstr " .text \n" 8173 1.1 christos 8174 1.7 christos #: od-xcoff.c:1516 8175 1.1 christos #, c-format 8176 1.1 christos msgid "TOC:\n" 8177 1.1 christos msgstr ":\n" 8178 1.1 christos 8179 1.7 christos #: od-xcoff.c:1559 8180 1.1 christos #, c-format 8181 1.1 christos msgid "Nbr entries: %-8u Size: %08x (%u)\n" 8182 1.1 christos msgstr " : %-8u : %08x (%u)\n" 8183 1.1 christos 8184 1.7 christos #: od-xcoff.c:1643 8185 1.1 christos msgid "cannot read header" 8186 1.1 christos msgstr " " 8187 1.1 christos 8188 1.7 christos #: od-xcoff.c:1651 8189 1.1 christos #, c-format 8190 1.1 christos msgid "File header:\n" 8191 1.1 christos msgstr " :\n" 8192 1.1 christos 8193 1.7 christos #: od-xcoff.c:1652 8194 1.1 christos #, c-format 8195 1.1 christos msgid " magic: 0x%04x (0%04o) " 8196 1.1 christos msgstr " : 0x%04x (0%04o) " 8197 1.1 christos 8198 1.7 christos #: od-xcoff.c:1656 8199 1.1 christos #, c-format 8200 1.1 christos msgid "(WRMAGIC: writable text segments)" 8201 1.1 christos msgstr "(WRMAGIC: )" 8202 1.1 christos 8203 1.7 christos #: od-xcoff.c:1659 8204 1.1 christos #, c-format 8205 1.1 christos msgid "(ROMAGIC: readonly sharablee text segments)" 8206 1.1 christos msgstr "(ROMAGIC: )" 8207 1.1 christos 8208 1.7 christos #: od-xcoff.c:1662 8209 1.1 christos #, c-format 8210 1.1 christos msgid "(TOCMAGIC: readonly text segments and TOC)" 8211 1.1 christos msgstr "(TOCMAGIC: )" 8212 1.1 christos 8213 1.7 christos #: od-xcoff.c:1665 8214 1.1 christos #, c-format 8215 1.1 christos msgid "unknown magic" 8216 1.1 christos msgstr " " 8217 1.1 christos 8218 1.7 christos #: od-xcoff.c:1673 od-xcoff.c:1815 8219 1.1 christos #, c-format 8220 1.1 christos msgid " Unhandled magic\n" 8221 1.1 christos msgstr " \n" 8222 1.1 christos 8223 1.7 christos #: od-xcoff.c:1739 8224 1.1 christos msgid "cannot read loader info table" 8225 1.1 christos msgstr " " 8226 1.1 christos 8227 1.7 christos #: od-xcoff.c:1771 8228 1.1 christos #, c-format 8229 1.1 christos msgid "" 8230 1.1 christos "\n" 8231 1.1 christos "ldinfo dump not supported in 32 bits environments\n" 8232 1.1 christos msgstr "" 8233 1.1 christos "\n" 8234 1.1 christos " 32- \n" 8235 1.1 christos 8236 1.7 christos #: od-xcoff.c:1789 8237 1.1 christos msgid "cannot core read header" 8238 1.1 christos msgstr " " 8239 1.1 christos 8240 1.7 christos #: od-xcoff.c:1796 8241 1.1 christos #, c-format 8242 1.1 christos msgid "Core header:\n" 8243 1.1 christos msgstr " :\n" 8244 1.1 christos 8245 1.7 christos #: od-xcoff.c:1797 8246 1.1 christos #, c-format 8247 1.1 christos msgid " version: 0x%08x " 8248 1.1 christos msgstr " : 0x%08x " 8249 1.1 christos 8250 1.7 christos #: od-xcoff.c:1801 8251 1.1 christos #, c-format 8252 1.1 christos msgid "(dumpx format - aix4.3 / 32 bits)" 8253 1.5 christos msgstr "( _ aix4.3 / 32 )" 8254 1.1 christos 8255 1.7 christos #: od-xcoff.c:1804 8256 1.1 christos #, c-format 8257 1.1 christos msgid "(dumpxx format - aix5.0 / 64 bits)" 8258 1.1 christos msgstr "( _ - aix5.0 / 64 )" 8259 1.1 christos 8260 1.7 christos #: od-xcoff.c:1807 8261 1.1 christos #, c-format 8262 1.1 christos msgid "unknown format" 8263 1.1 christos msgstr " " 8264 1.1 christos 8265 1.5 christos #: rclex.c:196 8266 1.1 christos msgid "invalid value specified for pragma code_page.\n" 8267 1.1 christos msgstr " _.\n" 8268 1.1 christos 8269 1.7 christos #: rdcoff.c:172 8270 1.1 christos #, c-format 8271 1.1 christos msgid "parse_coff_type: Bad type code 0x%x" 8272 1.1 christos msgstr "parse_coff_type: 0x%x" 8273 1.1 christos 8274 1.7 christos #: rdcoff.c:353 rdcoff.c:467 rdcoff.c:661 8275 1.1 christos #, c-format 8276 1.1 christos msgid "bfd_coff_get_syment failed: %s" 8277 1.1 christos msgstr " bfd_coff_get_syment: %s" 8278 1.1 christos 8279 1.7 christos #: rdcoff.c:370 rdcoff.c:681 8280 1.1 christos #, c-format 8281 1.1 christos msgid "bfd_coff_get_auxent failed: %s" 8282 1.1 christos msgstr " bfd_coff_get_auxent: %s" 8283 1.1 christos 8284 1.7 christos #: rdcoff.c:748 8285 1.1 christos #, c-format 8286 1.1 christos msgid "%ld: .bf without preceding function" 8287 1.1 christos msgstr "%ld: .bf " 8288 1.1 christos 8289 1.7 christos #: rdcoff.c:798 8290 1.1 christos #, c-format 8291 1.1 christos msgid "%ld: unexpected .ef\n" 8292 1.1 christos msgstr "%ld: .ef\n" 8293 1.1 christos 8294 1.7 christos #: rddbg.c:84 8295 1.1 christos #, c-format 8296 1.1 christos msgid "%s: no recognized debugging information" 8297 1.1 christos msgstr "%s: " 8298 1.1 christos 8299 1.7 christos #: rddbg.c:200 8300 1.5 christos #, c-format 8301 1.5 christos msgid "%s: %s: stab entry %ld is corrupt, strx = 0x%x, type = %d\n" 8302 1.5 christos msgstr "%s: %s: %ld , strx = 0x%x, = %d\n" 8303 1.5 christos 8304 1.7 christos #: rddbg.c:224 8305 1.5 christos #, c-format 8306 1.5 christos msgid "%s: %s: stab entry %ld is corrupt\n" 8307 1.5 christos msgstr "%s: %s: %ld \n" 8308 1.5 christos 8309 1.7 christos #: rddbg.c:388 8310 1.1 christos #, c-format 8311 1.1 christos msgid "Last stabs entries before error:\n" 8312 1.1 christos msgstr " :\n" 8313 1.1 christos 8314 1.7 christos #: readelf.c:509 8315 1.7 christos #, c-format 8316 1.7 christos msgid "Size overflow prevents reading %<PRIu64> elements of size %<PRIu64> for %s\n" 8317 1.7 christos msgstr " %<PRIu64> %<PRIu64> %s\n" 8318 1.1 christos 8319 1.7 christos #: readelf.c:522 8320 1.7 christos #, c-format 8321 1.7 christos msgid "Reading %<PRIu64> bytes extends past end of file for %s\n" 8322 1.7 christos msgstr " %<PRIu64> %s\n" 8323 1.5 christos 8324 1.7 christos #: readelf.c:531 8325 1.5 christos #, c-format 8326 1.7 christos msgid "Unable to seek to %#<PRIx64> for %s\n" 8327 1.7 christos msgstr " %#<PRIx64> %s\n" 8328 1.5 christos 8329 1.7 christos #: readelf.c:545 8330 1.5 christos #, c-format 8331 1.7 christos msgid "Out of memory allocating %<PRIu64> bytes for %s\n" 8332 1.7 christos msgstr " %<PRIu64> %s\n" 8333 1.5 christos 8334 1.7 christos #: readelf.c:556 8335 1.5 christos #, c-format 8336 1.7 christos msgid "Unable to read in %<PRIu64> bytes of %s\n" 8337 1.7 christos msgstr " %<PRIu64> %s\n" 8338 1.7 christos 8339 1.7 christos #: readelf.c:974 8340 1.7 christos msgid "<internal error>" 8341 1.7 christos msgstr "< >" 8342 1.1 christos 8343 1.7 christos #: readelf.c:976 8344 1.7 christos msgid "<none>" 8345 1.7 christos msgstr "<>" 8346 1.1 christos 8347 1.7 christos #: readelf.c:978 8348 1.7 christos msgid "<no-strings>" 8349 1.7 christos msgstr "< >" 8350 1.1 christos 8351 1.7 christos #: readelf.c:1073 8352 1.1 christos #, c-format 8353 1.7 christos msgid "BAD[0x%lx]" 8354 1.7 christos msgstr "[0x%lx]" 8355 1.1 christos 8356 1.7 christos #: readelf.c:1315 8357 1.1 christos msgid "Don't know about relocations on this machine architecture\n" 8358 1.1 christos msgstr " \n" 8359 1.1 christos 8360 1.7 christos #: readelf.c:1342 readelf.c:1442 8361 1.1 christos msgid "32-bit relocation data" 8362 1.1 christos msgstr "32- " 8363 1.1 christos 8364 1.7 christos #: readelf.c:1354 readelf.c:1384 readelf.c:1453 readelf.c:1482 8365 1.1 christos msgid "out of memory parsing relocs\n" 8366 1.1 christos msgstr " \n" 8367 1.1 christos 8368 1.7 christos #: readelf.c:1372 readelf.c:1471 8369 1.1 christos msgid "64-bit relocation data" 8370 1.1 christos msgstr "64- " 8371 1.1 christos 8372 1.7 christos #: readelf.c:1801 readelf.c:1868 8373 1.5 christos msgid "RELR relocation data" 8374 1.5 christos msgstr "RELR " 8375 1.5 christos 8376 1.7 christos #: readelf.c:1864 8377 1.7 christos msgid "Unexpected entsize for RELR section\n" 8378 1.7 christos msgstr " RELR \n" 8379 1.7 christos 8380 1.7 christos #: readelf.c:1889 8381 1.7 christos #, c-format 8382 1.7 christos msgid "Index: Entry Address Symbolic Address\n" 8383 1.7 christos msgstr ": \n" 8384 1.7 christos 8385 1.7 christos #: readelf.c:1891 8386 1.7 christos #, c-format 8387 1.7 christos msgid "Index: Entry Address Symbolic Address\n" 8388 1.7 christos msgstr ": \n" 8389 1.7 christos 8390 1.7 christos #. We assume that there will never be more than 9999 entries. 8391 1.7 christos #: readelf.c:1903 8392 1.7 christos #, c-format 8393 1.7 christos msgid "%04u: " 8394 1.7 christos msgstr "%04u: " 8395 1.7 christos 8396 1.7 christos #: readelf.c:1925 8397 1.7 christos msgid "Unusual RELR bitmap - no previous entry to set the base address\n" 8398 1.7 christos msgstr " RELR \n" 8399 1.7 christos 8400 1.7 christos #: readelf.c:1939 8401 1.5 christos #, c-format 8402 1.7 christos msgid "" 8403 1.7 christos "\n" 8404 1.7 christos "%*s " 8405 1.7 christos msgstr "" 8406 1.7 christos "\n" 8407 1.7 christos "%*s " 8408 1.5 christos 8409 1.7 christos #: readelf.c:1995 8410 1.1 christos #, c-format 8411 1.1 christos msgid " Offset Info Type Sym. Value Symbol's Name + Addend\n" 8412 1.1 christos msgstr " + \n" 8413 1.1 christos 8414 1.7 christos #: readelf.c:1997 8415 1.1 christos #, c-format 8416 1.1 christos msgid " Offset Info Type Sym.Value Sym. Name + Addend\n" 8417 1.5 christos msgstr " + \n" 8418 1.1 christos 8419 1.7 christos #: readelf.c:2002 8420 1.1 christos #, c-format 8421 1.1 christos msgid " Offset Info Type Sym. Value Symbol's Name\n" 8422 1.1 christos msgstr " \n" 8423 1.1 christos 8424 1.7 christos #: readelf.c:2004 8425 1.1 christos #, c-format 8426 1.1 christos msgid " Offset Info Type Sym.Value Sym. Name\n" 8427 1.1 christos msgstr " \n" 8428 1.1 christos 8429 1.7 christos #: readelf.c:2012 8430 1.1 christos #, c-format 8431 1.1 christos msgid " Offset Info Type Symbol's Value Symbol's Name + Addend\n" 8432 1.1 christos msgstr " . + \n" 8433 1.1 christos 8434 1.7 christos #: readelf.c:2014 8435 1.1 christos #, c-format 8436 1.1 christos msgid " Offset Info Type Sym. Value Sym. Name + Addend\n" 8437 1.1 christos msgstr " + \n" 8438 1.1 christos 8439 1.7 christos #: readelf.c:2019 8440 1.1 christos #, c-format 8441 1.1 christos msgid " Offset Info Type Symbol's Value Symbol's Name\n" 8442 1.1 christos msgstr " . \n" 8443 1.1 christos 8444 1.7 christos #: readelf.c:2021 8445 1.1 christos #, c-format 8446 1.1 christos msgid " Offset Info Type Sym. Value Sym. Name\n" 8447 1.1 christos msgstr " . \n" 8448 1.1 christos 8449 1.7 christos #: readelf.c:2401 readelf.c:2560 readelf.c:2568 8450 1.1 christos #, c-format 8451 1.1 christos msgid "unrecognized: %-7lx" 8452 1.1 christos msgstr ": %-7lx" 8453 1.1 christos 8454 1.7 christos #: readelf.c:2427 8455 1.1 christos #, c-format 8456 1.7 christos msgid "<unknown addend: %<PRIx64>>" 8457 1.7 christos msgstr "< : %<PRIx64>>" 8458 1.1 christos 8459 1.7 christos #: readelf.c:2436 8460 1.1 christos #, c-format 8461 1.5 christos msgid " bad symbol index: %08lx in reloc\n" 8462 1.5 christos msgstr " : %08lx \n" 8463 1.1 christos 8464 1.7 christos #: readelf.c:2506 8465 1.1 christos #, c-format 8466 1.1 christos msgid "<string table index: %3ld>" 8467 1.1 christos msgstr "< : %3ld>" 8468 1.1 christos 8469 1.7 christos #: readelf.c:2509 8470 1.1 christos #, c-format 8471 1.5 christos msgid "<corrupt string table index: %3ld>\n" 8472 1.5 christos msgstr "< : %3ld>\n" 8473 1.1 christos 8474 1.7 christos #: readelf.c:3048 8475 1.1 christos #, c-format 8476 1.1 christos msgid "Processor Specific: %lx" 8477 1.1 christos msgstr " : %lx" 8478 1.1 christos 8479 1.7 christos #: readelf.c:3075 8480 1.1 christos #, c-format 8481 1.1 christos msgid "Operating System specific: %lx" 8482 1.1 christos msgstr " : %lx" 8483 1.1 christos 8484 1.7 christos #: readelf.c:3079 readelf.c:5580 8485 1.1 christos #, c-format 8486 1.1 christos msgid "<unknown>: %lx" 8487 1.1 christos msgstr "<>: %lx" 8488 1.1 christos 8489 1.7 christos #: readelf.c:3179 8490 1.1 christos msgid "NONE (None)" 8491 1.1 christos msgstr "NONE ()" 8492 1.1 christos 8493 1.7 christos #: readelf.c:3180 8494 1.1 christos msgid "REL (Relocatable file)" 8495 1.1 christos msgstr "REL ( )" 8496 1.1 christos 8497 1.7 christos #: readelf.c:3181 8498 1.1 christos msgid "EXEC (Executable file)" 8499 1.1 christos msgstr "EXEC ( )" 8500 1.1 christos 8501 1.7 christos #: readelf.c:3184 8502 1.5 christos msgid "DYN (Position-Independent Executable file)" 8503 1.5 christos msgstr "DYN ( )" 8504 1.5 christos 8505 1.7 christos #: readelf.c:3186 8506 1.1 christos msgid "DYN (Shared object file)" 8507 1.1 christos msgstr "DYN ( )" 8508 1.1 christos 8509 1.7 christos #: readelf.c:3187 8510 1.1 christos msgid "CORE (Core file)" 8511 1.1 christos msgstr "CORE ( )" 8512 1.1 christos 8513 1.7 christos #: readelf.c:3191 8514 1.1 christos #, c-format 8515 1.1 christos msgid "Processor Specific: (%x)" 8516 1.1 christos msgstr " : (%x)" 8517 1.1 christos 8518 1.7 christos #: readelf.c:3193 8519 1.1 christos #, c-format 8520 1.1 christos msgid "OS Specific: (%x)" 8521 1.1 christos msgstr " -: (%x)" 8522 1.1 christos 8523 1.7 christos #: readelf.c:3195 8524 1.1 christos #, c-format 8525 1.1 christos msgid "<unknown>: %x" 8526 1.1 christos msgstr "<>: %x" 8527 1.1 christos 8528 1.5 christos #. Please keep this switch table sorted by increasing EM_ value. 8529 1.5 christos #. 0 8530 1.7 christos #: readelf.c:3209 readelf.c:19574 readelf.c:19585 8531 1.1 christos msgid "None" 8532 1.1 christos msgstr "" 8533 1.1 christos 8534 1.7 christos #: readelf.c:3457 8535 1.1 christos #, c-format 8536 1.1 christos msgid "<unknown>: 0x%x" 8537 1.1 christos msgstr "<>: 0x%x" 8538 1.1 christos 8539 1.7 christos #: readelf.c:3740 8540 1.1 christos msgid ", <unknown>" 8541 1.1 christos msgstr ", <>" 8542 1.1 christos 8543 1.7 christos #: readelf.c:3907 8544 1.6 christos #, c-format 8545 1.7 christos msgid "Unrecognised IA64 VMS Command Code: %x\n" 8546 1.7 christos msgstr " IA64 VMS : %x\n" 8547 1.6 christos 8548 1.7 christos #: readelf.c:3944 8549 1.1 christos msgid "unknown mac" 8550 1.1 christos msgstr " " 8551 1.1 christos 8552 1.7 christos #: readelf.c:4028 8553 1.5 christos msgid ", <unknown MeP cpu type>" 8554 1.5 christos msgstr ", < MeP >" 8555 1.5 christos 8556 1.7 christos #: readelf.c:4049 8557 1.5 christos msgid "<unknown MeP copro type>" 8558 1.5 christos msgstr "< MeP copro >" 8559 1.5 christos 8560 1.7 christos #: readelf.c:4061 readelf.c:5010 8561 1.7 christos #, c-format 8562 1.7 christos msgid ", unknown flags bits: %#x" 8563 1.7 christos msgstr ", : %#x" 8564 1.1 christos 8565 1.7 christos #: readelf.c:4170 8566 1.1 christos msgid ", unknown CPU" 8567 1.1 christos msgstr ", " 8568 1.1 christos 8569 1.7 christos #: readelf.c:4195 8570 1.1 christos msgid ", unknown ABI" 8571 1.1 christos msgstr ", " 8572 1.1 christos 8573 1.7 christos #: readelf.c:4244 readelf.c:4691 8574 1.1 christos msgid ", unknown ISA" 8575 1.1 christos msgstr ", " 8576 1.1 christos 8577 1.7 christos #: readelf.c:4253 8578 1.1 christos msgid ": architecture variant: " 8579 1.1 christos msgstr ": : " 8580 1.1 christos 8581 1.7 christos #: readelf.c:4302 8582 1.1 christos msgid ": unknown" 8583 1.1 christos msgstr ": " 8584 1.1 christos 8585 1.7 christos #: readelf.c:4307 8586 1.1 christos msgid ": unknown extra flag bits also present" 8587 1.1 christos msgstr ": " 8588 1.1 christos 8589 1.7 christos #: readelf.c:4830 8590 1.7 christos msgid ", unknown v850 architecture variant" 8591 1.7 christos msgstr ", 850 " 8592 1.7 christos 8593 1.7 christos #: readelf.c:4863 8594 1.5 christos msgid ", unknown" 8595 1.5 christos msgstr ", " 8596 1.5 christos 8597 1.7 christos #: readelf.c:4929 8598 1.7 christos #, c-format 8599 1.7 christos msgid ", <unknown AMDGPU GPU type: %#x>" 8600 1.7 christos msgstr ", < AMDGPU: %#x>" 8601 1.7 christos 8602 1.7 christos #: readelf.c:4977 8603 1.7 christos #, c-format 8604 1.7 christos msgid ", <unknown xnack value: %#x>" 8605 1.7 christos msgstr ", < xnack: %#x>" 8606 1.7 christos 8607 1.7 christos #: readelf.c:5002 8608 1.7 christos #, c-format 8609 1.7 christos msgid ", <unknown sramecc value: %#x>" 8610 1.7 christos msgstr ", < sramecc: %#x>" 8611 1.7 christos 8612 1.7 christos #: readelf.c:5075 8613 1.7 christos msgid ", relocatable" 8614 1.7 christos msgstr ", " 8615 1.7 christos 8616 1.7 christos #: readelf.c:5078 8617 1.7 christos msgid ", relocatable-lib" 8618 1.7 christos msgstr ", " 8619 1.7 christos 8620 1.7 christos #: readelf.c:5279 8621 1.1 christos msgid "Standalone App" 8622 1.1 christos msgstr " " 8623 1.1 christos 8624 1.7 christos #: readelf.c:5288 8625 1.1 christos msgid "Bare-metal C6000" 8626 1.1 christos msgstr "- 6000" 8627 1.1 christos 8628 1.7 christos #: readelf.c:5298 readelf.c:6732 readelf.c:6748 readelf.c:21014 readelf.c:21114 8629 1.7 christos #: readelf.c:21161 readelf.c:21198 readelf.c:21259 readelf.c:21290 8630 1.7 christos #: readelf.c:21312 8631 1.1 christos #, c-format 8632 1.1 christos msgid "<unknown: %x>" 8633 1.1 christos msgstr "<: %x>" 8634 1.1 christos 8635 1.1 christos #. This message is probably going to be displayed in a 15 8636 1.1 christos #. character wide field, so put the hex value first. 8637 1.7 christos #: readelf.c:6075 8638 1.1 christos #, c-format 8639 1.1 christos msgid "%08x: <unknown>" 8640 1.1 christos msgstr "%08x: <>" 8641 1.1 christos 8642 1.7 christos #: readelf.c:6167 8643 1.1 christos #, c-format 8644 1.1 christos msgid "Usage: readelf <option(s)> elf-file(s)\n" 8645 1.1 christos msgstr ": readelf <()> -()\n" 8646 1.1 christos 8647 1.7 christos #: readelf.c:6168 8648 1.1 christos #, c-format 8649 1.1 christos msgid " Display information about the contents of ELF format files\n" 8650 1.7 christos msgstr " \n" 8651 1.1 christos 8652 1.7 christos #: readelf.c:6169 8653 1.5 christos #, c-format 8654 1.5 christos msgid " Options are:\n" 8655 1.5 christos msgstr " :\n" 8656 1.5 christos 8657 1.7 christos #: readelf.c:6170 8658 1.5 christos #, c-format 8659 1.5 christos msgid " -a --all Equivalent to: -h -l -S -s -r -d -V -A -I\n" 8660 1.5 christos msgstr " -a --all : -h -l -S -s -r -d -V -A -I\n" 8661 1.5 christos 8662 1.7 christos #: readelf.c:6172 8663 1.5 christos #, c-format 8664 1.5 christos msgid " -h --file-header Display the ELF file header\n" 8665 1.5 christos msgstr " -h --file-header ELF \n" 8666 1.5 christos 8667 1.7 christos #: readelf.c:6174 8668 1.5 christos #, c-format 8669 1.5 christos msgid " -l --program-headers Display the program headers\n" 8670 1.5 christos msgstr " -l --program-headers \n" 8671 1.5 christos 8672 1.7 christos #: readelf.c:6176 8673 1.5 christos #, c-format 8674 1.5 christos msgid " --segments An alias for --program-headers\n" 8675 1.5 christos msgstr " --segments --program-headers\n" 8676 1.5 christos 8677 1.7 christos #: readelf.c:6178 8678 1.5 christos #, c-format 8679 1.5 christos msgid " -S --section-headers Display the sections' header\n" 8680 1.5 christos msgstr " -S --section-headers \n" 8681 1.5 christos 8682 1.7 christos #: readelf.c:6180 8683 1.5 christos #, c-format 8684 1.5 christos msgid " --sections An alias for --section-headers\n" 8685 1.5 christos msgstr " --sections --section-headers\n" 8686 1.5 christos 8687 1.7 christos #: readelf.c:6182 8688 1.5 christos #, c-format 8689 1.5 christos msgid " -g --section-groups Display the section groups\n" 8690 1.5 christos msgstr " -g --section-groups \n" 8691 1.5 christos 8692 1.7 christos #: readelf.c:6184 8693 1.5 christos #, c-format 8694 1.5 christos msgid " -t --section-details Display the section details\n" 8695 1.5 christos msgstr " -t --section-details \n" 8696 1.5 christos 8697 1.7 christos #: readelf.c:6186 8698 1.5 christos #, c-format 8699 1.5 christos msgid " -e --headers Equivalent to: -h -l -S\n" 8700 1.5 christos msgstr " -e --headers : -h -l -S\n" 8701 1.5 christos 8702 1.7 christos #: readelf.c:6188 8703 1.5 christos #, c-format 8704 1.5 christos msgid " -s --syms Display the symbol table\n" 8705 1.5 christos msgstr " -s --syms \n" 8706 1.5 christos 8707 1.7 christos #: readelf.c:6190 8708 1.5 christos #, c-format 8709 1.5 christos msgid " --symbols An alias for --syms\n" 8710 1.5 christos msgstr " --symbols --syms\n" 8711 1.5 christos 8712 1.7 christos #: readelf.c:6192 8713 1.5 christos #, c-format 8714 1.5 christos msgid " --dyn-syms Display the dynamic symbol table\n" 8715 1.5 christos msgstr " --dyn-syms \n" 8716 1.5 christos 8717 1.7 christos #: readelf.c:6194 8718 1.5 christos #, c-format 8719 1.5 christos msgid " --lto-syms Display LTO symbol tables\n" 8720 1.5 christos msgstr " --lto-syms LTO \n" 8721 1.5 christos 8722 1.7 christos #: readelf.c:6196 8723 1.5 christos #, c-format 8724 1.5 christos msgid "" 8725 1.5 christos " --sym-base=[0|8|10|16] \n" 8726 1.5 christos " Force base for symbol sizes. The options are \n" 8727 1.5 christos " mixed (the default), octal, decimal, hexadecimal.\n" 8728 1.5 christos msgstr "" 8729 1.5 christos " --sym-base=[0|8|10|16] \n" 8730 1.5 christos " . \n" 8731 1.5 christos " mixed (), octal, decimal, hexadecimal.\n" 8732 1.5 christos 8733 1.7 christos #: readelf.c:6200 8734 1.5 christos #, c-format 8735 1.5 christos msgid " -C --demangle[=STYLE] Decode mangled/processed symbol names\n" 8736 1.5 christos msgstr " -C --demangle[=] / \n" 8737 1.5 christos 8738 1.7 christos #: readelf.c:6204 8739 1.5 christos #, c-format 8740 1.5 christos msgid " --no-demangle Do not demangle low-level symbol names. (default)\n" 8741 1.5 christos msgstr " --no-demangle . ()\n" 8742 1.5 christos 8743 1.7 christos #: readelf.c:6206 8744 1.5 christos #, c-format 8745 1.5 christos msgid " --recurse-limit Enable a demangling recursion limit. (default)\n" 8746 1.5 christos msgstr " --recurse-limit . ()\n" 8747 1.5 christos 8748 1.7 christos #: readelf.c:6208 8749 1.5 christos #, c-format 8750 1.5 christos msgid " --no-recurse-limit Disable a demangling recursion limit\n" 8751 1.5 christos msgstr " --no-recurse-limit \n" 8752 1.5 christos 8753 1.7 christos #: readelf.c:6210 8754 1.5 christos #, c-format 8755 1.5 christos msgid "" 8756 1.5 christos " -U[dlexhi] --unicode=[default|locale|escape|hex|highlight|invalid]\n" 8757 1.5 christos " Display unicode characters as determined by the current locale\n" 8758 1.5 christos " (default), escape sequences, \"<hex sequences>\", highlighted\n" 8759 1.5 christos " escape sequences, or treat them as invalid and display as\n" 8760 1.5 christos " \"{hex sequences}\"\n" 8761 1.5 christos msgstr "" 8762 1.5 christos " -U[dlexhi] --unicode=[default|locale|escape|hex|highlight|invalid]\n" 8763 1.5 christos " \n" 8764 1.5 christos " (), , < >\", \n" 8765 1.5 christos " , \n" 8766 1.5 christos " { }\n" 8767 1.5 christos 8768 1.7 christos #: readelf.c:6216 8769 1.7 christos #, c-format 8770 1.7 christos msgid " -X --extra-sym-info Display extra information when showing symbols\n" 8771 1.7 christos msgstr " -X --extra-sym-info \n" 8772 1.7 christos 8773 1.7 christos #: readelf.c:6218 8774 1.7 christos #, c-format 8775 1.7 christos msgid " --no-extra-sym-info Do not display extra information when showing symbols (default)\n" 8776 1.7 christos msgstr " --no-extra-sym-info ()\n" 8777 1.7 christos 8778 1.7 christos #: readelf.c:6220 8779 1.5 christos #, c-format 8780 1.7 christos msgid " -n --notes Display the contents of note sections (if present)\n" 8781 1.7 christos msgstr " -n --notes ( )\n" 8782 1.5 christos 8783 1.7 christos #: readelf.c:6222 8784 1.5 christos #, c-format 8785 1.5 christos msgid " -r --relocs Display the relocations (if present)\n" 8786 1.5 christos msgstr " -r --relocs ( )\n" 8787 1.5 christos 8788 1.7 christos #: readelf.c:6224 8789 1.5 christos #, c-format 8790 1.5 christos msgid " -u --unwind Display the unwind info (if present)\n" 8791 1.5 christos msgstr " -u --unwind ( )\n" 8792 1.5 christos 8793 1.7 christos #: readelf.c:6226 8794 1.5 christos #, c-format 8795 1.5 christos msgid " -d --dynamic Display the dynamic section (if present)\n" 8796 1.5 christos msgstr " -d --dynamic ( )\n" 8797 1.5 christos 8798 1.7 christos #: readelf.c:6228 8799 1.5 christos #, c-format 8800 1.5 christos msgid " -V --version-info Display the version sections (if present)\n" 8801 1.5 christos msgstr " -V --version-info ( )\n" 8802 1.5 christos 8803 1.7 christos #: readelf.c:6230 8804 1.5 christos #, c-format 8805 1.5 christos msgid " -A --arch-specific Display architecture specific information (if any)\n" 8806 1.5 christos msgstr " -A --arch-specific ( )\n" 8807 1.5 christos 8808 1.7 christos #: readelf.c:6232 8809 1.5 christos #, c-format 8810 1.5 christos msgid " -c --archive-index Display the symbol/file index in an archive\n" 8811 1.5 christos msgstr " -c --archive-index / \n" 8812 1.5 christos 8813 1.7 christos #: readelf.c:6234 8814 1.5 christos #, c-format 8815 1.5 christos msgid " -D --use-dynamic Use the dynamic section info when displaying symbols\n" 8816 1.5 christos msgstr " -D --use-dynamic \n" 8817 1.5 christos 8818 1.7 christos #: readelf.c:6236 8819 1.5 christos #, c-format 8820 1.5 christos msgid "" 8821 1.5 christos " -L --lint|--enable-checks\n" 8822 1.5 christos " Display warning messages for possible problems\n" 8823 1.5 christos msgstr "" 8824 1.5 christos " -L --lint|--enable-checks\n" 8825 1.5 christos " \n" 8826 1.5 christos 8827 1.7 christos #: readelf.c:6239 8828 1.1 christos #, c-format 8829 1.1 christos msgid "" 8830 1.1 christos " -x --hex-dump=<number|name>\n" 8831 1.1 christos " Dump the contents of section <number|name> as bytes\n" 8832 1.5 christos msgstr "" 8833 1.5 christos " -x --hex-dump=<|>\n" 8834 1.5 christos " <|> \n" 8835 1.5 christos 8836 1.7 christos #: readelf.c:6242 8837 1.5 christos #, c-format 8838 1.5 christos msgid "" 8839 1.1 christos " -p --string-dump=<number|name>\n" 8840 1.1 christos " Dump the contents of section <number|name> as strings\n" 8841 1.5 christos msgstr "" 8842 1.5 christos " -p --string-dump=<|>\n" 8843 1.5 christos " <|> \n" 8844 1.5 christos 8845 1.7 christos #: readelf.c:6245 8846 1.5 christos #, c-format 8847 1.5 christos msgid "" 8848 1.1 christos " -R --relocated-dump=<number|name>\n" 8849 1.5 christos " Dump the relocated contents of section <number|name>\n" 8850 1.1 christos msgstr "" 8851 1.1 christos " -R --relocated-dump=<|>\n" 8852 1.5 christos " <|>\n" 8853 1.5 christos 8854 1.7 christos #: readelf.c:6248 8855 1.5 christos #, c-format 8856 1.5 christos msgid " -z --decompress Decompress section before dumping it\n" 8857 1.5 christos msgstr " -z --decompress \n" 8858 1.5 christos 8859 1.7 christos #: readelf.c:6250 8860 1.7 christos #, c-format 8861 1.7 christos msgid "" 8862 1.7 christos "\n" 8863 1.7 christos " -j --display-section=<name|number>\n" 8864 1.7 christos "\t\t Display the contents of the indicated section. Can be repeated\n" 8865 1.7 christos msgstr "" 8866 1.7 christos "\n" 8867 1.7 christos " -j --display-section=<|>\n" 8868 1.7 christos "\t\t . \n" 8869 1.7 christos 8870 1.7 christos #: readelf.c:6253 8871 1.5 christos #, c-format 8872 1.5 christos msgid "" 8873 1.5 christos " -w --debug-dump[a/=abbrev, A/=addr, r/=aranges, c/=cu_index, L/=decodedline,\n" 8874 1.5 christos " f/=frames, F/=frames-interp, g/=gdb_index, i/=info, o/=loc,\n" 8875 1.5 christos " m/=macro, p/=pubnames, t/=pubtypes, R/=Ranges, l/=rawline,\n" 8876 1.5 christos " s/=str, O/=str-offsets, u/=trace_abbrev, T/=trace_aranges,\n" 8877 1.5 christos " U/=trace_info]\n" 8878 1.5 christos " Display the contents of DWARF debug sections\n" 8879 1.5 christos msgstr "" 8880 1.5 christos " -w --debug-dump[a/=, A/=, r/=, c/=cu_, L/=_,\n" 8881 1.5 christos " f/=, F/=-, g/=gdb_, i/=, o/=,\n" 8882 1.5 christos " m/=, p/=_, t/=_, R/=, l/=_,\n" 8883 1.5 christos " s/=, O/=-, u/=_, T/=_,\n" 8884 1.5 christos " U/=_]\n" 8885 1.5 christos " DWARF \n" 8886 1.5 christos 8887 1.7 christos #: readelf.c:6260 8888 1.5 christos #, c-format 8889 1.5 christos msgid "" 8890 1.5 christos " -wk --debug-dump=links Display the contents of sections that link to separate\n" 8891 1.5 christos " debuginfo files\n" 8892 1.5 christos msgstr "" 8893 1.5 christos " -wk --debug-dump= \n" 8894 1.5 christos " \n" 8895 1.5 christos 8896 1.7 christos #: readelf.c:6263 8897 1.5 christos #, c-format 8898 1.5 christos msgid "" 8899 1.5 christos " -P --process-links Display the contents of non-debug sections in separate\n" 8900 1.5 christos " debuginfo files. (Implies -wK)\n" 8901 1.5 christos msgstr "" 8902 1.5 christos " -P, --process-links - \n" 8903 1.5 christos " . ( -wK)\n" 8904 1.5 christos 8905 1.7 christos #: readelf.c:6267 8906 1.5 christos #, c-format 8907 1.5 christos msgid "" 8908 1.5 christos " -wK --debug-dump=follow-links\n" 8909 1.5 christos " Follow links to separate debug info files (default)\n" 8910 1.5 christos msgstr "" 8911 1.5 christos " -wK --debug-dump=follow-links\n" 8912 1.5 christos " ()\n" 8913 1.5 christos 8914 1.7 christos #: readelf.c:6270 8915 1.5 christos #, c-format 8916 1.5 christos msgid "" 8917 1.5 christos " -wN --debug-dump=no-follow-links\n" 8918 1.5 christos " Do not follow links to separate debug info files\n" 8919 1.5 christos msgstr "" 8920 1.5 christos " wN --debug-dump=no-follow-links\n" 8921 1.5 christos " \n" 8922 1.5 christos 8923 1.7 christos #: readelf.c:6274 8924 1.5 christos #, c-format 8925 1.5 christos msgid "" 8926 1.5 christos " -wK --debug-dump=follow-links\n" 8927 1.5 christos " Follow links to separate debug info files\n" 8928 1.5 christos msgstr "" 8929 1.5 christos " -wK --debug-dump=follow-links\n" 8930 1.5 christos " \n" 8931 1.5 christos 8932 1.7 christos #: readelf.c:6277 8933 1.5 christos #, c-format 8934 1.5 christos msgid "" 8935 1.5 christos " -wN --debug-dump=no-follow-links\n" 8936 1.5 christos " Do not follow links to separate debug info files\n" 8937 1.5 christos " (default)\n" 8938 1.5 christos msgstr "" 8939 1.5 christos " wN --debug-dump=no-follow-links\n" 8940 1.5 christos " \n" 8941 1.5 christos " ()\n" 8942 1.5 christos 8943 1.7 christos #: readelf.c:6283 8944 1.7 christos #, c-format 8945 1.6 christos msgid "" 8946 1.6 christos " -wD --debug-dump=use-debuginfod\n" 8947 1.6 christos " When following links, also query debuginfod servers (default)\n" 8948 1.6 christos msgstr "" 8949 1.7 christos " -wD --debug-dump=use-debuginfod\n" 8950 1.7 christos " , ()\n" 8951 1.6 christos 8952 1.7 christos #: readelf.c:6286 8953 1.7 christos #, c-format 8954 1.6 christos msgid "" 8955 1.6 christos " -wE --debug-dump=do-not-use-debuginfod\n" 8956 1.6 christos " When following links, do not query debuginfod servers\n" 8957 1.6 christos msgstr "" 8958 1.7 christos " -wE --debug-dump=do-not-use-debuginfod\n" 8959 1.7 christos " , \n" 8960 1.6 christos 8961 1.7 christos #: readelf.c:6290 8962 1.5 christos #, c-format 8963 1.5 christos msgid " --dwarf-depth=N Do not display DIEs at depth N or greater\n" 8964 1.5 christos msgstr " --dwarf-depth=N DIE- N \n" 8965 1.5 christos 8966 1.7 christos #: readelf.c:6292 8967 1.5 christos #, c-format 8968 1.5 christos msgid " --dwarf-start=N Display DIEs starting at offset N\n" 8969 1.5 christos msgstr " --dwarf-start=N DIE N\n" 8970 1.5 christos 8971 1.7 christos #: readelf.c:6295 8972 1.5 christos #, c-format 8973 1.5 christos msgid " --ctf=<number|name> Display CTF info from section <number|name>\n" 8974 1.5 christos msgstr " --ctf=<|> CTF <|>\n" 8975 1.1 christos 8976 1.7 christos #: readelf.c:6297 8977 1.5 christos #, c-format 8978 1.5 christos msgid " --ctf-parent=<name> Use CTF archive member <name> as the CTF parent\n" 8979 1.5 christos msgstr " --ctf-parent=<> <> CTF CTF-\n" 8980 1.5 christos 8981 1.7 christos #: readelf.c:6299 8982 1.5 christos #, c-format 8983 1.5 christos msgid "" 8984 1.5 christos " --ctf-symbols=<number|name>\n" 8985 1.5 christos " Use section <number|name> as the CTF external symtab\n" 8986 1.5 christos msgstr "" 8987 1.5 christos " --ctf-symbols=<|>\n" 8988 1.5 christos " <|> CTF \n" 8989 1.5 christos 8990 1.7 christos #: readelf.c:6302 8991 1.1 christos #, c-format 8992 1.1 christos msgid "" 8993 1.5 christos " --ctf-strings=<number|name>\n" 8994 1.5 christos " Use section <number|name> as the CTF external strtab\n" 8995 1.1 christos msgstr "" 8996 1.5 christos " --ctf-strings=<|>\n" 8997 1.5 christos " <|> CTF \n" 8998 1.1 christos 8999 1.7 christos #: readelf.c:6306 9000 1.7 christos #, c-format 9001 1.7 christos msgid " --sframe[=NAME] Display SFrame info from section NAME, (default '.sframe')\n" 9002 1.7 christos msgstr " --sframe[=] SFrame , ( .sframe)\n" 9003 1.7 christos 9004 1.7 christos #: readelf.c:6310 9005 1.1 christos #, c-format 9006 1.1 christos msgid "" 9007 1.1 christos " -i --instruction-dump=<number|name>\n" 9008 1.1 christos " Disassemble the contents of section <number|name>\n" 9009 1.1 christos msgstr "" 9010 1.1 christos " -i --instruction-dump=<|>\n" 9011 1.1 christos " <|>\n" 9012 1.1 christos 9013 1.7 christos #: readelf.c:6314 9014 1.5 christos #, c-format 9015 1.5 christos msgid " -I --histogram Display histogram of bucket list lengths\n" 9016 1.5 christos msgstr " -I --histogram \n" 9017 1.5 christos 9018 1.7 christos #: readelf.c:6316 9019 1.5 christos #, c-format 9020 1.5 christos msgid " -W --wide Allow output width to exceed 80 characters\n" 9021 1.5 christos msgstr " -W --wide 80 \n" 9022 1.5 christos 9023 1.7 christos #: readelf.c:6318 9024 1.5 christos #, c-format 9025 1.5 christos msgid " -T --silent-truncation If a symbol name is truncated, do not add [...] suffix\n" 9026 1.5 christos msgstr " -T --silent-truncation , [...]\n" 9027 1.5 christos 9028 1.7 christos #: readelf.c:6320 9029 1.5 christos #, c-format 9030 1.5 christos msgid " @<file> Read options from <file>\n" 9031 1.5 christos msgstr " @<> <>\n" 9032 1.5 christos 9033 1.7 christos #: readelf.c:6322 9034 1.5 christos #, c-format 9035 1.5 christos msgid " -H --help Display this information\n" 9036 1.5 christos msgstr " -H --help \n" 9037 1.5 christos 9038 1.7 christos #: readelf.c:6324 9039 1.1 christos #, c-format 9040 1.5 christos msgid " -v --version Display the version number of readelf\n" 9041 1.5 christos msgstr " -v --version readelf\n" 9042 1.1 christos 9043 1.7 christos #: readelf.c:6350 readelf.c:6381 readelf.c:6385 9044 1.1 christos msgid "Out of memory allocating dump request table.\n" 9045 1.1 christos msgstr " .\n" 9046 1.1 christos 9047 1.7 christos #: readelf.c:6655 9048 1.5 christos msgid "Missing arg to -U/--unicode" 9049 1.5 christos msgstr " -U/--unicode" 9050 1.5 christos 9051 1.7 christos #: readelf.c:6694 9052 1.1 christos #, c-format 9053 1.1 christos msgid "Invalid option '-%c'\n" 9054 1.1 christos msgstr " -%c\n" 9055 1.1 christos 9056 1.7 christos #: readelf.c:6728 readelf.c:6744 readelf.c:13134 9057 1.1 christos msgid "none" 9058 1.1 christos msgstr "" 9059 1.1 christos 9060 1.7 christos #: readelf.c:6745 9061 1.1 christos msgid "2's complement, little endian" 9062 1.1 christos msgstr " , " 9063 1.1 christos 9064 1.7 christos #: readelf.c:6746 9065 1.1 christos msgid "2's complement, big endian" 9066 1.1 christos msgstr " , " 9067 1.1 christos 9068 1.7 christos #: readelf.c:6779 9069 1.7 christos msgid "This is a LLVM bitcode file - try using llvm-bcanalyzer\n" 9070 1.7 christos msgstr " LLVM llvm-bcanalyzer\n" 9071 1.7 christos 9072 1.7 christos #: readelf.c:6780 9073 1.7 christos msgid "This is a LLVM bitcode file - try extracting and then using llvm-bcanalyzer\n" 9074 1.7 christos msgstr " LLVM llvm-bcanalyzer\n" 9075 1.7 christos 9076 1.7 christos #: readelf.c:6783 9077 1.7 christos msgid "This is a GO binary file - try using 'go tool objdump' or 'go tool nm'\n" 9078 1.7 christos msgstr " GO go tool objdump go tool nm\n" 9079 1.7 christos 9080 1.7 christos #: readelf.c:6807 9081 1.1 christos msgid "Not an ELF file - it has the wrong magic bytes at the start\n" 9082 1.1 christos msgstr " \n" 9083 1.1 christos 9084 1.7 christos #: readelf.c:6829 9085 1.5 christos #, c-format 9086 1.5 christos msgid "ELF Header in linked file '%s':\n" 9087 1.5 christos msgstr " %s:\n" 9088 1.5 christos 9089 1.7 christos #: readelf.c:6832 9090 1.1 christos #, c-format 9091 1.1 christos msgid "ELF Header:\n" 9092 1.1 christos msgstr " :\n" 9093 1.1 christos 9094 1.7 christos #: readelf.c:6833 9095 1.1 christos #, c-format 9096 1.1 christos msgid " Magic: " 9097 1.1 christos msgstr " : " 9098 1.1 christos 9099 1.7 christos #: readelf.c:6837 9100 1.1 christos #, c-format 9101 1.1 christos msgid " Class: %s\n" 9102 1.5 christos msgstr " : %s\n" 9103 1.1 christos 9104 1.7 christos #: readelf.c:6839 9105 1.1 christos #, c-format 9106 1.1 christos msgid " Data: %s\n" 9107 1.5 christos msgstr " : %s\n" 9108 1.1 christos 9109 1.7 christos #: readelf.c:6841 9110 1.1 christos #, c-format 9111 1.5 christos msgid " Version: %d%s\n" 9112 1.5 christos msgstr " : %d%s\n" 9113 1.5 christos 9114 1.7 christos #: readelf.c:6844 9115 1.5 christos msgid " (current)" 9116 1.5 christos msgstr " ()" 9117 1.1 christos 9118 1.7 christos #: readelf.c:6846 9119 1.5 christos msgid " <unknown>" 9120 1.5 christos msgstr " <>" 9121 1.1 christos 9122 1.7 christos #: readelf.c:6848 9123 1.1 christos #, c-format 9124 1.1 christos msgid " OS/ABI: %s\n" 9125 1.5 christos msgstr " /: %s\n" 9126 1.1 christos 9127 1.7 christos #: readelf.c:6850 9128 1.1 christos #, c-format 9129 1.1 christos msgid " ABI Version: %d\n" 9130 1.7 christos msgstr " ABI-: %d\n" 9131 1.1 christos 9132 1.7 christos #: readelf.c:6852 9133 1.1 christos #, c-format 9134 1.1 christos msgid " Type: %s\n" 9135 1.5 christos msgstr " : %s\n" 9136 1.1 christos 9137 1.7 christos #: readelf.c:6854 9138 1.1 christos #, c-format 9139 1.1 christos msgid " Machine: %s\n" 9140 1.5 christos msgstr " : %s\n" 9141 1.1 christos 9142 1.7 christos #: readelf.c:6856 9143 1.1 christos #, c-format 9144 1.1 christos msgid " Version: 0x%lx\n" 9145 1.5 christos msgstr " : 0x%lx\n" 9146 1.1 christos 9147 1.7 christos #: readelf.c:6859 9148 1.1 christos #, c-format 9149 1.1 christos msgid " Entry point address: " 9150 1.5 christos msgstr " : " 9151 1.1 christos 9152 1.7 christos #: readelf.c:6861 9153 1.1 christos #, c-format 9154 1.1 christos msgid "" 9155 1.1 christos "\n" 9156 1.1 christos " Start of program headers: " 9157 1.1 christos msgstr "" 9158 1.1 christos "\n" 9159 1.5 christos " : " 9160 1.1 christos 9161 1.7 christos #: readelf.c:6863 9162 1.1 christos #, c-format 9163 1.1 christos msgid "" 9164 1.1 christos " (bytes into file)\n" 9165 1.1 christos " Start of section headers: " 9166 1.1 christos msgstr "" 9167 1.1 christos " ( )\n" 9168 1.5 christos " : " 9169 1.1 christos 9170 1.7 christos #: readelf.c:6865 9171 1.1 christos #, c-format 9172 1.1 christos msgid " (bytes into file)\n" 9173 1.1 christos msgstr " ( )\n" 9174 1.1 christos 9175 1.7 christos #: readelf.c:6867 9176 1.1 christos #, c-format 9177 1.1 christos msgid " Flags: 0x%lx%s\n" 9178 1.5 christos msgstr " : 0x%lx%s\n" 9179 1.1 christos 9180 1.7 christos #: readelf.c:6870 9181 1.1 christos #, c-format 9182 1.5 christos msgid " Size of this header: %u (bytes)\n" 9183 1.5 christos msgstr " : %u ()\n" 9184 1.1 christos 9185 1.7 christos #: readelf.c:6872 9186 1.1 christos #, c-format 9187 1.5 christos msgid " Size of program headers: %u (bytes)\n" 9188 1.5 christos msgstr " : %u ()\n" 9189 1.1 christos 9190 1.7 christos #: readelf.c:6874 9191 1.1 christos #, c-format 9192 1.5 christos msgid " Number of program headers: %u" 9193 1.5 christos msgstr " : %u" 9194 1.1 christos 9195 1.7 christos #: readelf.c:6881 9196 1.1 christos #, c-format 9197 1.5 christos msgid " Size of section headers: %u (bytes)\n" 9198 1.5 christos msgstr " : %u ()\n" 9199 1.1 christos 9200 1.7 christos #: readelf.c:6883 9201 1.1 christos #, c-format 9202 1.5 christos msgid " Number of section headers: %u" 9203 1.5 christos msgstr " : %u" 9204 1.1 christos 9205 1.7 christos #: readelf.c:6891 9206 1.1 christos #, c-format 9207 1.5 christos msgid " Section header string table index: %u" 9208 1.5 christos msgstr " : %u" 9209 1.1 christos 9210 1.7 christos #: readelf.c:6903 9211 1.1 christos #, c-format 9212 1.1 christos msgid " <corrupt: out of range>" 9213 1.1 christos msgstr " <: >" 9214 1.1 christos 9215 1.7 christos #: readelf.c:6947 readelf.c:6994 9216 1.5 christos msgid "The e_phentsize field in the ELF header is less than the size of an ELF program header\n" 9217 1.5 christos msgstr " e_phentsize \n" 9218 1.5 christos 9219 1.7 christos #: readelf.c:6951 readelf.c:6998 9220 1.5 christos msgid "The e_phentsize field in the ELF header is larger than the size of an ELF program header\n" 9221 1.5 christos msgstr " e_phentsize \n" 9222 1.5 christos 9223 1.7 christos #: readelf.c:6954 readelf.c:7001 9224 1.1 christos msgid "program headers" 9225 1.1 christos msgstr " " 9226 1.1 christos 9227 1.7 christos #: readelf.c:7040 9228 1.5 christos #, c-format 9229 1.5 christos msgid "Too many program headers - %#x - the file is not that big\n" 9230 1.5 christos msgstr " %#x \n" 9231 1.5 christos 9232 1.7 christos #: readelf.c:7049 9233 1.5 christos #, c-format 9234 1.5 christos msgid "Out of memory reading %u program headers\n" 9235 1.5 christos msgstr " %u \n" 9236 1.5 christos 9237 1.7 christos #: readelf.c:7079 9238 1.5 christos msgid "possibly corrupt ELF header - it has a non-zero program header offset, but no program headers\n" 9239 1.5 christos msgstr " - , \n" 9240 1.5 christos 9241 1.7 christos #: readelf.c:7084 9242 1.5 christos #, c-format 9243 1.5 christos msgid "" 9244 1.5 christos "\n" 9245 1.5 christos "There are no program headers in linked file '%s'.\n" 9246 1.5 christos msgstr "" 9247 1.5 christos "\n" 9248 1.5 christos " %s.\n" 9249 1.1 christos 9250 1.7 christos #: readelf.c:7087 9251 1.1 christos #, c-format 9252 1.1 christos msgid "" 9253 1.1 christos "\n" 9254 1.1 christos "There are no program headers in this file.\n" 9255 1.1 christos msgstr "" 9256 1.1 christos "\n" 9257 1.1 christos " .\n" 9258 1.1 christos 9259 1.7 christos #: readelf.c:7099 9260 1.1 christos #, c-format 9261 1.1 christos msgid "" 9262 1.1 christos "\n" 9263 1.1 christos "Elf file type is %s\n" 9264 1.1 christos msgstr "" 9265 1.1 christos "\n" 9266 1.1 christos " %s\n" 9267 1.1 christos 9268 1.7 christos #: readelf.c:7100 9269 1.1 christos #, c-format 9270 1.7 christos msgid "Entry point 0x%<PRIx64>\n" 9271 1.7 christos msgstr " 0x%<PRIx64>\n" 9272 1.1 christos 9273 1.7 christos #: readelf.c:7102 9274 1.1 christos #, c-format 9275 1.7 christos msgid "There is %d program header, starting at offset %<PRIu64>\n" 9276 1.7 christos msgid_plural "There are %d program headers, starting at offset %<PRIu64>\n" 9277 1.7 christos msgstr[0] " %d , %<PRIx64>\n" 9278 1.7 christos msgstr[1] " %d , %<PRIx64>\n" 9279 1.7 christos msgstr[2] " %d , %<PRIx64>\n" 9280 1.1 christos 9281 1.7 christos #: readelf.c:7117 readelf.c:7119 9282 1.1 christos #, c-format 9283 1.1 christos msgid "" 9284 1.1 christos "\n" 9285 1.1 christos "Program Headers:\n" 9286 1.1 christos msgstr "" 9287 1.1 christos "\n" 9288 1.1 christos " :\n" 9289 1.1 christos 9290 1.7 christos #: readelf.c:7123 9291 1.1 christos #, c-format 9292 1.1 christos msgid " Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align\n" 9293 1.1 christos msgstr " . . . . \n" 9294 1.1 christos 9295 1.7 christos #: readelf.c:7126 9296 1.1 christos #, c-format 9297 1.1 christos msgid " Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align\n" 9298 1.1 christos msgstr " . . . . \n" 9299 1.1 christos 9300 1.7 christos #: readelf.c:7130 9301 1.1 christos #, c-format 9302 1.1 christos msgid " Type Offset VirtAddr PhysAddr\n" 9303 1.1 christos msgstr " . .\n" 9304 1.1 christos 9305 1.7 christos #: readelf.c:7132 9306 1.1 christos #, c-format 9307 1.1 christos msgid " FileSiz MemSiz Flags Align\n" 9308 1.1 christos msgstr " . . \n" 9309 1.1 christos 9310 1.7 christos #: readelf.c:7230 9311 1.5 christos msgid "LOAD segments must be sorted in order of increasing VirtAddr\n" 9312 1.5 christos msgstr "LOAD VirtAddr\n" 9313 1.5 christos 9314 1.7 christos #: readelf.c:7233 9315 1.5 christos msgid "the segment's file size is larger than its memory size\n" 9316 1.5 christos msgstr " \n" 9317 1.5 christos 9318 1.7 christos #: readelf.c:7240 9319 1.5 christos msgid "the PHDR segment must occur before any LOAD segment\n" 9320 1.5 christos msgstr "PHDR LOAD \n" 9321 1.5 christos 9322 1.7 christos #: readelf.c:7258 9323 1.5 christos msgid "the PHDR segment is not covered by a LOAD segment\n" 9324 1.5 christos msgstr "PHDR LOAD \n" 9325 1.5 christos 9326 1.7 christos #: readelf.c:7264 9327 1.1 christos msgid "more than one dynamic segment\n" 9328 1.1 christos msgstr " \n" 9329 1.1 christos 9330 1.7 christos #: readelf.c:7283 9331 1.1 christos msgid "no .dynamic section in the dynamic segment\n" 9332 1.1 christos msgstr " .dynamic \n" 9333 1.1 christos 9334 1.7 christos #: readelf.c:7302 9335 1.5 christos msgid "the .dynamic section is not the same as the dynamic segment\n" 9336 1.5 christos msgstr " .dynamic \n" 9337 1.5 christos 9338 1.7 christos #: readelf.c:7313 9339 1.5 christos msgid "the dynamic segment offset + size exceeds the size of the file\n" 9340 1.5 christos msgstr " + \n" 9341 1.1 christos 9342 1.7 christos #: readelf.c:7326 9343 1.1 christos msgid "Unable to find program interpreter name\n" 9344 1.1 christos msgstr " \n" 9345 1.1 christos 9346 1.7 christos #: readelf.c:7337 9347 1.1 christos #, c-format 9348 1.5 christos msgid " [Requesting program interpreter: %s]\n" 9349 1.5 christos msgstr " [ : %s]\n" 9350 1.1 christos 9351 1.7 christos #: readelf.c:7348 9352 1.1 christos #, c-format 9353 1.1 christos msgid "" 9354 1.1 christos "\n" 9355 1.1 christos " Section to Segment mapping:\n" 9356 1.1 christos msgstr "" 9357 1.1 christos "\n" 9358 1.1 christos " :\n" 9359 1.1 christos 9360 1.7 christos #: readelf.c:7349 9361 1.1 christos #, c-format 9362 1.1 christos msgid " Segment Sections...\n" 9363 1.1 christos msgstr " ...\n" 9364 1.1 christos 9365 1.7 christos #: readelf.c:7391 readelf.c:12419 9366 1.1 christos msgid "Cannot interpret virtual addresses without program headers.\n" 9367 1.1 christos msgstr " .\n" 9368 1.1 christos 9369 1.7 christos #: readelf.c:7407 9370 1.1 christos #, c-format 9371 1.7 christos msgid "Virtual address %#<PRIx64> not located in any PT_LOAD segment.\n" 9372 1.7 christos msgstr " %#<PRIx64> PT_LOAD .\n" 9373 1.1 christos 9374 1.7 christos #: readelf.c:7439 readelf.c:7509 9375 1.5 christos msgid "The e_shentsize field in the ELF header is less than the size of an ELF section header\n" 9376 1.5 christos msgstr " e_shentsize \n" 9377 1.5 christos 9378 1.7 christos #: readelf.c:7443 readelf.c:7514 9379 1.5 christos msgid "The e_shentsize field in the ELF header is larger than the size of an ELF section header\n" 9380 1.5 christos msgstr " e_shentsize \n" 9381 1.5 christos 9382 1.7 christos #: readelf.c:7447 readelf.c:7519 9383 1.1 christos msgid "section headers" 9384 1.1 christos msgstr " " 9385 1.1 christos 9386 1.7 christos #: readelf.c:7456 readelf.c:7528 9387 1.5 christos #, c-format 9388 1.5 christos msgid "Out of memory reading %u section headers\n" 9389 1.5 christos msgstr " %u \n" 9390 1.5 christos 9391 1.7 christos #: readelf.c:7476 readelf.c:7548 9392 1.5 christos #, c-format 9393 1.5 christos msgid "Section %u has an out of range sh_link value of %u\n" 9394 1.5 christos msgstr " %u sh_link %u\n" 9395 1.5 christos 9396 1.7 christos #: readelf.c:7478 readelf.c:7550 9397 1.5 christos #, c-format 9398 1.5 christos msgid "Section %u has an out of range sh_info value of %u\n" 9399 1.5 christos msgstr " %u sh_info %u\n" 9400 1.5 christos 9401 1.7 christos #: readelf.c:7592 readelf.c:7709 9402 1.5 christos #, c-format 9403 1.7 christos msgid "Section %s has an invalid sh_entsize of %#<PRIx64>\n" 9404 1.7 christos msgstr " %s sh_entsize %#<PRIx64>\n" 9405 1.5 christos 9406 1.7 christos #: readelf.c:7600 readelf.c:7717 readelf.c:14441 9407 1.5 christos #, c-format 9408 1.7 christos msgid "Section %s has an invalid sh_size of %#<PRIx64>\n" 9409 1.7 christos msgstr " %s sh_size %#<PRIx64>\n" 9410 1.5 christos 9411 1.7 christos #: readelf.c:7610 readelf.c:7727 9412 1.5 christos #, c-format 9413 1.7 christos msgid "Size (%#<PRIx64>) of section %s is not a multiple of its sh_entsize (%#<PRIx64>)\n" 9414 1.7 christos msgstr " (%#<PRIx64>) %s sh_entsize (%#<PRIx64>)\n" 9415 1.1 christos 9416 1.7 christos #: readelf.c:7619 readelf.c:7736 readelf.c:17026 9417 1.1 christos msgid "symbols" 9418 1.1 christos msgstr "" 9419 1.1 christos 9420 1.7 christos #: readelf.c:7631 readelf.c:7748 9421 1.5 christos msgid "Multiple symbol table index sections associated with the same symbol section\n" 9422 1.5 christos msgstr " \n" 9423 1.5 christos 9424 1.7 christos #: readelf.c:7638 readelf.c:7755 9425 1.5 christos msgid "symbol table section indices" 9426 1.1 christos msgstr " " 9427 1.1 christos 9428 1.7 christos #: readelf.c:7645 readelf.c:7762 9429 1.5 christos #, c-format 9430 1.7 christos msgid "Index section %s has an sh_size of %#<PRIx64> - expected %#<PRIx64>\n" 9431 1.7 christos msgstr " %s sh_size %#<PRIx64> %#<PRIx64>\n" 9432 1.5 christos 9433 1.7 christos #: readelf.c:7657 readelf.c:7774 9434 1.5 christos #, c-format 9435 1.7 christos msgid "Out of memory reading %<PRIu64> symbols\n" 9436 1.7 christos msgstr " %<PRIu64> \n" 9437 1.5 christos 9438 1.7 christos #: readelf.c:7977 readelf.c:8073 readelf.c:8090 readelf.c:8107 9439 1.5 christos msgid "Internal error: not enough buffer room for section flag info" 9440 1.5 christos msgstr " : " 9441 1.5 christos 9442 1.7 christos #: readelf.c:8115 9443 1.1 christos #, c-format 9444 1.1 christos msgid "UNKNOWN (%*.*lx)" 9445 1.1 christos msgstr " (%*.*lx)" 9446 1.1 christos 9447 1.7 christos #: readelf.c:8134 readelf.c:8149 9448 1.5 christos msgid "Compressed section is too small even for a compression header\n" 9449 1.5 christos msgstr " \n" 9450 1.5 christos 9451 1.7 christos #: readelf.c:8171 9452 1.1 christos msgid "possibly corrupt ELF file header - it has a non-zero section header offset, but no section headers\n" 9453 1.1 christos msgstr " - , \n" 9454 1.1 christos 9455 1.7 christos #: readelf.c:8176 9456 1.1 christos #, c-format 9457 1.1 christos msgid "" 9458 1.1 christos "\n" 9459 1.1 christos "There are no sections in this file.\n" 9460 1.1 christos msgstr "" 9461 1.1 christos "\n" 9462 1.1 christos " .\n" 9463 1.1 christos 9464 1.7 christos #: readelf.c:8184 readelf.c:23101 9465 1.5 christos #, c-format 9466 1.5 christos msgid "In linked file '%s': " 9467 1.5 christos msgstr " %s: " 9468 1.5 christos 9469 1.7 christos #: readelf.c:8187 9470 1.1 christos #, c-format 9471 1.7 christos msgid "There is %d section header, starting at offset %#<PRIx64>:\n" 9472 1.7 christos msgid_plural "There are %d section headers, starting at offset %#<PRIx64>:\n" 9473 1.7 christos msgstr[0] " %d , %#<PRIx64>:\n" 9474 1.7 christos msgstr[1] " %d , %#<PRIx64>:\n" 9475 1.7 christos msgstr[2] " %d , %#<PRIx64>:\n" 9476 1.1 christos 9477 1.7 christos #: readelf.c:8210 readelf.c:8893 readelf.c:9095 readelf.c:14723 readelf.c:17432 9478 1.1 christos msgid "string table" 9479 1.1 christos msgstr " " 9480 1.1 christos 9481 1.7 christos #: readelf.c:8272 9482 1.5 christos #, c-format 9483 1.7 christos msgid "Section %d has invalid sh_entsize of %<PRIx64>\n" 9484 1.7 christos msgstr " %d sh_entsize %<PRIx64>\n" 9485 1.1 christos 9486 1.7 christos #: readelf.c:8274 9487 1.1 christos #, c-format 9488 1.7 christos msgid "(Using the expected size of %<PRIx64> for the rest of this dump)\n" 9489 1.7 christos msgstr "( %<PRIx64> )\n" 9490 1.1 christos 9491 1.7 christos #: readelf.c:8298 9492 1.1 christos msgid "File contains multiple dynamic symbol tables\n" 9493 1.1 christos msgstr " \n" 9494 1.1 christos 9495 1.7 christos #: readelf.c:8313 9496 1.1 christos msgid "File contains multiple dynamic string tables\n" 9497 1.1 christos msgstr " \n" 9498 1.1 christos 9499 1.7 christos #: readelf.c:8319 9500 1.1 christos msgid "dynamic strings" 9501 1.1 christos msgstr " " 9502 1.1 christos 9503 1.7 christos #: readelf.c:8347 readelf.c:8353 9504 1.5 christos #, c-format 9505 1.5 christos msgid "Section '%s': zero-sized relocation section\n" 9506 1.5 christos msgstr " %s: \n" 9507 1.5 christos 9508 1.7 christos #: readelf.c:8366 9509 1.5 christos #, c-format 9510 1.5 christos msgid "Section '%s': has a size of zero - is this intended ?\n" 9511 1.5 christos msgstr " %s: ?\n" 9512 1.5 christos 9513 1.7 christos #: readelf.c:8452 9514 1.5 christos #, c-format 9515 1.5 christos msgid "" 9516 1.5 christos "\n" 9517 1.5 christos "Section Headers in linked file '%s':\n" 9518 1.5 christos msgstr "" 9519 1.5 christos "\n" 9520 1.5 christos " %s:\n" 9521 1.1 christos 9522 1.7 christos #: readelf.c:8455 9523 1.1 christos #, c-format 9524 1.1 christos msgid "" 9525 1.1 christos "\n" 9526 1.1 christos "Section Headers:\n" 9527 1.1 christos msgstr "" 9528 1.1 christos "\n" 9529 1.1 christos " :\n" 9530 1.1 christos 9531 1.7 christos #: readelf.c:8457 9532 1.1 christos #, c-format 9533 1.1 christos msgid "" 9534 1.1 christos "\n" 9535 1.1 christos "Section Header:\n" 9536 1.1 christos msgstr "" 9537 1.1 christos "\n" 9538 1.1 christos " :\n" 9539 1.1 christos 9540 1.7 christos #: readelf.c:8463 readelf.c:8474 readelf.c:8485 9541 1.1 christos #, c-format 9542 1.1 christos msgid " [Nr] Name\n" 9543 1.1 christos msgstr " [] \n" 9544 1.1 christos 9545 1.7 christos #: readelf.c:8464 9546 1.1 christos #, c-format 9547 1.1 christos msgid " Type Addr Off Size ES Lk Inf Al\n" 9548 1.1 christos msgstr " \n" 9549 1.1 christos 9550 1.7 christos #: readelf.c:8468 9551 1.1 christos #, c-format 9552 1.1 christos msgid " [Nr] Name Type Addr Off Size ES Flg Lk Inf Al\n" 9553 1.1 christos msgstr " [] \n" 9554 1.1 christos 9555 1.7 christos #: readelf.c:8475 9556 1.1 christos #, c-format 9557 1.1 christos msgid " Type Address Off Size ES Lk Inf Al\n" 9558 1.1 christos msgstr " \n" 9559 1.1 christos 9560 1.7 christos #: readelf.c:8479 9561 1.1 christos #, c-format 9562 1.1 christos msgid " [Nr] Name Type Address Off Size ES Flg Lk Inf Al\n" 9563 1.1 christos msgstr " [] \n" 9564 1.1 christos 9565 1.7 christos #: readelf.c:8486 9566 1.1 christos #, c-format 9567 1.1 christos msgid " Type Address Offset Link\n" 9568 1.1 christos msgstr " \n" 9569 1.1 christos 9570 1.7 christos #: readelf.c:8487 9571 1.1 christos #, c-format 9572 1.1 christos msgid " Size EntSize Info Align\n" 9573 1.1 christos msgstr " \n" 9574 1.1 christos 9575 1.7 christos #: readelf.c:8491 9576 1.1 christos #, c-format 9577 1.1 christos msgid " [Nr] Name Type Address Offset\n" 9578 1.1 christos msgstr " [] \n" 9579 1.1 christos 9580 1.7 christos #: readelf.c:8492 9581 1.1 christos #, c-format 9582 1.1 christos msgid " Size EntSize Flags Link Info Align\n" 9583 1.1 christos msgstr " . \n" 9584 1.1 christos 9585 1.7 christos #: readelf.c:8497 9586 1.1 christos #, c-format 9587 1.1 christos msgid " Flags\n" 9588 1.1 christos msgstr " \n" 9589 1.1 christos 9590 1.7 christos #: readelf.c:8527 9591 1.5 christos #, c-format 9592 1.5 christos msgid "[%2u]: Link field (%u) should index a symtab section.\n" 9593 1.5 christos msgstr "[%2u]: (%u) .\n" 9594 1.5 christos 9595 1.7 christos #: readelf.c:8540 9596 1.5 christos #, c-format 9597 1.5 christos msgid "[%2u]: Link field (%u) should index a string section.\n" 9598 1.5 christos msgstr "[%2u]: (%u) .\n" 9599 1.5 christos 9600 1.7 christos #: readelf.c:8548 readelf.c:8559 9601 1.5 christos #, c-format 9602 1.5 christos msgid "[%2u]: Unexpected value (%u) in link field.\n" 9603 1.5 christos msgstr "[%2u]: (%u) .\n" 9604 1.5 christos 9605 1.7 christos #: readelf.c:8586 9606 1.5 christos #, c-format 9607 1.5 christos msgid "[%2u]: Info field (%u) should index a relocatable section.\n" 9608 1.5 christos msgstr "[%2u]: (%u) .\n" 9609 1.5 christos 9610 1.7 christos #: readelf.c:8597 readelf.c:8624 9611 1.5 christos #, c-format 9612 1.5 christos msgid "[%2u]: Unexpected value (%u) in info field.\n" 9613 1.5 christos msgstr "[%2u]: (%u) .\n" 9614 1.5 christos 9615 1.7 christos #: readelf.c:8619 9616 1.5 christos #, c-format 9617 1.5 christos msgid "[%2u]: Expected link to another section in info field" 9618 1.5 christos msgstr "[%2u]: " 9619 1.5 christos 9620 1.7 christos #: readelf.c:8634 9621 1.5 christos #, c-format 9622 1.5 christos msgid "Size of section %u is larger than the entire file!\n" 9623 1.5 christos msgstr " %u !\n" 9624 1.5 christos 9625 1.7 christos #: readelf.c:8703 9626 1.1 christos #, c-format 9627 1.1 christos msgid "section %u: sh_link value of %u is larger than the number of sections\n" 9628 1.1 christos msgstr " %u: sh_link %u \n" 9629 1.1 christos 9630 1.7 christos #: readelf.c:8804 9631 1.5 christos msgid "compression header" 9632 1.5 christos msgstr " " 9633 1.5 christos 9634 1.7 christos #: readelf.c:8809 9635 1.5 christos #, c-format 9636 1.5 christos msgid " [<corrupt>]\n" 9637 1.5 christos msgstr " [<>]\n" 9638 1.5 christos 9639 1.7 christos #: readelf.c:8817 9640 1.5 christos #, c-format 9641 1.5 christos msgid " [<unknown>: 0x%x], " 9642 1.5 christos msgstr " [<>: 0x%x], " 9643 1.5 christos 9644 1.5 christos #. The ordering of the letters shown here matches the ordering of the 9645 1.5 christos #. corresponding SHF_xxx values, and hence the order in which these 9646 1.5 christos #. letters will be displayed to the user. 9647 1.7 christos #: readelf.c:8832 9648 1.1 christos #, c-format 9649 1.1 christos msgid "" 9650 1.1 christos "Key to Flags:\n" 9651 1.5 christos " W (write), A (alloc), X (execute), M (merge), S (strings), I (info),\n" 9652 1.5 christos " L (link order), O (extra OS processing required), G (group), T (TLS),\n" 9653 1.5 christos " C (compressed), x (unknown), o (OS specific), E (exclude),\n" 9654 1.5 christos " " 9655 1.1 christos msgstr "" 9656 1.1 christos " :\n" 9657 1.5 christos " W (), A (), X (), M (), S (), I (),\n" 9658 1.5 christos " L ( ), O ( -), G (), T (),\n" 9659 1.5 christos " C (), x (), o ( -), E (),\n" 9660 1.5 christos " " 9661 1.1 christos 9662 1.7 christos #: readelf.c:8840 9663 1.1 christos #, c-format 9664 1.5 christos msgid "R (retain), " 9665 1.5 christos msgstr "R (), " 9666 1.1 christos 9667 1.7 christos #: readelf.c:8843 9668 1.1 christos #, c-format 9669 1.5 christos msgid "D (mbind), " 9670 1.5 christos msgstr "D (mbind), " 9671 1.1 christos 9672 1.7 christos #: readelf.c:8851 9673 1.5 christos #, c-format 9674 1.5 christos msgid "l (large), " 9675 1.5 christos msgstr "l (), " 9676 1.5 christos 9677 1.7 christos #: readelf.c:8853 9678 1.5 christos #, c-format 9679 1.5 christos msgid "y (purecode), " 9680 1.5 christos msgstr "y ( ), " 9681 1.5 christos 9682 1.7 christos #: readelf.c:8855 9683 1.5 christos #, c-format 9684 1.5 christos msgid "v (VLE), " 9685 1.5 christos msgstr "v (VLE), " 9686 1.5 christos 9687 1.7 christos #: readelf.c:8883 9688 1.5 christos msgid "Bad sh_link in symbol table section\n" 9689 1.5 christos msgstr " sh_link \n" 9690 1.5 christos 9691 1.7 christos #: readelf.c:8918 9692 1.5 christos msgid "<OS specific>" 9693 1.5 christos msgstr "< ->" 9694 1.5 christos 9695 1.7 christos #: readelf.c:8919 9696 1.5 christos msgid "<PROC specific>" 9697 1.5 christos msgstr "< PROC->" 9698 1.5 christos 9699 1.7 christos #: readelf.c:8948 9700 1.5 christos #, c-format 9701 1.5 christos msgid "" 9702 1.5 christos "\n" 9703 1.5 christos "There are no sections group in linked file '%s'.\n" 9704 1.5 christos msgstr "" 9705 1.5 christos "\n" 9706 1.5 christos " %s.\n" 9707 1.5 christos 9708 1.7 christos #: readelf.c:8951 readelf.c:8990 9709 1.1 christos #, c-format 9710 1.1 christos msgid "" 9711 1.1 christos "\n" 9712 1.5 christos "There are no section groups in this file.\n" 9713 1.1 christos msgstr "" 9714 1.1 christos "\n" 9715 1.7 christos " .\n" 9716 1.1 christos 9717 1.7 christos #: readelf.c:8958 9718 1.1 christos msgid "Section headers are not available!\n" 9719 1.1 christos msgstr " !\n" 9720 1.1 christos 9721 1.7 christos #: readelf.c:8969 9722 1.5 christos #, c-format 9723 1.5 christos msgid "Out of memory reading %u section group headers\n" 9724 1.5 christos msgstr " %u \n" 9725 1.5 christos 9726 1.7 christos #: readelf.c:8987 9727 1.1 christos #, c-format 9728 1.1 christos msgid "" 9729 1.1 christos "\n" 9730 1.5 christos "There are no section groups in linked file '%s'.\n" 9731 1.1 christos msgstr "" 9732 1.1 christos "\n" 9733 1.5 christos " %s.\n" 9734 1.5 christos 9735 1.7 christos #: readelf.c:9001 9736 1.5 christos #, c-format 9737 1.7 christos msgid "Out of memory reading %zu groups\n" 9738 1.7 christos msgstr " %zu \n" 9739 1.5 christos 9740 1.7 christos #: readelf.c:9013 9741 1.5 christos #, c-format 9742 1.5 christos msgid "Section groups in linked file '%s'\n" 9743 1.5 christos msgstr " %s\n" 9744 1.1 christos 9745 1.7 christos #: readelf.c:9035 9746 1.1 christos #, c-format 9747 1.1 christos msgid "Bad sh_link in group section `%s'\n" 9748 1.1 christos msgstr " sh_link %s\n" 9749 1.1 christos 9750 1.7 christos #: readelf.c:9048 9751 1.1 christos #, c-format 9752 1.1 christos msgid "Corrupt header in group section `%s'\n" 9753 1.1 christos msgstr " %s\n" 9754 1.1 christos 9755 1.7 christos #: readelf.c:9054 readelf.c:9065 9756 1.1 christos #, c-format 9757 1.1 christos msgid "Bad sh_info in group section `%s'\n" 9758 1.1 christos msgstr " sh_info %s\n" 9759 1.1 christos 9760 1.7 christos #: readelf.c:9105 9761 1.5 christos #, c-format 9762 1.7 christos msgid "Section %s has sh_entsize (%#<PRIx64>) which is larger than its size (%#<PRIx64>)\n" 9763 1.7 christos msgstr " %s sh_entsize (%#<PRIx64>) (%#<PRIx64>)\n" 9764 1.5 christos 9765 1.7 christos #: readelf.c:9115 9766 1.1 christos msgid "section data" 9767 1.1 christos msgstr " " 9768 1.1 christos 9769 1.7 christos #: readelf.c:9126 9770 1.1 christos #, c-format 9771 1.1 christos msgid "" 9772 1.1 christos "\n" 9773 1.1 christos "%sgroup section [%5u] `%s' [%s] contains %u sections:\n" 9774 1.1 christos msgstr "" 9775 1.1 christos "\n" 9776 1.1 christos "%s [%5u] %s [%s] %u :\n" 9777 1.1 christos 9778 1.7 christos #: readelf.c:9129 9779 1.1 christos #, c-format 9780 1.1 christos msgid " [Index] Name\n" 9781 1.1 christos msgstr " [] \n" 9782 1.1 christos 9783 1.7 christos #: readelf.c:9147 9784 1.1 christos #, c-format 9785 1.1 christos msgid "section [%5u] in group section [%5u] > maximum section [%5u]\n" 9786 1.1 christos msgstr " [%5u] [%5u] > [%5u]\n" 9787 1.1 christos 9788 1.7 christos #: readelf.c:9150 9789 1.5 christos msgid "Further error messages about overlarge group section indices suppressed\n" 9790 1.5 christos msgstr " \n" 9791 1.5 christos 9792 1.7 christos #: readelf.c:9163 9793 1.1 christos #, c-format 9794 1.1 christos msgid "section [%5u] in group section [%5u] already in group section [%5u]\n" 9795 1.1 christos msgstr " [%5u] [%5u] [%5u]\n" 9796 1.1 christos 9797 1.7 christos #: readelf.c:9167 9798 1.5 christos msgid "Further error messages about already contained group sections suppressed\n" 9799 1.5 christos msgstr " \n" 9800 1.5 christos 9801 1.7 christos #: readelf.c:9179 9802 1.1 christos #, c-format 9803 1.1 christos msgid "section 0 in group section [%5u]\n" 9804 1.1 christos msgstr " 0 [%5u]\n" 9805 1.1 christos 9806 1.7 christos #: readelf.c:9246 9807 1.1 christos msgid "dynamic section image fixups" 9808 1.1 christos msgstr " " 9809 1.1 christos 9810 1.7 christos #: readelf.c:9254 9811 1.5 christos #, c-format 9812 1.7 christos msgid "corrupt library name index of %#<PRIx64> found in dynamic entry" 9813 1.7 christos msgstr " biblioteke %#<PRIx64> " 9814 1.5 christos 9815 1.7 christos #: readelf.c:9259 9816 1.1 christos #, c-format 9817 1.1 christos msgid "" 9818 1.1 christos "\n" 9819 1.7 christos "Image fixups for needed library #%<PRId64>: %s - ident: %<PRIx64>\n" 9820 1.1 christos msgstr "" 9821 1.1 christos "\n" 9822 1.7 christos " #%<PRId64>: %s : %<PRIx64>\n" 9823 1.1 christos 9824 1.7 christos #: readelf.c:9263 9825 1.1 christos #, c-format 9826 1.1 christos msgid "Seg Offset Type SymVec DataType\n" 9827 1.1 christos msgstr " \n" 9828 1.1 christos 9829 1.7 christos #: readelf.c:9297 9830 1.1 christos msgid "dynamic section image relocations" 9831 1.1 christos msgstr " " 9832 1.1 christos 9833 1.7 christos #: readelf.c:9301 9834 1.1 christos #, c-format 9835 1.1 christos msgid "" 9836 1.1 christos "\n" 9837 1.1 christos "Image relocs\n" 9838 1.1 christos msgstr "" 9839 1.1 christos "\n" 9840 1.1 christos " \n" 9841 1.1 christos 9842 1.7 christos #: readelf.c:9303 9843 1.1 christos #, c-format 9844 1.1 christos msgid "Seg Offset Type Addend Seg Sym Off\n" 9845 1.1 christos msgstr " \n" 9846 1.1 christos 9847 1.7 christos #: readelf.c:9358 9848 1.1 christos msgid "dynamic string section" 9849 1.1 christos msgstr " " 9850 1.1 christos 9851 1.7 christos #: readelf.c:9441 9852 1.5 christos #, c-format 9853 1.5 christos msgid "" 9854 1.5 christos "\n" 9855 1.7 christos "In linked file '%s' relocation section " 9856 1.5 christos msgstr "" 9857 1.5 christos "\n" 9858 1.7 christos " %s " 9859 1.5 christos 9860 1.7 christos #: readelf.c:9444 9861 1.1 christos #, c-format 9862 1.1 christos msgid "" 9863 1.1 christos "\n" 9864 1.7 christos "Relocation section " 9865 1.1 christos msgstr "" 9866 1.1 christos "\n" 9867 1.7 christos " " 9868 1.7 christos 9869 1.7 christos #: readelf.c:9463 9870 1.7 christos #, c-format 9871 1.7 christos msgid " at offset %#<PRIx64>" 9872 1.7 christos msgstr " %#<PRIx64>" 9873 1.7 christos 9874 1.7 christos #: readelf.c:9464 9875 1.7 christos #, c-format 9876 1.7 christos msgid " contains %<PRIu64> entry which relocates" 9877 1.7 christos msgid_plural " contains %<PRIu64> entries which relocate" 9878 1.7 christos msgstr[0] " %<PRIu64> " 9879 1.7 christos msgstr[1] " %<PRIu64> " 9880 1.7 christos msgstr[2] " %<PRIu64> " 9881 1.1 christos 9882 1.7 christos #: readelf.c:9467 9883 1.7 christos #, c-format 9884 1.7 christos msgid " %<PRIu64> location:\n" 9885 1.7 christos msgid_plural " %<PRIu64> locations:\n" 9886 1.7 christos msgstr[0] " %<PRIu64> :\n" 9887 1.7 christos msgstr[1] " %<PRIu64> :\n" 9888 1.7 christos msgstr[2] " %<PRIu64> :\n" 9889 1.7 christos 9890 1.7 christos #: readelf.c:9473 9891 1.7 christos #, c-format 9892 1.7 christos msgid " at offset %#<PRIx64> contains %<PRIu64> entry:\n" 9893 1.7 christos msgid_plural " at offset %#<PRIx64> contains %<PRIu64> entries:\n" 9894 1.7 christos msgstr[0] " %#<PRIx64> %<PRIu64> :\n" 9895 1.7 christos msgstr[1] " %#<PRIx64> %<PRIu64> :\n" 9896 1.7 christos msgstr[2] " %#<PRIx64> %<PRIu64> :\n" 9897 1.7 christos 9898 1.7 christos #: readelf.c:9572 9899 1.5 christos #, c-format 9900 1.5 christos msgid "" 9901 1.5 christos "\n" 9902 1.7 christos "In linked file '%s' section '%s' at offset %#<PRIx64> contains %<PRId64> bytes:\n" 9903 1.5 christos msgstr "" 9904 1.5 christos "\n" 9905 1.7 christos " %s %s %#<PRIx64> %<PRId64> :\n" 9906 1.5 christos 9907 1.7 christos #: readelf.c:9577 9908 1.1 christos #, c-format 9909 1.1 christos msgid "" 9910 1.1 christos "\n" 9911 1.7 christos "'%s' relocation section at offset %#<PRIx64> contains %<PRId64> bytes:\n" 9912 1.1 christos msgstr "" 9913 1.1 christos "\n" 9914 1.7 christos " %s %#<PRIx64> %<PRId64> :\n" 9915 1.1 christos 9916 1.7 christos #: readelf.c:9599 9917 1.5 christos #, c-format 9918 1.5 christos msgid "" 9919 1.5 christos "\n" 9920 1.7 christos "There are no dynamic relocations in linked file '%s'.\n" 9921 1.5 christos msgstr "" 9922 1.5 christos "\n" 9923 1.7 christos " %s.\n" 9924 1.5 christos 9925 1.7 christos #: readelf.c:9602 9926 1.1 christos #, c-format 9927 1.1 christos msgid "" 9928 1.1 christos "\n" 9929 1.7 christos "There are no dynamic relocations in this file.\n" 9930 1.1 christos msgstr "" 9931 1.1 christos "\n" 9932 1.7 christos " .\n" 9933 1.1 christos 9934 1.7 christos #: readelf.c:9627 9935 1.5 christos #, c-format 9936 1.5 christos msgid "" 9937 1.5 christos "\n" 9938 1.5 christos "There are no static relocations in linked file '%s'." 9939 1.5 christos msgstr "" 9940 1.5 christos "\n" 9941 1.5 christos " %s." 9942 1.5 christos 9943 1.7 christos #: readelf.c:9630 9944 1.5 christos #, c-format 9945 1.5 christos msgid "" 9946 1.5 christos "\n" 9947 1.5 christos "There are no static relocations in this file." 9948 1.5 christos msgstr "" 9949 1.5 christos "\n" 9950 1.5 christos " ." 9951 1.5 christos 9952 1.7 christos #: readelf.c:9631 9953 1.5 christos #, c-format 9954 1.5 christos msgid "" 9955 1.5 christos "\n" 9956 1.5 christos "To see the dynamic relocations add --use-dynamic to the command line.\n" 9957 1.5 christos msgstr "" 9958 1.5 christos "\n" 9959 1.5 christos " --use-dynamic .\n" 9960 1.5 christos 9961 1.7 christos #: readelf.c:9639 9962 1.1 christos #, c-format 9963 1.5 christos msgid "" 9964 1.5 christos "\n" 9965 1.5 christos "There are no relocations in linked file '%s'.\n" 9966 1.5 christos msgstr "" 9967 1.5 christos "\n" 9968 1.5 christos " %s.\n" 9969 1.1 christos 9970 1.7 christos #: readelf.c:9642 9971 1.1 christos #, c-format 9972 1.1 christos msgid "" 9973 1.1 christos "\n" 9974 1.1 christos "There are no relocations in this file.\n" 9975 1.1 christos msgstr "" 9976 1.1 christos "\n" 9977 1.1 christos " .\n" 9978 1.1 christos 9979 1.7 christos #: readelf.c:9801 9980 1.5 christos #, c-format 9981 1.7 christos msgid "Invalid section %u in table entry %td\n" 9982 1.7 christos msgstr " %u %td\n" 9983 1.5 christos 9984 1.7 christos #: readelf.c:9813 9985 1.5 christos #, c-format 9986 1.7 christos msgid "Invalid offset %<PRIx64> in table entry %td\n" 9987 1.7 christos msgstr " %<PRIx64> %td\n" 9988 1.5 christos 9989 1.7 christos #: readelf.c:9831 9990 1.1 christos #, c-format 9991 1.1 christos msgid "\tUnknown version.\n" 9992 1.1 christos msgstr "\t .\n" 9993 1.1 christos 9994 1.7 christos #: readelf.c:9894 readelf.c:10332 9995 1.1 christos msgid "unwind table" 9996 1.1 christos msgstr " " 9997 1.1 christos 9998 1.7 christos #: readelf.c:9945 readelf.c:10415 9999 1.5 christos #, c-format 10000 1.5 christos msgid "Skipping unknown relocation type: %u\n" 10001 1.5 christos msgstr " : %u\n" 10002 1.5 christos 10003 1.7 christos #: readelf.c:9951 readelf.c:10422 10004 1.5 christos #, c-format 10005 1.5 christos msgid "Skipping unexpected relocation type: %s\n" 10006 1.5 christos msgstr " : %s\n" 10007 1.5 christos 10008 1.7 christos #: readelf.c:9960 readelf.c:10429 10009 1.5 christos #, c-format 10010 1.7 christos msgid "Skipping reloc with overlarge offset: %#<PRIx64>\n" 10011 1.7 christos msgstr " : %#<PRIx64>\n" 10012 1.5 christos 10013 1.7 christos #: readelf.c:9968 readelf.c:10437 10014 1.1 christos #, c-format 10015 1.5 christos msgid "Skipping reloc with invalid symbol index: %u\n" 10016 1.5 christos msgstr " : %u\n" 10017 1.1 christos 10018 1.7 christos #: readelf.c:10016 readelf.c:10484 readelf.c:11595 10019 1.5 christos msgid "Multiple symbol tables encountered\n" 10020 1.5 christos msgstr " \n" 10021 1.5 christos 10022 1.7 christos #: readelf.c:10031 readelf.c:10500 readelf.c:11610 10023 1.1 christos #, c-format 10024 1.1 christos msgid "" 10025 1.1 christos "\n" 10026 1.1 christos "There are no unwind sections in this file.\n" 10027 1.1 christos msgstr "" 10028 1.1 christos "\n" 10029 1.1 christos " .\n" 10030 1.1 christos 10031 1.7 christos #: readelf.c:10117 10032 1.1 christos #, c-format 10033 1.1 christos msgid "" 10034 1.1 christos "\n" 10035 1.1 christos "Could not find unwind info section for " 10036 1.1 christos msgstr "" 10037 1.1 christos "\n" 10038 1.1 christos " " 10039 1.1 christos 10040 1.7 christos #: readelf.c:10129 10041 1.1 christos msgid "unwind info" 10042 1.1 christos msgstr " " 10043 1.1 christos 10044 1.7 christos #: readelf.c:10132 10045 1.1 christos #, c-format 10046 1.1 christos msgid "" 10047 1.1 christos "\n" 10048 1.1 christos "Unwind section " 10049 1.1 christos msgstr "" 10050 1.1 christos "\n" 10051 1.1 christos " " 10052 1.1 christos 10053 1.7 christos #: readelf.c:10139 10054 1.5 christos #, c-format 10055 1.7 christos msgid " at offset %#<PRIx64> contains %<PRIu64> entries:\n" 10056 1.7 christos msgstr " %#<PRIx64> %<PRIu64> :\n" 10057 1.5 christos 10058 1.7 christos #: readelf.c:10509 readelf.c:11617 10059 1.5 christos #, c-format 10060 1.5 christos msgid "" 10061 1.5 christos "\n" 10062 1.7 christos "Unwind section '%s' at offset %#<PRIx64> contains %<PRIu64> entry:\n" 10063 1.5 christos msgid_plural "" 10064 1.5 christos "\n" 10065 1.7 christos "Unwind section '%s' at offset %#<PRIx64> contains %<PRIu64> entries:\n" 10066 1.5 christos msgstr[0] "" 10067 1.5 christos "\n" 10068 1.7 christos " %s %#<PRIx64> %<PRIu64> :\n" 10069 1.5 christos msgstr[1] "" 10070 1.5 christos "\n" 10071 1.7 christos " %s %#<PRIx64> %<PRIu64> :\n" 10072 1.5 christos msgstr[2] "" 10073 1.5 christos "\n" 10074 1.7 christos " %s %#<PRIx64> %<PRIu64> :\n" 10075 1.5 christos 10076 1.7 christos #: readelf.c:10642 10077 1.1 christos msgid "unwind data" 10078 1.1 christos msgstr " " 10079 1.1 christos 10080 1.7 christos #: readelf.c:10714 10081 1.1 christos #, c-format 10082 1.7 christos msgid "Skipping unexpected relocation at offset %#<PRIx64>\n" 10083 1.7 christos msgstr " %#<PRIx64>\n" 10084 1.1 christos 10085 1.7 christos #: readelf.c:10736 10086 1.5 christos #, c-format 10087 1.5 christos msgid "Unknown section relocation type %d encountered\n" 10088 1.5 christos msgstr " %d\n" 10089 1.5 christos 10090 1.7 christos #: readelf.c:10744 10091 1.5 christos #, c-format 10092 1.7 christos msgid "Bad symbol index in unwind relocation (%<PRIu64> > %<PRIu64>)\n" 10093 1.7 christos msgstr " (%<PRIu64> > %<PRIu64>)\n" 10094 1.5 christos 10095 1.7 christos #: readelf.c:10760 10096 1.5 christos #, c-format 10097 1.5 christos msgid "Skipping unknown ARM relocation type: %d\n" 10098 1.5 christos msgstr " ARM : %d\n" 10099 1.5 christos 10100 1.7 christos #: readelf.c:10770 10101 1.5 christos #, c-format 10102 1.5 christos msgid "Skipping unexpected ARM relocation type %s\n" 10103 1.5 christos msgstr " ARM %s\n" 10104 1.5 christos 10105 1.7 christos #: readelf.c:10779 10106 1.5 christos #, c-format 10107 1.5 christos msgid "Skipping unknown C6000 relocation type: %d\n" 10108 1.5 christos msgstr " C6000 : %d\n" 10109 1.5 christos 10110 1.7 christos #: readelf.c:10789 10111 1.5 christos #, c-format 10112 1.5 christos msgid "Skipping unexpected C6000 relocation type %s\n" 10113 1.5 christos msgstr " C6000 %s\n" 10114 1.5 christos 10115 1.5 christos #. This function currently only supports ARM and TI unwinders. 10116 1.7 christos #: readelf.c:10798 10117 1.5 christos msgid "Only TI and ARM unwinders are currently supported\n" 10118 1.5 christos msgstr " TI ARM \n" 10119 1.5 christos 10120 1.7 christos #: readelf.c:10861 10121 1.1 christos #, c-format 10122 1.1 christos msgid "[Truncated opcode]\n" 10123 1.1 christos msgstr "[ ]\n" 10124 1.1 christos 10125 1.7 christos #: readelf.c:10909 readelf.c:11129 10126 1.1 christos #, c-format 10127 1.1 christos msgid "Refuse to unwind" 10128 1.1 christos msgstr " " 10129 1.1 christos 10130 1.7 christos #: readelf.c:10932 10131 1.1 christos #, c-format 10132 1.1 christos msgid " [Reserved]" 10133 1.1 christos msgstr " []" 10134 1.1 christos 10135 1.7 christos #: readelf.c:10960 10136 1.1 christos #, c-format 10137 1.1 christos msgid " finish" 10138 1.1 christos msgstr " " 10139 1.1 christos 10140 1.7 christos #: readelf.c:10965 readelf.c:11062 10141 1.1 christos #, c-format 10142 1.1 christos msgid "[Spare]" 10143 1.1 christos msgstr "[]" 10144 1.1 christos 10145 1.7 christos #: readelf.c:10999 10146 1.5 christos msgid "corrupt change to vsp\n" 10147 1.5 christos msgstr " vsp\n" 10148 1.5 christos 10149 1.7 christos #: readelf.c:11025 10150 1.5 christos #, c-format 10151 1.5 christos msgid " pop {ra_auth_code}" 10152 1.5 christos msgstr " pop {ra_auth_code}" 10153 1.5 christos 10154 1.7 christos #: readelf.c:11027 10155 1.7 christos #, c-format 10156 1.7 christos msgid " vsp as modifier for PAC validation" 10157 1.7 christos msgstr " vsp PAC " 10158 1.7 christos 10159 1.7 christos #: readelf.c:11084 readelf.c:11241 10160 1.1 christos #, c-format 10161 1.1 christos msgid " [unsupported opcode]" 10162 1.1 christos msgstr " [ ]" 10163 1.1 christos 10164 1.7 christos #: readelf.c:11177 10165 1.1 christos #, c-format 10166 1.1 christos msgid "pop frame {" 10167 1.1 christos msgstr " {" 10168 1.1 christos 10169 1.7 christos #: readelf.c:11180 10170 1.5 christos #, c-format 10171 1.5 christos msgid "*corrupt* - no registers specified" 10172 1.5 christos msgstr "** " 10173 1.5 christos 10174 1.7 christos #: readelf.c:11194 10175 1.1 christos msgid "[pad]" 10176 1.1 christos msgstr "[]" 10177 1.1 christos 10178 1.7 christos #: readelf.c:11223 10179 1.5 christos msgid "Corrupt stack pointer adjustment detected\n" 10180 1.5 christos msgstr " \n" 10181 1.5 christos 10182 1.7 christos #: readelf.c:11230 10183 1.1 christos #, c-format 10184 1.7 christos msgid "sp = sp + %<PRId64>" 10185 1.7 christos msgstr "sp = sp + %<PRId64>" 10186 1.1 christos 10187 1.7 christos #: readelf.c:11305 10188 1.1 christos #, c-format 10189 1.1 christos msgid " Personality routine: " 10190 1.1 christos msgstr " : " 10191 1.1 christos 10192 1.7 christos #: readelf.c:11337 10193 1.1 christos #, c-format 10194 1.1 christos msgid " [Truncated data]\n" 10195 1.1 christos msgstr " [ ]\n" 10196 1.1 christos 10197 1.7 christos #: readelf.c:11361 10198 1.1 christos #, c-format 10199 1.1 christos msgid "Corrupt ARM compact model table entry: %x \n" 10200 1.1 christos msgstr " : %x \n" 10201 1.1 christos 10202 1.7 christos #: readelf.c:11366 10203 1.1 christos #, c-format 10204 1.1 christos msgid " Compact model index: %d\n" 10205 1.1 christos msgstr " : %d\n" 10206 1.1 christos 10207 1.7 christos #: readelf.c:11392 10208 1.1 christos msgid "Unknown ARM compact model index encountered\n" 10209 1.5 christos msgstr " \n" 10210 1.1 christos 10211 1.7 christos #: readelf.c:11393 10212 1.1 christos #, c-format 10213 1.1 christos msgid " [reserved]\n" 10214 1.1 christos msgstr " []\n" 10215 1.1 christos 10216 1.7 christos #: readelf.c:11408 10217 1.1 christos #, c-format 10218 1.1 christos msgid " Restore stack from frame pointer\n" 10219 1.1 christos msgstr " \n" 10220 1.1 christos 10221 1.7 christos #: readelf.c:11410 10222 1.1 christos #, c-format 10223 1.1 christos msgid " Stack increment %d\n" 10224 1.1 christos msgstr " %d\n" 10225 1.1 christos 10226 1.7 christos #: readelf.c:11411 10227 1.1 christos #, c-format 10228 1.1 christos msgid " Registers restored: " 10229 1.1 christos msgstr " : " 10230 1.1 christos 10231 1.7 christos #: readelf.c:11416 10232 1.1 christos #, c-format 10233 1.1 christos msgid " Return register: %s\n" 10234 1.1 christos msgstr " : %s\n" 10235 1.1 christos 10236 1.7 christos #: readelf.c:11420 10237 1.1 christos #, c-format 10238 1.1 christos msgid " [reserved (%d)]\n" 10239 1.1 christos msgstr " [ (%d)]\n" 10240 1.1 christos 10241 1.7 christos #: readelf.c:11424 10242 1.1 christos #, c-format 10243 1.5 christos msgid "Unsupported architecture type %d encountered when decoding unwind table\n" 10244 1.5 christos msgstr " %d \n" 10245 1.1 christos 10246 1.7 christos #: readelf.c:11479 10247 1.1 christos #, c-format 10248 1.1 christos msgid "corrupt index table entry: %x\n" 10249 1.1 christos msgstr " : %x\n" 10250 1.1 christos 10251 1.7 christos #: readelf.c:11518 10252 1.5 christos #, c-format 10253 1.7 christos msgid "Unwind entry contains corrupt offset (%#<PRIx64>) into section %s\n" 10254 1.7 christos msgstr " (%#<PRIx64>) %s\n" 10255 1.5 christos 10256 1.7 christos #: readelf.c:11534 10257 1.1 christos #, c-format 10258 1.7 christos msgid "Could not locate .ARM.extab section containing %#<PRIx64>.\n" 10259 1.7 christos msgstr " .ARM.extab %#<PRIx64>.\n" 10260 1.1 christos 10261 1.7 christos #: readelf.c:11578 10262 1.1 christos #, c-format 10263 1.5 christos msgid "Unsupported architecture type %d encountered when processing unwind table\n" 10264 1.5 christos msgstr " %d \n" 10265 1.1 christos 10266 1.7 christos #: readelf.c:11640 10267 1.1 christos #, c-format 10268 1.5 christos msgid "No processor specific unwind information to decode\n" 10269 1.5 christos msgstr " \n" 10270 1.1 christos 10271 1.7 christos #: readelf.c:11670 10272 1.1 christos #, c-format 10273 1.1 christos msgid "" 10274 1.1 christos "\n" 10275 1.1 christos "The decoding of unwind sections for machine type %s is not currently supported.\n" 10276 1.1 christos msgstr "" 10277 1.1 christos "\n" 10278 1.1 christos " %s .\n" 10279 1.1 christos 10280 1.7 christos #: readelf.c:11697 10281 1.1 christos #, c-format 10282 1.1 christos msgid "NONE" 10283 1.1 christos msgstr "" 10284 1.1 christos 10285 1.7 christos #: readelf.c:11722 10286 1.1 christos #, c-format 10287 1.1 christos msgid "Interface Version: %s" 10288 1.1 christos msgstr " : %s" 10289 1.1 christos 10290 1.7 christos #: readelf.c:11725 10291 1.5 christos #, c-format 10292 1.7 christos msgid "Interface Version: <corrupt: %<PRIx64>>" 10293 1.7 christos msgstr " : <: %<PRIx64>>" 10294 1.1 christos 10295 1.7 christos #: readelf.c:11743 10296 1.1 christos #, c-format 10297 1.1 christos msgid "Time Stamp: %s" 10298 1.1 christos msgstr " : %s" 10299 1.1 christos 10300 1.7 christos #: readelf.c:11932 readelf.c:11982 10301 1.1 christos msgid "dynamic section" 10302 1.1 christos msgstr " " 10303 1.1 christos 10304 1.7 christos #: readelf.c:11952 readelf.c:12003 readelf.c:12111 10305 1.5 christos #, c-format 10306 1.7 christos msgid "Out of memory allocating space for %<PRIu64> dynamic entries\n" 10307 1.7 christos msgstr " %<PRIu64> \n" 10308 1.5 christos 10309 1.7 christos #: readelf.c:12077 10310 1.5 christos #, c-format 10311 1.7 christos msgid "Size overflow prevents reading %<PRIu64> elements of size %u\n" 10312 1.7 christos msgstr " %<PRIu64> %u\n" 10313 1.5 christos 10314 1.7 christos #: readelf.c:12087 10315 1.5 christos #, c-format 10316 1.7 christos msgid "Invalid number of dynamic entries: %<PRIu64>\n" 10317 1.7 christos msgstr " : %<PRIu64>\n" 10318 1.5 christos 10319 1.7 christos #: readelf.c:12095 10320 1.5 christos #, c-format 10321 1.7 christos msgid "Out of memory reading %<PRIu64> dynamic entries\n" 10322 1.7 christos msgstr " %<PRIu64> \n" 10323 1.5 christos 10324 1.7 christos #: readelf.c:12102 10325 1.5 christos #, c-format 10326 1.7 christos msgid "Unable to read in %<PRIu64> bytes of dynamic data\n" 10327 1.7 christos msgstr " %<PRIu64> \n" 10328 1.5 christos 10329 1.7 christos #: readelf.c:12152 readelf.c:12206 readelf.c:12230 readelf.c:12263 10330 1.7 christos #: readelf.c:12289 readelf.c:12308 10331 1.5 christos msgid "Unable to seek to start of dynamic information\n" 10332 1.5 christos msgstr " \n" 10333 1.5 christos 10334 1.7 christos #: readelf.c:12158 readelf.c:12212 10335 1.5 christos msgid "Failed to read in number of buckets\n" 10336 1.5 christos msgstr " \n" 10337 1.5 christos 10338 1.7 christos #: readelf.c:12164 10339 1.5 christos msgid "Failed to read in number of chains\n" 10340 1.5 christos msgstr " \n" 10341 1.5 christos 10342 1.7 christos #: readelf.c:12271 10343 1.5 christos msgid "Failed to determine last chain length\n" 10344 1.5 christos msgstr " \n" 10345 1.5 christos 10346 1.7 christos #: readelf.c:12371 10347 1.5 christos #, c-format 10348 1.5 christos msgid "" 10349 1.5 christos "\n" 10350 1.5 christos "There is no dynamic section in linked file '%s'.\n" 10351 1.5 christos msgstr "" 10352 1.5 christos "\n" 10353 1.5 christos " %s.\n" 10354 1.5 christos 10355 1.7 christos #: readelf.c:12374 10356 1.1 christos #, c-format 10357 1.1 christos msgid "" 10358 1.1 christos "\n" 10359 1.1 christos "There is no dynamic section in this file.\n" 10360 1.1 christos msgstr "" 10361 1.1 christos "\n" 10362 1.1 christos " .\n" 10363 1.1 christos 10364 1.5 christos #. See PR 21379 for a reproducer. 10365 1.7 christos #: readelf.c:12434 10366 1.5 christos msgid "Invalid PT_LOAD entry\n" 10367 1.5 christos msgstr " PT_LOAD \n" 10368 1.5 christos 10369 1.7 christos #: readelf.c:12460 10370 1.5 christos msgid "the .dynsym section doesn't match the DT_SYMTAB and DT_SYMENT tags\n" 10371 1.5 christos msgstr " .dynsym DT_SYMTAB DT_SYMENT\n" 10372 1.5 christos 10373 1.7 christos #: readelf.c:12470 10374 1.5 christos msgid "Corrupt DT_SYMTAB dynamic entry\n" 10375 1.5 christos msgstr " DT_SYMTAB\n" 10376 1.5 christos 10377 1.7 christos #: readelf.c:12506 10378 1.5 christos msgid "the .dynstr section doesn't match the DT_STRTAB and DT_STRSZ tags\n" 10379 1.5 christos msgstr " .dynstr DT_STRTAB DT_STRSZ\n" 10380 1.1 christos 10381 1.7 christos #: readelf.c:12511 10382 1.1 christos msgid "dynamic string table" 10383 1.1 christos msgstr " " 10384 1.1 christos 10385 1.7 christos #: readelf.c:12514 10386 1.5 christos msgid "Corrupt DT_STRTAB dynamic entry\n" 10387 1.5 christos msgstr " DT_STRTAB\n" 10388 1.5 christos 10389 1.7 christos #: readelf.c:12539 10390 1.5 christos #, c-format 10391 1.5 christos msgid "Bad value (%d) for SYMINENT entry\n" 10392 1.5 christos msgstr " (%d) SYMINENT \n" 10393 1.5 christos 10394 1.7 christos #: readelf.c:12558 10395 1.1 christos msgid "symbol information" 10396 1.1 christos msgstr " " 10397 1.1 christos 10398 1.7 christos #: readelf.c:12564 10399 1.5 christos msgid "Multiple dynamic symbol information sections found\n" 10400 1.5 christos msgstr " \n" 10401 1.5 christos 10402 1.7 christos #: readelf.c:12570 10403 1.5 christos #, c-format 10404 1.7 christos msgid "Out of memory allocating %<PRIu64> bytes for dynamic symbol info\n" 10405 1.7 christos msgstr " %<PRIu64> \n" 10406 1.5 christos 10407 1.7 christos #: readelf.c:12594 10408 1.5 christos #, c-format 10409 1.5 christos msgid "" 10410 1.5 christos "\n" 10411 1.7 christos "In linked file '%s' the dynamic section at offset %#<PRIx64> contains %<PRIu64> entry:\n" 10412 1.5 christos msgid_plural "" 10413 1.5 christos "\n" 10414 1.7 christos "In linked file '%s' the dynamic section at offset %#<PRIx64> contains %<PRIu64> entries:\n" 10415 1.5 christos msgstr[0] "" 10416 1.5 christos "\n" 10417 1.7 christos " %s %#<PRIx64> %<PRIu64> :\n" 10418 1.5 christos msgstr[1] "" 10419 1.5 christos "\n" 10420 1.7 christos " %s %#<PRIx64> %<PRIu64> :\n" 10421 1.5 christos msgstr[2] "" 10422 1.5 christos "\n" 10423 1.7 christos " %s %#<PRIx64> %<PRIu64> :\n" 10424 1.5 christos 10425 1.7 christos #: readelf.c:12601 10426 1.1 christos #, c-format 10427 1.1 christos msgid "" 10428 1.1 christos "\n" 10429 1.7 christos "Dynamic section at offset %#<PRIx64> contains %<PRIu64> entry:\n" 10430 1.5 christos msgid_plural "" 10431 1.5 christos "\n" 10432 1.7 christos "Dynamic section at offset %#<PRIx64> contains %<PRIu64> entries:\n" 10433 1.5 christos msgstr[0] "" 10434 1.5 christos "\n" 10435 1.7 christos " %#<PRIx64> %<PRIu64> :\n" 10436 1.5 christos msgstr[1] "" 10437 1.5 christos "\n" 10438 1.7 christos " %#<PRIx64> %<PRIu64> :\n" 10439 1.5 christos msgstr[2] "" 10440 1.1 christos "\n" 10441 1.7 christos " %#<PRIx64> %<PRIu64> :\n" 10442 1.1 christos 10443 1.7 christos #: readelf.c:12608 10444 1.1 christos #, c-format 10445 1.1 christos msgid " Tag Type Name/Value\n" 10446 1.1 christos msgstr " /\n" 10447 1.1 christos 10448 1.7 christos #: readelf.c:12642 10449 1.1 christos #, c-format 10450 1.1 christos msgid "Auxiliary library" 10451 1.1 christos msgstr " " 10452 1.1 christos 10453 1.7 christos #: readelf.c:12646 10454 1.1 christos #, c-format 10455 1.1 christos msgid "Filter library" 10456 1.1 christos msgstr " " 10457 1.1 christos 10458 1.7 christos #: readelf.c:12650 10459 1.1 christos #, c-format 10460 1.1 christos msgid "Configuration file" 10461 1.1 christos msgstr " " 10462 1.1 christos 10463 1.7 christos #: readelf.c:12654 10464 1.1 christos #, c-format 10465 1.1 christos msgid "Dependency audit library" 10466 1.1 christos msgstr " " 10467 1.1 christos 10468 1.7 christos #: readelf.c:12658 10469 1.1 christos #, c-format 10470 1.1 christos msgid "Audit library" 10471 1.1 christos msgstr " " 10472 1.1 christos 10473 1.7 christos #: readelf.c:12677 readelf.c:12705 readelf.c:12733 readelf.c:13073 10474 1.1 christos #, c-format 10475 1.1 christos msgid "Flags:" 10476 1.1 christos msgstr ":" 10477 1.1 christos 10478 1.7 christos #: readelf.c:12680 readelf.c:12708 readelf.c:12735 readelf.c:13075 10479 1.1 christos #, c-format 10480 1.1 christos msgid " None\n" 10481 1.1 christos msgstr " \n" 10482 1.1 christos 10483 1.7 christos #: readelf.c:12942 10484 1.1 christos #, c-format 10485 1.1 christos msgid "Shared library: [%s]" 10486 1.1 christos msgstr " : [%s]" 10487 1.1 christos 10488 1.7 christos #: readelf.c:12946 10489 1.1 christos #, c-format 10490 1.1 christos msgid " program interpreter" 10491 1.1 christos msgstr " " 10492 1.1 christos 10493 1.7 christos #: readelf.c:12950 10494 1.1 christos #, c-format 10495 1.1 christos msgid "Library soname: [%s]" 10496 1.1 christos msgstr " : [%s]" 10497 1.1 christos 10498 1.7 christos #: readelf.c:12954 10499 1.1 christos #, c-format 10500 1.1 christos msgid "Library rpath: [%s]" 10501 1.1 christos msgstr " : [%s]" 10502 1.1 christos 10503 1.7 christos #: readelf.c:12958 10504 1.1 christos #, c-format 10505 1.1 christos msgid "Library runpath: [%s]" 10506 1.1 christos msgstr "_ : [%s]" 10507 1.1 christos 10508 1.7 christos #: readelf.c:12995 10509 1.1 christos #, c-format 10510 1.1 christos msgid " (bytes)\n" 10511 1.1 christos msgstr " ()\n" 10512 1.1 christos 10513 1.7 christos #: readelf.c:13026 10514 1.1 christos #, c-format 10515 1.1 christos msgid "Not needed object: [%s]\n" 10516 1.1 christos msgstr " : [%s]\n" 10517 1.1 christos 10518 1.7 christos #: readelf.c:13051 10519 1.5 christos #, c-format 10520 1.7 christos msgid "<corrupt time val: %<PRIx64>" 10521 1.7 christos msgstr "< : %<PRIx64>" 10522 1.5 christos 10523 1.7 christos #: readelf.c:13194 10524 1.5 christos #, c-format 10525 1.5 christos msgid "" 10526 1.5 christos "\n" 10527 1.5 christos "In linked file '%s' the version definition section '%s' contains %u entry:\n" 10528 1.5 christos msgid_plural "" 10529 1.5 christos "\n" 10530 1.5 christos "In linked file '%s' the version definition section '%s' contains %u entries:\n" 10531 1.5 christos msgstr[0] "" 10532 1.5 christos "\n" 10533 1.5 christos " %s %s %u :\n" 10534 1.5 christos msgstr[1] "" 10535 1.5 christos "\n" 10536 1.5 christos " %s %s %u :\n" 10537 1.5 christos msgstr[2] "" 10538 1.5 christos "\n" 10539 1.5 christos " %s %s %u :\n" 10540 1.1 christos 10541 1.7 christos #: readelf.c:13201 10542 1.1 christos #, c-format 10543 1.1 christos msgid "" 10544 1.1 christos "\n" 10545 1.5 christos "Version definition section '%s' contains %u entry:\n" 10546 1.5 christos msgid_plural "" 10547 1.5 christos "\n" 10548 1.1 christos "Version definition section '%s' contains %u entries:\n" 10549 1.5 christos msgstr[0] "" 10550 1.5 christos "\n" 10551 1.5 christos " %s %u :\n" 10552 1.5 christos msgstr[1] "" 10553 1.5 christos "\n" 10554 1.5 christos " %s %u :\n" 10555 1.5 christos msgstr[2] "" 10556 1.1 christos "\n" 10557 1.1 christos " %s %u :\n" 10558 1.1 christos 10559 1.7 christos #: readelf.c:13209 readelf.c:13355 readelf.c:13520 10560 1.1 christos #, c-format 10561 1.7 christos msgid " Addr: 0x%016<PRIx64>" 10562 1.7 christos msgstr " : 0x%016<PRIx64>" 10563 1.1 christos 10564 1.7 christos #: readelf.c:13210 readelf.c:13356 readelf.c:13521 10565 1.1 christos #, c-format 10566 1.7 christos msgid " Offset: 0x%08<PRIx64> Link: %u (%s)\n" 10567 1.7 christos msgstr " : 0x%08<PRIx64> : %u (%s)\n" 10568 1.1 christos 10569 1.7 christos #: readelf.c:13216 10570 1.1 christos msgid "version definition section" 10571 1.1 christos msgstr " " 10572 1.1 christos 10573 1.7 christos #: readelf.c:13245 10574 1.1 christos #, c-format 10575 1.7 christos msgid " %#06zx: Rev: %d Flags: %s" 10576 1.7 christos msgstr " %#06zx: : %d : %s" 10577 1.1 christos 10578 1.7 christos #: readelf.c:13248 10579 1.1 christos #, c-format 10580 1.1 christos msgid " Index: %d Cnt: %d " 10581 1.1 christos msgstr " : %d : %d " 10582 1.1 christos 10583 1.7 christos #: readelf.c:13265 10584 1.1 christos #, c-format 10585 1.1 christos msgid "Name: %s\n" 10586 1.1 christos msgstr ": %s\n" 10587 1.1 christos 10588 1.7 christos #: readelf.c:13268 10589 1.1 christos #, c-format 10590 1.1 christos msgid "Name index: %ld\n" 10591 1.1 christos msgstr " : %ld\n" 10592 1.1 christos 10593 1.7 christos #: readelf.c:13277 10594 1.1 christos #, c-format 10595 1.5 christos msgid "Invalid vda_next field of %lx\n" 10596 1.5 christos msgstr " vda_next %lx\n" 10597 1.1 christos 10598 1.7 christos #: readelf.c:13297 10599 1.1 christos #, c-format 10600 1.7 christos msgid " %#06zx: Parent %d: %s\n" 10601 1.7 christos msgstr " %#06zx: %d: %s\n" 10602 1.1 christos 10603 1.7 christos #: readelf.c:13301 10604 1.5 christos #, c-format 10605 1.7 christos msgid " %#06zx: Parent %d, name index: %ld\n" 10606 1.7 christos msgstr " %#06zx: %d, : %ld\n" 10607 1.5 christos 10608 1.7 christos #: readelf.c:13306 10609 1.1 christos #, c-format 10610 1.1 christos msgid " Version def aux past end of section\n" 10611 1.1 christos msgstr " aux \n" 10612 1.1 christos 10613 1.7 christos #: readelf.c:13313 10614 1.5 christos #, c-format 10615 1.5 christos msgid "Invalid vd_next field of %lx\n" 10616 1.5 christos msgstr " vd_next %lx\n" 10617 1.5 christos 10618 1.7 christos #: readelf.c:13324 10619 1.1 christos #, c-format 10620 1.1 christos msgid " Version definition past end of section\n" 10621 1.1 christos msgstr " \n" 10622 1.1 christos 10623 1.7 christos #: readelf.c:13340 10624 1.1 christos #, c-format 10625 1.1 christos msgid "" 10626 1.1 christos "\n" 10627 1.5 christos "In linked file '%s' the version needs section '%s' contains %u entry:\n" 10628 1.5 christos msgid_plural "" 10629 1.5 christos "\n" 10630 1.5 christos "In linked file '%s' the version needs section '%s' contains %u entries:\n" 10631 1.5 christos msgstr[0] "" 10632 1.5 christos "\n" 10633 1.5 christos " %s %s %u :\n" 10634 1.5 christos msgstr[1] "" 10635 1.5 christos "\n" 10636 1.5 christos " %s %s %u :\n" 10637 1.5 christos msgstr[2] "" 10638 1.1 christos "\n" 10639 1.5 christos " %s %s %u :\n" 10640 1.1 christos 10641 1.7 christos #: readelf.c:13347 10642 1.1 christos #, c-format 10643 1.5 christos msgid "" 10644 1.5 christos "\n" 10645 1.5 christos "Version needs section '%s' contains %u entry:\n" 10646 1.5 christos msgid_plural "" 10647 1.5 christos "\n" 10648 1.5 christos "Version needs section '%s' contains %u entries:\n" 10649 1.5 christos msgstr[0] "" 10650 1.5 christos "\n" 10651 1.5 christos " %s %u :\n" 10652 1.5 christos msgstr[1] "" 10653 1.5 christos "\n" 10654 1.5 christos " %s %u :\n" 10655 1.5 christos msgstr[2] "" 10656 1.5 christos "\n" 10657 1.5 christos " %s %u :\n" 10658 1.1 christos 10659 1.7 christos #: readelf.c:13363 10660 1.1 christos msgid "Version Needs section" 10661 1.1 christos msgstr " " 10662 1.1 christos 10663 1.7 christos #: readelf.c:13388 10664 1.1 christos #, c-format 10665 1.7 christos msgid " %#06zx: Version: %d" 10666 1.7 christos msgstr " %#06zx: : %d" 10667 1.1 christos 10668 1.7 christos #: readelf.c:13391 10669 1.1 christos #, c-format 10670 1.1 christos msgid " File: %s" 10671 1.1 christos msgstr " : %s" 10672 1.1 christos 10673 1.7 christos #: readelf.c:13394 10674 1.1 christos #, c-format 10675 1.1 christos msgid " File: %lx" 10676 1.1 christos msgstr " : %lx" 10677 1.1 christos 10678 1.7 christos #: readelf.c:13396 10679 1.1 christos #, c-format 10680 1.1 christos msgid " Cnt: %d\n" 10681 1.1 christos msgstr " : %d\n" 10682 1.1 christos 10683 1.7 christos #: readelf.c:13419 10684 1.1 christos #, c-format 10685 1.7 christos msgid " %#06zx: Name: %s" 10686 1.7 christos msgstr " %#06zx: : %s" 10687 1.1 christos 10688 1.7 christos #: readelf.c:13422 10689 1.1 christos #, c-format 10690 1.7 christos msgid " %#06zx: Name index: %lx" 10691 1.7 christos msgstr " %#06zx: : %lx" 10692 1.1 christos 10693 1.7 christos #: readelf.c:13425 10694 1.1 christos #, c-format 10695 1.1 christos msgid " Flags: %s Version: %d\n" 10696 1.1 christos msgstr " : %s : %d\n" 10697 1.1 christos 10698 1.7 christos #: readelf.c:13431 10699 1.5 christos #, c-format 10700 1.5 christos msgid "Invalid vna_next field of %lx\n" 10701 1.5 christos msgstr " vna_next %lx\n" 10702 1.5 christos 10703 1.7 christos #: readelf.c:13444 10704 1.5 christos msgid "Missing Version Needs auxiliary information\n" 10705 1.5 christos msgstr " \n" 10706 1.1 christos 10707 1.7 christos #: readelf.c:13449 10708 1.5 christos #, c-format 10709 1.5 christos msgid "Invalid vn_next field of %lx\n" 10710 1.5 christos msgstr " vn_next %lx\n" 10711 1.5 christos 10712 1.7 christos #: readelf.c:13459 10713 1.1 christos msgid "Missing Version Needs information\n" 10714 1.1 christos msgstr " \n" 10715 1.1 christos 10716 1.7 christos #: readelf.c:13497 10717 1.1 christos msgid "version string table" 10718 1.1 christos msgstr " " 10719 1.1 christos 10720 1.7 christos #: readelf.c:13505 10721 1.1 christos #, c-format 10722 1.1 christos msgid "" 10723 1.1 christos "\n" 10724 1.7 christos "In linked file '%s' the version symbols section '%s' contains %<PRIu64> entry:\n" 10725 1.5 christos msgid_plural "" 10726 1.5 christos "\n" 10727 1.7 christos "In linked file '%s' the version symbols section '%s' contains %<PRIu64> entries:\n" 10728 1.5 christos msgstr[0] "" 10729 1.5 christos "\n" 10730 1.7 christos " %s %s %<PRIu64> :\n" 10731 1.5 christos msgstr[1] "" 10732 1.5 christos "\n" 10733 1.7 christos " %s %s %<PRIu64> :\n" 10734 1.5 christos msgstr[2] "" 10735 1.1 christos "\n" 10736 1.7 christos " %s %s %<PRIu64> :\n" 10737 1.1 christos 10738 1.7 christos #: readelf.c:13512 10739 1.1 christos #, c-format 10740 1.5 christos msgid "" 10741 1.5 christos "\n" 10742 1.7 christos "Version symbols section '%s' contains %<PRIu64> entry:\n" 10743 1.5 christos msgid_plural "" 10744 1.5 christos "\n" 10745 1.7 christos "Version symbols section '%s' contains %<PRIu64> entries:\n" 10746 1.5 christos msgstr[0] "" 10747 1.5 christos "\n" 10748 1.7 christos " %s %<PRIu64> :\n" 10749 1.5 christos msgstr[1] "" 10750 1.5 christos "\n" 10751 1.7 christos " %s %<PRIu64> :\n" 10752 1.5 christos msgstr[2] "" 10753 1.5 christos "\n" 10754 1.7 christos " %s %<PRIu64> :\n" 10755 1.1 christos 10756 1.7 christos #: readelf.c:13530 10757 1.1 christos msgid "version symbol data" 10758 1.1 christos msgstr " " 10759 1.1 christos 10760 1.7 christos #: readelf.c:13550 10761 1.5 christos msgid "*invalid*" 10762 1.5 christos msgstr "**" 10763 1.5 christos 10764 1.7 christos #: readelf.c:13558 10765 1.1 christos msgid " 0 (*local*) " 10766 1.1 christos msgstr " 0 (**) " 10767 1.1 christos 10768 1.7 christos #: readelf.c:13562 10769 1.1 christos msgid " 1 (*global*) " 10770 1.1 christos msgstr " 1 (**) " 10771 1.1 christos 10772 1.7 christos #: readelf.c:13573 10773 1.1 christos msgid "invalid index into symbol array\n" 10774 1.1 christos msgstr " \n" 10775 1.1 christos 10776 1.7 christos #: readelf.c:13596 readelf.c:14148 10777 1.1 christos msgid "version need" 10778 1.1 christos msgstr " need" 10779 1.1 christos 10780 1.7 christos #: readelf.c:13607 10781 1.1 christos msgid "version need aux (2)" 10782 1.1 christos msgstr " need aux (2)" 10783 1.1 christos 10784 1.7 christos #: readelf.c:13654 readelf.c:14092 10785 1.1 christos msgid "version def" 10786 1.1 christos msgstr " " 10787 1.1 christos 10788 1.7 christos #: readelf.c:13682 readelf.c:14123 10789 1.1 christos msgid "version def aux" 10790 1.1 christos msgstr " " 10791 1.1 christos 10792 1.7 christos #: readelf.c:13690 10793 1.5 christos msgid "*both*" 10794 1.5 christos msgstr "**" 10795 1.5 christos 10796 1.7 christos #: readelf.c:13722 10797 1.5 christos #, c-format 10798 1.5 christos msgid "" 10799 1.5 christos "\n" 10800 1.5 christos "No version information found in linked file '%s'.\n" 10801 1.5 christos msgstr "" 10802 1.5 christos "\n" 10803 1.5 christos " %s.\n" 10804 1.5 christos 10805 1.7 christos #: readelf.c:13725 10806 1.1 christos #, c-format 10807 1.1 christos msgid "" 10808 1.1 christos "\n" 10809 1.1 christos "No version information found in this file.\n" 10810 1.1 christos msgstr "" 10811 1.1 christos "\n" 10812 1.1 christos " .\n" 10813 1.1 christos 10814 1.7 christos #: readelf.c:13821 10815 1.5 christos #, c-format 10816 1.5 christos msgid "Unrecognized visibility value: %u\n" 10817 1.5 christos msgstr " : %u\n" 10818 1.5 christos 10819 1.7 christos #: readelf.c:13834 10820 1.5 christos #, c-format 10821 1.5 christos msgid "Unrecognized alpha specific other value: %u\n" 10822 1.5 christos msgstr " alpha : %u\n" 10823 1.5 christos 10824 1.7 christos #: readelf.c:13911 10825 1.5 christos #, c-format 10826 1.5 christos msgid "Unrecognized IA64 VMS ST Function type: %d\n" 10827 1.5 christos msgstr " IA64 VMS ST : %d\n" 10828 1.5 christos 10829 1.7 christos #: readelf.c:13935 10830 1.5 christos #, c-format 10831 1.5 christos msgid "Unrecognized IA64 VMS ST Linkage: %d\n" 10832 1.5 christos msgstr " IA64 VMS ST : %d\n" 10833 1.5 christos 10834 1.7 christos #: readelf.c:13961 10835 1.1 christos #, c-format 10836 1.1 christos msgid "<localentry>: %d" 10837 1.1 christos msgstr "<_>: %d" 10838 1.1 christos 10839 1.7 christos #: readelf.c:13975 10840 1.5 christos msgid " VARIANT_CC" 10841 1.5 christos msgstr " VARIANT_CC" 10842 1.5 christos 10843 1.7 christos #: readelf.c:14026 10844 1.1 christos #, c-format 10845 1.1 christos msgid "<other>: %x" 10846 1.1 christos msgstr "<>: %x" 10847 1.1 christos 10848 1.7 christos #: readelf.c:14054 10849 1.5 christos msgid "version data" 10850 1.5 christos msgstr " " 10851 1.1 christos 10852 1.7 christos #: readelf.c:14166 10853 1.5 christos msgid "version need aux (3)" 10854 1.5 christos msgstr " need aux (3)" 10855 1.5 christos 10856 1.7 christos #: readelf.c:14357 10857 1.1 christos #, c-format 10858 1.7 christos msgid "local symbol %<PRIu64> found at index >= %s's sh_info value of %u\n" 10859 1.7 christos msgstr " %<PRIu64> >= %s sh_info %u\n" 10860 1.1 christos 10861 1.7 christos #: readelf.c:14376 10862 1.5 christos #, c-format 10863 1.5 christos msgid "Unknown LTO symbol definition encountered: %u\n" 10864 1.5 christos msgstr " LTO : %u\n" 10865 1.1 christos 10866 1.7 christos #: readelf.c:14395 10867 1.5 christos #, c-format 10868 1.5 christos msgid "Unknown LTO symbol visibility encountered: %u\n" 10869 1.5 christos msgstr " LTO : %u\n" 10870 1.1 christos 10871 1.7 christos #: readelf.c:14413 10872 1.5 christos #, c-format 10873 1.5 christos msgid "Unknown LTO symbol type encountered: %u\n" 10874 1.5 christos msgstr " LTO : %u\n" 10875 1.1 christos 10876 1.7 christos #: readelf.c:14429 10877 1.5 christos #, c-format 10878 1.5 christos msgid "" 10879 1.5 christos "\n" 10880 1.5 christos "The LTO Symbol table section '%s' in linked file '%s' is empty!\n" 10881 1.5 christos msgstr "" 10882 1.5 christos "\n" 10883 1.5 christos " LTO %s %s !\n" 10884 1.1 christos 10885 1.7 christos #: readelf.c:14433 10886 1.1 christos #, c-format 10887 1.1 christos msgid "" 10888 1.1 christos "\n" 10889 1.5 christos "LTO Symbol table '%s' is empty!\n" 10890 1.1 christos msgstr "" 10891 1.1 christos "\n" 10892 1.5 christos " LTO %s !\n" 10893 1.1 christos 10894 1.7 christos #: readelf.c:14448 10895 1.5 christos msgid "LTO symbols" 10896 1.5 christos msgstr "LTO " 10897 1.5 christos 10898 1.7 christos #: readelf.c:14463 10899 1.1 christos #, c-format 10900 1.5 christos msgid "LTO Symbol extension table '%s' is empty!\n" 10901 1.5 christos msgstr " LTO %s !\n" 10902 1.5 christos 10903 1.7 christos #: readelf.c:14469 10904 1.5 christos msgid "LTO ext symbol data" 10905 1.5 christos msgstr " LTO " 10906 1.1 christos 10907 1.7 christos #: readelf.c:14474 10908 1.5 christos msgid "Unexpected version number in symbol extension table\n" 10909 1.5 christos msgstr " \n" 10910 1.1 christos 10911 1.7 christos #: readelf.c:14483 10912 1.1 christos #, c-format 10913 1.1 christos msgid "" 10914 1.1 christos "\n" 10915 1.5 christos "In linked file '%s': " 10916 1.1 christos msgstr "" 10917 1.1 christos "\n" 10918 1.5 christos " %s: " 10919 1.5 christos 10920 1.7 christos #: readelf.c:14490 10921 1.5 christos #, c-format 10922 1.5 christos msgid "LTO Symbol table '%s' and extension table '%s' contain:\n" 10923 1.5 christos msgstr " LTO %s %s :\n" 10924 1.5 christos 10925 1.7 christos #: readelf.c:14495 10926 1.5 christos #, c-format 10927 1.5 christos msgid "LTO Symbol table '%s'\n" 10928 1.5 christos msgstr " LTO %s\n" 10929 1.1 christos 10930 1.7 christos #: readelf.c:14497 10931 1.5 christos #, c-format 10932 1.5 christos msgid " and extension table '%s' contain:\n" 10933 1.5 christos msgstr " %s :\n" 10934 1.5 christos 10935 1.7 christos #: readelf.c:14502 10936 1.5 christos #, c-format 10937 1.5 christos msgid "LTO Symbol table '%s' contains:\n" 10938 1.5 christos msgstr " LTO %s :\n" 10939 1.5 christos 10940 1.7 christos #: readelf.c:14507 10941 1.5 christos #, c-format 10942 1.5 christos msgid " Comdat_Key Kind Visibility Size Slot Type Section Name\n" 10943 1.5 christos msgstr " _ \n" 10944 1.5 christos 10945 1.7 christos #: readelf.c:14509 10946 1.5 christos #, c-format 10947 1.5 christos msgid " Comdat_Key Kind Visibility Size Slot Name\n" 10948 1.5 christos msgstr " _ \n" 10949 1.5 christos 10950 1.7 christos #: readelf.c:14556 10951 1.5 christos msgid "Ran out of LTO symbol extension data\n" 10952 1.5 christos msgstr " LTO \n" 10953 1.5 christos 10954 1.7 christos #: readelf.c:14576 10955 1.7 christos msgid "Data remains in the LTO symbol extension table\n" 10956 1.7 christos msgstr " LTO \n" 10957 1.7 christos 10958 1.7 christos #: readelf.c:14586 10959 1.7 christos msgid "Buffer overrun encountered whilst decoding LTO symbol table\n" 10960 1.7 christos msgstr " LTO \n" 10961 1.7 christos 10962 1.7 christos #: readelf.c:14628 10963 1.7 christos #, c-format 10964 1.7 christos msgid " Num: Value Size Type Bind Vis+Other Ndx(SecName) Name [+ Version Info]\n" 10965 1.7 christos msgstr " : + () [+ ]\n" 10966 1.7 christos 10967 1.7 christos #: readelf.c:14634 readelf.c:14640 10968 1.7 christos #, c-format 10969 1.7 christos msgid " Num: Value Size Type Bind Vis Ndx Name\n" 10970 1.7 christos msgstr " : . \n" 10971 1.7 christos 10972 1.7 christos #: readelf.c:14649 10973 1.7 christos #, c-format 10974 1.7 christos msgid " Num: Value Size Type Bind Vis+Other Ndx(SecName) Name [+ Version Info]\n" 10975 1.7 christos msgstr " : + () [+ ]\n" 10976 1.7 christos 10977 1.7 christos #: readelf.c:14656 readelf.c:14662 10978 1.7 christos #, c-format 10979 1.7 christos msgid " Num: Value Size Type Bind Vis Ndx Name\n" 10980 1.7 christos msgstr " : . \n" 10981 1.5 christos 10982 1.7 christos #: readelf.c:14675 10983 1.7 christos #, c-format 10984 1.7 christos msgid "" 10985 1.7 christos "\n" 10986 1.7 christos "Symbol table '%s' has a sh_entsize of zero!\n" 10987 1.7 christos msgstr "" 10988 1.7 christos "\n" 10989 1.7 christos " %s sh_entsize!\n" 10990 1.5 christos 10991 1.7 christos #: readelf.c:14683 10992 1.1 christos #, c-format 10993 1.1 christos msgid "" 10994 1.1 christos "\n" 10995 1.7 christos "In linked file '%s' symbol section '%s' contains %<PRIu64> entry:\n" 10996 1.5 christos msgid_plural "" 10997 1.5 christos "\n" 10998 1.7 christos "In linked file '%s' symbol section '%s' contains %<PRIu64> entries:\n" 10999 1.5 christos msgstr[0] "" 11000 1.5 christos "\n" 11001 1.7 christos " %s %s %<PRIu64> :\n" 11002 1.5 christos msgstr[1] "" 11003 1.5 christos "\n" 11004 1.7 christos " %s %s %<PRIu64> :\n" 11005 1.5 christos msgstr[2] "" 11006 1.1 christos "\n" 11007 1.7 christos " %s %s %<PRIu64> :\n" 11008 1.1 christos 11009 1.7 christos #: readelf.c:14692 11010 1.1 christos #, c-format 11011 1.1 christos msgid "" 11012 1.1 christos "\n" 11013 1.7 christos "Symbol table '%s' contains %<PRIu64> entry:\n" 11014 1.5 christos msgid_plural "" 11015 1.5 christos "\n" 11016 1.7 christos "Symbol table '%s' contains %<PRIu64> entries:\n" 11017 1.5 christos msgstr[0] "" 11018 1.5 christos "\n" 11019 1.7 christos " %s %<PRIu64> :\n" 11020 1.5 christos msgstr[1] "" 11021 1.5 christos "\n" 11022 1.7 christos " %s %<PRIu64> :\n" 11023 1.5 christos msgstr[2] "" 11024 1.1 christos "\n" 11025 1.7 christos " %s %<PRIu64> :\n" 11026 1.1 christos 11027 1.7 christos #: readelf.c:14760 11028 1.5 christos #, c-format 11029 1.5 christos msgid "" 11030 1.5 christos "\n" 11031 1.7 christos "In linked file '%s' the dynamic symbol table contains %<PRIu64> entry:\n" 11032 1.5 christos msgid_plural "" 11033 1.5 christos "\n" 11034 1.7 christos "In linked file '%s' the dynamic symbol table contains %<PRIu64> entries:\n" 11035 1.5 christos msgstr[0] "" 11036 1.5 christos "\n" 11037 1.7 christos " %s %<PRIu64> :\n" 11038 1.5 christos msgstr[1] "" 11039 1.5 christos "\n" 11040 1.7 christos " %s %<PRIu64> :\n" 11041 1.5 christos msgstr[2] "" 11042 1.5 christos "\n" 11043 1.7 christos " %s %<PRIu64> :\n" 11044 1.1 christos 11045 1.7 christos #: readelf.c:14770 11046 1.5 christos #, c-format 11047 1.5 christos msgid "" 11048 1.5 christos "\n" 11049 1.7 christos "Symbol table for image contains %<PRIu64> entry:\n" 11050 1.5 christos msgid_plural "" 11051 1.5 christos "\n" 11052 1.7 christos "Symbol table for image contains %<PRIu64> entries:\n" 11053 1.5 christos msgstr[0] "" 11054 1.5 christos "\n" 11055 1.7 christos " %<PRIu64> :\n" 11056 1.5 christos msgstr[1] "" 11057 1.5 christos "\n" 11058 1.7 christos " %<PRIu64> :\n" 11059 1.5 christos msgstr[2] "" 11060 1.5 christos "\n" 11061 1.7 christos " %<PRIu64> :\n" 11062 1.1 christos 11063 1.7 christos #: readelf.c:14805 11064 1.1 christos #, c-format 11065 1.1 christos msgid "" 11066 1.1 christos "\n" 11067 1.1 christos "Dynamic symbol information is not available for displaying symbols.\n" 11068 1.1 christos msgstr "" 11069 1.1 christos "\n" 11070 1.1 christos " .\n" 11071 1.1 christos 11072 1.7 christos #: readelf.c:14818 11073 1.1 christos #, c-format 11074 1.1 christos msgid "" 11075 1.1 christos "\n" 11076 1.7 christos "Histogram for bucket list length (total of %<PRIu64> bucket):\n" 11077 1.5 christos msgid_plural "" 11078 1.5 christos "\n" 11079 1.7 christos "Histogram for bucket list length (total of %<PRIu64> buckets):\n" 11080 1.5 christos msgstr[0] "" 11081 1.5 christos "\n" 11082 1.7 christos " ( %<PRIu64> ):\n" 11083 1.5 christos msgstr[1] "" 11084 1.1 christos "\n" 11085 1.7 christos " ( %<PRIu64> ):\n" 11086 1.5 christos msgstr[2] "" 11087 1.5 christos "\n" 11088 1.7 christos " ( %<PRIu64> ):\n" 11089 1.1 christos 11090 1.7 christos #: readelf.c:14828 11091 1.5 christos msgid "Out of memory allocating space for histogram buckets\n" 11092 1.5 christos msgstr " \n" 11093 1.5 christos 11094 1.7 christos #: readelf.c:14834 readelf.c:14911 11095 1.1 christos #, c-format 11096 1.1 christos msgid " Length Number %% of total Coverage\n" 11097 1.1 christos msgstr " %% \n" 11098 1.1 christos 11099 1.7 christos #: readelf.c:14844 11100 1.5 christos msgid "histogram chain is corrupt\n" 11101 1.5 christos msgstr " \n" 11102 1.5 christos 11103 1.7 christos #: readelf.c:14856 11104 1.5 christos msgid "Out of memory allocating space for histogram counts\n" 11105 1.5 christos msgstr " \n" 11106 1.5 christos 11107 1.7 christos #: readelf.c:14896 11108 1.1 christos #, c-format 11109 1.1 christos msgid "" 11110 1.1 christos "\n" 11111 1.7 christos "Histogram for `%s' bucket list length (total of %<PRIu64> bucket):\n" 11112 1.5 christos msgid_plural "" 11113 1.5 christos "\n" 11114 1.7 christos "Histogram for `%s' bucket list length (total of %<PRIu64> buckets):\n" 11115 1.5 christos msgstr[0] "" 11116 1.5 christos "\n" 11117 1.7 christos " %s ( %<PRIu64> ):\n" 11118 1.5 christos msgstr[1] "" 11119 1.5 christos "\n" 11120 1.7 christos " %s ( %<PRIu64> ):\n" 11121 1.5 christos msgstr[2] "" 11122 1.5 christos "\n" 11123 1.7 christos " %s ( %<PRIu64> ):\n" 11124 1.5 christos 11125 1.7 christos #: readelf.c:14907 11126 1.5 christos msgid "Out of memory allocating space for gnu histogram buckets\n" 11127 1.5 christos msgstr " \n" 11128 1.5 christos 11129 1.7 christos #: readelf.c:14934 11130 1.5 christos msgid "Out of memory allocating space for gnu histogram counts\n" 11131 1.5 christos msgstr " \n" 11132 1.5 christos 11133 1.7 christos #: readelf.c:15000 11134 1.5 christos #, c-format 11135 1.5 christos msgid "" 11136 1.5 christos "\n" 11137 1.7 christos "In linked file '%s: the dynamic info segment at offset %#<PRIx64> contains %d entry:\n" 11138 1.5 christos msgid_plural "" 11139 1.5 christos "\n" 11140 1.7 christos "In linked file '%s: the dynamic info segment at offset %#<PRIx64> contains %d entries:\n" 11141 1.5 christos msgstr[0] "" 11142 1.5 christos "\n" 11143 1.7 christos " %s %#<PRIx64> %d :\n" 11144 1.5 christos msgstr[1] "" 11145 1.5 christos "\n" 11146 1.7 christos " %s %#<PRIx64> %d :\n" 11147 1.5 christos msgstr[2] "" 11148 1.1 christos "\n" 11149 1.7 christos " %s %#<PRIx64> %d :\n" 11150 1.1 christos 11151 1.7 christos #: readelf.c:15007 11152 1.1 christos #, c-format 11153 1.1 christos msgid "" 11154 1.1 christos "\n" 11155 1.7 christos "Dynamic info segment at offset %#<PRIx64> contains %d entry:\n" 11156 1.5 christos msgid_plural "" 11157 1.5 christos "\n" 11158 1.7 christos "Dynamic info segment at offset %#<PRIx64> contains %d entries:\n" 11159 1.5 christos msgstr[0] "" 11160 1.5 christos "\n" 11161 1.7 christos " %#<PRIx64> %d :\n" 11162 1.5 christos msgstr[1] "" 11163 1.5 christos "\n" 11164 1.7 christos " %#<PRIx64> %d :\n" 11165 1.5 christos msgstr[2] "" 11166 1.1 christos "\n" 11167 1.7 christos " %#<PRIx64> %d :\n" 11168 1.1 christos 11169 1.7 christos #: readelf.c:15015 11170 1.1 christos #, c-format 11171 1.1 christos msgid " Num: Name BoundTo Flags\n" 11172 1.1 christos msgstr " .: \n" 11173 1.1 christos 11174 1.7 christos #: readelf.c:15022 11175 1.5 christos #, c-format 11176 1.5 christos msgid "<corrupt index>" 11177 1.5 christos msgstr "< >" 11178 1.5 christos 11179 1.7 christos #: readelf.c:15027 11180 1.1 christos #, c-format 11181 1.1 christos msgid "<corrupt: %19ld>" 11182 1.1 christos msgstr "<: %19ld>" 11183 1.1 christos 11184 1.7 christos #: readelf.c:15119 11185 1.5 christos #, c-format 11186 1.7 christos msgid "LoongArch ULEB128 field at 0x%lx contains invalid ULEB128 value\n" 11187 1.7 christos msgstr "LoongArch ULEB128 0x%lx ULEB128 \n" 11188 1.5 christos 11189 1.7 christos #: readelf.c:15124 readelf.c:15178 readelf.c:15229 readelf.c:15275 11190 1.7 christos #: readelf.c:15289 readelf.c:15333 11191 1.5 christos #, c-format 11192 1.7 christos msgid "%s reloc contains invalid symbol index %<PRIu64>\n" 11193 1.7 christos msgstr "%s %<PRIu64>\n" 11194 1.5 christos 11195 1.7 christos #: readelf.c:15225 11196 1.5 christos #, c-format 11197 1.7 christos msgid "MSP430 ULEB128 field at %#<PRIx64> contains invalid ULEB128 value\n" 11198 1.7 christos msgstr "MSP430 ULEB128 %#<PRIx64> ULEB128 \n" 11199 1.5 christos 11200 1.5 christos #. PR 21137 11201 1.7 christos #: readelf.c:15240 11202 1.5 christos #, c-format 11203 1.7 christos msgid "MSP430 sym diff reloc contains invalid offset: %#<PRIx64>\n" 11204 1.7 christos msgstr "MSP430 : %#<PRIx64>\n" 11205 1.5 christos 11206 1.7 christos #: readelf.c:15252 11207 1.5 christos msgid "Unhandled MSP430 reloc type found after SYM_DIFF reloc\n" 11208 1.5 christos msgstr " MSP430 SYM_DIFF \n" 11209 1.5 christos 11210 1.7 christos #: readelf.c:15299 11211 1.5 christos #, c-format 11212 1.7 christos msgid "MN10300 sym diff reloc contains invalid offset: %#<PRIx64>\n" 11213 1.7 christos msgstr "MN10300 : %#<PRIx64>\n" 11214 1.5 christos 11215 1.7 christos #: readelf.c:15310 11216 1.5 christos msgid "Unhandled MN10300 reloc type found after SYM_DIFF reloc\n" 11217 1.5 christos msgstr " MN10300 SYM_DIFF \n" 11218 1.5 christos 11219 1.7 christos #: readelf.c:15352 readelf.c:15362 11220 1.5 christos #, c-format 11221 1.7 christos msgid "RL78 sym diff reloc contains invalid offset: %#<PRIx64>\n" 11222 1.7 christos msgstr "RL78 : %#<PRIx64>\n" 11223 1.1 christos 11224 1.7 christos #: readelf.c:15585 11225 1.1 christos #, c-format 11226 1.1 christos msgid "Missing knowledge of 32-bit reloc types used in DWARF sections of machine number %d\n" 11227 1.1 christos msgstr " 32- DWARF %d\n" 11228 1.1 christos 11229 1.7 christos #: readelf.c:16320 11230 1.1 christos #, c-format 11231 1.1 christos msgid "unable to apply unsupported reloc type %d to section %s\n" 11232 1.1 christos msgstr " %d %s\n" 11233 1.1 christos 11234 1.7 christos #: readelf.c:16329 11235 1.1 christos #, c-format 11236 1.7 christos msgid "skipping invalid relocation offset %#<PRIx64> in section %s\n" 11237 1.7 christos msgstr " %#<PRIx64> %s\n" 11238 1.1 christos 11239 1.7 christos #: readelf.c:16339 11240 1.1 christos #, c-format 11241 1.7 christos msgid "skipping invalid relocation symbol index %#<PRIx64> in section %s\n" 11242 1.7 christos msgstr " %#<PRIx64> %s\n" 11243 1.1 christos 11244 1.7 christos #: readelf.c:16363 11245 1.1 christos #, c-format 11246 1.7 christos msgid "skipping unexpected symbol type %s in section %s relocation %tu\n" 11247 1.7 christos msgstr " %s %s %tu\n" 11248 1.1 christos 11249 1.7 christos #: readelf.c:16441 11250 1.1 christos #, c-format 11251 1.1 christos msgid "" 11252 1.1 christos "\n" 11253 1.1 christos "Assembly dump of section %s\n" 11254 1.1 christos msgstr "" 11255 1.1 christos "\n" 11256 1.1 christos " %s\n" 11257 1.1 christos 11258 1.7 christos #: readelf.c:16459 11259 1.5 christos #, c-format 11260 1.5 christos msgid "Section '%s' has no data to dump.\n" 11261 1.5 christos msgstr " %s .\n" 11262 1.5 christos 11263 1.7 christos #: readelf.c:16465 11264 1.5 christos msgid "section contents" 11265 1.5 christos msgstr " " 11266 1.5 christos 11267 1.7 christos #: readelf.c:16488 11268 1.7 christos #, c-format 11269 1.7 christos msgid "Uncompressed section size is suspiciously large: 0x%<PRIu64>\n" 11270 1.7 christos msgstr " : 0x%<PRIu64>\n" 11271 1.7 christos 11272 1.7 christos #: readelf.c:16580 readelf.c:17199 11273 1.7 christos #, c-format 11274 1.7 christos msgid "section '%s' has unsupported compress type: %d\n" 11275 1.7 christos msgstr " %s : %d\n" 11276 1.7 christos 11277 1.7 christos #: readelf.c:16616 readelf.c:17236 11278 1.7 christos #, c-format 11279 1.7 christos msgid "Unable to decompress section %s\n" 11280 1.7 christos msgstr " %s\n" 11281 1.7 christos 11282 1.7 christos #: readelf.c:16655 11283 1.7 christos #, c-format 11284 1.7 christos msgid " NOTE: This section has relocations against it, but these have NOT been applied to this dump.\n" 11285 1.7 christos msgstr " : , .\n" 11286 1.7 christos 11287 1.7 christos #: readelf.c:16683 11288 1.1 christos #, c-format 11289 1.1 christos msgid "" 11290 1.1 christos "\n" 11291 1.5 christos "String dump of section '%s' in linked file %s:\n" 11292 1.1 christos msgstr "" 11293 1.1 christos "\n" 11294 1.5 christos " %s %s:\n" 11295 1.1 christos 11296 1.7 christos #: readelf.c:16687 11297 1.1 christos #, c-format 11298 1.1 christos msgid "" 11299 1.1 christos "\n" 11300 1.1 christos "String dump of section '%s':\n" 11301 1.1 christos msgstr "" 11302 1.1 christos "\n" 11303 1.1 christos " %s:\n" 11304 1.1 christos 11305 1.7 christos #: readelf.c:16785 readelf.c:18290 readelf.c:18330 readelf.c:18368 11306 1.7 christos #: readelf.c:18415 readelf.c:18446 readelf.c:20052 readelf.c:20084 11307 1.5 christos #, c-format 11308 1.5 christos msgid "<corrupt>\n" 11309 1.5 christos msgstr "<>\n" 11310 1.5 christos 11311 1.7 christos #: readelf.c:16793 11312 1.1 christos #, c-format 11313 1.1 christos msgid " No strings found in this section." 11314 1.1 christos msgstr " ." 11315 1.1 christos 11316 1.7 christos #: readelf.c:16828 11317 1.5 christos #, c-format 11318 1.5 christos msgid "" 11319 1.5 christos "\n" 11320 1.5 christos "Hex dump of section '%s' in linked file %s:\n" 11321 1.5 christos msgstr "" 11322 1.5 christos "\n" 11323 1.5 christos " %s %s:\n" 11324 1.5 christos 11325 1.7 christos #: readelf.c:16832 11326 1.1 christos #, c-format 11327 1.1 christos msgid "" 11328 1.1 christos "\n" 11329 1.1 christos "Hex dump of section '%s':\n" 11330 1.1 christos msgstr "" 11331 1.1 christos "\n" 11332 1.1 christos " %s:\n" 11333 1.1 christos 11334 1.7 christos #: readelf.c:16976 11335 1.5 christos #, c-format 11336 1.5 christos msgid "Iteration failed: %s, %s\n" 11337 1.5 christos msgstr " : %s, %s\n" 11338 1.5 christos 11339 1.7 christos #: readelf.c:17020 11340 1.5 christos #, c-format 11341 1.5 christos msgid "No symbol section named %s\n" 11342 1.5 christos msgstr " %s\n" 11343 1.5 christos 11344 1.7 christos #: readelf.c:17036 11345 1.5 christos #, c-format 11346 1.5 christos msgid "No string table section named %s\n" 11347 1.5 christos msgstr " %s\n" 11348 1.5 christos 11349 1.7 christos #: readelf.c:17043 11350 1.5 christos msgid "strings" 11351 1.5 christos msgstr "" 11352 1.5 christos 11353 1.7 christos #: readelf.c:17056 readelf.c:17068 11354 1.5 christos #, c-format 11355 1.5 christos msgid "CTF open failure: %s\n" 11356 1.5 christos msgstr " CTF: %s\n" 11357 1.5 christos 11358 1.7 christos #: readelf.c:17075 11359 1.5 christos #, c-format 11360 1.5 christos msgid "" 11361 1.5 christos "\n" 11362 1.5 christos "Dump of CTF section '%s' in linked file %s:\n" 11363 1.5 christos msgstr "" 11364 1.5 christos "\n" 11365 1.5 christos " CTF %s %s:\n" 11366 1.5 christos 11367 1.7 christos #: readelf.c:17079 11368 1.5 christos #, c-format 11369 1.5 christos msgid "" 11370 1.5 christos "\n" 11371 1.5 christos "Dump of CTF section '%s':\n" 11372 1.5 christos msgstr "" 11373 1.5 christos "\n" 11374 1.5 christos " CTF %s:\n" 11375 1.5 christos 11376 1.7 christos #: readelf.c:17087 11377 1.5 christos #, c-format 11378 1.5 christos msgid "CTF member open failure: %s\n" 11379 1.5 christos msgstr " CTF : %s\n" 11380 1.5 christos 11381 1.7 christos #: readelf.c:17114 11382 1.7 christos msgid "Section name must be provided \n" 11383 1.7 christos msgstr " \n" 11384 1.7 christos 11385 1.7 christos #: readelf.c:17126 11386 1.7 christos #, c-format 11387 1.7 christos msgid "SFrame decode failure: %s\n" 11388 1.7 christos msgstr " SFrame- : %s\n" 11389 1.7 christos 11390 1.7 christos #: readelf.c:17156 11391 1.1 christos #, c-format 11392 1.1 christos msgid "%s section data" 11393 1.1 christos msgstr " %s" 11394 1.1 christos 11395 1.7 christos #: readelf.c:17180 11396 1.5 christos #, c-format 11397 1.5 christos msgid "compressed section %s is too small to contain a compression header\n" 11398 1.5 christos msgstr " %s \n" 11399 1.5 christos 11400 1.7 christos #: readelf.c:17312 readelf.c:17339 readelf.c:17364 11401 1.5 christos #, c-format 11402 1.5 christos msgid "malformed note encountered in section %s whilst scanning for build-id note\n" 11403 1.5 christos msgstr " %s - \n" 11404 1.5 christos 11405 1.7 christos #: readelf.c:17492 11406 1.1 christos #, c-format 11407 1.1 christos msgid "" 11408 1.1 christos "\n" 11409 1.1 christos "Section '%s' has no debugging data.\n" 11410 1.1 christos msgstr "" 11411 1.1 christos "\n" 11412 1.1 christos " %s .\n" 11413 1.1 christos 11414 1.1 christos #. There is no point in dumping the contents of a debugging section 11415 1.1 christos #. which has the NOBITS type - the bits in the file will be random. 11416 1.1 christos #. This can happen when a file containing a .eh_frame section is 11417 1.1 christos #. stripped with the --only-keep-debug command line option. 11418 1.7 christos #: readelf.c:17501 11419 1.1 christos #, c-format 11420 1.1 christos msgid "section '%s' has the NOBITS type - its contents are unreliable.\n" 11421 1.1 christos msgstr " %s NOBITS .\n" 11422 1.1 christos 11423 1.7 christos #: readelf.c:17551 11424 1.1 christos #, c-format 11425 1.1 christos msgid "Unrecognized debug section: %s\n" 11426 1.1 christos msgstr " : %s\n" 11427 1.1 christos 11428 1.7 christos #: readelf.c:17581 11429 1.1 christos #, c-format 11430 1.5 christos msgid "Section '%s' was not dumped because it does not exist\n" 11431 1.5 christos msgstr " %s \n" 11432 1.1 christos 11433 1.7 christos #: readelf.c:17644 11434 1.7 christos #, c-format 11435 1.7 christos msgid "Unable to display section %d - it has a NULL type\n" 11436 1.7 christos msgstr " %d \n" 11437 1.7 christos 11438 1.7 christos #: readelf.c:17648 11439 1.7 christos #, c-format 11440 1.7 christos msgid "Unable to display section %d - it has no contents\n" 11441 1.7 christos msgstr " %d \n" 11442 1.7 christos 11443 1.7 christos #. FIXME: Add Proc and OS specific section types ? 11444 1.7 christos #: readelf.c:17659 11445 1.7 christos #, c-format 11446 1.7 christos msgid "Unable to determine how to dump section %d (type %#x)\n" 11447 1.7 christos msgstr " %d ( %#x)\n" 11448 1.7 christos 11449 1.7 christos #: readelf.c:17718 11450 1.1 christos #, c-format 11451 1.1 christos msgid "Section %d was not dumped because it does not exist!\n" 11452 1.1 christos msgstr " %d !\n" 11453 1.1 christos 11454 1.7 christos #: readelf.c:17774 11455 1.5 christos msgid "<corrupt tag>\n" 11456 1.5 christos msgstr "< >\n" 11457 1.5 christos 11458 1.7 christos #: readelf.c:17789 11459 1.5 christos #, c-format 11460 1.5 christos msgid "<corrupt string tag>" 11461 1.5 christos msgstr "< >" 11462 1.5 christos 11463 1.7 christos #: readelf.c:17823 11464 1.5 christos #, c-format 11465 1.5 christos msgid "Absent/Non standard\n" 11466 1.5 christos msgstr "/\n" 11467 1.1 christos 11468 1.7 christos #: readelf.c:17826 11469 1.5 christos #, c-format 11470 1.5 christos msgid "Bare metal/mwdt\n" 11471 1.5 christos msgstr " /mwdt\n" 11472 1.5 christos 11473 1.7 christos #: readelf.c:17829 11474 1.5 christos #, c-format 11475 1.5 christos msgid "Bare metal/newlib\n" 11476 1.5 christos msgstr " /newlib\n" 11477 1.5 christos 11478 1.7 christos #: readelf.c:17832 11479 1.5 christos #, c-format 11480 1.5 christos msgid "Linux/uclibc\n" 11481 1.5 christos msgstr "/uclibc\n" 11482 1.5 christos 11483 1.7 christos #: readelf.c:17835 11484 1.5 christos #, c-format 11485 1.5 christos msgid "Linux/glibc\n" 11486 1.5 christos msgstr "/glibc\n" 11487 1.5 christos 11488 1.7 christos #: readelf.c:17838 readelf.c:17917 11489 1.5 christos #, c-format 11490 1.5 christos msgid "Unknown\n" 11491 1.5 christos msgstr "\n" 11492 1.5 christos 11493 1.7 christos #: readelf.c:17850 readelf.c:17880 readelf.c:17908 11494 1.5 christos #, c-format 11495 1.5 christos msgid "Absent\n" 11496 1.5 christos msgstr "\n" 11497 1.5 christos 11498 1.7 christos #: readelf.c:17892 11499 1.5 christos msgid "yes" 11500 1.5 christos msgstr "" 11501 1.5 christos 11502 1.7 christos #: readelf.c:17892 11503 1.5 christos msgid "no" 11504 1.5 christos msgstr "" 11505 1.5 christos 11506 1.7 christos #: readelf.c:17929 readelf.c:17936 11507 1.5 christos msgid "default" 11508 1.5 christos msgstr "" 11509 1.5 christos 11510 1.7 christos #: readelf.c:17930 11511 1.5 christos msgid "smallest" 11512 1.5 christos msgstr "" 11513 1.5 christos 11514 1.7 christos #: readelf.c:17935 11515 1.5 christos msgid "OPTFP" 11516 1.5 christos msgstr "OPTFP" 11517 1.5 christos 11518 1.7 christos #: readelf.c:18156 readelf.c:18169 readelf.c:18187 readelf.c:18709 11519 1.7 christos #: readelf.c:18988 readelf.c:19000 readelf.c:19012 11520 1.1 christos #, c-format 11521 1.1 christos msgid "None\n" 11522 1.1 christos msgstr "\n" 11523 1.1 christos 11524 1.7 christos #: readelf.c:18157 11525 1.1 christos #, c-format 11526 1.1 christos msgid "Application\n" 11527 1.1 christos msgstr "\n" 11528 1.1 christos 11529 1.7 christos #: readelf.c:18158 11530 1.1 christos #, c-format 11531 1.1 christos msgid "Realtime\n" 11532 1.1 christos msgstr " \n" 11533 1.1 christos 11534 1.7 christos #: readelf.c:18159 11535 1.1 christos #, c-format 11536 1.1 christos msgid "Microcontroller\n" 11537 1.1 christos msgstr "\n" 11538 1.1 christos 11539 1.7 christos #: readelf.c:18160 11540 1.1 christos #, c-format 11541 1.1 christos msgid "Application or Realtime\n" 11542 1.1 christos msgstr " \n" 11543 1.1 christos 11544 1.7 christos #: readelf.c:18170 readelf.c:18189 readelf.c:18761 readelf.c:18778 11545 1.7 christos #: readelf.c:18849 readelf.c:18869 readelf.c:21737 11546 1.1 christos #, c-format 11547 1.1 christos msgid "8-byte\n" 11548 1.1 christos msgstr "8-\n" 11549 1.1 christos 11550 1.7 christos #: readelf.c:18171 readelf.c:18852 readelf.c:18872 readelf.c:21736 11551 1.1 christos #, c-format 11552 1.1 christos msgid "4-byte\n" 11553 1.1 christos msgstr "4-\n" 11554 1.1 christos 11555 1.7 christos #: readelf.c:18175 readelf.c:18193 11556 1.1 christos #, c-format 11557 1.1 christos msgid "8-byte and up to %d-byte extended\n" 11558 1.1 christos msgstr "8- %d- \n" 11559 1.1 christos 11560 1.7 christos #: readelf.c:18188 11561 1.1 christos #, c-format 11562 1.1 christos msgid "8-byte, except leaf SP\n" 11563 1.1 christos msgstr "8-, \n" 11564 1.1 christos 11565 1.7 christos #: readelf.c:18204 readelf.c:18287 readelf.c:18887 11566 1.1 christos #, c-format 11567 1.5 christos msgid "flag = %d, vendor = " 11568 1.5 christos msgstr " = %d, = " 11569 1.1 christos 11570 1.7 christos #: readelf.c:18225 11571 1.1 christos #, c-format 11572 1.1 christos msgid "True\n" 11573 1.1 christos msgstr "\n" 11574 1.1 christos 11575 1.7 christos #: readelf.c:18245 11576 1.1 christos #, c-format 11577 1.5 christos msgid "<unknown: %d>\n" 11578 1.5 christos msgstr "<: %d>\n" 11579 1.1 christos 11580 1.7 christos #: readelf.c:18291 11581 1.1 christos msgid "corrupt vendor attribute\n" 11582 1.1 christos msgstr " \n" 11583 1.1 christos 11584 1.7 christos #: readelf.c:18341 11585 1.5 christos #, c-format 11586 1.5 christos msgid "unspecified hard/soft float\n" 11587 1.5 christos msgstr " / \n" 11588 1.5 christos 11589 1.7 christos #: readelf.c:18344 11590 1.5 christos #, c-format 11591 1.5 christos msgid "hard float\n" 11592 1.5 christos msgstr " \n" 11593 1.5 christos 11594 1.7 christos #: readelf.c:18347 11595 1.5 christos #, c-format 11596 1.5 christos msgid "soft float\n" 11597 1.5 christos msgstr " \n" 11598 1.5 christos 11599 1.7 christos #: readelf.c:18379 11600 1.5 christos #, c-format 11601 1.5 christos msgid "unspecified hard/soft float, " 11602 1.5 christos msgstr " / , " 11603 1.5 christos 11604 1.7 christos #: readelf.c:18382 11605 1.5 christos #, c-format 11606 1.5 christos msgid "hard float, " 11607 1.5 christos msgstr " , " 11608 1.5 christos 11609 1.7 christos #: readelf.c:18385 11610 1.5 christos #, c-format 11611 1.5 christos msgid "soft float, " 11612 1.5 christos msgstr " , " 11613 1.5 christos 11614 1.7 christos #: readelf.c:18388 11615 1.5 christos #, c-format 11616 1.5 christos msgid "single-precision hard float, " 11617 1.5 christos msgstr " -, " 11618 1.5 christos 11619 1.7 christos #: readelf.c:18395 11620 1.5 christos #, c-format 11621 1.5 christos msgid "unspecified long double\n" 11622 1.5 christos msgstr " \n" 11623 1.5 christos 11624 1.7 christos #: readelf.c:18398 11625 1.5 christos #, c-format 11626 1.5 christos msgid "128-bit IBM long double\n" 11627 1.5 christos msgstr "128- IBM \n" 11628 1.5 christos 11629 1.7 christos #: readelf.c:18401 11630 1.5 christos #, c-format 11631 1.5 christos msgid "64-bit long double\n" 11632 1.5 christos msgstr "64- \n" 11633 1.5 christos 11634 1.7 christos #: readelf.c:18404 11635 1.1 christos #, c-format 11636 1.5 christos msgid "128-bit IEEE long double\n" 11637 1.5 christos msgstr "128- IEEE \n" 11638 1.1 christos 11639 1.7 christos #: readelf.c:18426 readelf.c:18457 11640 1.1 christos #, c-format 11641 1.5 christos msgid "unspecified\n" 11642 1.5 christos msgstr "\n" 11643 1.1 christos 11644 1.7 christos #: readelf.c:18429 11645 1.1 christos #, c-format 11646 1.5 christos msgid "generic\n" 11647 1.5 christos msgstr "\n" 11648 1.1 christos 11649 1.7 christos #: readelf.c:18463 11650 1.1 christos #, c-format 11651 1.5 christos msgid "memory\n" 11652 1.5 christos msgstr "\n" 11653 1.1 christos 11654 1.7 christos #: readelf.c:18490 11655 1.1 christos #, c-format 11656 1.5 christos msgid "any\n" 11657 1.5 christos msgstr " \n" 11658 1.1 christos 11659 1.7 christos #: readelf.c:18493 11660 1.1 christos #, c-format 11661 1.5 christos msgid "software\n" 11662 1.5 christos msgstr "\n" 11663 1.1 christos 11664 1.7 christos #: readelf.c:18496 11665 1.5 christos #, c-format 11666 1.5 christos msgid "hardware\n" 11667 1.5 christos msgstr "\n" 11668 1.1 christos 11669 1.7 christos #: readelf.c:18619 11670 1.1 christos #, c-format 11671 1.5 christos msgid "Hard or soft float\n" 11672 1.5 christos msgstr " \n" 11673 1.1 christos 11674 1.7 christos #: readelf.c:18622 11675 1.1 christos #, c-format 11676 1.1 christos msgid "Hard float (double precision)\n" 11677 1.1 christos msgstr " (-)\n" 11678 1.1 christos 11679 1.7 christos #: readelf.c:18625 11680 1.1 christos #, c-format 11681 1.1 christos msgid "Hard float (single precision)\n" 11682 1.1 christos msgstr " (-)\n" 11683 1.1 christos 11684 1.7 christos #: readelf.c:18628 11685 1.1 christos #, c-format 11686 1.5 christos msgid "Soft float\n" 11687 1.5 christos msgstr " \n" 11688 1.1 christos 11689 1.7 christos #: readelf.c:18631 11690 1.5 christos #, c-format 11691 1.5 christos msgid "Hard float (MIPS32r2 64-bit FPU 12 callee-saved)\n" 11692 1.5 christos msgstr " (MIPS32r2 64- FPU 12 callee-saved)\n" 11693 1.5 christos 11694 1.7 christos #: readelf.c:18634 11695 1.5 christos #, c-format 11696 1.5 christos msgid "Hard float (32-bit CPU, Any FPU)\n" 11697 1.5 christos msgstr " (32- , FPU)\n" 11698 1.5 christos 11699 1.7 christos #: readelf.c:18637 11700 1.5 christos #, c-format 11701 1.5 christos msgid "Hard float (32-bit CPU, 64-bit FPU)\n" 11702 1.5 christos msgstr " (32- , 64- FPU)\n" 11703 1.5 christos 11704 1.7 christos #: readelf.c:18640 11705 1.5 christos #, c-format 11706 1.5 christos msgid "Hard float compat (32-bit CPU, 64-bit FPU)\n" 11707 1.5 christos msgstr " (32- , 64- FPU)\n" 11708 1.5 christos 11709 1.7 christos #: readelf.c:18643 11710 1.5 christos #, c-format 11711 1.5 christos msgid "NaN 2008 compatibility\n" 11712 1.5 christos msgstr "NaN 2008 \n" 11713 1.5 christos 11714 1.7 christos #: readelf.c:18676 11715 1.1 christos #, c-format 11716 1.1 christos msgid "Any MSA or not\n" 11717 1.1 christos msgstr " \n" 11718 1.1 christos 11719 1.7 christos #: readelf.c:18679 11720 1.1 christos #, c-format 11721 1.1 christos msgid "128-bit MSA\n" 11722 1.1 christos msgstr "128- \n" 11723 1.1 christos 11724 1.7 christos #: readelf.c:18741 11725 1.1 christos #, c-format 11726 1.1 christos msgid "Not used\n" 11727 1.1 christos msgstr " \n" 11728 1.1 christos 11729 1.7 christos #: readelf.c:18744 11730 1.1 christos #, c-format 11731 1.1 christos msgid "2 bytes\n" 11732 1.1 christos msgstr "2 \n" 11733 1.1 christos 11734 1.7 christos #: readelf.c:18747 11735 1.1 christos #, c-format 11736 1.1 christos msgid "4 bytes\n" 11737 1.1 christos msgstr "4 \n" 11738 1.1 christos 11739 1.7 christos #: readelf.c:18764 readelf.c:18781 readelf.c:18855 readelf.c:18875 11740 1.1 christos #, c-format 11741 1.1 christos msgid "16-byte\n" 11742 1.1 christos msgstr "16-\n" 11743 1.1 christos 11744 1.7 christos #: readelf.c:18795 11745 1.1 christos #, c-format 11746 1.1 christos msgid "DSBT addressing not used\n" 11747 1.1 christos msgstr " \n" 11748 1.1 christos 11749 1.7 christos #: readelf.c:18798 11750 1.1 christos #, c-format 11751 1.1 christos msgid "DSBT addressing used\n" 11752 1.1 christos msgstr " \n" 11753 1.1 christos 11754 1.7 christos #: readelf.c:18812 11755 1.1 christos #, c-format 11756 1.1 christos msgid "Data addressing position-dependent\n" 11757 1.1 christos msgstr " \n" 11758 1.1 christos 11759 1.7 christos #: readelf.c:18815 11760 1.1 christos #, c-format 11761 1.1 christos msgid "Data addressing position-independent, GOT near DP\n" 11762 1.1 christos msgstr " , \n" 11763 1.1 christos 11764 1.7 christos #: readelf.c:18818 11765 1.1 christos #, c-format 11766 1.1 christos msgid "Data addressing position-independent, GOT far from DP\n" 11767 1.1 christos msgstr " , \n" 11768 1.1 christos 11769 1.7 christos #: readelf.c:18832 11770 1.1 christos #, c-format 11771 1.1 christos msgid "Code addressing position-dependent\n" 11772 1.1 christos msgstr " \n" 11773 1.1 christos 11774 1.7 christos #: readelf.c:18835 11775 1.1 christos #, c-format 11776 1.1 christos msgid "Code addressing position-independent\n" 11777 1.1 christos msgstr " \n" 11778 1.1 christos 11779 1.7 christos #: readelf.c:18989 11780 1.1 christos #, c-format 11781 1.1 christos msgid "MSP430\n" 11782 1.1 christos msgstr "MSP430\n" 11783 1.1 christos 11784 1.7 christos #: readelf.c:18990 11785 1.1 christos #, c-format 11786 1.1 christos msgid "MSP430X\n" 11787 1.1 christos msgstr "MSP430X\n" 11788 1.1 christos 11789 1.7 christos #: readelf.c:19001 readelf.c:19013 11790 1.1 christos #, c-format 11791 1.1 christos msgid "Small\n" 11792 1.1 christos msgstr "\n" 11793 1.1 christos 11794 1.7 christos #: readelf.c:19002 readelf.c:19014 11795 1.1 christos #, c-format 11796 1.1 christos msgid "Large\n" 11797 1.1 christos msgstr "\n" 11798 1.1 christos 11799 1.7 christos #: readelf.c:19015 11800 1.1 christos #, c-format 11801 1.1 christos msgid "Restricted Large\n" 11802 1.1 christos msgstr " \n" 11803 1.1 christos 11804 1.7 christos #: readelf.c:19021 11805 1.1 christos #, c-format 11806 1.7 christos msgid " <unknown tag %<PRId64>>: " 11807 1.7 christos msgstr " < %<PRId64>>: " 11808 1.1 christos 11809 1.7 christos #: readelf.c:19067 11810 1.5 christos #, c-format 11811 1.5 christos msgid "Any Region\n" 11812 1.5 christos msgstr " \n" 11813 1.5 christos 11814 1.7 christos #: readelf.c:19070 11815 1.5 christos #, c-format 11816 1.5 christos msgid "Lower Region Only\n" 11817 1.5 christos msgstr " \n" 11818 1.5 christos 11819 1.7 christos #: readelf.c:19136 11820 1.5 christos #, c-format 11821 1.5 christos msgid "No unaligned access\n" 11822 1.5 christos msgstr " \n" 11823 1.5 christos 11824 1.7 christos #: readelf.c:19139 11825 1.5 christos #, c-format 11826 1.5 christos msgid "Unaligned access\n" 11827 1.5 christos msgstr " \n" 11828 1.5 christos 11829 1.7 christos #: readelf.c:19145 11830 1.5 christos #, c-format 11831 1.7 christos msgid "%<PRIu64>-bytes\n" 11832 1.7 christos msgstr "%<PRIu64>-\n" 11833 1.5 christos 11834 1.7 christos #: readelf.c:19287 11835 1.1 christos msgid "attributes" 11836 1.1 christos msgstr "" 11837 1.1 christos 11838 1.7 christos #: readelf.c:19299 11839 1.5 christos #, c-format 11840 1.5 christos msgid "Unknown attributes version '%c'(%d) - expecting 'A'\n" 11841 1.5 christos msgstr " %c(%d) A\n" 11842 1.5 christos 11843 1.7 christos #: readelf.c:19318 11844 1.5 christos msgid "Tag section ends prematurely\n" 11845 1.5 christos msgstr " \n" 11846 1.5 christos 11847 1.7 christos #: readelf.c:19327 11848 1.5 christos #, c-format 11849 1.5 christos msgid "Bad attribute length (%u > %u)\n" 11850 1.5 christos msgstr " (%u > %u)\n" 11851 1.5 christos 11852 1.7 christos #: readelf.c:19335 11853 1.1 christos #, c-format 11854 1.5 christos msgid "Attribute length of %u is too small\n" 11855 1.5 christos msgstr " %u \n" 11856 1.5 christos 11857 1.7 christos #: readelf.c:19346 11858 1.5 christos msgid "Corrupt attribute section name\n" 11859 1.5 christos msgstr " \n" 11860 1.5 christos 11861 1.7 christos #: readelf.c:19351 11862 1.5 christos #, c-format 11863 1.5 christos msgid "Attribute Section: " 11864 1.5 christos msgstr " : " 11865 1.5 christos 11866 1.7 christos #: readelf.c:19378 11867 1.5 christos msgid "Unused bytes at end of section\n" 11868 1.5 christos msgstr " \n" 11869 1.1 christos 11870 1.7 christos #: readelf.c:19388 11871 1.1 christos #, c-format 11872 1.5 christos msgid "Bad subsection length (%u > %u)\n" 11873 1.5 christos msgstr " (%u > %u)\n" 11874 1.1 christos 11875 1.7 christos #: readelf.c:19396 11876 1.1 christos #, c-format 11877 1.5 christos msgid "Bad subsection length (%u < 6)\n" 11878 1.5 christos msgstr " (%u < 6)\n" 11879 1.1 christos 11880 1.7 christos #: readelf.c:19411 11881 1.1 christos #, c-format 11882 1.1 christos msgid "File Attributes\n" 11883 1.1 christos msgstr " \n" 11884 1.1 christos 11885 1.7 christos #: readelf.c:19414 11886 1.1 christos #, c-format 11887 1.1 christos msgid "Section Attributes:" 11888 1.1 christos msgstr " :" 11889 1.1 christos 11890 1.7 christos #: readelf.c:19417 11891 1.1 christos #, c-format 11892 1.1 christos msgid "Symbol Attributes:" 11893 1.1 christos msgstr " :" 11894 1.1 christos 11895 1.7 christos #: readelf.c:19430 11896 1.1 christos #, c-format 11897 1.1 christos msgid "Unknown tag: %d\n" 11898 1.1 christos msgstr " : %d\n" 11899 1.1 christos 11900 1.7 christos #: readelf.c:19451 11901 1.1 christos #, c-format 11902 1.5 christos msgid " Unknown attribute:\n" 11903 1.5 christos msgstr " :\n" 11904 1.1 christos 11905 1.7 christos #: readelf.c:19493 11906 1.5 christos msgid "MIPS GOT entry extends beyond the end of available data\n" 11907 1.5 christos msgstr "MIPS GOT \n" 11908 1.5 christos 11909 1.7 christos #: readelf.c:19692 11910 1.5 christos msgid "Corrupt MIPS ABI Flags section.\n" 11911 1.5 christos msgstr " MIPS ABI .\n" 11912 1.5 christos 11913 1.7 christos #: readelf.c:19698 11914 1.5 christos msgid "MIPS ABI Flags section" 11915 1.5 christos msgstr " MIPS ABI " 11916 1.5 christos 11917 1.7 christos #: readelf.c:19757 readelf.c:20340 11918 1.5 christos msgid "Global Offset Table data" 11919 1.5 christos msgstr " " 11920 1.5 christos 11921 1.7 christos #: readelf.c:19761 11922 1.5 christos #, c-format 11923 1.5 christos msgid "" 11924 1.5 christos "\n" 11925 1.5 christos "Static GOT:\n" 11926 1.5 christos msgstr "" 11927 1.5 christos "\n" 11928 1.5 christos " GOT:\n" 11929 1.5 christos 11930 1.7 christos #: readelf.c:19762 readelf.c:20345 11931 1.1 christos #, c-format 11932 1.5 christos msgid " Canonical gp value: " 11933 1.5 christos msgstr " : " 11934 1.1 christos 11935 1.7 christos #: readelf.c:19776 readelf.c:20349 readelf.c:20484 11936 1.5 christos #, c-format 11937 1.5 christos msgid " Reserved entries:\n" 11938 1.5 christos msgstr " :\n" 11939 1.5 christos 11940 1.7 christos #: readelf.c:19777 11941 1.5 christos #, c-format 11942 1.5 christos msgid " %*s %10s %*s\n" 11943 1.5 christos msgstr " %*s %10s %*s\n" 11944 1.5 christos 11945 1.7 christos #: readelf.c:19778 readelf.c:19808 readelf.c:20351 readelf.c:20379 11946 1.7 christos #: readelf.c:20397 readelf.c:20486 readelf.c:20495 11947 1.5 christos msgid "Address" 11948 1.5 christos msgstr "" 11949 1.5 christos 11950 1.7 christos #: readelf.c:19778 readelf.c:19808 readelf.c:20351 readelf.c:20379 11951 1.7 christos #: readelf.c:20398 11952 1.5 christos msgid "Access" 11953 1.5 christos msgstr "" 11954 1.5 christos 11955 1.7 christos #: readelf.c:19779 readelf.c:19809 11956 1.5 christos msgid "Value" 11957 1.5 christos msgstr "" 11958 1.5 christos 11959 1.7 christos #: readelf.c:19806 readelf.c:20377 11960 1.5 christos #, c-format 11961 1.5 christos msgid " Local entries:\n" 11962 1.5 christos msgstr " :\n" 11963 1.1 christos 11964 1.7 christos #: readelf.c:19888 readelf.c:20601 11965 1.1 christos msgid "liblist section data" 11966 1.1 christos msgstr " " 11967 1.1 christos 11968 1.7 christos #: readelf.c:19891 11969 1.1 christos #, c-format 11970 1.1 christos msgid "" 11971 1.1 christos "\n" 11972 1.7 christos "Section '.liblist' contains %zu entry:\n" 11973 1.5 christos msgid_plural "" 11974 1.5 christos "\n" 11975 1.7 christos "Section '.liblist' contains %zu entries:\n" 11976 1.5 christos msgstr[0] "" 11977 1.5 christos "\n" 11978 1.7 christos " .liblist %zu :\n" 11979 1.5 christos msgstr[1] "" 11980 1.5 christos "\n" 11981 1.7 christos " .liblist %zu :\n" 11982 1.5 christos msgstr[2] "" 11983 1.1 christos "\n" 11984 1.7 christos " .liblist %zu :\n" 11985 1.1 christos 11986 1.7 christos #: readelf.c:19895 11987 1.1 christos msgid " Library Time Stamp Checksum Version Flags\n" 11988 1.1 christos msgstr " . \n" 11989 1.1 christos 11990 1.7 christos #: readelf.c:19921 11991 1.1 christos #, c-format 11992 1.1 christos msgid "<corrupt: %9ld>" 11993 1.1 christos msgstr "<: %9ld>" 11994 1.1 christos 11995 1.7 christos #: readelf.c:19926 11996 1.1 christos msgid " NONE" 11997 1.1 christos msgstr " " 11998 1.1 christos 11999 1.7 christos #: readelf.c:19976 12000 1.5 christos msgid "No MIPS_OPTIONS header found\n" 12001 1.5 christos msgstr " MIPS_OPTIONS \n" 12002 1.5 christos 12003 1.7 christos #: readelf.c:19982 12004 1.5 christos msgid "The MIPS options section is too small.\n" 12005 1.5 christos msgstr " MIPS .\n" 12006 1.5 christos 12007 1.7 christos #: readelf.c:19987 12008 1.1 christos msgid "options" 12009 1.1 christos msgstr "" 12010 1.1 christos 12011 1.7 christos #: readelf.c:20006 12012 1.5 christos #, c-format 12013 1.5 christos msgid "Invalid size (%u) for MIPS option\n" 12014 1.5 christos msgstr " (%u) MIPS \n" 12015 1.5 christos 12016 1.7 christos #: readelf.c:20015 12017 1.1 christos #, c-format 12018 1.1 christos msgid "" 12019 1.1 christos "\n" 12020 1.5 christos "Section '%s' contains %d entry:\n" 12021 1.5 christos msgid_plural "" 12022 1.5 christos "\n" 12023 1.1 christos "Section '%s' contains %d entries:\n" 12024 1.5 christos msgstr[0] "" 12025 1.5 christos "\n" 12026 1.5 christos " %s %d :\n" 12027 1.5 christos msgstr[1] "" 12028 1.5 christos "\n" 12029 1.5 christos " %s %d :\n" 12030 1.5 christos msgstr[2] "" 12031 1.1 christos "\n" 12032 1.1 christos " %s %d :\n" 12033 1.1 christos 12034 1.7 christos #: readelf.c:20053 readelf.c:20085 12035 1.5 christos msgid "Truncated MIPS REGINFO option\n" 12036 1.5 christos msgstr " MIPS REGINFO \n" 12037 1.5 christos 12038 1.7 christos #: readelf.c:20221 12039 1.1 christos msgid "conflict list found without a dynamic symbol table\n" 12040 1.1 christos msgstr " \n" 12041 1.1 christos 12042 1.7 christos #: readelf.c:20229 12043 1.5 christos #, c-format 12044 1.7 christos msgid "Overlarge number of conflicts detected: %zx\n" 12045 1.7 christos msgstr " : %zx\n" 12046 1.5 christos 12047 1.7 christos #: readelf.c:20237 12048 1.5 christos msgid "Out of memory allocating space for dynamic conflicts\n" 12049 1.5 christos msgstr " \n" 12050 1.5 christos 12051 1.7 christos #: readelf.c:20247 readelf.c:20265 12052 1.1 christos msgid "conflict" 12053 1.1 christos msgstr "" 12054 1.1 christos 12055 1.7 christos #: readelf.c:20278 12056 1.1 christos #, c-format 12057 1.1 christos msgid "" 12058 1.1 christos "\n" 12059 1.7 christos "Section '.conflict' contains %zu entry:\n" 12060 1.5 christos msgid_plural "" 12061 1.5 christos "\n" 12062 1.7 christos "Section '.conflict' contains %zu entries:\n" 12063 1.5 christos msgstr[0] "" 12064 1.5 christos "\n" 12065 1.7 christos " .conflict %zu :\n" 12066 1.5 christos msgstr[1] "" 12067 1.5 christos "\n" 12068 1.7 christos " .conflict %zu :\n" 12069 1.5 christos msgstr[2] "" 12070 1.1 christos "\n" 12071 1.7 christos " .conflict %zu :\n" 12072 1.1 christos 12073 1.7 christos #: readelf.c:20282 12074 1.1 christos msgid " Num: Index Value Name" 12075 1.1 christos msgstr " : " 12076 1.1 christos 12077 1.7 christos #: readelf.c:20289 12078 1.5 christos #, c-format 12079 1.5 christos msgid "<corrupt symbol index>" 12080 1.5 christos msgstr "< >" 12081 1.5 christos 12082 1.7 christos #: readelf.c:20300 readelf.c:20432 readelf.c:20520 12083 1.1 christos #, c-format 12084 1.1 christos msgid "<corrupt: %14ld>" 12085 1.1 christos msgstr "<: %14ld>" 12086 1.1 christos 12087 1.7 christos #: readelf.c:20323 12088 1.5 christos #, c-format 12089 1.7 christos msgid "The GOT symbol offset (%<PRIu64>) is greater than the symbol table size (%<PRIu64>)\n" 12090 1.7 christos msgstr " GOT (%<PRIu64>) (%<PRIu64>)\n" 12091 1.5 christos 12092 1.7 christos #: readelf.c:20333 12093 1.5 christos #, c-format 12094 1.7 christos msgid "Too many GOT symbols: %<PRIu64>\n" 12095 1.7 christos msgstr " GOT : %<PRIu64>\n" 12096 1.1 christos 12097 1.7 christos #: readelf.c:20344 12098 1.1 christos #, c-format 12099 1.1 christos msgid "" 12100 1.1 christos "\n" 12101 1.1 christos "Primary GOT:\n" 12102 1.1 christos msgstr "" 12103 1.1 christos "\n" 12104 1.1 christos " :\n" 12105 1.1 christos 12106 1.7 christos #: readelf.c:20350 12107 1.1 christos #, c-format 12108 1.1 christos msgid " %*s %10s %*s Purpose\n" 12109 1.1 christos msgstr " %*s %10s %*s \n" 12110 1.1 christos 12111 1.7 christos #: readelf.c:20352 readelf.c:20380 readelf.c:20399 readelf.c:20486 12112 1.7 christos #: readelf.c:20496 12113 1.1 christos msgid "Initial" 12114 1.1 christos msgstr "" 12115 1.1 christos 12116 1.7 christos #: readelf.c:20354 12117 1.1 christos #, c-format 12118 1.1 christos msgid " Lazy resolver\n" 12119 1.1 christos msgstr " \n" 12120 1.1 christos 12121 1.7 christos #: readelf.c:20369 12122 1.1 christos #, c-format 12123 1.1 christos msgid " Module pointer (GNU extension)\n" 12124 1.1 christos msgstr " ( )\n" 12125 1.1 christos 12126 1.7 christos #: readelf.c:20395 12127 1.1 christos #, c-format 12128 1.1 christos msgid " Global entries:\n" 12129 1.1 christos msgstr " :\n" 12130 1.1 christos 12131 1.7 christos #: readelf.c:20400 readelf.c:20497 12132 1.1 christos msgid "Sym.Val." 12133 1.1 christos msgstr ".." 12134 1.1 christos 12135 1.1 christos #. Note for translators: "Ndx" = abbreviated form of "Index". 12136 1.7 christos #: readelf.c:20403 readelf.c:20497 12137 1.1 christos msgid "Ndx" 12138 1.1 christos msgstr "" 12139 1.1 christos 12140 1.7 christos #: readelf.c:20403 readelf.c:20497 12141 1.1 christos msgid "Name" 12142 1.1 christos msgstr "" 12143 1.1 christos 12144 1.7 christos #: readelf.c:20413 12145 1.5 christos #, c-format 12146 1.5 christos msgid "<no dynamic symbols>" 12147 1.5 christos msgstr "< >" 12148 1.5 christos 12149 1.7 christos #: readelf.c:20435 12150 1.5 christos #, c-format 12151 1.7 christos msgid "<symbol index %zu exceeds number of dynamic symbols>" 12152 1.7 christos msgstr "< %zu >" 12153 1.5 christos 12154 1.7 christos #: readelf.c:20476 12155 1.1 christos msgid "Procedure Linkage Table data" 12156 1.1 christos msgstr " " 12157 1.1 christos 12158 1.7 christos #: readelf.c:20485 12159 1.1 christos #, c-format 12160 1.1 christos msgid " %*s %*s Purpose\n" 12161 1.1 christos msgstr " %*s %*s \n" 12162 1.1 christos 12163 1.7 christos #: readelf.c:20488 12164 1.1 christos #, c-format 12165 1.1 christos msgid " PLT lazy resolver\n" 12166 1.1 christos msgstr " \n" 12167 1.1 christos 12168 1.7 christos #: readelf.c:20490 12169 1.1 christos #, c-format 12170 1.1 christos msgid " Module pointer\n" 12171 1.1 christos msgstr " \n" 12172 1.1 christos 12173 1.7 christos #: readelf.c:20493 12174 1.1 christos #, c-format 12175 1.1 christos msgid " Entries:\n" 12176 1.1 christos msgstr " :\n" 12177 1.1 christos 12178 1.7 christos #: readelf.c:20507 12179 1.5 christos #, c-format 12180 1.7 christos msgid "<corrupt symbol index: %<PRIu64>>" 12181 1.7 christos msgstr "< : %<PRIu64>>" 12182 1.5 christos 12183 1.7 christos #: readelf.c:20546 12184 1.1 christos msgid "NDS32 elf flags section" 12185 1.1 christos msgstr " NDS32 " 12186 1.1 christos 12187 1.7 christos #: readelf.c:20612 12188 1.1 christos msgid "liblist string table" 12189 1.1 christos msgstr " " 12190 1.1 christos 12191 1.7 christos #: readelf.c:20624 12192 1.1 christos #, c-format 12193 1.1 christos msgid "" 12194 1.1 christos "\n" 12195 1.7 christos "Library list section '%s' contains %<PRIu64> entries:\n" 12196 1.5 christos msgid_plural "" 12197 1.5 christos "\n" 12198 1.7 christos "Library list section '%s' contains %<PRIu64> entries:\n" 12199 1.5 christos msgstr[0] "" 12200 1.5 christos "\n" 12201 1.7 christos " %s %<PRIu64> :\n" 12202 1.5 christos msgstr[1] "" 12203 1.5 christos "\n" 12204 1.7 christos " %s %<PRIu64> :\n" 12205 1.5 christos msgstr[2] "" 12206 1.1 christos "\n" 12207 1.7 christos " %s %<PRIu64> :\n" 12208 1.1 christos 12209 1.7 christos #: readelf.c:20632 12210 1.1 christos msgid " Library Time Stamp Checksum Version Flags" 12211 1.1 christos msgstr " " 12212 1.1 christos 12213 1.7 christos #: readelf.c:20682 12214 1.1 christos msgid "NT_AUXV (auxiliary vector)" 12215 1.1 christos msgstr "NT_AUXV ( )" 12216 1.1 christos 12217 1.7 christos #: readelf.c:20684 12218 1.1 christos msgid "NT_PRSTATUS (prstatus structure)" 12219 1.1 christos msgstr "NT_PRSTATUS ( )" 12220 1.1 christos 12221 1.7 christos #: readelf.c:20686 12222 1.1 christos msgid "NT_FPREGSET (floating point registers)" 12223 1.1 christos msgstr "NT_FPREGSET ( )" 12224 1.1 christos 12225 1.7 christos #: readelf.c:20688 12226 1.1 christos msgid "NT_PRPSINFO (prpsinfo structure)" 12227 1.1 christos msgstr "NT_PRPSINFO ( )" 12228 1.1 christos 12229 1.7 christos #: readelf.c:20690 12230 1.1 christos msgid "NT_TASKSTRUCT (task structure)" 12231 1.1 christos msgstr "NT_TASKSTRUCT ( )" 12232 1.1 christos 12233 1.7 christos #: readelf.c:20692 12234 1.5 christos msgid "NT_GDB_TDESC (GDB XML target description)" 12235 1.5 christos msgstr "NT_GDB_TDESC ( GDB XML )" 12236 1.5 christos 12237 1.7 christos #: readelf.c:20694 12238 1.1 christos msgid "NT_PRXFPREG (user_xfpregs structure)" 12239 1.1 christos msgstr "NT_PRXFPREG ( _)" 12240 1.1 christos 12241 1.7 christos #: readelf.c:20696 12242 1.1 christos msgid "NT_PPC_VMX (ppc Altivec registers)" 12243 1.1 christos msgstr "NT_PPC_VMX ( )" 12244 1.1 christos 12245 1.7 christos #: readelf.c:20698 12246 1.1 christos msgid "NT_PPC_VSX (ppc VSX registers)" 12247 1.1 christos msgstr "NT_PPC_VSX ( )" 12248 1.1 christos 12249 1.7 christos #: readelf.c:20700 12250 1.5 christos msgid "NT_PPC_TAR (ppc TAR register)" 12251 1.5 christos msgstr "NT_PPC_TAR ( TAR )" 12252 1.5 christos 12253 1.7 christos #: readelf.c:20702 12254 1.5 christos msgid "NT_PPC_PPR (ppc PPR register)" 12255 1.5 christos msgstr "NT_PPC_PPR ( PPR )" 12256 1.5 christos 12257 1.7 christos #: readelf.c:20704 12258 1.5 christos msgid "NT_PPC_DSCR (ppc DSCR register)" 12259 1.5 christos msgstr "NT_PPC_DSCR ( DSCR )" 12260 1.5 christos 12261 1.7 christos #: readelf.c:20706 12262 1.5 christos msgid "NT_PPC_EBB (ppc EBB registers)" 12263 1.5 christos msgstr "NT_PPC_EBB ( EBB )" 12264 1.5 christos 12265 1.7 christos #: readelf.c:20708 12266 1.5 christos msgid "NT_PPC_PMU (ppc PMU registers)" 12267 1.5 christos msgstr "NT_PPC_PMU ( PMU )" 12268 1.5 christos 12269 1.7 christos #: readelf.c:20710 12270 1.5 christos msgid "NT_PPC_TM_CGPR (ppc checkpointed GPR registers)" 12271 1.5 christos msgstr "NT_PPC_TM_CGPR ( GPR )" 12272 1.5 christos 12273 1.7 christos #: readelf.c:20712 12274 1.5 christos msgid "NT_PPC_TM_CFPR (ppc checkpointed floating point registers)" 12275 1.5 christos msgstr "NT_PPC_TM_CFPR ( )" 12276 1.5 christos 12277 1.7 christos #: readelf.c:20714 12278 1.5 christos msgid "NT_PPC_TM_CVMX (ppc checkpointed Altivec registers)" 12279 1.5 christos msgstr "NT_PPC_TM_CVMX ( Altivec )" 12280 1.5 christos 12281 1.7 christos #: readelf.c:20716 12282 1.5 christos msgid "NT_PPC_TM_CVSX (ppc checkpointed VSX registers)" 12283 1.5 christos msgstr "NT_PPC_TM_CVSX ( VSX )" 12284 1.5 christos 12285 1.7 christos #: readelf.c:20718 12286 1.5 christos msgid "NT_PPC_TM_SPR (ppc TM special purpose registers)" 12287 1.5 christos msgstr "NT_PPC_TM_SPR ( TM )" 12288 1.5 christos 12289 1.7 christos #: readelf.c:20720 12290 1.5 christos msgid "NT_PPC_TM_CTAR (ppc checkpointed TAR register)" 12291 1.5 christos msgstr "NT_PPC_TM_CTAR ( TAR )" 12292 1.5 christos 12293 1.7 christos #: readelf.c:20722 12294 1.5 christos msgid "NT_PPC_TM_CPPR (ppc checkpointed PPR register)" 12295 1.5 christos msgstr "NT_PPC_TM_CPPR ( PPR )" 12296 1.5 christos 12297 1.7 christos #: readelf.c:20724 12298 1.5 christos msgid "NT_PPC_TM_CDSCR (ppc checkpointed DSCR register)" 12299 1.5 christos msgstr "NT_PPC_TM_CDSCR ( DSCR )" 12300 1.5 christos 12301 1.7 christos #: readelf.c:20726 12302 1.1 christos msgid "NT_386_TLS (x86 TLS information)" 12303 1.1 christos msgstr "NT_386_TLS (x86 )" 12304 1.1 christos 12305 1.7 christos #: readelf.c:20728 12306 1.1 christos msgid "NT_386_IOPERM (x86 I/O permissions)" 12307 1.1 christos msgstr "NT_386_IOPERM (x86 / )" 12308 1.1 christos 12309 1.7 christos #: readelf.c:20730 12310 1.1 christos msgid "NT_X86_XSTATE (x86 XSAVE extended state)" 12311 1.1 christos msgstr "NT_X86_XSTATE (x86 XSAVE )" 12312 1.1 christos 12313 1.7 christos #: readelf.c:20732 12314 1.5 christos msgid "NT_X86_CET (x86 CET state)" 12315 1.5 christos msgstr "NT_X86_CET (x86 CET )" 12316 1.5 christos 12317 1.7 christos #: readelf.c:20734 12318 1.7 christos msgid "NT_X86_SHSTK (x86 SHSTK state)" 12319 1.7 christos msgstr "NT_X86_SHSTK (x86 SHSTK )" 12320 1.7 christos 12321 1.7 christos #: readelf.c:20736 12322 1.1 christos msgid "NT_S390_HIGH_GPRS (s390 upper register halves)" 12323 1.1 christos msgstr "NT_S390_HIGH_GPRS (s390 )" 12324 1.1 christos 12325 1.7 christos #: readelf.c:20738 12326 1.1 christos msgid "NT_S390_TIMER (s390 timer register)" 12327 1.1 christos msgstr "NT_S390_TIMER (s390 )" 12328 1.1 christos 12329 1.7 christos #: readelf.c:20740 12330 1.1 christos msgid "NT_S390_TODCMP (s390 TOD comparator register)" 12331 1.1 christos msgstr "NT_S390_TODCMP (s390 )" 12332 1.1 christos 12333 1.7 christos #: readelf.c:20742 12334 1.1 christos msgid "NT_S390_TODPREG (s390 TOD programmable register)" 12335 1.1 christos msgstr "NT_S390_TODPREG (s390 )" 12336 1.1 christos 12337 1.7 christos #: readelf.c:20744 12338 1.1 christos msgid "NT_S390_CTRS (s390 control registers)" 12339 1.1 christos msgstr "NT_S390_CTRS (s390 )" 12340 1.1 christos 12341 1.7 christos #: readelf.c:20746 12342 1.1 christos msgid "NT_S390_PREFIX (s390 prefix register)" 12343 1.1 christos msgstr "NT_S390_PREFIX (s390 )" 12344 1.1 christos 12345 1.7 christos #: readelf.c:20748 12346 1.1 christos msgid "NT_S390_LAST_BREAK (s390 last breaking event address)" 12347 1.1 christos msgstr "NT_S390_LAST_BREAK (s390 )" 12348 1.1 christos 12349 1.7 christos #: readelf.c:20750 12350 1.1 christos msgid "NT_S390_SYSTEM_CALL (s390 system call restart data)" 12351 1.1 christos msgstr "NT_S390_SYSTEM_CALL (s390 )" 12352 1.1 christos 12353 1.7 christos #: readelf.c:20752 12354 1.1 christos msgid "NT_S390_TDB (s390 transaction diagnostic block)" 12355 1.1 christos msgstr "NT_S390_TDB (s390 )" 12356 1.1 christos 12357 1.7 christos #: readelf.c:20754 12358 1.5 christos msgid "NT_S390_VXRS_LOW (s390 vector registers 0-15 upper half)" 12359 1.5 christos msgstr "NT_S390_VXRS_LOW ( s390 0-15 )" 12360 1.5 christos 12361 1.7 christos #: readelf.c:20756 12362 1.5 christos msgid "NT_S390_VXRS_HIGH (s390 vector registers 16-31)" 12363 1.5 christos msgstr "NT_S390_VXRS_HIGH ( s390 16-31)" 12364 1.5 christos 12365 1.7 christos #: readelf.c:20758 12366 1.5 christos msgid "NT_S390_GS_CB (s390 guarded-storage registers)" 12367 1.5 christos msgstr "NT_S390_GS_CB ( s390 )" 12368 1.5 christos 12369 1.7 christos #: readelf.c:20760 12370 1.5 christos msgid "NT_S390_GS_BC (s390 guarded-storage broadcast control)" 12371 1.5 christos msgstr "NT_S390_GS_BC ( s390 )" 12372 1.5 christos 12373 1.7 christos #: readelf.c:20762 12374 1.1 christos msgid "NT_ARM_VFP (arm VFP registers)" 12375 1.1 christos msgstr "NT_ARM_VFP ( )" 12376 1.1 christos 12377 1.7 christos #: readelf.c:20764 12378 1.1 christos msgid "NT_ARM_TLS (AArch TLS registers)" 12379 1.1 christos msgstr "NT_ARM_TLS ( )" 12380 1.1 christos 12381 1.7 christos #: readelf.c:20766 12382 1.1 christos msgid "NT_ARM_HW_BREAK (AArch hardware breakpoint registers)" 12383 1.5 christos msgstr "NT_ARM_HW_BREAK ( )" 12384 1.5 christos 12385 1.7 christos #: readelf.c:20768 12386 1.5 christos msgid "NT_ARM_HW_WATCH (AArch hardware watchpoint registers)" 12387 1.5 christos msgstr "NT_ARM_HW_WATCH ( )" 12388 1.5 christos 12389 1.7 christos #: readelf.c:20770 12390 1.6 christos msgid "NT_ARM_SYSTEM_CALL (AArch system call number)" 12391 1.7 christos msgstr "NT_ARM_SYSTEM_CALL (AArch )" 12392 1.6 christos 12393 1.7 christos #: readelf.c:20772 12394 1.5 christos msgid "NT_ARM_SVE (AArch SVE registers)" 12395 1.5 christos msgstr "NT_ARM_SVE ( SVE )" 12396 1.5 christos 12397 1.7 christos #: readelf.c:20774 12398 1.5 christos msgid "NT_ARM_PAC_MASK (AArch pointer authentication code masks)" 12399 1.5 christos msgstr "NT_ARM_PAC_MASK ( )" 12400 1.5 christos 12401 1.7 christos #: readelf.c:20776 12402 1.5 christos msgid "NT_ARM_PACA_KEYS (ARM pointer authentication address keys)" 12403 1.5 christos msgstr "NT_ARM_PACA_KEYS ( ARM )" 12404 1.5 christos 12405 1.7 christos #: readelf.c:20778 12406 1.5 christos msgid "NT_ARM_PACG_KEYS (ARM pointer authentication generic keys)" 12407 1.5 christos msgstr "NT_ARM_PACG_KEYS ( ARM )" 12408 1.5 christos 12409 1.7 christos #: readelf.c:20780 12410 1.5 christos msgid "NT_ARM_TAGGED_ADDR_CTRL (AArch tagged address control)" 12411 1.5 christos msgstr "NT_ARM_TAGGED_ADDR_CTRL ( )" 12412 1.5 christos 12413 1.7 christos #: readelf.c:20782 12414 1.7 christos msgid "NT_ARM_SSVE (AArch64 streaming SVE registers)" 12415 1.7 christos msgstr "NT_ARM_SSVE (AArch64 SVE )" 12416 1.7 christos 12417 1.7 christos #: readelf.c:20784 12418 1.7 christos msgid "NT_ARM_ZA (AArch64 SME ZA register)" 12419 1.7 christos msgstr "NT_ARM_ZA (AArch64 SME ZA )" 12420 1.7 christos 12421 1.7 christos #: readelf.c:20786 12422 1.7 christos msgid "NT_ARM_ZT (AArch64 SME2 ZT registers)" 12423 1.7 christos msgstr "NT_ARM_ZT (AArch64 SME2 ZT )" 12424 1.7 christos 12425 1.7 christos #: readelf.c:20788 12426 1.5 christos msgid "NT_ARM_PAC_ENABLED_KEYS (AArch64 pointer authentication enabled keys)" 12427 1.5 christos msgstr "NT_ARM_PAC_ENABLED_KEYS ( AArch64 )" 12428 1.5 christos 12429 1.7 christos #: readelf.c:20790 12430 1.5 christos msgid "NT_ARC_V2 (ARC HS accumulator/extra registers)" 12431 1.5 christos msgstr "NT_ARC_V2 (ARC HS / )" 12432 1.5 christos 12433 1.7 christos #: readelf.c:20792 12434 1.5 christos msgid "NT_RISCV_CSR (RISC-V control and status registers)" 12435 1.5 christos msgstr "NT_RISCV_CSR ( RISC-V )" 12436 1.5 christos 12437 1.7 christos #: readelf.c:20794 12438 1.5 christos msgid "NT_PSTATUS (pstatus structure)" 12439 1.5 christos msgstr "NT_PSTATUS ( )" 12440 1.5 christos 12441 1.7 christos #: readelf.c:20796 12442 1.5 christos msgid "NT_FPREGS (floating point registers)" 12443 1.5 christos msgstr "NT_FPREGS ( )" 12444 1.5 christos 12445 1.7 christos #: readelf.c:20798 12446 1.5 christos msgid "NT_PSINFO (psinfo structure)" 12447 1.5 christos msgstr "NT_PSINFO ( )" 12448 1.5 christos 12449 1.7 christos #: readelf.c:20800 12450 1.5 christos msgid "NT_LWPSTATUS (lwpstatus_t structure)" 12451 1.5 christos msgstr "NT_LWPSTATUS ( _)" 12452 1.5 christos 12453 1.7 christos #: readelf.c:20802 12454 1.5 christos msgid "NT_LWPSINFO (lwpsinfo_t structure)" 12455 1.5 christos msgstr "NT_LWPSINFO ( _)" 12456 1.5 christos 12457 1.7 christos #: readelf.c:20804 12458 1.5 christos msgid "NT_WIN32PSTATUS (win32_pstatus structure)" 12459 1.5 christos msgstr "NT_WIN32PSTATUS ( win32_)" 12460 1.5 christos 12461 1.7 christos #: readelf.c:20806 12462 1.5 christos msgid "NT_SIGINFO (siginfo_t data)" 12463 1.5 christos msgstr "NT_SIGINFO (_ )" 12464 1.5 christos 12465 1.7 christos #: readelf.c:20808 12466 1.5 christos msgid "NT_FILE (mapped files)" 12467 1.5 christos msgstr "NT_FILE ( )" 12468 1.5 christos 12469 1.7 christos #: readelf.c:20816 12470 1.5 christos msgid "NT_VERSION (version)" 12471 1.5 christos msgstr "NT_VERSION ()" 12472 1.5 christos 12473 1.7 christos #: readelf.c:20818 12474 1.5 christos msgid "NT_ARCH (architecture)" 12475 1.5 christos msgstr "NT_ARCH ()" 12476 1.5 christos 12477 1.7 christos #: readelf.c:20820 12478 1.5 christos msgid "OPEN" 12479 1.5 christos msgstr "OPEN" 12480 1.5 christos 12481 1.7 christos #: readelf.c:20822 12482 1.5 christos msgid "func" 12483 1.5 christos msgstr "" 12484 1.5 christos 12485 1.7 christos #: readelf.c:20824 12486 1.5 christos msgid "GO BUILDID" 12487 1.5 christos msgstr "GO BUILDID" 12488 1.5 christos 12489 1.7 christos #: readelf.c:20826 12490 1.5 christos msgid "FDO_PACKAGING_METADATA" 12491 1.5 christos msgstr "FDO__" 12492 1.5 christos 12493 1.7 christos #: readelf.c:20828 12494 1.7 christos msgid "FDO_DLOPEN_METADATA" 12495 1.7 christos msgstr "FDO_DLOPEN_" 12496 1.7 christos 12497 1.7 christos #: readelf.c:20833 readelf.c:20943 readelf.c:21132 readelf.c:21710 12498 1.7 christos #: readelf.c:21880 readelf.c:22009 readelf.c:22142 12499 1.5 christos #, c-format 12500 1.5 christos msgid "Unknown note type: (0x%08x)" 12501 1.5 christos msgstr " : (0x%08x)" 12502 1.5 christos 12503 1.7 christos #: readelf.c:20853 12504 1.5 christos msgid " Malformed note - too short for header\n" 12505 1.5 christos msgstr " \n" 12506 1.5 christos 12507 1.7 christos #: readelf.c:20862 12508 1.5 christos msgid " Malformed note - does not end with \\0\n" 12509 1.5 christos msgstr " \\0\n" 12510 1.5 christos 12511 1.7 christos #: readelf.c:20875 12512 1.5 christos msgid " Malformed note - too short for supplied file count\n" 12513 1.5 christos msgstr " \n" 12514 1.5 christos 12515 1.7 christos #: readelf.c:20879 12516 1.5 christos #, c-format 12517 1.5 christos msgid " Page size: " 12518 1.5 christos msgstr " : " 12519 1.5 christos 12520 1.7 christos #: readelf.c:20883 12521 1.5 christos #, c-format 12522 1.5 christos msgid " %*s%*s%*s\n" 12523 1.5 christos msgstr " %*s%*s%*s\n" 12524 1.5 christos 12525 1.7 christos #: readelf.c:20884 12526 1.5 christos msgid "Start" 12527 1.5 christos msgstr "" 12528 1.5 christos 12529 1.7 christos #: readelf.c:20885 12530 1.5 christos msgid "End" 12531 1.5 christos msgstr "" 12532 1.5 christos 12533 1.7 christos #: readelf.c:20886 12534 1.5 christos msgid "Page Offset" 12535 1.5 christos msgstr " " 12536 1.5 christos 12537 1.7 christos #: readelf.c:20894 12538 1.5 christos msgid " Malformed note - filenames end too early\n" 12539 1.5 christos msgstr " \n" 12540 1.5 christos 12541 1.7 christos #: readelf.c:20926 12542 1.5 christos msgid "NT_GNU_ABI_TAG (ABI version tag)" 12543 1.5 christos msgstr "NT_GNU_ABI_TAG ( )" 12544 1.5 christos 12545 1.7 christos #: readelf.c:20928 12546 1.5 christos msgid "NT_GNU_HWCAP (DSO-supplied software HWCAP info)" 12547 1.5 christos msgstr "NT_GNU_HWCAP ( HWCAP )" 12548 1.5 christos 12549 1.7 christos #: readelf.c:20930 12550 1.5 christos msgid "NT_GNU_BUILD_ID (unique build ID bitstring)" 12551 1.5 christos msgstr "NT_GNU_BUILD_ID ( - )" 12552 1.5 christos 12553 1.7 christos #: readelf.c:20932 12554 1.5 christos msgid "NT_GNU_GOLD_VERSION (gold version)" 12555 1.5 christos msgstr "NT_GNU_GOLD_VERSION ( )" 12556 1.5 christos 12557 1.7 christos #: readelf.c:20934 12558 1.5 christos msgid "NT_GNU_PROPERTY_TYPE_0" 12559 1.5 christos msgstr "NT_GNU_PROPERTY_TYPE_0" 12560 1.5 christos 12561 1.7 christos #: readelf.c:20936 12562 1.5 christos msgid "NT_GNU_BUILD_ATTRIBUTE_OPEN" 12563 1.5 christos msgstr "NT_GNU_BUILD_ATTRIBUTE_OPEN" 12564 1.5 christos 12565 1.7 christos #: readelf.c:20938 12566 1.5 christos msgid "NT_GNU_BUILD_ATTRIBUTE_FUNC" 12567 1.5 christos msgstr "NT_GNU_BUILD_ATTRIBUTE_FUNC" 12568 1.5 christos 12569 1.7 christos #: readelf.c:21027 readelf.c:21174 readelf.c:21211 12570 1.5 christos #, c-format 12571 1.5 christos msgid "<None>" 12572 1.5 christos msgstr "<>" 12573 1.5 christos 12574 1.7 christos #: readelf.c:21128 12575 1.6 christos msgid "NT_AMDGPU_METADATA (code object metadata)" 12576 1.7 christos msgstr "NT_AMDGPU_ ( )" 12577 1.6 christos 12578 1.7 christos #: readelf.c:21327 12579 1.5 christos #, c-format 12580 1.5 christos msgid " Properties: " 12581 1.5 christos msgstr " : " 12582 1.5 christos 12583 1.7 christos #: readelf.c:21331 12584 1.5 christos #, c-format 12585 1.5 christos msgid "<corrupt GNU_PROPERTY_TYPE, size = %#lx>\n" 12586 1.5 christos msgstr "< GNU_PROPERTY_TYPE, = %#lx>\n" 12587 1.5 christos 12588 1.7 christos #: readelf.c:21343 12589 1.5 christos #, c-format 12590 1.5 christos msgid "<corrupt descsz: %#lx>\n" 12591 1.5 christos msgstr "< _: %#lx>\n" 12592 1.5 christos 12593 1.7 christos #: readelf.c:21354 12594 1.5 christos #, c-format 12595 1.5 christos msgid "<corrupt type (%#x) datasz: %#x>\n" 12596 1.5 christos msgstr "< (%#x) _: %#x>\n" 12597 1.5 christos 12598 1.7 christos #: readelf.c:21376 readelf.c:21430 readelf.c:21452 12599 1.5 christos #, c-format 12600 1.5 christos msgid "x86 ISA used: <corrupt length: %#x> " 12601 1.5 christos msgstr "x86 ISA : < : %#x> " 12602 1.5 christos 12603 1.7 christos #: readelf.c:21387 readelf.c:21441 readelf.c:21463 12604 1.5 christos #, c-format 12605 1.5 christos msgid "x86 ISA needed: <corrupt length: %#x> " 12606 1.5 christos msgstr "x86 ISA : < : %#x> " 12607 1.5 christos 12608 1.7 christos #: readelf.c:21398 12609 1.5 christos #, c-format 12610 1.5 christos msgid "x86 feature: <corrupt length: %#x> " 12611 1.5 christos msgstr "x86 : < : %#x> " 12612 1.5 christos 12613 1.7 christos #: readelf.c:21409 12614 1.5 christos #, c-format 12615 1.5 christos msgid "x86 feature used: <corrupt length: %#x> " 12616 1.5 christos msgstr "x86 : < : %#x> " 12617 1.5 christos 12618 1.7 christos #: readelf.c:21420 12619 1.5 christos #, c-format 12620 1.5 christos msgid "x86 feature needed: <corrupt length: %#x> " 12621 1.5 christos msgstr "x86 : < : %#x> " 12622 1.5 christos 12623 1.7 christos #: readelf.c:21482 readelf.c:21496 readelf.c:21504 readelf.c:21510 12624 1.7 christos #: readelf.c:21541 12625 1.5 christos #, c-format 12626 1.5 christos msgid "<corrupt length: %#x> " 12627 1.5 christos msgstr "< : %#x> " 12628 1.5 christos 12629 1.7 christos #: readelf.c:21494 12630 1.5 christos #, c-format 12631 1.5 christos msgid "stack size: " 12632 1.5 christos msgstr " : " 12633 1.5 christos 12634 1.7 christos #: readelf.c:21523 12635 1.5 christos #, c-format 12636 1.5 christos msgid "1_needed: <corrupt length: %#x> " 12637 1.5 christos msgstr "1 : < : %#x> " 12638 1.5 christos 12639 1.7 christos #: readelf.c:21537 12640 1.5 christos #, c-format 12641 1.5 christos msgid "UINT32_AND (%#x): " 12642 1.5 christos msgstr "UINT32_AND (%#x): " 12643 1.5 christos 12644 1.7 christos #: readelf.c:21539 12645 1.5 christos #, c-format 12646 1.5 christos msgid "UINT32_OR (%#x): " 12647 1.5 christos msgstr "UINT32_OR (%#x): " 12648 1.5 christos 12649 1.7 christos #: readelf.c:21551 12650 1.5 christos #, c-format 12651 1.5 christos msgid "<unknown type %#x data: " 12652 1.5 christos msgstr "< %#x : " 12653 1.5 christos 12654 1.7 christos #: readelf.c:21553 12655 1.5 christos #, c-format 12656 1.5 christos msgid "<processor-specific type %#x data: " 12657 1.5 christos msgstr "< %#x : " 12658 1.5 christos 12659 1.7 christos #: readelf.c:21555 12660 1.5 christos #, c-format 12661 1.5 christos msgid "<application-specific type %#x data: " 12662 1.5 christos msgstr "< %#x : " 12663 1.5 christos 12664 1.7 christos #: readelf.c:21584 12665 1.5 christos #, c-format 12666 1.5 christos msgid " Build ID: " 12667 1.5 christos msgstr " : " 12668 1.5 christos 12669 1.7 christos #: readelf.c:21599 12670 1.5 christos #, c-format 12671 1.5 christos msgid " <corrupt GNU_ABI_TAG>\n" 12672 1.5 christos msgstr " < GNU_ABI_TAG>\n" 12673 1.5 christos 12674 1.7 christos #: readelf.c:21636 12675 1.5 christos #, c-format 12676 1.7 christos msgid " OS: %s, ABI: %d.%d.%d\n" 12677 1.7 christos msgstr " : %s, ABI: %d.%d.%d\n" 12678 1.1 christos 12679 1.7 christos #: readelf.c:21645 12680 1.5 christos #, c-format 12681 1.5 christos msgid " Version: " 12682 1.5 christos msgstr " : " 12683 1.1 christos 12684 1.5 christos #. Hardware capabilities information. Word 0 is the number of entries. 12685 1.5 christos #. Word 1 is a bitmask of enabled entries. The rest of the descriptor 12686 1.5 christos #. is a series of entries, where each entry is a single byte followed 12687 1.5 christos #. by a nul terminated string. The byte gives the bit number to test 12688 1.5 christos #. if enabled in the bitmask. 12689 1.7 christos #: readelf.c:21661 12690 1.5 christos #, c-format 12691 1.5 christos msgid " Hardware Capabilities: " 12692 1.5 christos msgstr " : " 12693 1.1 christos 12694 1.7 christos #: readelf.c:21664 12695 1.5 christos msgid "<corrupt GNU_HWCAP>\n" 12696 1.5 christos msgstr "< GNU_HWCAP>\n" 12697 1.1 christos 12698 1.7 christos #: readelf.c:21669 12699 1.5 christos #, c-format 12700 1.7 christos msgid "num entries: %d, enabled mask: %x\n" 12701 1.7 christos msgstr " : %d, : %x\n" 12702 1.1 christos 12703 1.7 christos #: readelf.c:21685 12704 1.5 christos #, c-format 12705 1.5 christos msgid " Description data: " 12706 1.5 christos msgstr " : " 12707 1.1 christos 12708 1.7 christos #: readelf.c:21703 12709 1.5 christos msgid "Alignment of 8-byte objects" 12710 1.5 christos msgstr " 8- " 12711 1.1 christos 12712 1.7 christos #: readelf.c:21704 12713 1.5 christos msgid "Sizeof double and long double" 12714 1.5 christos msgstr " " 12715 1.1 christos 12716 1.7 christos #: readelf.c:21705 12717 1.5 christos msgid "Type of FPU support needed" 12718 1.5 christos msgstr " FPU " 12719 1.1 christos 12720 1.7 christos #: readelf.c:21706 12721 1.5 christos msgid "Use of SIMD instructions" 12722 1.5 christos msgstr " SIMD " 12723 1.1 christos 12724 1.7 christos #: readelf.c:21707 12725 1.5 christos msgid "Use of cache" 12726 1.5 christos msgstr " " 12727 1.1 christos 12728 1.7 christos #: readelf.c:21708 12729 1.5 christos msgid "Use of MMU" 12730 1.5 christos msgstr " MMU" 12731 1.1 christos 12732 1.7 christos #: readelf.c:21744 12733 1.1 christos #, c-format 12734 1.5 christos msgid "4-bytes\n" 12735 1.5 christos msgstr "4-\n" 12736 1.1 christos 12737 1.7 christos #: readelf.c:21745 12738 1.1 christos #, c-format 12739 1.5 christos msgid "8-bytes\n" 12740 1.5 christos msgstr "8-\n" 12741 1.1 christos 12742 1.7 christos #: readelf.c:21752 12743 1.1 christos #, c-format 12744 1.5 christos msgid "FPU-2.0\n" 12745 1.5 christos msgstr "FPU-2.0\n" 12746 1.1 christos 12747 1.7 christos #: readelf.c:21753 12748 1.1 christos #, c-format 12749 1.5 christos msgid "FPU-3.0\n" 12750 1.5 christos msgstr "FPU-3.0\n" 12751 1.1 christos 12752 1.7 christos #: readelf.c:21762 12753 1.1 christos #, c-format 12754 1.5 christos msgid "yes\n" 12755 1.5 christos msgstr "\n" 12756 1.1 christos 12757 1.7 christos #: readelf.c:21772 12758 1.1 christos #, c-format 12759 1.5 christos msgid "unknown value: %x\n" 12760 1.5 christos msgstr ": %x\n" 12761 1.1 christos 12762 1.7 christos #: readelf.c:21828 12763 1.5 christos msgid "NT_THRMISC (thrmisc structure)" 12764 1.5 christos msgstr "NT_THRMISC (thrmisc )" 12765 1.1 christos 12766 1.7 christos #: readelf.c:21830 12767 1.5 christos msgid "NT_PROCSTAT_PROC (proc data)" 12768 1.5 christos msgstr "NT_PROCSTAT_PROC ( )" 12769 1.1 christos 12770 1.7 christos #: readelf.c:21832 12771 1.5 christos msgid "NT_PROCSTAT_FILES (files data)" 12772 1.5 christos msgstr "NT_PROCSTAT_FILES ( )" 12773 1.1 christos 12774 1.7 christos #: readelf.c:21834 12775 1.5 christos msgid "NT_PROCSTAT_VMMAP (vmmap data)" 12776 1.5 christos msgstr "NT_PROCSTAT_VMMAP (vmmap )" 12777 1.1 christos 12778 1.7 christos #: readelf.c:21836 12779 1.5 christos msgid "NT_PROCSTAT_GROUPS (groups data)" 12780 1.5 christos msgstr "NT_PROCSTAT_GROUPS ( )" 12781 1.1 christos 12782 1.7 christos #: readelf.c:21838 12783 1.5 christos msgid "NT_PROCSTAT_UMASK (umask data)" 12784 1.5 christos msgstr "NT_PROCSTAT_UMASK (umask )" 12785 1.1 christos 12786 1.7 christos #: readelf.c:21840 12787 1.5 christos msgid "NT_PROCSTAT_RLIMIT (rlimit data)" 12788 1.5 christos msgstr "NT_PROCSTAT_RLIMIT (rlimit )" 12789 1.1 christos 12790 1.7 christos #: readelf.c:21842 12791 1.5 christos msgid "NT_PROCSTAT_OSREL (osreldate data)" 12792 1.5 christos msgstr "NT_PROCSTAT_OSREL (osreldate )" 12793 1.1 christos 12794 1.7 christos #: readelf.c:21844 12795 1.5 christos msgid "NT_PROCSTAT_PSSTRINGS (ps_strings data)" 12796 1.5 christos msgstr "NT_PROCSTAT_PSSTRINGS (ps_strings )" 12797 1.1 christos 12798 1.7 christos #: readelf.c:21846 12799 1.5 christos msgid "NT_PROCSTAT_AUXV (auxv data)" 12800 1.5 christos msgstr "NT_PROCSTAT_AUXV (auxv )" 12801 1.1 christos 12802 1.7 christos #: readelf.c:21848 12803 1.5 christos msgid "NT_PTLWPINFO (ptrace_lwpinfo structure)" 12804 1.5 christos msgstr "NT_PTLWPINFO (ptrace_lwpinfo )" 12805 1.1 christos 12806 1.7 christos #: readelf.c:21850 12807 1.6 christos msgid "NT_X86_SEGBASES (x86 segment base registers)" 12808 1.7 christos msgstr "NT_X86_SEGBASES (x86 )" 12809 1.6 christos 12810 1.1 christos #. NetBSD core "procinfo" structure. 12811 1.7 christos #: readelf.c:21864 12812 1.1 christos msgid "NetBSD procinfo structure" 12813 1.1 christos msgstr " " 12814 1.1 christos 12815 1.7 christos #: readelf.c:21867 12816 1.5 christos msgid "NetBSD ELF auxiliary vector data" 12817 1.5 christos msgstr "NetBSD ELF " 12818 1.5 christos 12819 1.7 christos #: readelf.c:21870 12820 1.5 christos msgid "PT_LWPSTATUS (ptrace_lwpstatus structure)" 12821 1.5 christos msgstr "PT_LWPSTATUS ( ptrace_lwpstatus)" 12822 1.5 christos 12823 1.7 christos #: readelf.c:21899 readelf.c:21916 readelf.c:21930 12824 1.1 christos msgid "PT_GETREGS (reg structure)" 12825 1.1 christos msgstr "PT_GETREGS ( )" 12826 1.1 christos 12827 1.7 christos #: readelf.c:21901 readelf.c:21918 readelf.c:21932 12828 1.1 christos msgid "PT_GETFPREGS (fpreg structure)" 12829 1.1 christos msgstr "PT_GETFPPREGS ( )" 12830 1.1 christos 12831 1.7 christos #: readelf.c:21914 12832 1.5 christos msgid "PT___GETREGS40 (old reg structure)" 12833 1.5 christos msgstr "PT___GETREGS40 ( reg )" 12834 1.5 christos 12835 1.7 christos #: readelf.c:21949 12836 1.5 christos msgid "OpenBSD procinfo structure" 12837 1.5 christos msgstr " OpenBSD-" 12838 1.5 christos 12839 1.7 christos #: readelf.c:21951 12840 1.5 christos msgid "OpenBSD ELF auxiliary vector data" 12841 1.5 christos msgstr "OpenBSD ELF " 12842 1.5 christos 12843 1.7 christos #: readelf.c:21953 12844 1.5 christos msgid "OpenBSD regular registers" 12845 1.5 christos msgstr "OpenBSD " 12846 1.5 christos 12847 1.7 christos #: readelf.c:21955 12848 1.5 christos msgid "OpenBSD floating point registers" 12849 1.5 christos msgstr "OpenBSD " 12850 1.5 christos 12851 1.7 christos #: readelf.c:21957 12852 1.5 christos msgid "OpenBSD window cookie" 12853 1.5 christos msgstr "OpenBSD " 12854 1.5 christos 12855 1.7 christos #: readelf.c:21969 12856 1.7 christos msgid "QNX debug fullpath" 12857 1.7 christos msgstr "QNX " 12858 1.7 christos 12859 1.7 christos #: readelf.c:21971 12860 1.7 christos msgid "QNX debug relocation" 12861 1.7 christos msgstr "QNX " 12862 1.7 christos 12863 1.7 christos #: readelf.c:21973 12864 1.7 christos msgid "QNX stack" 12865 1.7 christos msgstr "QNX " 12866 1.7 christos 12867 1.7 christos #: readelf.c:21975 12868 1.7 christos msgid "QNX generator" 12869 1.7 christos msgstr "QNX " 12870 1.7 christos 12871 1.7 christos #: readelf.c:21977 12872 1.7 christos msgid "QNX default library" 12873 1.7 christos msgstr "QNX " 12874 1.7 christos 12875 1.7 christos #: readelf.c:21979 12876 1.7 christos msgid "QNX core sysinfo" 12877 1.7 christos msgstr "QNX " 12878 1.7 christos 12879 1.7 christos #: readelf.c:21981 12880 1.7 christos msgid "QNX core info" 12881 1.7 christos msgstr "QNX " 12882 1.7 christos 12883 1.7 christos #: readelf.c:21983 12884 1.7 christos msgid "QNX core status" 12885 1.7 christos msgstr "QNX " 12886 1.7 christos 12887 1.7 christos #: readelf.c:21985 12888 1.7 christos msgid "QNX general registers" 12889 1.7 christos msgstr "QNX " 12890 1.7 christos 12891 1.7 christos #: readelf.c:21987 12892 1.7 christos msgid "QNX floating point registers" 12893 1.7 christos msgstr "QNX " 12894 1.7 christos 12895 1.7 christos #: readelf.c:21989 12896 1.7 christos msgid "QNX link map" 12897 1.7 christos msgstr "QNX " 12898 1.7 christos 12899 1.7 christos #: readelf.c:22003 12900 1.1 christos msgid "NT_STAPSDT (SystemTap probe descriptors)" 12901 1.1 christos msgstr "NT_STAPSDT ( )" 12902 1.1 christos 12903 1.7 christos #: readelf.c:22071 12904 1.1 christos #, c-format 12905 1.1 christos msgid " Provider: %s\n" 12906 1.1 christos msgstr " : %s\n" 12907 1.1 christos 12908 1.7 christos #: readelf.c:22072 12909 1.1 christos #, c-format 12910 1.1 christos msgid " Name: %s\n" 12911 1.1 christos msgstr " : %s\n" 12912 1.1 christos 12913 1.7 christos #: readelf.c:22073 12914 1.1 christos #, c-format 12915 1.1 christos msgid " Location: " 12916 1.1 christos msgstr " : " 12917 1.1 christos 12918 1.7 christos #: readelf.c:22075 12919 1.1 christos #, c-format 12920 1.1 christos msgid ", Base: " 12921 1.1 christos msgstr ", : " 12922 1.1 christos 12923 1.7 christos #: readelf.c:22077 12924 1.1 christos #, c-format 12925 1.1 christos msgid ", Semaphore: " 12926 1.1 christos msgstr ", : " 12927 1.1 christos 12928 1.7 christos #: readelf.c:22080 12929 1.1 christos #, c-format 12930 1.1 christos msgid " Arguments: %s\n" 12931 1.1 christos msgstr " : %s\n" 12932 1.1 christos 12933 1.7 christos #: readelf.c:22085 12934 1.5 christos #, c-format 12935 1.5 christos msgid " <corrupt - note is too small>\n" 12936 1.5 christos msgstr " < >\n" 12937 1.5 christos 12938 1.7 christos #: readelf.c:22086 12939 1.5 christos msgid "corrupt stapdt note - the data size is too small\n" 12940 1.5 christos msgstr " stapdt \n" 12941 1.5 christos 12942 1.7 christos #: readelf.c:22095 12943 1.5 christos #, c-format 12944 1.5 christos msgid " Packaging Metadata: %.*s\n" 12945 1.5 christos msgstr " : %.*s\n" 12946 1.5 christos 12947 1.7 christos #: readelf.c:22100 12948 1.7 christos #, c-format 12949 1.7 christos msgid " Dlopen Metadata: %.*s\n" 12950 1.7 christos msgstr " dl-: %.*s\n" 12951 1.7 christos 12952 1.7 christos #: readelf.c:22114 12953 1.1 christos msgid "NT_VMS_MHD (module header)" 12954 1.1 christos msgstr "NT_VMS_MHD ( )" 12955 1.1 christos 12956 1.7 christos #: readelf.c:22116 12957 1.1 christos msgid "NT_VMS_LNM (language name)" 12958 1.1 christos msgstr "NT_VMS_LNM ( )" 12959 1.1 christos 12960 1.7 christos #: readelf.c:22118 12961 1.1 christos msgid "NT_VMS_SRC (source files)" 12962 1.1 christos msgstr "NT_VMS_SRC ( )" 12963 1.1 christos 12964 1.7 christos #: readelf.c:22122 12965 1.1 christos msgid "NT_VMS_EIDC (consistency check)" 12966 1.1 christos msgstr "NT_VMS_EIDC ( )" 12967 1.1 christos 12968 1.7 christos #: readelf.c:22124 12969 1.1 christos msgid "NT_VMS_FPMODE (FP mode)" 12970 1.1 christos msgstr "NT_VMS_FPMODE ( )" 12971 1.1 christos 12972 1.7 christos #: readelf.c:22128 12973 1.1 christos msgid "NT_VMS_IMGNAM (image name)" 12974 1.1 christos msgstr "NT_VMS_IMGNAM ( )" 12975 1.1 christos 12976 1.7 christos #: readelf.c:22130 12977 1.1 christos msgid "NT_VMS_IMGID (image id)" 12978 1.1 christos msgstr "NT_VMS_IMGID ( )" 12979 1.1 christos 12980 1.7 christos #: readelf.c:22132 12981 1.1 christos msgid "NT_VMS_LINKID (link id)" 12982 1.1 christos msgstr "NT_VMS_LINKID ( )" 12983 1.1 christos 12984 1.7 christos #: readelf.c:22134 12985 1.1 christos msgid "NT_VMS_IMGBID (build id)" 12986 1.1 christos msgstr "NT_VMS_IMGBID ( )" 12987 1.1 christos 12988 1.7 christos #: readelf.c:22136 12989 1.1 christos msgid "NT_VMS_GSTNAM (sym table name)" 12990 1.1 christos msgstr "NT_VMS_GSTNAM ( )" 12991 1.1 christos 12992 1.7 christos #: readelf.c:22163 12993 1.1 christos #, c-format 12994 1.1 christos msgid " Creation date : %.17s\n" 12995 1.5 christos msgstr " : %.17s\n" 12996 1.1 christos 12997 1.7 christos #: readelf.c:22164 12998 1.1 christos #, c-format 12999 1.1 christos msgid " Last patch date: %.17s\n" 13000 1.1 christos msgstr " : %.17s\n" 13001 1.1 christos 13002 1.7 christos #: readelf.c:22167 13003 1.1 christos #, c-format 13004 1.1 christos msgid " Module name : %s\n" 13005 1.5 christos msgstr " : %s\n" 13006 1.1 christos 13007 1.7 christos #: readelf.c:22169 13008 1.1 christos #, c-format 13009 1.1 christos msgid " Module version : %s\n" 13010 1.5 christos msgstr " : %s\n" 13011 1.5 christos 13012 1.7 christos #: readelf.c:22171 readelf.c:22176 13013 1.5 christos #, c-format 13014 1.5 christos msgid " Module version : <missing>\n" 13015 1.5 christos msgstr " : <>\n" 13016 1.1 christos 13017 1.7 christos #: readelf.c:22175 13018 1.1 christos #, c-format 13019 1.5 christos msgid " Module name : <missing>\n" 13020 1.5 christos msgstr " : <>\n" 13021 1.1 christos 13022 1.7 christos #: readelf.c:22181 13023 1.1 christos #, c-format 13024 1.5 christos msgid " Language: %.*s\n" 13025 1.5 christos msgstr " : %.*s\n" 13026 1.1 christos 13027 1.7 christos #: readelf.c:22185 13028 1.1 christos #, c-format 13029 1.1 christos msgid " Floating Point mode: " 13030 1.1 christos msgstr " : " 13031 1.1 christos 13032 1.7 christos #: readelf.c:22195 13033 1.1 christos #, c-format 13034 1.1 christos msgid " Link time: " 13035 1.1 christos msgstr " : " 13036 1.1 christos 13037 1.7 christos #: readelf.c:22205 13038 1.1 christos #, c-format 13039 1.1 christos msgid " Patch time: " 13040 1.1 christos msgstr " : " 13041 1.1 christos 13042 1.7 christos #: readelf.c:22218 13043 1.1 christos #, c-format 13044 1.1 christos msgid " Major id: %u, minor id: %u\n" 13045 1.1 christos msgstr " : %u, : %u\n" 13046 1.1 christos 13047 1.7 christos #: readelf.c:22221 13048 1.1 christos #, c-format 13049 1.1 christos msgid " Last modified : " 13050 1.5 christos msgstr " : " 13051 1.1 christos 13052 1.7 christos #: readelf.c:22223 13053 1.1 christos #, c-format 13054 1.1 christos msgid "" 13055 1.1 christos "\n" 13056 1.1 christos " Link flags : " 13057 1.1 christos msgstr "" 13058 1.1 christos "\n" 13059 1.1 christos " : " 13060 1.1 christos 13061 1.7 christos #: readelf.c:22226 13062 1.1 christos #, c-format 13063 1.1 christos msgid " Header flags: 0x%08x\n" 13064 1.1 christos msgstr " : 0x%08x\n" 13065 1.1 christos 13066 1.7 christos #: readelf.c:22228 13067 1.5 christos #, c-format 13068 1.5 christos msgid " Image id : %.*s\n" 13069 1.5 christos msgstr " : %.*s\n" 13070 1.5 christos 13071 1.7 christos #: readelf.c:22232 13072 1.5 christos #, c-format 13073 1.5 christos msgid " Image name: %.*s\n" 13074 1.5 christos msgstr " : %.*s\n" 13075 1.5 christos 13076 1.7 christos #: readelf.c:22236 13077 1.5 christos #, c-format 13078 1.5 christos msgid " Global symbol table name: %.*s\n" 13079 1.5 christos msgstr " : %.*s\n" 13080 1.5 christos 13081 1.7 christos #: readelf.c:22240 13082 1.5 christos #, c-format 13083 1.5 christos msgid " Image id: %.*s\n" 13084 1.5 christos msgstr " : %.*s\n" 13085 1.5 christos 13086 1.7 christos #: readelf.c:22244 13087 1.5 christos #, c-format 13088 1.5 christos msgid " Linker id: %.*s\n" 13089 1.5 christos msgstr " : %.*s\n" 13090 1.5 christos 13091 1.7 christos #: readelf.c:22254 readelf.c:22947 13092 1.5 christos #, c-format 13093 1.5 christos msgid " <corrupt - data size is too small>\n" 13094 1.5 christos msgstr " < >\n" 13095 1.5 christos 13096 1.7 christos #: readelf.c:22255 13097 1.5 christos msgid "corrupt IA64 note: data size is too small\n" 13098 1.5 christos msgstr " IA64 \n" 13099 1.5 christos 13100 1.7 christos #: readelf.c:22422 readelf.c:22431 13101 1.5 christos #, c-format 13102 1.7 christos msgid " Applies to region from %#<PRIx64> to %#<PRIx64>\n" 13103 1.7 christos msgstr " %#<PRIx64> %#<PRIx64>\n" 13104 1.5 christos 13105 1.7 christos #: readelf.c:22425 readelf.c:22434 13106 1.5 christos #, c-format 13107 1.7 christos msgid " Applies to region from %#<PRIx64>\n" 13108 1.7 christos msgstr " %#<PRIx64>\n" 13109 1.5 christos 13110 1.7 christos #: readelf.c:22455 13111 1.1 christos #, c-format 13112 1.5 christos msgid " <invalid description size: %lx>\n" 13113 1.5 christos msgstr " < : %lx>\n" 13114 1.1 christos 13115 1.7 christos #: readelf.c:22456 13116 1.1 christos #, c-format 13117 1.5 christos msgid " <invalid descsz>" 13118 1.5 christos msgstr " < _>" 13119 1.1 christos 13120 1.7 christos #: readelf.c:22482 13121 1.1 christos #, c-format 13122 1.7 christos msgid "Gap in build notes detected from %#<PRIx64> to %#<PRIx64>\n" 13123 1.7 christos msgstr " %#<PRIx64> %#<PRIx64>\n" 13124 1.1 christos 13125 1.7 christos #: readelf.c:22486 readelf.c:22497 13126 1.1 christos #, c-format 13127 1.7 christos msgid " Applies to region from %#<PRIx64>" 13128 1.7 christos msgstr " %#<PRIx64>" 13129 1.1 christos 13130 1.7 christos #: readelf.c:22491 readelf.c:22502 13131 1.5 christos #, c-format 13132 1.7 christos msgid " to %#<PRIx64>" 13133 1.7 christos msgstr " %#<PRIx64>" 13134 1.5 christos 13135 1.7 christos #: readelf.c:22508 13136 1.5 christos #, c-format 13137 1.5 christos msgid " (%s)" 13138 1.5 christos msgstr " (%s)" 13139 1.5 christos 13140 1.7 christos #: readelf.c:22529 readelf.c:22544 13141 1.5 christos #, c-format 13142 1.5 christos msgid "corrupt name field in GNU build attribute note: size = %ld\n" 13143 1.5 christos msgstr " : = %ld\n" 13144 1.5 christos 13145 1.7 christos #: readelf.c:22530 readelf.c:22545 13146 1.5 christos msgid " <corrupt name>" 13147 1.5 christos msgstr " < >" 13148 1.5 christos 13149 1.7 christos #: readelf.c:22564 13150 1.5 christos #, c-format 13151 1.5 christos msgid "unrecognised attribute type in name field: %d\n" 13152 1.5 christos msgstr " : %d\n" 13153 1.5 christos 13154 1.7 christos #: readelf.c:22565 13155 1.5 christos msgid "<unknown name type>" 13156 1.5 christos msgstr "< >" 13157 1.5 christos 13158 1.7 christos #: readelf.c:22575 13159 1.5 christos msgid "<version>" 13160 1.5 christos msgstr "<>" 13161 1.5 christos 13162 1.7 christos #: readelf.c:22580 13163 1.5 christos msgid "<stack prot>" 13164 1.5 christos msgstr "< >" 13165 1.5 christos 13166 1.7 christos #: readelf.c:22585 13167 1.5 christos msgid "<relro>" 13168 1.5 christos msgstr "<relro>" 13169 1.5 christos 13170 1.7 christos #: readelf.c:22590 13171 1.5 christos msgid "<stack size>" 13172 1.5 christos msgstr "< >" 13173 1.5 christos 13174 1.7 christos #: readelf.c:22595 13175 1.5 christos msgid "<tool>" 13176 1.5 christos msgstr "<>" 13177 1.5 christos 13178 1.7 christos #: readelf.c:22600 13179 1.5 christos msgid "<ABI>" 13180 1.5 christos msgstr "<ABI>" 13181 1.5 christos 13182 1.7 christos #: readelf.c:22605 13183 1.5 christos msgid "<PIC>" 13184 1.5 christos msgstr "<PIC>" 13185 1.5 christos 13186 1.7 christos #: readelf.c:22610 13187 1.5 christos msgid "<short enum>" 13188 1.5 christos msgstr "< >" 13189 1.5 christos 13190 1.7 christos #: readelf.c:22629 13191 1.5 christos #, c-format 13192 1.5 christos msgid "unrecognised byte in name field: %d\n" 13193 1.5 christos msgstr " : %d\n" 13194 1.5 christos 13195 1.7 christos #: readelf.c:22630 13196 1.5 christos #, c-format 13197 1.5 christos msgid "<unknown:_%d>" 13198 1.5 christos msgstr "<:_%d>" 13199 1.5 christos 13200 1.7 christos #: readelf.c:22642 13201 1.5 christos #, c-format 13202 1.5 christos msgid "attribute does not have an expected type (%c)\n" 13203 1.5 christos msgstr " (%c)\n" 13204 1.5 christos 13205 1.7 christos #: readelf.c:22646 13206 1.5 christos #, c-format 13207 1.7 christos msgid "corrupt name field: namesz: %lu but parsing gets to %td\n" 13208 1.7 christos msgstr " : _: %lu %td\n" 13209 1.5 christos 13210 1.7 christos #: readelf.c:22673 13211 1.5 christos #, c-format 13212 1.5 christos msgid "corrupt numeric name field: too many bytes in the value: %x\n" 13213 1.5 christos msgstr " : : %x\n" 13214 1.5 christos 13215 1.7 christos #: readelf.c:22762 13216 1.1 christos #, c-format 13217 1.5 christos msgid " description data: " 13218 1.5 christos msgstr " : " 13219 1.1 christos 13220 1.7 christos #: readelf.c:22910 13221 1.6 christos msgid "failed to unpack msgpack contents in NT_AMDGPU_METADATA note" 13222 1.7 christos msgstr " NT_AMDGPU_METADATA" 13223 1.7 christos 13224 1.7 christos #: readelf.c:22933 13225 1.7 christos #, c-format 13226 1.7 christos msgid " Stack Size: 0x%<PRIx32>\n" 13227 1.7 christos msgstr " : 0x%<PRIx32>\n" 13228 1.7 christos 13229 1.7 christos #: readelf.c:22935 13230 1.7 christos #, c-format 13231 1.7 christos msgid " Stack allocated: %<PRIx32>\n" 13232 1.7 christos msgstr " : %<PRIx32>\n" 13233 1.7 christos 13234 1.7 christos #: readelf.c:22937 13235 1.7 christos #, c-format 13236 1.7 christos msgid " Executable: %s\n" 13237 1.7 christos msgstr " : %s\n" 13238 1.7 christos 13239 1.7 christos #: readelf.c:22948 13240 1.7 christos msgid "corrupt QNX note: data size is too small\n" 13241 1.7 christos msgstr " QNX : \n" 13242 1.6 christos 13243 1.7 christos #: readelf.c:23093 13244 1.1 christos msgid "notes" 13245 1.1 christos msgstr "" 13246 1.1 christos 13247 1.7 christos #: readelf.c:23105 13248 1.5 christos #, c-format 13249 1.5 christos msgid "Displaying notes found in: %s\n" 13250 1.5 christos msgstr " : %s\n" 13251 1.5 christos 13252 1.7 christos #: readelf.c:23107 13253 1.5 christos #, c-format 13254 1.7 christos msgid "Displaying notes found at file offset 0x%08<PRIx64> with length 0x%08<PRIx64>:\n" 13255 1.7 christos msgstr " 0x%08<PRIx64> 0x%08<PRIx64>:\n" 13256 1.5 christos 13257 1.7 christos #: readelf.c:23120 13258 1.1 christos #, c-format 13259 1.7 christos msgid "Corrupt note: alignment %<PRId64>, expecting 4 or 8\n" 13260 1.7 christos msgstr " : %<PRId64>, 4 8\n" 13261 1.1 christos 13262 1.7 christos #: readelf.c:23126 13263 1.1 christos #, c-format 13264 1.5 christos msgid " %-20s %-10s\tDescription\n" 13265 1.5 christos msgstr " %-20s %-10s\t\n" 13266 1.1 christos 13267 1.7 christos #: readelf.c:23126 13268 1.1 christos msgid "Owner" 13269 1.1 christos msgstr "" 13270 1.1 christos 13271 1.7 christos #: readelf.c:23126 13272 1.1 christos msgid "Data size" 13273 1.1 christos msgstr " " 13274 1.1 christos 13275 1.7 christos #: readelf.c:23144 readelf.c:23173 13276 1.1 christos #, c-format 13277 1.7 christos msgid "Corrupt note: only %zd byte remains, not enough for a full note\n" 13278 1.7 christos msgid_plural "Corrupt note: only %zd bytes remain, not enough for a full note\n" 13279 1.7 christos msgstr[0] " : %zd , \n" 13280 1.7 christos msgstr[1] " : %zd , \n" 13281 1.7 christos msgstr[2] " : %zd , \n" 13282 1.1 christos 13283 1.7 christos #: readelf.c:23201 13284 1.1 christos #, c-format 13285 1.7 christos msgid "note with invalid namesz and/or descsz found at offset %#tx\n" 13286 1.7 christos msgstr " namesz / descsz %#tx\n" 13287 1.1 christos 13288 1.7 christos #: readelf.c:23203 13289 1.5 christos #, c-format 13290 1.7 christos msgid " type: %#lx, namesize: %#lx, descsize: %#lx, alignment: %u\n" 13291 1.7 christos msgstr " : %#lx, : %#lx, : %#lx, : %u\n" 13292 1.5 christos 13293 1.7 christos #: readelf.c:23221 13294 1.5 christos msgid "Out of memory allocating space for inote name\n" 13295 1.5 christos msgstr " -\n" 13296 1.5 christos 13297 1.7 christos #: readelf.c:23279 13298 1.5 christos msgid "v850 notes" 13299 1.5 christos msgstr "v850 " 13300 1.5 christos 13301 1.7 christos #: readelf.c:23286 13302 1.5 christos #, c-format 13303 1.5 christos msgid "" 13304 1.5 christos "\n" 13305 1.7 christos "Displaying contents of Renesas V850 notes section at offset %#<PRIx64> with length %#<PRIx64>:\n" 13306 1.5 christos msgstr "" 13307 1.5 christos "\n" 13308 1.7 christos " Renesas V850 %#<PRIx64> %#<PRIx64>:\n" 13309 1.5 christos 13310 1.7 christos #: readelf.c:23304 13311 1.1 christos #, c-format 13312 1.5 christos msgid "Corrupt note: name size is too big: %lx\n" 13313 1.5 christos msgstr " : : %lx\n" 13314 1.1 christos 13315 1.7 christos #: readelf.c:23314 13316 1.1 christos #, c-format 13317 1.7 christos msgid "corrupt descsz found in note at offset %#tx\n" 13318 1.7 christos msgstr " _ %#tx\n" 13319 1.1 christos 13320 1.7 christos #: readelf.c:23316 readelf.c:23329 13321 1.5 christos #, c-format 13322 1.7 christos msgid " type: %#lx, namesize: %#lx, descsize: %#lx\n" 13323 1.7 christos msgstr " : %#lx, : %#lx, : %#lx\n" 13324 1.5 christos 13325 1.7 christos #: readelf.c:23327 13326 1.5 christos #, c-format 13327 1.7 christos msgid "corrupt namesz found in note at offset %#zx\n" 13328 1.7 christos msgstr " _ %#zx\n" 13329 1.5 christos 13330 1.7 christos #: readelf.c:23403 13331 1.5 christos #, c-format 13332 1.5 christos msgid "No notes found in linked file '%s'.\n" 13333 1.5 christos msgstr " %s.\n" 13334 1.5 christos 13335 1.7 christos #: readelf.c:23406 13336 1.5 christos #, c-format 13337 1.5 christos msgid "No notes found file.\n" 13338 1.5 christos msgstr " .\n" 13339 1.5 christos 13340 1.7 christos #: readelf.c:23415 13341 1.5 christos #, c-format 13342 1.5 christos msgid " Unknown GNU attribute: %s\n" 13343 1.5 christos msgstr " : %s\n" 13344 1.5 christos 13345 1.7 christos #: readelf.c:23744 13346 1.1 christos #, c-format 13347 1.1 christos msgid "%s: Failed to read file header\n" 13348 1.1 christos msgstr "%s: \n" 13349 1.1 christos 13350 1.7 christos #: readelf.c:23759 13351 1.1 christos #, c-format 13352 1.1 christos msgid "" 13353 1.1 christos "\n" 13354 1.1 christos "File: %s\n" 13355 1.1 christos msgstr "" 13356 1.1 christos "\n" 13357 1.1 christos ": %s\n" 13358 1.1 christos 13359 1.7 christos #: readelf.c:23920 13360 1.1 christos #, c-format 13361 1.1 christos msgid "%s: unable to dump the index as none was found\n" 13362 1.1 christos msgstr "%s: \n" 13363 1.1 christos 13364 1.7 christos #: readelf.c:23927 13365 1.1 christos #, c-format 13366 1.7 christos msgid "Index of archive %s: (%<PRIu64> entries, %#<PRIx64> bytes in the symbol table)\n" 13367 1.7 christos msgstr " %s: (%<PRIu64> , %#<PRIx64> )\n" 13368 1.1 christos 13369 1.7 christos #: readelf.c:23951 13370 1.1 christos #, c-format 13371 1.1 christos msgid "Contents of binary %s at offset " 13372 1.1 christos msgstr " %s " 13373 1.1 christos 13374 1.7 christos #: readelf.c:23963 13375 1.1 christos #, c-format 13376 1.1 christos msgid "%s: end of the symbol table reached before the end of the index\n" 13377 1.1 christos msgstr "%s: \n" 13378 1.1 christos 13379 1.7 christos #: readelf.c:23982 13380 1.1 christos #, c-format 13381 1.7 christos msgid "%s: %<PRId64> byte remains in the symbol table, but without corresponding entries in the index table\n" 13382 1.7 christos msgid_plural "%s: %<PRId64> bytes remain in the symbol table, but without corresponding entries in the index table\n" 13383 1.7 christos msgstr[0] "%s: %<PRId64> , \n" 13384 1.7 christos msgstr[1] "%s: %<PRId64> , \n" 13385 1.7 christos msgstr[2] "%s: %<PRId64> , \n" 13386 1.1 christos 13387 1.7 christos #: readelf.c:23995 13388 1.1 christos #, c-format 13389 1.1 christos msgid "%s: failed to seek back to start of object files in the archive\n" 13390 1.1 christos msgstr "%s: \n" 13391 1.1 christos 13392 1.7 christos #: readelf.c:24087 readelf.c:24206 13393 1.1 christos #, c-format 13394 1.1 christos msgid "Input file '%s' is not readable.\n" 13395 1.1 christos msgstr " %s .\n" 13396 1.1 christos 13397 1.7 christos #: readelf.c:24115 13398 1.1 christos #, c-format 13399 1.1 christos msgid "%s: contains corrupt thin archive: %s\n" 13400 1.1 christos msgstr "%s: : %s\n" 13401 1.1 christos 13402 1.7 christos #: readelf.c:24133 13403 1.1 christos #, c-format 13404 1.1 christos msgid "%s: failed to seek to archive member.\n" 13405 1.1 christos msgstr "%s: .\n" 13406 1.1 christos 13407 1.7 christos #: readelf.c:24198 13408 1.5 christos msgid "Out of memory allocating file data structure\n" 13409 1.5 christos msgstr " \n" 13410 1.5 christos 13411 1.7 christos #: readelf.c:24235 13412 1.1 christos #, c-format 13413 1.1 christos msgid "File %s is not an archive so its index cannot be displayed.\n" 13414 1.1 christos msgstr " %s .\n" 13415 1.1 christos 13416 1.7 christos #: readelf.c:24301 13417 1.5 christos msgid "Nothing to do.\n" 13418 1.5 christos msgstr " .\n" 13419 1.5 christos 13420 1.5 christos #: rename.c:200 13421 1.1 christos #, c-format 13422 1.1 christos msgid "%s: cannot set time: %s" 13423 1.1 christos msgstr "%s: : %s" 13424 1.1 christos 13425 1.5 christos #: rename.c:219 13426 1.1 christos #, c-format 13427 1.1 christos msgid "unable to copy file '%s'; reason: %s" 13428 1.1 christos msgstr " %s; : %s" 13429 1.1 christos 13430 1.5 christos #: resbin.c:119 13431 1.1 christos #, c-format 13432 1.1 christos msgid "%s: not enough binary data" 13433 1.1 christos msgstr "%s: " 13434 1.1 christos 13435 1.5 christos #: resbin.c:135 13436 1.1 christos msgid "null terminated unicode string" 13437 1.1 christos msgstr " " 13438 1.1 christos 13439 1.5 christos #: resbin.c:162 resbin.c:168 13440 1.1 christos msgid "resource ID" 13441 1.1 christos msgstr " " 13442 1.1 christos 13443 1.5 christos #: resbin.c:207 13444 1.1 christos msgid "cursor" 13445 1.1 christos msgstr "" 13446 1.1 christos 13447 1.5 christos #: resbin.c:238 resbin.c:245 13448 1.1 christos msgid "menu header" 13449 1.1 christos msgstr " " 13450 1.1 christos 13451 1.5 christos #: resbin.c:254 13452 1.1 christos msgid "menuex header" 13453 1.1 christos msgstr " _" 13454 1.1 christos 13455 1.5 christos #: resbin.c:258 13456 1.1 christos msgid "menuex offset" 13457 1.1 christos msgstr " _" 13458 1.1 christos 13459 1.5 christos #: resbin.c:263 13460 1.1 christos #, c-format 13461 1.1 christos msgid "unsupported menu version %d" 13462 1.1 christos msgstr " %d" 13463 1.1 christos 13464 1.5 christos #: resbin.c:288 resbin.c:303 resbin.c:365 13465 1.1 christos msgid "menuitem header" 13466 1.1 christos msgstr " " 13467 1.1 christos 13468 1.5 christos #: resbin.c:395 13469 1.1 christos msgid "menuitem" 13470 1.1 christos msgstr " " 13471 1.1 christos 13472 1.5 christos #: resbin.c:432 resbin.c:460 13473 1.1 christos msgid "dialog header" 13474 1.1 christos msgstr " " 13475 1.1 christos 13476 1.5 christos #: resbin.c:450 13477 1.1 christos #, c-format 13478 1.1 christos msgid "unexpected DIALOGEX version %d" 13479 1.1 christos msgstr " DIALOGEX %d" 13480 1.1 christos 13481 1.5 christos #: resbin.c:495 13482 1.1 christos msgid "dialog font point size" 13483 1.1 christos msgstr " " 13484 1.1 christos 13485 1.5 christos #: resbin.c:503 13486 1.1 christos msgid "dialogex font information" 13487 1.1 christos msgstr " _" 13488 1.1 christos 13489 1.5 christos #: resbin.c:529 resbin.c:547 13490 1.1 christos msgid "dialog control" 13491 1.1 christos msgstr " " 13492 1.1 christos 13493 1.5 christos #: resbin.c:539 13494 1.1 christos msgid "dialogex control" 13495 1.1 christos msgstr " _" 13496 1.1 christos 13497 1.5 christos #: resbin.c:568 13498 1.1 christos msgid "dialog control end" 13499 1.1 christos msgstr " " 13500 1.1 christos 13501 1.5 christos #: resbin.c:578 13502 1.1 christos msgid "dialog control data" 13503 1.1 christos msgstr " " 13504 1.1 christos 13505 1.5 christos #: resbin.c:618 13506 1.1 christos msgid "stringtable string length" 13507 1.1 christos msgstr " " 13508 1.1 christos 13509 1.5 christos #: resbin.c:628 13510 1.1 christos msgid "stringtable string" 13511 1.1 christos msgstr " " 13512 1.1 christos 13513 1.5 christos #: resbin.c:658 13514 1.1 christos msgid "fontdir header" 13515 1.1 christos msgstr " " 13516 1.1 christos 13517 1.5 christos #: resbin.c:672 13518 1.1 christos msgid "fontdir" 13519 1.1 christos msgstr " " 13520 1.1 christos 13521 1.5 christos #: resbin.c:689 13522 1.1 christos msgid "fontdir device name" 13523 1.1 christos msgstr " " 13524 1.1 christos 13525 1.5 christos #: resbin.c:695 13526 1.1 christos msgid "fontdir face name" 13527 1.1 christos msgstr " " 13528 1.1 christos 13529 1.5 christos #: resbin.c:735 13530 1.1 christos msgid "accelerator" 13531 1.1 christos msgstr "" 13532 1.1 christos 13533 1.5 christos #: resbin.c:794 13534 1.1 christos msgid "group cursor header" 13535 1.1 christos msgstr " " 13536 1.1 christos 13537 1.7 christos #: resbin.c:798 resrc.c:1346 13538 1.1 christos #, c-format 13539 1.1 christos msgid "unexpected group cursor type %d" 13540 1.1 christos msgstr " %d" 13541 1.1 christos 13542 1.5 christos #: resbin.c:813 13543 1.1 christos msgid "group cursor" 13544 1.1 christos msgstr " " 13545 1.1 christos 13546 1.5 christos #: resbin.c:849 13547 1.1 christos msgid "group icon header" 13548 1.1 christos msgstr " " 13549 1.1 christos 13550 1.7 christos #: resbin.c:853 resrc.c:1293 13551 1.1 christos #, c-format 13552 1.1 christos msgid "unexpected group icon type %d" 13553 1.1 christos msgstr " %d" 13554 1.1 christos 13555 1.5 christos #: resbin.c:868 13556 1.1 christos msgid "group icon" 13557 1.1 christos msgstr " " 13558 1.1 christos 13559 1.5 christos #: resbin.c:932 13560 1.1 christos msgid "unexpected version string" 13561 1.1 christos msgstr " " 13562 1.1 christos 13563 1.5 christos #: resbin.c:964 13564 1.1 christos #, c-format 13565 1.5 christos msgid "version length %lu greater than resource length %lu" 13566 1.5 christos msgstr " %lu %lu" 13567 1.1 christos 13568 1.5 christos #: resbin.c:968 13569 1.1 christos #, c-format 13570 1.1 christos msgid "unexpected version type %d" 13571 1.1 christos msgstr " %d" 13572 1.1 christos 13573 1.5 christos #: resbin.c:983 13574 1.1 christos #, c-format 13575 1.1 christos msgid "unexpected fixed version information length %ld" 13576 1.1 christos msgstr " %ld" 13577 1.1 christos 13578 1.5 christos #: resbin.c:986 13579 1.1 christos msgid "fixed version info" 13580 1.1 christos msgstr " " 13581 1.1 christos 13582 1.5 christos #: resbin.c:990 13583 1.1 christos #, c-format 13584 1.1 christos msgid "unexpected fixed version signature %lu" 13585 1.1 christos msgstr " %lu" 13586 1.1 christos 13587 1.5 christos #: resbin.c:994 13588 1.1 christos #, c-format 13589 1.1 christos msgid "unexpected fixed version info version %lu" 13590 1.1 christos msgstr " %lu" 13591 1.1 christos 13592 1.5 christos #: resbin.c:1023 13593 1.1 christos msgid "version var info" 13594 1.1 christos msgstr " " 13595 1.1 christos 13596 1.5 christos #: resbin.c:1040 13597 1.1 christos #, c-format 13598 1.1 christos msgid "unexpected stringfileinfo value length %ld" 13599 1.1 christos msgstr " %ld" 13600 1.1 christos 13601 1.5 christos #: resbin.c:1057 13602 1.1 christos msgid "version stringtable" 13603 1.1 christos msgstr " " 13604 1.1 christos 13605 1.5 christos #: resbin.c:1065 13606 1.1 christos #, c-format 13607 1.1 christos msgid "unexpected version stringtable value length %ld" 13608 1.1 christos msgstr " %ld" 13609 1.1 christos 13610 1.5 christos #: resbin.c:1082 13611 1.1 christos msgid "version string" 13612 1.1 christos msgstr " " 13613 1.1 christos 13614 1.5 christos #: resbin.c:1097 13615 1.1 christos #, c-format 13616 1.1 christos msgid "unexpected version string length %ld != %ld + %ld" 13617 1.1 christos msgstr " %ld != %ld +%ld" 13618 1.1 christos 13619 1.5 christos #: resbin.c:1104 13620 1.1 christos #, c-format 13621 1.1 christos msgid "unexpected version string length %ld < %ld" 13622 1.1 christos msgstr " %ld < %ld" 13623 1.1 christos 13624 1.5 christos #: resbin.c:1130 13625 1.1 christos #, c-format 13626 1.1 christos msgid "unexpected varfileinfo value length %ld" 13627 1.1 christos msgstr " %ld" 13628 1.1 christos 13629 1.5 christos #: resbin.c:1149 13630 1.1 christos msgid "version varfileinfo" 13631 1.1 christos msgstr " " 13632 1.1 christos 13633 1.5 christos #: resbin.c:1164 13634 1.1 christos #, c-format 13635 1.1 christos msgid "unexpected version value length %ld" 13636 1.1 christos msgstr " %ld" 13637 1.1 christos 13638 1.5 christos #: resbin.c:1174 13639 1.5 christos msgid "nul bytes found in version string" 13640 1.5 christos msgstr " " 13641 1.5 christos 13642 1.5 christos #: resbin.c:1177 13643 1.5 christos #, c-format 13644 1.5 christos msgid "unexpected version string character: %x" 13645 1.5 christos msgstr " : %x" 13646 1.5 christos 13647 1.1 christos #: rescoff.c:123 13648 1.1 christos msgid "filename required for COFF input" 13649 1.1 christos msgstr " " 13650 1.1 christos 13651 1.1 christos #: rescoff.c:140 13652 1.1 christos #, c-format 13653 1.1 christos msgid "%s: no resource section" 13654 1.1 christos msgstr "%s: " 13655 1.1 christos 13656 1.5 christos #: rescoff.c:150 13657 1.5 christos #, c-format 13658 1.5 christos msgid "%s: .rsrc section is bigger than the file!" 13659 1.5 christos msgstr "%s: .rsrc !" 13660 1.5 christos 13661 1.5 christos #: rescoff.c:178 13662 1.1 christos #, c-format 13663 1.1 christos msgid "%s: %s: address out of bounds" 13664 1.1 christos msgstr "%s: %s: " 13665 1.1 christos 13666 1.5 christos #: rescoff.c:199 13667 1.5 christos msgid "Resources nest too deep" 13668 1.5 christos msgstr " " 13669 1.5 christos 13670 1.5 christos #: rescoff.c:202 13671 1.1 christos msgid "directory" 13672 1.1 christos msgstr "" 13673 1.1 christos 13674 1.5 christos #: rescoff.c:230 13675 1.1 christos msgid "named directory entry" 13676 1.1 christos msgstr " " 13677 1.1 christos 13678 1.5 christos #: rescoff.c:239 13679 1.1 christos msgid "directory entry name" 13680 1.1 christos msgstr " " 13681 1.1 christos 13682 1.5 christos #: rescoff.c:253 13683 1.5 christos msgid "resource name" 13684 1.5 christos msgstr " " 13685 1.5 christos 13686 1.5 christos #: rescoff.c:264 13687 1.1 christos msgid "named subdirectory" 13688 1.1 christos msgstr " " 13689 1.1 christos 13690 1.5 christos #: rescoff.c:272 13691 1.1 christos msgid "named resource" 13692 1.1 christos msgstr " " 13693 1.1 christos 13694 1.5 christos #: rescoff.c:287 13695 1.1 christos msgid "ID directory entry" 13696 1.1 christos msgstr " - " 13697 1.1 christos 13698 1.5 christos #: rescoff.c:304 13699 1.1 christos msgid "ID subdirectory" 13700 1.1 christos msgstr " " 13701 1.1 christos 13702 1.5 christos #: rescoff.c:312 13703 1.1 christos msgid "ID resource" 13704 1.1 christos msgstr " " 13705 1.1 christos 13706 1.5 christos #: rescoff.c:337 13707 1.1 christos msgid "resource type unknown" 13708 1.1 christos msgstr " " 13709 1.1 christos 13710 1.5 christos #: rescoff.c:340 13711 1.1 christos msgid "data entry" 13712 1.1 christos msgstr " " 13713 1.1 christos 13714 1.5 christos #: rescoff.c:348 13715 1.1 christos msgid "resource data" 13716 1.1 christos msgstr " " 13717 1.1 christos 13718 1.5 christos #: rescoff.c:353 13719 1.1 christos msgid "resource data size" 13720 1.1 christos msgstr " " 13721 1.1 christos 13722 1.5 christos #: rescoff.c:448 13723 1.1 christos msgid "filename required for COFF output" 13724 1.1 christos msgstr " " 13725 1.1 christos 13726 1.7 christos #: rescoff.c:735 13727 1.1 christos msgid "can't get BFD_RELOC_RVA relocation type" 13728 1.1 christos msgstr " BFD_RELOC_RVA" 13729 1.1 christos 13730 1.6 christos #: resrc.c:257 resrc.c:329 13731 1.1 christos #, c-format 13732 1.1 christos msgid "can't open temporary file `%s': %s" 13733 1.1 christos msgstr " %s: %s" 13734 1.1 christos 13735 1.6 christos #: resrc.c:263 13736 1.1 christos #, c-format 13737 1.1 christos msgid "can't redirect stdout: `%s': %s" 13738 1.1 christos msgstr " : %s: %s" 13739 1.1 christos 13740 1.6 christos #: resrc.c:325 13741 1.1 christos #, c-format 13742 1.1 christos msgid "can't execute `%s': %s" 13743 1.1 christos msgstr " %s: %s" 13744 1.1 christos 13745 1.6 christos #: resrc.c:334 13746 1.1 christos #, c-format 13747 1.1 christos msgid "Using temporary file `%s' to read preprocessor output\n" 13748 1.1 christos msgstr " %s \n" 13749 1.1 christos 13750 1.6 christos #: resrc.c:341 13751 1.1 christos #, c-format 13752 1.1 christos msgid "can't popen `%s': %s" 13753 1.1 christos msgstr " _ %s: %s" 13754 1.1 christos 13755 1.6 christos #: resrc.c:343 13756 1.1 christos #, c-format 13757 1.1 christos msgid "Using popen to read preprocessor output\n" 13758 1.1 christos msgstr " _ \n" 13759 1.1 christos 13760 1.6 christos #: resrc.c:405 13761 1.1 christos #, c-format 13762 1.1 christos msgid "Tried `%s'\n" 13763 1.1 christos msgstr " %s\n" 13764 1.1 christos 13765 1.6 christos #: resrc.c:422 13766 1.1 christos #, c-format 13767 1.1 christos msgid "Using `%s'\n" 13768 1.1 christos msgstr " %s\n" 13769 1.1 christos 13770 1.7 christos #: resrc.c:599 13771 1.1 christos msgid "preprocessing failed." 13772 1.1 christos msgstr " ." 13773 1.1 christos 13774 1.7 christos #: resrc.c:630 13775 1.1 christos #, c-format 13776 1.1 christos msgid "%s: unexpected EOF" 13777 1.1 christos msgstr "%s: " 13778 1.1 christos 13779 1.7 christos #: resrc.c:679 13780 1.1 christos #, c-format 13781 1.1 christos msgid "%s: read of %lu returned %lu" 13782 1.1 christos msgstr "%s: %lu %lu" 13783 1.1 christos 13784 1.7 christos #: resrc.c:718 resrc.c:1493 13785 1.1 christos #, c-format 13786 1.1 christos msgid "stat failed on bitmap file `%s': %s" 13787 1.1 christos msgstr " %s: %s" 13788 1.1 christos 13789 1.7 christos #: resrc.c:769 13790 1.1 christos #, c-format 13791 1.1 christos msgid "cursor file `%s' does not contain cursor data" 13792 1.1 christos msgstr " %s " 13793 1.1 christos 13794 1.7 christos #: resrc.c:801 resrc.c:1201 13795 1.1 christos #, c-format 13796 1.1 christos msgid "%s: fseek to %lu failed: %s" 13797 1.1 christos msgstr "%s: _ %lu: %s" 13798 1.1 christos 13799 1.7 christos #: resrc.c:927 13800 1.1 christos msgid "help ID requires DIALOGEX" 13801 1.7 christos msgstr " DIALOGEX" 13802 1.1 christos 13803 1.7 christos #: resrc.c:929 13804 1.1 christos msgid "control data requires DIALOGEX" 13805 1.1 christos msgstr " DIALOGEX" 13806 1.1 christos 13807 1.7 christos #: resrc.c:957 13808 1.1 christos #, c-format 13809 1.1 christos msgid "stat failed on font file `%s': %s" 13810 1.1 christos msgstr " %s: %s" 13811 1.1 christos 13812 1.7 christos #: resrc.c:1170 13813 1.1 christos #, c-format 13814 1.1 christos msgid "icon file `%s' does not contain icon data" 13815 1.1 christos msgstr " %s " 13816 1.1 christos 13817 1.7 christos #: resrc.c:1719 resrc.c:1754 13818 1.1 christos #, c-format 13819 1.1 christos msgid "stat failed on file `%s': %s" 13820 1.1 christos msgstr " %s: %s" 13821 1.1 christos 13822 1.7 christos #: resrc.c:1953 13823 1.1 christos #, c-format 13824 1.1 christos msgid "can't open `%s' for output: %s" 13825 1.1 christos msgstr " %s : %s" 13826 1.1 christos 13827 1.5 christos #: size.c:89 13828 1.1 christos #, c-format 13829 1.1 christos msgid " Displays the sizes of sections inside binary files\n" 13830 1.1 christos msgstr " \n" 13831 1.1 christos 13832 1.5 christos #: size.c:90 13833 1.1 christos #, c-format 13834 1.1 christos msgid " If no input file(s) are specified, a.out is assumed\n" 13835 1.1 christos msgstr " , a.out\n" 13836 1.1 christos 13837 1.5 christos #: size.c:91 13838 1.1 christos #, c-format 13839 1.1 christos msgid "" 13840 1.1 christos " The options are:\n" 13841 1.5 christos " -A|-B|-G --format={sysv|berkeley|gnu} Select output style (default is %s)\n" 13842 1.1 christos " -o|-d|-x --radix={8|10|16} Display numbers in octal, decimal or hex\n" 13843 1.1 christos " -t --totals Display the total sizes (Berkeley only)\n" 13844 1.7 christos " -f Ignored.\n" 13845 1.1 christos " --common Display total size for *COM* syms\n" 13846 1.1 christos " --target=<bfdname> Set the binary file format\n" 13847 1.1 christos " @<file> Read options from <file>\n" 13848 1.7 christos " -h|-H|-? --help Display this information\n" 13849 1.7 christos " -v|-V --version Display the program's version\n" 13850 1.1 christos "\n" 13851 1.1 christos msgstr "" 13852 1.1 christos " :\n" 13853 1.5 christos " -A|-B|-G --format={sysv|berkeley|gnu} ( %s)\n" 13854 1.5 christos " -o|-d|-x --radix={8|10|16} , \n" 13855 1.5 christos " -t --totals ( )\n" 13856 1.7 christos " -f .\\n\n" 13857 1.7 christos " --common *COM* \n" 13858 1.5 christos " --target=<> \n" 13859 1.5 christos " @<> <>\n" 13860 1.5 christos " -h --help \n" 13861 1.5 christos " -V --version \n" 13862 1.1 christos "\n" 13863 1.1 christos 13864 1.7 christos #: size.c:175 13865 1.1 christos #, c-format 13866 1.1 christos msgid "invalid argument to --format: %s" 13867 1.1 christos msgstr " --format: %s" 13868 1.1 christos 13869 1.7 christos #: size.c:202 13870 1.1 christos #, c-format 13871 1.1 christos msgid "Invalid radix: %s\n" 13872 1.1 christos msgstr " : %s\n" 13873 1.1 christos 13874 1.5 christos #: srconv.c:130 13875 1.5 christos msgid "Checksum failure" 13876 1.5 christos msgstr " " 13877 1.5 christos 13878 1.5 christos #. FIXME: Return error status. 13879 1.5 christos #: srconv.c:142 13880 1.5 christos msgid "Failed to write checksum" 13881 1.5 christos msgstr " " 13882 1.5 christos 13883 1.5 christos #: srconv.c:182 13884 1.5 christos #, c-format 13885 1.5 christos msgid "Unsupported integer write size: %d" 13886 1.5 christos msgstr " %d" 13887 1.5 christos 13888 1.5 christos #. FIXME: Return error status. 13889 1.5 christos #: srconv.c:268 13890 1.5 christos msgid "Failed to write TR block" 13891 1.5 christos msgstr " TR " 13892 1.5 christos 13893 1.6 christos #: srconv.c:360 13894 1.5 christos #, c-format 13895 1.5 christos msgid "Unrecognized H8300 sub-architecture: %ld" 13896 1.5 christos msgstr " H8300 -: %ld" 13897 1.5 christos 13898 1.6 christos #: srconv.c:378 13899 1.5 christos #, c-format 13900 1.5 christos msgid "Unsupported architecture: %d" 13901 1.5 christos msgstr " : %d" 13902 1.5 christos 13903 1.6 christos #: srconv.c:832 13904 1.5 christos #, c-format 13905 1.5 christos msgid "Unrecognised type: %d" 13906 1.5 christos msgstr " : %d" 13907 1.5 christos 13908 1.6 christos #: srconv.c:958 13909 1.5 christos #, c-format 13910 1.5 christos msgid "Unrecognised coff symbol type: %d" 13911 1.5 christos msgstr " coff : %d" 13912 1.5 christos 13913 1.6 christos #: srconv.c:1020 srconv.c:1120 13914 1.5 christos #, c-format 13915 1.5 christos msgid "Unrecognised coff symbol visibility: %d" 13916 1.5 christos msgstr " coff : %d" 13917 1.5 christos 13918 1.6 christos #: srconv.c:1046 srconv.c:1091 13919 1.5 christos #, c-format 13920 1.5 christos msgid "Unrecognised coff symbol location: %d" 13921 1.5 christos msgstr " coff : %d" 13922 1.5 christos 13923 1.5 christos #. FIXME: Return error status. 13924 1.6 christos #: srconv.c:1425 13925 1.5 christos msgid "Failed to write CS struct" 13926 1.5 christos msgstr " CS " 13927 1.5 christos 13928 1.6 christos #: srconv.c:1695 13929 1.1 christos #, c-format 13930 1.1 christos msgid "Convert a COFF object file into a SYSROFF object file\n" 13931 1.1 christos msgstr " \n" 13932 1.1 christos 13933 1.6 christos #: srconv.c:1696 13934 1.1 christos #, c-format 13935 1.1 christos msgid "" 13936 1.1 christos " The options are:\n" 13937 1.1 christos " -q --quick (Obsolete - ignored)\n" 13938 1.1 christos " -n --noprescan Do not perform a scan to convert commons into defs\n" 13939 1.1 christos " -d --debug Display information about what is being done\n" 13940 1.1 christos " @<file> Read options from <file>\n" 13941 1.1 christos " -h --help Display this information\n" 13942 1.1 christos " -v --version Print the program's version number\n" 13943 1.1 christos msgstr "" 13944 1.1 christos " :\n" 13945 1.1 christos " -q --quick ( )\n" 13946 1.1 christos " -n --noprescan \n" 13947 1.1 christos " -d --debug \n" 13948 1.1 christos " @<> <>\n" 13949 1.1 christos " -h --help \n" 13950 1.1 christos " -V --version \n" 13951 1.1 christos 13952 1.6 christos #: srconv.c:1785 13953 1.5 christos msgid "input and output files must be different" 13954 1.5 christos msgstr " " 13955 1.5 christos 13956 1.6 christos #: srconv.c:1838 13957 1.1 christos #, c-format 13958 1.1 christos msgid "unable to open output file %s" 13959 1.1 christos msgstr " %s" 13960 1.1 christos 13961 1.7 christos #: stabs.c:344 stabs.c:1796 13962 1.1 christos msgid "numeric overflow" 13963 1.1 christos msgstr " " 13964 1.1 christos 13965 1.5 christos #: stabs.c:354 13966 1.1 christos #, c-format 13967 1.1 christos msgid "Bad stab: %s\n" 13968 1.1 christos msgstr " : %s\n" 13969 1.1 christos 13970 1.5 christos #: stabs.c:362 13971 1.1 christos #, c-format 13972 1.1 christos msgid "Warning: %s: %s\n" 13973 1.1 christos msgstr ": %s: %s\n" 13974 1.1 christos 13975 1.7 christos #: stabs.c:486 13976 1.1 christos #, c-format 13977 1.1 christos msgid "N_LBRAC not within function\n" 13978 1.1 christos msgstr "N_LBRAC \n" 13979 1.1 christos 13980 1.7 christos #: stabs.c:525 13981 1.1 christos #, c-format 13982 1.1 christos msgid "Too many N_RBRACs\n" 13983 1.1 christos msgstr " N_RBRAC-\n" 13984 1.1 christos 13985 1.7 christos #: stabs.c:764 13986 1.1 christos msgid "unknown C++ encoded name" 13987 1.1 christos msgstr " ++ " 13988 1.1 christos 13989 1.1 christos #. Complain and keep going, so compilers can invent new 13990 1.1 christos #. cross-reference types. 13991 1.7 christos #: stabs.c:1325 13992 1.1 christos msgid "unrecognized cross reference type" 13993 1.1 christos msgstr " " 13994 1.1 christos 13995 1.1 christos #. Does this actually ever happen? Is that why we are worrying 13996 1.1 christos #. about dealing with it rather than just calling error_type? 13997 1.7 christos #: stabs.c:1888 13998 1.1 christos msgid "missing index type" 13999 1.1 christos msgstr " " 14000 1.1 christos 14001 1.7 christos #: stabs.c:2239 14002 1.1 christos msgid "unknown virtual character for baseclass" 14003 1.1 christos msgstr " " 14004 1.1 christos 14005 1.7 christos #: stabs.c:2260 14006 1.1 christos msgid "unknown visibility character for baseclass" 14007 1.1 christos msgstr " " 14008 1.1 christos 14009 1.7 christos #: stabs.c:2471 14010 1.1 christos msgid "unnamed $vb type" 14011 1.1 christos msgstr " $vb" 14012 1.1 christos 14013 1.7 christos #: stabs.c:2480 14014 1.1 christos msgid "unrecognized C++ abbreviation" 14015 1.1 christos msgstr " ++ " 14016 1.1 christos 14017 1.7 christos #: stabs.c:2565 14018 1.1 christos msgid "unknown visibility character for field" 14019 1.1 christos msgstr " " 14020 1.1 christos 14021 1.7 christos #: stabs.c:2826 14022 1.1 christos msgid "const/volatile indicator missing" 14023 1.1 christos msgstr " / " 14024 1.1 christos 14025 1.7 christos #: stabs.c:3369 14026 1.1 christos msgid "Undefined N_EXCL" 14027 1.1 christos msgstr " N_EXCL" 14028 1.1 christos 14029 1.7 christos #: stabs.c:3445 14030 1.1 christos #, c-format 14031 1.1 christos msgid "Type file number %d out of range\n" 14032 1.1 christos msgstr " %d \n" 14033 1.1 christos 14034 1.7 christos #: stabs.c:3521 14035 1.1 christos #, c-format 14036 1.1 christos msgid "Unrecognized XCOFF type %d\n" 14037 1.1 christos msgstr " %d\n" 14038 1.1 christos 14039 1.7 christos #: stabs.c:3807 14040 1.1 christos #, c-format 14041 1.1 christos msgid "bad mangled name `%s'\n" 14042 1.1 christos msgstr " %s\n" 14043 1.1 christos 14044 1.7 christos #: stabs.c:3900 14045 1.1 christos #, c-format 14046 1.1 christos msgid "no argument types in mangled string\n" 14047 1.1 christos msgstr " \n" 14048 1.1 christos 14049 1.7 christos #: stabs.c:5240 14050 1.1 christos #, c-format 14051 1.1 christos msgid "Demangled name is not a function\n" 14052 1.1 christos msgstr " \n" 14053 1.1 christos 14054 1.7 christos #: stabs.c:5282 14055 1.1 christos #, c-format 14056 1.1 christos msgid "Unexpected type in v3 arglist demangling\n" 14057 1.1 christos msgstr " 3 \n" 14058 1.1 christos 14059 1.7 christos #: stabs.c:5357 14060 1.1 christos #, c-format 14061 1.1 christos msgid "Unrecognized demangle component %d\n" 14062 1.1 christos msgstr " %d\n" 14063 1.1 christos 14064 1.7 christos #: stabs.c:5409 14065 1.1 christos #, c-format 14066 1.1 christos msgid "Failed to print demangled template\n" 14067 1.1 christos msgstr " \n" 14068 1.1 christos 14069 1.7 christos #: stabs.c:5489 14070 1.1 christos #, c-format 14071 1.1 christos msgid "Couldn't get demangled builtin type\n" 14072 1.1 christos msgstr " \n" 14073 1.1 christos 14074 1.7 christos #: stabs.c:5538 14075 1.1 christos #, c-format 14076 1.1 christos msgid "Unexpected demangled varargs\n" 14077 1.1 christos msgstr " \n" 14078 1.1 christos 14079 1.7 christos #: stabs.c:5545 14080 1.1 christos #, c-format 14081 1.1 christos msgid "Unrecognized demangled builtin type\n" 14082 1.1 christos msgstr " \n" 14083 1.1 christos 14084 1.7 christos #: strings.c:181 14085 1.1 christos #, c-format 14086 1.1 christos msgid "invalid integer argument %s" 14087 1.1 christos msgstr " %s" 14088 1.1 christos 14089 1.7 christos #: strings.c:186 14090 1.7 christos #, c-format 14091 1.7 christos msgid "minimum string length is too big: %s" 14092 1.7 christos msgstr " : %s" 14093 1.7 christos 14094 1.7 christos #: strings.c:189 14095 1.7 christos #, c-format 14096 1.7 christos msgid "minimum string length is too small: %s" 14097 1.7 christos msgstr " : %s" 14098 1.7 christos 14099 1.7 christos #: strings.c:193 14100 1.1 christos #, c-format 14101 1.7 christos msgid "minimum string length %s is too big" 14102 1.7 christos msgstr " %s " 14103 1.1 christos 14104 1.7 christos #: strings.c:406 14105 1.5 christos #, c-format 14106 1.5 christos msgid "%s: Reading section %s failed: %s" 14107 1.5 christos msgstr "%s: %s: %s" 14108 1.5 christos 14109 1.7 christos #: strings.c:1331 14110 1.1 christos #, c-format 14111 1.1 christos msgid " Display printable strings in [file(s)] (stdin by default)\n" 14112 1.1 christos msgstr " [()] ( )\n" 14113 1.1 christos 14114 1.7 christos #: strings.c:1335 14115 1.5 christos #, c-format 14116 1.5 christos msgid "" 14117 1.5 christos " -a - --all Scan the entire file, not just the data section [default]\n" 14118 1.5 christos " -d --data Only scan the data sections in the file\n" 14119 1.5 christos msgstr "" 14120 1.5 christos " -a - --all , []\n" 14121 1.5 christos " -d --data \n" 14122 1.5 christos 14123 1.7 christos #: strings.c:1339 14124 1.1 christos #, c-format 14125 1.1 christos msgid "" 14126 1.1 christos " -a - --all Scan the entire file, not just the data section\n" 14127 1.5 christos " -d --data Only scan the data sections in the file [default]\n" 14128 1.5 christos msgstr "" 14129 1.5 christos " -a - --all , \n" 14130 1.5 christos " -d --data []\n" 14131 1.5 christos 14132 1.7 christos #: strings.c:1343 14133 1.5 christos #, c-format 14134 1.5 christos msgid "" 14135 1.1 christos " -f --print-file-name Print the name of the file before each string\n" 14136 1.5 christos " -n <number> Locate & print any sequence of at least <number>\n" 14137 1.5 christos " --bytes=<number> displayable characters. (The default is 4).\n" 14138 1.1 christos " -t --radix={o,d,x} Print the location of the string in base 8, 10 or 16\n" 14139 1.5 christos " -w --include-all-whitespace Include all whitespace as valid string characters\n" 14140 1.1 christos " -o An alias for --radix=o\n" 14141 1.1 christos " -T --target=<BFDNAME> Specify the binary file format\n" 14142 1.1 christos " -e --encoding={s,S,b,l,B,L} Select character size and endianness:\n" 14143 1.1 christos " s = 7-bit, S = 8-bit, {b,l} = 16-bit, {B,L} = 32-bit\n" 14144 1.7 christos " --unicode={default|locale|invalid|hex|escape|highlight}\n" 14145 1.7 christos " -U {d|l|i|x|e|h} Specify how to treat UTF-8 encoded unicode characters\n" 14146 1.5 christos " -s --output-separator=<string> String used to separate strings in output.\n" 14147 1.1 christos " @<file> Read options from <file>\n" 14148 1.1 christos " -h --help Display this information\n" 14149 1.1 christos " -v -V --version Print the program's version number\n" 14150 1.1 christos msgstr "" 14151 1.5 christos " -f --print-file-name \n" 14152 1.5 christos " -n <> <>\n" 14153 1.5 christos " --bytes=<> . ( 4).\n" 14154 1.5 christos " -t --radix={o,d,x} 8, 10 16\n" 14155 1.5 christos " -w --include-all-whitespace \n" 14156 1.5 christos " -o --radix=o\n" 14157 1.5 christos " -T --target=<> \n" 14158 1.5 christos " -e --encoding={s,S,b,l,B,L} :\n" 14159 1.5 christos " s = 7-, S = 8-, {b,l} = 16-, {B,L} = 32-\n" 14160 1.5 christos " --unicode={default|show|invalid|hex|escape|highlight}\n" 14161 1.7 christos " -U {d|l|i|x|e|h} -8 \n" 14162 1.5 christos " -s --output-separator=<> .\n" 14163 1.5 christos " @<> <>\n" 14164 1.5 christos " -h --help \n" 14165 1.5 christos " -v -V --version \n" 14166 1.1 christos 14167 1.5 christos #: sysdump.c:51 14168 1.1 christos msgid "*undefined*" 14169 1.1 christos msgstr "**" 14170 1.1 christos 14171 1.5 christos #. PR 28564 14172 1.5 christos #: sysdump.c:57 sysdump.c:66 14173 1.5 christos msgid "*corrupt*" 14174 1.5 christos msgstr "**" 14175 1.5 christos 14176 1.5 christos #: sysdump.c:131 14177 1.1 christos #, c-format 14178 1.1 christos msgid "SUM IS %x\n" 14179 1.1 christos msgstr " %x\n" 14180 1.1 christos 14181 1.5 christos #. PR 17512: file: id:000001,src:000002,op:flip1,pos:45. 14182 1.5 christos #. Prevent infinite loops re-reading beyond the end of the buffer. 14183 1.5 christos #: sysdump.c:169 14184 1.5 christos msgid "ICE: getINT: Out of buffer space" 14185 1.5 christos msgstr "ICE: getINT: " 14186 1.5 christos 14187 1.5 christos #: sysdump.c:194 14188 1.5 christos #, c-format 14189 1.5 christos msgid "Unsupported read size: %d" 14190 1.5 christos msgstr " : %d" 14191 1.5 christos 14192 1.5 christos #: sysdump.c:505 14193 1.1 christos #, c-format 14194 1.1 christos msgid "GOT A %x\n" 14195 1.1 christos msgstr " %x\n" 14196 1.1 christos 14197 1.5 christos #: sysdump.c:523 14198 1.1 christos #, c-format 14199 1.1 christos msgid "WANTED %x!!\n" 14200 1.1 christos msgstr " %x!!\n" 14201 1.1 christos 14202 1.5 christos #: sysdump.c:541 14203 1.1 christos msgid "SYMBOL INFO" 14204 1.1 christos msgstr " " 14205 1.1 christos 14206 1.5 christos #: sysdump.c:559 14207 1.1 christos msgid "DERIVED TYPE" 14208 1.1 christos msgstr " " 14209 1.1 christos 14210 1.5 christos #: sysdump.c:616 14211 1.1 christos msgid "MODULE***\n" 14212 1.1 christos msgstr "***\n" 14213 1.1 christos 14214 1.5 christos #: sysdump.c:649 14215 1.1 christos #, c-format 14216 1.1 christos msgid "Print a human readable interpretation of a SYSROFF object file\n" 14217 1.1 christos msgstr " \n" 14218 1.1 christos 14219 1.5 christos #: sysdump.c:650 14220 1.1 christos #, c-format 14221 1.1 christos msgid "" 14222 1.1 christos " The options are:\n" 14223 1.1 christos " -h --help Display this information\n" 14224 1.1 christos " -v --version Print the program's version number\n" 14225 1.1 christos msgstr "" 14226 1.7 christos " :\n" 14227 1.1 christos " -h --help \n" 14228 1.1 christos " -v --version \n" 14229 1.1 christos 14230 1.5 christos #: sysdump.c:716 14231 1.1 christos #, c-format 14232 1.1 christos msgid "cannot open input file %s" 14233 1.1 christos msgstr " %s" 14234 1.1 christos 14235 1.5 christos #: unwind-ia64.c:180 14236 1.5 christos #, c-format 14237 1.5 christos msgid "Unknown code 0x%02x\n" 14238 1.5 christos msgstr " 0x%02x\n" 14239 1.5 christos 14240 1.5 christos #. PR 18420. 14241 1.5 christos #: unwind-ia64.c:366 14242 1.5 christos #, c-format 14243 1.5 christos msgid "" 14244 1.5 christos "\n" 14245 1.5 christos "ERROR: unwind length too long (0x%lx > 0x%lx)\n" 14246 1.5 christos "\n" 14247 1.5 christos msgstr "" 14248 1.5 christos "\n" 14249 1.5 christos ": (0x%lx > 0x%lx)\n" 14250 1.5 christos "\n" 14251 1.5 christos 14252 1.5 christos #: unwind-ia64.c:578 14253 1.5 christos #, c-format 14254 1.5 christos msgid "Bad uleb128\n" 14255 1.5 christos msgstr " uleb128\n" 14256 1.5 christos 14257 1.5 christos #: unwind-ia64.c:592 14258 1.5 christos #, c-format 14259 1.5 christos msgid "\t<corrupt X1>\n" 14260 1.5 christos msgstr "\t< X1>\n" 14261 1.5 christos 14262 1.5 christos #: unwind-ia64.c:616 14263 1.5 christos #, c-format 14264 1.5 christos msgid "\t<corrupt X2>\n" 14265 1.5 christos msgstr "\t< X2>\n" 14266 1.5 christos 14267 1.5 christos #: unwind-ia64.c:642 14268 1.5 christos #, c-format 14269 1.5 christos msgid "\t<corrupt X3>\n" 14270 1.5 christos msgstr "\t< X3>\n" 14271 1.5 christos 14272 1.5 christos #: unwind-ia64.c:670 14273 1.5 christos #, c-format 14274 1.5 christos msgid "\t<corrupt X4>\n" 14275 1.5 christos msgstr "\t< X4>\n" 14276 1.5 christos 14277 1.5 christos #: unwind-ia64.c:712 14278 1.5 christos #, c-format 14279 1.5 christos msgid "\t<corrupt R2>\n" 14280 1.5 christos msgstr "\t< R2>\n" 14281 1.5 christos 14282 1.5 christos #: unwind-ia64.c:758 14283 1.5 christos #, c-format 14284 1.5 christos msgid "\t<corrupt P2>\n" 14285 1.5 christos msgstr "\t< P2>\n" 14286 1.5 christos 14287 1.5 christos #: unwind-ia64.c:773 14288 1.5 christos #, c-format 14289 1.5 christos msgid "\t<corrupt P3>\n" 14290 1.5 christos msgstr "\t< P3>\n" 14291 1.5 christos 14292 1.5 christos #: unwind-ia64.c:832 14293 1.5 christos #, c-format 14294 1.5 christos msgid "\t<corrupt P5>\n" 14295 1.5 christos msgstr "\t< P5>\n" 14296 1.5 christos 14297 1.5 christos #: unwind-ia64.c:939 14298 1.5 christos #, c-format 14299 1.5 christos msgid "\t<corrupt P8>\n" 14300 1.5 christos msgstr "\t< P8>\n" 14301 1.5 christos 14302 1.5 christos #: unwind-ia64.c:1014 14303 1.5 christos #, c-format 14304 1.5 christos msgid "\t<corrupt P9>\n" 14305 1.5 christos msgstr "\t< P9>\n" 14306 1.5 christos 14307 1.5 christos #: unwind-ia64.c:1026 14308 1.5 christos #, c-format 14309 1.5 christos msgid "\t<corrupt P10>\n" 14310 1.5 christos msgstr "\t< P10>\n" 14311 1.5 christos 14312 1.5 christos #: unwind-ia64.c:1157 14313 1.5 christos #, c-format 14314 1.5 christos msgid "\t<corrupt IA64 descriptor>\n" 14315 1.5 christos msgstr "\t< IA64 >\n" 14316 1.5 christos 14317 1.5 christos #: version.c:34 14318 1.1 christos #, c-format 14319 1.7 christos msgid "Copyright (C) 2025 Free Software Foundation, Inc.\n" 14320 1.7 christos msgstr " 2025. , .\n" 14321 1.1 christos 14322 1.5 christos #: version.c:35 14323 1.1 christos #, c-format 14324 1.1 christos msgid "" 14325 1.1 christos "This program is free software; you may redistribute it under the terms of\n" 14326 1.1 christos "the GNU General Public License version 3 or (at your option) any later version.\n" 14327 1.1 christos "This program has absolutely no warranty.\n" 14328 1.1 christos msgstr "" 14329 1.1 christos " ; \n" 14330 1.1 christos " 3 ( ) \n" 14331 1.1 christos " . .\n" 14332 1.1 christos 14333 1.5 christos #: windmc.c:189 14334 1.1 christos #, c-format 14335 1.1 christos msgid "can't create %s file `%s' for output.\n" 14336 1.1 christos msgstr " %s %s .\n" 14337 1.1 christos 14338 1.5 christos #: windmc.c:197 14339 1.1 christos #, c-format 14340 1.1 christos msgid "Usage: %s [option(s)] [input-file]\n" 14341 1.1 christos msgstr ": %s [()] [_]\n" 14342 1.1 christos 14343 1.5 christos #: windmc.c:199 14344 1.1 christos #, c-format 14345 1.1 christos msgid "" 14346 1.1 christos " The options are:\n" 14347 1.1 christos " -a --ascii_in Read input file as ASCII file\n" 14348 1.1 christos " -A --ascii_out Write binary messages as ASCII\n" 14349 1.1 christos " -b --binprefix .bin filename is prefixed by .mc filename_ for uniqueness.\n" 14350 1.1 christos " -c --customflag Set custom flags for messages\n" 14351 1.1 christos " -C --codepage_in=<val> Set codepage when reading mc text file\n" 14352 1.1 christos " -d --decimal_values Print values to text files decimal\n" 14353 1.1 christos " -e --extension=<extension> Set header extension used on export header file\n" 14354 1.1 christos " -F --target <target> Specify output target for endianness.\n" 14355 1.1 christos " -h --headerdir=<directory> Set the export directory for headers\n" 14356 1.1 christos " -u --unicode_in Read input file as UTF16 file\n" 14357 1.1 christos " -U --unicode_out Write binary messages as UFT16\n" 14358 1.1 christos " -m --maxlength=<val> Set the maximal allowed message length\n" 14359 1.1 christos " -n --nullterminate Automatic add a zero termination to strings\n" 14360 1.1 christos " -o --hresult_use Use HRESULT definition instead of status code definition\n" 14361 1.1 christos " -O --codepage_out=<val> Set codepage used for writing text file\n" 14362 1.1 christos " -r --rcdir=<directory> Set the export directory for rc files\n" 14363 1.1 christos " -x --xdbg=<directory> Where to create the .dbg C include file\n" 14364 1.1 christos " that maps message ID's to their symbolic name.\n" 14365 1.1 christos msgstr "" 14366 1.1 christos " :\n" 14367 1.1 christos " -a --ascii_in \n" 14368 1.1 christos " -A --ascii_out \n" 14369 1.1 christos " -b --binprefix .bin .mc filename_ .\n" 14370 1.1 christos " -c --customflag \n" 14371 1.1 christos " -C --codepage_in=<> \n" 14372 1.1 christos " -d --decimal_values \n" 14373 1.1 christos " -e --extension=<> \n" 14374 1.1 christos " -F --target <> ( ).\n" 14375 1.1 christos " -h --headerdir=<> \n" 14376 1.1 christos " -u --unicode_in 16\n" 14377 1.1 christos " -U --unicode_out 16\n" 14378 1.1 christos " -m --maxlength=<> \n" 14379 1.1 christos " -n --nullterminate \n" 14380 1.1 christos " -o --hresult_use \n" 14381 1.1 christos " -O --codepage_out=<> \n" 14382 1.1 christos " -r --rcdir=<> \n" 14383 1.1 christos " -x --xdbg=<> .dbg C \n" 14384 1.1 christos " - .\n" 14385 1.1 christos 14386 1.5 christos #: windmc.c:219 14387 1.1 christos #, c-format 14388 1.1 christos msgid "" 14389 1.1 christos " -H --help Print this help message\n" 14390 1.1 christos " -v --verbose Verbose - tells you what it's doing\n" 14391 1.1 christos " -V --version Print version information\n" 14392 1.1 christos msgstr "" 14393 1.5 christos " -H --help \n" 14394 1.5 christos " -v --verbose \n" 14395 1.5 christos " -V --version \n" 14396 1.1 christos 14397 1.5 christos #: windmc.c:260 windres.c:404 14398 1.1 christos #, c-format 14399 1.1 christos msgid "%s: warning: " 14400 1.1 christos msgstr "%s: : " 14401 1.1 christos 14402 1.5 christos #: windmc.c:261 14403 1.1 christos #, c-format 14404 1.1 christos msgid "A codepage was specified switch `%s' and UTF16.\n" 14405 1.1 christos msgstr " %s 16.\n" 14406 1.1 christos 14407 1.5 christos #: windmc.c:262 14408 1.1 christos #, c-format 14409 1.1 christos msgid "\tcodepage settings are ignored.\n" 14410 1.1 christos msgstr "\t .\n" 14411 1.1 christos 14412 1.5 christos #: windmc.c:306 14413 1.1 christos msgid "try to add a ill language." 14414 1.1 christos msgstr " ." 14415 1.1 christos 14416 1.5 christos #: windmc.c:1115 14417 1.1 christos #, c-format 14418 1.1 christos msgid "unable to open file `%s' for input.\n" 14419 1.1 christos msgstr " %s .\n" 14420 1.1 christos 14421 1.5 christos #: windmc.c:1123 14422 1.1 christos #, c-format 14423 1.1 christos msgid "unable to read contents of %s" 14424 1.1 christos msgstr " %s" 14425 1.1 christos 14426 1.5 christos #: windmc.c:1135 14427 1.1 christos msgid "input file does not seems to be UFT16.\n" 14428 1.1 christos msgstr " 16.\n" 14429 1.1 christos 14430 1.5 christos #: windres.c:214 14431 1.1 christos #, c-format 14432 1.1 christos msgid "can't open %s `%s': %s" 14433 1.1 christos msgstr " %s %s: %s" 14434 1.1 christos 14435 1.5 christos #: windres.c:383 14436 1.1 christos #, c-format 14437 1.1 christos msgid ": expected to be a directory\n" 14438 1.1 christos msgstr ": \n" 14439 1.1 christos 14440 1.5 christos #: windres.c:395 14441 1.1 christos #, c-format 14442 1.1 christos msgid ": expected to be a leaf\n" 14443 1.1 christos msgstr ": \n" 14444 1.1 christos 14445 1.5 christos #: windres.c:406 14446 1.1 christos #, c-format 14447 1.1 christos msgid ": duplicate value\n" 14448 1.1 christos msgstr ": \n" 14449 1.1 christos 14450 1.5 christos #: windres.c:558 14451 1.1 christos #, c-format 14452 1.1 christos msgid "unknown format type `%s'" 14453 1.1 christos msgstr " %s" 14454 1.1 christos 14455 1.5 christos #: windres.c:559 14456 1.1 christos #, c-format 14457 1.1 christos msgid "%s: supported formats:" 14458 1.1 christos msgstr "%s: :" 14459 1.1 christos 14460 1.1 christos #. Otherwise, we give up. 14461 1.5 christos #: windres.c:642 14462 1.1 christos #, c-format 14463 1.1 christos msgid "can not determine type of file `%s'; use the -J option" 14464 1.1 christos msgstr " %s; -J" 14465 1.1 christos 14466 1.5 christos #: windres.c:654 14467 1.1 christos #, c-format 14468 1.1 christos msgid "Usage: %s [option(s)] [input-file] [output-file]\n" 14469 1.1 christos msgstr ": %s [()] [_] [_]\n" 14470 1.1 christos 14471 1.5 christos #: windres.c:656 14472 1.1 christos #, c-format 14473 1.1 christos msgid "" 14474 1.1 christos " The options are:\n" 14475 1.1 christos " -i --input=<file> Name input file\n" 14476 1.1 christos " -o --output=<file> Name output file\n" 14477 1.1 christos " -J --input-format=<format> Specify input format\n" 14478 1.1 christos " -O --output-format=<format> Specify output format\n" 14479 1.1 christos " -F --target=<target> Specify COFF target\n" 14480 1.1 christos " --preprocessor=<program> Program to use to preprocess rc file\n" 14481 1.1 christos " --preprocessor-arg=<arg> Additional preprocessor argument\n" 14482 1.1 christos " -I --include-dir=<dir> Include directory when preprocessing rc file\n" 14483 1.1 christos " -D --define <sym>[=<val>] Define SYM when preprocessing rc file\n" 14484 1.1 christos " -U --undefine <sym> Undefine SYM when preprocessing rc file\n" 14485 1.1 christos " -v --verbose Verbose - tells you what it's doing\n" 14486 1.1 christos " -c --codepage=<codepage> Specify default codepage\n" 14487 1.1 christos " -l --language=<val> Set language when reading rc file\n" 14488 1.1 christos " --use-temp-file Use a temporary file instead of popen to read\n" 14489 1.1 christos " the preprocessor output\n" 14490 1.1 christos " --no-use-temp-file Use popen (default)\n" 14491 1.1 christos msgstr "" 14492 1.1 christos " :\n" 14493 1.1 christos " -i --input=<> \n" 14494 1.1 christos " -o --output=<> \n" 14495 1.1 christos " -J --input-format=<> \n" 14496 1.1 christos " -O --output-format=<> \n" 14497 1.1 christos " -F --target=<> COFF \n" 14498 1.1 christos " --preprocessor=<> \n" 14499 1.1 christos " --preprocessor-arg=<> \n" 14500 1.1 christos " -I --include-dir=<> \n" 14501 1.1 christos " -D --define <>[=<>] \n" 14502 1.1 christos " -U --undefine <> \n" 14503 1.5 christos " -v --verbose \n" 14504 1.1 christos " -c --codepage=<> \n" 14505 1.1 christos " -l --language=<> \n" 14506 1.1 christos " --use-temp-file popen \n" 14507 1.1 christos " \n" 14508 1.1 christos " --no-use-temp-file popen ()\n" 14509 1.1 christos 14510 1.5 christos #: windres.c:674 14511 1.1 christos #, c-format 14512 1.1 christos msgid " --yydebug Turn on parser debugging\n" 14513 1.5 christos msgstr " --yydebug \n" 14514 1.1 christos 14515 1.5 christos #: windres.c:677 14516 1.1 christos #, c-format 14517 1.1 christos msgid "" 14518 1.1 christos " -r Ignored for compatibility with rc\n" 14519 1.1 christos " @<file> Read options from <file>\n" 14520 1.1 christos " -h --help Print this help message\n" 14521 1.1 christos " -V --version Print version information\n" 14522 1.1 christos msgstr "" 14523 1.5 christos " -r -\n" 14524 1.5 christos " @<> <>\n" 14525 1.5 christos " -h --help \n" 14526 1.5 christos " -V --version \n" 14527 1.1 christos 14528 1.5 christos #: windres.c:682 14529 1.1 christos #, c-format 14530 1.1 christos msgid "" 14531 1.1 christos "FORMAT is one of rc, res, or coff, and is deduced from the file name\n" 14532 1.1 christos "extension if not specified. A single file name is an input file.\n" 14533 1.1 christos "No input-file is stdin, default rc. No output-file is stdout, default rc.\n" 14534 1.1 christos msgstr "" 14535 1.1 christos " rc, res coff, \n" 14536 1.1 christos " . .\n" 14537 1.1 christos " , rc. , rc.\n" 14538 1.1 christos 14539 1.5 christos #: windres.c:845 14540 1.1 christos msgid "invalid codepage specified.\n" 14541 1.1 christos msgstr " .\n" 14542 1.1 christos 14543 1.5 christos #: windres.c:860 14544 1.1 christos msgid "invalid option -f\n" 14545 1.1 christos msgstr " -f\n" 14546 1.1 christos 14547 1.5 christos #: windres.c:865 14548 1.1 christos msgid "No filename following the -fo option.\n" 14549 1.1 christos msgstr " -fo.\n" 14550 1.1 christos 14551 1.7 christos #: windres.c:957 14552 1.1 christos #, c-format 14553 1.1 christos msgid "Option -I is deprecated for setting the input format, please use -J instead.\n" 14554 1.1 christos msgstr " -I , -J .\n" 14555 1.1 christos 14556 1.7 christos #: windres.c:1070 14557 1.1 christos msgid "no resources" 14558 1.1 christos msgstr " " 14559 1.1 christos 14560 1.7 christos #: wrstabs.c:336 wrstabs.c:1909 14561 1.1 christos #, c-format 14562 1.1 christos msgid "string_hash_lookup failed: %s" 14563 1.1 christos msgstr " string_hash_lookup: %s" 14564 1.1 christos 14565 1.7 christos #: wrstabs.c:660 14566 1.1 christos #, c-format 14567 1.1 christos msgid "stab_int_type: bad size %u" 14568 1.1 christos msgstr "stab_int_type: %u" 14569 1.1 christos 14570 1.7 christos #: wrstabs.c:1382 14571 1.1 christos #, c-format 14572 1.1 christos msgid "%s: warning: unknown size for field `%s' in struct" 14573 1.1 christos msgstr "%s: : %s " 14574 1.1 christos 14575 1.7 christos #~ msgid "unable to construct path for supplementary debug file\n" 14576 1.7 christos #~ msgstr " \n" 14577 1.7 christos 14578 1.7 christos #~ msgid "out of memory constructing filename for .debug_sup link\n" 14579 1.7 christos #~ msgstr " .debug_sup \n" 14580 1.7 christos 14581 1.7 christos #, c-format 14582 1.7 christos #~ msgid "Minor Image Version:\t\t%d\n" 14583 1.7 christos #~ msgstr " :\t\t%d\n" 14584 1.7 christos 14585 1.7 christos #, c-format 14586 1.7 christos #~ msgid "Major Subsystem Version:\t%d\n" 14587 1.7 christos #~ msgstr " :\t%d\n" 14588 1.7 christos 14589 1.7 christos #, c-format 14590 1.7 christos #~ msgid " at offset %#<PRIx64> contains 1 entry which relocates 1 location:\n" 14591 1.7 christos #~ msgstr " %#<PRIx64> 1 1 :\n" 14592 1.7 christos 14593 1.7 christos #, c-format 14594 1.7 christos #~ msgid "Invalid tag index %#lx encountered" 14595 1.7 christos #~ msgstr " %#lx" 14596 1.7 christos 14597 1.7 christos #, c-format 14598 1.7 christos #~ msgid "Invalid enum symbol index %u encountered" 14599 1.7 christos #~ msgstr " %u" 14600 1.7 christos 14601 1.7 christos #~ msgid ".debug_abbrev section not zero terminated\n" 14602 1.7 christos #~ msgstr " .debug_abbrev \n" 14603 1.7 christos 14604 1.7 christos #, c-format 14605 1.7 christos #~ msgid "%c(index: 0x%s): %s" 14606 1.7 christos #~ msgstr "%c(: 0x%s): %s" 14607 1.7 christos 14608 1.7 christos #, c-format 14609 1.7 christos #~ msgid "(Unknown: %s)" 14610 1.7 christos #~ msgstr "(: %s)" 14611 1.7 christos 14612 1.7 christos #, c-format 14613 1.7 christos #~ msgid "%s: Corrupt entry count - expected %s but none found\n" 14614 1.7 christos #~ msgstr "%s: %s \n" 14615 1.7 christos 14616 1.7 christos #, c-format 14617 1.7 christos #~ msgid " Set ISA to %s\n" 14618 1.7 christos #~ msgstr " %s\n" 14619 1.7 christos 14620 1.7 christos #, c-format 14621 1.7 christos #~ msgid "corrupt file index %u encountered\n" 14622 1.7 christos #~ msgstr " %u encountered\n" 14623 1.7 christos 14624 1.7 christos #, c-format 14625 1.7 christos #~ msgid "No debug information available for loclists lists of entry: %u\n" 14626 1.7 christos #~ msgstr " : %u\n" 14627 1.7 christos 14628 1.7 christos #, fuzzy, c-format 14629 1.7 christos #~| msgid "The %s section contains corrupt or unsupported version number: %d.\n" 14630 1.7 christos #~ msgid "The %s section contains a corrupt or unsupported version number: %d.\n" 14631 1.7 christos #~ msgstr " %s : %d.\n" 14632 1.7 christos 14633 1.7 christos #, fuzzy, c-format 14634 1.7 christos #~| msgid "" 14635 1.7 christos #~| "The %s section contains link(s) to dwo file(s):\n" 14636 1.7 christos #~| "\n" 14637 1.7 christos #~ msgid "The %s section contains a table without offset\n" 14638 1.7 christos #~ msgstr "" 14639 1.7 christos #~ " %s dwo :\n" 14640 1.7 christos #~ "\n" 14641 1.7 christos 14642 1.7 christos #, fuzzy, c-format 14643 1.7 christos #~| msgid " [%3d] 0x%s" 14644 1.7 christos #~ msgid " [%6u] 0x%s\n" 14645 1.7 christos #~ msgstr " [%3d] 0x%s" 14646 1.7 christos 14647 1.7 christos #, fuzzy, c-format 14648 1.7 christos #~| msgid " Offset table\n" 14649 1.7 christos #~ msgid " Offset Entry %u\n" 14650 1.7 christos #~ msgstr " \n" 14651 1.7 christos 14652 1.7 christos #, fuzzy, c-format 14653 1.7 christos #~| msgid "<End of list>\n" 14654 1.7 christos #~ msgid "" 14655 1.7 christos #~ "<End of list>\n" 14656 1.7 christos #~ "\n" 14657 1.7 christos #~ msgstr "< >\n" 14658 1.7 christos 14659 1.7 christos #, fuzzy, c-format 14660 1.7 christos #~| msgid "Location lists in %s section start at 0x%s\n" 14661 1.7 christos #~ msgid "Location lists in %s section start at 0x%s rather than 0x%s\n" 14662 1.7 christos #~ msgstr " %s 0x%s\n" 14663 1.7 christos 14664 1.7 christos #~ msgid "(start == end)" 14665 1.7 christos #~ msgstr "( == )" 14666 1.7 christos 14667 1.7 christos #~ msgid "(start > end)" 14668 1.7 christos #~ msgstr "( > )" 14669 1.7 christos 14670 1.7 christos #, fuzzy, c-format 14671 1.7 christos #~| msgid " Type Offset: 0x%s\n" 14672 1.7 christos #~ msgid "" 14673 1.7 christos #~ "\n" 14674 1.7 christos #~ " Offset: %lx, Index: 0x%s\n" 14675 1.7 christos #~ msgstr " : 0x%s\n" 14676 1.7 christos 14677 1.7 christos #, c-format 14678 1.7 christos #~ msgid " DW_CFA_def_cfa_expression: <corrupt len %lu>\n" 14679 1.7 christos #~ msgstr " DW_CFA_def_cfa_expression: < %lu>\n" 14680 1.7 christos 14681 1.7 christos #, c-format 14682 1.7 christos #~ msgid "[%3u] 0x%lx\n" 14683 1.7 christos #~ msgstr "[%3u] 0x%lx\n" 14684 1.7 christos 14685 1.7 christos #, c-format 14686 1.7 christos #~ msgid "[%3u] 0x%lx - 0x%lx\n" 14687 1.7 christos #~ msgstr "[%3u] 0x%lx 0x%lx\n" 14688 1.7 christos 14689 1.7 christos #, c-format 14690 1.7 christos #~ msgid "[%3u] 0x%lx 0x%lx " 14691 1.7 christos #~ msgstr "[%3u] 0x%lx 0x%lx " 14692 1.7 christos 14693 1.7 christos #, c-format 14694 1.7 christos #~ msgid "%lu\n" 14695 1.7 christos #~ msgstr "%lu\n" 14696 1.7 christos 14697 1.7 christos #~ msgid "Internal error: out of space in the shndx pool.\n" 14698 1.7 christos #~ msgstr " : shndx .\n" 14699 1.7 christos 14700 1.7 christos #, c-format 14701 1.7 christos #~ msgid " [%3d] 0x%s" 14702 1.7 christos #~ msgstr " [%3d] 0x%s" 14703 1.7 christos 14704 1.7 christos #~ msgid "Out of memory" 14705 1.7 christos #~ msgstr " " 14706 1.7 christos 14707 1.7 christos #~ msgid "warning: note section is empty" 14708 1.7 christos #~ msgstr ": " 14709 1.7 christos 14710 1.7 christos #, c-format 14711 1.7 christos #~ msgid "error: symbol table size (%#lx) is larger than filesize (%#lx)" 14712 1.7 christos #~ msgstr ": (%#lx) (%#lx)" 14713 1.7 christos 14714 1.7 christos #, c-format 14715 1.7 christos #~ msgid "Warning: textsize (%#lx) + datasize (%#lx) overflows size type\n" 14716 1.7 christos #~ msgstr ": (%#lx) + (%#lx) \n" 14717 1.7 christos 14718 1.7 christos #, c-format 14719 1.7 christos #~ msgid "Warning: textsize (%#lx) + datasize (%#lx) + bootloadersize (%#lx) overflows size type\n" 14720 1.7 christos #~ msgstr ": (%#lx) + (%#lx) + (%#lx) \n" 14721 1.7 christos 14722 1.7 christos #, c-format 14723 1.7 christos #~ msgid "Warning: datatsize (%#lx) + bssssize (%#lx) overflows size type\n" 14724 1.7 christos #~ msgstr ": (%#lx) + (%#lx) \n" 14725 1.7 christos 14726 1.7 christos #, c-format 14727 1.7 christos #~ msgid "Warning: datasize (%#lx) + bsssize (%#lx) + noinitsize (%#lx) overflows size type\n" 14728 1.7 christos #~ msgstr ": (%#lx) + (%#lx) + (%#lx) \n" 14729 1.7 christos 14730 1.7 christos #, c-format 14731 1.7 christos #~ msgid "Excessively large slot index: %lx" 14732 1.7 christos #~ msgstr " : %lx" 14733 1.7 christos 14734 1.7 christos #, c-format 14735 1.7 christos #~ msgid "Size truncation prevents reading %s elements of size %s for %s\n" 14736 1.7 christos #~ msgstr " %s %s %s\n" 14737 1.7 christos 14738 1.7 christos #, c-format 14739 1.7 christos #~ msgid " %lu offset\n" 14740 1.7 christos #~ msgid_plural " %lu offsets\n" 14741 1.7 christos #~ msgstr[0] " %lu \n" 14742 1.7 christos #~ msgstr[1] " %lu \n" 14743 1.7 christos #~ msgstr[2] " %lu \n" 14744 1.7 christos 14745 1.7 christos #, c-format 14746 1.7 christos #~ msgid "<corrupt: %s>" 14747 1.7 christos #~ msgstr "<: %s>" 14748 1.7 christos 14749 1.7 christos #, c-format 14750 1.7 christos #~ msgid "Size truncation prevents reading %s elements of size %u\n" 14751 1.7 christos #~ msgstr " %s %u\n" 14752 1.7 christos 14753 1.7 christos #, c-format 14754 1.7 christos #~ msgid "Out of memory allocating space for %s dynamic entries\n" 14755 1.7 christos #~ msgstr " %s \n" 14756 1.7 christos 14757 1.7 christos #, c-format 14758 1.7 christos #~ msgid "bad section index[%3d]" 14759 1.7 christos #~ msgstr " [%3d]" 14760 1.7 christos 14761 1.7 christos #, c-format 14762 1.7 christos #~ msgid "MSP430 SYM_DIFF reloc contains invalid symbol index %lu\n" 14763 1.7 christos #~ msgstr "MSP430 SYM_DIFF %lu\n" 14764 1.7 christos 14765 1.7 christos #, c-format 14766 1.7 christos #~ msgid "MN10300_SYM_DIFF reloc contains invalid symbol index %lu\n" 14767 1.7 christos #~ msgstr "MN10300_SYM_DIFF %lu\n" 14768 1.7 christos 14769 1.7 christos #, c-format 14770 1.7 christos #~ msgid "MN10300 reloc contains invalid symbol index %lu\n" 14771 1.7 christos #~ msgstr "MN10300 %lu\n" 14772 1.7 christos 14773 1.7 christos #, c-format 14774 1.7 christos #~ msgid "RL78_SYM reloc contains invalid symbol index %lu\n" 14775 1.7 christos #~ msgstr "RL78_SYM %lu\n" 14776 1.7 christos 14777 1.7 christos #, c-format 14778 1.7 christos #~ msgid " Note: This section has relocations against it, but these have NOT been applied to this dump.\n" 14779 1.7 christos #~ msgstr " : , .\n" 14780 1.7 christos 14781 1.7 christos #, c-format 14782 1.7 christos #~ msgid "%u\n" 14783 1.7 christos #~ msgstr "%u\n" 14784 1.7 christos 14785 1.7 christos #, c-format 14786 1.7 christos #~ msgid " Cannot decode 64-bit note in 32-bit build\n" 14787 1.7 christos #~ msgstr " 64- 32- \n" 14788 1.7 christos 14789 1.7 christos #~ msgid "" 14790 1.7 christos #~ "This instance of readelf has been built without support for a\n" 14791 1.7 christos #~ "64 bit data type and so it cannot read 64 bit ELF files.\n" 14792 1.7 christos #~ msgstr "" 14793 1.7 christos #~ " readelf- 64-\n" 14794 1.7 christos #~ " 64- .\n" 14795 1.7 christos 14796 1.7 christos #, c-format 14797 1.7 christos #~ msgid "Type index number %d out of range\n" 14798 1.7 christos #~ msgstr " %d \n" 14799 1.7 christos 14800 1.6 christos #~ msgid "Expected offset size of 8 but given %s" 14801 1.6 christos #~ msgstr " 8 %s" 14802 1.6 christos 14803 1.6 christos #~ msgid "Expected offset size of 4 but given %s" 14804 1.6 christos #~ msgstr " 4 %s" 14805 1.6 christos 14806 1.6 christos #~ msgid "index table size too large for section %s vs %s\n" 14807 1.6 christos #~ msgstr " %s %s\n" 14808 1.6 christos 14809 1.6 christos #~ msgid "index table size %s is too small\n" 14810 1.6 christos #~ msgstr " %s \n" 14811 1.6 christos 14812 1.6 christos #~ msgid "<table too small>" 14813 1.6 christos #~ msgstr "< >" 14814 1.6 christos 14815 1.6 christos #~ msgid "DW_FORM_GNU_str_index offset too big: 0x%s vs 0x%s\n" 14816 1.6 christos #~ msgstr " DW_FORM_GNU_str_index : 0%s %s\n" 14817 1.6 christos 14818 1.6 christos #~ msgid "<index offset is too big>" 14819 1.6 christos #~ msgstr "< >" 14820 1.6 christos 14821 1.6 christos #~ msgid "DW_FORM_GNU_str_index indirect offset too big: 0x%s\n" 14822 1.6 christos #~ msgstr " DW_FORM_GNU_str_index : 0%s\n" 14823 1.6 christos 14824 1.6 christos #~ msgid "%c(addr_index: 0x%s): %s" 14825 1.6 christos #~ msgstr "%c(_: 0x%s): %s" 14826 1.6 christos 14827 1.6 christos #~ msgid "The %s section contains unsupported offset entry count: %d.\n" 14828 1.6 christos #~ msgstr " %s : %d.\n" 14829 1.6 christos 14830 1.6 christos #~ msgid "The %s section contains unsupported offset entry count: %u.\n" 14831 1.6 christos #~ msgstr " %s : %u.\n" 14832 1.6 christos 14833 1.6 christos #~ msgid "TU offset (%x) is less than CU offset (%x)\n" 14834 1.6 christos #~ msgstr " (%x) (%x)\n" 14835 1.6 christos 14836 1.6 christos #~ msgid "Address table offset (%x) is less than TU offset (%x)\n" 14837 1.6 christos #~ msgstr " (%x) (%x)\n" 14838 1.6 christos 14839 1.6 christos #~ msgid "Symbol table offset (%x) is less then Address table offset (%x)\n" 14840 1.6 christos #~ msgstr " (%x) (%x)\n" 14841 1.6 christos 14842 1.6 christos #~ msgid "Constant pool offset (%x) is less than symbol table offset (%x)\n" 14843 1.6 christos #~ msgstr " (%x) (%x)\n" 14844 1.6 christos 14845 1.6 christos #~ msgid "Address table extends beyond end of section.\n" 14846 1.6 christos #~ msgstr " .\n" 14847 1.6 christos 14848 1.6 christos #~ msgid "" 14849 1.6 christos #~ " -U {d|s|i|x|e|h} Specify how to treat UTF-8 encoded unicode characters\n" 14850 1.6 christos #~ " --unicode={default|show|invalid|hex|escape|highlight}\n" 14851 1.6 christos #~ msgstr "" 14852 1.6 christos #~ " -U {d|s|i|x|e|h} -8 \n" 14853 1.6 christos #~ " --unicode={default|show|invalid|hex|escape|highlight}\n" 14854 1.6 christos 14855 1.5 christos #~ msgid "There is a hole [0x%lx - 0x%lx] in .debug_loc section.\n" 14856 1.5 christos #~ msgstr " [0x%lx 0x%lx] .debug_loc.\n" 14857 1.5 christos 14858 1.5 christos #~ msgid "There is an overlap [0x%lx - 0x%lx] in .debug_loc section.\n" 14859 1.5 christos #~ msgstr " [0x%lx 0x%lx] .debug_loc.\n" 14860 1.5 christos 14861 1.5 christos #~ msgid "" 14862 1.5 christos #~ " The options are:\n" 14863 1.5 christos #~ " -a, --debug-syms Display debugger-only symbols\n" 14864 1.5 christos #~ " -A, --print-file-name Print name of the input file before every symbol\n" 14865 1.5 christos #~ " -B Same as --format=bsd\n" 14866 1.5 christos #~ " -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n" 14867 1.5 christos #~ " The STYLE, if specified, can be `auto' (the default),\n" 14868 1.5 christos #~ " `gnu', `lucid', `arm', `hp', `edg', `gnu-v3', `java'\n" 14869 1.5 christos #~ " or `gnat'\n" 14870 1.5 christos #~ " --no-demangle Do not demangle low-level symbol names\n" 14871 1.5 christos #~ " --recurse-limit Enable a demangling recursion limit. This is the default.\n" 14872 1.5 christos #~ " --no-recurse-limit Disable a demangling recursion limit.\n" 14873 1.5 christos #~ " -D, --dynamic Display dynamic symbols instead of normal symbols\n" 14874 1.5 christos #~ " --defined-only Display only defined symbols\n" 14875 1.5 christos #~ " -e (ignored)\n" 14876 1.5 christos #~ " -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd',\n" 14877 1.5 christos #~ " `sysv', `posix' or 'just-symbols'. The default is `bsd'\n" 14878 1.5 christos #~ " -g, --extern-only Display only external symbols\n" 14879 1.5 christos #~ " --ifunc-chars=CHARS Characters to use when displaying ifunc symbols\n" 14880 1.5 christos #~ " -j, --just-symbols Same as --format=just-symbols\n" 14881 1.5 christos #~ " -l, --line-numbers Use debugging information to find a filename and\n" 14882 1.5 christos #~ " line number for each symbol\n" 14883 1.5 christos #~ " -n, --numeric-sort Sort symbols numerically by address\n" 14884 1.5 christos #~ " -o Same as -A\n" 14885 1.5 christos #~ " -p, --no-sort Do not sort the symbols\n" 14886 1.5 christos #~ " -P, --portability Same as --format=posix\n" 14887 1.5 christos #~ " -r, --reverse-sort Reverse the sense of the sort\n" 14888 1.5 christos #~ msgstr "" 14889 1.5 christos #~ " :\n" 14890 1.5 christos #~ " -a, --debug-syms \n" 14891 1.5 christos #~ " -A, --print-file-name \n" 14892 1.5 christos #~ " -B --format=\n" 14893 1.5 christos #~ " -C, --demangle[=] \n" 14894 1.5 christos #~ " , , auto (), gnu,\n" 14895 1.5 christos #~ " lucid, arm, hp, edg gnu-v3, java gnat\n" 14896 1.5 christos #~ " --no-demangle \n" 14897 1.5 christos #~ " --recurse-limit . .\n" 14898 1.5 christos #~ " --no-recurse-limit .\n" 14899 1.5 christos #~ " -D, --dynamic \n" 14900 1.5 christos #~ " --defined-only \n" 14901 1.5 christos #~ " -e ()\n" 14902 1.5 christos #~ " -f, --format= . bsd,\n" 14903 1.5 christos #~ " sysv posix. bsd\n" 14904 1.5 christos #~ " -g, --extern-only \n" 14905 1.5 christos #~ " --ifunc-chars= ifunc \n" 14906 1.5 christos #~ " -j, --just-symbols --format=just-symbols\n" 14907 1.5 christos #~ " -l, --line-numbers \n" 14908 1.5 christos #~ " \n" 14909 1.5 christos #~ " -n, --numeric-sort \n" 14910 1.5 christos #~ " -o -A\n" 14911 1.5 christos #~ " -p, --no-sort \n" 14912 1.5 christos #~ " -P, --portability --format=\n" 14913 1.5 christos #~ " -r, --reverse-sort \n" 14914 1.5 christos 14915 1.5 christos #~ msgid "" 14916 1.5 christos #~ " -S, --print-size Print size of defined symbols\n" 14917 1.5 christos #~ " -s, --print-armap Include index for symbols from archive members\n" 14918 1.5 christos #~ " --quiet Suppress \"no symbols\" diagnostic\n" 14919 1.5 christos #~ " --size-sort Sort symbols by size\n" 14920 1.5 christos #~ " --special-syms Include special symbols in the output\n" 14921 1.5 christos #~ " --synthetic Display synthetic symbols as well\n" 14922 1.5 christos #~ " -t, --radix=RADIX Use RADIX for printing symbol values\n" 14923 1.5 christos #~ " --target=BFDNAME Specify the target object format as BFDNAME\n" 14924 1.5 christos #~ " -u, --undefined-only Display only undefined symbols\n" 14925 1.5 christos #~ " --with-symbol-versions Display version strings after symbol names\n" 14926 1.5 christos #~ " -X 32_64 (ignored)\n" 14927 1.5 christos #~ " @FILE Read options from FILE\n" 14928 1.5 christos #~ " -h, --help Display this information\n" 14929 1.5 christos #~ " -V, --version Display this program's version number\n" 14930 1.5 christos #~ "\n" 14931 1.5 christos #~ msgstr "" 14932 1.5 christos #~ " -S, --print-size \n" 14933 1.5 christos #~ " -s, --print-armap \n" 14934 1.5 christos #~ " --quiet \n" 14935 1.5 christos #~ " --size-sort \n" 14936 1.5 christos #~ " --special-syms \n" 14937 1.5 christos #~ " --synthetic \n" 14938 1.5 christos #~ " -t, --radix= \n" 14939 1.5 christos #~ " --target= \n" 14940 1.5 christos #~ " -u, --undefined-only \n" 14941 1.5 christos #~ " --with-symbol-versions \n" 14942 1.5 christos #~ " -X 32_64 ()\n" 14943 1.5 christos #~ " @ \n" 14944 1.5 christos #~ " -h, --help \n" 14945 1.5 christos #~ " -V, --version \n" 14946 1.5 christos #~ "\n" 14947 1.5 christos 14948 1.5 christos #~ msgid "" 14949 1.5 christos #~ " -C, --demangle[=STYLE] Decode mangled/processed symbol names\n" 14950 1.5 christos #~ " The STYLE, if specified, can be `auto', `gnu',\n" 14951 1.5 christos #~ " `lucid', `arm', `hp', `edg', `gnu-v3', `java'\n" 14952 1.5 christos #~ " or `gnat'\n" 14953 1.5 christos #~ msgstr "" 14954 1.5 christos #~ " -C, --demangle[=] / \n" 14955 1.5 christos #~ " , , auto, gnu,\n" 14956 1.5 christos #~ " lucid, arm, hp, edg, gnu-v3, java\n" 14957 1.5 christos #~ " gnat\n" 14958 1.5 christos 14959 1.5 christos #~ msgid "" 14960 1.5 christos #~ " -C --demangle[=STYLE] Decode low-level symbol names into user-level names\n" 14961 1.5 christos #~ " The STYLE, if specified, can be `auto' (the default),\n" 14962 1.5 christos #~ " `gnu', `lucid', `arm', `hp', `edg', `gnu-v3', `java'\n" 14963 1.5 christos #~ " or `gnat'\n" 14964 1.5 christos #~ msgstr "" 14965 1.5 christos #~ " -C --demangle[=] \n" 14966 1.5 christos #~ " , , auto (),\n" 14967 1.5 christos #~ " gnu, lucid, arm, hp, edg, gnu-v3, java\n" 14968 1.5 christos #~ " gnat\n" 14969 1.5 christos 14970 1.5 christos #~ msgid "" 14971 1.5 christos #~ "\n" 14972 1.5 christos #~ "In linked file '%s' the dynamic section at offset 0x%lx contains 1 entry:\n" 14973 1.5 christos #~ msgstr "" 14974 1.5 christos #~ "\n" 14975 1.5 christos #~ " %s 0x%lx 1 :\n" 14976 1.5 christos 14977 1.5 christos #~ msgid "" 14978 1.5 christos #~ "\n" 14979 1.5 christos #~ "Dynamic section at offset 0x%lx contains 1 entry:\n" 14980 1.5 christos #~ msgstr "" 14981 1.5 christos #~ "\n" 14982 1.5 christos #~ " 0x%lx 1 :\n" 14983 1.5 christos 14984 1.5 christos #~ msgid "No CTF parent section named %s\n" 14985 1.5 christos #~ msgstr " CTF %s\n" 14986 1.5 christos 14987 1.5 christos #~ msgid "CTF parent" 14988 1.5 christos #~ msgstr "CTF " 14989 1.5 christos 14990 1.5 christos #~ msgid "NT_MEMTAG (memory tags)" 14991 1.5 christos #~ msgstr "NT_MEMTAG ( )" 14992 1.5 christos 14993 1.5 christos #~ msgid "%s: Can't allocate memory for temp name (%s)\n" 14994 1.5 christos #~ msgstr "%s: (%s)\n" 14995 1.5 christos 14996 1.5 christos #~ msgid "DW_FORM_data8 is unsupported when sizeof (dwarf_vma) != 8\n" 14997 1.5 christos #~ msgstr "DW_FORM_data8 sizeof (dwarf_vma) != 8\n" 14998 1.5 christos 14999 1.5 christos #~ msgid "Line length %s extends beyond end of section\n" 15000 1.5 christos #~ msgstr " %s \n" 15001 1.5 christos 15002 1.5 christos #~ msgid "Only GNU extension to DWARF 4 or 5 of %s is currently supported.\n" 15003 1.5 christos #~ msgstr " 4 5 %s .\n" 15004 1.5 christos 15005 1.5 christos #~ msgid "Corrupt CFA_def expression value: %lu\n" 15006 1.5 christos #~ msgstr " CFA_def : %lu\n" 15007 1.5 christos 15008 1.5 christos #~ msgid "Corrupt CFA expression value: %lu\n" 15009 1.5 christos #~ msgstr " CFA : %lu\n" 15010 1.5 christos 15011 1.5 christos #~ msgid "Signature (%p) extends beyond end of space in section\n" 15012 1.5 christos #~ msgstr " (%p) \n" 15013 1.5 christos 15014 1.5 christos #~ msgid "Row index (%u) * num columns (%u) > space remaining in section\n" 15015 1.5 christos #~ msgstr " (%u) * (%u) > \n" 15016 1.5 christos 15017 1.5 christos #~ msgid "" 15018 1.5 christos #~ " -a, --archive-headers Display archive header information\n" 15019 1.5 christos #~ " -f, --file-headers Display the contents of the overall file header\n" 15020 1.5 christos #~ " -p, --private-headers Display object format specific file header contents\n" 15021 1.5 christos #~ " -P, --private=OPT,OPT... Display object format specific contents\n" 15022 1.5 christos #~ " -h, --[section-]headers Display the contents of the section headers\n" 15023 1.5 christos #~ " -x, --all-headers Display the contents of all headers\n" 15024 1.5 christos #~ " -d, --disassemble Display assembler contents of executable sections\n" 15025 1.5 christos #~ " -D, --disassemble-all Display assembler contents of all sections\n" 15026 1.5 christos #~ " --disassemble=<sym> Display assembler contents from <sym>\n" 15027 1.5 christos #~ " -S, --source Intermix source code with disassembly\n" 15028 1.5 christos #~ " --source-comment[=<txt>] Prefix lines of source code with <txt>\n" 15029 1.5 christos #~ " -s, --full-contents Display the full contents of all sections requested\n" 15030 1.5 christos #~ " -g, --debugging Display debug information in object file\n" 15031 1.5 christos #~ " -e, --debugging-tags Display debug information using ctags style\n" 15032 1.5 christos #~ " -G, --stabs Display (in raw form) any STABS info in the file\n" 15033 1.5 christos #~ " -W[lLiaprmfFsoORtUuTgAckK] or\n" 15034 1.5 christos #~ " --dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,\n" 15035 1.5 christos #~ " =frames-interp,=str,=str-offsets,=loc,=Ranges,=pubtypes,\n" 15036 1.5 christos #~ " =gdb_index,=trace_info,=trace_abbrev,=trace_aranges,\n" 15037 1.5 christos #~ " =addr,=cu_index,=links,=follow-links]\n" 15038 1.5 christos #~ " Display DWARF info in the file\n" 15039 1.5 christos #~ msgstr "" 15040 1.5 christos #~ " -a, --archive-headers \n" 15041 1.5 christos #~ " -f, --file-headers \n" 15042 1.5 christos #~ " -p, --private-headers \n" 15043 1.5 christos #~ " -P, --private=,... \n" 15044 1.5 christos #~ " -h, --[section-]headers \n" 15045 1.5 christos #~ " -x, --all-headers \n" 15046 1.5 christos #~ " -d, --disassemble \n" 15047 1.5 christos #~ " -D, --disassemble-all \n" 15048 1.5 christos #~ " --disassemble=<> <>\n" 15049 1.5 christos #~ " -S, --source \n" 15050 1.5 christos #~ " --source-comment[=<>] <> \n" 15051 1.5 christos #~ " -s, --full-contents \n" 15052 1.5 christos #~ " -g, --debugging \n" 15053 1.5 christos #~ " -e, --debugging-tags -\n" 15054 1.5 christos #~ " -G, --stabs ( ) - \n" 15055 1.5 christos #~ " -W[lLiaprmfFsoRt] \n" 15056 1.5 christos #~ " --dwarf[=,=,=,=,=,=,=,=,\n" 15057 1.5 christos #~ " =-,=,=,=,=,\n" 15058 1.5 christos #~ " =_,=_,=_,=_,\n" 15059 1.5 christos #~ " =,=_]\n" 15060 1.5 christos #~ " DWARF \n" 15061 1.5 christos 15062 1.5 christos #~ msgid "" 15063 1.5 christos #~ " -t, --syms Display the contents of the symbol table(s)\n" 15064 1.5 christos #~ " -T, --dynamic-syms Display the contents of the dynamic symbol table\n" 15065 1.5 christos #~ " -r, --reloc Display the relocation entries in the file\n" 15066 1.5 christos #~ " -R, --dynamic-reloc Display the dynamic relocation entries in the file\n" 15067 1.5 christos #~ " @<file> Read options from <file>\n" 15068 1.5 christos #~ " -v, --version Display this program's version number\n" 15069 1.5 christos #~ " -i, --info List object formats and architectures supported\n" 15070 1.5 christos #~ " -H, --help Display this information\n" 15071 1.5 christos #~ msgstr "" 15072 1.5 christos #~ " -t, --syms \n" 15073 1.5 christos #~ " -T, --dynamic-syms \n" 15074 1.5 christos #~ " -r, --reloc \n" 15075 1.5 christos #~ " -R, --dynamic-reloc \n" 15076 1.5 christos #~ " @<> <>\n" 15077 1.5 christos #~ " -v, --version \n" 15078 1.5 christos #~ " -i, --info \n" 15079 1.5 christos #~ " -H, --help \n" 15080 1.5 christos 15081 1.5 christos #~ msgid "" 15082 1.5 christos #~ " -b, --target=BFDNAME Specify the target object format as BFDNAME\n" 15083 1.5 christos #~ " -m, --architecture=MACHINE Specify the target architecture as MACHINE\n" 15084 1.5 christos #~ " -j, --section=NAME Only display information for section NAME\n" 15085 1.5 christos #~ " -M, --disassembler-options=OPT Pass text OPT on to the disassembler\n" 15086 1.5 christos #~ " -EB --endian=big Assume big endian format when disassembling\n" 15087 1.5 christos #~ " -EL --endian=little Assume little endian format when disassembling\n" 15088 1.5 christos #~ " --file-start-context Include context from start of file (with -S)\n" 15089 1.5 christos #~ " -I, --include=DIR Add DIR to search list for source files\n" 15090 1.5 christos #~ " -l, --line-numbers Include line numbers and filenames in output\n" 15091 1.5 christos #~ " -F, --file-offsets Include file offsets when displaying information\n" 15092 1.5 christos #~ " -C, --demangle[=STYLE] Decode mangled/processed symbol names\n" 15093 1.5 christos #~ " The STYLE, if specified, can be `auto', `gnu',\n" 15094 1.5 christos #~ " `lucid', `arm', `hp', `edg', `gnu-v3', `java'\n" 15095 1.5 christos #~ " or `gnat'\n" 15096 1.5 christos #~ " --recurse-limit Enable a limit on recursion whilst demangling. [Default]\n" 15097 1.5 christos #~ " --no-recurse-limit Disable a limit on recursion whilst demangling\n" 15098 1.5 christos #~ " -w, --wide Format output for more than 80 columns\n" 15099 1.5 christos #~ " -z, --disassemble-zeroes Do not skip blocks of zeroes when disassembling\n" 15100 1.5 christos #~ " --start-address=ADDR Only process data whose address is >= ADDR\n" 15101 1.5 christos #~ " --stop-address=ADDR Only process data whose address is < ADDR\n" 15102 1.5 christos #~ " --no-addresses Do not print address alongside disassembly\n" 15103 1.5 christos #~ " --prefix-addresses Print complete address alongside disassembly\n" 15104 1.5 christos #~ " --[no-]show-raw-insn Display hex alongside symbolic disassembly\n" 15105 1.5 christos #~ " --insn-width=WIDTH Display WIDTH bytes on a single line for -d\n" 15106 1.5 christos #~ " --adjust-vma=OFFSET Add OFFSET to all displayed section addresses\n" 15107 1.5 christos #~ " --special-syms Include special symbols in symbol dumps\n" 15108 1.5 christos #~ " --inlines Print all inlines for source line (with -l)\n" 15109 1.5 christos #~ " --prefix=PREFIX Add PREFIX to absolute paths for -S\n" 15110 1.5 christos #~ " --prefix-strip=LEVEL Strip initial directory names for -S\n" 15111 1.5 christos #~ msgstr "" 15112 1.5 christos #~ " -b, --target= \n" 15113 1.5 christos #~ " -m, --architecture= \n" 15114 1.5 christos #~ " -j, --section= \n" 15115 1.5 christos #~ " -M, --disassembler-options= \n" 15116 1.5 christos #~ " -EB --endian= \n" 15117 1.5 christos #~ " -EL --endian= \n" 15118 1.5 christos #~ " --file-start-context ( -S)\n" 15119 1.5 christos #~ " -I, --include= \n" 15120 1.5 christos #~ " -l, --line-numbers \n" 15121 1.5 christos #~ " -F, --file-offsets \n" 15122 1.5 christos #~ " -C, --demangle[=] / \n" 15123 1.5 christos #~ " , , auto, gnu,\n" 15124 1.5 christos #~ " lucid, arm, hp, edg, gnu-v3, java\n" 15125 1.5 christos #~ " gnat\n" 15126 1.5 christos #~ " --recurse-limit . []\n" 15127 1.5 christos #~ " --no-recurse-limit \n" 15128 1.5 christos #~ " -w, --wide 80 \n" 15129 1.5 christos #~ " -z, --disassemble-zeroes \n" 15130 1.5 christos #~ " --start-address= >= \n" 15131 1.5 christos #~ " --stop-address= <= \n" 15132 1.5 christos #~ " --no-addresses \n" 15133 1.5 christos #~ " --prefix-addresses \n" 15134 1.5 christos #~ " --[no-]show-raw-insn \n" 15135 1.5 christos #~ " --insn-width= -d\n" 15136 1.5 christos #~ " --adjust-vma= \n" 15137 1.5 christos #~ " --special-syms \n" 15138 1.5 christos #~ " --inlines ( -l)\n" 15139 1.5 christos #~ " --prefix= -S\n" 15140 1.5 christos #~ " --prefix-strip= -S\n" 15141 1.5 christos 15142 1.5 christos #~ msgid "" 15143 1.5 christos #~ " --dwarf-depth=N Do not display DIEs at depth N or greater\n" 15144 1.5 christos #~ " --dwarf-start=N Display DIEs starting with N, at the same depth\n" 15145 1.5 christos #~ " or deeper\n" 15146 1.5 christos #~ " --dwarf-check Make additional dwarf internal consistency checks.\n" 15147 1.5 christos #~ msgstr "" 15148 1.5 christos #~ " --dwarf-depth=N - N \n" 15149 1.5 christos #~ " --dwarf-start=N - N, \n" 15150 1.5 christos #~ " --dwarf-check dwarf-.\n" 15151 1.5 christos 15152 1.5 christos #~ msgid "" 15153 1.5 christos #~ " --visualize-jumps Visualize jumps by drawing ASCII art lines\n" 15154 1.5 christos #~ " --visualize-jumps=color Use colors in the ASCII art\n" 15155 1.5 christos #~ " --visualize-jumps=extended-color Use extended 8-bit color codes\n" 15156 1.5 christos #~ " --visualize-jumps=off Disable jump visualization\n" 15157 1.5 christos #~ "\n" 15158 1.5 christos #~ msgstr "" 15159 1.5 christos #~ " --visualize-jumps \n" 15160 1.5 christos #~ " --visualize-jumps= \n" 15161 1.5 christos #~ " --visualize-jumps=- 8- \n" 15162 1.5 christos #~ " --visualize-jumps= \n" 15163 1.5 christos #~ "\n" 15164 1.5 christos 15165 1.5 christos #~ msgid "" 15166 1.5 christos #~ " Options are:\n" 15167 1.5 christos #~ " -a --all Equivalent to: -h -l -S -s -r -d -V -A -I\n" 15168 1.5 christos #~ " -h --file-header Display the ELF file header\n" 15169 1.5 christos #~ " -l --program-headers Display the program headers\n" 15170 1.5 christos #~ " --segments An alias for --program-headers\n" 15171 1.5 christos #~ " -S --section-headers Display the sections' header\n" 15172 1.5 christos #~ " --sections An alias for --section-headers\n" 15173 1.5 christos #~ " -g --section-groups Display the section groups\n" 15174 1.5 christos #~ " -t --section-details Display the section details\n" 15175 1.5 christos #~ " -e --headers Equivalent to: -h -l -S\n" 15176 1.5 christos #~ " -s --syms Display the symbol table\n" 15177 1.5 christos #~ " --symbols An alias for --syms\n" 15178 1.5 christos #~ " --dyn-syms Display the dynamic symbol table\n" 15179 1.5 christos #~ " --lto-syms Display LTO symbol tables\n" 15180 1.5 christos #~ " -C --demangle[=STYLE] Decode low-level symbol names into user-level names\n" 15181 1.5 christos #~ " The STYLE, if specified, can be `auto' (the default),\n" 15182 1.5 christos #~ " `gnu', `lucid', `arm', `hp', `edg', `gnu-v3', `java'\n" 15183 1.5 christos #~ " or `gnat'\n" 15184 1.5 christos #~ " --no-demangle Do not demangle low-level symbol names. (This is the default)\n" 15185 1.5 christos #~ " --recurse-limit Enable a demangling recursion limit. (This is the default)\n" 15186 1.5 christos #~ " --no-recurse-limit Disable a demangling recursion limit\n" 15187 1.5 christos #~ " -n --notes Display the core notes (if present)\n" 15188 1.5 christos #~ " -r --relocs Display the relocations (if present)\n" 15189 1.5 christos #~ " -u --unwind Display the unwind info (if present)\n" 15190 1.5 christos #~ " -d --dynamic Display the dynamic section (if present)\n" 15191 1.5 christos #~ " -V --version-info Display the version sections (if present)\n" 15192 1.5 christos #~ " -A --arch-specific Display architecture specific information (if any)\n" 15193 1.5 christos #~ " -c --archive-index Display the symbol/file index in an archive\n" 15194 1.5 christos #~ " -D --use-dynamic Use the dynamic section info when displaying symbols\n" 15195 1.5 christos #~ " -L --lint|--enable-checks Display warning messages for possible problems\n" 15196 1.5 christos #~ " -x --hex-dump=<number|name>\n" 15197 1.5 christos #~ " Dump the contents of section <number|name> as bytes\n" 15198 1.5 christos #~ " -p --string-dump=<number|name>\n" 15199 1.5 christos #~ " Dump the contents of section <number|name> as strings\n" 15200 1.5 christos #~ " -R --relocated-dump=<number|name>\n" 15201 1.5 christos #~ " Dump the contents of section <number|name> as relocated bytes\n" 15202 1.5 christos #~ " -z --decompress Decompress section before dumping it\n" 15203 1.5 christos #~ " -w[lLiaprmfFsoORtUuTgAckK] or\n" 15204 1.5 christos #~ " --debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,\n" 15205 1.5 christos #~ " =frames-interp,=str,=str-offsets,=loc,=Ranges,=pubtypes,\n" 15206 1.5 christos #~ " =gdb_index,=trace_info,=trace_abbrev,=trace_aranges,\n" 15207 1.5 christos #~ " =addr,=cu_index,=links,=follow-links]\n" 15208 1.5 christos #~ " Display the contents of DWARF debug sections\n" 15209 1.5 christos #~ msgstr "" 15210 1.5 christos #~ " :\n" 15211 1.5 christos #~ " -a --all : -h -l -S -s -r -d -V -A -I\n" 15212 1.5 christos #~ " -h --file-header \n" 15213 1.5 christos #~ " -l --program-headers \n" 15214 1.5 christos #~ " --segments --program-headers\n" 15215 1.5 christos #~ " -S --section-headers \n" 15216 1.5 christos #~ " --sections --section-headers\n" 15217 1.5 christos #~ " -g --section-groups \n" 15218 1.5 christos #~ " -t --section-details \n" 15219 1.5 christos #~ " -e --headers : -h -l -S\n" 15220 1.5 christos #~ " -s --syms \n" 15221 1.5 christos #~ " --symbols --syms\n" 15222 1.5 christos #~ " --dyn-syms \n" 15223 1.5 christos #~ " --lto-syms LTO \n" 15224 1.5 christos #~ " -C --demangle[=] \n" 15225 1.5 christos #~ " , , auto (),\n" 15226 1.5 christos #~ " gnu, lucid, arm, hp, edg, gnu-v3, java\n" 15227 1.5 christos #~ " gnat\n" 15228 1.5 christos #~ " --no-demangle . ( )\n" 15229 1.5 christos #~ " --recurse-limit . ( )\n" 15230 1.5 christos #~ " --no-recurse-limit \n" 15231 1.5 christos #~ " -n --notes ( )\n" 15232 1.5 christos #~ " -r --relocs ( )\n" 15233 1.5 christos #~ " -u --unwind ( )\n" 15234 1.5 christos #~ " -d --dynamic ( )\n" 15235 1.5 christos #~ " -V --version-info ( )\n" 15236 1.5 christos #~ " -A --arch-specific ( )\n" 15237 1.5 christos #~ " -c --archive-index / \n" 15238 1.5 christos #~ " -D --use-dynamic \n" 15239 1.5 christos #~ " -L --lint|--enable-checks \n" 15240 1.5 christos #~ " -x --hex-dump=<|>\n" 15241 1.5 christos #~ " <|> \n" 15242 1.5 christos #~ " -p --string-dump=<|>\n" 15243 1.5 christos #~ " <|> \n" 15244 1.5 christos #~ " -R --relocated-dump=<|>\n" 15245 1.5 christos #~ " <|> \n" 15246 1.5 christos #~ " -z --decompress \n" 15247 1.5 christos #~ " -w[lLiaprmfFsoRt] \n" 15248 1.5 christos #~ " --debug-dump[=,=,=,=,=,=,=,=,\n" 15249 1.5 christos #~ " =-,=,=,=,=,\n" 15250 1.5 christos #~ " =_,=_,=_,=_,\n" 15251 1.5 christos #~ " =,=_]\n" 15252 1.5 christos #~ " DWARF2 \n" 15253 1.5 christos 15254 1.5 christos #~ msgid "" 15255 1.5 christos #~ " --dwarf-depth=N Do not display DIEs at depth N or greater\n" 15256 1.5 christos #~ " --dwarf-start=N Display DIEs starting with N, at the same depth\n" 15257 1.5 christos #~ " or deeper\n" 15258 1.5 christos #~ msgstr "" 15259 1.5 christos #~ " --dwarf-depth=N - N \n" 15260 1.5 christos #~ " --dwarf-start=N - N, \n" 15261 1.5 christos 15262 1.5 christos #~ msgid "" 15263 1.5 christos #~ " --ctf=<number|name> Display CTF info from section <number|name>\n" 15264 1.5 christos #~ " --ctf-parent=<number|name>\n" 15265 1.5 christos #~ " Use section <number|name> as the CTF parent\n" 15266 1.5 christos #~ "\n" 15267 1.5 christos #~ " --ctf-symbols=<number|name>\n" 15268 1.5 christos #~ " Use section <number|name> as the CTF external symtab\n" 15269 1.5 christos #~ "\n" 15270 1.5 christos #~ " --ctf-strings=<number|name>\n" 15271 1.5 christos #~ " Use section <number|name> as the CTF external strtab\n" 15272 1.5 christos #~ "\n" 15273 1.5 christos #~ msgstr "" 15274 1.5 christos #~ " --ctf=<|> CTF <|>\n" 15275 1.5 christos #~ " --ctf-parent=<|>\n" 15276 1.5 christos #~ " <|> CTF \n" 15277 1.5 christos #~ "\n" 15278 1.5 christos #~ " --ctf-symbols=<|>\n" 15279 1.5 christos #~ " <|> CTF symtab\n" 15280 1.5 christos #~ "\n" 15281 1.5 christos #~ " --ctf-strings=<|>\n" 15282 1.5 christos #~ " <|> CTF strtab\n" 15283 1.5 christos #~ "\n" 15284 1.5 christos 15285 1.5 christos #~ msgid "" 15286 1.5 christos #~ " -I --histogram Display histogram of bucket list lengths\n" 15287 1.5 christos #~ " -W --wide Allow output width to exceed 80 characters\n" 15288 1.5 christos #~ " -T --silent-truncation If a symbol name is truncated, do not add a suffix [...]\n" 15289 1.5 christos #~ " @<file> Read options from <file>\n" 15290 1.5 christos #~ " -H --help Display this information\n" 15291 1.5 christos #~ " -v --version Display the version number of readelf\n" 15292 1.5 christos #~ msgstr "" 15293 1.5 christos #~ " -I --histogram \n" 15294 1.5 christos #~ " -W --wide 80 \n" 15295 1.5 christos #~ " -T --silent-truncation , [...]\n" 15296 1.5 christos #~ " @<> <>\n" 15297 1.5 christos #~ " -H --help \n" 15298 1.5 christos #~ " -V --version readelf\n" 15299 1.5 christos 15300 1.5 christos #~ msgid "Internal error: failed to create format string to display program interpreter\n" 15301 1.5 christos #~ msgstr " : \n" 15302 1.5 christos 15303 1.5 christos #~ msgid "Unable to read program interpreter name\n" 15304 1.5 christos #~ msgstr " \n" 15305 1.5 christos 15306 1.5 christos #~ msgid "" 15307 1.5 christos #~ "\n" 15308 1.5 christos #~ "There are no sections to group in this file.\n" 15309 1.5 christos #~ msgstr "" 15310 1.5 christos #~ "\n" 15311 1.5 christos #~ " .\n" 15312 1.5 christos 15313 1.5 christos #~ msgid "No note segments present in the core file.\n" 15314 1.5 christos #~ msgstr " .\n" 15315 1.5 christos 15316 1.5 christos #~ msgid "unable to rename '%s'; reason: %s" 15317 1.5 christos #~ msgstr " %s; : %s" 15318 1.5 christos 15319 1.5 christos #~ msgid "Internal error: DWARF version is not 2, 3 or 4.\n" 15320 1.5 christos #~ msgstr " : DWARF 2, 3 4.\n" 15321 1.5 christos 15322 1.5 christos #~ msgid " ID: <unknown>\n" 15323 1.5 christos #~ msgstr " : <>\n" 15324 1.5 christos 15325 1.5 christos #~ msgid "" 15326 1.5 christos #~ " --input-mach <machine> Set input machine type to <machine>\n" 15327 1.5 christos #~ " --output-mach <machine> Set output machine type to <machine>\n" 15328 1.5 christos #~ " --input-type <type> Set input file type to <type>\n" 15329 1.5 christos #~ " --output-type <type> Set output file type to <type>\n" 15330 1.5 christos #~ " --input-osabi <osabi> Set input OSABI to <osabi>\n" 15331 1.5 christos #~ " --output-osabi <osabi> Set output OSABI to <osabi>\n" 15332 1.5 christos #~ msgstr "" 15333 1.5 christos #~ " --input-mach <> <>\n" 15334 1.5 christos #~ " --output-mach <> <>\n" 15335 1.5 christos #~ " --input-type <> <>\n" 15336 1.5 christos #~ " --output-type <> <>\n" 15337 1.5 christos #~ " --input-osabi <> <>\n" 15338 1.5 christos #~ " --output-osabi <> <>\n" 15339 1.5 christos 15340 1.5 christos #~ msgid "warning: could not locate '%s'. System error message: %s" 15341 1.5 christos #~ msgstr ": %s. : %s" 15342 1.5 christos 15343 1.5 christos #~ msgid "Corrupt directory format table entry\n" 15344 1.5 christos #~ msgstr " \n" 15345 1.5 christos 15346 1.5 christos #~ msgid "Corrupt directory entries list\n" 15347 1.5 christos #~ msgstr " \n" 15348 1.5 christos 15349 1.5 christos #~ msgid "Corrupt file name entries list\n" 15350 1.5 christos #~ msgstr " \n" 15351 1.5 christos 15352 1.5 christos #~ msgid "LEB end of data\n" 15353 1.5 christos #~ msgstr "LEB \n" 15354 1.5 christos 15355 1.5 christos #~ msgid "LEB value too large\n" 15356 1.5 christos #~ msgstr "LEB \n" 15357 1.5 christos 15358 1.5 christos #~ msgid "can't dump section - it is empty" 15359 1.5 christos #~ msgstr " " 15360 1.5 christos 15361 1.5 christos #~ msgid "the .dynamic section is not contained within the dynamic segment\n" 15362 1.5 christos #~ msgstr " .dynamic \n" 15363 1.5 christos 15364 1.5 christos #~ msgid "[0x%x: " 15365 1.5 christos #~ msgstr "[0x%x: " 15366 1.5 christos 15367 1.5 christos #~ msgid "Multiple string tables found in file.\n" 15368 1.5 christos #~ msgstr " .\n" 15369 1.5 christos 15370 1.5 christos #~ msgid "Invalid DT_SYMTAB entry: %lx" 15371 1.5 christos #~ msgstr " DT_SYMTAB : %lx" 15372 1.5 christos 15373 1.5 christos #~ msgid "Multiple dynamic symbol table sections found\n" 15374 1.5 christos #~ msgstr " \n" 15375 1.5 christos 15376 1.5 christos #~ msgid "Unable to determine the number of symbols to load\n" 15377 1.5 christos #~ msgstr " \n" 15378 1.5 christos 15379 1.5 christos #~ msgid "Multiple dynamic string tables found\n" 15380 1.5 christos #~ msgstr " \n" 15381 1.5 christos 15382 1.5 christos #~ msgid "<No info available for dynamic symbol number %lu>\n" 15383 1.5 christos #~ msgstr "< %lu>\n" 15384 1.5 christos 15385 1.5 christos #~ msgid " <corrupt: %14ld>" 15386 1.5 christos #~ msgstr " <: %14ld>" 15387 1.5 christos 15388 1.5 christos #~ msgid "" 15389 1.5 christos #~ "\n" 15390 1.5 christos #~ "Symbol table for image:\n" 15391 1.5 christos #~ msgstr "" 15392 1.5 christos #~ "\n" 15393 1.5 christos #~ " :\n" 15394 1.5 christos 15395 1.5 christos #~ msgid " Num Buc: Value Size Type Bind Vis Ndx Name\n" 15396 1.5 christos #~ msgstr " . : \n" 15397 1.5 christos 15398 1.5 christos #~ msgid " Num Buc: Value Size Type Bind Vis Ndx Name\n" 15399 1.5 christos #~ msgstr " . : \n" 15400 1.5 christos 15401 1.5 christos #~ msgid "" 15402 1.5 christos #~ "\n" 15403 1.5 christos #~ "Symbol table of `%s' for image:\n" 15404 1.5 christos #~ msgstr "" 15405 1.5 christos #~ "\n" 15406 1.5 christos #~ " %s :\n" 15407 1.5 christos 15408 1.5 christos #~ msgid "debuginfod: Corrupt note: only %ld byte remains, not enough for a full note\n" 15409 1.5 christos #~ msgid_plural "Corrupt note: only %ld bytes remain, not enough for a full note\n" 15410 1.5 christos #~ msgstr[0] " : %ld , \n" 15411 1.5 christos #~ msgstr[1] " : %ld , \n" 15412 1.5 christos #~ msgstr[2] " : %ld , \n" 15413 1.5 christos 15414 1.5 christos #~ msgid "debuginfod: note with invalid namesz and/or descsz found\n" 15415 1.5 christos #~ msgstr "__: _ / _\n" 15416 1.5 christos 15417 1.5 christos #~ msgid "Out of memory allocating space for MIPS options\n" 15418 1.5 christos #~ msgstr " MIPS \n" 15419 1.5 christos 15420 1.5 christos #~ msgid "(DW_OP_GNU_implicit_pointer in frame info)" 15421 1.5 christos #~ msgstr "(DW_OP_GNU_implicit_pointer )" 15422 1.5 christos 15423 1.5 christos #~ msgid "" 15424 1.5 christos #~ "Decoded dump of debug contents of section %s:\n" 15425 1.5 christos #~ "\n" 15426 1.5 christos #~ msgstr "" 15427 1.5 christos #~ " %s:\n" 15428 1.5 christos #~ "\n" 15429 1.5 christos 15430 1.5 christos #~ msgid " DW_MACRO_GNU_define_indirect - lineno : %d macro : %s\n" 15431 1.5 christos #~ msgstr " DW_MACRO_GNU_define_indirect : %d : %s\n" 15432 1.5 christos 15433 1.5 christos #~ msgid " DW_MACRO_GNU_undef_indirect - lineno : %d macro : %s\n" 15434 1.5 christos #~ msgstr " DW_MACRO_GNU_undef_indirect : %d : %s\n" 15435 1.5 christos 15436 1.5 christos #~ msgid " DW_MACRO_GNU_define_indirect_alt - lineno : %d macro offset : 0x%lx\n" 15437 1.5 christos #~ msgstr " DW_MACRO_GNU_define_indirect_alt : %d : 0%lx\n" 15438 1.5 christos 15439 1.5 christos #~ msgid " DW_MACRO_GNU_transparent_include_alt - offset : 0x%lx\n" 15440 1.5 christos #~ msgstr " DW_MACRO_GNU_transparent_include_alt : 0x%lx\n" 15441 1.5 christos 15442 1.5 christos #~ msgid "Contents of the %s section:\n" 15443 1.5 christos #~ msgstr " %s:\n" 15444 1.5 christos 15445 1.5 christos #~ msgid "Section %s too small for %d hash table entries\n" 15446 1.5 christos #~ msgstr " %s %d \n" 15447 1.5 christos 15448 1.5 christos #~ msgid "%s: Not an ELF file - wrong magic bytes at the start\n" 15449 1.5 christos #~ msgstr "%s: \n" 15450 1.5 christos 15451 1.5 christos #~ msgid "Unsupported EI_CLASS: %d\n" 15452 1.5 christos #~ msgstr "EI_CLASS : %d\n" 15453 1.5 christos 15454 1.5 christos #~ msgid "Unknown machine type: %d\n" 15455 1.5 christos #~ msgstr " : %d\n" 15456 1.5 christos 15457 1.5 christos #~ msgid "unexpected end of debugging information" 15458 1.5 christos #~ msgstr " " 15459 1.5 christos 15460 1.5 christos #~ msgid "invalid number" 15461 1.5 christos #~ msgstr " " 15462 1.5 christos 15463 1.5 christos #~ msgid "invalid string length" 15464 1.5 christos #~ msgstr " " 15465 1.5 christos 15466 1.5 christos #~ msgid "expression stack overflow" 15467 1.5 christos #~ msgstr " " 15468 1.5 christos 15469 1.5 christos #~ msgid "unsupported IEEE expression operator" 15470 1.5 christos #~ msgstr " " 15471 1.5 christos 15472 1.5 christos #~ msgid "unknown section" 15473 1.5 christos #~ msgstr " " 15474 1.5 christos 15475 1.5 christos #~ msgid "expression stack underflow" 15476 1.5 christos #~ msgstr " " 15477 1.5 christos 15478 1.5 christos #~ msgid "expression stack mismatch" 15479 1.5 christos #~ msgstr " " 15480 1.5 christos 15481 1.5 christos #~ msgid "unknown builtin type" 15482 1.5 christos #~ msgstr " " 15483 1.5 christos 15484 1.5 christos #~ msgid "unexpected number" 15485 1.5 christos #~ msgstr " " 15486 1.5 christos 15487 1.5 christos #~ msgid "blocks left on stack at end" 15488 1.5 christos #~ msgstr " " 15489 1.5 christos 15490 1.5 christos #~ msgid "stack underflow" 15491 1.5 christos #~ msgstr " " 15492 1.5 christos 15493 1.5 christos #~ msgid "illegal variable index" 15494 1.5 christos #~ msgstr " " 15495 1.5 christos 15496 1.5 christos #~ msgid "illegal type index" 15497 1.5 christos #~ msgstr " " 15498 1.5 christos 15499 1.5 christos #~ msgid "unknown TY code" 15500 1.5 christos #~ msgstr " TY " 15501 1.5 christos 15502 1.5 christos #~ msgid "undefined variable in TY" 15503 1.5 christos #~ msgstr " TY" 15504 1.5 christos 15505 1.5 christos #~ msgid "Pascal file name not supported" 15506 1.5 christos #~ msgstr " " 15507 1.5 christos 15508 1.5 christos #~ msgid "unsupported qualifier" 15509 1.5 christos #~ msgstr " " 15510 1.5 christos 15511 1.5 christos #~ msgid "undefined variable in ATN" 15512 1.5 christos #~ msgstr " -" 15513 1.5 christos 15514 1.5 christos #~ msgid "unknown ATN type" 15515 1.5 christos #~ msgstr " " 15516 1.5 christos 15517 1.5 christos #~ msgid "unsupported ATN11" 15518 1.5 christos #~ msgstr " 11" 15519 1.5 christos 15520 1.5 christos #~ msgid "unsupported ATN12" 15521 1.5 christos #~ msgstr " 12" 15522 1.5 christos 15523 1.5 christos #~ msgid "unexpected string in C++ misc" 15524 1.5 christos #~ msgstr " ++ " 15525 1.5 christos 15526 1.5 christos #~ msgid "bad misc record" 15527 1.5 christos #~ msgstr " " 15528 1.5 christos 15529 1.5 christos #~ msgid "unrecognized C++ misc record" 15530 1.5 christos #~ msgstr " ++ " 15531 1.5 christos 15532 1.5 christos #~ msgid "undefined C++ object" 15533 1.5 christos #~ msgstr " ++ " 15534 1.5 christos 15535 1.5 christos #~ msgid "unrecognized C++ object spec" 15536 1.5 christos #~ msgstr " ++ " 15537 1.5 christos 15538 1.5 christos #~ msgid "unsupported C++ object type" 15539 1.5 christos #~ msgstr " ++ " 15540 1.5 christos 15541 1.5 christos #~ msgid "C++ base class not defined" 15542 1.5 christos #~ msgstr "++ " 15543 1.5 christos 15544 1.5 christos #~ msgid "C++ object has no fields" 15545 1.5 christos #~ msgstr "++ " 15546 1.5 christos 15547 1.5 christos #~ msgid "C++ base class not found in container" 15548 1.5 christos #~ msgstr "++ " 15549 1.5 christos 15550 1.5 christos #~ msgid "C++ data member not found in container" 15551 1.5 christos #~ msgstr " ++ " 15552 1.5 christos 15553 1.5 christos #~ msgid "unknown C++ visibility" 15554 1.5 christos #~ msgstr " ++ " 15555 1.5 christos 15556 1.5 christos #~ msgid "bad C++ field bit pos or size" 15557 1.5 christos #~ msgstr " ++ " 15558 1.5 christos 15559 1.5 christos #~ msgid "bad type for C++ method function" 15560 1.5 christos #~ msgstr " ++ " 15561 1.5 christos 15562 1.5 christos #~ msgid "no type information for C++ method function" 15563 1.5 christos #~ msgstr " ++ " 15564 1.5 christos 15565 1.5 christos #~ msgid "C++ static virtual method" 15566 1.5 christos #~ msgstr "++ " 15567 1.5 christos 15568 1.5 christos #~ msgid "unrecognized C++ object overhead spec" 15569 1.5 christos #~ msgstr " ++ " 15570 1.5 christos 15571 1.5 christos #~ msgid "undefined C++ vtable" 15572 1.5 christos #~ msgstr " ++ _" 15573 1.5 christos 15574 1.5 christos #~ msgid "C++ default values not in a function" 15575 1.5 christos #~ msgstr "++ " 15576 1.5 christos 15577 1.5 christos #~ msgid "unrecognized C++ default type" 15578 1.5 christos #~ msgstr " ++ " 15579 1.5 christos 15580 1.5 christos #~ msgid "reference parameter is not a pointer" 15581 1.5 christos #~ msgstr " " 15582 1.5 christos 15583 1.5 christos #~ msgid "unrecognized C++ reference type" 15584 1.5 christos #~ msgstr " ++ " 15585 1.5 christos 15586 1.5 christos #~ msgid "C++ reference is not pointer" 15587 1.5 christos #~ msgstr "++ " 15588 1.5 christos 15589 1.5 christos #~ msgid "missing required ASN" 15590 1.5 christos #~ msgstr " " 15591 1.5 christos 15592 1.5 christos #~ msgid "missing required ATN65" 15593 1.5 christos #~ msgstr " 65" 15594 1.5 christos 15595 1.5 christos #~ msgid "bad ATN65 record" 15596 1.5 christos #~ msgstr " 65 " 15597 1.5 christos 15598 1.5 christos #~ msgid "IEEE numeric overflow: 0x" 15599 1.5 christos #~ msgstr " : Ox" 15600 1.5 christos 15601 1.5 christos #~ msgid "IEEE string length overflow: %u\n" 15602 1.5 christos #~ msgstr " : %u\n" 15603 1.5 christos 15604 1.5 christos #~ msgid "IEEE unsupported float type size %u\n" 15605 1.5 christos #~ msgstr " %u\n" 15606 1.5 christos 15607 1.5 christos #~ msgid "input file named both on command line and with INPUT" 15608 1.5 christos #~ msgstr " " 15609 1.5 christos 15610 1.5 christos #~ msgid "no input file" 15611 1.5 christos #~ msgstr " " 15612 1.5 christos 15613 1.5 christos #~ msgid "no name for output file" 15614 1.5 christos #~ msgstr " " 15615 1.5 christos 15616 1.5 christos #~ msgid "warning: input and output formats are not compatible" 15617 1.5 christos #~ msgstr ": " 15618 1.5 christos 15619 1.5 christos #~ msgid "make .bss section" 15620 1.5 christos #~ msgstr " .bss" 15621 1.5 christos 15622 1.5 christos #~ msgid "make .nlmsections section" 15623 1.5 christos #~ msgstr " .nlmsections" 15624 1.5 christos 15625 1.5 christos #~ msgid "set .bss vma" 15626 1.5 christos #~ msgstr " .bss " 15627 1.5 christos 15628 1.5 christos #~ msgid "set .data size" 15629 1.5 christos #~ msgstr " .data " 15630 1.5 christos 15631 1.5 christos #~ msgid "warning: symbol %s imported but not in import list" 15632 1.5 christos #~ msgstr ": %s " 15633 1.5 christos 15634 1.5 christos #~ msgid "set start address" 15635 1.5 christos #~ msgstr " " 15636 1.5 christos 15637 1.5 christos #~ msgid "warning: START procedure %s not defined" 15638 1.5 christos #~ msgstr ": %s " 15639 1.5 christos 15640 1.5 christos #~ msgid "warning: EXIT procedure %s not defined" 15641 1.5 christos #~ msgstr ": %s " 15642 1.5 christos 15643 1.5 christos #~ msgid "warning: CHECK procedure %s not defined" 15644 1.5 christos #~ msgstr ": %s " 15645 1.5 christos 15646 1.5 christos #~ msgid "custom section" 15647 1.5 christos #~ msgstr " " 15648 1.5 christos 15649 1.5 christos #~ msgid "help section" 15650 1.5 christos #~ msgstr " " 15651 1.5 christos 15652 1.5 christos #~ msgid "message section" 15653 1.5 christos #~ msgstr " " 15654 1.5 christos 15655 1.5 christos #~ msgid "module section" 15656 1.5 christos #~ msgstr " " 15657 1.5 christos 15658 1.5 christos #~ msgid "rpc section" 15659 1.5 christos #~ msgstr " " 15660 1.5 christos 15661 1.5 christos #~ msgid "%s: warning: shared libraries can not have uninitialized data" 15662 1.5 christos #~ msgstr "%s: : " 15663 1.5 christos 15664 1.5 christos #~ msgid "shared section" 15665 1.5 christos #~ msgstr " " 15666 1.5 christos 15667 1.5 christos #~ msgid "warning: No version number given" 15668 1.5 christos #~ msgstr ": " 15669 1.5 christos 15670 1.5 christos #~ msgid "warning: FULLMAP is not supported; try ld -M" 15671 1.5 christos #~ msgstr ": FULLMAP ; ld -M" 15672 1.5 christos 15673 1.5 christos #~ msgid "Usage: %s [option(s)] [in-file [out-file]]\n" 15674 1.5 christos #~ msgstr ": %s [()] [_ [_]]\n" 15675 1.5 christos 15676 1.5 christos #~ msgid " Convert an object file into a NetWare Loadable Module\n" 15677 1.5 christos #~ msgstr " \n" 15678 1.5 christos 15679 1.5 christos #~ msgid "" 15680 1.5 christos #~ " The options are:\n" 15681 1.5 christos #~ " -I --input-target=<bfdname> Set the input binary file format\n" 15682 1.5 christos #~ " -O --output-target=<bfdname> Set the output binary file format\n" 15683 1.5 christos #~ " -T --header-file=<file> Read <file> for NLM header information\n" 15684 1.5 christos #~ " -l --linker=<linker> Use <linker> for any linking\n" 15685 1.5 christos #~ " -d --debug Display on stderr the linker command line\n" 15686 1.5 christos #~ " @<file> Read options from <file>.\n" 15687 1.5 christos #~ " -h --help Display this information\n" 15688 1.5 christos #~ " -v --version Display the program's version\n" 15689 1.5 christos #~ msgstr "" 15690 1.5 christos #~ " :\n" 15691 1.5 christos #~ " -I --input-target=<> \n" 15692 1.5 christos #~ " -O --output-target=<> \n" 15693 1.5 christos #~ " -T --header-file=<> <> \n" 15694 1.5 christos #~ " -l --linker=<> <> \n" 15695 1.5 christos #~ " -d --debug \n" 15696 1.5 christos #~ " @<> <>\n" 15697 1.5 christos #~ " -h --help \n" 15698 1.5 christos #~ " -V --version \n" 15699 1.5 christos 15700 1.5 christos #~ msgid "support not compiled in for %s" 15701 1.5 christos #~ msgstr " %s" 15702 1.5 christos 15703 1.5 christos #~ msgid "make section" 15704 1.5 christos #~ msgstr " " 15705 1.5 christos 15706 1.5 christos #~ msgid "set section size" 15707 1.5 christos #~ msgstr " " 15708 1.5 christos 15709 1.5 christos #~ msgid "set section flags" 15710 1.5 christos #~ msgstr " " 15711 1.5 christos 15712 1.5 christos #~ msgid "set .nlmsections size" 15713 1.5 christos #~ msgstr " .nlmsections" 15714 1.5 christos 15715 1.5 christos #~ msgid "set .nlmsection contents" 15716 1.5 christos #~ msgstr " .nlmsection" 15717 1.5 christos 15718 1.5 christos #~ msgid "stub section sizes" 15719 1.5 christos #~ msgstr " " 15720 1.5 christos 15721 1.5 christos #~ msgid "writing stub" 15722 1.5 christos #~ msgstr " " 15723 1.5 christos 15724 1.5 christos #~ msgid "unresolved PC relative reloc against %s" 15725 1.5 christos #~ msgstr " %s" 15726 1.5 christos 15727 1.5 christos #~ msgid "overflow when adjusting relocation against %s" 15728 1.5 christos #~ msgstr " %s" 15729 1.5 christos 15730 1.5 christos #~ msgid "%s: execution of %s failed: " 15731 1.5 christos #~ msgstr "%s: %s: " 15732 1.5 christos 15733 1.5 christos #~ msgid "Execution of %s failed" 15734 1.5 christos #~ msgstr " %s" 15735 1.5 christos 15736 1.5 christos #~ msgid "data size %ld" 15737 1.5 christos #~ msgstr " %ld" 15738 1.5 christos 15739 1.5 christos #~ msgid "Idx Name Size VMA LMA File off Algn" 15740 1.5 christos #~ msgstr " " 15741 1.5 christos 15742 1.5 christos #~ msgid "Idx Name Size VMA LMA File off Algn" 15743 1.5 christos #~ msgstr " " 15744 1.5 christos 15745 1.5 christos #~ msgid "<no-name>" 15746 1.5 christos #~ msgstr "<->" 15747 1.5 christos 15748 1.5 christos #~ msgid "<unknown: %lx>" 15749 1.5 christos #~ msgstr "<: %lx>" 15750 1.5 christos 15751 1.5 christos #~ msgid "sh_entsize is zero\n" 15752 1.5 christos #~ msgstr "sh_entsize \n" 15753 1.5 christos 15754 1.5 christos #~ msgid "Invalid sh_entsize\n" 15755 1.5 christos #~ msgstr " sh_entsize\n" 15756 1.5 christos 15757 1.5 christos #~ msgid "File contains multiple symtab shndx tables\n" 15758 1.5 christos #~ msgstr " \n" 15759 1.5 christos 15760 1.5 christos #~ msgid "" 15761 1.5 christos #~ "Key to Flags:\n" 15762 1.5 christos #~ " W (write), A (alloc), X (execute), M (merge), S (strings), l (large)\n" 15763 1.5 christos #~ " I (info), L (link order), G (group), T (TLS), E (exclude), x (unknown)\n" 15764 1.5 christos #~ " O (extra OS processing required) o (OS specific), p (processor specific)\n" 15765 1.5 christos #~ msgstr "" 15766 1.5 christos #~ " :\n" 15767 1.5 christos #~ " W (), A (), X (), M (), S (), l ()\n" 15768 1.5 christos #~ " I (), L ( ), G (), T (), E (), x ()\n" 15769 1.5 christos #~ " O ( -) o ( -), p ( )\n" 15770 1.5 christos 15771 1.5 christos #~ msgid "'%s'" 15772 1.5 christos #~ msgstr "%s" 15773 1.5 christos 15774 1.5 christos #~ msgid "Unable to seek to end of file!\n" 15775 1.5 christos #~ msgstr " !\n" 15776 1.5 christos 15777 1.5 christos #~ msgid "Unable to seek to end of file\n" 15778 1.5 christos #~ msgstr " \n" 15779 1.5 christos 15780 1.5 christos #~ msgid "| <unknown>" 15781 1.5 christos #~ msgstr "| <>" 15782 1.5 christos 15783 1.5 christos #~ msgid " Addr: 0x" 15784 1.5 christos #~ msgstr " : 0x" 15785 1.5 christos 15786 1.5 christos #~ msgid " Addr: " 15787 1.5 christos #~ msgstr " : " 15788 1.5 christos 15789 1.5 christos #~ msgid "" 15790 1.5 christos #~ "\n" 15791 1.5 christos #~ "Histogram for `.gnu.hash' bucket list length (total of %lu buckets):\n" 15792 1.5 christos #~ msgstr "" 15793 1.5 christos #~ "\n" 15794 1.5 christos #~ " .gnu.hash ( %lu ):\n" 15795 1.5 christos 15796 1.5 christos #~ msgid "flag = %d, vendor = <corrupt>\n" 15797 1.5 christos #~ msgstr " = %d, = <>\n" 15798 1.5 christos 15799 1.5 christos #~ msgid "Any\n" 15800 1.5 christos #~ msgstr "\n" 15801 1.5 christos 15802 1.5 christos #~ msgid "corrupt Tag_GNU_Power_ABI_Struct_Return" 15803 1.5 christos #~ msgstr " Tag_GNU_Power_ABI_Struct_Return" 15804 1.5 christos 15805 1.5 christos #~ msgid " Unknown section contexts\n" 15806 1.5 christos #~ msgstr " \n" 15807 1.5 christos 15808 1.5 christos #~ msgid "Unknown format '%c'\n" 15809 1.5 christos #~ msgstr " %c\n" 15810 1.5 christos 15811 1.5 christos #~ msgid "No mangling for \"%s\"\n" 15812 1.5 christos #~ msgstr " %s\n" 15813 1.5 christos 15814 1.1 christos #~ msgid "Wrong size in print_dwarf_vma" 15815 1.1 christos #~ msgstr " print_dwarf_vma" 15816 1.1 christos 15817 1.1 christos #~ msgid "The information in section %s appears to be corrupt - the section is too small\n" 15818 1.1 christos #~ msgstr " %s \n" 15819 1.1 christos 15820 1.1 christos #~ msgid "Binary %s contains:\n" 15821 1.1 christos #~ msgstr " %s :\n" 15822