1# 2# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 3# Use is subject to license terms. 4# 5# CDDL HEADER START 6# 7# The contents of this file are subject to the terms of the 8# Common Development and Distribution License, Version 1.0 only 9# (the "License"). You may not use this file except in compliance 10# with the License. 11# 12# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 13# or http://www.opensolaris.org/os/licensing. 14# See the License for the specific language governing permissions 15# and limitations under the License. 16# 17# When distributing Covered Code, include this CDDL HEADER in each 18# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 19# If applicable, add the following below this CDDL HEADER, with the 20# fields enclosed by brackets "[]" replaced with your own identifying 21# information: Portions Copyright [yyyy] [name of copyright owner] 22# 23# CDDL HEADER END 24# 25# ident "%Z%%M% %I% %E% SMI" 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 `%s' (try help)" 37 38# TRANSLATION_NOTE - Use the following output in C as a reference, 1. 39# 40# For debugging the runtime linking of an application: 41# LD_DEBUG=token1,token2 prog 42# enables diagnostics to the stderr. The additional option: 43# LD_DEBUG_OUTPUT=file 44# redirects the diagnostics to an output file created using 45# the specified name and the process id as a suffix. All 46# diagnostics are prepended with the process id. 47# 48# For debugging the link-editing of an application: 49# LD_OPTIONS=-Dtoken1,token2 cc -o prog ... 50# or, 51# ld -Dtoken1,token2 -o prog ... 52# where placement of -D on the command line is significant, 53# and options can be switched off by prepending with `!'. All 54# diagnostics are prepended with the string `debug', and 55# optionally with the output file basename or fullname, and 56# its class, if the `name' or `fullname', and `class' tokens 57# are specified respectively. 58# 59# The next 13 messages makes the above output in C locale. 60# Use the tabs as alignment characters as needed. 61# 62@ MSG_USE_RTLD_A "\t\t For debugging the runtime linking of an \ 63 application:" 64# 65# Be warned that the next two messages make a sentence. 66# That is: 67# LD_DEBUG=token1,token2 prog 68# enables diagnostics to the stderr. The additional option: 69# So do not translate the msgid separately, but handle them together 70# Same kind of sentences appear in this block of messages. 71# 72@ MSG_USE_RTLD_B "\t\t\tLD_DEBUG=token1,token2 prog" 73@ MSG_USE_RTLD_C "\t\t enables diagnostics to the stderr. \ 74 The additional option:" 75@ MSG_USE_RTLD_D "\t\t\tLD_DEBUG_OUTPUT=file" 76@ MSG_USE_RTLD_E "\t\t redirects the diagnostics to an output file \ 77 created using" 78@ MSG_USE_RTLD_F "\t\t the specified name and the process id as a \ 79 suffix. All" 80@ MSG_USE_RTLD_G "\t\t diagnostics are prepended with the process id." 81 82@ MSG_USE_LD_A "\t\t For debugging the link-editing of an application:" 83@ MSG_USE_LD_B "\t\t\tLD_OPTIONS=-Dtoken1,token2 cc -o prog ..." 84@ MSG_USE_LD_C "\t\t or," 85@ MSG_USE_LD_D "\t\t\tld -Dtoken1,token2 -o prog ..." 86@ MSG_USE_LD_E "\t\t where placement of -D on the command line is \ 87 significant," 88@ MSG_USE_LD_F "\t\t and options can be switched off by prepending \ 89 with `!'. All" 90@ MSG_USE_LD_G "\t\t diagnostics are prepended with the string \ 91 `debug', and" 92@ MSG_USE_LD_H "\t\t optionally with the output file basename or \ 93 fullname, and" 94@ MSG_USE_LD_I "\t\t its class, if the `name' or `fullname', and \ 95 `class' tokens" 96@ MSG_USE_LD_J "\t\t are specified respectively." 97# 98# END OF reference 1 99# 100 101 102# TRANSLATION_NOTE 103# The next 23 messages make the following usage table. 104# Tabs are used for alignment. 105# 106# args display input argument processing (ld only) 107# audit display runtime link-audit processing (ld.so.1 only) 108# basic provide basic trace information/warnings 109# bindings display symbol binding; detail flag shows absolute:relative 110# addresses (ld.so.1 only) 111# cap display hardware/software capability processing 112# demangle display C++ symbol names in their demangled form 113# detail provide more information in conjunction with other options 114# entry display entrance criteria descriptors (ld only) 115# files display input file processing (files and libraries) 116# got display GOT symbol information (ld only) 117# help display this help message 118# libs display library search paths; detail flag shows actual 119# library lookup (-l) processing 120# long display long object names without truncation 121# map display map file processing (ld only) 122# move display Move section information 123# reloc display relocation processing 124# sections display input section processing (ld only) 125# segments display available output segments and address/offset 126# processing; detail flag shows associated sections (ld only) 127# support display support library processing (ld only) 128# symbols display symbol table processing; detail flag shows internal 129# symbol table addition and resolution (ld only) 130# statistics display processing statistics (ld only) 131# strtab display information about string table compression (ld only) 132# detail shows layout of string tables 133# tls display TLS processing 134# unused display unused/unreferenced files; detail flag shows unused 135# sections (ld only) 136# versions display version processing 137# 138# 139# TRANSLATION_NOTE -- do not translate the first token `args'. 140@ MSG_USE_ARGS "args\t display input argument processing (ld only)" 141 142# TRANSLATION_NOTE -- do not translate the first token `audit'. 143@ MSG_USE_AUDIT "audit\t display runtime link-audit processing \ 144 (ld.so.1 only)" 145 146# TRANSLATION_NOTE -- do not translate the first token `basic'. 147@ MSG_USE_BASIC "basic\t provide basic trace information/warnings" 148 149# TRANSLATION_NOTE -- do not translate the first token `bindings'. 150@ MSG_USE_BINDINGS "bindings\t display symbol binding; detail flag shows \ 151 absolute:relative" 152@ MSG_USE_BINDINGS_2 "\t\t addresses (ld.so.1 only)" 153 154# TRANSLATION_NOTE -- do not translate the first token `cap' 155@ MSG_USE_CAP "cap\t display hardware/software capability \ 156 processing" 157 158# TRANSLATION_NOTE -- do not translate the first token `detail'. 159@ MSG_USE_DETAIL "detail\t provide more information in conjunction \ 160 with other options" 161 162# TRANSLATION_NOTE -- do not translate the first token `demangle'. 163@ MSG_USE_DEMANGLE "demangle\t display C++ symbol names in their \ 164 demangled form" 165 166# TRANSLATION_NOTE -- do not translate the first token `entry'. 167@ MSG_USE_ENTRY "entry\t display entrance criteria descriptors \ 168 (ld only)" 169 170# TRANSLATION_NOTE -- do not translate the first token `files'. 171@ MSG_USE_FILES "files\t display input file processing \ 172 (files and libraries)" 173 174# TRANSLATION_NOTE -- do not translate the first token `got'. 175@ MSG_USE_GOT "got\t display GOT symbol information (ld only)" 176 177# TRANSLATION_NOTE -- do not translate the first token `help'. 178@ MSG_USE_HELP "help\t display this help message" 179 180# TRANSLATION_NOTE -- do not translate the first token `libs'. 181@ MSG_USE_LIBS "libs\t display library search paths; detail flag \ 182 shows actual" 183@ MSG_USE_LIBS_2 "\t\t library lookup (-l) processing" 184 185# TRANSLATION_NOTE -- do not translate the first token `long'. 186@ MSG_USE_LONG "long\t display long object names without truncation" 187 188# TRANSLATION_NOTE -- do not translate the first token `map'. 189@ MSG_USE_MAP "map\t display map file processing (ld only)" 190 191# TRANSLATION_NOTE -- do not translate the first token `move'. 192@ MSG_USE_MOVE "move\t display move section processing" 193 194# TRANSLATION_NOTE -- do not translate the first token `reloc'. 195@ MSG_USE_RELOC "reloc\t display relocation processing" 196 197# TRANSLATION_NOTE -- do not translate the first token `sections'. 198@ MSG_USE_SECTIONS "sections display input section processing (ld only)" 199 200# TRANSLATION_NOTE -- do not translate the first token `segments'. 201@ MSG_USE_SEGMENTS "segments display available output segments and \ 202 address/offset" 203@ MSG_USE_SEGMENTS_2 "\t\t processing; detail flag shows associated \ 204 sections (ld only)" 205# TRANSLATION_NOTE -- do not translate the first token `support'. 206@ MSG_USE_SUPPORT "support\t display support library processing (ld only)" 207 208# TRANSLATION_NOTE -- do not translate the first token `symbols'. 209@ MSG_USE_SYMBOLS "symbols\t display symbol table processing; detail \ 210 flag shows internal" 211@ MSG_USE_SYMBOLS_2 "\t\t symbol table addition and resolution (ld only)" 212 213# TRANSLATION_NOTE -- do not translate the first token `statistics'. 214@ MSG_USE_STATISTICS "statistics display processing statistics (ld only)" 215 216# TRANSLATION_NOTE -- do not translate the first token `strtab'. 217@ MSG_USE_STRTAB "strtab\t display information about string table \ 218 compression; detail" 219@ MSG_USE_STRTAB_2 "\t\t shows layout of string tables (ld only)" 220 221# TRANSLATION_NOTE -- do not translate the first token `tls/TLS'. 222@ MSG_USE_TLS "tls\t display TLS processing info" 223 224# TRANSLATION_NOTE -- do not translate the first token `unused'. 225@ MSG_USE_UNUSED "unused\t display unused/unreferenced files; detail \ 226 flag shows unused" 227@ MSG_USE_UNUSED_2 "\t\t sections (ld only)" 228 229# TRANSLATION_NOTE -- do not translate the first token `versions'. 230@ MSG_USE_VERSIONS "versions\t display version processing" 231 232# Argument messages 233 234@ MSG_ARG_FLAG "arg[%d]\tflag=-%c" 235@ MSG_ARG_FILE "arg[%d]\tfile=%s" 236 237 238# Bindings messages 239# NOTE: these are used by appcert(1) and lari(1), use care when changing. 240 241@ MSG_BND_BASIC "binding file=%s to file=%s: symbol `%s'" 242@ MSG_BND_PLT "binding file=%s (%#llx:%#llx) at plt[%d]:%s to \ 243 file=%s (%#llx:%#llx): symbol `%s'%s" 244@ MSG_BND_DLSYM "binding file=%s (dlsym) to file=%s \ 245 (%#llx:%#llx): symbol `%s'%s" 246@ MSG_BND_DEFAULT "binding file=%s (%#llx:%#llx) to file=%s \ 247 (%#llx:%#llx): symbol `%s'%s" 248@ MSG_BND_WEAK_1 "binding file=%s to 0x0 (undefined weak): symbol `%s'" 249@ MSG_BND_WEAK_2 "binding file=%s (%#llx:%#llx) to 0x0 \ 250 (undefined weak): symbol `%s'" 251 252@ MSG_BND_PROFILE " profiling symbol[%d]; call count=%d" 253 254@ MSG_BND_PSUM_SPARCV9 "Summary of PLT types bound: 21d=%d, 24d=%d, u32=%d, \ 255 u44=%d, full=%d, far=%d, Total=%d" 256@ MSG_BND_PSUM_SPARC "Summary of PLT types bound: 21d=%d, 24d=%d, \ 257 full=%d, Total=%d" 258@ MSG_BND_PSUM_DEFAULT "Summary of PLT types bound: Total=%d" 259 260# Relocation messages 261 262@ MSG_REL_GENERATE "generating input relocations: section=%s" 263@ MSG_REL_COLLECT "collecting input relocations: section=%s, file=%s" 264@ MSG_REL_ACTIVE "performing active relocations" 265@ MSG_REL_CREATING "creating output relocations" 266@ MSG_REL_RELOC_START "relocation processing: file=%s%s" 267@ MSG_REL_RELOC_FINISH "relocation processing: file=%s; finished%s" 268@ MSG_REL_RELOC_NONE "relocation processing: file=%s%s; nothing to do" 269 270@ MSG_REL_RELOC_PLT " (plt processing only)" 271@ MSG_REL_RELOC_FAIL " (failed)" 272 273@ MSG_REL_TRANS "relocation transition: offset: %#llx old reloc: %s \ 274 new reloc: %s symbol `%s'" 275@ MSG_REL_DISCARDED "relocation against discarded section=%s from file=%s; \ 276 relocation type=%s offset=0x%llx; relocation discarded" 277@ MSG_REL_COPY "copy data from file=%s to file=%s: symbol `%s'%s" 278 279# Dynamic section messages 280 281@ MSG_DYN_TITLE " index tag value" 282@ MSG_DYN_ENTRY "%10.10s %-15.15s %-#14llx %s" 283 284# Entrance criteria messages 285 286@ MSG_ECR_TITLE "%s Entrance Descriptor List (available)" 287@ MSG_ECR_DYNAMIC "Dynamic" 288@ MSG_ECR_STATIC "Static" 289@ MSG_ECR_DESC "entrance descriptor[%d]" 290 291 292# Elf section messages 293 294@ MSG_ELF_TITLE " addr type size offset al file" 295@ MSG_ELF_ENTRY " %3s %#10llx %-5s %#10llx %#8llx %2lld %s%s" 296@ MSG_ELF_HEADER "ELF Header" 297@ MSG_ELF_IGNSCN " (section ignored)" 298 299 300# File messages 301 302@ MSG_FIL_BASIC "file=%s [ %s ]" 303@ MSG_FIL_ARCHIVE "file=%s [ archive ] %s" 304@ MSG_FIL_SKIP_1 "file=%s skipped: already processed as %s" 305@ MSG_FIL_SKIP_2 "file=%s skipped: already processed" 306@ MSG_FIL_REUSE "file=%s reusing: originally processed as %s" 307@ MSG_FIL_PROT "file=%s; modifying memory protections (%c PROT_WRITE)" 308@ MSG_FIL_DELETE "file=%s; deleting" 309@ MSG_FIL_DLOPEN "file=%s; dlopen() called from file=%s %s" 310@ MSG_FIL_DLCLOSE "file=%s; dlclose() %s" 311@ MSG_FIL_DLDUMP "file=%s; dldump() to file=%s %s" 312@ MSG_FIL_LAZYLOAD "file=%s; lazy loading from file=%s: symbol=%s" 313@ MSG_FIL_PRELOAD "file=%s; preloading" 314@ MSG_FIL_NEEDED "file=%s; needed by %s" 315@ MSG_FIL_FILTER_1 "file=%s; filter for %s (configuration definition)" 316@ MSG_FIL_FILTER_2 "file=%s; filter for %s" 317@ MSG_FIL_FILTEE_2 "file=%s; filtee processing failed" 318@ MSG_FIL_FILTEE_3 "file=%s; filtee skipped (auditing directed)" 319@ MSG_FIL_FIXNAME "file=%s; required name=%s" 320@ MSG_FIL_PROMOTE "file=%s; promoting mode to %s" 321@ MSG_FIL_AOUT "file=%s [ AOUT ]; generating link map" 322@ MSG_FIL_ELF "file=%s [ ELF ]; generating link map%s" 323@ MSG_FIL_LDSO "file=%s [ ELF ]" 324 325# NOTE: these are used by lari(1), use care when changing. 326@ MSG_FIL_ANALYZE "file=%s; analyzing %s" 327@ MSG_FIL_FILTEE_1 "file=%s; filtered by %s" 328@ MSG_FIL_CONFIG "file=%s [ ELF ]; configuration alternate found: %s" 329 330 331@ MSG_FIL_DATA_1 " dynamic: %#10llx base: %#10llx size: %#10llx" 332@ MSG_FIL_DATA_2 " entry: %#10llx lmid: %#10llx lmco: %#10llx" 333@ MSG_FIL_DATA_3 " dynamic: %#10llx base: %#10llx" 334@ MSG_FIL_DATA_4 " envp: %#10llx auxv: %#10llx" 335 336@ MSG_FIL_BND_ADD "file=%s; add binding to:" 337@ MSG_FIL_BND_FILE " file=%s %s" 338 339@ MSG_FIL_DEP_ADD " file=%s; object added %s" 340@ MSG_FIL_DEP_DELETE " file=%s; object deleting %s" 341@ MSG_FIL_DEP_REMOVE " file=%s; object removed from handle %s" 342@ MSG_FIL_DEP_REMAIN " file=%s; object remains on handle %s" 343 344@ MSG_FIL_HDL_CREATE "handle=%s; creating:" 345@ MSG_FIL_HDL_COLLECT "handle=%s; collected for possible removal %s" 346@ MSG_FIL_HDL_RETAIN "handle=%s; externally referenced from %s: handle \ 347 retained" 348@ MSG_FIL_HDL_ADD "handle=%s; adding dependent objects:" 349@ MSG_FIL_HDL_DELETE "handle=%s; deleting:" 350@ MSG_FIL_HDL_ORPHAN "handle=%s; deletion cannot be completed: moving to \ 351 orphan list:" 352@ MSG_FIL_HDL_REINST "handle=%s; reinstating from orphan list:" 353 354@ MSG_FIL_DEL_RESCAN "pending deletions; rescanning orphan list for \ 355 available deletions" 356 357@ MSG_FIL_AR_RESCAN "rescanning archive list; additional members may \ 358 satisfy prior extractions" 359 360@ MSG_FIL_CONFIG_ERR "configuration file=%s: %s" 361@ MSG_FIL_CONFIG_ERR_1 "ignored (configuration building)" 362@ MSG_FIL_CONFIG_ERR_2 "invalid version" 363@ MSG_FIL_CONFIG_ERR_3 "unable to process file" 364@ MSG_FIL_CONFIG_ERR_4 "corrupt or truncated file" 365 366@ MSG_CNTL_TITLE "control list processing complete: moving lmco 0x%llx \ 367 to lmco 0x%llx" 368 369@ MSG_REJ_MACH "file=%s; rejected: wrong machine type: %s" 370@ MSG_REJ_CLASS "file=%s; rejected: wrong ELF class: %s" 371@ MSG_REJ_DATA "file=%s; rejected: wrong ELF data format: %s" 372@ MSG_REJ_TYPE "file=%s; rejected: bad ELF type: %s" 373@ MSG_REJ_BADFLAG "file=%s; rejected: bad ELF flags value: %s" 374@ MSG_REJ_MISFLAG "file=%s; rejected: mismatched ELF flags value: %s" 375@ MSG_REJ_VERSION "file=%s; rejected: mismatched ELF/lib version: %s" 376@ MSG_REJ_HAL "file=%s; rejected: HAL R1 extensions required" 377@ MSG_REJ_US3 "file=%s; rejected: Sun UltraSPARC III extensions \ 378 required" 379@ MSG_REJ_STR "obj=%s; rejected: %s" 380@ MSG_REJ_UNKFILE "obj=%s; rejected: unknown file type" 381@ MSG_REJ_HWCAP_1 "obj=%s; rejected: hardware capability unsupported: \ 382 %s" 383 384# Libs messages 385 386@ MSG_LIB_INITPATH "Library Search Paths (initial)" 387@ MSG_LIB_UPPATH "Library Search Paths (-L updated)" 388@ MSG_LIB_LOPT "find lib=-l%s; path=%s" 389@ MSG_LIB_REQUIRED "find lib=%s; path=%s (required by %s)" 390@ MSG_LIB_LDLIBPATH " search path=%s (LD_LIBRARY_PATH)" 391@ MSG_LIB_LDLIBPATHC " search path=%s (configuration LD_LIBRARY_PATH - %s)" 392@ MSG_LIB_RPATH " search path=%s (RPATH from file %s)" 393@ MSG_LIB_DEFAULT " search path=%s (default)" 394@ MSG_LIB_DEFAULTC " search path=%s (configuration default - %s)" 395@ MSG_LIB_LIBPATH " search path=%s (LIBPATH or -YP)" 396@ MSG_LIB_YPATH " search path=%s replaces path=%s (-Y%c)" 397 398@ MSG_LIB_FIND "find object=%s; searching" 399@ MSG_LIB_TRYING " trying path=%s%s" 400@ MSG_LIB_ALTER " trying path=%s (auditing supplied alternative)" 401@ MSG_LIB_SKIP " skip path=%s (auditing directed)" 402@ MSG_LIB_IGNORE " ignore path=%s (insecure directory name)" 403 404 405# Mapfile messages 406 407@ MSG_MAP_MAPFILE "map file=%s" 408 409@ MSG_MAP_SEG_DECL_1 "segment declaration (=), segment added:" 410@ MSG_MAP_SEG_DECL_2 "segment declaration (=), segment updated:" 411@ MSG_MAP_SEG_DECL_3 "implicit segment declaration (:), segment added:" 412@ MSG_MAP_SEG_DECL_4 "implicit segment declaration (@), segment added:" 413@ MSG_MAP_SEG_DECL_5 "size-symbol declaration (@), segment updated:" 414 415@ MSG_MAP_CAP "hardware/software declaration (=), capabilities added:" 416 417@ MSG_MAP_MAP_DIR "mapping directive (:), entrance criteria added:" 418 419@ MSG_MAP_SEC_ORDER "map section ordering, segment: %s section: \ 420 %s index: %d" 421 422@ MSG_MAP_SYM_SCOPE "symbol scope definition ({})" 423@ MSG_MAP_SYM_SIZE "size-symbol declaration (@), symbol=%s; %s" 424@ MSG_MAP_SYM_VER_1 "%s, %s; symbol=%s (%s)" 425@ MSG_MAP_SYM_VER_2 "%s; symbol=%s (%s)" 426 427@ MSG_MAP_CNT_DEF_1 "library control definition (-), %s; needed=%s" 428@ MSG_MAP_CNT_DEF_2 "library control definition (-), %s; needed" 429 430@ MSG_MAP_SORTSEG "map sort_seg_list(): original=%s" 431@ MSG_MAP_SEGSORT "map sort_seg_list(): sorted=%s" 432 433# Move messages 434 435@ MSG_MV_ADJEXPAND1 "for symbol=%s new roffset=0x%llx" 436@ MSG_MV_ADJMOVE1 "for symbol=%s roffset(from/to)=\ 437 (0x%llx/0x%llx)" 438@ MSG_MV_OUTSCTADJ1 "adjusting addend for symbol=%s" 439@ MSG_MV_MOVEDATA "file=%s processing move data" 440@ MSG_MV_EXPAND0 "expanding %s into .SUNW_data1: %s" 441@ MSG_MV_OUTMOVE0 "copying move entries for %s into .SUNW_move" 442@ MSG_MV_EXPAND1 "\t 0x%llx\t0x%llx (expanded)" 443 444@ MSG_MOVE_INPUT1 "collecting move entries: file=%s" 445@ MSG_MOVE_TITLE1 "\t i/o offset\tvalue\trepeat\tstride\tsymbol" 446@ MSG_MOVE_TITLE2 "\t address\tvalue\trepeat\tstride\tsymbol" 447@ MSG_MOVE_MVENTRY1 "\t in 0x%llx\t0x%llx\t0x%x\t0x%x\t%s" 448@ MSG_MOVE_MVENTRY2 "\t out 0x%llx\t0x%llx\t0x%x\t0x%x\t%s" 449 450# Section messages 451 452@ MSG_SEC_INPUT "section=%s; input from file=%s" 453@ MSG_SEC_ADDED "section=%s; added to segment=%s" 454@ MSG_SEC_CREATED "section=%s; added to segment=%s (created)" 455@ MSG_SEC_DISCARDED "section=%s; input from file=%s; \ 456 discarded in favor of section=%s from file=%s" 457@ MSG_SEC_GRP "section=%s; input from file=%s; \ 458 section member of group: %s:%s" 459@ MSG_SEC_GRP_DISCARDED "section=%s; input from file=%s; \ 460 discarded because it is a member of group: %s:%s" 461 462@ MSG_SEC_STRTAB_STND "strtab=%s; full size: %d; uncompressed" 463@ MSG_SEC_STRTAB_COMP "strtab=%s; full size: %d -> compressed down to: %d" 464@ MSG_SEC_STRTAB_HD "Compressed String Table: %s \ 465 [%d buckets]:" 466@ MSG_SEC_STRTAB_BCKT " Bucket[%3d]:" 467@ MSG_SEC_STRTAB_MSTR " ref[%2d] %s <master>" 468@ MSG_SEC_STRTAB_SUFSTR " ref[%2d] %s <suffix of> %s" 469 470# Unused messages 471 472@ MSG_USD_SEC "section=%s; size=0x%llx; input from file=%s; \ 473 unused: does not satisfy any references%s" 474@ MSG_USD_SECDISCARD "; discarded" 475@ MSG_USD_FILE "file=%s unused: does not satisfy any references" 476@ MSG_USD_UNREF "file=%s unreferenced: unused dependency of %s" 477@ MSG_USD_FILECYCLIC "file=%s unused: cyclic group [%d] member: \ 478 unreferenced outside of group" 479@ MSG_USD_RTLDINFO "file=%s unused RTLDINFO: using RTLDINFO \ 480 from previously loaded object: file=%s" 481 482# Segment messages 483 484@ MSG_SEG_DESC_INUSE "Segment Descriptor List (in use)" 485@ MSG_SEG_DESC_AVAIL "Segment Descriptor List (available)" 486 487 488# Support messages 489 490@ MSG_SUP_REQ "support object request=%s (%s)" 491@ MSG_SUP_REQ_ENV "supplied via SGS_SUPPORT" 492@ MSG_SUP_REQ_CMD "supplied via -S" 493@ MSG_SUP_REQ_DEF "default" 494 495@ MSG_SUP_ROUTINE " support object=%s: provides routine %s" 496 497@ MSG_SUP_CALLING_1 " calling routine=%s (%s)" 498@ MSG_SUP_CALLING_2 " calling routine=%s (%s) %s=%s" 499@ MSG_SUP_OUTFILE "output file" 500@ MSG_SUP_INFILE "input file" 501@ MSG_SUP_INSEC "input section" 502@ MSG_SUP_SEC "section" 503 504# Symbol strings 505@ MSG_SYM_AR_FILE "symbol table processing; input file=%s [ archive ] %s" 506@ MSG_SYM_AR_ENTRY "archive[%lld]=%s" 507@ MSG_SYM_AR_CHECK "archive[%lld]=%s (%s) checking for tentative override" 508@ MSG_SYM_AR_RESOLVE "archive[%lld]=%s (%s) resolves undefined or tentative \ 509 symbol" 510@ MSG_SYM_AR_FORCEDEXRT "archive[%lld]=%s (%s) forced extraction" 511 512@ MSG_SYM_SPECIAL "symbol table processing; building special symbols" 513@ MSG_SYM_PROCESS "symbol table processing; input file=%s [ %s ]" 514@ MSG_SYM_FINAL "symbol table processing; final update" 515@ MSG_SYM_INDEX "symbol table processing; determining section \ 516 symbol's index" 517@ MSG_SYM_BSS "symbol table processing; assigning to bss \ 518 (possible copy relocations)" 519@ MSG_SYM_REDUCED "symbol table processing; reducing global symbols" 520@ MSG_SYM_RETAINING "symbol table processing; retaining local symbols" 521@ MSG_SYM_VERSION "symbol table processing; adding version symbols" 522 523@ MSG_SYM_BASIC "symbol[%lld]=%s" 524@ MSG_SYM_ADDING "symbol[%lld]=%s (global); adding" 525@ MSG_SYM_SECTION "symbol[%d]=%s (section); segment=%s" 526@ MSG_SYM_RESOLVING "symbol[%lld]=%s (global); resolving [%d][%d]" 527@ MSG_SYM_UPDATE "symbol=%s; updated" 528@ MSG_SYM_CREATE "symbol=%s; creating" 529@ MSG_SYM_REDUCING "symbol=%s; reducing to local" 530@ MSG_SYM_ELIMINATING "symbol=%s; eliminating" 531@ MSG_SYM_NOTELIMINATE "symbol=%s; not eliminated: referenced by \ 532 section=%s, entry[%d]" 533@ MSG_SYM_DISCARDED "symbol=%s; discarded because it is part of \ 534 discarded section=%s from file=%s" 535 536@ MSG_SYM_AOUT "symbol=%s; (original AOUT name)" 537@ MSG_SYM_LOOKUP "symbol=%s; lookup in file=%s [ %s ]" 538@ MSG_SYM_DLSYM_1 "symbol=%s; dlsym() called from file=%s %s" 539@ MSG_SYM_DLSYM_2 "symbol=%s; dlsym() called from file=%s; starting at \ 540 file=%s %s" 541 542@ MSG_SYM_LAZY_RESCAN "rescanning for lazy dependencies for symbol: %s" 543 544# Syminfo strings 545@ MSG_SYMI_TITLE1 "syminfo information" 546@ MSG_SYMI_TITLE2 " index flgs bound to symbol" 547@ MSG_SYMI_SELF "<self>" 548@ MSG_SYMI_PARENT "<parent>" 549@ MSG_SYMI_EXTERN "<extern>" 550 551# Version strings 552 553@ MSG_VER_AVAIL_1 "version availability: file=%s" 554@ MSG_VER_AVAIL_2 " available version selected from" 555@ MSG_VER_DEF_1 "version definition processing: file=%s" 556@ MSG_VER_NEED_1 "version needed processing: file=%s" 557@ MSG_VER_NOINTERFACE "version definition has no interface symbols: %s" 558 559# SHF_ORDERED related messages. Token used is sections. 560 561@ MSG_ORD_SORT_BEFORE "Output section to be sorted=%s" 562@ MSG_ORD_SORT_AFTER "Output section sorted=%s" 563@ MSG_ORD_HDR_1 " No. of SHN_BEGIN=%u, SHN_AFTER=%u, sh_info/sh_link=%u" 564@ MSG_ORD_TITLE_0 " section=%s from %s is not an ordered section" 565@ MSG_ORD_TITLE_1 " section=%s from %s, sh_info=SHN_BEGIN" 566@ MSG_ORD_TITLE_2 " section=%s from %s, sh_info=SHN_AFTER" 567@ MSG_ORD_TITLE_3 " section=%s from %s, sh_info=%s, sort_val=%d" 568@ MSG_ORD_TITLE_4 " section=%s from %s, sh_link=%s, sort_val=%d" 569 570@ MSG_ORD_ERR_TITLE "The SHF_ORDERED section %s from %s has \ 571 an error; flag ignored" 572 573@ MSG_ORD_ERR_INFORANGE " The sh_info field is out of range" 574@ MSG_ORD_ERR_ORDER " The section pointed by sh_info is an ordered section" 575@ MSG_ORD_ERR_LINKRANGE " The sh_link field is out of range" 576@ MSG_ORD_ERR_FLAGS " The sh_flag is incorrect" 577@ MSG_ORD_ERR_CYCLIC " The sh_link is cyclic" 578@ MSG_ORD_ERR_LINKINV " A section pointed to by sh_link has an error" 579 580# Link-Auditing Messages 581 582@ MSG_AUD_INIT "audit library %s: processing" 583@ MSG_AUD_VERSION "audit library %s: running at version: %d" 584@ MSG_AUD_INTERFACE "audit library %s: provides interface: %s" 585@ MSG_AUD_OBJECT "audit library %s: offered object: %s" 586@ MSG_AUD_SYM "audit library %s: %s: symbol: %s: value: 0x%llx %s" 587@ MSG_AUD_SYMNEW "modified to: 0x%llx" 588 589# GOT Messages 590 591@ MSG_GOT_TITLE "Global Offset Table information: (%u entries)" 592 593# TRANSLATION_NOTE 594# Do not translate .init or .fini, they represent reserved section names. 595 596@ MSG_UTL_INIT "calling .init (%s): %s" 597@ MSG_UTL_FINI "calling .fini: %s" 598@ MSG_UTL_ARRAY "calling %s:%s[%d]:0x%llx" 599@ MSG_UTL_TRANS "transferring control: %s" 600@ MSG_UTL_WAIT "suspending thread: %s from %s for completion of .init \ 601 for %s" 602@ MSG_UTL_BROAD "signal suspended threads: %s .init complete" 603@ MSG_UTL_INTOOLATE "loading after relocation has started: interposition \ 604 request (DF_1_INTERPOSE) ignored: %s" 605 606@ MSG_UTL_SORT "from sorted order" 607@ MSG_UTL_PEND "pending" 608@ MSG_UTL_DYN "dynamically triggered" 609@ MSG_UTL_DONE "done" 610 611@ MSG_UTL_NOINIT "warning: calling %s whose .init has not completed" 612 613@ MSG_UTL_DBNOTIFY "notify debugger: event: %s state: %s" 614 615@ MSG_SCC_TITLE "%s cyclic dependencies detected:" 616 617# Generic strings 618 619@ MSG_STR_IGNORE "ignored" 620@ MSG_STR_ENTERED "entered" 621@ MSG_STR_INITIAL "initialized" 622@ MSG_STR_IN " in" 623@ MSG_STR_OUT "out" 624@ MSG_STR_ERROR "error" 625@ MSG_STR_ACT "act" 626@ MSG_STR_OLD "old" 627@ MSG_STR_NEW "new" 628@ MSG_STR_RESOLVED "resolved" 629@ MSG_STR_ADD "adding" 630@ MSG_STR_UP_1 "updating" 631@ MSG_STR_UP_2 "updated" 632@ MSG_STR_SYMBOL "symbol binding" 633 634@ MSG_STR_UNKNOWN "<unknown>" 635@ MSG_STR_ORPHAN "<orphan>" 636 637@ MSG_STR_UNUSED "(unused)" 638@ MSG_STR_AGAIN "(again)" 639@ MSG_STR_NULL "(null)" 640@ MSG_STR_ALTER " (alternate)" 641@ MSG_STR_COPYZERO " (copy zero's unnecessary)" 642@ MSG_STR_TEMPORARY " (temporary)" 643 644# PLT padding messages 645 646@ MSG_REL_PADBOUNDTO " pltpad file=%s pad: 0x%8.8llx bound to \ 647 file=%s symbol `%s'" 648@ MSG_REL_PADBINDTO " pltpad file=%s symbol `%s' binds to pad: 0x%8.8llx" 649 650# TLS related messages 651 652@ MSG_TLS_STATBLOCK1 "static TLS module: [%2d] %s" 653@ MSG_TLS_STATBLOCK2 "static TLS module: Total Static Size: %#llx" 654@ MSG_TLS_STMODENT1 " block: %#10llx soff: %#10llx flags: %#4llx" 655@ MSG_TLS_STMODENT2 " filesz: %#10llx memsz: %#10llx modid: %#4llx" 656@ MSG_TLS_MODACT "%s TLS module: %s" 657@ MSG_TLS_ADD "add" 658@ MSG_TLS_REMOVE "remove" 659 660# Statistics related messages 661 662@ MSG_STATS_AR "archive %s: count=%d, used=%d (%d%%)" 663 664@ MSG_STATS_GENERAL "General Statistics:" 665@ MSG_STATS_FILES " Input files: relocatables=%lld \ 666 shared objects=%lld archives=%lld" 667@ MSG_STATS_SYMBOLS " Symbols: locals=%lld globals=%lld \ 668 (processed=%lld)" 669@ MSG_STATS_RELOCS " Relocations: output=%lld (active=%lld)" 670 671# Hardware/Software capabilities messages 672@ MSG_CAP_ELF_TITLE " index tag value" 673@ MSG_CAP_ELF_ENTRY "%10.10s %-15.15s %s" 674 675@ MSG_CAP_HW_1 "hardware capabilities - %s" 676 677@ MSG_CAP_SEC_TITLE "hardware/software capabilities; input file=%s" 678@ MSG_CAP_SEC_ENTRY "%12.12s %-15.15s %s" 679 680@ MSG_CAP_HW_CANDIDATE "obj=%s; hardware capabilities candidate" 681 682@ MSG_CAP_HWFILTR_1 "dir=%s; hardware capability directory filtered by %s" 683@ MSG_CAP_HWFILTR_2 "dir=%s; no hardware capability objects found" 684 685@ _END_ 686 687# Debug enabling tokens (for now these are untranslated) 688 689@ MSG_TOK_ALL "all" 690@ MSG_TOK_ARGS "args" 691@ MSG_TOK_BINDINGS "bindings" 692@ MSG_TOK_CAP "cap" 693@ MSG_TOK_BASIC "basic" 694@ MSG_TOK_DETAIL "detail" 695@ MSG_TOK_ENTRY "entry" 696@ MSG_TOK_FILES "files" 697@ MSG_TOK_HELP "help" 698@ MSG_TOK_LIBS "libs" 699@ MSG_TOK_LONG "long" 700@ MSG_TOK_MAP "map" 701@ MSG_TOK_RELOC "reloc" 702@ MSG_TOK_SECTIONS "sections" 703@ MSG_TOK_SEGMENTS "segments" 704@ MSG_TOK_SUPPORT "support" 705@ MSG_TOK_SYMBOLS "symbols" 706@ MSG_TOK_TLS "tls" 707@ MSG_TOK_VERSIONS "versions" 708@ MSG_TOK_AUDIT "audit" 709@ MSG_TOK_GOT "got" 710@ MSG_TOK_MOVE "move" 711@ MSG_TOK_DEMANGLE "demangle" 712@ MSG_TOK_STRTAB "strtab" 713@ MSG_TOK_STATISTICS "statistics" 714@ MSG_TOK_UNUSED "unused" 715 716@ MSG_TOK_NAME "name" 717@ MSG_TOK_FULLNAME "fullname" 718@ MSG_TOK_CLASS "class" 719 720# The following strings represent reserved words, files, pathnames and symbols. 721# Reference to this strings is via the MSG_ORIG() macro, and thus no message 722# translation is required. 723 724@ MSG_STR_EMPTY "" 725@ MSG_STR_DELIMIT ",:" 726@ MSG_STR_OSQBRKT "[" 727@ MSG_STR_CSQBRKT "]" 728 729@ MSG_SCN_GOT ".got" 730@ MSG_SCN_PLT ".plt" 731@ MSG_SCN_BSS ".bss" 732@ MSG_SCN_INIT ".init" 733@ MSG_SCN_FINI ".fini" 734@ MSG_SCN_INITARRAY ".initarray" 735@ MSG_SCN_FINIARRAY ".finiarray" 736@ MSG_SCN_PREINITARRAY ".preinitarray" 737 738@ MSG_SCC_ENTRY " [%d] %s" 739 740@ MSG_FMT_INDEX " [%d]" 741@ MSG_FMT_STR "%s" 742@ MSG_FMT_PATH "%s/%s" 743 744@ MSG_PTH_OBJECT "/tmp/ld.so-OBJECT-" 745@ MSG_FIL_RTLD "ld.so.1" 746 747@ MSG_SUNW_OST_SGS "SUNW_OST_SGS" 748 749# Entrance criteria messages 750 751@ MSG_ECR_NAME " ec_name: %-8s ec_attrmask: %s" 752@ MSG_ECR_SEGMENT " ec_segment: %-8s ec_attrbits: %s" 753@ MSG_ECR_NDX " ec_ndx: %-8d ec_type: %s" 754@ MSG_ECR_FILES " ec_files:" 755@ MSG_ECR_FILE " %s" 756 757# Elf section messages 758 759@ MSG_ELF_MAGIC " ei_magic: { 0x%x, %c, %c, %c }" 760@ MSG_ELF_CLASS " ei_class: %-18s ei_data: %s" 761@ MSG_ELF_MACHINE " e_machine: %-18s e_version: %s" 762@ MSG_ELF_TYPE " e_type: %s" 763@ MSG_ELF_FLAGS " e_flags: %18s" 764@ MSG_ELF_FLAGS_FMT " e_flags: %s" 765@ MSG_ELF_ESIZE " e_entry: %#18llx e_ehsize: %2d \ 766 e_shstrndx: %2d" 767@ MSG_ELFX_ESIZE " e_entry: %#18llx e_ehsize: %2d \ 768 e_shstrndx: [sh[0].sh_link]" 769@ MSG_ELF_SHOFF " e_shoff: %#18llx e_shentsize: %2d \ 770 e_shnum: %2d" 771@ MSG_ELFX_SHOFF " e_shoff: %#18llx e_shentsize: %2d \ 772 e_shnum: [sh[0].sh_size]" 773@ MSG_ELF_PHOFF " e_phoff: %#18llx e_phentsize: %2d \ 774 e_phnum: %2d" 775 776# Shdr[0] messages 777@ MSG_SHD0_TITLE "Section Header[0]: {ELF Ehdr extensions}" 778@ MSG_SHD0_SIZE " sh_size: %-6lld [shnum] sh_type: %s" 779@ MSG_SHD0_LINK " sh_link: %-6d [strndx] sh_info: %s" 780 781# Section header messages 782 783@ MSG_SHD_ADDR " sh_addr: %#-14llx sh_flags: %s" 784@ MSG_SHD_SIZE " sh_size: %#-14llx sh_type: %s" 785@ MSG_SHD_OFFSET " sh_offset: %#-14llx sh_entsize: %#llx" 786@ MSG_SHD_ALIGN " sh_addralign: %#-14llx" 787@ MSG_SHD_LINK " sh_link: %-14d sh_info: %s" 788 789# Libs messages 790 791@ MSG_LIB_FILE " %s" 792 793# Program header messages 794 795@ MSG_PHD_VADDR " p_vaddr: %#-14llx p_flags: %s" 796@ MSG_PHD_PADDR " p_paddr: %#-14llx p_type: %s" 797@ MSG_PHD_FILESZ " p_filesz: %#-14llx p_memsz: %#llx" 798@ MSG_PHD_OFFSET " p_offset: %#-14llx p_align: %#llx" 799 800 801# PLT binding methods 802 803@ MSG_PLT_21D "21d" 804@ MSG_PLT_24D "24d" 805@ MSG_PLT_U32 "u32" 806@ MSG_PLT_U44 "u44" 807@ MSG_PLT_FULL "full" 808@ MSG_PLT_FAR "far" 809 810# Segment messages 811 812@ MSG_SEG_NAME "segment[%d] sg_name: %s" 813@ MSG_SEG_LENGTH " sg_length: %#llx" 814@ MSG_SEG_FLAGS " sg_flags: %s" 815@ MSG_SEG_SIZESYM " sg_sizesym: %s" 816@ MSG_SEG_ORDER " sec_order:" 817@ MSG_SEG_SECTION " sec_name: %-8s sec_index: %u" 818 819# Section messages (used when expanding segment information) 820 821@ MSG_SEC_NAME " section[%d] os_name: %s" 822 823# Symbol strings 824 825@ MSG_SYM_GLOBAL "global" 826@ MSG_SYM_LOCAL "local" 827@ MSG_SYM_COPY "copy rel" 828@ MSG_SYM_NEXT "[ RTLD_NEXT ]" 829@ MSG_SYM_DEFAULT "[ RTLD_DEFAULT ]" 830@ MSG_SYM_SELF "[ RTLD_SELF ]" 831@ MSG_SYM_PROBE "[ RTLD_PROBE ]" 832 833# Link-map mode strings 834 835@ MSG_MODE_GLOBNODEL "[ GLOBAL NODELETE ]" 836@ MSG_MODE_GLOB "[ GLOBAL ]" 837@ MSG_MODE_NODEL "[ NODELETE ]" 838 839# Binding mode strings 840 841@ MSG_BND_NEEDED " NEEDED " 842@ MSG_BND_REFER " REFERENCED " 843 844# NOTE: these are used by lari(1), use care when changing. 845@ MSG_BINFO_START " (" 846@ MSG_BINFO_DIRECT "direct" 847@ MSG_BINFO_INTERPOSE "interpose" 848@ MSG_BINFO_COPYREF "copy-ref" 849@ MSG_BINFO_FILTEE "filtee" 850@ MSG_BINFO_PLTADDR "plt-addr" 851@ MSG_BINFO_END ")" 852@ MSG_BINFO_SEP "," 853 854# Utility messages 855 856@ MSG_UTL_EVNT_PREINIT "RD_PREINIT" 857@ MSG_UTL_EVNT_POSTINIT "RD_POSTINIT" 858@ MSG_UTL_EVNT_DLACT "RD_DLACTIVITY" 859 860@ MSG_UTL_STA_ADD "RT_ADD" 861@ MSG_UTL_STA_DELETE "RT_DELETE" 862@ MSG_UTL_STA_CONSIST "RT_CONSISTENT" 863 864# 865# The following messages are placed here because: 866# *) it is difficult to keep the table aligned, and to document them, 867# *) the information here are mainly for programmers, and not for 868# regular end-users. 869# 870 871# Relocation messages 872@ MSG_REL_TITLE_1 " type \ 873 offset value section symbol" 874@ MSG_REL_REL_TITLE_2 " type \ 875 offset section symbol" 876@ MSG_REL_RELA_TITLE_2 " type \ 877 offset addend section symbol" 878@ MSG_REL_REL_TITLE_3 " type \ 879 offset value symbol" 880@ MSG_REL_RELA_TITLE_3 " type \ 881 offset addend symbol" 882@ MSG_REL_RELA_TITLE_4 " \ 883 value" 884@ MSG_REL_ARGS_2 " %#14llx %#10llx" 885@ MSG_REL_ARGS_6 " %5s %-21s %#14llx %#10llx %-14.14s %s %s" 886@ MSG_REL_L_ARGS_6 " %5s %-21s %#14llx %#10llx %-14s %s %s" 887@ MSG_REL_ARGS_5 " %5s %-21s %#14llx %-14.14s %s %s" 888@ MSG_REL_L_ARGS_5 " %5s %-21s %#14llx %-14s %s %s" 889@ MSG_REL_REGSYM " %14.14s %#10llx" 890 891# Symbol strings 892@ MSG_SYM_TITLE "%10.10s value size type bind \ 893 oth ver shndx %s" 894@ MSG_SYM_L_TITLE "%10.10s value size type bind \ 895 oth ver shndx/%s" 896@ MSG_SYM_ENTRY "%10.10s %10.10s 0x%8.8llx %4s %4s %2s %4d \ 897 %-11.11s %s" 898@ MSG_SYM_L_ENTRY "%10.10s %10.10s 0x%8.8llx %4s %4s %2s %4d \ 899 %-11s %s" 900 901@ MSG_SYM_TITLE_64 "%10.10s value size type bind \ 902 oth ver shndx %s" 903@ MSG_SYM_L_TITLE_64 "%10.10s value size type bind \ 904 oth ver shndx/%s" 905@ MSG_SYM_ENTRY_64 "%10.10s %14.14s 0x%12.12llx %4s %4s %2s %4d \ 906 %-11.11s %s" 907@ MSG_SYM_L_ENTRY_64 "%10.10s %14.14s 0x%12.12llx %4s %4s %2s %4d \ 908 %-11s %s" 909 910# Version messages 911@ MSG_VER_SELECTED " SELECTED %-26.26s %s" 912@ MSG_VER_L_SELECTED " SELECTED %-26s %s" 913@ MSG_VER_ALL " ALL %-26.26s" 914@ MSG_VER_L_ALL " ALL %-26s" 915@ MSG_VER_DEF_2 " index version dependency" 916@ MSG_VER_NEED_2 " file version" 917@ MSG_VER_LINE_1 "%10.10s %-26.26s %-20s %s" 918@ MSG_VER_L_LINE_1 "%10s %-26s %-20s %s" 919@ MSG_VER_LINE_2 "%47s %s" 920@ MSG_VER_LINE_3 "%38s %-20s %s" 921@ MSG_VER_LINE_4 "%38s %s" 922@ MSG_VER_LINE_5 " %-26.26s %s" 923@ MSG_VER_L_LINE_5 " %-26s %s" 924 925 926# GOT messages 927@ MSG_GOT_COLUMNS "index\tref\taddend\t\tsymbol" 928@ MSG_GOT_SMALL_PIC "pic" 929@ MSG_GOT_PIC "PIC" 930@ MSG_GOT_FORMAT1 "[%05d] %3s 0x%08llx %s" 931@ MSG_GOT_FORMAT2 "[%05d] %3s 0x%08llx %s:%s" 932@ MSG_GOT_ECOLUMNS " ndx addr value reloc \ 933 addend symbol" 934@ MSG_GOT_ECOLUMNS_64 " ndx addr value reloc \ 935 addend symbol" 936@ MSG_GOT_EFORMAT "[%05d] %08llx %08llx %-18s %08llx %s" 937@ MSG_GOT_EFORMAT_64 "[%05d] %012llx %012llx %-18s %012llx %s" 938 939@ MSG_SYMI_FMT "%10.10s %-4s %7s %-18s %s" 940 941@ MSG_CNTL_ENTRY " [0x%llx] %s" 942