xref: /illumos-gate/usr/src/cmd/sgs/liblddbg/common/liblddbg.msg (revision f6f4cb8ada400367a1921f6b93fb9e02f53ac5e6)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24# Use is subject to license terms.
25#
26
27@ _START_
28
29# Message file for cmd/sgs/liblddbg.
30
31@ MSG_ID_LIBLDDBG
32
33
34# Usage messages
35
36@ MSG_USE_UNRECOG	"warning: unrecognized debug option `%s' (try help)"
37
38# TRANSLATION_NOTE - Use the following output in C as a reference, 1.
39#
40# Runtime Linking
41#    Diagnostics that trace the runtime linking of an application can be
42#    enabled to stderr by using the environment variable setting:
43# 	LD_DEBUG=token1,token2
44#    Alternatively, the diagnostics can be redirected to an output file
45#    using the additional environment variable:
46# 	LD_DEBUG_OUTPUT=file
47#    The output file is given the specified name and the process id as a
48#    suffix.
49#
50#    By default, all diagnostics are prepended with the process id,
51#    together with the thread id.  Note, all applications are effectively
52#    thread aware, and once thread capabilities are enabled, even a single
53#    threaded application is labeled as thread 1.
54#
55#    The token `lmid' prepends a link-map list identifier to each
56#    diagnostic.
57#
58#    The tokens `base', `ldso' and `newlm[0-9]*' can be used to isolate
59#    diagnostics to the associated link-map lists.   Note, by default, any
60#    diagnostics associated with loading components for the runtime linker
61#    itself are suppressed, unless `ldso' is explicitly specified.
62#
63# Link-Editing
64#    Diagnostics that trace the link-editing of an application can be
65#    enabled to stderr using the -D option:
66#	ld -Dtoken1,token2 -o prog ...
67#    As the -D option can also be meaningful to compiler drivers, an
68#    alternative mechanism to enable diagnostics is to use the environment
69#    variable:
70#	LD_OPTIONS=-Dtoken1,token2 cc -o prog ...
71#
72#    The use of -D on the link-edit command line is significant.
73#    Diagnostics are enabled when a debug token is first encountered, and
74#    can be switched off by prepending the token with `!'.
75#
76#    By default, all diagnostics are prepended with the string `debug'.
77#
78#    The tokens `name', `fullname' and `class' can be used to prepend the
79#    output file basename, fullname, and class respectively, to each
80#    diagnostic.
81
82
83# TRANSLATION_NOTE - The next series of messages makes the above output in C
84# locale.  Use tabs and space alignment characters as needed.
85#
86@ MSG_USE_RTLD_A	"Runtime Linking"
87@ MSG_USE_RTLD_B	"    Diagnostics that trace the runtime linking of an \
88			 application can be"
89@ MSG_USE_RTLD_C	"    enabled to stderr by using the environment \
90			 variable setting:"
91@ MSG_USE_RTLD_D	" 	LD_DEBUG=token1,token2 app ..."
92@ MSG_USE_RTLD_E	"    Alternatively, the diagnostics can be redirected \
93			 to an output file"
94@ MSG_USE_RTLD_F	"    using the additional environment variable:"
95@ MSG_USE_RTLD_G	" 	LD_DEBUG_OUTPUT=file"
96@ MSG_USE_RTLD_H	"    The output file is given the specified name and \
97			 the process id as a"
98@ MSG_USE_RTLD_I	"    suffix."
99@ MSG_USE_RTLD_J	"    By default, all diagnostics are prepended with \
100			 the process id,"
101@ MSG_USE_RTLD_K	"    together with the thread id.  Note, all \
102			 applications are effectively"
103@ MSG_USE_RTLD_L	"    thread aware, and once thread capabilities are \
104			 enabled, even a single"
105@ MSG_USE_RTLD_M	"    threaded application is labeled as thread 1."
106@ MSG_USE_RTLD_N	"    The token `lmid' prepends a link-map list \
107			 identifier to each"
108@ MSG_USE_RTLD_O	"    diagnostic."
109@ MSG_USE_RTLD_P	"    The tokens `base', `ldso' and `newlm[0-9]*' can \
110			 be used to isolate"
111@ MSG_USE_RTLD_Q	"    diagnostics to the associated link-map lists.  \
112			 Note, by default, any"
113@ MSG_USE_RTLD_R	"    diagnostics associated with loading components \
114			 for the runtime linker"
115@ MSG_USE_RTLD_S	"    itself are suppressed, unless `ldso' is \
116			 explicitly specified."
117
118@ MSG_USE_LD_A		"Link-Editing"
119@ MSG_USE_LD_B		"    Diagnostics that trace the link-editing of an \
120			 application can be"
121@ MSG_USE_LD_C		"    enabled to stderr using the -D option:"
122@ MSG_USE_LD_D		"       ld -Dtoken1,token2 -o prog ..."
123@ MSG_USE_LD_E		"    As the -D option can also be meaningful to \
124			 compiler drivers, an"
125@ MSG_USE_LD_F		"    alternative mechanism to enable diagnostics is to \
126			 use the environment"
127@ MSG_USE_LD_G		"    variable:"
128@ MSG_USE_LD_H		"       LD_OPTIONS=-Dtoken1,token2 cc -o prog ..."
129@ MSG_USE_LD_I		"    The use of -D on the link-edit command line is \
130			 significant."
131@ MSG_USE_LD_J		"    Diagnostics are enabled when a debug token is \
132			 first encountered, and"
133@ MSG_USE_LD_K		"    can be switched off by prepending the token \
134			 with `!'."
135@ MSG_USE_LD_L		"    By default, all diagnostics are prepended with \
136			 the string `debug'."
137@ MSG_USE_LD_M		"    The tokens `name', `fullname' and `class' can be \
138			 used to prepend"
139@ MSG_USE_LD_N		"    the output file basename, fullname, and class \
140			 respectively, to each"
141@ MSG_USE_LD_O		"    diagnostic."
142
143# TRANSLATION_NOTE - End of reference 1
144
145
146# TRANSLATION_NOTE - The next series of messages makes the following usage
147# table.  Use tabs and space alignment characters as needed.
148#
149# args		display input argument processing (ld only)
150# audit		display runtime link-audit processing (ld.so.1 only)
151# basic		provide basic trace information/warnings
152# bindings	display symbol binding; detail flag shows absolute:relative
153# 		    addresses (ld.so.1 only)
154# cap		display hardware/software capability processing
155# demangle	display C++ symbol names in their demangled form
156# detail	provide more information in conjunction with other options
157# entry		display entrance criteria descriptors (ld only)
158# files		display input file processing (files and libraries)
159# got		display GOT symbol information (ld only)
160# help		display this help message
161# init		display init and fini processing (ld.so.1 only)
162# libs		display library search paths; detail flag shows actual
163#		    library lookup (-l) processing
164# long		display long object names without truncation
165# map		display map file processing (ld only)
166# move		display Move section information
167# reloc		display relocation processing
168# sections	display input section processing (ld only)
169# segments	display available output segments and address/offset
170#		    processing; detail flag shows associated sections (ld only)
171# support	display support library processing (ld only)
172# symbols	display symbol table processing; detail flag shows internal
173#		    symbol table addition and resolution (ld only)
174# statistics	display processing statistics (ld only)
175# strtab	display information about string table compression; detail
176#		    flag shows layout of string tables (ld only)
177# tls		display TLS processing
178# unused	display unused/unreferenced files; detail flag shows unused
179#		   sections (ld only), and unused search paths (ld.so.1 only)
180# versions	display version processing
181#
182#
183# TRANSLATION_NOTE -- do not translate the first token `args'.
184@ MSG_USE_ARGS		"args\t  display input argument processing (ld only)"
185
186# TRANSLATION_NOTE -- do not translate the first token `audit'.
187@ MSG_USE_AUDIT		"audit\t  display runtime link-audit processing \
188			 (ld.so.1 only)"
189
190# TRANSLATION_NOTE -- do not translate the first token `basic'.
191@ MSG_USE_BASIC		"basic\t  provide basic trace information/warnings"
192
193# TRANSLATION_NOTE -- do not translate the first token `bindings'.
194@ MSG_USE_BINDINGS	"bindings\t  display symbol binding; detail flag shows \
195			 absolute:relative"
196@ MSG_USE_BINDINGS_2	"\t\t    addresses (ld.so.1 only)"
197
198# TRANSLATION_NOTE -- do not translate the first token `cap'
199@ MSG_USE_CAP		"cap\t  display hardware/software capability \
200			 processing"
201
202# TRANSLATION_NOTE -- do not translate the first token `detail'.
203@ MSG_USE_DETAIL	"detail\t  provide more information in conjunction \
204			 with other options"
205
206# TRANSLATION_NOTE -- do not translate the first token `demangle'.
207@ MSG_USE_DEMANGLE	"demangle\t  display C++ symbol names in their \
208			 demangled form"
209
210# TRANSLATION_NOTE -- do not translate the first token `entry'.
211@ MSG_USE_ENTRY		"entry\t  display entrance criteria descriptors \
212			 (ld only)"
213
214# TRANSLATION_NOTE -- do not translate the first token `files'.
215@ MSG_USE_FILES		"files\t  display input file processing \
216			 (files and libraries)"
217
218# TRANSLATION_NOTE -- do not translate the first token `got'.
219@ MSG_USE_GOT		"got\t  display GOT symbol information (ld only)"
220
221# TRANSLATION_NOTE -- do not translate the first token `help'.
222@ MSG_USE_HELP		"help\t  display this help message"
223
224# TRANSLATION_NOTE -- do not translate the first token `init'.
225@ MSG_USE_INIT		"init\t  display init and fini processing \
226			 (ld.so.1 only)"
227
228# TRANSLATION_NOTE -- do not translate the first token `libs'.
229@ MSG_USE_LIBS		"libs\t  display library search paths; detail flag \
230			 shows actual"
231@ MSG_USE_LIBS_2	"\t\t    library lookup (-l) processing"
232
233# TRANSLATION_NOTE -- do not translate the first token `lmid'.
234@ MSG_USE_LMID		"lmid\t  display link-map list identifier \
235			(ld.so.1 only)"
236
237# TRANSLATION_NOTE -- do not translate the first token `long'.
238@ MSG_USE_LONG		"long\t  display long object names without truncation"
239
240# TRANSLATION_NOTE -- do not translate the first token `map'.
241@ MSG_USE_MAP		"map\t  display map file processing (ld only)"
242
243# TRANSLATION_NOTE -- do not translate the first token `move'.
244@ MSG_USE_MOVE		"move\t  display move section processing"
245
246# TRANSLATION_NOTE -- do not translate the first token `reloc'.
247@ MSG_USE_RELOC		"reloc\t  display relocation processing"
248
249# TRANSLATION_NOTE -- do not translate the first token `sections'.
250@ MSG_USE_SECTIONS	"sections   display input section processing (ld only)"
251
252# TRANSLATION_NOTE -- do not translate the first token `segments'.
253@ MSG_USE_SEGMENTS	"segments   display available output segments and \
254			 address/offset"
255@ MSG_USE_SEGMENTS_2	"\t\t    processing; detail flag shows associated \
256			 sections (ld only)"
257# TRANSLATION_NOTE -- do not translate the first token `support'.
258@ MSG_USE_SUPPORT	"support\t  display support library processing (ld only)"
259
260# TRANSLATION_NOTE -- do not translate the first token `symbols'.
261@ MSG_USE_SYMBOLS	"symbols\t  display symbol table processing; detail \
262			 flag shows internal"
263@ MSG_USE_SYMBOLS_2	"\t\t    symbol table addition and resolution (ld only)"
264
265# TRANSLATION_NOTE -- do not translate the first token `statistics'.
266@ MSG_USE_STATS		"statistics display processing statistics (ld only)"
267
268# TRANSLATION_NOTE -- do not translate the first token `strtab'.
269@ MSG_USE_STRTAB	"strtab\t  display information about string table \
270			 compression; detail"
271@ MSG_USE_STRTAB_2	"\t\t    flag shows layout of string tables (ld only)"
272
273# TRANSLATION_NOTE -- do not translate the first token `tls/TLS'.
274@ MSG_USE_TLS		"tls\t  display TLS processing info"
275
276# TRANSLATION_NOTE -- do not translate the first token `unused'.
277@ MSG_USE_UNUSED	"unused\t  display unused/unreferenced files; detail \
278			 flag shows unused"
279@ MSG_USE_UNUSED_2	"\t\t    sections (ld only)"
280
281# TRANSLATION_NOTE -- do not translate the first token `versions'.
282@ MSG_USE_VERSIONS	"versions\t  display version processing"
283
284# Argument messages
285
286@ MSG_ARG_FLAG		"arg[%d]\tflag=-%c"
287@ MSG_ARG_FILE		"arg[%d]\tfile=%s"
288
289
290# Bindings messages
291# NOTE: these are used by appcert(1) and lari(1), use care when changing.
292
293@ MSG_BND_BASIC		"binding file=%s to file=%s: symbol `%s'"
294@ MSG_BND_PLT		"binding file=%s (%#llx:%#llx) at plt[%lld]:%s to \
295			 file=%s (%#llx:%#llx): symbol `%s'%s"
296@ MSG_BND_DLSYM		"binding file=%s (dlsym) to file=%s \
297			 (%#llx:%#llx): symbol `%s'%s"
298@ MSG_BND_DEFAULT	"binding file=%s (%#llx:%#llx) to file=%s \
299			 (%#llx:%#llx): symbol `%s'%s"
300@ MSG_BND_WEAK_1	"binding file=%s to 0x0 (undefined weak): symbol `%s'"
301@ MSG_BND_WEAK_2	"binding file=%s (%#llx:%#llx) to 0x0 \
302			 (undefined weak): symbol `%s'"
303
304# NOTE: the rejected message is used by lari(1), use care when changing.  This
305# message is formatted to conform to the pattern used by the MSG_BINFO messages.
306@ MSG_BND_REJECT	"binding file=%s to file=%s: symbol `%s'  \
307			 (rejected: %s)"
308@ MSG_BNDREJ_NODIR	"attempt to directly bind to a NODIRECT definition"
309@ MSG_BNDREJ_SINGLE	"attempt to bind to a SINGLETON definition without \
310			 following default search model"
311
312@ MSG_BND_PLTPAD_TO	"   pltpad: %#llx: file=%s bound to file=%s: \
313			 symbol `%s'"
314@ MSG_BND_PLTPAD_FROM	"   pltpad: %#llx: bound from file=%s: symbol `%s'"
315
316@ MSG_BND_PSUM_SPARCV9	"Summary of PLT types bound: 21d=%d, 24d=%d, u32=%d, \
317			 u44=%d, full=%d, far=%d, Total=%d"
318@ MSG_BND_PSUM_SPARC	"Summary of PLT types bound: 21d=%d, 24d=%d, \
319			 full=%d, Total=%d"
320@ MSG_BND_PSUM_DEFAULT	"Summary of PLT types bound: total=%d"
321
322# Relocation messages
323
324@ MSG_REL_GENERATE	"generating input relocations: section=%s"
325@ MSG_REL_COLLECT	"collecting input relocations: section=%s, file=%s"
326@ MSG_REL_ACTIVE	"performing active relocations"
327@ MSG_REL_CREATING	"creating output relocations"
328@ MSG_REL_START		"relocation processing: file=%s%s"
329@ MSG_REL_FINISH	"relocation processing: file=%s; finished%s"
330@ MSG_REL_NONE		"relocation processing: file=%s%s; nothing to do"
331
332@ MSG_REL_PLT		"  (plt processing only)"
333@ MSG_REL_FAIL		"  (failed)"
334
335@ MSG_REL_BADROFFSET	"<offset lies outside memory image; \
336			 relocation discarded>"
337
338@ MSG_REL_TRANSITION	"relocation: %s: section=%s; input from file=%s; \
339			 offset=0x%llx; symbol=%s; transitioned to: %s"
340@ MSG_REL_DISCARDED	"relocation against discarded section=%s from file=%s; \
341			 relocation type=%s offset=0x%llx; relocation discarded"
342@ MSG_REL_COPY		"copy data from file=%s to file=%s: symbol `%s'%s"
343@ MSG_REL_SLOPPYCOMDAT	"the following relocation references a discarded \
344			 section; relocation redirected to section %s in \
345			 file %s"
346
347# Entrance criteria messages
348
349@ MSG_ECR_TITLE		"%s Entrance Descriptor List (available)"
350@ MSG_ECR_DYNAMIC	"Dynamic"
351@ MSG_ECR_STATIC	"Static"
352@ MSG_ECR_DESC		"entrance descriptor[%d]"
353
354
355# Elf Data (section) messages
356# TRANSLATION_NOTE - the following two entries provide for a series of one or
357# more standard 32-bit Elf_Data entries that align with the initial title.
358
359@ MSG_EDATA_TITLE_32	"            addr type        size   offset al file"
360@ MSG_EDATA_ENTRY_32	"  %3s %#10llx %-5s %#10llx %#8llx %2lld %s%s"
361
362# TRANSLATION_NOTE - the following two entries provide for a series of one or
363# more standard 64-bit Elf_Data entries that align with the initial title.
364
365@ MSG_EDATA_TITLE_64	"                    addr type                \
366			 size           offset al file"
367@ MSG_EDATA_ENTRY_64	"  %3s %#18llx %-5s %#18llx %#16llx %2lld %s%s"
368
369@ MSG_EDATA_IGNSCN	"  (section ignored)"
370
371# File messages
372
373@ MSG_FIL_BASIC		"file=%s  [ %s ]"
374@ MSG_FIL_ARCHIVE	"file=%s  [ archive ] %s"
375@ MSG_FIL_SKIP_1	"file=%s;  skipped: already processed as %s"
376@ MSG_FIL_SKIP_2	"file=%s;  skipped: already processed"
377@ MSG_FIL_REUSE		"file=%s;  reusing: originally processed as %s"
378@ MSG_FIL_PROT		"file=%s;  modifying memory protections (%c PROT_WRITE)"
379@ MSG_FIL_DELETE	"file=%s;  deleting"
380@ MSG_FIL_DLOPEN	"file=%s;  dlopen() called from file=%s %s %s"
381@ MSG_FIL_DLCLOSE	"file=%s;  dlclose()  %s"
382@ MSG_FIL_CLEANUP	"file=%s;  loading failed: cleaning up lmco 0x%llx"
383@ MSG_FIL_DLDUMP	"file=%s;  dldump() to file=%s  %s"
384@ MSG_FIL_LAZYLOAD	"file=%s;  lazy loading from file=%s: symbol=%s"
385@ MSG_FIL_PRELOAD	"file=%s;  preloading"
386@ MSG_FIL_NEEDED	"file=%s;  needed by %s"
387@ MSG_FIL_FILTER_1	"file=%s;  filter for %s  (configuration definition)"
388@ MSG_FIL_FILTER_2	"file=%s;  filter for %s"
389@ MSG_FIL_FILTEE_2	"file=%s;  filtee processing failed"
390@ MSG_FIL_FILTEE_3	"file=%s;  filtee skipped  (auditing directed)"
391@ MSG_FIL_FIXNAME	"file=%s;  required name=%s"
392@ MSG_FIL_PROMOTE	"file=%s;  promoting mode to %s"
393@ MSG_FIL_AOUT		"file=%s  [ AOUT ]; generating link map"
394@ MSG_FIL_ELF		"file=%s  [ ELF ]; generating link map%s"
395@ MSG_FIL_LDSO		"file=%s  [ ELF ]"
396
397# NOTE: these are used by lari(1), use care when changing.
398@ MSG_FIL_ANALYZE	"file=%s;  analyzing  %s"
399@ MSG_FIL_FILTEE_1	"file=%s;  filtered by %s"
400@ MSG_FIL_CONFIG	"file=%s  [ ELF ]; configuration alternate found: %s"
401
402
403@ MSG_FIL_DATA_DB	"    dynamic:  %#18llx  base:   %#18llx"
404@ MSG_FIL_DATA_SE	"    size:     %#18llx  entry:  %#18llx"
405@ MSG_FIL_DATA_S	"    size:     %#18llx"
406@ MSG_FIL_DATA_LL	"    lmid:     %18.18s  lmco:   %#18llx"
407@ MSG_FIL_DATA_EA	"    envp:     %#18llx  auxv:   %#18llx"
408
409@ MSG_FIL_BND_ADD	"file=%s;  add binding to:"
410@ MSG_FIL_BND_FILE	"    file=%s   %s"
411
412@ MSG_FIL_DEP_TITLE	"processing %s dependencies  %s:"
413@ MSG_FIL_DEP_NONE	"  file=%s;  has no dependencies"
414@ MSG_FIL_DEP_ENT	"  file=%s;  depends on:"
415
416@ MSG_FIL_DEP_ADD	"    file=%s;  object added  %s  %s"
417@ MSG_FIL_DEP_UPDATE	"    file=%s;  object updated  %s  %s"
418@ MSG_FIL_DEP_DELETE	"    file=%s;  object deleting  %s"
419@ MSG_FIL_DEP_REMOVE	"    file=%s;  object removed from handle  %s"
420@ MSG_FIL_DEP_REMAIN	"    file=%s;  object must remain on handle  %s"
421@ MSG_FIL_DEP_ORPHAN	"    file=%s;  object remains on orphan handle  %s"
422@ MSG_FIL_DEP_REINST	"    file=%s;  object reinstated  %s"
423
424@ MSG_FIL_HDL_CREATE	"handle=%s;  creating:"
425@ MSG_FIL_HDL_ADD	"handle=%s;  adding dependent objects:"
426@ MSG_FIL_HDL_DELETE	"handle=%s;  inspecting for deletion:"
427@ MSG_FIL_HDL_ORPHAN	"handle=%s;  deletion cannot be completed: moving to \
428			 orphan list:"
429@ MSG_FIL_HDL_REINST	"handle=%s;  reinstating from orphan list:"
430
431@ MSG_FIL_HDL_COLLECT	"handle=%s;  collected for possible removal  %s"
432@ MSG_FIL_HDL_RETAIN	"handle=%s;  externally referenced from %s: handle \
433			 retained"
434@ MSG_FIL_DEL_RESCAN	"pending deletions; rescanning orphan list for \
435			 available deletions"
436
437@ MSG_FIL_AR_RESCAN	"rescanning archive list; additional members may \
438			 satisfy prior extractions"
439
440@ MSG_FIL_CONFIG_ERR	"configuration file=%s: %s"
441@ MSG_FIL_CONFIG_ERR_1	"ignored (configuration building)"
442@ MSG_FIL_CONFIG_ERR_2	"invalid version"
443@ MSG_FIL_CONFIG_ERR_3	"unable to process file"
444@ MSG_FIL_CONFIG_ERR_4	"corrupt or truncated file"
445@ MSG_FIL_CONFIG_ERR_5	"incompatible ELF class, byte order, or machine \
446			 architecture"
447
448@ MSG_FIL_MODIFIED	"file=%s; open modified by support library: %s"
449@ MSG_FIL_NAMECHANGE	"    name changed to: %s"
450@ MSG_FIL_FDCHANGE	"    file descriptor changed from: %d to: %d %s"
451@ MSG_FIL_ELFCHANGE	"    ELF descriptor changed from: 0x%llx to: 0x%llx %s"
452@ MSG_FIL_IGNORE	" (file will be ignored)"
453
454@ MSG_CNTL_TITLE	"control list processing complete: moving lmco 0x%llx \
455			 to lmco 0x%llx"
456
457@ MSG_REJ_MACH		"file=%s;  rejected: wrong machine type: %s"
458@ MSG_REJ_CLASS		"file=%s;  rejected: wrong ELF class: %s"
459@ MSG_REJ_DATA		"file=%s;  rejected: wrong ELF data format: %s"
460@ MSG_REJ_TYPE		"file=%s;  rejected: bad ELF type: %s"
461@ MSG_REJ_BADFLAG	"file=%s;  rejected: bad ELF flags value: %s"
462@ MSG_REJ_MISFLAG	"file=%s;  rejected: mismatched ELF flags value: %s"
463@ MSG_REJ_VERSION	"file=%s;  rejected: mismatched ELF/lib version: %s"
464@ MSG_REJ_HAL		"file=%s;  rejected: HAL R1 extensions required"
465@ MSG_REJ_US3		"file=%s;  rejected: Sun UltraSPARC III extensions \
466			 required"
467@ MSG_REJ_STR		"obj=%s;  rejected: %s"
468@ MSG_REJ_UNKFILE	"obj=%s;  rejected: unknown file type"
469@ MSG_REJ_HWCAP_1	"obj=%s;  rejected: hardware capability unsupported: \
470			 %s"
471
472# Libs messages
473
474@ MSG_LIB_INITPATH	"Library Search Paths (initial)"
475@ MSG_LIB_UPPATH	"Library Search Paths (-L updated)"
476@ MSG_LIB_LOPT		"find lib=-l%s; path=%s"
477@ MSG_LIB_REQUIRED	"find lib=%s; path=%s (required by %s)"
478@ MSG_LIB_LDLIBPATH	" search path=%s  (LD_LIBRARY_PATH)"
479@ MSG_LIB_LDLIBPATHC	" search path=%s  (configuration LD_LIBRARY_PATH - %s)"
480@ MSG_LIB_RUNPATH	" search path=%s  (RUNPATH/RPATH from file %s)"
481@ MSG_LIB_DEFAULT	" search path=%s  (default)"
482@ MSG_LIB_DEFAULTC	" search path=%s  (configuration default - %s)"
483@ MSG_LIB_LIBPATH	" search path=%s  (LIBPATH or -YP)"
484@ MSG_LIB_YPATH		" search path=%s  replaces  path=%s  (-Y%c)"
485
486@ MSG_LIB_FIND		"find object=%s; searching"
487@ MSG_LIB_TRYING	" trying path=%s%s"
488@ MSG_LIB_ALTER		" trying path=%s  (auditing supplied alternative)"
489@ MSG_LIB_SKIP		"   skip path=%s  (auditing directed)"
490@ MSG_LIB_IGNORE	" ignore path=%s  (insecure directory name)"
491
492
493# Mapfile messages
494
495@ MSG_MAP_MAPFILE	"map file=%s"
496
497@ MSG_MAP_SEG_DECL_1	"segment declaration (=), segment added:"
498@ MSG_MAP_SEG_DECL_2	"segment declaration (=), segment updated:"
499@ MSG_MAP_SEG_DECL_3	"implicit segment declaration (:), segment added:"
500@ MSG_MAP_SEG_DECL_4	"implicit segment declaration (@), segment added:"
501@ MSG_MAP_SEG_DECL_5	"size-symbol declaration (@), segment updated:"
502
503@ MSG_MAP_CAP		"hardware/software declaration (=), capabilities added:"
504
505@ MSG_MAP_MAP_DIR	"mapping directive (:), entrance criteria added:"
506
507@ MSG_MAP_SEC_ORDER	"map section ordering, segment: %s section: \
508			 %s index: %d"
509
510@ MSG_MAP_SYM_SCOPE	"symbol scope definition ({})"
511@ MSG_MAP_SYM_SIZE	"size-symbol declaration (@), symbol=%s; %s"
512@ MSG_MAP_SYM_VER_1	"%s, %s; symbol=%s  (%s)"
513@ MSG_MAP_SYM_VER_2	"%s; symbol=%s  (%s)"
514
515@ MSG_MAP_CNT_DEF_1	"library control definition (-), %s; needed=%s"
516@ MSG_MAP_CNT_DEF_2	"library control definition (-), %s; needed"
517
518@ MSG_MAP_SORTSEG	"map sort_seg_list(): original=%s"
519@ MSG_MAP_SEGSORT	"map sort_seg_list(): sorted=%s"
520
521# Move messages
522
523@ MSG_MOVE_FILE		"file=%s  processing move data"
524
525@ MSG_MOVE_TITLE1	"  i/o      offset       value  repeat  stride  symbol"
526@ MSG_MOVE_TITLE2	"          address       value  repeat  stride  symbol"
527
528@ MSG_MOVE_ENTRYIN	"   in  %#10llx  %#10llx  %6d  %6d  %s"
529@ MSG_MOVE_ENTRYOUT	"  out  %#10llx  %#10llx  %6d  %6d  %s"
530@ MSG_MOVE_EXPAND	"       %#10llx  %#10llx  (expanded)"
531
532@ MSG_MOVE_ADJEXPAND	"for symbol=%s roffset: new=0x%llx"
533@ MSG_MOVE_ADJMOVE	"for symbol=%s roffset: from=0x%llx, to=0x%llx"
534@ MSG_MOVE_OUTSCTADJ	"adjusting addend for symbol=%s"
535@ MSG_MOVE_PAREXPN	"expanding %s into .SUNW_data1: %s"
536@ MSG_MOVE_OUTMOVE	"copying move entries for %s into .SUNW_move"
537@ MSG_MOVE_INPUT	"collecting move entries: file=%s"
538
539# Section header messages
540
541@ MSG_SHD_MODIFIED	"section=%s; section header modified by support \
542			 library: %s"
543@ MSG_SHD_ORIG		"  original:"
544@ MSG_SHD_NEW		"  new:"
545
546# TRANSLATION_NOTE - The following two items are used following a number in
547# the MSG_SHD_OFFSET_ENT_XX format strings below. For example "1 entry"
548# or "23 entries".
549#
550@ MSG_SHD_ENTRY_1	"entry"
551@ MSG_SHD_ENTRY_N	"entries"
552
553
554# Section messages
555
556@ MSG_SEC_INPUT		"section=%s; input from file=%s"
557@ MSG_SEC_INPUT_GENSTR	"section=%s; input generated merged string section"
558@ MSG_SEC_ADDED		"section=%s; added to segment=%s"
559@ MSG_SEC_CREATED	"section=%s; added to segment=%s (created)"
560@ MSG_SEC_REDIRECTED	"section=%s; redirected to section=%s"
561@ MSG_SEC_DISCARDED	"section=%s; input from file=%s; \
562			 discarded in favor of section=%s; file=%s"
563
564@ MSG_SEC_GNU_COMDAT_1	"section=%s; identified as COMDAT with \
565			 relaxed relocations enabled"
566@ MSG_SEC_GNU_COMDAT_2	"section=%s; identified as COMDAT"
567@ MSG_SEC_GNU_COMDAT_3	"section=%s; relaxed relocations enabled"
568
569@ MSG_SEC_GRP_DEFINE	"section=%s; input from file=%s; defines %s\
570			 group: signature symbol: %s"
571@ MSG_SEC_GRP_MEMBER	"section=%s; input from file=%s; member of %s\
572			 group: signature symbol: %s"
573@ MSG_SEC_GRP_DISCARDED	"section=%s; input from file=%s; discarded in favor of \
574			 group: signature symbol: %s: file=%s"
575
576@ MSG_SEC_STRMERGE_DISCARDED "section=%s; input from file=%s; \
577			 discarded in favor of generated merged string section"
578@ MSG_SEC_STRMERGE_UNSUP "section=%s; input from file=%s; sh_addralign=%lld; \
579			 sh_entsize=%lld; unable to merge sections with this \
580			 size and alignment"
581
582@ MSG_SEC_STRTAB_STND	"strtab=%s; full size: %lld; uncompressed"
583@ MSG_SEC_STRTAB_COMP	"strtab=%s; full size: %lld; compressed down to: %lld"
584@ MSG_SEC_GENSTR_COMP	"section=%s (generated merged string section); \
585			 full size: %lld; compressed down to: %lld"
586@ MSG_SEC_STRTAB_HD	"strtab=%s; compression information [%d buckets]:"
587@ MSG_SEC_STRTAB_BCKT	" bucket[%d]:"
588@ MSG_SEC_STRTAB_MSTR	"   [%lld] %s  <master>"
589@ MSG_SEC_STRTAB_SUFSTR	"   [%lld] %s  <suffix of: %s>"
590
591# Unused messages
592
593@ MSG_USD_SEC		"section=%s; size=0x%llx; input from file=%s; \
594			 unused: does not satisfy any references%s"
595@ MSG_USD_SECDISCARD	"; discarded"
596@ MSG_USD_FILE		"file=%s  unused: does not satisfy any references"
597@ MSG_USD_NEEDSTR	"file=%s  unused: unable to determine use"
598@ MSG_USD_UNREF		"file=%s  unreferenced: unused dependency of %s"
599@ MSG_USD_FILECYCLIC	"file=%s  unused: cyclic group [%d] member: \
600			 unreferenced outside of group"
601@ MSG_USD_LCINTERFACE	"file=%s  unused interface [%s]: using interface \
602			 from previously loaded object: file=%s"
603
604@ MSG_USD_LDLIBPATH	" search path=%s  unused: LD_LIBRARY_PATH entry"
605@ MSG_DUP_LDLIBPATH	" search path=%s  unused: (duplicate) LD_LIBRARY_PATH \
606			 entry"
607@ MSG_USD_LDLIBPATHC	" search path=%s  unused: configuration \
608			 LD_LIBRARY_PATH entry - %s"
609@ MSG_DUP_LDLIBPATHC	" search path=%s  unused: (duplicate) configuration \
610			 LD_LIBRARY_PATH entry - %s"
611@ MSG_USD_RUNPATH	" search path=%s  unused: RUNPATH/RPATH from file %s"
612
613# Segment messages
614
615@ MSG_SEG_DESC_INUSE	"Segment Descriptor List (in use)"
616@ MSG_SEG_DESC_AVAIL	"Segment Descriptor List (available)"
617
618
619# Support messages
620
621@ MSG_SUP_REQ		"support object request=%s  (%s)"
622@ MSG_SUP_REQ_ENV	"supplied via SGS_SUPPORT"
623@ MSG_SUP_REQ_CMD	"supplied via -S"
624@ MSG_SUP_REQ_DEF	"default"
625
626@ MSG_SUP_ROUTINE	"  support object=%s:  provides routine %s"
627
628@ MSG_SUP_CALLING_1	"  calling routine=%s (%s)"
629@ MSG_SUP_CALLING_2	"  calling routine=%s (%s)  %s=%s"
630@ MSG_SUP_OUTFILE	"output file"
631@ MSG_SUP_INFILE	"input file"
632@ MSG_SUP_INSEC		"input section"
633@ MSG_SUP_SEC		"section"
634
635# Symbol strings
636@ MSG_SYM_AR_FILE	"symbol table processing; input file=%s  [ archive ] %s"
637@ MSG_SYM_AR_ENTRY	"archive[%lld]=%s"
638@ MSG_SYM_AR_CHECK	"archive[%lld]=%s  (%s) checking for tentative or \
639			 restricted visibility override"
640@ MSG_SYM_AR_RESOLVE	"archive[%lld]=%s  (%s) resolves undefined or tentative \
641			 symbol"
642@ MSG_SYM_AR_FORCEDEXRT	"archive[%lld]=%s  (%s) forced extraction"
643
644@ MSG_SYM_SPECIAL	"symbol table processing; building special symbols"
645@ MSG_SYM_PROCESS	"symbol table processing; input file=%s  [ %s ]"
646@ MSG_SYM_FINAL		"symbol table processing; final update"
647@ MSG_SYM_INDEX		"symbol table processing; determining section \
648			 symbol's index"
649@ MSG_SYM_BSS		"symbol table processing; assigning to bss \
650			 (possible copy relocations)"
651@ MSG_SYM_REDUCED	"symbol table processing; reducing global symbols"
652@ MSG_SYM_RETAINING	"symbol table processing; retaining local symbols"
653@ MSG_SYM_VERSION	"symbol table processing; adding version symbols"
654
655@ MSG_SYM_BASIC		"symbol[%d]=%s"
656@ MSG_SYM_ADDING	"symbol[%d]=%s  (global); adding"
657@ MSG_SYM_SECTION	"symbol[%d]=%s  (section); segment=%s"
658@ MSG_SYM_RESOLVING	"symbol[%d]=%s  (global); resolving [%d][%d]"
659@ MSG_SYM_UPDATE	"symbol=%s;  updated"
660@ MSG_SYM_CREATE	"symbol=%s;  creating"
661@ MSG_SYM_REDUCING	"symbol=%s;  reducing to local"
662@ MSG_SYM_ELIMINATING	"symbol=%s;  eliminating"
663@ MSG_SYM_NOTELIMINATE	"symbol=%s;  not eliminated: referenced by \
664			 section=%s, entry[%d]"
665@ MSG_SYM_DISCARD_SEC	"symbol=%s;  discarded: originates from unused or \
666			 discarded section=%s from file=%s"
667@ MSG_SYM_DISCARD_FILE	"symbol=%s;  discarded: originates from unused or \
668			 discarded file=%s"
669@ MSG_SYM_DISCARD_DUP	"symbol[%d]=%s;  discarded duplicate: originates from \
670			 file=%s"
671
672@ MSG_SYM_AOUT		"symbol=%s;  (original AOUT name)"
673@ MSG_SYM_LOOKUP	"symbol=%s;  lookup in file=%s  [ %s ]"
674@ MSG_SYM_DLSYM_1 	"symbol=%s;  dlsym() called from file=%s %s %s"
675@ MSG_SYM_DLSYM_2	"symbol=%s;  dlsym() called from file=%s; starting \
676			 at file=%s %s %s"
677
678@ MSG_SYM_LAZY_RESCAN	"rescanning for lazy dependencies for symbol: %s"
679
680@ MSG_SYM_DUPSORTADDR	"section %s: symbol `%s' and symbol `%s' have the \
681			 same address: %#llx"
682
683@ MSG_SYM_IGNGNUVER	"symbol=%s;  hash index=%d;  version=%d;  skipping \
684			 symbol with GNU version hidden bit set in file=%s"
685
686# Syminfo string
687
688@ MSG_SYMINFO_INFO	"syminfo information"
689
690
691# Version strings
692
693@ MSG_VER_AVAIL_1	"version availability: file=%s"
694@ MSG_VER_AVAIL_2	" available  version                     selected from"
695@ MSG_VER_DEF_TITLE	"version definition processing: file=%s"
696@ MSG_VER_NEED_TITLE	"version needed processing: file=%s"
697@ MSG_VER_NOINTERFACE	"version definition has no interface symbols: %s"
698
699# SHF_ORDERED related messages. Token used is sections.
700
701@ MSG_ORD_SORT_BEFORE	"section=%s; requires output section reordering:"
702@ MSG_ORD_SORT_AFTER	"section=%s; output section reordered:"
703@ MSG_ORD_HDR_1		" number of SHN_BEGIN=%u, SHN_AFTER=%u, \
704			 sh_info/sh_link=%u"
705@ MSG_ORD_TITLE_0	" section=%s from %s is not an ordered section"
706@ MSG_ORD_TITLE_1	" section=%s from %s, %s=SHN_BEGIN"
707@ MSG_ORD_TITLE_2	" section=%s from %s, %s=SHN_AFTER"
708@ MSG_ORD_TITLE_3	" section=%s from %s, %s=%s, sort key=%u"
709
710@ MSG_ORD_ERR_TITLE	"the SHF_ORDERED section %s from %s has \
711			 an error;  flag ignored"
712
713@ MSG_ORD_ERR_INFORANGE	" the sh_info field is out of range"
714@ MSG_ORD_ERR_ORDER	" the section pointed by sh_info is an ordered section"
715@ MSG_ORD_ERR_LINKRANGE	" the sh_link field is out of range"
716@ MSG_ORD_ERR_FLAGS	" the sh_flag is incorrect"
717@ MSG_ORD_ERR_CYCLIC	" the sh_link is cyclic"
718@ MSG_ORD_ERR_LINKINV	" a section pointed to by sh_link has an error"
719
720# Link-Auditing Messages
721
722@ MSG_AUD_INIT		"audit library %s: processing"
723@ MSG_AUD_VERSION	"audit library %s: running at version: %d"
724@ MSG_AUD_INTERFACE	"audit library %s: provides interface: %s"
725@ MSG_AUD_OBJECT	"audit library %s: offered object: %s"
726@ MSG_AUD_SYM		"audit library %s: %s: symbol: %s: value: 0x%llx %s"
727@ MSG_AUD_SYMNEW	"modified to: 0x%llx"
728
729@ MSG_AUD_IGNORE	"file=%s;  global auditing request ignored: object \
730			 did not initiate process"
731@ MSG_AUD_SKIP		"file=%s;  skipped: using auditor from %s"
732@ MSG_AUD_TERM		"file=%s;  auditing terminated search"
733
734# GOT Messages
735
736@ MSG_GOT_INFO		"Global Offset Table information:  (%u entries)"
737
738# TRANSLATION_NOTE
739#	Do not translate .init or .fini, they represent reserved section names.
740
741@ MSG_UTL_INIT		"calling .init (%s): %s"
742@ MSG_UTL_FINI		"calling .fini: %s"
743@ MSG_UTL_ARRAY		"calling %s[%d]:0x%llx: %s"
744@ MSG_UTL_TRANS		"transferring control: %s"
745@ MSG_UTL_WAIT		"suspending thread: %s from %s for completion of init \
746			 for %s"
747@ MSG_UTL_BROAD		"signal suspended threads: %s init complete"
748@ MSG_UTL_INTOOLATE	"loading after relocation has started: interposition \
749			 request (DF_1_INTERPOSE) ignored: %s"
750
751@ MSG_UTL_EDGE_TITLE_I	"traversing %s dependency edge for interposer:"
752@ MSG_UTL_EDGE_TITLE_S	"traversing %s dependency edge:"
753@ MSG_UTL_EDGE_START	"  node (%d): file=%s"
754@ MSG_UTL_EDGE_IN	"  node (%d): file=%s: referenced by %s  %s"
755@ MSG_UTL_EDGE_OUT	"  node (%d): file=%s; cyclic dependency on %s"
756@ MSG_UTL_COLLECT	"    [%d]  %s;  collecting %s section"
757
758@ MSG_UTL_SORT		"from sorted order"
759@ MSG_UTL_PEND		"pending"
760@ MSG_UTL_DYN		"dynamically triggered"
761@ MSG_UTL_DONE		"done"
762
763@ MSG_UTL_NOINIT	"warning: calling %s whose init has not completed"
764
765@ MSG_UTL_DBNOTIFY	"notify debugger: event: %s state: %s"
766
767@ MSG_UTL_SCC_TITLE	"  cycle detected - sorting cyclic dependencies in %s"
768@ MSG_UTL_SCC_SUBI	"reverse load-order"
769@ MSG_UTL_SCC_SUBF	"load-order"
770
771@ MSG_UTL_LCINTERFACE	"file=%s;  provides interface [%s]: 0x%llx"
772
773# Generic strings
774
775@ MSG_STR_IGNORE	"ignored"
776@ MSG_STR_ENTERED	"entered"
777@ MSG_STR_INITIAL	"initialized"
778@ MSG_STR_IN		" in"
779@ MSG_STR_OUT		"out"
780@ MSG_STR_ACT		"act"
781@ MSG_STR_OLD		"old"
782@ MSG_STR_NEW		"new"
783@ MSG_STR_RESOLVED	"resolved"
784@ MSG_STR_ADD		"adding"
785@ MSG_STR_UP_1		"updating"
786@ MSG_STR_UP_2		"updated"
787@ MSG_STR_SYMBOL	"symbol binding"
788
789@ MSG_STR_UNKNOWN	"<unknown>"
790@ MSG_STR_ORPHAN	"<orphan>"
791
792@ MSG_STR_UNUSED	"(unused)"
793@ MSG_STR_AGAIN		"(again)"
794@ MSG_STR_NULL		"(null)"
795@ MSG_STR_ALTER		"  (alternate)"
796@ MSG_STR_COPYZERO	"  (copy zero's unnecessary)"
797@ MSG_STR_TEMPORARY	"  (temporary)"
798@ MSG_STR_RETRY		" (retry) "
799
800# TLS related messages
801
802@ MSG_TLS_STATBLOCK1	"static TLS module: [%ld] %s"
803@ MSG_TLS_STATBLOCK2	"static TLS reservation: in use %#llx: \
804			 additional backup: %#llx"
805@ MSG_TLS_STATBLOCK3	"static TLS requirement: [%ld] %s: size %#llx: \
806			 satisfied from backup reservation: remaining %#llx"
807@ MSG_TLS_MODENT1	"    block:  %#18llx    soff:   %#10llx  flags:  %#llx \
808			 %s"
809@ MSG_TLS_MODENT2	"    filesz: %#18llx    memsz:  %#10llx  modid:  %lld"
810@ MSG_TLS_MODACT	"%s TLS module: %s"
811@ MSG_TLS_ADD		"add"
812@ MSG_TLS_REMOVE	"remove"
813
814# Statistics related messages
815
816@ MSG_STATS_AR		"archive %s: count=%d, used=%d  (%d%%)"
817
818@ MSG_STATS_GENERAL	"General Statistics:"
819@ MSG_STATS_FILES	"  Input files: relocatables=%lld  \
820			 shared objects=%lld  archives=%lld"
821@ MSG_STATS_SYMBOLS_OUT	"      Symbols output: globals=%-10lld locals=%lld"
822@ MSG_STATS_SYMBOLS_IN	"      Symbols  input: globals=%-10lld scoped=%-10lld \
823			 eliminated=%lld"
824@ MSG_STATS_RELOCS_OUT	"  Relocations output: records=%lld"
825@ MSG_STATS_RELOCS_IN	"  Relocations  input: records=%-10lld applied=%lld"
826
827# Hardware/Software capabilities messages
828
829@ MSG_CAP_VAL_HW1	"hardware capabilities - %s"
830
831@ MSG_CAP_SEC_TITLE	"hardware/software capabilities; input file=%s"
832@ MSG_CAP_SEC_ENTRY	"%12.12s  %-15.15s  %s"
833
834@ MSG_CAP_HW_CANDIDATE	"obj=%s;  hardware capabilities candidate"
835
836@ MSG_CAP_HWFILTR_1	"dir=%s;  hardware capability directory filtered by %s"
837@ MSG_CAP_HWFILTR_2	"dir=%s;  no hardware capability objects found"
838
839
840
841@ MSG_ELF_HEADER	"ELF Header"
842
843# Capabilities entries.
844# TRANSLATION_NOTE - the following two entries provide for a series of one or
845# more capabilities table entries that align with the initial title.
846
847@ MSG_CAP_ELF_TITLE	"     index  tag               value"
848@ MSG_CAP_ELF_ENTRY	"%10.10s  %-15.15s  %s"
849
850
851# Dynamic entries.
852# TRANSLATION_NOTE - the following two entries provide for a series of one or
853# more dynamic table entries that align with the initial title.
854
855@ MSG_DYN_TITLE		"     index  tag                value"
856@ MSG_DYN_ENTRY		"%10.10s  %-16.16s  %-#16llx    %s"
857
858
859# Symbol table entries.
860# TRANSLATION_NOTE - the following entries provide for a series of one or more
861# standard 32-bit symbol table entries that align with the initial title.
862
863@ MSG_SYM_EFS_TITLE_32	"     index    value      size      type bind \
864			 oth ver shndx          name"
865@ MSG_SYM_LDS_TITLE_32	"              value      size      type bind \
866			 oth ver shndx"
867@ MSG_SYM_EFS_ENTRY_32	"%10.10s  %10.10s 0x%8.8x  %4s %4s %2s %4s \
868			 %-14.14s %s"
869
870# TRANSLATION_NOTE - the following entries provide for a series of one or more
871# long 32-bit symbol table entries that align with the initial title.
872
873@ MSG_SYM_EFL_TITLE_32	"     index    value      size      type bind \
874			 oth ver shndx / name"
875@ MSG_SYM_LDL_TITLE_32	"              value      size      type bind \
876			 oth ver shndx"
877@ MSG_SYM_EFL_ENTRY_32	"%10.10s  %10.10s 0x%8.8x  %4s %4s %2s %4s \
878			 %-14s %s"
879
880# TRANSLATION_NOTE - the following entries provide for a series of one or more
881# standard 64-bit symbol table entries that align with the initial title.
882
883@ MSG_SYM_EFS_TITLE_64	"     index    value              size              \
884			 type bind oth ver shndx          name"
885@ MSG_SYM_LDS_TITLE_64	"              value              size              \
886			 type bind oth ver shndx"
887@ MSG_SYM_EFS_ENTRY_64	"%10.10s  %18.18s 0x%16.16llx  %4s %4s %2s %4s \
888			 %-14.14s %s"
889
890# TRANSLATION_NOTE - the following entries provide for a series of one or more
891# long 64-bit symbol table entries that align with the initial title.
892
893@ MSG_SYM_EFL_TITLE_64	"     index    value              size              \
894			 type bind oth ver shndx / name"
895@ MSG_SYM_LDL_TITLE_64	"              value              size              \
896			 type bind oth ver shndx"
897@ MSG_SYM_EFL_ENTRY_64	"%10.10s  %18.18s 0x%16.16llx  %4s %4s %2s %4s \
898			 %-14s %s"
899
900
901# Syminfo entries.
902# TRANSLATION_NOTE - the following two entries provide for a series of one or
903# more symbol information table entries that align with the initial title.
904
905@ MSG_SYMINFO_TITLE	"     index  flags            \
906			 bound to                 symbol"
907@ MSG_SYMINFO_ENTRY	"%10.10s  %-8s %7s %-24s %s"
908
909@ MSG_SYMINFO_SELF	"<self>"
910@ MSG_SYMINFO_PARENT	"<parent>"
911@ MSG_SYMINFO_EXTERN	"<extern>"
912
913
914# Global offset table entries.
915# TRANSLATION_NOTE - the following two entries are used by elfdump(1), and
916# provide for a series of one or more 32-bit got table entries that align with
917# the initial title.
918
919@ MSG_GOT_TITLE_32	"     index    addr        value     \
920			 pending relocation"
921@ MSG_GOT_ENTRY_RE_32	"%10.10s  0x%08llx  0x%08llx  %-24s  %s"
922@ MSG_GOT_ENTRY_NR_32	"%10.10s  0x%08llx  0x%08llx"
923
924# TRANSLATION_NOTE - the following two entries are used by elfdump(1), and
925# provide for a series of one or more 64-bit got table entries that align with
926# the initial title.
927
928@ MSG_GOT_TITLE_64	"     index    addr                \
929			 value             pending relocation"
930@ MSG_GOT_ENTRY_RE_64	"%10.10s  0x%016llx  0x%016llx  %-24s  %s"
931@ MSG_GOT_ENTRY_NR_64	"%10.10s  0x%016llx  0x%016llx"
932
933# TRANSLATION_NOTE - the following three entries are used by ld(1), and provide
934# for a series of one or more 32-bit got table entries that align with one of
935# the initial titles.
936
937@ MSG_GOT_COLUMNS1_32	"     index ref      offset    addend    symbol"
938@ MSG_GOT_COLUMNS2_32	"     index ref      offset    value     symbol"
939@ MSG_GOT_FORMAT1_32	"%10.10s %3s  0x%08llx  0x%08llx  %s"
940@ MSG_GOT_FORMAT2_32	"%10.10s %3s  0x%08llx  0x%08llx  %s:%s"
941
942# TRANSLATION_NOTE - the following three entries are used by ld(1), and provide
943# for a series of one or more 64-bit got table entries that align with one of
944# the initial titles.
945
946@ MSG_GOT_COLUMNS1_64	"     index ref    offset              \
947			 addend            symbol"
948@ MSG_GOT_COLUMNS2_64	"     index ref    offset              \
949			 value             symbol"
950@ MSG_GOT_FORMAT1_64	"%10.10s %3s  0x%016llx  0x%016llx  %s"
951@ MSG_GOT_FORMAT2_64	"%10.10s %3s  0x%016llx  0x%016llx  %s:%s"
952
953# Version table entries.
954@ MSG_VER_DEF		"     index  version                     dependency"
955@ MSG_VER_NEED		"            file                        version"
956@ MSG_VER_NEED_GNUVER	"     index  file                        version"
957
958@ MSG_VER_LINE_1	"%10.10s  %-26.26s  %-20s %s"
959@ MSG_VER_LLINE_1	"%10s  %-26s  %-20s %s"
960@ MSG_VER_LINE_2	"%47s  %s"
961@ MSG_VER_LINE_3	"%38s  %-20s %s"
962@ MSG_VER_LINE_4	"                                        %s"
963@ MSG_VER_LINE_5	"            %-26.26s  %s"
964@ MSG_VER_LLINE_5	"            %-26s  %s"
965
966
967# Relocation entries.
968# TRANSLATION_NOTE - the following strings are used by elfdump(1).  These
969# strings provide for a series of one or more 32-bit relocation table entries,
970# using truncated section names, that align with one of the initial titles.
971
972@ MSG_REL_EFSA_TITLE_32	"    type                       offset     addend  \
973			 section        symbol"
974@ MSG_REL_EFSN_TITLE_32	"    type                       offset             \
975			 section        symbol"
976@ MSG_REL_EFSA_ENTRY_32	"  %-24s %#10llx %#10llx  %-14.14s %s"
977@ MSG_REL_EFSN_ENTRY_32	"  %-24s %#10llx             %-14.14s %s"
978
979# TRANSLATION_NOTE - the following strings are used by elfdump(1).  These
980# strings provide for a series of one or more 32-bit relocation table entries,
981# using long section names, that align with one of the initial titles.
982
983@ MSG_REL_EFLA_TITLE_32	"    type                       offset     addend  \
984			 section / symbol"
985@ MSG_REL_EFLN_TITLE_32	"    type                       offset             \
986			 section / symbol"
987@ MSG_REL_EFLA_ENTRY_32	"  %-24s %#10llx %#10llx  %-14s %s"
988@ MSG_REL_EFLN_ENTRY_32	"  %-24s %#10llx             %-14s %s"
989
990
991# TRANSLATION_NOTE - the following strings are used by ld.so.1(1).  These
992# strings provide for a series of one or more 32-bit relocation table entries,
993# that align with the initial titles.
994
995@ MSG_REL_RTA_TITLE_32	"         type                       offset     \
996			 addend  symbol"
997@ MSG_REL_RTN_TITLE_32	"         type                       offset      \
998			 value  symbol"
999@ MSG_REL_RTV_TITLE_32	"                                                value"
1000@ MSG_REL_RTA_ENTRY_32	" %5s %-24s %#10llx %#10llx  %s  %s"
1001@ MSG_REL_RTN_ENTRY_32	" %5s %-24s %#10llx             %s  %s"
1002@ MSG_REL_RT_APLVAL_32	" apply                          %#10llx %#10llx"
1003@ MSG_REL_RT_APLREG_32	" apply                          %10.10s %#10llx"
1004
1005
1006# TRANSLATION_NOTE - the following strings are used by ld(1).  These strings
1007# provide for a series of one or more 32-bit relocation table entries, using
1008# truncated section names, that align with one of the initial titles.
1009
1010@ MSG_REL_LDSA_TITLE_32	"         type                       \
1011			 offset     addend  section        symbol"
1012@ MSG_REL_LDSN_TITLE_32	"         type                       \
1013			 offset             section        symbol"
1014@ MSG_REL_LDSV_TITLE_32	"         type                       \
1015			 offset      value  section        symbol"
1016@ MSG_REL_LDSA_ENTRY_32	" %5s %-24s %#10llx %#10llx  %-14.14s %s  %s"
1017@ MSG_REL_LDSN_ENTRY_32	" %5s %-24s %#10llx             %-14.14s %s  %s"
1018
1019# TRANSLATION_NOTE - the following strings are used by ld(1).  These strings
1020# provide for a series of one or more 32-bit relocation table entries, using
1021# long section names, that align with one of the initial titles.
1022
1023@ MSG_REL_LDLA_TITLE_32	"         type                       \
1024			 offset     addend  section / symbol"
1025@ MSG_REL_LDLN_TITLE_32	"         type                       \
1026			 offset             section / symbol"
1027@ MSG_REL_LDLV_TITLE_32	"         type                       \
1028			 offset      value  section / symbol"
1029@ MSG_REL_LDLA_ENTRY_32	" %5s %-24s %#10llx %#10llx  %-14s %s  %s"
1030@ MSG_REL_LDLN_ENTRY_32	" %5s %-24s %#10llx             %-14s %s  %s"
1031
1032
1033# TRANSLATION_NOTE - the following strings are used by elfdump(1).  These
1034# strings provide for a series of one or more 64-bit relocation table entries,
1035# using truncated section names, that align with one of the initial titles.
1036
1037@ MSG_REL_EFSA_TITLE_64	"    type                               \
1038			 offset             addend  section        symbol"
1039@ MSG_REL_EFSN_TITLE_64	"    type                               \
1040			 offset                     section        symbol"
1041@ MSG_REL_EFSA_ENTRY_64	"  %-24s %#18llx %#18llx  %-14.14s %s"
1042@ MSG_REL_EFSN_ENTRY_64	"  %-24s %#18llx                     %-14.14s %s"
1043
1044# TRANSLATION_NOTE - the following strings are used by elfdump(1).  These
1045# strings provide for a series of one or more 64-bit relocation table entries,
1046# using long section names, that align with one of the initial titles.
1047
1048@ MSG_REL_EFLA_TITLE_64	"    type                               \
1049			 offset             addend  section / symbol"
1050@ MSG_REL_EFLN_TITLE_64	"    type                               \
1051			 offset                     section / symbol"
1052@ MSG_REL_EFLA_ENTRY_64	"  %-24s %#18llx %#18llx  %-14s %s"
1053@ MSG_REL_EFLN_ENTRY_64	"  %-24s %#18llx                     %-14s %s"
1054
1055
1056# TRANSLATION_NOTE - the following strings are used by ld.so.1(1).  These
1057# strings provide for a series of one or more 64-bit relocation table entries,
1058# that align with the initial titles.
1059
1060@ MSG_REL_RTA_TITLE_64	"         type                               \
1061			 offset             addend  symbol"
1062@ MSG_REL_RTN_TITLE_64	"         type                               \
1063			 offset              value  symbol"
1064@ MSG_REL_RTV_TITLE_64	"                                                                value"
1065@ MSG_REL_RTA_ENTRY_64	" %5s %-24s %#18llx %#18llx  %s  %s"
1066@ MSG_REL_RTN_ENTRY_64	" %5s %-24s %#18llx                    %s  %s"
1067@ MSG_REL_RT_APLVAL_64	" apply                          %#18llx %#18llx"
1068@ MSG_REL_RT_APLREG_64	" apply                          %18.18s %#18llx"
1069
1070# TRANSLATION_NOTE - the following strings are used by ld(1).  These strings
1071# provide for a series of one or more 64-bit relocation table entries, using
1072# truncated section names, that align with one of the initial titles.
1073
1074@ MSG_REL_LDSA_TITLE_64	"         type                               \
1075			 offset             addend  section        symbol"
1076@ MSG_REL_LDSN_TITLE_64	"         type                               \
1077			 offset                     section        symbol"
1078@ MSG_REL_LDSV_TITLE_64	"         type                               \
1079			 offset              value  section        symbol"
1080@ MSG_REL_LDSA_ENTRY_64	" %5s %-24s %#18llx %#18llx  %-14.14s %s  %s"
1081@ MSG_REL_LDSN_ENTRY_64	" %5s %-24s %#18llx                     %-14.14s %s  %s"
1082
1083# TRANSLATION_NOTE - the following strings are used by ld(1).  These strings
1084# provide for a series of one or more 64-bit relocation table entries, using
1085# long section names, that align with one of the initial titles.
1086
1087@ MSG_REL_LDLA_TITLE_64	"         type                               \
1088			 offset             addend  section / symbol"
1089@ MSG_REL_LDLN_TITLE_64	"         type                               \
1090			 offset                     section / symbol"
1091@ MSG_REL_LDLV_TITLE_64	"         type                               \
1092			 offset              value  section / symbol"
1093@ MSG_REL_LDLA_ENTRY_64	" %5s %-24s %#18llx %#18llx  %-14s %s  %s"
1094@ MSG_REL_LDLN_ENTRY_64	" %5s %-24s %#18llx                     %-14s %s  %s"
1095
1096@ _END_
1097
1098# Debug enabling tokens (for now these are untranslated)
1099
1100@ MSG_TOK_ALL		"all"
1101@ MSG_TOK_ARGS		"args"
1102@ MSG_TOK_BINDINGS	"bindings"
1103@ MSG_TOK_CAP		"cap"
1104@ MSG_TOK_BASIC		"basic"
1105@ MSG_TOK_ENTRY		"entry"
1106@ MSG_TOK_FILES		"files"
1107@ MSG_TOK_HELP		"help"
1108@ MSG_TOK_INIT		"init"
1109@ MSG_TOK_LIBS		"libs"
1110@ MSG_TOK_MAP		"map"
1111@ MSG_TOK_RELOC		"reloc"
1112@ MSG_TOK_SECTIONS	"sections"
1113@ MSG_TOK_SEGMENTS	"segments"
1114@ MSG_TOK_SUPPORT	"support"
1115@ MSG_TOK_SYMBOLS	"symbols"
1116@ MSG_TOK_TLS		"tls"
1117@ MSG_TOK_VERSIONS	"versions"
1118@ MSG_TOK_AUDIT		"audit"
1119@ MSG_TOK_GOT		"got"
1120@ MSG_TOK_MOVE		"move"
1121@ MSG_TOK_DEMANGLE	"demangle"
1122@ MSG_TOK_STRTAB	"strtab"
1123@ MSG_TOK_STATS		"statistics"
1124@ MSG_TOK_UNUSED	"unused"
1125
1126@ MSG_TOK_DETAIL	"detail"
1127@ MSG_TOK_LONG		"long"
1128@ MSG_TOK_NAME		"name"
1129@ MSG_TOK_FULLNAME	"fullname"
1130@ MSG_TOK_CLASS		"class"
1131@ MSG_TOK_LMID		"lmid"
1132@ MSG_TOK_BASE		"base"
1133@ MSG_TOK_LDSO		"ldso"
1134@ MSG_TOK_NEWLM		"newlm"
1135
1136# The following strings represent reserved words, files, pathnames and symbols.
1137# Reference to this strings is via the MSG_ORIG() macro, and thus no message
1138# translation is required.
1139
1140@ MSG_STR_EMPTY		""
1141@ MSG_STR_DELIMIT	",:"
1142@ MSG_STR_COMDAT	"COMDAT "
1143
1144@ MSG_SCN_GOT		".got"
1145@ MSG_SCN_PLT		".plt"
1146@ MSG_SCN_BSS		".bss"
1147@ MSG_SCN_INIT		".init"
1148@ MSG_SCN_FINI		".fini"
1149@ MSG_SCN_INITARRAY	".initarray"
1150@ MSG_SCN_FINIARRAY	".finiarray"
1151@ MSG_SCN_PREINITARRAY	".preinitarray"
1152
1153@ MSG_SH_INFO		"sh_info"
1154@ MSG_SH_LINK		"sh_link"
1155
1156@ MSG_UTL_SCC_ENTRY	"    [%d]  %s"
1157
1158@ MSG_FMT_INDEX		" [%d]"
1159@ MSG_FMT_INDEX_RANGE	" [%d-%d]"
1160@ MSG_FMT_STR		"%s"
1161@ MSG_FMT_PATH		"%s/%s"
1162
1163@ MSG_PTH_OBJECT	"/tmp/ld.so-OBJECT-"
1164
1165@ MSG_SUNW_OST_SGS	"SUNW_OST_SGS"
1166
1167# Entrance criteria messages
1168
1169@ MSG_ECR_NAME		"  ec_name:       %-8s  ec_attrmask:  %s"
1170@ MSG_ECR_SEGMENT	"  ec_segment:    %-8s  ec_attrbits:  %s"
1171@ MSG_ECR_NDX		"  ec_ndx:        %-8d  ec_type:      %s"
1172@ MSG_ECR_FILES		"  ec_files:"
1173@ MSG_ECR_FILE		"    %s"
1174
1175# Libs messages
1176
1177@ MSG_LIB_FILE		"  %s"
1178
1179# PLT binding methods
1180
1181@ MSG_PLT_21D		"21d"
1182@ MSG_PLT_24D		"24d"
1183@ MSG_PLT_U32		"u32"
1184@ MSG_PLT_U44		"u44"
1185@ MSG_PLT_FULL		"full"
1186@ MSG_PLT_FAR		"far"
1187
1188# Segment messages
1189
1190@ MSG_SEG_NAME		"segment[%d] sg_name:  %s"
1191@ MSG_SEG_LENGTH	"    sg_length:    %#llx"
1192@ MSG_SEG_FLAGS		"    sg_flags:     %s"
1193@ MSG_SEG_SIZESYM	"    sg_sizesym:   %s"
1194@ MSG_SEG_ORDER		"    sec_order:"
1195@ MSG_SEG_SECTION	"       sec_name:    %-8s  sec_index:   %u"
1196
1197# Section messages (used when expanding segment information)
1198
1199@ MSG_SEC_NAME		"  section[%d] os_name:  %s"
1200
1201# Symbol strings
1202
1203@ MSG_SYM_GLOBAL	"global"
1204@ MSG_SYM_LOCAL		"local"
1205@ MSG_SYM_COPY		"copy rel"
1206@ MSG_SYM_NEXT		"[ RTLD_NEXT ]"
1207@ MSG_SYM_DEFAULT	"[ RTLD_DEFAULT ]"
1208@ MSG_SYM_SELF		"[ RTLD_SELF ]"
1209@ MSG_SYM_PROBE		"[ RTLD_PROBE ]"
1210@ MSG_SYM_SINGLETON	"( singleton reference )"
1211
1212# Link-map mode strings
1213
1214@ MSG_MODE_GLOBNODEL	"[ GLOBAL  NODELETE ]"
1215@ MSG_MODE_GLOB		"[ GLOBAL ]"
1216@ MSG_MODE_NODEL	"[ NODELETE ]"
1217
1218# NOTE: these are used by lari(1), use care when changing.
1219@ MSG_BINFO_START	"  ("
1220@ MSG_BINFO_DIRECT	"direct"
1221@ MSG_BINFO_INTERPOSE	"interpose"
1222@ MSG_BINFO_COPYREF	"copy-ref"
1223@ MSG_BINFO_FILTEE	"filtee"
1224@ MSG_BINFO_PLTADDR	"plt-addr"
1225@ MSG_BINFO_END		")"
1226@ MSG_BINFO_SEP		","
1227
1228# Utility messages
1229
1230@ MSG_UTL_EVNT_PREINIT	"RD_PREINIT"
1231@ MSG_UTL_EVNT_POSTINIT	"RD_POSTINIT"
1232@ MSG_UTL_EVNT_DLACT	"RD_DLACTIVITY"
1233
1234@ MSG_UTL_STA_ADD	"RT_ADD"
1235@ MSG_UTL_STA_DELETE	"RT_DELETE"
1236@ MSG_UTL_STA_CONSIST	"RT_CONSISTENT"
1237
1238# Version messages
1239
1240@ MSG_VER_SELECTED	"  SELECTED  %-26.26s  %s"
1241@ MSG_VER_L_SELECTED	"  SELECTED  %-26s  %s"
1242@ MSG_VER_ALL		"       ALL  %-26.26s"
1243@ MSG_VER_L_ALL		"       ALL  %-26s"
1244
1245# Global offset table entries.
1246
1247@ MSG_GOT_INDEX		" [%d]"
1248@ MSG_GOT_SMALL_PIC	"pic"
1249@ MSG_GOT_BIG_PIC	"PIC"
1250
1251@ MSG_CNTL_ENTRY	"   [0x%llx]  %s"
1252
1253@ MSG_STR_NL		"\n"
1254
1255@ MSG_FMT_INDEX		" [%d]"
1256
1257@ MSG_SUNW_OST_SGS	"SUNW_OST_SGS"
1258
1259@ MSG_ELF_MAGIC		"  ei_magic:   { 0x%x, %c, %c, %c }"
1260@ MSG_ELF_CLASS		"  ei_class:   %-18s  ei_data:      %s"
1261@ MSG_ELF_MACHINE	"  e_machine:  %-18s  e_version:    %s"
1262@ MSG_ELF_TYPE		"  e_type:     %s"
1263@ MSG_ELF_FLAGS		"  e_flags:    %18s"
1264@ MSG_ELF_FLAGS_FMT	"  e_flags:    %s"
1265@ MSG_ELF_ESIZE		"  e_entry:    %#18llx  e_ehsize:     %2d  \
1266			 e_shstrndx:  %d"
1267@ MSG_ELFX_ESIZE	"  e_entry:    %#18llx  e_ehsize:     %2d  \
1268			 e_shstrndx:  SHN_XINDEX  (see shdr[0].sh_link)"
1269@ MSG_ELF_SHOFF		"  e_shoff:    %#18llx  e_shentsize:  %2d  \
1270			 e_shnum:     %d"
1271@ MSG_ELFX_SHOFF	"  e_shoff:    %#18llx  e_shentsize:  %2d  \
1272			 e_shnum:     0  (see shdr[0].sh_size)"
1273@ MSG_ELF_PHOFF		"  e_phoff:    %#18llx  e_phentsize:  %2d  \
1274			 e_phnum:     %d"
1275@ MSG_ELFX_PHOFF	"  e_phoff:    %#18llx  e_phentsize:  %2d  \
1276			 e_phnum:     PN_XNUM  (see shdr[0].sh_info)"
1277
1278# Shdr[0] messages
1279
1280@ MSG_SHD0_TITLE	"Section Header[0]:  (ELF Ehdr extensions)"
1281@ MSG_SHD0_ADDR		"    sh_addr:      %-6lld               sh_flags:   %s"
1282@ MSG_SHD0_SIZE		"    sh_size:      %-6lld (e_shnum)     sh_type:    %s"
1283@ MSG_SHD0_OFFSET	"    sh_offset:    %-6lld               \
1284			 sh_entsize: %lld"
1285@ MSG_SHD0_LINK		"    sh_link:      %-6d (e_shstrndx)  sh_info:    \
1286			 %d (e_phnum)"
1287@ MSG_SHD0_ALIGN	"    sh_addralign: %-6lld"
1288
1289# Section header messages
1290
1291@ MSG_SHD_ADDR_32	"    sh_addr:      %#-10llx      sh_flags:   %s"
1292@ MSG_SHD_SIZE_32	"    sh_size:      %#-10llx      sh_type:    %s"
1293@ MSG_SHD_OFFSET_32	"    sh_offset:    %#-10llx      sh_entsize: %#llx"
1294@ MSG_SHD_OFFSET_ENT_32	"    sh_offset:    %#-10llx      sh_entsize: %#llx \
1295			 (%lld %s)"
1296@ MSG_SHD_LINK_32	"    sh_link:      %-14s  sh_info:    %s"
1297@ MSG_SHD_ALIGN_32	"    sh_addralign: %#-10llx"
1298
1299@ MSG_SHD_ADDR_64	"    sh_addr:      %#-18llx  sh_flags:   %s"
1300@ MSG_SHD_SIZE_64	"    sh_size:      %#-18llx  sh_type:    %s"
1301@ MSG_SHD_OFFSET_64	"    sh_offset:    %#-18llx  sh_entsize: %#llx"
1302@ MSG_SHD_OFFSET_ENT_64	"    sh_offset:    %#-18llx  sh_entsize: %#llx \
1303			 (%lld %s)"
1304@ MSG_SHD_LINK_64	"    sh_link:      %-18s  sh_info:    %s"
1305@ MSG_SHD_ALIGN_64	"    sh_addralign: %#-18llx"
1306
1307# Program header messages
1308
1309@ MSG_PHD_VADDR_32	"    p_vaddr:      %#-10llx  p_flags:    %s"
1310@ MSG_PHD_PADDR_32	"    p_paddr:      %#-10llx  p_type:     %s"
1311@ MSG_PHD_FILESZ_32	"    p_filesz:     %#-10llx  p_memsz:    %#llx"
1312@ MSG_PHD_OFFSET_32	"    p_offset:     %#-10llx  p_align:    %#llx"
1313
1314@ MSG_PHD_VADDR_64	"    p_vaddr:      %#-18llx  p_flags:    %s"
1315@ MSG_PHD_PADDR_64	"    p_paddr:      %#-18llx  p_type:     %s"
1316@ MSG_PHD_FILESZ_64	"    p_filesz:     %#-18llx  p_memsz:    %#llx"
1317@ MSG_PHD_OFFSET_64	"    p_offset:     %#-18llx  p_align:    %#llx"
1318
1319# Syminfo formats
1320
1321@ MSG_SYMINFO_UNKFLAG	"[0x%x]"
1322
1323# Lc_interface interface tags.
1324
1325@ MSG_CI_NULL		"NULL"
1326@ MSG_CI_VERSION	"VERSION"
1327@ MSG_CI_ATEXIT		"ATEXIT"
1328@ MSG_CI_LCMESSAGES	"LCMESSAGES"
1329@ MSG_CI_BIND_GUARD	"BIND_GUARD"
1330@ MSG_CI_BIND_CLEAR	"BIND_CLEAR"
1331@ MSG_CI_THR_SELF	"THR_SELF"
1332@ MSG_CI_TLS_MODADD	"TLS_MODADD"
1333@ MSG_CI_TLS_MODREM	"TLS_MODREM"
1334@ MSG_CI_TLS_STATMOD	"TLS_STATMOD"
1335@ MSG_CI_THRINIT	"THRINIT"
1336
1337# TLS information flags
1338
1339@ MSG_TLS_FLAG_STATIC	"STATIC-TLS"
1340