17c478bd9Sstevel@tonic-gate# 27c478bd9Sstevel@tonic-gate# CDDL HEADER START 37c478bd9Sstevel@tonic-gate# 47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the 55aefb655Srie# Common Development and Distribution License (the "License"). 65aefb655Srie# You may not use this file except in compliance with the License. 77c478bd9Sstevel@tonic-gate# 87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions 117c478bd9Sstevel@tonic-gate# and limitations under the License. 127c478bd9Sstevel@tonic-gate# 137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 187c478bd9Sstevel@tonic-gate# 197c478bd9Sstevel@tonic-gate# CDDL HEADER END 207c478bd9Sstevel@tonic-gate# 21c174926fSrie 22c174926fSrie# 23bf994817SAli Bahrami# Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved. 24c174926fSrie# 257c478bd9Sstevel@tonic-gate 267c478bd9Sstevel@tonic-gate@ _START_ 277c478bd9Sstevel@tonic-gate 287c478bd9Sstevel@tonic-gate# Message file for cmd/sgs/liblddbg. 297c478bd9Sstevel@tonic-gate 307c478bd9Sstevel@tonic-gate@ MSG_ID_LIBLDDBG 317c478bd9Sstevel@tonic-gate 327c478bd9Sstevel@tonic-gate 337c478bd9Sstevel@tonic-gate# Usage messages 347c478bd9Sstevel@tonic-gate 35e23c41c9SAli Bahrami@ MSG_USE_UNRECOG "warning: unrecognized debug option (try help): %s" 36e23c41c9SAli Bahrami@ MSG_USE_CNTNEGOPT "warning: ignoring non-negatable debug option: %s" 377c478bd9Sstevel@tonic-gate 38e23c41c9SAli Bahrami@ MSG_USE_HDR_DCT "Display Control Tokens:" 39e23c41c9SAli Bahrami@ MSG_USE_HDR_CST "Category Selection Tokens:" 40e23c41c9SAli Bahrami@ MSG_USE_HDR_BOTH " [ld and ld.so.1]" 41e23c41c9SAli Bahrami@ MSG_USE_HDR_RTLD " [ld.so.1 only]" 42e23c41c9SAli Bahrami@ MSG_USE_HDR_LD " [ld only]" 437c478bd9Sstevel@tonic-gate 44e23c41c9SAli Bahrami# TRANSLATION_NOTE - Use the following output in the C locale as reference 1. 45e23c41c9SAli Bahrami# 46e23c41c9SAli Bahrami# The runtime linker and link-editor support a shared debugging 47e23c41c9SAli Bahrami# facility. Options are selected via a comma separated list of tokens, 48e23c41c9SAli Bahrami# each of which specifies a display option or a category for which 49e23c41c9SAli Bahrami# information is desired. Many tokens apply to both linker components, 50e23c41c9SAli Bahrami# while some are specific to one or the other. Diagnostics are printed, 51e23c41c9SAli Bahrami# one per line, with a standard prefix prepended to each one. Diagnostic 52e23c41c9SAli Bahrami# output is sent to stderr unless otherwise redirected. 537c478bd9Sstevel@tonic-gate 545aefb655Srie# TRANSLATION_NOTE - The next series of messages makes the above output in C 55e23c41c9SAli Bahrami# locale. 565aefb655Srie 57e23c41c9SAli Bahrami@ MSG_USE_R1_A "The runtime linker and link-editor support a \ 58e23c41c9SAli Bahrami shared debugging" 59e23c41c9SAli Bahrami@ MSG_USE_R1_B "facility. Options are selected via a comma separated list \ 60e23c41c9SAli Bahrami of tokens," 61e23c41c9SAli Bahrami@ MSG_USE_R1_C "each of which specifies a display option or a category \ 62e23c41c9SAli Bahrami for which" 63e23c41c9SAli Bahrami@ MSG_USE_R1_D "information is desired. Many tokens apply to both linker \ 64e23c41c9SAli Bahrami components," 65e23c41c9SAli Bahrami@ MSG_USE_R1_E "while some are specific to one or the other. Diagnostics \ 66e23c41c9SAli Bahrami are printed," 67e23c41c9SAli Bahrami@ MSG_USE_R1_F "one per line, with a standard prefix prepended to each one. \ 68e23c41c9SAli Bahrami Diagnostic" 69e23c41c9SAli Bahrami 70e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate "stderr" 71e23c41c9SAli Bahrami@ MSG_USE_R1_G "output is sent to stderr unless otherwise redirected." 725aefb655Srie 735aefb655Srie# TRANSLATION_NOTE - End of reference 1 745aefb655Srie 755aefb655Srie 76e23c41c9SAli Bahrami# TRANSLATION_NOTE - Use the following output in the C locale as reference 2. 777c478bd9Sstevel@tonic-gate# 78e23c41c9SAli Bahrami# Runtime Linking (ld.so.1): 79e23c41c9SAli Bahrami# Diagnostics that trace the runtime linking of an application 80e23c41c9SAli Bahrami# can be enabled via the LD_DEBUG environment variable: 81e23c41c9SAli Bahrami# LD_DEBUG=token1,token2 app ... 82e23c41c9SAli Bahrami# In addition to the "output" token described below, diagnostic 83e23c41c9SAli Bahrami# output from the runtime linker can be redirected to an output 84e23c41c9SAli Bahrami# file using the additional environment variable: 85e23c41c9SAli Bahrami# LD_DEBUG_OUTPUT=file 86e23c41c9SAli Bahrami# If the "output" token and LD_DEBUG_OUTPUT are both specified, 87e23c41c9SAli Bahrami# the file specified by LD_DEBUG_OUTPUT is used. If LD_DEBUG_OUTPUT 88e23c41c9SAli Bahrami# is used, the output file name is suffixed with the process id. 89e23c41c9SAli Bahrami# An output file specified via the "output" token is used as 901dd9d86fSAli Bahrami# specified, without a process id suffix. Use of the "output" 911dd9d86fSAli Bahrami# token with programs that call fork() results in each process 921dd9d86fSAli Bahrami# writing debug output to the same file. The debug output will be 931dd9d86fSAli Bahrami# jumbled and incomplete. LD_DEBUG_OUTPUT should be used in such 941dd9d86fSAli Bahrami# cases to direct debug output for each process to a unique file. 95e23c41c9SAli Bahrami# 96e23c41c9SAli Bahrami# All runtime linker diagnostics are prepended with the process 97e23c41c9SAli Bahrami# id. If thread capabilities are enabled for the process, the 98e23c41c9SAli Bahrami# thread id is also shown. All Solaris applications are thread 99e23c41c9SAli Bahrami# capable, and a single threaded application may use threads via 100e23c41c9SAli Bahrami# the libraries it links to. Diagnostics from such applications 101e23c41c9SAli Bahrami# reference thread id 1. 102e23c41c9SAli Bahrami 103e23c41c9SAli Bahrami# TRANSLATION_NOTE - The next series of messages makes the above output in C 104e23c41c9SAli Bahrami# locale. 105e23c41c9SAli Bahrami 106e23c41c9SAli Bahrami@ MSG_USE_R2_A "Runtime Linking (ld.so.1):" 107e23c41c9SAli Bahrami@ MSG_USE_R2_B " Diagnostics that trace the runtime linking \ 108e23c41c9SAli Bahrami of an application" 109e23c41c9SAli Bahrami 110e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate "LD_DEBUG" 111e23c41c9SAli Bahrami@ MSG_USE_R2_C " can be enabled via the LD_DEBUG environment variable:" 112e23c41c9SAli Bahrami 113e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate "LD_DEBUG" 114e23c41c9SAli Bahrami@ MSG_USE_R2_D " LD_DEBUG=token1,token2 app ..." 115e23c41c9SAli Bahrami 116e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate "output" 117e23c41c9SAli Bahrami@ MSG_USE_R2_E " In addition to the \"output\" token described \ 118e23c41c9SAli Bahrami below, diagnostic" 119e23c41c9SAli Bahrami@ MSG_USE_R2_F " output from the runtime linker can be redirected to \ 120e23c41c9SAli Bahrami an output" 121e23c41c9SAli Bahrami@ MSG_USE_R2_G " file using the additional environment variable:" 122e23c41c9SAli Bahrami 123e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate "LD_DEBUG_OUTPUT" 124e23c41c9SAli Bahrami@ MSG_USE_R2_H " LD_DEBUG_OUTPUT=file" 125e23c41c9SAli Bahrami 126e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate "output" or "LD_DEBUG_OUTPUT" 127e23c41c9SAli Bahrami@ MSG_USE_R2_I " If the \"output\" token and LD_DEBUG_OUTPUT are \ 128e23c41c9SAli Bahrami both specified," 129e23c41c9SAli Bahrami 130e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate "LD_DEBUG_OUTPUT" 131e23c41c9SAli Bahrami@ MSG_USE_R2_J " the file specified by LD_DEBUG_OUTPUT is used. \ 132e23c41c9SAli Bahrami If LD_DEBUG_OUTPUT" 133e23c41c9SAli Bahrami@ MSG_USE_R2_K " is used, the output file name is suffixed with \ 134e23c41c9SAli Bahrami the process id." 135e23c41c9SAli Bahrami 136e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate "output" 137e23c41c9SAli Bahrami@ MSG_USE_R2_L " An output file specified via the \"output\" token \ 138e23c41c9SAli Bahrami is used as" 1391dd9d86fSAli Bahrami 1401dd9d86fSAli Bahrami# TRANSLATION_NOTE -- do not translate "output" 1411dd9d86fSAli Bahrami@ MSG_USE_R2_M " specified, without a process id suffix. Use \ 1421dd9d86fSAli Bahrami of the \"output\"" 1431dd9d86fSAli Bahrami 1441dd9d86fSAli Bahrami# TRANSLATION_NOTE -- do not translate "fork" 1451dd9d86fSAli Bahrami@ MSG_USE_R2_N " token with programs that call fork() results in \ 1461dd9d86fSAli Bahrami each process" 1471dd9d86fSAli Bahrami@ MSG_USE_R2_O " writing debug output to the same file. The debug \ 1481dd9d86fSAli Bahrami output will be" 1491dd9d86fSAli Bahrami@ MSG_USE_R2_P " jumbled and incomplete. LD_DEBUG_OUTPUT should be \ 1501dd9d86fSAli Bahrami used in such" 1511dd9d86fSAli Bahrami@ MSG_USE_R2_Q " cases to direct debug output for each process to \ 1521dd9d86fSAli Bahrami a unique file." 153e23c41c9SAli Bahrami 154e23c41c9SAli Bahrami 1551dd9d86fSAli Bahrami@ MSG_USE_R2_R " All runtime linker diagnostics are prepended with \ 156e23c41c9SAli Bahrami the process" 1571dd9d86fSAli Bahrami@ MSG_USE_R2_S " id. If thread capabilities are enabled for the \ 158e23c41c9SAli Bahrami process, the" 1591dd9d86fSAli Bahrami@ MSG_USE_R2_T " thread id is also shown. All Solaris applications are \ 160e23c41c9SAli Bahrami thread" 1611dd9d86fSAli Bahrami@ MSG_USE_R2_U " capable, and a single threaded application may \ 162e23c41c9SAli Bahrami use threads via" 1631dd9d86fSAli Bahrami@ MSG_USE_R2_V " the libraries it links to. Diagnostics from such \ 164e23c41c9SAli Bahrami applications" 1651dd9d86fSAli Bahrami@ MSG_USE_R2_W " reference thread id 1." 166e23c41c9SAli Bahrami 167e23c41c9SAli Bahrami# TRANSLATION_NOTE - End of reference 2 168e23c41c9SAli Bahrami 169e23c41c9SAli Bahrami 170e23c41c9SAli Bahrami# TRANSLATION_NOTE - Use the following output in the C locale as reference 3. 171e23c41c9SAli Bahrami# 172e23c41c9SAli Bahrami# Link-Editing (ld): 173e23c41c9SAli Bahrami# Diagnostics that trace the link-editing of an application are 174e23c41c9SAli Bahrami# enabled using the -D option: 175e23c41c9SAli Bahrami# ld -Dtoken1,token2 -o prog ... 176e23c41c9SAli Bahrami# As compiler drivers may assign -D a different meaning, the 177e23c41c9SAli Bahrami# LD_OPTIONS environment variable is often used: 178e23c41c9SAli Bahrami# LD_OPTIONS=-Dtoken1,token2 cc -o prog ... 179e23c41c9SAli Bahrami# 180e23c41c9SAli Bahrami# The position of -D on the link-edit command line is significant. 181e23c41c9SAli Bahrami# Diagnostics are enabled when a debug token is first encountered, 182e23c41c9SAli Bahrami# and can be switched off by prepending the token with "!". 183e23c41c9SAli Bahrami# 184e23c41c9SAli Bahrami# Diagnostic output can be directed to a file using the "output" 185e23c41c9SAli Bahrami# token, The output file is used as specified, without a process 186e23c41c9SAli Bahrami# id suffix. 187e23c41c9SAli Bahrami# 188e23c41c9SAli Bahrami# All link-editor diagnostics are prepended with the string "debug". 189e23c41c9SAli Bahrami# 190e23c41c9SAli Bahrami 191e23c41c9SAli Bahrami# TRANSLATION_NOTE - The next series of messages makes the above output in C 192e23c41c9SAli Bahrami# locale. 193e23c41c9SAli Bahrami 194e23c41c9SAli Bahrami@ MSG_USE_R3_A " Link-Editing (ld):" 195e23c41c9SAli Bahrami@ MSG_USE_R3_B " Diagnostics that trace the link-editing of an \ 196e23c41c9SAli Bahrami application are" 197e23c41c9SAli Bahrami@ MSG_USE_R3_C " enabled using the -D option:" 198e23c41c9SAli Bahrami@ MSG_USE_R3_D " ld -Dtoken1,token2 -o prog ..." 199e23c41c9SAli Bahrami@ MSG_USE_R3_E " As compiler drivers may assign -D a different meaning, the" 200e23c41c9SAli Bahrami 201e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate "LD_OPTIONS" 202e23c41c9SAli Bahrami@ MSG_USE_R3_F " LD_OPTIONS environment variable is often used:" 203e23c41c9SAli Bahrami 204e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate "LD_OPTIONS" 205e23c41c9SAli Bahrami@ MSG_USE_R3_G " LD_OPTIONS=-Dtoken1,token2 cc -o prog ..." 206e23c41c9SAli Bahrami 207e23c41c9SAli Bahrami@ MSG_USE_R3_H " The position of -D on the link-edit command line \ 208e23c41c9SAli Bahrami is significant." 209e23c41c9SAli Bahrami@ MSG_USE_R3_I " Diagnostics are enabled when a debug token is \ 210e23c41c9SAli Bahrami first encountered," 211e23c41c9SAli Bahrami@ MSG_USE_R3_J " and can be switched off by prepending the token \ 212e23c41c9SAli Bahrami with \"!\"." 213e23c41c9SAli Bahrami 214e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate "output" 215e23c41c9SAli Bahrami@ MSG_USE_R3_K " Diagnostic output can be directed to a file using \ 216e23c41c9SAli Bahrami the \"output\"" 217e23c41c9SAli Bahrami 218e23c41c9SAli Bahrami@ MSG_USE_R3_L " token, The output file is used as specified, \ 219e23c41c9SAli Bahrami without a process" 220e23c41c9SAli Bahrami@ MSG_USE_R3_M " id suffix." 221e23c41c9SAli Bahrami 222e23c41c9SAli Bahrami 223e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate "debug" 224e23c41c9SAli Bahrami@ MSG_USE_R3_N " All link-editor diagnostics are prepended with the \ 225e23c41c9SAli Bahrami string \"debug\"." 226e23c41c9SAli Bahrami 227e23c41c9SAli Bahrami# TRANSLATION_NOTE - End of reference 3 228e23c41c9SAli Bahrami 229e23c41c9SAli Bahrami 230e23c41c9SAli Bahrami# TRANSLATION_NOTE - Use the following output in the C locale as reference 4. 231e23c41c9SAli Bahrami# 232e23c41c9SAli Bahrami# demangle show C++ symbol names in their demangled form 233e23c41c9SAli Bahrami# detail provide more information in conjunction with 234e23c41c9SAli Bahrami# other options 2352017c965SRod Evans# dtime prepend a time delta to diagnostics. The value 2362017c965SRod Evans# appears as seconds.fraction, and represents 2372017c965SRod Evans# the elapsed time since that last diagnostic. 2387c478bd9Sstevel@tonic-gate# long display long object names without truncation 239e23c41c9SAli Bahrami# output=file debug output is sent to the named file 240e23c41c9SAli Bahrami# instead of stderr. If file is empty (\"\"), 241e23c41c9SAli Bahrami# following output will be sent to stderr. 2422017c965SRod Evans# ttime prepend a time stamp to diagnostics. The value 2432017c965SRod Evans# appears as seconds.fraction, and represents 2442017c965SRod Evans# the time since entering ld or ld.so.1. 2452017c965SRod Evans# Note, all diagnostics induce a probe affect, 2462017c965SRod Evans# which should be taken into account when 2472017c965SRod Evans# interpreting dtime and ttime information. 2487c478bd9Sstevel@tonic-gate# 2497c478bd9Sstevel@tonic-gate 250e23c41c9SAli Bahrami# TRANSLATION_NOTE - The next series of messages makes the above output in C 251e23c41c9SAli Bahrami# locale. 2527c478bd9Sstevel@tonic-gate 253e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "demangle". 254e23c41c9SAli Bahrami@ MSG_USE_R4_A " demangle show C++ symbol names in their \ 2557c478bd9Sstevel@tonic-gate demangled form" 2567c478bd9Sstevel@tonic-gate 257e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "detail". 258e23c41c9SAli Bahrami@ MSG_USE_R4_B " detail provide more information in \ 259e23c41c9SAli Bahrami conjunction with" 260e23c41c9SAli Bahrami@ MSG_USE_R4_B2 " other options" 261e23c41c9SAli Bahrami 2622017c965SRod Evans# TRANSLATION_NOTE -- do not translate the first token "dtime". 2632017c965SRod Evans@ MSG_USE_R4_C " dtime prepend a time delta to diagnostics. \ 2642017c965SRod Evans The value" 2652017c965SRod Evans@ MSG_USE_R4_C2 " appears as seconds.fraction, and \ 2662017c965SRod Evans represents" 2672017c965SRod Evans@ MSG_USE_R4_C3 " the elapsed time since that last \ 2682017c965SRod Evans diagnostic." 2692017c965SRod Evans 270e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "long". 2712017c965SRod Evans@ MSG_USE_R4_D " long display long object names without \ 272e23c41c9SAli Bahrami truncation" 273e23c41c9SAli Bahrami 274e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "output". 2752017c965SRod Evans@ MSG_USE_R4_E " output=file debug output is sent to the \ 276e23c41c9SAli Bahrami named file" 2772017c965SRod Evans@ MSG_USE_R4_E2 " instead of stderr. If file is \ 278e23c41c9SAli Bahrami empty (\"\")," 2792017c965SRod Evans@ MSG_USE_R4_E3 " following output will be \ 280e23c41c9SAli Bahrami sent to stderr." 281e23c41c9SAli Bahrami 2822017c965SRod Evans# TRANSLATION_NOTE -- do not translate the first token "ttime". 2832017c965SRod Evans@ MSG_USE_R4_F " ttime prepend a time stamp to diagnostics. \ 2842017c965SRod Evans The value" 2852017c965SRod Evans@ MSG_USE_R4_F2 " appears as seconds.fraction, and \ 2862017c965SRod Evans represents" 2872017c965SRod Evans@ MSG_USE_R4_F3 " the time since entering ld or \ 2882017c965SRod Evans ld.so.1." 2892017c965SRod Evans@ MSG_USE_R4_F4 " Note all diagnostics induce a \ 2902017c965SRod Evans probe affect," 2912017c965SRod Evans@ MSG_USE_R4_F5 " which should be taken into \ 2922017c965SRod Evans account when" 2932017c965SRod Evans@ MSG_USE_R4_F6 " interpreting dtime and ttime \ 2942017c965SRod Evans information." 2952017c965SRod Evans 296e23c41c9SAli Bahrami# TRANSLATION_NOTE - End of reference 4 297e23c41c9SAli Bahrami 298e23c41c9SAli Bahrami 299e23c41c9SAli Bahrami# TRANSLATION_NOTE - Use the following output in the C locale as reference 5. 300e23c41c9SAli Bahrami# 3012017c965SRod Evans# lmid[=name] prepend link-map list id to diagnostics, and 302e23c41c9SAli Bahrami# optionally filter the lists: By default, 303e23c41c9SAli Bahrami# diagnostics are produced for all link-map 304e23c41c9SAli Bahrami# lists except that of the runtime linker 305e23c41c9SAli Bahrami# (ldso), without identification. "lmid" causes 306e23c41c9SAli Bahrami# the link-map list id to be prepended. 307e23c41c9SAli Bahrami# "name" limits diagnostics to the named 308e23c41c9SAli Bahrami# link-map list. Additional "lmid" tokens 309e23c41c9SAli Bahrami# can specify multiple link-map lists. 310e23c41c9SAli Bahrami# Valid names are: 311e23c41c9SAli Bahrami# all all link-map lists except ldso 312e23c41c9SAli Bahrami# alt all alternative link-map lists 313e23c41c9SAli Bahrami# alt[0-9]+ specific alternative link-map list 314e23c41c9SAli Bahrami# base the base, or main, link-map list 315e23c41c9SAli Bahrami# ldso the runtime linker link-map list 316e23c41c9SAli Bahrami# 317e23c41c9SAli Bahrami 318e23c41c9SAli Bahrami# TRANSLATION_NOTE - The next series of messages makes the above output in C 319e23c41c9SAli Bahrami# locale. 320e23c41c9SAli Bahrami 321e23c41c9SAli Bahrami 322e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "lmid". 3232017c965SRod Evans@ MSG_USE_R5_A " lmid[=name] prepend link-map list id to \ 324e23c41c9SAli Bahrami diagnostics, and" 325e23c41c9SAli Bahrami@ MSG_USE_R5_A2 " optionally filter the lists: By \ 326e23c41c9SAli Bahrami default," 327e23c41c9SAli Bahrami@ MSG_USE_R5_A3 " diagnostics are produced for all \ 328e23c41c9SAli Bahrami link-map" 329e23c41c9SAli Bahrami@ MSG_USE_R5_A4 " lists except that of the runtime \ 330e23c41c9SAli Bahrami linker" 331e23c41c9SAli Bahrami@ MSG_USE_R5_A5 " (ldso), without identification. \ 332e23c41c9SAli Bahrami \"lmid\" causes" 333e23c41c9SAli Bahrami 334e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate "name" 335e23c41c9SAli Bahrami@ MSG_USE_R5_A6 " the link-map list id to be prepended." 336e23c41c9SAli Bahrami@ MSG_USE_R5_A7 " \"name\" limits diagnostics to the \ 337e23c41c9SAli Bahrami named" 338e23c41c9SAli Bahrami@ MSG_USE_R5_A8 " link-map list. Additional \"lmid\" \ 339e23c41c9SAli Bahrami tokens" 340e23c41c9SAli Bahrami@ MSG_USE_R5_A9 " can specify multiple link-map \ 341e23c41c9SAli Bahrami lists." 342e23c41c9SAli Bahrami@ MSG_USE_R5_A0 " Valid names are:" 343e23c41c9SAli Bahrami 344e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the token "all". 345e23c41c9SAli Bahrami@ MSG_USE_R5_B " all all link-map lists \ 346e23c41c9SAli Bahrami except ldso" 347e23c41c9SAli Bahrami 348e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the token "alt". 349e23c41c9SAli Bahrami@ MSG_USE_R5_C " alt all alternative \ 350e23c41c9SAli Bahrami link-map lists" 351e23c41c9SAli Bahrami 352e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the token "alt". 353e23c41c9SAli Bahrami@ MSG_USE_R5_D " alt[0-9]+ specific alt \ 354e23c41c9SAli Bahrami link-map list" 355e23c41c9SAli Bahrami 356e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the token "base". 357e23c41c9SAli Bahrami@ MSG_USE_R5_E " base base (main) \ 358e23c41c9SAli Bahrami link-map list" 359e23c41c9SAli Bahrami@ MSG_USE_R5_F " ldso runtime linker \ 360e23c41c9SAli Bahrami link-map list " 361e23c41c9SAli Bahrami# TRANSLATION_NOTE - End of reference 5 362e23c41c9SAli Bahrami 363e23c41c9SAli Bahrami 364e23c41c9SAli Bahrami# TRANSLATION_NOTE - Use the following output in the C locale as reference 6. 365e23c41c9SAli Bahrami# 366e23c41c9SAli Bahrami# name prepend output file basename to diagnostics 367e23c41c9SAli Bahrami# fullname prepend full output file name to diagnostics 368e23c41c9SAli Bahrami# class prepend output file elfclass (32/64) to 369e23c41c9SAli Bahrami# diagnostics 370e23c41c9SAli Bahrami# 371e23c41c9SAli Bahrami 372e23c41c9SAli Bahrami# TRANSLATION_NOTE - The next series of messages makes the above output in C 373e23c41c9SAli Bahrami# locale. 374e23c41c9SAli Bahrami 375e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "name". 376e23c41c9SAli Bahrami@ MSG_USE_R6_A " name prepend output file basename \ 377e23c41c9SAli Bahrami to diagnostics" 378e23c41c9SAli Bahrami 379e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "fullname". 380e23c41c9SAli Bahrami@ MSG_USE_R6_B " fullname prepend full output file name \ 381e23c41c9SAli Bahrami to diagnostics" 382e23c41c9SAli Bahrami 383e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "class". 384e23c41c9SAli Bahrami@ MSG_USE_R6_C " class prepend output file elfclass \ 385e23c41c9SAli Bahrami (32/64) to" 386e23c41c9SAli Bahrami@ MSG_USE_R6_C2 " diagnostics" 387e23c41c9SAli Bahrami 388e23c41c9SAli Bahrami# TRANSLATION_NOTE - End of reference 6 389e23c41c9SAli Bahrami 390e23c41c9SAli Bahrami 391e23c41c9SAli Bahrami# TRANSLATION_NOTE - Use the following output in the C locale as reference 7. 392e23c41c9SAli Bahrami# 393e23c41c9SAli Bahrami# all display information for all categories 394e23c41c9SAli Bahrami# basic basic trace information/warnings 39508278a5eSRod Evans# cap platform/machine/hardware/software capabilities 396e23c41c9SAli Bahrami# files input file processing (files and libraries) 397e23c41c9SAli Bahrami# help this help message 398e23c41c9SAli Bahrami# libs library search paths; detail flag shows 399e23c41c9SAli Bahrami# actual library lookup (-l) processing 400e23c41c9SAli Bahrami# move move sections 401e23c41c9SAli Bahrami# reloc relocations 402e23c41c9SAli Bahrami# symbols symbol tables; detail flag shows internal 403e23c41c9SAli Bahrami# symbol table addition and resolution (ld only) 404e23c41c9SAli Bahrami# tls thread local storage (TLS) 405e23c41c9SAli Bahrami# unused unused/unreferenced files; detail flag 406e23c41c9SAli Bahrami# shows unused sections (ld only) 407e23c41c9SAli Bahrami# versions ELF versioning 408e23c41c9SAli Bahrami 409e23c41c9SAli Bahrami# TRANSLATION_NOTE - The next series of messages makes the above output in C 410e23c41c9SAli Bahrami# locale. 411e23c41c9SAli Bahrami 412e23c41c9SAli Bahrami 413e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "all". 414e23c41c9SAli Bahrami@ MSG_USE_R7_A " all display information for \ 415e23c41c9SAli Bahrami all categories" 416e23c41c9SAli Bahrami 417e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "basic". 418e23c41c9SAli Bahrami@ MSG_USE_R7_B " basic basic trace information/warnings" 419e23c41c9SAli Bahrami 420e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "cap". 42108278a5eSRod Evans@ MSG_USE_R7_C " cap platform/machine/hardware/software \ 42208278a5eSRod Evans capabilities" 423e23c41c9SAli Bahrami 424e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "files". 425e23c41c9SAli Bahrami@ MSG_USE_R7_D " files input file processing (files \ 426e23c41c9SAli Bahrami and libraries)" 427e23c41c9SAli Bahrami 428e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "help". 429e23c41c9SAli Bahrami@ MSG_USE_R7_E " help this help message" 430e23c41c9SAli Bahrami 431e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "libs". 432e23c41c9SAli Bahrami@ MSG_USE_R7_F " libs library search paths; detail \ 433e23c41c9SAli Bahrami flag shows" 434e23c41c9SAli Bahrami@ MSG_USE_R7_F2 " actual library lookup (-l) \ 435e23c41c9SAli Bahrami processing" 436e23c41c9SAli Bahrami 437e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "move". 438e23c41c9SAli Bahrami@ MSG_USE_R7_G " move move sections" 439e23c41c9SAli Bahrami 440e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "reloc". 441e23c41c9SAli Bahrami@ MSG_USE_R7_H " reloc relocations" 442e23c41c9SAli Bahrami 443e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "symbols". 444e23c41c9SAli Bahrami@ MSG_USE_R7_I " symbols symbol tables; detail flag shows \ 445e23c41c9SAli Bahrami internal" 446e23c41c9SAli Bahrami@ MSG_USE_R7_I2 " symbol table addition/resolution \ 4477c478bd9Sstevel@tonic-gate (ld only)" 4487c478bd9Sstevel@tonic-gate 449e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "tls". 450e23c41c9SAli Bahrami@ MSG_USE_R7_J " tls thread local storage (TLS)" 4517c478bd9Sstevel@tonic-gate 452e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "unused". 453e23c41c9SAli Bahrami@ MSG_USE_R7_K " unused unused/unreferenced files; \ 454e23c41c9SAli Bahrami detail flag" 455e23c41c9SAli Bahrami@ MSG_USE_R7_K2 " shows unused sections (ld only)" 4567c478bd9Sstevel@tonic-gate 457e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "versions". 458e23c41c9SAli Bahrami@ MSG_USE_R7_L " versions ELF versioning" 4597c478bd9Sstevel@tonic-gate 460e23c41c9SAli Bahrami# TRANSLATION_NOTE - End of reference 7 461dffec89cSrie 4627c478bd9Sstevel@tonic-gate 463e23c41c9SAli Bahrami# TRANSLATION_NOTE - Use the following output in the C locale as reference 8. 464e23c41c9SAli Bahrami# 465e23c41c9SAli Bahrami# audit runtime link-audit processing 466e23c41c9SAli Bahrami# bindings symbol binding; detail flag shows 467e23c41c9SAli Bahrami# absolute:relative addresses 46820272c2eSAli Bahrami# callback user supplied code executed by ld.so.1 46920272c2eSAli Bahrami# (i.e. dl_iterate_phdr) 470e23c41c9SAli Bahrami# init init and fini processing 4715aefb655Srie 4727c478bd9Sstevel@tonic-gate 473e23c41c9SAli Bahrami# TRANSLATION_NOTE - The next series of messages makes the above output in C 474e23c41c9SAli Bahrami# locale. 4757c478bd9Sstevel@tonic-gate 4767c478bd9Sstevel@tonic-gate 477e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "audit". 478e23c41c9SAli Bahrami@ MSG_USE_R8_A " audit runtime link-audit processing" 4797c478bd9Sstevel@tonic-gate 480e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "bindings". 481e23c41c9SAli Bahrami@ MSG_USE_R8_B " bindings symbol binding; detail flag shows" 482e23c41c9SAli Bahrami@ MSG_USE_R8_B2 " absolute:relative addresses" 4837c478bd9Sstevel@tonic-gate 48498c080d5SRod Evans# TRANSLATION_NOTE -- do not translate the first token "dl". 48598c080d5SRod Evans@ MSG_USE_R8_C " dl user calls to the dl*() family" 48620272c2eSAli Bahrami 48720272c2eSAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "init". 48820272c2eSAli Bahrami@ MSG_USE_R8_D " init init and fini processing" 4897c478bd9Sstevel@tonic-gate 490e23c41c9SAli Bahrami# TRANSLATION_NOTE - End of reference 8 4917c478bd9Sstevel@tonic-gate 4927c478bd9Sstevel@tonic-gate 493e23c41c9SAli Bahrami# TRANSLATION_NOTE - Use the following output in the C locale as reference 9. 494e23c41c9SAli Bahrami# 495e23c41c9SAli Bahrami# args input arguments 496e23c41c9SAli Bahrami# entry entrance criteria descriptors 497e23c41c9SAli Bahrami# got GOT symbol information 498e23c41c9SAli Bahrami# map mapfile processing 499e23c41c9SAli Bahrami# sections input sections 500e23c41c9SAli Bahrami# segments output segments and address/offset processing; 501e23c41c9SAli Bahrami# detail flag shows associated sections 502e23c41c9SAli Bahrami# statistics symbol table and relocation statistics 503e23c41c9SAli Bahrami# strtab string table compression statistics; 504e23c41c9SAli Bahrami# detail flag shows layout of string tables 505e23c41c9SAli Bahrami# support support libraries 5067c478bd9Sstevel@tonic-gate 507e23c41c9SAli Bahrami# TRANSLATION_NOTE - The next series of messages makes the above output in C 508e23c41c9SAli Bahrami# locale. 5097c478bd9Sstevel@tonic-gate 510e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "args". 511e23c41c9SAli Bahrami@ MSG_USE_R9_A " args input arguments" 5127c478bd9Sstevel@tonic-gate 513e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "entry". 514e23c41c9SAli Bahrami@ MSG_USE_R9_B " entry entrance criteria descriptors" 515e23c41c9SAli Bahrami 516e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "got". 517e23c41c9SAli Bahrami@ MSG_USE_R9_C " got GOT symbol information" 518e23c41c9SAli Bahrami 519e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "map". 520e23c41c9SAli Bahrami@ MSG_USE_R9_D " map mapfile processing" 521e23c41c9SAli Bahrami 522e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "sections". 523e23c41c9SAli Bahrami@ MSG_USE_R9_E " sections input sections" 524e23c41c9SAli Bahrami 525e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "segments". 526e23c41c9SAli Bahrami@ MSG_USE_R9_F " segments output segments and address/offset \ 527e23c41c9SAli Bahrami processing;" 528e23c41c9SAli Bahrami@ MSG_USE_R9_F2 " detail flag shows associated \ 529e23c41c9SAli Bahrami sections" 530e23c41c9SAli Bahrami 531e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "statistics". 532e23c41c9SAli Bahrami@ MSG_USE_R9_G " statistics symbol table and relocation \ 533e23c41c9SAli Bahrami statistics" 534e23c41c9SAli Bahrami 535e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "strtab". 536e23c41c9SAli Bahrami@ MSG_USE_R9_H " strtab string table compression statistics;" 537e23c41c9SAli Bahrami@ MSG_USE_R9_H2 " detail flag shows layout of \ 538e23c41c9SAli Bahrami string tables" 539e23c41c9SAli Bahrami 540e23c41c9SAli Bahrami# TRANSLATION_NOTE -- do not translate the first token "support". 541e23c41c9SAli Bahrami@ MSG_USE_R9_I " support support libraries" 542e23c41c9SAli Bahrami 543e23c41c9SAli Bahrami# TRANSLATION_NOTE - End of reference 9 544e23c41c9SAli Bahrami 5457c478bd9Sstevel@tonic-gate 5462017c965SRod Evans# Basic processing (ld). 5472017c965SRod Evans 5482017c965SRod Evans@ MSG_BASIC_COLLECT "collect relocations" 5492017c965SRod Evans@ MSG_BASIC_CREATE "create output image" 5502017c965SRod Evans@ MSG_BASIC_FILES "process files" 5512017c965SRod Evans@ MSG_BASIC_FINISHED "processing finished" 5522017c965SRod Evans@ MSG_BASIC_OPTIONS "process options" 5532017c965SRod Evans@ MSG_BASIC_RELOCATE "relocate output image" 5542017c965SRod Evans@ MSG_BASIC_VALIDATE "validating symbols" 5552017c965SRod Evans 5567c478bd9Sstevel@tonic-gate# Argument messages 5577c478bd9Sstevel@tonic-gate 55892a02081SRod Evans@ MSG_ARG_OPTION "arg[%d]\toption=-%c" 55992a02081SRod Evans@ MSG_ARG_OPTARG "arg[%d]\toption=-%c: option-argument: %s" 56092a02081SRod Evans@ MSG_ARG_STR2CHR "arg[%d]\toption=-%s: translated: new option=-%c" 56192a02081SRod Evans@ MSG_ARG_WLDEL "arg[%d]\toption=-W%s: translated: prefix -Wl,: \ 56292a02081SRod Evans removed" 5637c478bd9Sstevel@tonic-gate@ MSG_ARG_FILE "arg[%d]\tfile=%s" 5647c478bd9Sstevel@tonic-gate 565*1007fd6fSAli Bahrami@ MSG_ARG_NG_UNKNOWN "warning: unrecognized -z guidance item: %s" 566*1007fd6fSAli Bahrami 5677c478bd9Sstevel@tonic-gate 5687c478bd9Sstevel@tonic-gate# Bindings messages 5697c478bd9Sstevel@tonic-gate# NOTE: these are used by appcert(1) and lari(1), use care when changing. 5707c478bd9Sstevel@tonic-gate 57169112eddSAli Bahrami@ MSG_BND_BASIC "binding file=%s to file=%s: symbol '%s'" 5725aefb655Srie@ MSG_BND_PLT "binding file=%s (%#llx:%#llx) at plt[%lld]:%s to \ 57369112eddSAli Bahrami file=%s (%#llx:%#llx): symbol '%s'%s" 5747c478bd9Sstevel@tonic-gate@ MSG_BND_DLSYM "binding file=%s (dlsym) to file=%s \ 57569112eddSAli Bahrami (%#llx:%#llx): symbol '%s'%s" 5767c478bd9Sstevel@tonic-gate@ MSG_BND_DEFAULT "binding file=%s (%#llx:%#llx) to file=%s \ 57769112eddSAli Bahrami (%#llx:%#llx): symbol '%s'%s" 57869112eddSAli Bahrami@ MSG_BND_WEAK_1 "binding file=%s to 0x0 (undefined weak): symbol '%s'" 5797c478bd9Sstevel@tonic-gate@ MSG_BND_WEAK_2 "binding file=%s (%#llx:%#llx) to 0x0 \ 58069112eddSAli Bahrami (undefined weak): symbol '%s'" 5817c478bd9Sstevel@tonic-gate 5823c4993fbSrie# NOTE: the rejected message is used by lari(1), use care when changing. This 5833c4993fbSrie# message is formatted to conform to the pattern used by the MSG_BINFO messages. 58469112eddSAli Bahrami@ MSG_BND_REJECT "binding file=%s to file=%s: symbol '%s' \ 5853c4993fbSrie (rejected: %s)" 58637ffaf83SRod Evans@ MSG_BNDREJ_DIRECT "attempt to directly bind to a NODIRECT definition" 58737ffaf83SRod Evans@ MSG_BNDREJ_GROUP "attempt to bind within a group to a NODIRECT \ 58837ffaf83SRod Evans definition" 58960758829Srie@ MSG_BNDREJ_SINGLE "attempt to bind to a SINGLETON definition without \ 59060758829Srie following default search model" 59160758829Srie 5925aefb655Srie@ MSG_BND_PLTPAD_TO " pltpad: %#llx: file=%s bound to file=%s: \ 59369112eddSAli Bahrami symbol '%s'" 59469112eddSAli Bahrami@ MSG_BND_PLTPAD_FROM " pltpad: %#llx: bound from file=%s: symbol '%s'" 5957c478bd9Sstevel@tonic-gate 5967c478bd9Sstevel@tonic-gate@ MSG_BND_PSUM_SPARCV9 "Summary of PLT types bound: 21d=%d, 24d=%d, u32=%d, \ 5977c478bd9Sstevel@tonic-gate u44=%d, full=%d, far=%d, Total=%d" 5987c478bd9Sstevel@tonic-gate@ MSG_BND_PSUM_SPARC "Summary of PLT types bound: 21d=%d, 24d=%d, \ 5997c478bd9Sstevel@tonic-gate full=%d, Total=%d" 600d326b23bSrie@ MSG_BND_PSUM_DEFAULT "Summary of PLT types bound: total=%d" 6017c478bd9Sstevel@tonic-gate 6027c478bd9Sstevel@tonic-gate# Relocation messages 6037c478bd9Sstevel@tonic-gate 6047c478bd9Sstevel@tonic-gate@ MSG_REL_GENERATE "generating input relocations: section=%s" 6057c478bd9Sstevel@tonic-gate@ MSG_REL_COLLECT "collecting input relocations: section=%s, file=%s" 6067c478bd9Sstevel@tonic-gate@ MSG_REL_ACTIVE "performing active relocations" 6077c478bd9Sstevel@tonic-gate@ MSG_REL_CREATING "creating output relocations" 6085aefb655Srie@ MSG_REL_START "relocation processing: file=%s%s" 6095aefb655Srie@ MSG_REL_FINISH "relocation processing: file=%s; finished%s" 6105aefb655Srie@ MSG_REL_NONE "relocation processing: file=%s%s; nothing to do" 6117c478bd9Sstevel@tonic-gate 6125aefb655Srie@ MSG_REL_PLT " (plt processing only)" 6135aefb655Srie@ MSG_REL_FAIL " (failed)" 6145aefb655Srie 6155aefb655Srie@ MSG_REL_BADROFFSET "<offset lies outside memory image; \ 6165aefb655Srie relocation discarded>" 6177c478bd9Sstevel@tonic-gate 618051d39bbSrie@ MSG_REL_TRANSITION "relocation: %s: section=%s; input from file=%s; \ 619051d39bbSrie offset=0x%llx; symbol=%s; transitioned to: %s" 6207c478bd9Sstevel@tonic-gate@ MSG_REL_DISCARDED "relocation against discarded section=%s from file=%s; \ 6217c478bd9Sstevel@tonic-gate relocation type=%s offset=0x%llx; relocation discarded" 62269112eddSAli Bahrami@ MSG_REL_COPY "copy data from file=%s to file=%s: symbol '%s'%s" 623d2ef9fe9Sab196087@ MSG_REL_SLOPPYCOMDAT "the following relocation references a discarded \ 624d2ef9fe9Sab196087 section; relocation redirected to section %s in \ 625d2ef9fe9Sab196087 file %s" 6267c478bd9Sstevel@tonic-gate 6277c478bd9Sstevel@tonic-gate# Entrance criteria messages 6287c478bd9Sstevel@tonic-gate 62969112eddSAli Bahrami@ MSG_ECR_TITLE "Segment Entrance Criteria Descriptor List" 63057ef7aa9SRod Evans@ MSG_ECR_DESC "entrance descriptor[%u]" 6317c478bd9Sstevel@tonic-gate 6327c478bd9Sstevel@tonic-gate 6335aefb655Srie# Elf Data (section) messages 6345aefb655Srie# TRANSLATION_NOTE - the following two entries provide for a series of one or 6355aefb655Srie# more standard 32-bit Elf_Data entries that align with the initial title. 6367c478bd9Sstevel@tonic-gate 6375aefb655Srie@ MSG_EDATA_TITLE_32 " addr type size offset al file" 638e23c41c9SAli Bahrami@ MSG_EDATA_ENTRY_32 " %3s %#10llx %-5s %#10llx %#8llx %2lld %s %s%s" 6397c478bd9Sstevel@tonic-gate 6405aefb655Srie# TRANSLATION_NOTE - the following two entries provide for a series of one or 6415aefb655Srie# more standard 64-bit Elf_Data entries that align with the initial title. 6425aefb655Srie 6435aefb655Srie@ MSG_EDATA_TITLE_64 " addr type \ 6445aefb655Srie size offset al file" 645e23c41c9SAli Bahrami@ MSG_EDATA_ENTRY_64 " %3s %#18llx %-5s %#18llx %#16llx %2lld %s %s%s" 6465aefb655Srie 6475aefb655Srie@ MSG_EDATA_IGNSCN " (section ignored)" 6487c478bd9Sstevel@tonic-gate 6497c478bd9Sstevel@tonic-gate# File messages 6507c478bd9Sstevel@tonic-gate 6517c478bd9Sstevel@tonic-gate@ MSG_FIL_BASIC "file=%s [ %s ]" 6527c478bd9Sstevel@tonic-gate@ MSG_FIL_ARCHIVE "file=%s [ archive ] %s" 653c75e1b9dSrie@ MSG_FIL_SKIP_1 "file=%s; skipped: already processed as %s" 654c75e1b9dSrie@ MSG_FIL_SKIP_2 "file=%s; skipped: already processed" 655c75e1b9dSrie@ MSG_FIL_REUSE "file=%s; reusing: originally processed as %s" 6567c478bd9Sstevel@tonic-gate@ MSG_FIL_PROT "file=%s; modifying memory protections (%c PROT_WRITE)" 6577c478bd9Sstevel@tonic-gate@ MSG_FIL_DELETE "file=%s; deleting" 65802ca3e02Srie@ MSG_FIL_CLEANUP "file=%s; loading failed: cleaning up lmco 0x%llx" 6597c478bd9Sstevel@tonic-gate@ MSG_FIL_LAZYLOAD "file=%s; lazy loading from file=%s: symbol=%s" 6607c478bd9Sstevel@tonic-gate@ MSG_FIL_PRELOAD "file=%s; preloading" 6617c478bd9Sstevel@tonic-gate@ MSG_FIL_NEEDED "file=%s; needed by %s" 6627c478bd9Sstevel@tonic-gate@ MSG_FIL_FILTER_1 "file=%s; filter for %s (configuration definition)" 6637c478bd9Sstevel@tonic-gate@ MSG_FIL_FILTER_2 "file=%s; filter for %s" 6647c478bd9Sstevel@tonic-gate@ MSG_FIL_FILTEE_2 "file=%s; filtee processing failed" 6652020b2b6SRod Evans@ MSG_FIL_FILTEE_3 "file=%s; filtee skipped (auditor directed)" 6667c478bd9Sstevel@tonic-gate@ MSG_FIL_FIXNAME "file=%s; required name=%s" 6677c478bd9Sstevel@tonic-gate@ MSG_FIL_PROMOTE "file=%s; promoting mode to %s" 668f441771bSRod Evans@ MSG_FIL_DEFERRED "file=%s; deferred dependency exchanged for file=%s" 6697c478bd9Sstevel@tonic-gate@ MSG_FIL_AOUT "file=%s [ AOUT ]; generating link map" 6707c478bd9Sstevel@tonic-gate@ MSG_FIL_ELF "file=%s [ ELF ]; generating link map%s" 6717c478bd9Sstevel@tonic-gate@ MSG_FIL_LDSO "file=%s [ ELF ]" 6727c478bd9Sstevel@tonic-gate 6737c478bd9Sstevel@tonic-gate# NOTE: these are used by lari(1), use care when changing. 6747c478bd9Sstevel@tonic-gate@ MSG_FIL_ANALYZE "file=%s; analyzing %s" 6757c478bd9Sstevel@tonic-gate@ MSG_FIL_FILTEE_1 "file=%s; filtered by %s" 6767c478bd9Sstevel@tonic-gate@ MSG_FIL_CONFIG "file=%s [ ELF ]; configuration alternate found: %s" 6777c478bd9Sstevel@tonic-gate 6787c478bd9Sstevel@tonic-gate 67956deab07SRod Evans@ MSG_FIL_DATA_AS " addr: %#18llx size: %#18llx" 6805aefb655Srie@ MSG_FIL_DATA_LL " lmid: %18.18s lmco: %#18llx" 6815aefb655Srie@ MSG_FIL_DATA_EA " envp: %#18llx auxv: %#18llx" 6827c478bd9Sstevel@tonic-gate 68356deab07SRod Evans@ MSG_FIL_MMAPOBJ "file=%s mmapobj entries=%d" 68456deab07SRod Evans@ MSG_FIL_MMAPOBJ_1 " [%d]: addr: %#18llx fsize: %#18llx %s" 68556deab07SRod Evans@ MSG_FIL_MMAPOBJ_2 " offset: %#17llx msize: %#18llx" 68656deab07SRod Evans 6877c478bd9Sstevel@tonic-gate@ MSG_FIL_BND_ADD "file=%s; add binding to:" 6887c478bd9Sstevel@tonic-gate@ MSG_FIL_BND_FILE " file=%s %s" 6897c478bd9Sstevel@tonic-gate 690dffec89cSrie@ MSG_FIL_DEP_TITLE "processing %s dependencies %s:" 691dffec89cSrie@ MSG_FIL_DEP_NONE " file=%s; has no dependencies" 692dffec89cSrie@ MSG_FIL_DEP_ENT " file=%s; depends on:" 693dffec89cSrie 69402ca3e02Srie@ MSG_FIL_DEP_ADD " file=%s; object added %s %s" 6958af2c5b9Srie@ MSG_FIL_DEP_UPDATE " file=%s; object updated %s %s" 6967c478bd9Sstevel@tonic-gate@ MSG_FIL_DEP_DELETE " file=%s; object deleting %s" 6977c478bd9Sstevel@tonic-gate@ MSG_FIL_DEP_REMOVE " file=%s; object removed from handle %s" 69802ca3e02Srie@ MSG_FIL_DEP_REMAIN " file=%s; object must remain on handle %s" 69902ca3e02Srie@ MSG_FIL_DEP_ORPHAN " file=%s; object remains on orphan handle %s" 70002ca3e02Srie@ MSG_FIL_DEP_REINST " file=%s; object reinstated %s" 7017c478bd9Sstevel@tonic-gate 7022017c965SRod Evans@ MSG_FIL_HDL_CREATE "handle=%s; creating %s 0x%llx:" 7032017c965SRod Evans@ MSG_FIL_HDL_ADD "handle=%s; adding dependent objects %s:" 70402ca3e02Srie@ MSG_FIL_HDL_DELETE "handle=%s; inspecting for deletion:" 7057c478bd9Sstevel@tonic-gate@ MSG_FIL_HDL_ORPHAN "handle=%s; deletion cannot be completed: moving to \ 7067c478bd9Sstevel@tonic-gate orphan list:" 7077c478bd9Sstevel@tonic-gate@ MSG_FIL_HDL_REINST "handle=%s; reinstating from orphan list:" 7087c478bd9Sstevel@tonic-gate 7098af2c5b9Srie@ MSG_FIL_HDL_COLLECT "handle=%s; collected for possible removal %s" 7108af2c5b9Srie@ MSG_FIL_HDL_RETAIN "handle=%s; externally referenced from %s: handle \ 7118af2c5b9Srie retained" 7127c478bd9Sstevel@tonic-gate@ MSG_FIL_DEL_RESCAN "pending deletions; rescanning orphan list for \ 7137c478bd9Sstevel@tonic-gate available deletions" 7147c478bd9Sstevel@tonic-gate 715551cffe3SAli Bahrami@ MSG_FIL_AR_RESCAN "rescanning archives from args[%d-%d]; additional \ 716551cffe3SAli Bahrami members may satisfy prior extractions" 7177c478bd9Sstevel@tonic-gate 7187c478bd9Sstevel@tonic-gate@ MSG_FIL_CONFIG_ERR "configuration file=%s: %s" 7197c478bd9Sstevel@tonic-gate@ MSG_FIL_CONFIG_ERR_1 "ignored (configuration building)" 7207c478bd9Sstevel@tonic-gate@ MSG_FIL_CONFIG_ERR_2 "invalid version" 7217c478bd9Sstevel@tonic-gate@ MSG_FIL_CONFIG_ERR_3 "unable to process file" 7227c478bd9Sstevel@tonic-gate@ MSG_FIL_CONFIG_ERR_4 "corrupt or truncated file" 723c13de8f6Sab196087@ MSG_FIL_CONFIG_ERR_5 "incompatible ELF class, byte order, or machine \ 724c13de8f6Sab196087 architecture" 7257c478bd9Sstevel@tonic-gate 7263906e0c2Srie@ MSG_FIL_MODIFIED "file=%s; open modified by support library: %s" 7273906e0c2Srie@ MSG_FIL_NAMECHANGE " name changed to: %s" 7283906e0c2Srie@ MSG_FIL_FDCHANGE " file descriptor changed from: %d to: %d %s" 7293906e0c2Srie@ MSG_FIL_ELFCHANGE " ELF descriptor changed from: 0x%llx to: 0x%llx %s" 7303906e0c2Srie@ MSG_FIL_IGNORE " (file will be ignored)" 7313906e0c2Srie 7327c478bd9Sstevel@tonic-gate@ MSG_CNTL_TITLE "control list processing complete: moving lmco 0x%llx \ 7337c478bd9Sstevel@tonic-gate to lmco 0x%llx" 7347c478bd9Sstevel@tonic-gate 7357c478bd9Sstevel@tonic-gate@ MSG_REJ_MACH "file=%s; rejected: wrong machine type: %s" 7367c478bd9Sstevel@tonic-gate@ MSG_REJ_CLASS "file=%s; rejected: wrong ELF class: %s" 7377c478bd9Sstevel@tonic-gate@ MSG_REJ_DATA "file=%s; rejected: wrong ELF data format: %s" 7387c478bd9Sstevel@tonic-gate@ MSG_REJ_TYPE "file=%s; rejected: bad ELF type: %s" 7397c478bd9Sstevel@tonic-gate@ MSG_REJ_BADFLAG "file=%s; rejected: bad ELF flags value: %s" 7407c478bd9Sstevel@tonic-gate@ MSG_REJ_MISFLAG "file=%s; rejected: mismatched ELF flags value: %s" 7417c478bd9Sstevel@tonic-gate@ MSG_REJ_VERSION "file=%s; rejected: mismatched ELF/lib version: %s" 7427c478bd9Sstevel@tonic-gate@ MSG_REJ_HAL "file=%s; rejected: HAL R1 extensions required" 7437c478bd9Sstevel@tonic-gate@ MSG_REJ_US3 "file=%s; rejected: Sun UltraSPARC III extensions \ 7447c478bd9Sstevel@tonic-gate required" 7457c478bd9Sstevel@tonic-gate@ MSG_REJ_STR "obj=%s; rejected: %s" 7467c478bd9Sstevel@tonic-gate@ MSG_REJ_UNKFILE "obj=%s; rejected: unknown file type" 74708278a5eSRod Evans@ MSG_REJ_UNKCAP "obj=%s; rejected: unknown capability: %d" 74808278a5eSRod Evans@ MSG_REJ_HWCAP_1 "obj=%s; rejected: hardware capability (CA_SUNW_HW_1) \ 74908278a5eSRod Evans unsupported: %s" 75008278a5eSRod Evans@ MSG_REJ_SFCAP_1 "obj=%s; rejected: software capability (CA_SUNW_SF_1) \ 75108278a5eSRod Evans unsupported: %s" 75208278a5eSRod Evans@ MSG_REJ_MACHCAP "obj=%s; rejected: machine capability (CA_SUNW_MACH) \ 75308278a5eSRod Evans unsupported: %s" 75408278a5eSRod Evans@ MSG_REJ_PLATCAP "obj=%s; rejected: platform capability (CA_SUNW_PLAT) \ 75508278a5eSRod Evans unsupported: %s" 75608278a5eSRod Evans@ MSG_REJ_HWCAP_2 "obj=%s; rejected: hardware capability (CA_SUNW_HW_2) \ 75708278a5eSRod Evans unsupported: %s" 7587c478bd9Sstevel@tonic-gate 7597c478bd9Sstevel@tonic-gate# Libs messages 7607c478bd9Sstevel@tonic-gate 7617c478bd9Sstevel@tonic-gate@ MSG_LIB_INITPATH "Library Search Paths (initial)" 7627c478bd9Sstevel@tonic-gate@ MSG_LIB_UPPATH "Library Search Paths (-L updated)" 7637c478bd9Sstevel@tonic-gate@ MSG_LIB_LOPT "find lib=-l%s; path=%s" 7647c478bd9Sstevel@tonic-gate@ MSG_LIB_REQUIRED "find lib=%s; path=%s (required by %s)" 7657c478bd9Sstevel@tonic-gate@ MSG_LIB_LDLIBPATH " search path=%s (LD_LIBRARY_PATH)" 7667c478bd9Sstevel@tonic-gate@ MSG_LIB_LDLIBPATHC " search path=%s (configuration LD_LIBRARY_PATH - %s)" 7671a05c315Srie@ MSG_LIB_RUNPATH " search path=%s (RUNPATH/RPATH from file %s)" 7687c478bd9Sstevel@tonic-gate@ MSG_LIB_DEFAULT " search path=%s (default)" 7697c478bd9Sstevel@tonic-gate@ MSG_LIB_DEFAULTC " search path=%s (configuration default - %s)" 770ba7962c0SRod Evans@ MSG_LIB_TDEFAULT " search path=%s (trusted default)" 771ba7962c0SRod Evans@ MSG_LIB_TDEFAULTC " search path=%s (trusted configuration default - %s)" 7727c478bd9Sstevel@tonic-gate@ MSG_LIB_LIBPATH " search path=%s (LIBPATH or -YP)" 7737c478bd9Sstevel@tonic-gate@ MSG_LIB_YPATH " search path=%s replaces path=%s (-Y%c)" 7747c478bd9Sstevel@tonic-gate 7757c478bd9Sstevel@tonic-gate@ MSG_LIB_FIND "find object=%s; searching" 7767c478bd9Sstevel@tonic-gate@ MSG_LIB_TRYING " trying path=%s%s" 7772020b2b6SRod Evans@ MSG_LIB_ALTER " trying path=%s (auditor returned alternative)" 7782020b2b6SRod Evans@ MSG_LIB_SKIP " skip path=%s (auditor directed)" 7797c478bd9Sstevel@tonic-gate@ MSG_LIB_IGNORE " ignore path=%s (insecure directory name)" 7803dbfc803SRod Evans@ MSG_LIB_INUSE " use path=%s (implicitly secure, as directory \ 7813dbfc803SRod Evans has already provided dependencies)" 7827c478bd9Sstevel@tonic-gate 7837c478bd9Sstevel@tonic-gate# Mapfile messages 7847c478bd9Sstevel@tonic-gate 78569112eddSAli Bahrami@ MSG_MAP_MAPFILE "mapfile=%s; version=%d (%s)" 78669112eddSAli Bahrami@ MSG_MAP_SEG "segment directive; line=%llu; %s" 78769112eddSAli Bahrami@ MSG_MAP_SEG_ORDER "segment order directive; line=%llu; list_cnt=%lld; %s" 78869112eddSAli Bahrami@ MSG_MAP_CAP "capability directive; line=%llu" 78969112eddSAli Bahrami@ MSG_MAP_EC "entrance criteria; line=%llu; added" 79069112eddSAli Bahrami@ MSG_MAP_OS_ORDER "output section ordering; line=%llu; segment=%s \ 79169112eddSAli Bahrami section=%s; index=%d" 79269112eddSAli Bahrami@ MSG_MAP_HDR_NOALLOC "header noalloc directive; line=%llu; first loadable \ 79369112eddSAli Bahrami segment will not contain ELF and program headers" 7947c478bd9Sstevel@tonic-gate 79569112eddSAli Bahrami@ MSG_MAP_SYM_SCOPE "symbol scope definition" 79669112eddSAli Bahrami@ MSG_MAP_SYM_SIZE "size-symbol directive; line=%llu; segment=%s; \ 79769112eddSAli Bahrami symbol=%s; %s" 7987c478bd9Sstevel@tonic-gate@ MSG_MAP_SYM_VER_1 "%s, %s; symbol=%s (%s)" 7997c478bd9Sstevel@tonic-gate@ MSG_MAP_SYM_VER_2 "%s; symbol=%s (%s)" 8007c478bd9Sstevel@tonic-gate 80169112eddSAli Bahrami@ MSG_MAP_DV "depend versions directive; line=%llu, object=%s" 80269112eddSAli Bahrami@ MSG_MAP_DV_ENTRY "%12.12s %s; line=%llu" 8037c478bd9Sstevel@tonic-gate 80469112eddSAli Bahrami@ MSG_MAP_SORT_TITLE "mapfile additions: segment sorting required" 80569112eddSAli Bahrami@ MSG_MAP_SORT_TITLE_O "before:" 80669112eddSAli Bahrami@ MSG_MAP_SORT_TITLE_S "after:" 80769112eddSAli Bahrami@ MSG_MAP_POST_TITLE "mapfile post processing" 80808278a5eSRod Evans@ MSG_MAP_ENT_ORD_TITLE "set entrance criteria input section sort keys; \ 80908278a5eSRod Evans segment=%s" 81069112eddSAli Bahrami 81169112eddSAli Bahrami@ MSG_MAP_ID_ADD "%s: %lld: enter conditional expression id: %s" 81269112eddSAli Bahrami@ MSG_MAP_ID_CLEAR "%s: %lld: delete conditional expression id: %s" 81369112eddSAli Bahrami@ MSG_MAP_PASS "%s: %lld: input enabled by %s" 81469112eddSAli Bahrami@ MSG_MAP_NOPASS "%s: %lld: input disabled by %s" 8157c478bd9Sstevel@tonic-gate 8167c478bd9Sstevel@tonic-gate# Move messages 8177c478bd9Sstevel@tonic-gate 8185aefb655Srie@ MSG_MOVE_FILE "file=%s processing move data" 819d326b23bSrie 82057ef7aa9SRod Evans@ MSG_MOVE_TITLE1 " i/o offset size repeat stride \ 82157ef7aa9SRod Evans value with respect to" 82257ef7aa9SRod Evans@ MSG_MOVE_TITLE2 " i/o address size repeat stride \ 82357ef7aa9SRod Evans value with respect to" 824d326b23bSrie 82557ef7aa9SRod Evans@ MSG_MOVE_ENTRYIN " in %#10llx %6d %6d %6d %#16llx %s" 82657ef7aa9SRod Evans@ MSG_MOVE_ENTRYOUT " out %#10llx %6d %6d %6d %#16llx %s" 82757ef7aa9SRod Evans@ MSG_MOVE_EXPAND " %#10llx %#16llx (expanded)" 8287c478bd9Sstevel@tonic-gate 8295aefb655Srie@ MSG_MOVE_ADJEXPAND "for symbol=%s roffset: new=0x%llx" 8305aefb655Srie@ MSG_MOVE_ADJMOVE "for symbol=%s roffset: from=0x%llx, to=0x%llx" 8315aefb655Srie@ MSG_MOVE_OUTSCTADJ "adjusting addend for symbol=%s" 83257ef7aa9SRod Evans@ MSG_MOVE_PAREXPN "expanding symbol=%s into .data: %s" 83357ef7aa9SRod Evans@ MSG_MOVE_OUTMOVE "copying move entries for symbol=%s into .SUNW_move" 8345aefb655Srie@ MSG_MOVE_INPUT "collecting move entries: file=%s" 83556deab07SRod Evans@ MSG_MOVE_BAD "move %lld offset invalid: %s: offset=0x%llx \ 83656deab07SRod Evans lies outside memory image; move discarded" 8375aefb655Srie 8387010c12aSrie# Section header messages 8397010c12aSrie 8403906e0c2Srie@ MSG_SHD_MODIFIED "section=%s; section header modified by support \ 8413906e0c2Srie library: %s" 8427010c12aSrie@ MSG_SHD_ORIG " original:" 8437010c12aSrie@ MSG_SHD_NEW " new:" 8447010c12aSrie 845d579eb63Sab196087# TRANSLATION_NOTE - The following two items are used following a number in 846d579eb63Sab196087# the MSG_SHD_OFFSET_ENT_XX format strings below. For example "1 entry" 847d579eb63Sab196087# or "23 entries". 848d579eb63Sab196087# 849d579eb63Sab196087@ MSG_SHD_ENTRY_1 "entry" 850d579eb63Sab196087@ MSG_SHD_ENTRY_N "entries" 851d579eb63Sab196087 852d579eb63Sab196087 8537c478bd9Sstevel@tonic-gate# Section messages 8547c478bd9Sstevel@tonic-gate 85557ef7aa9SRod Evans@ MSG_SEC_BACKING "mapfile symbol definitions: create backing storage:" 85657ef7aa9SRod Evans 8577c478bd9Sstevel@tonic-gate@ MSG_SEC_INPUT "section=%s; input from file=%s" 858e23c41c9SAli Bahrami@ MSG_SEC_INPUT_GEN "section=%s" 859cce0e03bSab196087@ MSG_SEC_INPUT_GENSTR "section=%s; input generated merged string section" 8607c478bd9Sstevel@tonic-gate@ MSG_SEC_ADDED "section=%s; added to segment=%s" 8617c478bd9Sstevel@tonic-gate@ MSG_SEC_CREATED "section=%s; added to segment=%s (created)" 8620e233487SRod Evans@ MSG_SEC_REDIRECTED "section=%s; redirected to section=%s" 8637c478bd9Sstevel@tonic-gate@ MSG_SEC_DISCARDED "section=%s; input from file=%s; \ 8640e233487SRod Evans discarded in favor of section=%s; file=%s" 8650e233487SRod Evans 8660e233487SRod Evans@ MSG_SEC_GNU_COMDAT_1 "section=%s; identified as COMDAT with \ 8670e233487SRod Evans relaxed relocations enabled" 8680e233487SRod Evans@ MSG_SEC_GNU_COMDAT_2 "section=%s; identified as COMDAT" 8690e233487SRod Evans@ MSG_SEC_GNU_COMDAT_3 "section=%s; relaxed relocations enabled" 8700e233487SRod Evans 8710e233487SRod Evans@ MSG_SEC_GRP_DEFINE "section=%s; input from file=%s; defines %s\ 8720e233487SRod Evans group: signature symbol: %s" 8730e233487SRod Evans@ MSG_SEC_GRP_MEMBER "section=%s; input from file=%s; member of %s\ 8740e233487SRod Evans group: signature symbol: %s" 875e23c41c9SAli Bahrami@ MSG_SEC_GRP_DISCARDED "section=%s; input from file=%s; discarded in \ 876e23c41c9SAli Bahrami favor of group: signature symbol: %s: file=%s" 8770e233487SRod Evans 878cce0e03bSab196087@ MSG_SEC_STRMERGE_DISCARDED "section=%s; input from file=%s; \ 879cce0e03bSab196087 discarded in favor of generated merged string section" 880cce0e03bSab196087@ MSG_SEC_STRMERGE_UNSUP "section=%s; input from file=%s; sh_addralign=%lld; \ 881cce0e03bSab196087 sh_entsize=%lld; unable to merge sections with this \ 882cce0e03bSab196087 size and alignment" 8837c478bd9Sstevel@tonic-gate 884cce0e03bSab196087@ MSG_SEC_STRTAB_STND "strtab=%s; full size: %lld; uncompressed" 885cce0e03bSab196087@ MSG_SEC_STRTAB_COMP "strtab=%s; full size: %lld; compressed down to: %lld" 886cce0e03bSab196087@ MSG_SEC_GENSTR_COMP "section=%s (generated merged string section); \ 887cce0e03bSab196087 full size: %lld; compressed down to: %lld" 888a194faf8Srie@ MSG_SEC_STRTAB_HD "strtab=%s; compression information [%d buckets]:" 889a194faf8Srie@ MSG_SEC_STRTAB_BCKT " bucket[%d]:" 890cce0e03bSab196087@ MSG_SEC_STRTAB_MSTR " [%lld] %s <master>" 891cce0e03bSab196087@ MSG_SEC_STRTAB_SUFSTR " [%lld] %s <suffix of: %s>" 8927c478bd9Sstevel@tonic-gate 8937c478bd9Sstevel@tonic-gate# Unused messages 8947c478bd9Sstevel@tonic-gate 8957c478bd9Sstevel@tonic-gate@ MSG_USD_SEC "section=%s; size=0x%llx; input from file=%s; \ 8967c478bd9Sstevel@tonic-gate unused: does not satisfy any references%s" 8977c478bd9Sstevel@tonic-gate@ MSG_USD_SECDISCARD "; discarded" 8987c478bd9Sstevel@tonic-gate@ MSG_USD_FILE "file=%s unused: does not satisfy any references" 899fb1354edSrie@ MSG_USD_NEEDSTR "file=%s unused: unable to determine use" 9007c478bd9Sstevel@tonic-gate@ MSG_USD_UNREF "file=%s unreferenced: unused dependency of %s" 9017c478bd9Sstevel@tonic-gate@ MSG_USD_FILECYCLIC "file=%s unused: cyclic group [%d] member: \ 9027c478bd9Sstevel@tonic-gate unreferenced outside of group" 90310a4fa49Srie@ MSG_USD_LCINTERFACE "file=%s unused interface [%s]: using interface \ 9047c478bd9Sstevel@tonic-gate from previously loaded object: file=%s" 9057c478bd9Sstevel@tonic-gate 9069aa23310Srie@ MSG_USD_LDLIBPATH " search path=%s unused: LD_LIBRARY_PATH entry" 9079aa23310Srie@ MSG_DUP_LDLIBPATH " search path=%s unused: (duplicate) LD_LIBRARY_PATH \ 9089aa23310Srie entry" 9099aa23310Srie@ MSG_USD_LDLIBPATHC " search path=%s unused: configuration \ 9109aa23310Srie LD_LIBRARY_PATH entry - %s" 9119aa23310Srie@ MSG_DUP_LDLIBPATHC " search path=%s unused: (duplicate) configuration \ 9129aa23310Srie LD_LIBRARY_PATH entry - %s" 9139aa23310Srie@ MSG_USD_RUNPATH " search path=%s unused: RUNPATH/RPATH from file %s" 9149aa23310Srie 9157c478bd9Sstevel@tonic-gate# Segment messages 9167c478bd9Sstevel@tonic-gate 91769112eddSAli Bahrami@ MSG_SEG_DESC_INUSE "Program Header / Segment Descriptor List (in use)" 91869112eddSAli Bahrami@ MSG_SEG_DESC_AVAIL "Program Header / Segment Descriptor List (available)" 9197c478bd9Sstevel@tonic-gate 9207c478bd9Sstevel@tonic-gate 9217c478bd9Sstevel@tonic-gate# Support messages 9227c478bd9Sstevel@tonic-gate 9237c478bd9Sstevel@tonic-gate@ MSG_SUP_REQ "support object request=%s (%s)" 9247c478bd9Sstevel@tonic-gate@ MSG_SUP_REQ_ENV "supplied via SGS_SUPPORT" 9257c478bd9Sstevel@tonic-gate@ MSG_SUP_REQ_CMD "supplied via -S" 9267c478bd9Sstevel@tonic-gate 9277c478bd9Sstevel@tonic-gate@ MSG_SUP_ROUTINE " support object=%s: provides routine %s" 9287c478bd9Sstevel@tonic-gate 9297c478bd9Sstevel@tonic-gate@ MSG_SUP_CALLING_1 " calling routine=%s (%s)" 9307c478bd9Sstevel@tonic-gate@ MSG_SUP_CALLING_2 " calling routine=%s (%s) %s=%s" 931d2d5cf7cSAli Bahrami@ MSG_SUP_VNONE " unloading object=%s: version=LD_SUP_VNONE" 9327c478bd9Sstevel@tonic-gate@ MSG_SUP_OUTFILE "output file" 9337c478bd9Sstevel@tonic-gate@ MSG_SUP_INFILE "input file" 9347c478bd9Sstevel@tonic-gate@ MSG_SUP_INSEC "input section" 9357c478bd9Sstevel@tonic-gate@ MSG_SUP_SEC "section" 9367c478bd9Sstevel@tonic-gate 9377c478bd9Sstevel@tonic-gate# Symbol strings 9387c478bd9Sstevel@tonic-gate@ MSG_SYM_AR_FILE "symbol table processing; input file=%s [ archive ] %s" 939dc0f59e5SAli Bahrami@ MSG_SYM_AR_SKIP "file=%s, symbol=%s, skipped" 940dc0f59e5SAli Bahrami@ MSG_SYM_AR_CHECK "file=%s(%s), symbol=%s, checking for tentative or \ 9418dea2860Srie restricted visibility override" 942dc0f59e5SAli Bahrami@ MSG_SYM_AR_RESOLVE "file=%s(%s), symbol=%s, resolves undefined or \ 943dc0f59e5SAli Bahrami tentative symbol" 944dc0f59e5SAli Bahrami@ MSG_SYM_AR_FORCE "file=%s(%s), forced extraction" 9457c478bd9Sstevel@tonic-gate 9467c478bd9Sstevel@tonic-gate@ MSG_SYM_SPECIAL "symbol table processing; building special symbols" 9477c478bd9Sstevel@tonic-gate@ MSG_SYM_PROCESS "symbol table processing; input file=%s [ %s ]" 9487c478bd9Sstevel@tonic-gate@ MSG_SYM_FINAL "symbol table processing; final update" 9497c478bd9Sstevel@tonic-gate@ MSG_SYM_INDEX "symbol table processing; determining section \ 9507c478bd9Sstevel@tonic-gate symbol's index" 9517c478bd9Sstevel@tonic-gate@ MSG_SYM_BSS "symbol table processing; assigning to bss \ 9527c478bd9Sstevel@tonic-gate (possible copy relocations)" 9537c478bd9Sstevel@tonic-gate@ MSG_SYM_REDUCED "symbol table processing; reducing global symbols" 9547c478bd9Sstevel@tonic-gate@ MSG_SYM_RETAINING "symbol table processing; retaining local symbols" 9557c478bd9Sstevel@tonic-gate@ MSG_SYM_VERSION "symbol table processing; adding version symbols" 95608278a5eSRod Evans@ MSG_SYM_CAPABILITIES "symbol table processing; adding local capabilities \ 95708278a5eSRod Evans symbols" 9587c478bd9Sstevel@tonic-gate 9595aefb655Srie@ MSG_SYM_BASIC "symbol[%d]=%s" 9605aefb655Srie@ MSG_SYM_ADDING "symbol[%d]=%s (global); adding" 9617c478bd9Sstevel@tonic-gate@ MSG_SYM_SECTION "symbol[%d]=%s (section); segment=%s" 9625aefb655Srie@ MSG_SYM_RESOLVING "symbol[%d]=%s (global); resolving [%d][%d]" 9637c478bd9Sstevel@tonic-gate@ MSG_SYM_UPDATE "symbol=%s; updated" 9647c478bd9Sstevel@tonic-gate@ MSG_SYM_CREATE "symbol=%s; creating" 9657c478bd9Sstevel@tonic-gate@ MSG_SYM_REDUCING "symbol=%s; reducing to local" 9667c478bd9Sstevel@tonic-gate@ MSG_SYM_ELIMINATING "symbol=%s; eliminating" 9677c478bd9Sstevel@tonic-gate@ MSG_SYM_NOTELIMINATE "symbol=%s; not eliminated: referenced by \ 9687c478bd9Sstevel@tonic-gate section=%s, entry[%d]" 969a194faf8Srie@ MSG_SYM_DISCARD_SEC "symbol=%s; discarded: originates from unused or \ 9707c478bd9Sstevel@tonic-gate discarded section=%s from file=%s" 971a194faf8Srie@ MSG_SYM_DISCARD_FILE "symbol=%s; discarded: originates from unused or \ 972a194faf8Srie discarded file=%s" 97324b9abbaSab196087@ MSG_SYM_DISCARD_DUP "symbol[%d]=%s; discarded duplicate: originates from \ 97424b9abbaSab196087 file=%s" 975cdcc71c0SAli Bahrami@ MSG_SYM_WRAP "symbol[%d]=%s renamed to %s (-z wrap)" 97608278a5eSRod Evans@ MSG_SYM_CAP_ORIG "symbol[%d]=%s converting to symbol capability \ 97708278a5eSRod Evans (-z symbolcap)" 97808278a5eSRod Evans@ MSG_SYM_CAP_LOCAL "symbol[%d]=%s creating local capability \ 97908278a5eSRod Evans (-z symbolcap)" 98002938ba2SRod Evans@ MSG_SYM_COPY_DST "symbol=%s; copy destination: alignment: 0x%x" 98102938ba2SRod Evans@ MSG_SYM_COPY_REF "symbol=%s; copy reference" 9827c478bd9Sstevel@tonic-gate 9837c478bd9Sstevel@tonic-gate@ MSG_SYM_AOUT "symbol=%s; (original AOUT name)" 9847c478bd9Sstevel@tonic-gate@ MSG_SYM_LOOKUP "symbol=%s; lookup in file=%s [ %s ]" 98598c080d5SRod Evans 98698c080d5SRod Evans@ MSG_DLSYM_1 "symbol=%s; dlsym() called from file=%s %s %s" 98798c080d5SRod Evans@ MSG_DLSYM_2 "symbol=%s; dlsym() called from file=%s; starting \ 9889aa23310Srie at file=%s %s %s" 9897c478bd9Sstevel@tonic-gate 99008278a5eSRod Evans@ MSG_CAP_SYM_DEFAULT " symbol=%s[%u]: capability family default" 99108278a5eSRod Evans@ MSG_CAP_SYM_USED " symbol=%s[%u]: used" 99208278a5eSRod Evans@ MSG_CAP_SYM_CANDIDATE " symbol=%s[%u]: capability candidate" 99308278a5eSRod Evans@ MSG_CAP_SYM_REJECTED " symbol=%s[%u]: capability rejected" 99408278a5eSRod Evans@ MSG_CAP_SYM_HW_1 " symbol=%s[%u]: capability specific \ 99508278a5eSRod Evans (CA_SUNW_HW_1): [ %s ]" 99608278a5eSRod Evans@ MSG_CAP_SYM_SF_1 " symbol=%s[%u]: capability specific \ 99708278a5eSRod Evans (CA_SUNW_SF_1): [ %s ]" 99808278a5eSRod Evans@ MSG_CAP_SYM_MACH " symbol=%s[%u]: capability specific \ 99908278a5eSRod Evans (CA_SUNW_MACH): [ %s ]" 100008278a5eSRod Evans@ MSG_CAP_SYM_PLAT " symbol=%s[%u]: capability specific \ 100108278a5eSRod Evans (CA_SUNW_PLAT): [ %s ]" 100208278a5eSRod Evans@ MSG_CAP_SYM_HW_2 " symbol=%s[%u]: capability specific \ 100308278a5eSRod Evans (CA_SUNW_HW_2): [ %s ]" 100408278a5eSRod Evans 10057c478bd9Sstevel@tonic-gate@ MSG_SYM_LAZY_RESCAN "rescanning for lazy dependencies for symbol: %s" 10067c478bd9Sstevel@tonic-gate 100769112eddSAli Bahrami@ MSG_SYM_DUPSORTADDR "section %s: symbol '%s' and symbol '%s' have the \ 1008d579eb63Sab196087 same address: %#llx" 1009d579eb63Sab196087 1010d840867fSab196087@ MSG_SYM_IGNGNUVER "symbol=%s; hash index=%d; version=%d; skipping \ 1011d840867fSab196087 symbol with GNU version hidden bit set in file=%s" 10123b41b08bSab196087 10135aefb655Srie# Syminfo string 10145aefb655Srie 10155aefb655Srie@ MSG_SYMINFO_INFO "syminfo information" 10167c478bd9Sstevel@tonic-gate 1017d579eb63Sab196087 10187c478bd9Sstevel@tonic-gate# Version strings 10197c478bd9Sstevel@tonic-gate 10207c478bd9Sstevel@tonic-gate@ MSG_VER_AVAIL_1 "version availability: file=%s" 10217c478bd9Sstevel@tonic-gate@ MSG_VER_AVAIL_2 " available version selected from" 10225aefb655Srie@ MSG_VER_DEF_TITLE "version definition processing: file=%s" 10235aefb655Srie@ MSG_VER_NEED_TITLE "version needed processing: file=%s" 10247c478bd9Sstevel@tonic-gate@ MSG_VER_NOINTERFACE "version definition has no interface symbols: %s" 10257c478bd9Sstevel@tonic-gate 10267c478bd9Sstevel@tonic-gate# SHF_ORDERED related messages. Token used is sections. 10277c478bd9Sstevel@tonic-gate 10287010c12aSrie@ MSG_ORD_SORT_BEFORE "section=%s; requires output section reordering:" 10297010c12aSrie@ MSG_ORD_SORT_AFTER "section=%s; output section reordered:" 10301dd9d86fSAli Bahrami@ MSG_ORD_HDR_1 " number of SHN_BEGIN=%u, ordered=%u, default=%u, \ 10311dd9d86fSAli Bahrami SHN_AFTER=%u" 1032e23c41c9SAli Bahrami@ MSG_ORD_TITLE_1 " %s=SHN_BEGIN: section=%s from %s" 1033e23c41c9SAli Bahrami@ MSG_ORD_TITLE_2 " %s=SHN_AFTER: section=%s from %s" 1034e23c41c9SAli Bahrami@ MSG_ORD_TITLE_3 " sort key=%u: section=%s from %s, %s=%s" 10357c478bd9Sstevel@tonic-gate 1036d326b23bSrie@ MSG_ORD_ERR_TITLE "the SHF_ORDERED section %s from %s has \ 10377c478bd9Sstevel@tonic-gate an error; flag ignored" 10387c478bd9Sstevel@tonic-gate 1039d326b23bSrie@ MSG_ORD_ERR_INFORANGE " the sh_info field is out of range" 1040d326b23bSrie@ MSG_ORD_ERR_ORDER " the section pointed by sh_info is an ordered section" 1041d326b23bSrie@ MSG_ORD_ERR_LINKRANGE " the sh_link field is out of range" 1042d326b23bSrie@ MSG_ORD_ERR_FLAGS " the sh_flag is incorrect" 1043d326b23bSrie@ MSG_ORD_ERR_CYCLIC " the sh_link is cyclic" 1044d326b23bSrie@ MSG_ORD_ERR_LINKINV " a section pointed to by sh_link has an error" 10457c478bd9Sstevel@tonic-gate 10467c478bd9Sstevel@tonic-gate# Link-Auditing Messages 10477c478bd9Sstevel@tonic-gate 10482020b2b6SRod Evans@ MSG_AUD_LIB "auditor %s: required by: %s %s" 10492020b2b6SRod Evans@ MSG_AUD_INTERFACE "auditor %s: provides interface: %s" 10502020b2b6SRod Evans 10512020b2b6SRod Evans@ MSG_AUD_VERSION "auditor %s: la_version(): %d: returned %d" 10522020b2b6SRod Evans@ MSG_AUD_ACTIVITY "auditor %s: la_activity(): %s %s" 10532020b2b6SRod Evans@ MSG_AUD_PREINIT "auditor %s: la_preinit(): %s" 10542020b2b6SRod Evans@ MSG_AUD_OBJFILTER "auditor %s: la_objfilter(): %s: filtee=%s [ %s ]" 10552020b2b6SRod Evans@ MSG_AUD_OBJFILTER_R "auditor %s: la_objfilter(): %s: returned 0 (filtee \ 10562020b2b6SRod Evans ignored)" 10572020b2b6SRod Evans@ MSG_AUD_OBJOPEN "auditor %s: la_objopen(): %s" 10582020b2b6SRod Evans@ MSG_AUD_OBJOPEN_R "auditor %s: la_objopen(): %s: returned %s" 10592020b2b6SRod Evans@ MSG_AUD_OBJOPEN_RI "auditor %s: la_objopen(): %s: returned %s (flags \ 10602020b2b6SRod Evans ignored)" 10612020b2b6SRod Evans@ MSG_AUD_OBJSEARCH "auditor %s: la_objsearch(): %s %s" 10622020b2b6SRod Evans@ MSG_AUD_OBJSEARCH_R "auditor %s: la_objsearch(): %s: alternative path \ 10632020b2b6SRod Evans returned: %s" 10642020b2b6SRod Evans@ MSG_AUD_OBJSEARCH_S "auditor %s: la_objsearch(): %s: alternative path \ 10652020b2b6SRod Evans returned: 0 (path skipped)" 10662020b2b6SRod Evans@ MSG_AUD_OBJCLOSE "auditor %s: la_objclose(): %s" 10672020b2b6SRod Evans@ MSG_AUD_SYMBIND "auditor %s: la_symbind(): %s: value: 0x%llx %s" 10682020b2b6SRod Evans@ MSG_AUD_SYMBIND_R "auditor %s: la_symbind(): %s: returned value: \ 10692020b2b6SRod Evans 0x%llx %s" 10702020b2b6SRod Evans@ MSG_AUD_PLTENTER "auditor %s: la_pltenter(): %s: value: 0x%llx" 10712020b2b6SRod Evans@ MSG_AUD_PLTENTER_R "auditor %s: la_pltenter(): %s: returned value: 0x%llx" 10722020b2b6SRod Evans@ MSG_AUD_PLTEXIT "auditor %s: la_pltexit(): %s" 10737c478bd9Sstevel@tonic-gate 10747247f888Srie@ MSG_AUD_IGNORE "file=%s; global auditing request ignored: object \ 10757247f888Srie did not initiate process" 1076c75e1b9dSrie@ MSG_AUD_SKIP "file=%s; skipped: using auditor from %s" 10772020b2b6SRod Evans@ MSG_AUD_TERM "file=%s; auditor has indicated path should be skipped" 1078c75e1b9dSrie 10797c478bd9Sstevel@tonic-gate# GOT Messages 10807c478bd9Sstevel@tonic-gate 10815aefb655Srie@ MSG_GOT_INFO "Global Offset Table information: (%u entries)" 10827c478bd9Sstevel@tonic-gate 10837c478bd9Sstevel@tonic-gate# TRANSLATION_NOTE 10847c478bd9Sstevel@tonic-gate# Do not translate .init or .fini, they represent reserved section names. 10857c478bd9Sstevel@tonic-gate 10867c478bd9Sstevel@tonic-gate@ MSG_UTL_INIT "calling .init (%s): %s" 10877c478bd9Sstevel@tonic-gate@ MSG_UTL_FINI "calling .fini: %s" 1088dffec89cSrie@ MSG_UTL_ARRAY "calling %s[%d]:0x%llx: %s" 10897c478bd9Sstevel@tonic-gate@ MSG_UTL_TRANS "transferring control: %s" 10907c478bd9Sstevel@tonic-gate@ MSG_UTL_INTOOLATE "loading after relocation has started: interposition \ 10917c478bd9Sstevel@tonic-gate request (DF_1_INTERPOSE) ignored: %s" 10927c478bd9Sstevel@tonic-gate 1093883c6d49Srie@ MSG_UTL_EDGE_TITLE_I "traversing %s dependency edge for interposer:" 1094883c6d49Srie@ MSG_UTL_EDGE_TITLE_S "traversing %s dependency edge:" 1095dffec89cSrie@ MSG_UTL_EDGE_START " node (%d): file=%s" 1096dffec89cSrie@ MSG_UTL_EDGE_IN " node (%d): file=%s: referenced by %s %s" 1097dffec89cSrie@ MSG_UTL_EDGE_OUT " node (%d): file=%s; cyclic dependency on %s" 1098dffec89cSrie@ MSG_UTL_COLLECT " [%d] %s; collecting %s section" 1099dffec89cSrie 11007c478bd9Sstevel@tonic-gate@ MSG_UTL_SORT "from sorted order" 11017c478bd9Sstevel@tonic-gate@ MSG_UTL_PEND "pending" 11027c478bd9Sstevel@tonic-gate@ MSG_UTL_DYN "dynamically triggered" 11037c478bd9Sstevel@tonic-gate@ MSG_UTL_DONE "done" 11047c478bd9Sstevel@tonic-gate 11057c478bd9Sstevel@tonic-gate@ MSG_UTL_DBNOTIFY "notify debugger: event: %s state: %s" 11067c478bd9Sstevel@tonic-gate 1107dffec89cSrie@ MSG_UTL_SCC_TITLE " cycle detected - sorting cyclic dependencies in %s" 1108dffec89cSrie@ MSG_UTL_SCC_SUBI "reverse load-order" 1109dffec89cSrie@ MSG_UTL_SCC_SUBF "load-order" 11107c478bd9Sstevel@tonic-gate 111110a4fa49Srie@ MSG_UTL_LCINTERFACE "file=%s; provides interface [%s]: 0x%llx" 111210a4fa49Srie 11137c478bd9Sstevel@tonic-gate# Generic strings 11147c478bd9Sstevel@tonic-gate 11157c478bd9Sstevel@tonic-gate@ MSG_STR_IGNORE "ignored" 11167c478bd9Sstevel@tonic-gate@ MSG_STR_ENTERED "entered" 111708278a5eSRod Evans@ MSG_STR_ORIGINAL "original" 111869112eddSAli Bahrami@ MSG_STR_EXCLUDE "exclude" 111969112eddSAli Bahrami@ MSG_STR_RESET "reset" 11207c478bd9Sstevel@tonic-gate@ MSG_STR_IN " in" 11217c478bd9Sstevel@tonic-gate@ MSG_STR_OUT "out" 11227c478bd9Sstevel@tonic-gate@ MSG_STR_ACT "act" 112369112eddSAli Bahrami@ MSG_STR_CURRENT "current" 112469112eddSAli Bahrami@ MSG_STR_ADD "add" 11257c478bd9Sstevel@tonic-gate@ MSG_STR_OLD "old" 11267c478bd9Sstevel@tonic-gate@ MSG_STR_NEW "new" 112769112eddSAli Bahrami@ MSG_STR_NEW_IMPLICIT "new (implicit)" 11287c478bd9Sstevel@tonic-gate@ MSG_STR_RESOLVED "resolved" 112969112eddSAli Bahrami@ MSG_STR_ADDING "adding" 11307c478bd9Sstevel@tonic-gate@ MSG_STR_UP_1 "updating" 11317c478bd9Sstevel@tonic-gate@ MSG_STR_UP_2 "updated" 113269112eddSAli Bahrami@ MSG_STR_ALLOW "allow" 113369112eddSAli Bahrami@ MSG_STR_REQUIRE "require" 113469112eddSAli Bahrami@ MSG_STR_MOD_BEFORE "modify (before)" 113569112eddSAli Bahrami@ MSG_STR_MOD_AFTER "modify (after)" 11367c478bd9Sstevel@tonic-gate 11377c478bd9Sstevel@tonic-gate@ MSG_STR_UNKNOWN "<unknown>" 11387c478bd9Sstevel@tonic-gate@ MSG_STR_ORPHAN "<orphan>" 11397c478bd9Sstevel@tonic-gate 11407c478bd9Sstevel@tonic-gate@ MSG_STR_UNUSED "(unused)" 11417c478bd9Sstevel@tonic-gate@ MSG_STR_AGAIN "(again)" 11427c478bd9Sstevel@tonic-gate@ MSG_STR_NULL "(null)" 11437c478bd9Sstevel@tonic-gate@ MSG_STR_ALTER " (alternate)" 11447c478bd9Sstevel@tonic-gate@ MSG_STR_COPYZERO " (copy zero's unnecessary)" 11457c478bd9Sstevel@tonic-gate@ MSG_STR_TEMPORARY " (temporary)" 11469aa23310Srie@ MSG_STR_RETRY " (retry) " 11477c478bd9Sstevel@tonic-gate 11487c478bd9Sstevel@tonic-gate# TLS related messages 11497c478bd9Sstevel@tonic-gate 1150d326b23bSrie@ MSG_TLS_STATBLOCK1 "static TLS module: [%ld] %s" 1151d326b23bSrie@ MSG_TLS_STATBLOCK2 "static TLS reservation: in use %#llx: \ 1152d326b23bSrie additional backup: %#llx" 1153d326b23bSrie@ MSG_TLS_STATBLOCK3 "static TLS requirement: [%ld] %s: size %#llx: \ 1154d326b23bSrie satisfied from backup reservation: remaining %#llx" 1155d326b23bSrie@ MSG_TLS_MODENT1 " block: %#18llx soff: %#10llx flags: %#llx \ 1156d326b23bSrie %s" 1157d326b23bSrie@ MSG_TLS_MODENT2 " filesz: %#18llx memsz: %#10llx modid: %lld" 11587c478bd9Sstevel@tonic-gate@ MSG_TLS_MODACT "%s TLS module: %s" 11597c478bd9Sstevel@tonic-gate@ MSG_TLS_ADD "add" 11607c478bd9Sstevel@tonic-gate@ MSG_TLS_REMOVE "remove" 11617c478bd9Sstevel@tonic-gate 11627c478bd9Sstevel@tonic-gate# Statistics related messages 11637c478bd9Sstevel@tonic-gate 11647c478bd9Sstevel@tonic-gate@ MSG_STATS_AR "archive %s: count=%d, used=%d (%d%%)" 11657c478bd9Sstevel@tonic-gate 11667c478bd9Sstevel@tonic-gate@ MSG_STATS_GENERAL "General Statistics:" 11677c478bd9Sstevel@tonic-gate@ MSG_STATS_FILES " Input files: relocatables=%lld \ 11687c478bd9Sstevel@tonic-gate shared objects=%lld archives=%lld" 1169c174926fSrie@ MSG_STATS_SYMBOLS_OUT " Symbols output: globals=%-10lld locals=%lld" 1170c174926fSrie@ MSG_STATS_SYMBOLS_IN " Symbols input: globals=%-10lld scoped=%-10lld \ 1171c174926fSrie eliminated=%lld" 1172bf994817SAli Bahrami@ MSG_STATS_REL_OUT " Relocations output: records=%lld" 1173bf994817SAli Bahrami@ MSG_STATS_REL_IN " Relocations input: records=%-10lld applied=%lld" 1174bf994817SAli Bahrami@ MSG_STATS_REL_TICACHE " Relocation Cache" 1175bf994817SAli Bahrami@ MSG_STATS_REL_TIACT "Active" 1176bf994817SAli Bahrami@ MSG_STATS_REL_TIOUT "Output" 1177bf994817SAli Bahrami@ MSG_STATS_REL_CACHE " %s: buffers=%d, used=%lld/%lld (%d%%), \ 1178bf994817SAli Bahrami size=%lld%s" 1179bf994817SAli Bahrami@ MSG_STATS_REL_ACACHE " Aux: buffers=%d, used=%lld/%lld (%d%%), \ 1180bf994817SAli Bahrami size=%lld%s" 11817c478bd9Sstevel@tonic-gate 118208278a5eSRod Evans# Capabilities messages 11837c478bd9Sstevel@tonic-gate 118408278a5eSRod Evans@ MSG_CAP_SYS_HW_1 "hardware capabilities (CA_SUNW_HW_1) - %s" 118508278a5eSRod Evans@ MSG_CAP_SYS_SF_1 "software capabilities (CA_SUNW_SF_1) - %s" 118608278a5eSRod Evans@ MSG_CAP_SYS_MACH "machine capability (CA_SUNW_MACH) - %s" 118708278a5eSRod Evans@ MSG_CAP_SYS_PLAT "platform capability (CA_SUNW_PLAT) - %s" 118808278a5eSRod Evans@ MSG_CAP_SYS_HW_2 "hardware capabilities (CA_SUNW_HW_2) - %s" 118908278a5eSRod Evans 119008278a5eSRod Evans@ MSG_CAP_ALT_HW_1 "alternative hardware capabilities (CA_SUNW_HW_1) - %s" 119108278a5eSRod Evans@ MSG_CAP_ALT_SF_1 "alternative software capabilities (CA_SUNW_SF_1) - %s" 119208278a5eSRod Evans@ MSG_CAP_ALT_MACH "alternative machine capability (CA_SUNW_MACH) - %s" 119308278a5eSRod Evans@ MSG_CAP_ALT_PLAT "alternative platform capability (CA_SUNW_PLAT) - %s" 119408278a5eSRod Evans@ MSG_CAP_ALT_HW_2 "alternative hardware capabilities (CA_SUNW_HW_2) - %s" 11957c478bd9Sstevel@tonic-gate 119669112eddSAli Bahrami@ MSG_CAP_SEC_TITLE "capabilities; input file=%s" 119708278a5eSRod Evans@ MSG_CAP_SEC_ENTRY "%12.12s %-15.15s %s" 11987c478bd9Sstevel@tonic-gate 119908278a5eSRod Evans@ MSG_CAP_CANDIDATE "obj=%s; capabilities candidate" 120008278a5eSRod Evans@ MSG_CAP_POST_TITLE "capabilities post processing" 12017c478bd9Sstevel@tonic-gate 120208278a5eSRod Evans@ MSG_CAP_FILTER_1 "dir=%s; capability directory filtered by %s" 120308278a5eSRod Evans@ MSG_CAP_FILTER_2 "dir=%s; no capability objects found" 12045aefb655Srie 12051c1abfbcSRod Evans@ MSG_CAP_IDENTICAL "obj=%s and obj=%s: have identical capabilities: both \ 12061c1abfbcSRod Evans objects ignored" 12071c1abfbcSRod Evans 12085aefb655Srie@ MSG_ELF_HEADER "ELF Header" 12095aefb655Srie 12105aefb655Srie# Capabilities entries. 12115aefb655Srie# TRANSLATION_NOTE - the following two entries provide for a series of one or 12125aefb655Srie# more capabilities table entries that align with the initial title. 12135aefb655Srie 12145aefb655Srie@ MSG_CAP_ELF_TITLE " index tag value" 12155aefb655Srie@ MSG_CAP_ELF_ENTRY "%10.10s %-15.15s %s" 12165aefb655Srie 12175aefb655Srie# Dynamic entries. 12185aefb655Srie# TRANSLATION_NOTE - the following two entries provide for a series of one or 12195aefb655Srie# more dynamic table entries that align with the initial title. 12205aefb655Srie 12215aefb655Srie@ MSG_DYN_TITLE " index tag value" 12225aefb655Srie@ MSG_DYN_ENTRY "%10.10s %-16.16s %-#16llx %s" 12235aefb655Srie 12245aefb655Srie# Symbol table entries. 12255aefb655Srie# TRANSLATION_NOTE - the following entries provide for a series of one or more 12265aefb655Srie# standard 32-bit symbol table entries that align with the initial title. 12275aefb655Srie 12285aefb655Srie@ MSG_SYM_EFS_TITLE_32 " index value size type bind \ 12295aefb655Srie oth ver shndx name" 12305aefb655Srie@ MSG_SYM_LDS_TITLE_32 " value size type bind \ 12315aefb655Srie oth ver shndx" 12323b41b08bSab196087@ MSG_SYM_EFS_ENTRY_32 "%10.10s %10.10s 0x%8.8x %4s %4s %2s %4s \ 12335aefb655Srie %-14.14s %s" 12345aefb655Srie 12355aefb655Srie# TRANSLATION_NOTE - the following entries provide for a series of one or more 12365aefb655Srie# long 32-bit symbol table entries that align with the initial title. 12375aefb655Srie 12385aefb655Srie@ MSG_SYM_EFL_TITLE_32 " index value size type bind \ 12395aefb655Srie oth ver shndx / name" 12405aefb655Srie@ MSG_SYM_LDL_TITLE_32 " value size type bind \ 12415aefb655Srie oth ver shndx" 12423b41b08bSab196087@ MSG_SYM_EFL_ENTRY_32 "%10.10s %10.10s 0x%8.8x %4s %4s %2s %4s \ 12435aefb655Srie %-14s %s" 12445aefb655Srie 12455aefb655Srie# TRANSLATION_NOTE - the following entries provide for a series of one or more 12465aefb655Srie# standard 64-bit symbol table entries that align with the initial title. 12475aefb655Srie 12485aefb655Srie@ MSG_SYM_EFS_TITLE_64 " index value size \ 12495aefb655Srie type bind oth ver shndx name" 12505aefb655Srie@ MSG_SYM_LDS_TITLE_64 " value size \ 12515aefb655Srie type bind oth ver shndx" 12523b41b08bSab196087@ MSG_SYM_EFS_ENTRY_64 "%10.10s %18.18s 0x%16.16llx %4s %4s %2s %4s \ 12535aefb655Srie %-14.14s %s" 12545aefb655Srie 12555aefb655Srie# TRANSLATION_NOTE - the following entries provide for a series of one or more 12565aefb655Srie# long 64-bit symbol table entries that align with the initial title. 12575aefb655Srie 12585aefb655Srie@ MSG_SYM_EFL_TITLE_64 " index value size \ 12595aefb655Srie type bind oth ver shndx / name" 12605aefb655Srie@ MSG_SYM_LDL_TITLE_64 " value size \ 12615aefb655Srie type bind oth ver shndx" 12623b41b08bSab196087@ MSG_SYM_EFL_ENTRY_64 "%10.10s %18.18s 0x%16.16llx %4s %4s %2s %4s \ 12635aefb655Srie %-14s %s" 12645aefb655Srie 12655aefb655Srie 12665aefb655Srie# Syminfo entries. 12675aefb655Srie# TRANSLATION_NOTE - the following two entries provide for a series of one or 12685aefb655Srie# more symbol information table entries that align with the initial title. 12695aefb655Srie 12705aefb655Srie@ MSG_SYMINFO_TITLE " index flags \ 12715aefb655Srie bound to symbol" 12729a411307Srie@ MSG_SYMINFO_ENTRY "%10.10s %-8s %7s %-24s %s" 12735aefb655Srie 127408278a5eSRod Evans@ MSG_SYMINFO_CAP "<symbol capabilities>" 12755aefb655Srie@ MSG_SYMINFO_SELF "<self>" 12765aefb655Srie@ MSG_SYMINFO_PARENT "<parent>" 12775aefb655Srie@ MSG_SYMINFO_EXTERN "<extern>" 12785aefb655Srie 12795aefb655Srie 12805aefb655Srie# Global offset table entries. 1281d326b23bSrie# TRANSLATION_NOTE - the following two entries are used by elfdump(1), and 1282d326b23bSrie# provide for a series of one or more 32-bit got table entries that align with 1283d326b23bSrie# the initial title. 12845aefb655Srie 12855aefb655Srie@ MSG_GOT_TITLE_32 " index addr value \ 12865aefb655Srie pending relocation" 12875aefb655Srie@ MSG_GOT_ENTRY_RE_32 "%10.10s 0x%08llx 0x%08llx %-24s %s" 12885aefb655Srie@ MSG_GOT_ENTRY_NR_32 "%10.10s 0x%08llx 0x%08llx" 12895aefb655Srie 1290d326b23bSrie# TRANSLATION_NOTE - the following two entries are used by elfdump(1), and 1291d326b23bSrie# provide for a series of one or more 64-bit got table entries that align with 1292d326b23bSrie# the initial title. 12935aefb655Srie 12945aefb655Srie@ MSG_GOT_TITLE_64 " index addr \ 12955aefb655Srie value pending relocation" 12965aefb655Srie@ MSG_GOT_ENTRY_RE_64 "%10.10s 0x%016llx 0x%016llx %-24s %s" 12975aefb655Srie@ MSG_GOT_ENTRY_NR_64 "%10.10s 0x%016llx 0x%016llx" 12985aefb655Srie 1299d326b23bSrie# TRANSLATION_NOTE - the following three entries are used by ld(1), and provide 1300d326b23bSrie# for a series of one or more 32-bit got table entries that align with one of 1301d326b23bSrie# the initial titles. 1302d326b23bSrie 1303d326b23bSrie@ MSG_GOT_COLUMNS1_32 " index ref offset addend symbol" 1304d326b23bSrie@ MSG_GOT_COLUMNS2_32 " index ref offset value symbol" 1305d326b23bSrie@ MSG_GOT_FORMAT1_32 "%10.10s %3s 0x%08llx 0x%08llx %s" 1306d326b23bSrie@ MSG_GOT_FORMAT2_32 "%10.10s %3s 0x%08llx 0x%08llx %s:%s" 1307d326b23bSrie 1308d326b23bSrie# TRANSLATION_NOTE - the following three entries are used by ld(1), and provide 1309d326b23bSrie# for a series of one or more 64-bit got table entries that align with one of 1310d326b23bSrie# the initial titles. 1311d326b23bSrie 1312d326b23bSrie@ MSG_GOT_COLUMNS1_64 " index ref offset \ 1313d326b23bSrie addend symbol" 1314d326b23bSrie@ MSG_GOT_COLUMNS2_64 " index ref offset \ 1315d326b23bSrie value symbol" 1316d326b23bSrie@ MSG_GOT_FORMAT1_64 "%10.10s %3s 0x%016llx 0x%016llx %s" 1317d326b23bSrie@ MSG_GOT_FORMAT2_64 "%10.10s %3s 0x%016llx 0x%016llx %s:%s" 13185aefb655Srie 13195aefb655Srie# Version table entries. 13205aefb655Srie@ MSG_VER_DEF " index version dependency" 13215aefb655Srie@ MSG_VER_NEED " file version" 1322d840867fSab196087@ MSG_VER_NEED_GNUVER " index file version" 13235aefb655Srie 13245aefb655Srie@ MSG_VER_LINE_1 "%10.10s %-26.26s %-20s %s" 13255aefb655Srie@ MSG_VER_LLINE_1 "%10s %-26s %-20s %s" 13265aefb655Srie@ MSG_VER_LINE_2 "%47s %s" 13275aefb655Srie@ MSG_VER_LINE_3 "%38s %-20s %s" 13285aefb655Srie@ MSG_VER_LINE_4 " %s" 13295aefb655Srie@ MSG_VER_LINE_5 " %-26.26s %s" 13305aefb655Srie@ MSG_VER_LLINE_5 " %-26s %s" 13315aefb655Srie 13325aefb655Srie 13335aefb655Srie# Relocation entries. 13345aefb655Srie# TRANSLATION_NOTE - the following strings are used by elfdump(1). These 13355aefb655Srie# strings provide for a series of one or more 32-bit relocation table entries, 13365aefb655Srie# using truncated section names, that align with one of the initial titles. 13375aefb655Srie 13385aefb655Srie@ MSG_REL_EFSA_TITLE_32 " type offset addend \ 13395aefb655Srie section symbol" 13405aefb655Srie@ MSG_REL_EFSN_TITLE_32 " type offset \ 13415aefb655Srie section symbol" 13425aefb655Srie@ MSG_REL_EFSA_ENTRY_32 " %-24s %#10llx %#10llx %-14.14s %s" 13435aefb655Srie@ MSG_REL_EFSN_ENTRY_32 " %-24s %#10llx %-14.14s %s" 13445aefb655Srie 13455aefb655Srie# TRANSLATION_NOTE - the following strings are used by elfdump(1). These 13465aefb655Srie# strings provide for a series of one or more 32-bit relocation table entries, 13475aefb655Srie# using long section names, that align with one of the initial titles. 13485aefb655Srie 13495aefb655Srie@ MSG_REL_EFLA_TITLE_32 " type offset addend \ 13505aefb655Srie section / symbol" 13515aefb655Srie@ MSG_REL_EFLN_TITLE_32 " type offset \ 13525aefb655Srie section / symbol" 13535aefb655Srie@ MSG_REL_EFLA_ENTRY_32 " %-24s %#10llx %#10llx %-14s %s" 13545aefb655Srie@ MSG_REL_EFLN_ENTRY_32 " %-24s %#10llx %-14s %s" 13555aefb655Srie 13565aefb655Srie 13575aefb655Srie# TRANSLATION_NOTE - the following strings are used by ld.so.1(1). These 13585aefb655Srie# strings provide for a series of one or more 32-bit relocation table entries, 13595aefb655Srie# that align with the initial titles. 13605aefb655Srie 13615aefb655Srie@ MSG_REL_RTA_TITLE_32 " type offset \ 13625aefb655Srie addend symbol" 13635aefb655Srie@ MSG_REL_RTN_TITLE_32 " type offset \ 13645aefb655Srie value symbol" 13655aefb655Srie@ MSG_REL_RTV_TITLE_32 " value" 1366c1c6f601Srie@ MSG_REL_RTA_ENTRY_32 " %5s %-24s %#10llx %#10llx %s %s" 1367c1c6f601Srie@ MSG_REL_RTN_ENTRY_32 " %5s %-24s %#10llx %s %s" 13685aefb655Srie@ MSG_REL_RT_APLVAL_32 " apply %#10llx %#10llx" 13695aefb655Srie@ MSG_REL_RT_APLREG_32 " apply %10.10s %#10llx" 13705aefb655Srie 13715aefb655Srie 13725aefb655Srie# TRANSLATION_NOTE - the following strings are used by ld(1). These strings 13735aefb655Srie# provide for a series of one or more 32-bit relocation table entries, using 13745aefb655Srie# truncated section names, that align with one of the initial titles. 13755aefb655Srie 13765aefb655Srie@ MSG_REL_LDSA_TITLE_32 " type \ 13775aefb655Srie offset addend section symbol" 13785aefb655Srie@ MSG_REL_LDSN_TITLE_32 " type \ 13795aefb655Srie offset section symbol" 13805aefb655Srie@ MSG_REL_LDSA_ENTRY_32 " %5s %-24s %#10llx %#10llx %-14.14s %s %s" 13815aefb655Srie@ MSG_REL_LDSN_ENTRY_32 " %5s %-24s %#10llx %-14.14s %s %s" 13825aefb655Srie 1383635216b6SRod Evans@ MSG_REL_LDSV_TITLE_32 " type \ 1384635216b6SRod Evans offset value section symbol" 1385635216b6SRod Evans 13865aefb655Srie# TRANSLATION_NOTE - the following strings are used by ld(1). These strings 13875aefb655Srie# provide for a series of one or more 32-bit relocation table entries, using 13885aefb655Srie# long section names, that align with one of the initial titles. 13895aefb655Srie 13905aefb655Srie@ MSG_REL_LDLA_TITLE_32 " type \ 13915aefb655Srie offset addend section / symbol" 13925aefb655Srie@ MSG_REL_LDLN_TITLE_32 " type \ 13935aefb655Srie offset section / symbol" 13945aefb655Srie@ MSG_REL_LDLA_ENTRY_32 " %5s %-24s %#10llx %#10llx %-14s %s %s" 13955aefb655Srie@ MSG_REL_LDLN_ENTRY_32 " %5s %-24s %#10llx %-14s %s %s" 13965aefb655Srie 1397635216b6SRod Evans@ MSG_REL_LDLV_TITLE_32 " type \ 1398635216b6SRod Evans offset value section / symbol" 13995aefb655Srie 14005aefb655Srie# TRANSLATION_NOTE - the following strings are used by elfdump(1). These 14015aefb655Srie# strings provide for a series of one or more 64-bit relocation table entries, 14025aefb655Srie# using truncated section names, that align with one of the initial titles. 14035aefb655Srie 14045aefb655Srie@ MSG_REL_EFSA_TITLE_64 " type \ 14055aefb655Srie offset addend section symbol" 14065aefb655Srie@ MSG_REL_EFSN_TITLE_64 " type \ 14075aefb655Srie offset section symbol" 14085aefb655Srie@ MSG_REL_EFSA_ENTRY_64 " %-24s %#18llx %#18llx %-14.14s %s" 14095aefb655Srie@ MSG_REL_EFSN_ENTRY_64 " %-24s %#18llx %-14.14s %s" 14105aefb655Srie 14115aefb655Srie# TRANSLATION_NOTE - the following strings are used by elfdump(1). These 14125aefb655Srie# strings provide for a series of one or more 64-bit relocation table entries, 14135aefb655Srie# using long section names, that align with one of the initial titles. 14145aefb655Srie 14155aefb655Srie@ MSG_REL_EFLA_TITLE_64 " type \ 14165aefb655Srie offset addend section / symbol" 14175aefb655Srie@ MSG_REL_EFLN_TITLE_64 " type \ 14185aefb655Srie offset section / symbol" 14195aefb655Srie@ MSG_REL_EFLA_ENTRY_64 " %-24s %#18llx %#18llx %-14s %s" 14205aefb655Srie@ MSG_REL_EFLN_ENTRY_64 " %-24s %#18llx %-14s %s" 14215aefb655Srie 14225aefb655Srie 14235aefb655Srie# TRANSLATION_NOTE - the following strings are used by ld.so.1(1). These 14245aefb655Srie# strings provide for a series of one or more 64-bit relocation table entries, 14255aefb655Srie# that align with the initial titles. 14265aefb655Srie 14275aefb655Srie@ MSG_REL_RTA_TITLE_64 " type \ 14285aefb655Srie offset addend symbol" 14295aefb655Srie@ MSG_REL_RTN_TITLE_64 " type \ 14305aefb655Srie offset value symbol" 14315aefb655Srie@ MSG_REL_RTV_TITLE_64 " value" 1432c1c6f601Srie@ MSG_REL_RTA_ENTRY_64 " %5s %-24s %#18llx %#18llx %s %s" 1433c1c6f601Srie@ MSG_REL_RTN_ENTRY_64 " %5s %-24s %#18llx %s %s" 14345aefb655Srie@ MSG_REL_RT_APLVAL_64 " apply %#18llx %#18llx" 14355aefb655Srie@ MSG_REL_RT_APLREG_64 " apply %18.18s %#18llx" 14365aefb655Srie 14375aefb655Srie# TRANSLATION_NOTE - the following strings are used by ld(1). These strings 14385aefb655Srie# provide for a series of one or more 64-bit relocation table entries, using 14395aefb655Srie# truncated section names, that align with one of the initial titles. 14405aefb655Srie 14415aefb655Srie@ MSG_REL_LDSA_TITLE_64 " type \ 14425aefb655Srie offset addend section symbol" 14435aefb655Srie@ MSG_REL_LDSN_TITLE_64 " type \ 14445aefb655Srie offset section symbol" 14455aefb655Srie@ MSG_REL_LDSA_ENTRY_64 " %5s %-24s %#18llx %#18llx %-14.14s %s %s" 14465aefb655Srie@ MSG_REL_LDSN_ENTRY_64 " %5s %-24s %#18llx %-14.14s %s %s" 14475aefb655Srie 1448635216b6SRod Evans@ MSG_REL_LDSV_TITLE_64 " type \ 1449635216b6SRod Evans offset value section symbol" 1450635216b6SRod Evans 14515aefb655Srie# TRANSLATION_NOTE - the following strings are used by ld(1). These strings 14525aefb655Srie# provide for a series of one or more 64-bit relocation table entries, using 14535aefb655Srie# long section names, that align with one of the initial titles. 14545aefb655Srie 14555aefb655Srie@ MSG_REL_LDLA_TITLE_64 " type \ 14565aefb655Srie offset addend section / symbol" 14575aefb655Srie@ MSG_REL_LDLN_TITLE_64 " type \ 14585aefb655Srie offset section / symbol" 14595aefb655Srie@ MSG_REL_LDLA_ENTRY_64 " %5s %-24s %#18llx %#18llx %-14s %s %s" 14605aefb655Srie@ MSG_REL_LDLN_ENTRY_64 " %5s %-24s %#18llx %-14s %s %s" 14615aefb655Srie 1462635216b6SRod Evans@ MSG_REL_LDLV_TITLE_64 " type \ 1463635216b6SRod Evans offset value section / symbol" 1464635216b6SRod Evans 146598c080d5SRod Evans# dl*() family messages 146620272c2eSAli Bahrami 146798c080d5SRod Evans@ MSG_DL_IPHDR_ENTER "dl_iterate_phdr() called from file=%s" 146898c080d5SRod Evans@ MSG_DL_IPHDR_MAPCNG "dl_iterate_phdr() object map/unmap in callback" 146998c080d5SRod Evans@ MSG_DL_IPHDR_UNMAP "dl_iterate_phdr() early return due to object unmap" 147098c080d5SRod Evans@ MSG_DL_IPHDR_CALLBACK "dl_iterate_phdr() callback" 147198c080d5SRod Evans@ MSG_DL_IPHDR_NAME " dlpi_name: %s" 147298c080d5SRod Evans@ MSG_DL_IPHDR_MAPCNT " dlpi_adds: %-18llu dlpi_subs: %-18llu" 147320272c2eSAli Bahrami 147498c080d5SRod Evans@ MSG_DL_IPHDR_ADDR_32 " dlpi_addr: %#-10llx" 147598c080d5SRod Evans@ MSG_DL_IPHDR_PHDR_32 " dlpi_phdr: %#-10llx dlpi_phnum: %u" 147620272c2eSAli Bahrami 147798c080d5SRod Evans@ MSG_DL_IPHDR_ADDR_64 " dlpi_addr: %#-18llx" 147898c080d5SRod Evans@ MSG_DL_IPHDR_PHDR_64 " dlpi_phdr: %#-18llx dlpi_phnum: %u" 147998c080d5SRod Evans 148098c080d5SRod Evans@ MSG_DL_DLCLOSE "file=%s; dlclose() called from file=%s %s" 148198c080d5SRod Evans@ MSG_DL_DLDUMP "file=%s; dldump() called from file=%s: dumping to \ 148298c080d5SRod Evans file=%s %s" 148398c080d5SRod Evans@ MSG_DL_DLOPEN "file=%s; dlopen() called from file=%s %s %s" 148498c080d5SRod Evans 148598c080d5SRod Evans@ MSG_DL_DLADDR "dladdr() called from file=%s: %#llx" 148698c080d5SRod Evans@ MSG_DL_DLERROR "dlerror() called from file=%s: %s" 148798c080d5SRod Evans@ MSG_DL_DLINFO "dlinfo() called from file=%s: handle=%s, request=%s, \ 148898c080d5SRod Evans user data=%#llx" 148920272c2eSAli Bahrami 14907c478bd9Sstevel@tonic-gate@ _END_ 14917c478bd9Sstevel@tonic-gate 14927c478bd9Sstevel@tonic-gate# Debug enabling tokens (for now these are untranslated) 14937c478bd9Sstevel@tonic-gate 14947c478bd9Sstevel@tonic-gate@ MSG_TOK_ALL "all" 14957c478bd9Sstevel@tonic-gate@ MSG_TOK_ARGS "args" 14967c478bd9Sstevel@tonic-gate@ MSG_TOK_BINDINGS "bindings" 149798c080d5SRod Evans@ MSG_TOK_DL "dl" 14987c478bd9Sstevel@tonic-gate@ MSG_TOK_CAP "cap" 14997c478bd9Sstevel@tonic-gate@ MSG_TOK_BASIC "basic" 15007c478bd9Sstevel@tonic-gate@ MSG_TOK_ENTRY "entry" 15017c478bd9Sstevel@tonic-gate@ MSG_TOK_FILES "files" 15027c478bd9Sstevel@tonic-gate@ MSG_TOK_HELP "help" 1503dffec89cSrie@ MSG_TOK_INIT "init" 15047c478bd9Sstevel@tonic-gate@ MSG_TOK_LIBS "libs" 15057c478bd9Sstevel@tonic-gate@ MSG_TOK_MAP "map" 15067c478bd9Sstevel@tonic-gate@ MSG_TOK_RELOC "reloc" 15077c478bd9Sstevel@tonic-gate@ MSG_TOK_SECTIONS "sections" 15087c478bd9Sstevel@tonic-gate@ MSG_TOK_SEGMENTS "segments" 15097c478bd9Sstevel@tonic-gate@ MSG_TOK_SUPPORT "support" 15107c478bd9Sstevel@tonic-gate@ MSG_TOK_SYMBOLS "symbols" 15117c478bd9Sstevel@tonic-gate@ MSG_TOK_TLS "tls" 15127c478bd9Sstevel@tonic-gate@ MSG_TOK_VERSIONS "versions" 15137c478bd9Sstevel@tonic-gate@ MSG_TOK_AUDIT "audit" 15147c478bd9Sstevel@tonic-gate@ MSG_TOK_GOT "got" 15157c478bd9Sstevel@tonic-gate@ MSG_TOK_MOVE "move" 15167c478bd9Sstevel@tonic-gate@ MSG_TOK_DEMANGLE "demangle" 15177c478bd9Sstevel@tonic-gate@ MSG_TOK_STRTAB "strtab" 15185aefb655Srie@ MSG_TOK_STATS "statistics" 15197c478bd9Sstevel@tonic-gate@ MSG_TOK_UNUSED "unused" 15207c478bd9Sstevel@tonic-gate 15215aefb655Srie@ MSG_TOK_DETAIL "detail" 15225aefb655Srie@ MSG_TOK_LONG "long" 15237c478bd9Sstevel@tonic-gate@ MSG_TOK_NAME "name" 15247c478bd9Sstevel@tonic-gate@ MSG_TOK_FULLNAME "fullname" 15257c478bd9Sstevel@tonic-gate@ MSG_TOK_CLASS "class" 15265aefb655Srie@ MSG_TOK_LMID "lmid" 15272017c965SRod Evans@ MSG_TOK_TTIME "ttime" 15282017c965SRod Evans@ MSG_TOK_DTIME "dtime" 15292017c965SRod Evans 1530e23c41c9SAli Bahrami@ MSG_TOK_OUTFILE "output" 1531e23c41c9SAli Bahrami 1532e23c41c9SAli Bahrami@ MSG_TOK_LMID_ALL "ALL" 1533e23c41c9SAli Bahrami@ MSG_TOK_LMID_ALT "ALT" 1534e23c41c9SAli Bahrami@ MSG_TOK_LMID_BASE "BASE" 1535e23c41c9SAli Bahrami@ MSG_TOK_LMID_LDSO "LDSO" 1536e23c41c9SAli Bahrami 15377c478bd9Sstevel@tonic-gate 15387c478bd9Sstevel@tonic-gate# The following strings represent reserved words, files, pathnames and symbols. 15397c478bd9Sstevel@tonic-gate# Reference to this strings is via the MSG_ORIG() macro, and thus no message 15407c478bd9Sstevel@tonic-gate# translation is required. 15417c478bd9Sstevel@tonic-gate 15427c478bd9Sstevel@tonic-gate@ MSG_STR_EMPTY "" 15437c478bd9Sstevel@tonic-gate@ MSG_STR_DELIMIT ",:" 15440e233487SRod Evans@ MSG_STR_COMDAT "COMDAT " 15457c478bd9Sstevel@tonic-gate 15467c478bd9Sstevel@tonic-gate@ MSG_SCN_GOT ".got" 15477c478bd9Sstevel@tonic-gate@ MSG_SCN_PLT ".plt" 15487c478bd9Sstevel@tonic-gate@ MSG_SCN_BSS ".bss" 15497c478bd9Sstevel@tonic-gate@ MSG_SCN_INIT ".init" 15507c478bd9Sstevel@tonic-gate@ MSG_SCN_FINI ".fini" 15517c478bd9Sstevel@tonic-gate@ MSG_SCN_INITARRAY ".initarray" 15527c478bd9Sstevel@tonic-gate@ MSG_SCN_FINIARRAY ".finiarray" 15537c478bd9Sstevel@tonic-gate@ MSG_SCN_PREINITARRAY ".preinitarray" 15547c478bd9Sstevel@tonic-gate 15557010c12aSrie@ MSG_SH_INFO "sh_info" 15567010c12aSrie@ MSG_SH_LINK "sh_link" 15577010c12aSrie 1558dffec89cSrie@ MSG_UTL_SCC_ENTRY " [%d] %s" 15597c478bd9Sstevel@tonic-gate 15607c478bd9Sstevel@tonic-gate@ MSG_FMT_INDEX " [%d]" 15613244bcaaSab196087@ MSG_FMT_INDEX_RANGE " [%d-%d]" 15627c478bd9Sstevel@tonic-gate@ MSG_FMT_STR "%s" 15637c478bd9Sstevel@tonic-gate@ MSG_FMT_PATH "%s/%s" 15647c478bd9Sstevel@tonic-gate 15657c478bd9Sstevel@tonic-gate@ MSG_PTH_OBJECT "/tmp/ld.so-OBJECT-" 15667c478bd9Sstevel@tonic-gate 15677c478bd9Sstevel@tonic-gate@ MSG_SUNW_OST_SGS "SUNW_OST_SGS" 15687c478bd9Sstevel@tonic-gate 15697c478bd9Sstevel@tonic-gate# Entrance criteria messages 15707c478bd9Sstevel@tonic-gate 157169112eddSAli Bahrami@ MSG_ECR_NAME " ec_name: %s" 157269112eddSAli Bahrami@ MSG_ECR_FLAGS " ec_flags: %s" 157369112eddSAli Bahrami@ MSG_ECR_IS_NAME " ec_is_name: %-8s ec_attrmask: %s" 15747c478bd9Sstevel@tonic-gate@ MSG_ECR_SEGMENT " ec_segment: %-8s ec_attrbits: %s" 157569112eddSAli Bahrami@ MSG_ECR_NDX " ec_ordndx: %-8d ec_type: %s" 15767c478bd9Sstevel@tonic-gate@ MSG_ECR_FILES " ec_files:" 157769112eddSAli Bahrami@ MSG_ECR_FILE " %-21s %s" 157869112eddSAli Bahrami 157969112eddSAli Bahrami@ MSG_MAP_SORT_SEG " %s" 158069112eddSAli Bahrami@ MSG_MAP_SORT_SEG_NAME " %-20s %s" 158169112eddSAli Bahrami@ MSG_MAP_SORT_SEG_V " %-20s %-20s p_vaddr=0x%llx" 158269112eddSAli Bahrami@ MSG_MAP_SORT_SEG_O " %-20s %-20s order=%d" 15837c478bd9Sstevel@tonic-gate 15847c478bd9Sstevel@tonic-gate# Libs messages 15857c478bd9Sstevel@tonic-gate 15867c478bd9Sstevel@tonic-gate@ MSG_LIB_FILE " %s" 15877c478bd9Sstevel@tonic-gate 15887c478bd9Sstevel@tonic-gate# PLT binding methods 15897c478bd9Sstevel@tonic-gate 15907c478bd9Sstevel@tonic-gate@ MSG_PLT_21D "21d" 15917c478bd9Sstevel@tonic-gate@ MSG_PLT_24D "24d" 15927c478bd9Sstevel@tonic-gate@ MSG_PLT_U32 "u32" 15937c478bd9Sstevel@tonic-gate@ MSG_PLT_U44 "u44" 15947c478bd9Sstevel@tonic-gate@ MSG_PLT_FULL "full" 15957c478bd9Sstevel@tonic-gate@ MSG_PLT_FAR "far" 15967c478bd9Sstevel@tonic-gate 15977c478bd9Sstevel@tonic-gate# Segment messages 15987c478bd9Sstevel@tonic-gate 159969112eddSAli Bahrami@ MSG_SEG_DESC "segment[%d]" 160069112eddSAli Bahrami@ MSG_SEG_NAME " sg_name: %s" 16017c478bd9Sstevel@tonic-gate@ MSG_SEG_LENGTH " sg_length: %#llx" 160269112eddSAli Bahrami@ MSG_SEG_ROUND " sg_round: %#llx" 160369112eddSAli Bahrami@ MSG_SEG_ALIGN " sg_align: %#llx" 16047c478bd9Sstevel@tonic-gate@ MSG_SEG_FLAGS " sg_flags: %s" 160569112eddSAli Bahrami@ MSG_SEG_SIZESYM_TITLE " sg_sizesym:" 160669112eddSAli Bahrami@ MSG_SEG_SIZESYM " %s" 160769112eddSAli Bahrami@ MSG_SEG_IS_ORDER_TITLE " sg_is_order:" 160869112eddSAli Bahrami@ MSG_SEG_OS_ORDER_TITLE " sg_os_order:" 160969112eddSAli Bahrami@ MSG_SEG_LIST_ITEM " %s" 16107c478bd9Sstevel@tonic-gate 16117c478bd9Sstevel@tonic-gate# Section messages (used when expanding segment information) 16127c478bd9Sstevel@tonic-gate 16137c478bd9Sstevel@tonic-gate@ MSG_SEC_NAME " section[%d] os_name: %s" 16147c478bd9Sstevel@tonic-gate 16157c478bd9Sstevel@tonic-gate# Symbol strings 16167c478bd9Sstevel@tonic-gate 16177c478bd9Sstevel@tonic-gate@ MSG_SYM_GLOBAL "global" 16187c478bd9Sstevel@tonic-gate@ MSG_SYM_LOCAL "local" 161902938ba2SRod Evans@ MSG_SYM_COPY "copy" 162098c080d5SRod Evans 162198c080d5SRod Evans@ MSG_DLSYM_NEXT "[ RTLD_NEXT ]" 162298c080d5SRod Evans@ MSG_DLSYM_DEFAULT "[ RTLD_DEFAULT ]" 162398c080d5SRod Evans@ MSG_DLSYM_SELF "[ RTLD_SELF ]" 162498c080d5SRod Evans@ MSG_DLSYM_PROBE "[ RTLD_PROBE ]" 162598c080d5SRod Evans@ MSG_DLSYM_SINGLETON "( singleton reference )" 16267c478bd9Sstevel@tonic-gate 16277c478bd9Sstevel@tonic-gate# Link-map mode strings 16287c478bd9Sstevel@tonic-gate 16297c478bd9Sstevel@tonic-gate@ MSG_MODE_GLOBNODEL "[ GLOBAL NODELETE ]" 16307c478bd9Sstevel@tonic-gate@ MSG_MODE_GLOB "[ GLOBAL ]" 16317c478bd9Sstevel@tonic-gate@ MSG_MODE_NODEL "[ NODELETE ]" 16327c478bd9Sstevel@tonic-gate 16337c478bd9Sstevel@tonic-gate# NOTE: these are used by lari(1), use care when changing. 16347c478bd9Sstevel@tonic-gate@ MSG_BINFO_START " (" 16357c478bd9Sstevel@tonic-gate@ MSG_BINFO_DIRECT "direct" 16367c478bd9Sstevel@tonic-gate@ MSG_BINFO_INTERPOSE "interpose" 16377c478bd9Sstevel@tonic-gate@ MSG_BINFO_COPYREF "copy-ref" 16387c478bd9Sstevel@tonic-gate@ MSG_BINFO_FILTEE "filtee" 16397c478bd9Sstevel@tonic-gate@ MSG_BINFO_PLTADDR "plt-addr" 16407c478bd9Sstevel@tonic-gate@ MSG_BINFO_END ")" 16417c478bd9Sstevel@tonic-gate@ MSG_BINFO_SEP "," 16427c478bd9Sstevel@tonic-gate 16437c478bd9Sstevel@tonic-gate# Utility messages 16447c478bd9Sstevel@tonic-gate 16457c478bd9Sstevel@tonic-gate@ MSG_UTL_EVNT_PREINIT "RD_PREINIT" 16467c478bd9Sstevel@tonic-gate@ MSG_UTL_EVNT_POSTINIT "RD_POSTINIT" 16477c478bd9Sstevel@tonic-gate@ MSG_UTL_EVNT_DLACT "RD_DLACTIVITY" 16487c478bd9Sstevel@tonic-gate 16497c478bd9Sstevel@tonic-gate@ MSG_UTL_STA_ADD "RT_ADD" 16507c478bd9Sstevel@tonic-gate@ MSG_UTL_STA_DELETE "RT_DELETE" 16517c478bd9Sstevel@tonic-gate@ MSG_UTL_STA_CONSIST "RT_CONSISTENT" 16527c478bd9Sstevel@tonic-gate 16537c478bd9Sstevel@tonic-gate# Version messages 16545aefb655Srie 16557c478bd9Sstevel@tonic-gate@ MSG_VER_SELECTED " SELECTED %-26.26s %s" 16567c478bd9Sstevel@tonic-gate@ MSG_VER_L_SELECTED " SELECTED %-26s %s" 16577c478bd9Sstevel@tonic-gate@ MSG_VER_ALL " ALL %-26.26s" 16587c478bd9Sstevel@tonic-gate@ MSG_VER_L_ALL " ALL %-26s" 16597c478bd9Sstevel@tonic-gate 1660d326b23bSrie# Global offset table entries. 16615aefb655Srie 16626a074c93Sab196087@ MSG_GOT_INDEX " [%d]" 16637c478bd9Sstevel@tonic-gate@ MSG_GOT_SMALL_PIC "pic" 16645aefb655Srie@ MSG_GOT_BIG_PIC "PIC" 16657c478bd9Sstevel@tonic-gate 16667c478bd9Sstevel@tonic-gate@ MSG_CNTL_ENTRY " [0x%llx] %s" 16675aefb655Srie 16685aefb655Srie@ MSG_STR_NL "\n" 166969112eddSAli Bahrami@ MSG_STR_LDVER "Solaris Linkers: %s" 16705aefb655Srie 16715aefb655Srie@ MSG_FMT_INDEX " [%d]" 1672e23c41c9SAli Bahrami@ MSG_FMT_ISEC_NAME "[%u]%s" 1673bf994817SAli Bahrami@ MSG_FMT_MEMUNIT " (%lld%c)" 16745aefb655Srie 16755aefb655Srie@ MSG_SUNW_OST_SGS "SUNW_OST_SGS" 16765aefb655Srie 16775aefb655Srie@ MSG_ELF_MAGIC " ei_magic: { 0x%x, %c, %c, %c }" 16785aefb655Srie@ MSG_ELF_CLASS " ei_class: %-18s ei_data: %s" 16794f680cc6SAli Bahrami@ MSG_ELF_OSABI " ei_osabi: %-18s ei_abiversion: %s" 16805aefb655Srie@ MSG_ELF_MACHINE " e_machine: %-18s e_version: %s" 16815aefb655Srie@ MSG_ELF_TYPE " e_type: %s" 16825aefb655Srie@ MSG_ELF_FLAGS " e_flags: %18s" 16835aefb655Srie@ MSG_ELF_FLAGS_FMT " e_flags: %s" 16845aefb655Srie@ MSG_ELF_ESIZE " e_entry: %#18llx e_ehsize: %2d \ 16850bc07c75Srie e_shstrndx: %d" 16865aefb655Srie@ MSG_ELFX_ESIZE " e_entry: %#18llx e_ehsize: %2d \ 16870bc07c75Srie e_shstrndx: SHN_XINDEX (see shdr[0].sh_link)" 16885aefb655Srie@ MSG_ELF_SHOFF " e_shoff: %#18llx e_shentsize: %2d \ 16890bc07c75Srie e_shnum: %d" 16905aefb655Srie@ MSG_ELFX_SHOFF " e_shoff: %#18llx e_shentsize: %2d \ 16910bc07c75Srie e_shnum: 0 (see shdr[0].sh_size)" 16925aefb655Srie@ MSG_ELF_PHOFF " e_phoff: %#18llx e_phentsize: %2d \ 16930bc07c75Srie e_phnum: %d" 16940bc07c75Srie@ MSG_ELFX_PHOFF " e_phoff: %#18llx e_phentsize: %2d \ 16950bc07c75Srie e_phnum: PN_XNUM (see shdr[0].sh_info)" 16965aefb655Srie 16975aefb655Srie# Shdr[0] messages 16985aefb655Srie 16990bc07c75Srie@ MSG_SHD0_TITLE "Section Header[0]: (ELF Ehdr extensions)" 17000bc07c75Srie@ MSG_SHD0_ADDR " sh_addr: %-6lld sh_flags: %s" 17010bc07c75Srie@ MSG_SHD0_SIZE " sh_size: %-6lld (e_shnum) sh_type: %s" 17020bc07c75Srie@ MSG_SHD0_OFFSET " sh_offset: %-6lld \ 17030bc07c75Srie sh_entsize: %lld" 17040bc07c75Srie@ MSG_SHD0_LINK " sh_link: %-6d (e_shstrndx) sh_info: \ 17050bc07c75Srie %d (e_phnum)" 17060bc07c75Srie@ MSG_SHD0_ALIGN " sh_addralign: %-6lld" 17075aefb655Srie 17085aefb655Srie# Section header messages 17095aefb655Srie 17105aefb655Srie@ MSG_SHD_ADDR_32 " sh_addr: %#-10llx sh_flags: %s" 17115aefb655Srie@ MSG_SHD_SIZE_32 " sh_size: %#-10llx sh_type: %s" 17125aefb655Srie@ MSG_SHD_OFFSET_32 " sh_offset: %#-10llx sh_entsize: %#llx" 1713d579eb63Sab196087@ MSG_SHD_OFFSET_ENT_32 " sh_offset: %#-10llx sh_entsize: %#llx \ 1714d579eb63Sab196087 (%lld %s)" 17157010c12aSrie@ MSG_SHD_LINK_32 " sh_link: %-14s sh_info: %s" 17160bc07c75Srie@ MSG_SHD_ALIGN_32 " sh_addralign: %#-10llx" 17175aefb655Srie 17185aefb655Srie@ MSG_SHD_ADDR_64 " sh_addr: %#-18llx sh_flags: %s" 17195aefb655Srie@ MSG_SHD_SIZE_64 " sh_size: %#-18llx sh_type: %s" 17205aefb655Srie@ MSG_SHD_OFFSET_64 " sh_offset: %#-18llx sh_entsize: %#llx" 1721d579eb63Sab196087@ MSG_SHD_OFFSET_ENT_64 " sh_offset: %#-18llx sh_entsize: %#llx \ 1722d579eb63Sab196087 (%lld %s)" 17237010c12aSrie@ MSG_SHD_LINK_64 " sh_link: %-18s sh_info: %s" 17240bc07c75Srie@ MSG_SHD_ALIGN_64 " sh_addralign: %#-18llx" 17255aefb655Srie 17265aefb655Srie# Program header messages 17275aefb655Srie 17285aefb655Srie@ MSG_PHD_VADDR_32 " p_vaddr: %#-10llx p_flags: %s" 17295aefb655Srie@ MSG_PHD_PADDR_32 " p_paddr: %#-10llx p_type: %s" 17305aefb655Srie@ MSG_PHD_FILESZ_32 " p_filesz: %#-10llx p_memsz: %#llx" 17315aefb655Srie@ MSG_PHD_OFFSET_32 " p_offset: %#-10llx p_align: %#llx" 17325aefb655Srie 17335aefb655Srie@ MSG_PHD_VADDR_64 " p_vaddr: %#-18llx p_flags: %s" 17345aefb655Srie@ MSG_PHD_PADDR_64 " p_paddr: %#-18llx p_type: %s" 17355aefb655Srie@ MSG_PHD_FILESZ_64 " p_filesz: %#-18llx p_memsz: %#llx" 17365aefb655Srie@ MSG_PHD_OFFSET_64 " p_offset: %#-18llx p_align: %#llx" 17375aefb655Srie 17385aefb655Srie# Syminfo formats 17395aefb655Srie 17409a411307Srie@ MSG_SYMINFO_UNKFLAG "[0x%x]" 174110a4fa49Srie 174210a4fa49Srie# Lc_interface interface tags. 174310a4fa49Srie 174410a4fa49Srie@ MSG_CI_NULL "NULL" 174510a4fa49Srie@ MSG_CI_VERSION "VERSION" 174610a4fa49Srie@ MSG_CI_ATEXIT "ATEXIT" 174710a4fa49Srie@ MSG_CI_LCMESSAGES "LCMESSAGES" 174810a4fa49Srie@ MSG_CI_BIND_GUARD "BIND_GUARD" 174910a4fa49Srie@ MSG_CI_BIND_CLEAR "BIND_CLEAR" 175010a4fa49Srie@ MSG_CI_THR_SELF "THR_SELF" 175110a4fa49Srie@ MSG_CI_TLS_MODADD "TLS_MODADD" 175210a4fa49Srie@ MSG_CI_TLS_MODREM "TLS_MODREM" 175310a4fa49Srie@ MSG_CI_TLS_STATMOD "TLS_STATMOD" 175410a4fa49Srie@ MSG_CI_THRINIT "THRINIT" 17552a8d6ebaSRod Evans@ MSG_CI_CRITICAL "CRITICAL" 1756d326b23bSrie 1757d326b23bSrie# TLS information flags 1758d326b23bSrie 1759d326b23bSrie@ MSG_TLS_FLAG_STATIC "STATIC-TLS" 176056deab07SRod Evans 176156deab07SRod Evans# mmapobj() mr_flags. 176256deab07SRod Evans 176356deab07SRod Evans@ MSG_MR_PADDING "[ PADDING ]" 176456deab07SRod Evans@ MSG_MR_HDR_ELF "[ HDR_ELF ]" 176556deab07SRod Evans@ MSG_MR_HDR_AOUT "[ HDR_AOUT ]" 17662020b2b6SRod Evans 17672020b2b6SRod Evans# audit originator 17682020b2b6SRod Evans 17692020b2b6SRod Evans@ MSG_AUD_PRELOAD "[ LD_AUDIT ]" 17702020b2b6SRod Evans@ MSG_AUD_GLOBAL "[ GLOBAL AUDIT ]" 1771