1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright 2010 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26 27@ _START_ 28 29# Message file for cmd/sgs/liblddbg. 30 31@ MSG_ID_LIBLDDBG 32 33 34# Usage messages 35 36@ MSG_USE_UNRECOG "warning: unrecognized debug option (try help): %s" 37@ MSG_USE_CNTNEGOPT "warning: ignoring non-negatable debug option: %s" 38 39@ MSG_USE_HDR_DCT "Display Control Tokens:" 40@ MSG_USE_HDR_CST "Category Selection Tokens:" 41@ MSG_USE_HDR_BOTH " [ld and ld.so.1]" 42@ MSG_USE_HDR_RTLD " [ld.so.1 only]" 43@ MSG_USE_HDR_LD " [ld only]" 44 45# TRANSLATION_NOTE - Use the following output in the C locale as reference 1. 46# 47# The runtime linker and link-editor support a shared debugging 48# facility. Options are selected via a comma separated list of tokens, 49# each of which specifies a display option or a category for which 50# information is desired. Many tokens apply to both linker components, 51# while some are specific to one or the other. Diagnostics are printed, 52# one per line, with a standard prefix prepended to each one. Diagnostic 53# output is sent to stderr unless otherwise redirected. 54 55# TRANSLATION_NOTE - The next series of messages makes the above output in C 56# locale. 57 58@ MSG_USE_R1_A "The runtime linker and link-editor support a \ 59 shared debugging" 60@ MSG_USE_R1_B "facility. Options are selected via a comma separated list \ 61 of tokens," 62@ MSG_USE_R1_C "each of which specifies a display option or a category \ 63 for which" 64@ MSG_USE_R1_D "information is desired. Many tokens apply to both linker \ 65 components," 66@ MSG_USE_R1_E "while some are specific to one or the other. Diagnostics \ 67 are printed," 68@ MSG_USE_R1_F "one per line, with a standard prefix prepended to each one. \ 69 Diagnostic" 70 71# TRANSLATION_NOTE -- do not translate "stderr" 72@ MSG_USE_R1_G "output is sent to stderr unless otherwise redirected." 73 74# TRANSLATION_NOTE - End of reference 1 75 76 77# TRANSLATION_NOTE - Use the following output in the C locale as reference 2. 78# 79# Runtime Linking (ld.so.1): 80# Diagnostics that trace the runtime linking of an application 81# can be enabled via the LD_DEBUG environment variable: 82# LD_DEBUG=token1,token2 app ... 83# In addition to the "output" token described below, diagnostic 84# output from the runtime linker can be redirected to an output 85# file using the additional environment variable: 86# LD_DEBUG_OUTPUT=file 87# If the "output" token and LD_DEBUG_OUTPUT are both specified, 88# the file specified by LD_DEBUG_OUTPUT is used. If LD_DEBUG_OUTPUT 89# is used, the output file name is suffixed with the process id. 90# An output file specified via the "output" token is used as 91# specified, without a process id suffix. Use of the "output" 92# token with programs that call fork() results in each process 93# writing debug output to the same file. The debug output will be 94# jumbled and incomplete. LD_DEBUG_OUTPUT should be used in such 95# cases to direct debug output for each process to a unique file. 96# 97# All runtime linker diagnostics are prepended with the process 98# id. If thread capabilities are enabled for the process, the 99# thread id is also shown. All Solaris applications are thread 100# capable, and a single threaded application may use threads via 101# the libraries it links to. Diagnostics from such applications 102# reference thread id 1. 103 104# TRANSLATION_NOTE - The next series of messages makes the above output in C 105# locale. 106 107@ MSG_USE_R2_A "Runtime Linking (ld.so.1):" 108@ MSG_USE_R2_B " Diagnostics that trace the runtime linking \ 109 of an application" 110 111# TRANSLATION_NOTE -- do not translate "LD_DEBUG" 112@ MSG_USE_R2_C " can be enabled via the LD_DEBUG environment variable:" 113 114# TRANSLATION_NOTE -- do not translate "LD_DEBUG" 115@ MSG_USE_R2_D " LD_DEBUG=token1,token2 app ..." 116 117# TRANSLATION_NOTE -- do not translate "output" 118@ MSG_USE_R2_E " In addition to the \"output\" token described \ 119 below, diagnostic" 120@ MSG_USE_R2_F " output from the runtime linker can be redirected to \ 121 an output" 122@ MSG_USE_R2_G " file using the additional environment variable:" 123 124# TRANSLATION_NOTE -- do not translate "LD_DEBUG_OUTPUT" 125@ MSG_USE_R2_H " LD_DEBUG_OUTPUT=file" 126 127# TRANSLATION_NOTE -- do not translate "output" or "LD_DEBUG_OUTPUT" 128@ MSG_USE_R2_I " If the \"output\" token and LD_DEBUG_OUTPUT are \ 129 both specified," 130 131# TRANSLATION_NOTE -- do not translate "LD_DEBUG_OUTPUT" 132@ MSG_USE_R2_J " the file specified by LD_DEBUG_OUTPUT is used. \ 133 If LD_DEBUG_OUTPUT" 134@ MSG_USE_R2_K " is used, the output file name is suffixed with \ 135 the process id." 136 137# TRANSLATION_NOTE -- do not translate "output" 138@ MSG_USE_R2_L " An output file specified via the \"output\" token \ 139 is used as" 140 141# TRANSLATION_NOTE -- do not translate "output" 142@ MSG_USE_R2_M " specified, without a process id suffix. Use \ 143 of the \"output\"" 144 145# TRANSLATION_NOTE -- do not translate "fork" 146@ MSG_USE_R2_N " token with programs that call fork() results in \ 147 each process" 148@ MSG_USE_R2_O " writing debug output to the same file. The debug \ 149 output will be" 150@ MSG_USE_R2_P " jumbled and incomplete. LD_DEBUG_OUTPUT should be \ 151 used in such" 152@ MSG_USE_R2_Q " cases to direct debug output for each process to \ 153 a unique file." 154 155 156@ MSG_USE_R2_R " All runtime linker diagnostics are prepended with \ 157 the process" 158@ MSG_USE_R2_S " id. If thread capabilities are enabled for the \ 159 process, the" 160@ MSG_USE_R2_T " thread id is also shown. All Solaris applications are \ 161 thread" 162@ MSG_USE_R2_U " capable, and a single threaded application may \ 163 use threads via" 164@ MSG_USE_R2_V " the libraries it links to. Diagnostics from such \ 165 applications" 166@ MSG_USE_R2_W " reference thread id 1." 167 168# TRANSLATION_NOTE - End of reference 2 169 170 171# TRANSLATION_NOTE - Use the following output in the C locale as reference 3. 172# 173# Link-Editing (ld): 174# Diagnostics that trace the link-editing of an application are 175# enabled using the -D option: 176# ld -Dtoken1,token2 -o prog ... 177# As compiler drivers may assign -D a different meaning, the 178# LD_OPTIONS environment variable is often used: 179# LD_OPTIONS=-Dtoken1,token2 cc -o prog ... 180# 181# The position of -D on the link-edit command line is significant. 182# Diagnostics are enabled when a debug token is first encountered, 183# and can be switched off by prepending the token with "!". 184# 185# Diagnostic output can be directed to a file using the "output" 186# token, The output file is used as specified, without a process 187# id suffix. 188# 189# All link-editor diagnostics are prepended with the string "debug". 190# 191 192# TRANSLATION_NOTE - The next series of messages makes the above output in C 193# locale. 194 195@ MSG_USE_R3_A " Link-Editing (ld):" 196@ MSG_USE_R3_B " Diagnostics that trace the link-editing of an \ 197 application are" 198@ MSG_USE_R3_C " enabled using the -D option:" 199@ MSG_USE_R3_D " ld -Dtoken1,token2 -o prog ..." 200@ MSG_USE_R3_E " As compiler drivers may assign -D a different meaning, the" 201 202# TRANSLATION_NOTE -- do not translate "LD_OPTIONS" 203@ MSG_USE_R3_F " LD_OPTIONS environment variable is often used:" 204 205# TRANSLATION_NOTE -- do not translate "LD_OPTIONS" 206@ MSG_USE_R3_G " LD_OPTIONS=-Dtoken1,token2 cc -o prog ..." 207 208@ MSG_USE_R3_H " The position of -D on the link-edit command line \ 209 is significant." 210@ MSG_USE_R3_I " Diagnostics are enabled when a debug token is \ 211 first encountered," 212@ MSG_USE_R3_J " and can be switched off by prepending the token \ 213 with \"!\"." 214 215# TRANSLATION_NOTE -- do not translate "output" 216@ MSG_USE_R3_K " Diagnostic output can be directed to a file using \ 217 the \"output\"" 218 219@ MSG_USE_R3_L " token, The output file is used as specified, \ 220 without a process" 221@ MSG_USE_R3_M " id suffix." 222 223 224# TRANSLATION_NOTE -- do not translate "debug" 225@ MSG_USE_R3_N " All link-editor diagnostics are prepended with the \ 226 string \"debug\"." 227 228# TRANSLATION_NOTE - End of reference 3 229 230 231# TRANSLATION_NOTE - Use the following output in the C locale as reference 4. 232# 233# demangle show C++ symbol names in their demangled form 234# detail provide more information in conjunction with 235# other options 236# dtime prepend a time delta to diagnostics. The value 237# appears as seconds.fraction, and represents 238# the elapsed time since that last diagnostic. 239# long display long object names without truncation 240# output=file debug output is sent to the named file 241# instead of stderr. If file is empty (\"\"), 242# following output will be sent to stderr. 243# ttime prepend a time stamp to diagnostics. The value 244# appears as seconds.fraction, and represents 245# the time since entering ld or ld.so.1. 246# Note, all diagnostics induce a probe affect, 247# which should be taken into account when 248# interpreting dtime and ttime information. 249# 250 251# TRANSLATION_NOTE - The next series of messages makes the above output in C 252# locale. 253 254# TRANSLATION_NOTE -- do not translate the first token "demangle". 255@ MSG_USE_R4_A " demangle show C++ symbol names in their \ 256 demangled form" 257 258# TRANSLATION_NOTE -- do not translate the first token "detail". 259@ MSG_USE_R4_B " detail provide more information in \ 260 conjunction with" 261@ MSG_USE_R4_B2 " other options" 262 263# TRANSLATION_NOTE -- do not translate the first token "dtime". 264@ MSG_USE_R4_C " dtime prepend a time delta to diagnostics. \ 265 The value" 266@ MSG_USE_R4_C2 " appears as seconds.fraction, and \ 267 represents" 268@ MSG_USE_R4_C3 " the elapsed time since that last \ 269 diagnostic." 270 271# TRANSLATION_NOTE -- do not translate the first token "long". 272@ MSG_USE_R4_D " long display long object names without \ 273 truncation" 274 275# TRANSLATION_NOTE -- do not translate the first token "output". 276@ MSG_USE_R4_E " output=file debug output is sent to the \ 277 named file" 278@ MSG_USE_R4_E2 " instead of stderr. If file is \ 279 empty (\"\")," 280@ MSG_USE_R4_E3 " following output will be \ 281 sent to stderr." 282 283# TRANSLATION_NOTE -- do not translate the first token "ttime". 284@ MSG_USE_R4_F " ttime prepend a time stamp to diagnostics. \ 285 The value" 286@ MSG_USE_R4_F2 " appears as seconds.fraction, and \ 287 represents" 288@ MSG_USE_R4_F3 " the time since entering ld or \ 289 ld.so.1." 290@ MSG_USE_R4_F4 " Note all diagnostics induce a \ 291 probe affect," 292@ MSG_USE_R4_F5 " which should be taken into \ 293 account when" 294@ MSG_USE_R4_F6 " interpreting dtime and ttime \ 295 information." 296 297# TRANSLATION_NOTE - End of reference 4 298 299 300# TRANSLATION_NOTE - Use the following output in the C locale as reference 5. 301# 302# lmid[=name] prepend link-map list id to diagnostics, and 303# optionally filter the lists: By default, 304# diagnostics are produced for all link-map 305# lists except that of the runtime linker 306# (ldso), without identification. "lmid" causes 307# the link-map list id to be prepended. 308# "name" limits diagnostics to the named 309# link-map list. Additional "lmid" tokens 310# can specify multiple link-map lists. 311# Valid names are: 312# all all link-map lists except ldso 313# alt all alternative link-map lists 314# alt[0-9]+ specific alternative link-map list 315# base the base, or main, link-map list 316# ldso the runtime linker link-map list 317# 318 319# TRANSLATION_NOTE - The next series of messages makes the above output in C 320# locale. 321 322 323# TRANSLATION_NOTE -- do not translate the first token "lmid". 324@ MSG_USE_R5_A " lmid[=name] prepend link-map list id to \ 325 diagnostics, and" 326@ MSG_USE_R5_A2 " optionally filter the lists: By \ 327 default," 328@ MSG_USE_R5_A3 " diagnostics are produced for all \ 329 link-map" 330@ MSG_USE_R5_A4 " lists except that of the runtime \ 331 linker" 332@ MSG_USE_R5_A5 " (ldso), without identification. \ 333 \"lmid\" causes" 334 335# TRANSLATION_NOTE -- do not translate "name" 336@ MSG_USE_R5_A6 " the link-map list id to be prepended." 337@ MSG_USE_R5_A7 " \"name\" limits diagnostics to the \ 338 named" 339@ MSG_USE_R5_A8 " link-map list. Additional \"lmid\" \ 340 tokens" 341@ MSG_USE_R5_A9 " can specify multiple link-map \ 342 lists." 343@ MSG_USE_R5_A0 " Valid names are:" 344 345# TRANSLATION_NOTE -- do not translate the token "all". 346@ MSG_USE_R5_B " all all link-map lists \ 347 except ldso" 348 349# TRANSLATION_NOTE -- do not translate the token "alt". 350@ MSG_USE_R5_C " alt all alternative \ 351 link-map lists" 352 353# TRANSLATION_NOTE -- do not translate the token "alt". 354@ MSG_USE_R5_D " alt[0-9]+ specific alt \ 355 link-map list" 356 357# TRANSLATION_NOTE -- do not translate the token "base". 358@ MSG_USE_R5_E " base base (main) \ 359 link-map list" 360@ MSG_USE_R5_F " ldso runtime linker \ 361 link-map list " 362# TRANSLATION_NOTE - End of reference 5 363 364 365# TRANSLATION_NOTE - Use the following output in the C locale as reference 6. 366# 367# name prepend output file basename to diagnostics 368# fullname prepend full output file name to diagnostics 369# class prepend output file elfclass (32/64) to 370# diagnostics 371# 372 373# TRANSLATION_NOTE - The next series of messages makes the above output in C 374# locale. 375 376# TRANSLATION_NOTE -- do not translate the first token "name". 377@ MSG_USE_R6_A " name prepend output file basename \ 378 to diagnostics" 379 380# TRANSLATION_NOTE -- do not translate the first token "fullname". 381@ MSG_USE_R6_B " fullname prepend full output file name \ 382 to diagnostics" 383 384# TRANSLATION_NOTE -- do not translate the first token "class". 385@ MSG_USE_R6_C " class prepend output file elfclass \ 386 (32/64) to" 387@ MSG_USE_R6_C2 " diagnostics" 388 389# TRANSLATION_NOTE - End of reference 6 390 391 392# TRANSLATION_NOTE - Use the following output in the C locale as reference 7. 393# 394# all display information for all categories 395# basic basic trace information/warnings 396# cap hardware/software capabilities 397# files input file processing (files and libraries) 398# help this help message 399# libs library search paths; detail flag shows 400# actual library lookup (-l) processing 401# move move sections 402# reloc relocations 403# symbols symbol tables; detail flag shows internal 404# symbol table addition and resolution (ld only) 405# tls thread local storage (TLS) 406# unused unused/unreferenced files; detail flag 407# shows unused sections (ld only) 408# versions ELF versioning 409 410# TRANSLATION_NOTE - The next series of messages makes the above output in C 411# locale. 412 413 414# TRANSLATION_NOTE -- do not translate the first token "all". 415@ MSG_USE_R7_A " all display information for \ 416 all categories" 417 418# TRANSLATION_NOTE -- do not translate the first token "basic". 419@ MSG_USE_R7_B " basic basic trace information/warnings" 420 421# TRANSLATION_NOTE -- do not translate the first token "cap". 422@ MSG_USE_R7_C " cap hardware/software capabilities" 423 424# TRANSLATION_NOTE -- do not translate the first token "files". 425@ MSG_USE_R7_D " files input file processing (files \ 426 and libraries)" 427 428# TRANSLATION_NOTE -- do not translate the first token "help". 429@ MSG_USE_R7_E " help this help message" 430 431# TRANSLATION_NOTE -- do not translate the first token "libs". 432@ MSG_USE_R7_F " libs library search paths; detail \ 433 flag shows" 434@ MSG_USE_R7_F2 " actual library lookup (-l) \ 435 processing" 436 437# TRANSLATION_NOTE -- do not translate the first token "move". 438@ MSG_USE_R7_G " move move sections" 439 440# TRANSLATION_NOTE -- do not translate the first token "reloc". 441@ MSG_USE_R7_H " reloc relocations" 442 443# TRANSLATION_NOTE -- do not translate the first token "symbols". 444@ MSG_USE_R7_I " symbols symbol tables; detail flag shows \ 445 internal" 446@ MSG_USE_R7_I2 " symbol table addition/resolution \ 447 (ld only)" 448 449# TRANSLATION_NOTE -- do not translate the first token "tls". 450@ MSG_USE_R7_J " tls thread local storage (TLS)" 451 452# TRANSLATION_NOTE -- do not translate the first token "unused". 453@ MSG_USE_R7_K " unused unused/unreferenced files; \ 454 detail flag" 455@ MSG_USE_R7_K2 " shows unused sections (ld only)" 456 457# TRANSLATION_NOTE -- do not translate the first token "versions". 458@ MSG_USE_R7_L " versions ELF versioning" 459 460# TRANSLATION_NOTE - End of reference 7 461 462 463# TRANSLATION_NOTE - Use the following output in the C locale as reference 8. 464# 465# audit runtime link-audit processing 466# bindings symbol binding; detail flag shows 467# absolute:relative addresses 468# callback user supplied code executed by ld.so.1 469# (i.e. dl_iterate_phdr) 470# init init and fini processing 471 472 473# TRANSLATION_NOTE - The next series of messages makes the above output in C 474# locale. 475 476 477# TRANSLATION_NOTE -- do not translate the first token "audit". 478@ MSG_USE_R8_A " audit runtime link-audit processing" 479 480# TRANSLATION_NOTE -- do not translate the first token "bindings". 481@ MSG_USE_R8_B " bindings symbol binding; detail flag shows" 482@ MSG_USE_R8_B2 " absolute:relative addresses" 483 484# TRANSLATION_NOTE -- do not translate the first token "init". 485@ MSG_USE_R8_C " callback user supplied code executed by ld.so.1" 486@ MSG_USE_R8_C2 " (i.e. dl_iterate_phdr)" 487 488# TRANSLATION_NOTE -- do not translate the first token "init". 489@ MSG_USE_R8_D " init init and fini processing" 490 491# TRANSLATION_NOTE - End of reference 8 492 493 494# TRANSLATION_NOTE - Use the following output in the C locale as reference 9. 495# 496# args input arguments 497# entry entrance criteria descriptors 498# got GOT symbol information 499# map map file processing 500# sections input sections 501# segments output segments and address/offset processing; 502# detail flag shows associated sections 503# statistics symbol table and relocation statistics 504# strtab string table compression statistics; 505# detail flag shows layout of string tables 506# support support libraries 507 508# TRANSLATION_NOTE - The next series of messages makes the above output in C 509# locale. 510 511# TRANSLATION_NOTE -- do not translate the first token "args". 512@ MSG_USE_R9_A " args input arguments" 513 514# TRANSLATION_NOTE -- do not translate the first token "entry". 515@ MSG_USE_R9_B " entry entrance criteria descriptors" 516 517# TRANSLATION_NOTE -- do not translate the first token "got". 518@ MSG_USE_R9_C " got GOT symbol information" 519 520# TRANSLATION_NOTE -- do not translate the first token "map". 521@ MSG_USE_R9_D " map map file processing" 522 523# TRANSLATION_NOTE -- do not translate the first token "sections". 524@ MSG_USE_R9_E " sections input sections" 525 526# TRANSLATION_NOTE -- do not translate the first token "segments". 527@ MSG_USE_R9_F " segments output segments and address/offset \ 528 processing;" 529@ MSG_USE_R9_F2 " detail flag shows associated \ 530 sections" 531 532# TRANSLATION_NOTE -- do not translate the first token "statistics". 533@ MSG_USE_R9_G " statistics symbol table and relocation \ 534 statistics" 535 536# TRANSLATION_NOTE -- do not translate the first token "strtab". 537@ MSG_USE_R9_H " strtab string table compression statistics;" 538@ MSG_USE_R9_H2 " detail flag shows layout of \ 539 string tables" 540 541# TRANSLATION_NOTE -- do not translate the first token "support". 542@ MSG_USE_R9_I " support support libraries" 543 544# TRANSLATION_NOTE - End of reference 9 545 546 547# Basic processing (ld). 548 549@ MSG_BASIC_COLLECT "collect relocations" 550@ MSG_BASIC_CREATE "create output image" 551@ MSG_BASIC_FILES "process files" 552@ MSG_BASIC_FINISHED "processing finished" 553@ MSG_BASIC_OPTIONS "process options" 554@ MSG_BASIC_RELOCATE "relocate output image" 555@ MSG_BASIC_VALIDATE "validating symbols" 556 557# Argument messages 558 559@ MSG_ARG_OPTION "arg[%d]\toption=-%c" 560@ MSG_ARG_OPTARG "arg[%d]\toption=-%c: option-argument: %s" 561@ MSG_ARG_STR2CHR "arg[%d]\toption=-%s: translated: new option=-%c" 562@ MSG_ARG_WLDEL "arg[%d]\toption=-W%s: translated: prefix -Wl,: \ 563 removed" 564@ MSG_ARG_FILE "arg[%d]\tfile=%s" 565 566 567# Bindings messages 568# NOTE: these are used by appcert(1) and lari(1), use care when changing. 569 570@ MSG_BND_BASIC "binding file=%s to file=%s: symbol `%s'" 571@ MSG_BND_PLT "binding file=%s (%#llx:%#llx) at plt[%lld]:%s to \ 572 file=%s (%#llx:%#llx): symbol `%s'%s" 573@ MSG_BND_DLSYM "binding file=%s (dlsym) to file=%s \ 574 (%#llx:%#llx): symbol `%s'%s" 575@ MSG_BND_DEFAULT "binding file=%s (%#llx:%#llx) to file=%s \ 576 (%#llx:%#llx): symbol `%s'%s" 577@ MSG_BND_WEAK_1 "binding file=%s to 0x0 (undefined weak): symbol `%s'" 578@ MSG_BND_WEAK_2 "binding file=%s (%#llx:%#llx) to 0x0 \ 579 (undefined weak): symbol `%s'" 580 581# NOTE: the rejected message is used by lari(1), use care when changing. This 582# message is formatted to conform to the pattern used by the MSG_BINFO messages. 583@ MSG_BND_REJECT "binding file=%s to file=%s: symbol `%s' \ 584 (rejected: %s)" 585@ MSG_BNDREJ_DIRECT "attempt to directly bind to a NODIRECT definition" 586@ MSG_BNDREJ_GROUP "attempt to bind within a group to a NODIRECT \ 587 definition" 588@ MSG_BNDREJ_SINGLE "attempt to bind to a SINGLETON definition without \ 589 following default search model" 590 591@ MSG_BND_PLTPAD_TO " pltpad: %#llx: file=%s bound to file=%s: \ 592 symbol `%s'" 593@ MSG_BND_PLTPAD_FROM " pltpad: %#llx: bound from file=%s: symbol `%s'" 594 595@ MSG_BND_PSUM_SPARCV9 "Summary of PLT types bound: 21d=%d, 24d=%d, u32=%d, \ 596 u44=%d, full=%d, far=%d, Total=%d" 597@ MSG_BND_PSUM_SPARC "Summary of PLT types bound: 21d=%d, 24d=%d, \ 598 full=%d, Total=%d" 599@ MSG_BND_PSUM_DEFAULT "Summary of PLT types bound: total=%d" 600 601# Relocation messages 602 603@ MSG_REL_GENERATE "generating input relocations: section=%s" 604@ MSG_REL_COLLECT "collecting input relocations: section=%s, file=%s" 605@ MSG_REL_ACTIVE "performing active relocations" 606@ MSG_REL_CREATING "creating output relocations" 607@ MSG_REL_START "relocation processing: file=%s%s" 608@ MSG_REL_FINISH "relocation processing: file=%s; finished%s" 609@ MSG_REL_NONE "relocation processing: file=%s%s; nothing to do" 610 611@ MSG_REL_PLT " (plt processing only)" 612@ MSG_REL_FAIL " (failed)" 613 614@ MSG_REL_BADROFFSET "<offset lies outside memory image; \ 615 relocation discarded>" 616 617@ MSG_REL_TRANSITION "relocation: %s: section=%s; input from file=%s; \ 618 offset=0x%llx; symbol=%s; transitioned to: %s" 619@ MSG_REL_DISCARDED "relocation against discarded section=%s from file=%s; \ 620 relocation type=%s offset=0x%llx; relocation discarded" 621@ MSG_REL_COPY "copy data from file=%s to file=%s: symbol `%s'%s" 622@ MSG_REL_SLOPPYCOMDAT "the following relocation references a discarded \ 623 section; relocation redirected to section %s in \ 624 file %s" 625 626# Entrance criteria messages 627 628@ MSG_ECR_TITLE "%s Entrance Descriptor List (available)" 629@ MSG_ECR_DYNAMIC "Dynamic" 630@ MSG_ECR_STATIC "Static" 631@ MSG_ECR_DESC "entrance descriptor[%u]" 632 633 634# Elf Data (section) messages 635# TRANSLATION_NOTE - the following two entries provide for a series of one or 636# more standard 32-bit Elf_Data entries that align with the initial title. 637 638@ MSG_EDATA_TITLE_32 " addr type size offset al file" 639@ MSG_EDATA_ENTRY_32 " %3s %#10llx %-5s %#10llx %#8llx %2lld %s %s%s" 640 641# TRANSLATION_NOTE - the following two entries provide for a series of one or 642# more standard 64-bit Elf_Data entries that align with the initial title. 643 644@ MSG_EDATA_TITLE_64 " addr type \ 645 size offset al file" 646@ MSG_EDATA_ENTRY_64 " %3s %#18llx %-5s %#18llx %#16llx %2lld %s %s%s" 647 648@ MSG_EDATA_IGNSCN " (section ignored)" 649 650# File messages 651 652@ MSG_FIL_BASIC "file=%s [ %s ]" 653@ MSG_FIL_ARCHIVE "file=%s [ archive ] %s" 654@ MSG_FIL_SKIP_1 "file=%s; skipped: already processed as %s" 655@ MSG_FIL_SKIP_2 "file=%s; skipped: already processed" 656@ MSG_FIL_REUSE "file=%s; reusing: originally processed as %s" 657@ MSG_FIL_PROT "file=%s; modifying memory protections (%c PROT_WRITE)" 658@ MSG_FIL_DELETE "file=%s; deleting" 659@ MSG_FIL_DLOPEN "file=%s; dlopen() called from file=%s %s %s" 660@ MSG_FIL_DLCLOSE "file=%s; dlclose() %s" 661@ MSG_FIL_CLEANUP "file=%s; loading failed: cleaning up lmco 0x%llx" 662@ MSG_FIL_DLDUMP "file=%s; dldump() to file=%s %s" 663@ MSG_FIL_LAZYLOAD "file=%s; lazy loading from file=%s: symbol=%s" 664@ MSG_FIL_PRELOAD "file=%s; preloading" 665@ MSG_FIL_NEEDED "file=%s; needed by %s" 666@ MSG_FIL_FILTER_1 "file=%s; filter for %s (configuration definition)" 667@ MSG_FIL_FILTER_2 "file=%s; filter for %s" 668@ MSG_FIL_FILTEE_2 "file=%s; filtee processing failed" 669@ MSG_FIL_FILTEE_3 "file=%s; filtee skipped (auditing directed)" 670@ MSG_FIL_FIXNAME "file=%s; required name=%s" 671@ MSG_FIL_PROMOTE "file=%s; promoting mode to %s" 672@ MSG_FIL_AOUT "file=%s [ AOUT ]; generating link map" 673@ MSG_FIL_ELF "file=%s [ ELF ]; generating link map%s" 674@ MSG_FIL_LDSO "file=%s [ ELF ]" 675 676# NOTE: these are used by lari(1), use care when changing. 677@ MSG_FIL_ANALYZE "file=%s; analyzing %s" 678@ MSG_FIL_FILTEE_1 "file=%s; filtered by %s" 679@ MSG_FIL_CONFIG "file=%s [ ELF ]; configuration alternate found: %s" 680 681 682@ MSG_FIL_DATA_AS " addr: %#18llx size: %#18llx" 683@ MSG_FIL_DATA_LL " lmid: %18.18s lmco: %#18llx" 684@ MSG_FIL_DATA_EA " envp: %#18llx auxv: %#18llx" 685 686@ MSG_FIL_MMAPOBJ "file=%s mmapobj entries=%d" 687@ MSG_FIL_MMAPOBJ_1 " [%d]: addr: %#18llx fsize: %#18llx %s" 688@ MSG_FIL_MMAPOBJ_2 " offset: %#17llx msize: %#18llx" 689 690@ MSG_FIL_BND_ADD "file=%s; add binding to:" 691@ MSG_FIL_BND_FILE " file=%s %s" 692 693@ MSG_FIL_DEP_TITLE "processing %s dependencies %s:" 694@ MSG_FIL_DEP_NONE " file=%s; has no dependencies" 695@ MSG_FIL_DEP_ENT " file=%s; depends on:" 696 697@ MSG_FIL_DEP_ADD " file=%s; object added %s %s" 698@ MSG_FIL_DEP_UPDATE " file=%s; object updated %s %s" 699@ MSG_FIL_DEP_DELETE " file=%s; object deleting %s" 700@ MSG_FIL_DEP_REMOVE " file=%s; object removed from handle %s" 701@ MSG_FIL_DEP_REMAIN " file=%s; object must remain on handle %s" 702@ MSG_FIL_DEP_ORPHAN " file=%s; object remains on orphan handle %s" 703@ MSG_FIL_DEP_REINST " file=%s; object reinstated %s" 704 705@ MSG_FIL_HDL_CREATE "handle=%s; creating %s 0x%llx:" 706@ MSG_FIL_HDL_ADD "handle=%s; adding dependent objects %s:" 707@ MSG_FIL_HDL_DELETE "handle=%s; inspecting for deletion:" 708@ MSG_FIL_HDL_ORPHAN "handle=%s; deletion cannot be completed: moving to \ 709 orphan list:" 710@ MSG_FIL_HDL_REINST "handle=%s; reinstating from orphan list:" 711 712@ MSG_FIL_HDL_COLLECT "handle=%s; collected for possible removal %s" 713@ MSG_FIL_HDL_RETAIN "handle=%s; externally referenced from %s: handle \ 714 retained" 715@ MSG_FIL_DEL_RESCAN "pending deletions; rescanning orphan list for \ 716 available deletions" 717 718@ MSG_FIL_AR_RESCAN "rescanning archives from args[%d-%d]; additional \ 719 members may satisfy prior extractions" 720 721@ MSG_FIL_CONFIG_ERR "configuration file=%s: %s" 722@ MSG_FIL_CONFIG_ERR_1 "ignored (configuration building)" 723@ MSG_FIL_CONFIG_ERR_2 "invalid version" 724@ MSG_FIL_CONFIG_ERR_3 "unable to process file" 725@ MSG_FIL_CONFIG_ERR_4 "corrupt or truncated file" 726@ MSG_FIL_CONFIG_ERR_5 "incompatible ELF class, byte order, or machine \ 727 architecture" 728 729@ MSG_FIL_MODIFIED "file=%s; open modified by support library: %s" 730@ MSG_FIL_NAMECHANGE " name changed to: %s" 731@ MSG_FIL_FDCHANGE " file descriptor changed from: %d to: %d %s" 732@ MSG_FIL_ELFCHANGE " ELF descriptor changed from: 0x%llx to: 0x%llx %s" 733@ MSG_FIL_IGNORE " (file will be ignored)" 734 735@ MSG_CNTL_TITLE "control list processing complete: moving lmco 0x%llx \ 736 to lmco 0x%llx" 737 738@ MSG_REJ_MACH "file=%s; rejected: wrong machine type: %s" 739@ MSG_REJ_CLASS "file=%s; rejected: wrong ELF class: %s" 740@ MSG_REJ_DATA "file=%s; rejected: wrong ELF data format: %s" 741@ MSG_REJ_TYPE "file=%s; rejected: bad ELF type: %s" 742@ MSG_REJ_BADFLAG "file=%s; rejected: bad ELF flags value: %s" 743@ MSG_REJ_MISFLAG "file=%s; rejected: mismatched ELF flags value: %s" 744@ MSG_REJ_VERSION "file=%s; rejected: mismatched ELF/lib version: %s" 745@ MSG_REJ_HAL "file=%s; rejected: HAL R1 extensions required" 746@ MSG_REJ_US3 "file=%s; rejected: Sun UltraSPARC III extensions \ 747 required" 748@ MSG_REJ_STR "obj=%s; rejected: %s" 749@ MSG_REJ_UNKFILE "obj=%s; rejected: unknown file type" 750@ MSG_REJ_HWCAP_1 "obj=%s; rejected: hardware capability unsupported: \ 751 %s" 752 753# Libs messages 754 755@ MSG_LIB_INITPATH "Library Search Paths (initial)" 756@ MSG_LIB_UPPATH "Library Search Paths (-L updated)" 757@ MSG_LIB_LOPT "find lib=-l%s; path=%s" 758@ MSG_LIB_REQUIRED "find lib=%s; path=%s (required by %s)" 759@ MSG_LIB_LDLIBPATH " search path=%s (LD_LIBRARY_PATH)" 760@ MSG_LIB_LDLIBPATHC " search path=%s (configuration LD_LIBRARY_PATH - %s)" 761@ MSG_LIB_RUNPATH " search path=%s (RUNPATH/RPATH from file %s)" 762@ MSG_LIB_DEFAULT " search path=%s (default)" 763@ MSG_LIB_DEFAULTC " search path=%s (configuration default - %s)" 764@ MSG_LIB_TDEFAULT " search path=%s (trusted default)" 765@ MSG_LIB_TDEFAULTC " search path=%s (trusted configuration default - %s)" 766@ MSG_LIB_LIBPATH " search path=%s (LIBPATH or -YP)" 767@ MSG_LIB_YPATH " search path=%s replaces path=%s (-Y%c)" 768 769@ MSG_LIB_FIND "find object=%s; searching" 770@ MSG_LIB_TRYING " trying path=%s%s" 771@ MSG_LIB_ALTER " trying path=%s (auditing supplied alternative)" 772@ MSG_LIB_SKIP " skip path=%s (auditing directed)" 773@ MSG_LIB_IGNORE " ignore path=%s (insecure directory name)" 774@ MSG_LIB_INUSE " use path=%s (implicitly secure, as directory \ 775 has already provided dependencies)" 776 777# Mapfile messages 778 779@ MSG_MAP_MAPFILE "map file=%s" 780 781@ MSG_MAP_SEG_DECL_1 "segment declaration (=), segment added:" 782@ MSG_MAP_SEG_DECL_2 "segment declaration (=), segment updated:" 783@ MSG_MAP_SEG_DECL_3 "implicit segment declaration (:), segment added:" 784@ MSG_MAP_SEG_DECL_4 "implicit segment declaration (@), segment added:" 785@ MSG_MAP_SEG_DECL_5 "size-symbol declaration (@), segment updated:" 786 787@ MSG_MAP_CAP "hardware/software declaration (=), capabilities added:" 788 789@ MSG_MAP_MAP_DIR "mapping directive (:), entrance criteria added:" 790 791@ MSG_MAP_SEC_ORDER "map section ordering, segment: %s section: \ 792 %s index: %d" 793 794@ MSG_MAP_SYM_SCOPE "symbol scope definition ({})" 795@ MSG_MAP_SYM_SIZE "size-symbol declaration (@), symbol=%s; %s" 796@ MSG_MAP_SYM_VER_1 "%s, %s; symbol=%s (%s)" 797@ MSG_MAP_SYM_VER_2 "%s; symbol=%s (%s)" 798 799@ MSG_MAP_CNT_DEF "library control definition (-), %s; needed" 800 801@ MSG_MAP_SORT_TITLE "map file additions: segment sorting required (vaddr):" 802@ MSG_MAP_SORT_ORIG " original=%s" 803@ MSG_MAP_SORT_FINAL " sorted=%s" 804 805# Move messages 806 807@ MSG_MOVE_FILE "file=%s processing move data" 808 809@ MSG_MOVE_TITLE1 " i/o offset size repeat stride \ 810 value with respect to" 811@ MSG_MOVE_TITLE2 " i/o address size repeat stride \ 812 value with respect to" 813 814@ MSG_MOVE_ENTRYIN " in %#10llx %6d %6d %6d %#16llx %s" 815@ MSG_MOVE_ENTRYOUT " out %#10llx %6d %6d %6d %#16llx %s" 816@ MSG_MOVE_EXPAND " %#10llx %#16llx (expanded)" 817 818@ MSG_MOVE_ADJEXPAND "for symbol=%s roffset: new=0x%llx" 819@ MSG_MOVE_ADJMOVE "for symbol=%s roffset: from=0x%llx, to=0x%llx" 820@ MSG_MOVE_OUTSCTADJ "adjusting addend for symbol=%s" 821@ MSG_MOVE_PAREXPN "expanding symbol=%s into .data: %s" 822@ MSG_MOVE_OUTMOVE "copying move entries for symbol=%s into .SUNW_move" 823@ MSG_MOVE_INPUT "collecting move entries: file=%s" 824@ MSG_MOVE_BAD "move %lld offset invalid: %s: offset=0x%llx \ 825 lies outside memory image; move discarded" 826 827# Section header messages 828 829@ MSG_SHD_MODIFIED "section=%s; section header modified by support \ 830 library: %s" 831@ MSG_SHD_ORIG " original:" 832@ MSG_SHD_NEW " new:" 833 834# TRANSLATION_NOTE - The following two items are used following a number in 835# the MSG_SHD_OFFSET_ENT_XX format strings below. For example "1 entry" 836# or "23 entries". 837# 838@ MSG_SHD_ENTRY_1 "entry" 839@ MSG_SHD_ENTRY_N "entries" 840 841 842# Section messages 843 844@ MSG_SEC_BACKING "map file symbol definitions: create backing storage:" 845 846@ MSG_SEC_INPUT "section=%s; input from file=%s" 847@ MSG_SEC_INPUT_GEN "section=%s" 848@ MSG_SEC_INPUT_GENSTR "section=%s; input generated merged string section" 849@ MSG_SEC_ADDED "section=%s; added to segment=%s" 850@ MSG_SEC_CREATED "section=%s; added to segment=%s (created)" 851@ MSG_SEC_REDIRECTED "section=%s; redirected to section=%s" 852@ MSG_SEC_DISCARDED "section=%s; input from file=%s; \ 853 discarded in favor of section=%s; file=%s" 854 855@ MSG_SEC_GNU_COMDAT_1 "section=%s; identified as COMDAT with \ 856 relaxed relocations enabled" 857@ MSG_SEC_GNU_COMDAT_2 "section=%s; identified as COMDAT" 858@ MSG_SEC_GNU_COMDAT_3 "section=%s; relaxed relocations enabled" 859 860@ MSG_SEC_GRP_DEFINE "section=%s; input from file=%s; defines %s\ 861 group: signature symbol: %s" 862@ MSG_SEC_GRP_MEMBER "section=%s; input from file=%s; member of %s\ 863 group: signature symbol: %s" 864@ MSG_SEC_GRP_DISCARDED "section=%s; input from file=%s; discarded in \ 865 favor of group: signature symbol: %s: file=%s" 866 867@ MSG_SEC_STRMERGE_DISCARDED "section=%s; input from file=%s; \ 868 discarded in favor of generated merged string section" 869@ MSG_SEC_STRMERGE_UNSUP "section=%s; input from file=%s; sh_addralign=%lld; \ 870 sh_entsize=%lld; unable to merge sections with this \ 871 size and alignment" 872 873@ MSG_SEC_STRTAB_STND "strtab=%s; full size: %lld; uncompressed" 874@ MSG_SEC_STRTAB_COMP "strtab=%s; full size: %lld; compressed down to: %lld" 875@ MSG_SEC_GENSTR_COMP "section=%s (generated merged string section); \ 876 full size: %lld; compressed down to: %lld" 877@ MSG_SEC_STRTAB_HD "strtab=%s; compression information [%d buckets]:" 878@ MSG_SEC_STRTAB_BCKT " bucket[%d]:" 879@ MSG_SEC_STRTAB_MSTR " [%lld] %s <master>" 880@ MSG_SEC_STRTAB_SUFSTR " [%lld] %s <suffix of: %s>" 881 882# Unused messages 883 884@ MSG_USD_SEC "section=%s; size=0x%llx; input from file=%s; \ 885 unused: does not satisfy any references%s" 886@ MSG_USD_SECDISCARD "; discarded" 887@ MSG_USD_FILE "file=%s unused: does not satisfy any references" 888@ MSG_USD_NEEDSTR "file=%s unused: unable to determine use" 889@ MSG_USD_UNREF "file=%s unreferenced: unused dependency of %s" 890@ MSG_USD_FILECYCLIC "file=%s unused: cyclic group [%d] member: \ 891 unreferenced outside of group" 892@ MSG_USD_LCINTERFACE "file=%s unused interface [%s]: using interface \ 893 from previously loaded object: file=%s" 894 895@ MSG_USD_LDLIBPATH " search path=%s unused: LD_LIBRARY_PATH entry" 896@ MSG_DUP_LDLIBPATH " search path=%s unused: (duplicate) LD_LIBRARY_PATH \ 897 entry" 898@ MSG_USD_LDLIBPATHC " search path=%s unused: configuration \ 899 LD_LIBRARY_PATH entry - %s" 900@ MSG_DUP_LDLIBPATHC " search path=%s unused: (duplicate) configuration \ 901 LD_LIBRARY_PATH entry - %s" 902@ MSG_USD_RUNPATH " search path=%s unused: RUNPATH/RPATH from file %s" 903 904# Segment messages 905 906@ MSG_SEG_DESC_INUSE "Segment Descriptor List (in use)" 907@ MSG_SEG_DESC_AVAIL "Segment Descriptor List (available)" 908 909 910# Support messages 911 912@ MSG_SUP_REQ "support object request=%s (%s)" 913@ MSG_SUP_REQ_ENV "supplied via SGS_SUPPORT" 914@ MSG_SUP_REQ_CMD "supplied via -S" 915 916@ MSG_SUP_ROUTINE " support object=%s: provides routine %s" 917 918@ MSG_SUP_CALLING_1 " calling routine=%s (%s)" 919@ MSG_SUP_CALLING_2 " calling routine=%s (%s) %s=%s" 920@ MSG_SUP_VNONE " unloading object=%s: version=LD_SUP_VNONE" 921@ MSG_SUP_OUTFILE "output file" 922@ MSG_SUP_INFILE "input file" 923@ MSG_SUP_INSEC "input section" 924@ MSG_SUP_SEC "section" 925 926# Symbol strings 927@ MSG_SYM_AR_FILE "symbol table processing; input file=%s [ archive ] %s" 928@ MSG_SYM_AR_ENTRY "archive[%lld]=%s" 929@ MSG_SYM_AR_CHECK "archive[%lld]=%s (%s) checking for tentative or \ 930 restricted visibility override" 931@ MSG_SYM_AR_RESOLVE "archive[%lld]=%s (%s) resolves undefined or tentative \ 932 symbol" 933@ MSG_SYM_AR_FORCEDEXRT "archive[%lld]=%s (%s) forced extraction" 934 935@ MSG_SYM_SPECIAL "symbol table processing; building special symbols" 936@ MSG_SYM_PROCESS "symbol table processing; input file=%s [ %s ]" 937@ MSG_SYM_FINAL "symbol table processing; final update" 938@ MSG_SYM_INDEX "symbol table processing; determining section \ 939 symbol's index" 940@ MSG_SYM_BSS "symbol table processing; assigning to bss \ 941 (possible copy relocations)" 942@ MSG_SYM_REDUCED "symbol table processing; reducing global symbols" 943@ MSG_SYM_RETAINING "symbol table processing; retaining local symbols" 944@ MSG_SYM_VERSION "symbol table processing; adding version symbols" 945 946@ MSG_SYM_BASIC "symbol[%d]=%s" 947@ MSG_SYM_ADDING "symbol[%d]=%s (global); adding" 948@ MSG_SYM_SECTION "symbol[%d]=%s (section); segment=%s" 949@ MSG_SYM_RESOLVING "symbol[%d]=%s (global); resolving [%d][%d]" 950@ MSG_SYM_UPDATE "symbol=%s; updated" 951@ MSG_SYM_CREATE "symbol=%s; creating" 952@ MSG_SYM_REDUCING "symbol=%s; reducing to local" 953@ MSG_SYM_ELIMINATING "symbol=%s; eliminating" 954@ MSG_SYM_NOTELIMINATE "symbol=%s; not eliminated: referenced by \ 955 section=%s, entry[%d]" 956@ MSG_SYM_DISCARD_SEC "symbol=%s; discarded: originates from unused or \ 957 discarded section=%s from file=%s" 958@ MSG_SYM_DISCARD_FILE "symbol=%s; discarded: originates from unused or \ 959 discarded file=%s" 960@ MSG_SYM_DISCARD_DUP "symbol[%d]=%s; discarded duplicate: originates from \ 961 file=%s" 962@ MSG_SYM_WRAP "symbol[%d]=%s renamed to %s (-z wrap)" 963 964@ MSG_SYM_AOUT "symbol=%s; (original AOUT name)" 965@ MSG_SYM_LOOKUP "symbol=%s; lookup in file=%s [ %s ]" 966@ MSG_SYM_DLSYM_1 "symbol=%s; dlsym() called from file=%s %s %s" 967@ MSG_SYM_DLSYM_2 "symbol=%s; dlsym() called from file=%s; starting \ 968 at file=%s %s %s" 969 970@ MSG_SYM_LAZY_RESCAN "rescanning for lazy dependencies for symbol: %s" 971 972@ MSG_SYM_DUPSORTADDR "section %s: symbol `%s' and symbol `%s' have the \ 973 same address: %#llx" 974 975@ MSG_SYM_IGNGNUVER "symbol=%s; hash index=%d; version=%d; skipping \ 976 symbol with GNU version hidden bit set in file=%s" 977 978# Syminfo string 979 980@ MSG_SYMINFO_INFO "syminfo information" 981 982 983# Version strings 984 985@ MSG_VER_AVAIL_1 "version availability: file=%s" 986@ MSG_VER_AVAIL_2 " available version selected from" 987@ MSG_VER_DEF_TITLE "version definition processing: file=%s" 988@ MSG_VER_NEED_TITLE "version needed processing: file=%s" 989@ MSG_VER_NOINTERFACE "version definition has no interface symbols: %s" 990 991# SHF_ORDERED related messages. Token used is sections. 992 993@ MSG_ORD_SORT_BEFORE "section=%s; requires output section reordering:" 994@ MSG_ORD_SORT_AFTER "section=%s; output section reordered:" 995@ MSG_ORD_HDR_1 " number of SHN_BEGIN=%u, ordered=%u, default=%u, \ 996 SHN_AFTER=%u" 997@ MSG_ORD_TITLE_1 " %s=SHN_BEGIN: section=%s from %s" 998@ MSG_ORD_TITLE_2 " %s=SHN_AFTER: section=%s from %s" 999@ MSG_ORD_TITLE_3 " sort key=%u: section=%s from %s, %s=%s" 1000 1001@ MSG_ORD_ERR_TITLE "the SHF_ORDERED section %s from %s has \ 1002 an error; flag ignored" 1003 1004@ MSG_ORD_ERR_INFORANGE " the sh_info field is out of range" 1005@ MSG_ORD_ERR_ORDER " the section pointed by sh_info is an ordered section" 1006@ MSG_ORD_ERR_LINKRANGE " the sh_link field is out of range" 1007@ MSG_ORD_ERR_FLAGS " the sh_flag is incorrect" 1008@ MSG_ORD_ERR_CYCLIC " the sh_link is cyclic" 1009@ MSG_ORD_ERR_LINKINV " a section pointed to by sh_link has an error" 1010 1011# Link-Auditing Messages 1012 1013@ MSG_AUD_INIT "audit library %s: processing" 1014@ MSG_AUD_VERSION "audit library %s: running at version: %d" 1015@ MSG_AUD_INTERFACE "audit library %s: provides interface: %s" 1016@ MSG_AUD_OBJECT "audit library %s: offered object: %s" 1017@ MSG_AUD_SYM "audit library %s: %s: symbol: %s: value: 0x%llx %s" 1018@ MSG_AUD_SYMNEW "modified to: 0x%llx" 1019 1020@ MSG_AUD_IGNORE "file=%s; global auditing request ignored: object \ 1021 did not initiate process" 1022@ MSG_AUD_SKIP "file=%s; skipped: using auditor from %s" 1023@ MSG_AUD_TERM "file=%s; auditing terminated search" 1024 1025# GOT Messages 1026 1027@ MSG_GOT_INFO "Global Offset Table information: (%u entries)" 1028 1029# TRANSLATION_NOTE 1030# Do not translate .init or .fini, they represent reserved section names. 1031 1032@ MSG_UTL_INIT "calling .init (%s): %s" 1033@ MSG_UTL_FINI "calling .fini: %s" 1034@ MSG_UTL_ARRAY "calling %s[%d]:0x%llx: %s" 1035@ MSG_UTL_TRANS "transferring control: %s" 1036@ MSG_UTL_INTOOLATE "loading after relocation has started: interposition \ 1037 request (DF_1_INTERPOSE) ignored: %s" 1038 1039@ MSG_UTL_EDGE_TITLE_I "traversing %s dependency edge for interposer:" 1040@ MSG_UTL_EDGE_TITLE_S "traversing %s dependency edge:" 1041@ MSG_UTL_EDGE_START " node (%d): file=%s" 1042@ MSG_UTL_EDGE_IN " node (%d): file=%s: referenced by %s %s" 1043@ MSG_UTL_EDGE_OUT " node (%d): file=%s; cyclic dependency on %s" 1044@ MSG_UTL_COLLECT " [%d] %s; collecting %s section" 1045 1046@ MSG_UTL_SORT "from sorted order" 1047@ MSG_UTL_PEND "pending" 1048@ MSG_UTL_DYN "dynamically triggered" 1049@ MSG_UTL_DONE "done" 1050 1051@ MSG_UTL_NOINIT "warning: calling %s whose init has not completed" 1052 1053@ MSG_UTL_DBNOTIFY "notify debugger: event: %s state: %s" 1054 1055@ MSG_UTL_SCC_TITLE " cycle detected - sorting cyclic dependencies in %s" 1056@ MSG_UTL_SCC_SUBI "reverse load-order" 1057@ MSG_UTL_SCC_SUBF "load-order" 1058 1059@ MSG_UTL_LCINTERFACE "file=%s; provides interface [%s]: 0x%llx" 1060 1061# Generic strings 1062 1063@ MSG_STR_IGNORE "ignored" 1064@ MSG_STR_ENTERED "entered" 1065@ MSG_STR_INITIAL "initialized" 1066@ MSG_STR_IN " in" 1067@ MSG_STR_OUT "out" 1068@ MSG_STR_ACT "act" 1069@ MSG_STR_OLD "old" 1070@ MSG_STR_NEW "new" 1071@ MSG_STR_RESOLVED "resolved" 1072@ MSG_STR_ADD "adding" 1073@ MSG_STR_UP_1 "updating" 1074@ MSG_STR_UP_2 "updated" 1075 1076@ MSG_STR_UNKNOWN "<unknown>" 1077@ MSG_STR_ORPHAN "<orphan>" 1078 1079@ MSG_STR_UNUSED "(unused)" 1080@ MSG_STR_AGAIN "(again)" 1081@ MSG_STR_NULL "(null)" 1082@ MSG_STR_ALTER " (alternate)" 1083@ MSG_STR_COPYZERO " (copy zero's unnecessary)" 1084@ MSG_STR_TEMPORARY " (temporary)" 1085@ MSG_STR_RETRY " (retry) " 1086 1087# TLS related messages 1088 1089@ MSG_TLS_STATBLOCK1 "static TLS module: [%ld] %s" 1090@ MSG_TLS_STATBLOCK2 "static TLS reservation: in use %#llx: \ 1091 additional backup: %#llx" 1092@ MSG_TLS_STATBLOCK3 "static TLS requirement: [%ld] %s: size %#llx: \ 1093 satisfied from backup reservation: remaining %#llx" 1094@ MSG_TLS_MODENT1 " block: %#18llx soff: %#10llx flags: %#llx \ 1095 %s" 1096@ MSG_TLS_MODENT2 " filesz: %#18llx memsz: %#10llx modid: %lld" 1097@ MSG_TLS_MODACT "%s TLS module: %s" 1098@ MSG_TLS_ADD "add" 1099@ MSG_TLS_REMOVE "remove" 1100 1101# Statistics related messages 1102 1103@ MSG_STATS_AR "archive %s: count=%d, used=%d (%d%%)" 1104 1105@ MSG_STATS_GENERAL "General Statistics:" 1106@ MSG_STATS_FILES " Input files: relocatables=%lld \ 1107 shared objects=%lld archives=%lld" 1108@ MSG_STATS_SYMBOLS_OUT " Symbols output: globals=%-10lld locals=%lld" 1109@ MSG_STATS_SYMBOLS_IN " Symbols input: globals=%-10lld scoped=%-10lld \ 1110 eliminated=%lld" 1111@ MSG_STATS_RELOCS_OUT " Relocations output: records=%lld" 1112@ MSG_STATS_RELOCS_IN " Relocations input: records=%-10lld applied=%lld" 1113 1114# Hardware/Software capabilities messages 1115 1116@ MSG_CAP_VAL_HW1 "hardware capabilities - %s" 1117 1118@ MSG_CAP_SEC_TITLE "hardware/software capabilities; input file=%s" 1119@ MSG_CAP_SEC_ENTRY "%12.12s %-15.15s %s" 1120 1121@ MSG_CAP_HW_CANDIDATE "obj=%s; hardware capabilities candidate" 1122 1123@ MSG_CAP_HWFILTR_1 "dir=%s; hardware capability directory filtered by %s" 1124@ MSG_CAP_HWFILTR_2 "dir=%s; no hardware capability objects found" 1125 1126 1127@ MSG_ELF_HEADER "ELF Header" 1128 1129# Capabilities entries. 1130# TRANSLATION_NOTE - the following two entries provide for a series of one or 1131# more capabilities table entries that align with the initial title. 1132 1133@ MSG_CAP_ELF_TITLE " index tag value" 1134@ MSG_CAP_ELF_ENTRY "%10.10s %-15.15s %s" 1135 1136 1137# Dynamic entries. 1138# TRANSLATION_NOTE - the following two entries provide for a series of one or 1139# more dynamic table entries that align with the initial title. 1140 1141@ MSG_DYN_TITLE " index tag value" 1142@ MSG_DYN_ENTRY "%10.10s %-16.16s %-#16llx %s" 1143 1144 1145# Symbol table entries. 1146# TRANSLATION_NOTE - the following entries provide for a series of one or more 1147# standard 32-bit symbol table entries that align with the initial title. 1148 1149@ MSG_SYM_EFS_TITLE_32 " index value size type bind \ 1150 oth ver shndx name" 1151@ MSG_SYM_LDS_TITLE_32 " value size type bind \ 1152 oth ver shndx" 1153@ MSG_SYM_EFS_ENTRY_32 "%10.10s %10.10s 0x%8.8x %4s %4s %2s %4s \ 1154 %-14.14s %s" 1155 1156# TRANSLATION_NOTE - the following entries provide for a series of one or more 1157# long 32-bit symbol table entries that align with the initial title. 1158 1159@ MSG_SYM_EFL_TITLE_32 " index value size type bind \ 1160 oth ver shndx / name" 1161@ MSG_SYM_LDL_TITLE_32 " value size type bind \ 1162 oth ver shndx" 1163@ MSG_SYM_EFL_ENTRY_32 "%10.10s %10.10s 0x%8.8x %4s %4s %2s %4s \ 1164 %-14s %s" 1165 1166# TRANSLATION_NOTE - the following entries provide for a series of one or more 1167# standard 64-bit symbol table entries that align with the initial title. 1168 1169@ MSG_SYM_EFS_TITLE_64 " index value size \ 1170 type bind oth ver shndx name" 1171@ MSG_SYM_LDS_TITLE_64 " value size \ 1172 type bind oth ver shndx" 1173@ MSG_SYM_EFS_ENTRY_64 "%10.10s %18.18s 0x%16.16llx %4s %4s %2s %4s \ 1174 %-14.14s %s" 1175 1176# TRANSLATION_NOTE - the following entries provide for a series of one or more 1177# long 64-bit symbol table entries that align with the initial title. 1178 1179@ MSG_SYM_EFL_TITLE_64 " index value size \ 1180 type bind oth ver shndx / name" 1181@ MSG_SYM_LDL_TITLE_64 " value size \ 1182 type bind oth ver shndx" 1183@ MSG_SYM_EFL_ENTRY_64 "%10.10s %18.18s 0x%16.16llx %4s %4s %2s %4s \ 1184 %-14s %s" 1185 1186 1187# Syminfo entries. 1188# TRANSLATION_NOTE - the following two entries provide for a series of one or 1189# more symbol information table entries that align with the initial title. 1190 1191@ MSG_SYMINFO_TITLE " index flags \ 1192 bound to symbol" 1193@ MSG_SYMINFO_ENTRY "%10.10s %-8s %7s %-24s %s" 1194 1195@ MSG_SYMINFO_SELF "<self>" 1196@ MSG_SYMINFO_PARENT "<parent>" 1197@ MSG_SYMINFO_EXTERN "<extern>" 1198 1199 1200# Global offset table entries. 1201# TRANSLATION_NOTE - the following two entries are used by elfdump(1), and 1202# provide for a series of one or more 32-bit got table entries that align with 1203# the initial title. 1204 1205@ MSG_GOT_TITLE_32 " index addr value \ 1206 pending relocation" 1207@ MSG_GOT_ENTRY_RE_32 "%10.10s 0x%08llx 0x%08llx %-24s %s" 1208@ MSG_GOT_ENTRY_NR_32 "%10.10s 0x%08llx 0x%08llx" 1209 1210# TRANSLATION_NOTE - the following two entries are used by elfdump(1), and 1211# provide for a series of one or more 64-bit got table entries that align with 1212# the initial title. 1213 1214@ MSG_GOT_TITLE_64 " index addr \ 1215 value pending relocation" 1216@ MSG_GOT_ENTRY_RE_64 "%10.10s 0x%016llx 0x%016llx %-24s %s" 1217@ MSG_GOT_ENTRY_NR_64 "%10.10s 0x%016llx 0x%016llx" 1218 1219# TRANSLATION_NOTE - the following three entries are used by ld(1), and provide 1220# for a series of one or more 32-bit got table entries that align with one of 1221# the initial titles. 1222 1223@ MSG_GOT_COLUMNS1_32 " index ref offset addend symbol" 1224@ MSG_GOT_COLUMNS2_32 " index ref offset value symbol" 1225@ MSG_GOT_FORMAT1_32 "%10.10s %3s 0x%08llx 0x%08llx %s" 1226@ MSG_GOT_FORMAT2_32 "%10.10s %3s 0x%08llx 0x%08llx %s:%s" 1227 1228# TRANSLATION_NOTE - the following three entries are used by ld(1), and provide 1229# for a series of one or more 64-bit got table entries that align with one of 1230# the initial titles. 1231 1232@ MSG_GOT_COLUMNS1_64 " index ref offset \ 1233 addend symbol" 1234@ MSG_GOT_COLUMNS2_64 " index ref offset \ 1235 value symbol" 1236@ MSG_GOT_FORMAT1_64 "%10.10s %3s 0x%016llx 0x%016llx %s" 1237@ MSG_GOT_FORMAT2_64 "%10.10s %3s 0x%016llx 0x%016llx %s:%s" 1238 1239# Version table entries. 1240@ MSG_VER_DEF " index version dependency" 1241@ MSG_VER_NEED " file version" 1242@ MSG_VER_NEED_GNUVER " index file version" 1243 1244@ MSG_VER_LINE_1 "%10.10s %-26.26s %-20s %s" 1245@ MSG_VER_LLINE_1 "%10s %-26s %-20s %s" 1246@ MSG_VER_LINE_2 "%47s %s" 1247@ MSG_VER_LINE_3 "%38s %-20s %s" 1248@ MSG_VER_LINE_4 " %s" 1249@ MSG_VER_LINE_5 " %-26.26s %s" 1250@ MSG_VER_LLINE_5 " %-26s %s" 1251 1252 1253# Relocation entries. 1254# TRANSLATION_NOTE - the following strings are used by elfdump(1). These 1255# strings provide for a series of one or more 32-bit relocation table entries, 1256# using truncated section names, that align with one of the initial titles. 1257 1258@ MSG_REL_EFSA_TITLE_32 " type offset addend \ 1259 section symbol" 1260@ MSG_REL_EFSN_TITLE_32 " type offset \ 1261 section symbol" 1262@ MSG_REL_EFSA_ENTRY_32 " %-24s %#10llx %#10llx %-14.14s %s" 1263@ MSG_REL_EFSN_ENTRY_32 " %-24s %#10llx %-14.14s %s" 1264 1265# TRANSLATION_NOTE - the following strings are used by elfdump(1). These 1266# strings provide for a series of one or more 32-bit relocation table entries, 1267# using long section names, that align with one of the initial titles. 1268 1269@ MSG_REL_EFLA_TITLE_32 " type offset addend \ 1270 section / symbol" 1271@ MSG_REL_EFLN_TITLE_32 " type offset \ 1272 section / symbol" 1273@ MSG_REL_EFLA_ENTRY_32 " %-24s %#10llx %#10llx %-14s %s" 1274@ MSG_REL_EFLN_ENTRY_32 " %-24s %#10llx %-14s %s" 1275 1276 1277# TRANSLATION_NOTE - the following strings are used by ld.so.1(1). These 1278# strings provide for a series of one or more 32-bit relocation table entries, 1279# that align with the initial titles. 1280 1281@ MSG_REL_RTA_TITLE_32 " type offset \ 1282 addend symbol" 1283@ MSG_REL_RTN_TITLE_32 " type offset \ 1284 value symbol" 1285@ MSG_REL_RTV_TITLE_32 " value" 1286@ MSG_REL_RTA_ENTRY_32 " %5s %-24s %#10llx %#10llx %s %s" 1287@ MSG_REL_RTN_ENTRY_32 " %5s %-24s %#10llx %s %s" 1288@ MSG_REL_RT_APLVAL_32 " apply %#10llx %#10llx" 1289@ MSG_REL_RT_APLREG_32 " apply %10.10s %#10llx" 1290 1291 1292# TRANSLATION_NOTE - the following strings are used by ld(1). These strings 1293# provide for a series of one or more 32-bit relocation table entries, using 1294# truncated section names, that align with one of the initial titles. 1295 1296@ MSG_REL_LDSA_TITLE_32 " type \ 1297 offset addend section symbol" 1298@ MSG_REL_LDSN_TITLE_32 " type \ 1299 offset section symbol" 1300@ MSG_REL_LDSA_ENTRY_32 " %5s %-24s %#10llx %#10llx %-14.14s %s %s" 1301@ MSG_REL_LDSN_ENTRY_32 " %5s %-24s %#10llx %-14.14s %s %s" 1302 1303@ MSG_REL_LDSV_TITLE_32 " type \ 1304 offset value section symbol" 1305 1306# TRANSLATION_NOTE - the following strings are used by ld(1). These strings 1307# provide for a series of one or more 32-bit relocation table entries, using 1308# long section names, that align with one of the initial titles. 1309 1310@ MSG_REL_LDLA_TITLE_32 " type \ 1311 offset addend section / symbol" 1312@ MSG_REL_LDLN_TITLE_32 " type \ 1313 offset section / symbol" 1314@ MSG_REL_LDLA_ENTRY_32 " %5s %-24s %#10llx %#10llx %-14s %s %s" 1315@ MSG_REL_LDLN_ENTRY_32 " %5s %-24s %#10llx %-14s %s %s" 1316 1317@ MSG_REL_LDLV_TITLE_32 " type \ 1318 offset value section / symbol" 1319 1320# TRANSLATION_NOTE - the following strings are used by elfdump(1). These 1321# strings provide for a series of one or more 64-bit relocation table entries, 1322# using truncated section names, that align with one of the initial titles. 1323 1324@ MSG_REL_EFSA_TITLE_64 " type \ 1325 offset addend section symbol" 1326@ MSG_REL_EFSN_TITLE_64 " type \ 1327 offset section symbol" 1328@ MSG_REL_EFSA_ENTRY_64 " %-24s %#18llx %#18llx %-14.14s %s" 1329@ MSG_REL_EFSN_ENTRY_64 " %-24s %#18llx %-14.14s %s" 1330 1331# TRANSLATION_NOTE - the following strings are used by elfdump(1). These 1332# strings provide for a series of one or more 64-bit relocation table entries, 1333# using long section names, that align with one of the initial titles. 1334 1335@ MSG_REL_EFLA_TITLE_64 " type \ 1336 offset addend section / symbol" 1337@ MSG_REL_EFLN_TITLE_64 " type \ 1338 offset section / symbol" 1339@ MSG_REL_EFLA_ENTRY_64 " %-24s %#18llx %#18llx %-14s %s" 1340@ MSG_REL_EFLN_ENTRY_64 " %-24s %#18llx %-14s %s" 1341 1342 1343# TRANSLATION_NOTE - the following strings are used by ld.so.1(1). These 1344# strings provide for a series of one or more 64-bit relocation table entries, 1345# that align with the initial titles. 1346 1347@ MSG_REL_RTA_TITLE_64 " type \ 1348 offset addend symbol" 1349@ MSG_REL_RTN_TITLE_64 " type \ 1350 offset value symbol" 1351@ MSG_REL_RTV_TITLE_64 " value" 1352@ MSG_REL_RTA_ENTRY_64 " %5s %-24s %#18llx %#18llx %s %s" 1353@ MSG_REL_RTN_ENTRY_64 " %5s %-24s %#18llx %s %s" 1354@ MSG_REL_RT_APLVAL_64 " apply %#18llx %#18llx" 1355@ MSG_REL_RT_APLREG_64 " apply %18.18s %#18llx" 1356 1357# TRANSLATION_NOTE - the following strings are used by ld(1). These strings 1358# provide for a series of one or more 64-bit relocation table entries, using 1359# truncated section names, that align with one of the initial titles. 1360 1361@ MSG_REL_LDSA_TITLE_64 " type \ 1362 offset addend section symbol" 1363@ MSG_REL_LDSN_TITLE_64 " type \ 1364 offset section symbol" 1365@ MSG_REL_LDSA_ENTRY_64 " %5s %-24s %#18llx %#18llx %-14.14s %s %s" 1366@ MSG_REL_LDSN_ENTRY_64 " %5s %-24s %#18llx %-14.14s %s %s" 1367 1368@ MSG_REL_LDSV_TITLE_64 " type \ 1369 offset value section symbol" 1370 1371# TRANSLATION_NOTE - the following strings are used by ld(1). These strings 1372# provide for a series of one or more 64-bit relocation table entries, using 1373# long section names, that align with one of the initial titles. 1374 1375@ MSG_REL_LDLA_TITLE_64 " type \ 1376 offset addend section / symbol" 1377@ MSG_REL_LDLN_TITLE_64 " type \ 1378 offset section / symbol" 1379@ MSG_REL_LDLA_ENTRY_64 " %5s %-24s %#18llx %#18llx %-14s %s %s" 1380@ MSG_REL_LDLN_ENTRY_64 " %5s %-24s %#18llx %-14s %s %s" 1381 1382@ MSG_REL_LDLV_TITLE_64 " type \ 1383 offset value section / symbol" 1384 1385# Callback messages 1386 1387@ MSG_CB_IPHDR_ENTER "dl_iterate_phdr enter:" 1388@ MSG_CB_IPHDR_MAPCNG "dl_iterate_phdr object map/unmap in callback:" 1389@ MSG_CB_IPHDR_UNMAP "dl_iterate_phdr early return due to object unmap" 1390@ MSG_CB_IPHDR_CALLBACK "dl_iterate_phdr callback:" 1391@ MSG_CB_IPHDR_NAME " dlpi_name: %s" 1392@ MSG_CB_IPHDR_MAPCNT " dlpi_adds: %-18llu dlpi_subs: %-18llu" 1393 1394@ MSG_CB_IPHDR_ADDR_32 " dlpi_addr: %#-10llx" 1395@ MSG_CB_IPHDR_PHDR_32 " dlpi_phdr: %#-10llx dlpi_phnum: %u" 1396 1397@ MSG_CB_IPHDR_ADDR_64 " dlpi_addr: %#-18llx" 1398@ MSG_CB_IPHDR_PHDR_64 " dlpi_phdr: %#-18llx dlpi_phnum: %u" 1399 1400@ _END_ 1401 1402# Debug enabling tokens (for now these are untranslated) 1403 1404@ MSG_TOK_ALL "all" 1405@ MSG_TOK_ARGS "args" 1406@ MSG_TOK_BINDINGS "bindings" 1407@ MSG_TOK_CALLBACK "callback" 1408@ MSG_TOK_CAP "cap" 1409@ MSG_TOK_BASIC "basic" 1410@ MSG_TOK_ENTRY "entry" 1411@ MSG_TOK_FILES "files" 1412@ MSG_TOK_HELP "help" 1413@ MSG_TOK_INIT "init" 1414@ MSG_TOK_LIBS "libs" 1415@ MSG_TOK_MAP "map" 1416@ MSG_TOK_RELOC "reloc" 1417@ MSG_TOK_SECTIONS "sections" 1418@ MSG_TOK_SEGMENTS "segments" 1419@ MSG_TOK_SUPPORT "support" 1420@ MSG_TOK_SYMBOLS "symbols" 1421@ MSG_TOK_TLS "tls" 1422@ MSG_TOK_VERSIONS "versions" 1423@ MSG_TOK_AUDIT "audit" 1424@ MSG_TOK_GOT "got" 1425@ MSG_TOK_MOVE "move" 1426@ MSG_TOK_DEMANGLE "demangle" 1427@ MSG_TOK_STRTAB "strtab" 1428@ MSG_TOK_STATS "statistics" 1429@ MSG_TOK_UNUSED "unused" 1430 1431@ MSG_TOK_DETAIL "detail" 1432@ MSG_TOK_LONG "long" 1433@ MSG_TOK_NAME "name" 1434@ MSG_TOK_FULLNAME "fullname" 1435@ MSG_TOK_CLASS "class" 1436@ MSG_TOK_LMID "lmid" 1437@ MSG_TOK_TTIME "ttime" 1438@ MSG_TOK_DTIME "dtime" 1439 1440@ MSG_TOK_OUTFILE "output" 1441 1442@ MSG_TOK_LMID_ALL "ALL" 1443@ MSG_TOK_LMID_ALT "ALT" 1444@ MSG_TOK_LMID_BASE "BASE" 1445@ MSG_TOK_LMID_LDSO "LDSO" 1446 1447 1448# The following strings represent reserved words, files, pathnames and symbols. 1449# Reference to this strings is via the MSG_ORIG() macro, and thus no message 1450# translation is required. 1451 1452@ MSG_STR_EMPTY "" 1453@ MSG_STR_DELIMIT ",:" 1454@ MSG_STR_COMDAT "COMDAT " 1455 1456@ MSG_SCN_GOT ".got" 1457@ MSG_SCN_PLT ".plt" 1458@ MSG_SCN_BSS ".bss" 1459@ MSG_SCN_INIT ".init" 1460@ MSG_SCN_FINI ".fini" 1461@ MSG_SCN_INITARRAY ".initarray" 1462@ MSG_SCN_FINIARRAY ".finiarray" 1463@ MSG_SCN_PREINITARRAY ".preinitarray" 1464 1465@ MSG_SH_INFO "sh_info" 1466@ MSG_SH_LINK "sh_link" 1467 1468@ MSG_UTL_SCC_ENTRY " [%d] %s" 1469 1470@ MSG_FMT_INDEX " [%d]" 1471@ MSG_FMT_INDEX_RANGE " [%d-%d]" 1472@ MSG_FMT_STR "%s" 1473@ MSG_FMT_PATH "%s/%s" 1474 1475@ MSG_PTH_OBJECT "/tmp/ld.so-OBJECT-" 1476 1477@ MSG_SUNW_OST_SGS "SUNW_OST_SGS" 1478 1479# Entrance criteria messages 1480 1481@ MSG_ECR_NAME " ec_name: %-8s ec_attrmask: %s" 1482@ MSG_ECR_SEGMENT " ec_segment: %-8s ec_attrbits: %s" 1483@ MSG_ECR_NDX " ec_ndx: %-8d ec_type: %s" 1484@ MSG_ECR_FILES " ec_files:" 1485@ MSG_ECR_FILE " %s" 1486 1487# Libs messages 1488 1489@ MSG_LIB_FILE " %s" 1490 1491# PLT binding methods 1492 1493@ MSG_PLT_21D "21d" 1494@ MSG_PLT_24D "24d" 1495@ MSG_PLT_U32 "u32" 1496@ MSG_PLT_U44 "u44" 1497@ MSG_PLT_FULL "full" 1498@ MSG_PLT_FAR "far" 1499 1500# Segment messages 1501 1502@ MSG_SEG_NAME "segment[%d] sg_name: %s" 1503@ MSG_SEG_LENGTH " sg_length: %#llx" 1504@ MSG_SEG_FLAGS " sg_flags: %s" 1505@ MSG_SEG_SIZESYM " sg_sizesym: %s" 1506@ MSG_SEG_ORDER " sec_order:" 1507@ MSG_SEG_SECTION " sec_name: %-8s sec_index: %u" 1508 1509# Section messages (used when expanding segment information) 1510 1511@ MSG_SEC_NAME " section[%d] os_name: %s" 1512 1513# Symbol strings 1514 1515@ MSG_SYM_GLOBAL "global" 1516@ MSG_SYM_LOCAL "local" 1517@ MSG_SYM_COPY "copy rel" 1518@ MSG_SYM_NEXT "[ RTLD_NEXT ]" 1519@ MSG_SYM_DEFAULT "[ RTLD_DEFAULT ]" 1520@ MSG_SYM_SELF "[ RTLD_SELF ]" 1521@ MSG_SYM_PROBE "[ RTLD_PROBE ]" 1522@ MSG_SYM_SINGLETON "( singleton reference )" 1523 1524# Link-map mode strings 1525 1526@ MSG_MODE_GLOBNODEL "[ GLOBAL NODELETE ]" 1527@ MSG_MODE_GLOB "[ GLOBAL ]" 1528@ MSG_MODE_NODEL "[ NODELETE ]" 1529 1530# NOTE: these are used by lari(1), use care when changing. 1531@ MSG_BINFO_START " (" 1532@ MSG_BINFO_DIRECT "direct" 1533@ MSG_BINFO_INTERPOSE "interpose" 1534@ MSG_BINFO_COPYREF "copy-ref" 1535@ MSG_BINFO_FILTEE "filtee" 1536@ MSG_BINFO_PLTADDR "plt-addr" 1537@ MSG_BINFO_END ")" 1538@ MSG_BINFO_SEP "," 1539 1540# Utility messages 1541 1542@ MSG_UTL_EVNT_PREINIT "RD_PREINIT" 1543@ MSG_UTL_EVNT_POSTINIT "RD_POSTINIT" 1544@ MSG_UTL_EVNT_DLACT "RD_DLACTIVITY" 1545 1546@ MSG_UTL_STA_ADD "RT_ADD" 1547@ MSG_UTL_STA_DELETE "RT_DELETE" 1548@ MSG_UTL_STA_CONSIST "RT_CONSISTENT" 1549 1550# Version messages 1551 1552@ MSG_VER_SELECTED " SELECTED %-26.26s %s" 1553@ MSG_VER_L_SELECTED " SELECTED %-26s %s" 1554@ MSG_VER_ALL " ALL %-26.26s" 1555@ MSG_VER_L_ALL " ALL %-26s" 1556 1557# Global offset table entries. 1558 1559@ MSG_GOT_INDEX " [%d]" 1560@ MSG_GOT_SMALL_PIC "pic" 1561@ MSG_GOT_BIG_PIC "PIC" 1562 1563@ MSG_CNTL_ENTRY " [0x%llx] %s" 1564 1565@ MSG_STR_NL "\n" 1566 1567@ MSG_FMT_INDEX " [%d]" 1568@ MSG_FMT_ISEC_NAME "[%u]%s" 1569 1570@ MSG_SUNW_OST_SGS "SUNW_OST_SGS" 1571 1572@ MSG_ELF_MAGIC " ei_magic: { 0x%x, %c, %c, %c }" 1573@ MSG_ELF_CLASS " ei_class: %-18s ei_data: %s" 1574@ MSG_ELF_OSABI " ei_osabi: %-18s ei_abiversion: %s" 1575@ MSG_ELF_MACHINE " e_machine: %-18s e_version: %s" 1576@ MSG_ELF_TYPE " e_type: %s" 1577@ MSG_ELF_FLAGS " e_flags: %18s" 1578@ MSG_ELF_FLAGS_FMT " e_flags: %s" 1579@ MSG_ELF_ESIZE " e_entry: %#18llx e_ehsize: %2d \ 1580 e_shstrndx: %d" 1581@ MSG_ELFX_ESIZE " e_entry: %#18llx e_ehsize: %2d \ 1582 e_shstrndx: SHN_XINDEX (see shdr[0].sh_link)" 1583@ MSG_ELF_SHOFF " e_shoff: %#18llx e_shentsize: %2d \ 1584 e_shnum: %d" 1585@ MSG_ELFX_SHOFF " e_shoff: %#18llx e_shentsize: %2d \ 1586 e_shnum: 0 (see shdr[0].sh_size)" 1587@ MSG_ELF_PHOFF " e_phoff: %#18llx e_phentsize: %2d \ 1588 e_phnum: %d" 1589@ MSG_ELFX_PHOFF " e_phoff: %#18llx e_phentsize: %2d \ 1590 e_phnum: PN_XNUM (see shdr[0].sh_info)" 1591 1592# Shdr[0] messages 1593 1594@ MSG_SHD0_TITLE "Section Header[0]: (ELF Ehdr extensions)" 1595@ MSG_SHD0_ADDR " sh_addr: %-6lld sh_flags: %s" 1596@ MSG_SHD0_SIZE " sh_size: %-6lld (e_shnum) sh_type: %s" 1597@ MSG_SHD0_OFFSET " sh_offset: %-6lld \ 1598 sh_entsize: %lld" 1599@ MSG_SHD0_LINK " sh_link: %-6d (e_shstrndx) sh_info: \ 1600 %d (e_phnum)" 1601@ MSG_SHD0_ALIGN " sh_addralign: %-6lld" 1602 1603# Section header messages 1604 1605@ MSG_SHD_ADDR_32 " sh_addr: %#-10llx sh_flags: %s" 1606@ MSG_SHD_SIZE_32 " sh_size: %#-10llx sh_type: %s" 1607@ MSG_SHD_OFFSET_32 " sh_offset: %#-10llx sh_entsize: %#llx" 1608@ MSG_SHD_OFFSET_ENT_32 " sh_offset: %#-10llx sh_entsize: %#llx \ 1609 (%lld %s)" 1610@ MSG_SHD_LINK_32 " sh_link: %-14s sh_info: %s" 1611@ MSG_SHD_ALIGN_32 " sh_addralign: %#-10llx" 1612 1613@ MSG_SHD_ADDR_64 " sh_addr: %#-18llx sh_flags: %s" 1614@ MSG_SHD_SIZE_64 " sh_size: %#-18llx sh_type: %s" 1615@ MSG_SHD_OFFSET_64 " sh_offset: %#-18llx sh_entsize: %#llx" 1616@ MSG_SHD_OFFSET_ENT_64 " sh_offset: %#-18llx sh_entsize: %#llx \ 1617 (%lld %s)" 1618@ MSG_SHD_LINK_64 " sh_link: %-18s sh_info: %s" 1619@ MSG_SHD_ALIGN_64 " sh_addralign: %#-18llx" 1620 1621# Program header messages 1622 1623@ MSG_PHD_VADDR_32 " p_vaddr: %#-10llx p_flags: %s" 1624@ MSG_PHD_PADDR_32 " p_paddr: %#-10llx p_type: %s" 1625@ MSG_PHD_FILESZ_32 " p_filesz: %#-10llx p_memsz: %#llx" 1626@ MSG_PHD_OFFSET_32 " p_offset: %#-10llx p_align: %#llx" 1627 1628@ MSG_PHD_VADDR_64 " p_vaddr: %#-18llx p_flags: %s" 1629@ MSG_PHD_PADDR_64 " p_paddr: %#-18llx p_type: %s" 1630@ MSG_PHD_FILESZ_64 " p_filesz: %#-18llx p_memsz: %#llx" 1631@ MSG_PHD_OFFSET_64 " p_offset: %#-18llx p_align: %#llx" 1632 1633# Syminfo formats 1634 1635@ MSG_SYMINFO_UNKFLAG "[0x%x]" 1636 1637# Lc_interface interface tags. 1638 1639@ MSG_CI_NULL "NULL" 1640@ MSG_CI_VERSION "VERSION" 1641@ MSG_CI_ATEXIT "ATEXIT" 1642@ MSG_CI_LCMESSAGES "LCMESSAGES" 1643@ MSG_CI_BIND_GUARD "BIND_GUARD" 1644@ MSG_CI_BIND_CLEAR "BIND_CLEAR" 1645@ MSG_CI_THR_SELF "THR_SELF" 1646@ MSG_CI_TLS_MODADD "TLS_MODADD" 1647@ MSG_CI_TLS_MODREM "TLS_MODREM" 1648@ MSG_CI_TLS_STATMOD "TLS_STATMOD" 1649@ MSG_CI_THRINIT "THRINIT" 1650@ MSG_CI_CRITICAL "CRITICAL" 1651 1652# TLS information flags 1653 1654@ MSG_TLS_FLAG_STATIC "STATIC-TLS" 1655 1656# mmapobj() mr_flags. 1657 1658@ MSG_MR_PADDING "[ PADDING ]" 1659@ MSG_MR_HDR_ELF "[ HDR_ELF ]" 1660@ MSG_MR_HDR_AOUT "[ HDR_AOUT ]" 1661