xref: /onnv-gate/usr/src/cmd/sgs/ldd/common/ldd.msg (revision 12449:a87750d92895)
10Sstevel@tonic-gate#
212382SAli.Bahrami@Oracle.COM# Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.
30Sstevel@tonic-gate#
40Sstevel@tonic-gate# CDDL HEADER START
50Sstevel@tonic-gate#
60Sstevel@tonic-gate# The contents of this file are subject to the terms of the
71698Sab196087# Common Development and Distribution License (the "License").
81698Sab196087# You may not use this file except in compliance with the License.
90Sstevel@tonic-gate#
100Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
110Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
120Sstevel@tonic-gate# See the License for the specific language governing permissions
130Sstevel@tonic-gate# and limitations under the License.
140Sstevel@tonic-gate#
150Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
160Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
170Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
180Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
190Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
200Sstevel@tonic-gate#
210Sstevel@tonic-gate# CDDL HEADER END
220Sstevel@tonic-gate#
230Sstevel@tonic-gate
240Sstevel@tonic-gate
250Sstevel@tonic-gate@ _START_
260Sstevel@tonic-gate
270Sstevel@tonic-gate# Message file for cmd/sgs/ldd.
280Sstevel@tonic-gate
290Sstevel@tonic-gate@ MSG_ID_LDD
300Sstevel@tonic-gate
310Sstevel@tonic-gate
320Sstevel@tonic-gate# Argument usage messages.
330Sstevel@tonic-gate
34*12449SRod.Evans@Sun.COM@ MSG_ARG_USAGE		"usage: %s [-d | -r] [-c] [-D] [-e envar] [-f] [-i] \
35*12449SRod.Evans@Sun.COM			 [-L] [-l] [-p] [-s] [-U | -u] [-v] [-w] file(s)\n"
360Sstevel@tonic-gate
370Sstevel@tonic-gate# Environment messages.
380Sstevel@tonic-gate
390Sstevel@tonic-gate@ MSG_ENV_FAILED	"%s: can't add to environment, putenv(3C) failed\n"
400Sstevel@tonic-gate
410Sstevel@tonic-gate
420Sstevel@tonic-gate# Unsupported file messages.
430Sstevel@tonic-gate
440Sstevel@tonic-gate@ MSG_USP_NODYNORSO	"%s: %s: file is not a dynamic executable or \
450Sstevel@tonic-gate			 shared object\n"
461698Sab196087@ MSG_USP_NOHDR		"%s: %s: file built with ?N (NOHDR) mapfile option\n"
470Sstevel@tonic-gate@ MSG_USP_UNKNOWN	"%s: %s: unsupported or unknown file type\n"
480Sstevel@tonic-gate@ MSG_USP_ELFINS	"%s: %s: file has insecure interpreter %s\n"
490Sstevel@tonic-gate@ MSG_USP_AOUTINS	"%s: %s: insecure a.out file\n"
500Sstevel@tonic-gate@ MSG_USP_NOTEXEC_1	"%s: %s: is not executable\n"
510Sstevel@tonic-gate@ MSG_USP_NOTEXEC_2	"warning: %s: %s: is not executable\n"
520Sstevel@tonic-gate
530Sstevel@tonic-gate
540Sstevel@tonic-gate# ELF messages
550Sstevel@tonic-gate
560Sstevel@tonic-gate@ MSG_ELF_LIBELF	"%s: libelf: version not supported: %d"
570Sstevel@tonic-gate@ MSG_ELF_BADMAGIC	"%s: %s: bad magic number\n"
5812382SAli.Bahrami@Oracle.COM@ MSG_ELF_CLASS		"%s: %s: ELF class: %s: unrecognized\n"
5912382SAli.Bahrami@Oracle.COM@ MSG_ELF_KCLASS32	"%s: %s: ELF class: %s: is incompatible with 32-bit \
6012382SAli.Bahrami@Oracle.COM			 system\n"
6112382SAli.Bahrami@Oracle.COM@ MSG_ELF_MACHTYPE	"%s: %s: ELF machine type: %s: is incompatible with \
6212382SAli.Bahrami@Oracle.COM			 system\n"
6312382SAli.Bahrami@Oracle.COM@ MSG_ELF_DATA		"%s: %s: ELF byte order: %s: is incompatible with \
6412382SAli.Bahrami@Oracle.COM			 system\n"
650Sstevel@tonic-gate@ MSG_ELF_MACHFLAGS	"%s: %s: wrong machine flags\n"
660Sstevel@tonic-gate
670Sstevel@tonic-gate@ MSG_ELF_GETEHDR	"%s: %s: elf_getehdr: %s\n"
680Sstevel@tonic-gate@ MSG_ELF_GETPHDR	"%s: %s: elf_getphdr: %s\n"
690Sstevel@tonic-gate
700Sstevel@tonic-gate
710Sstevel@tonic-gate# System error messages
720Sstevel@tonic-gate
730Sstevel@tonic-gate@ MSG_SYS_LSEEK		"%s: %s: cannot lseek file: %s\n"
740Sstevel@tonic-gate@ MSG_SYS_READ		"%s: %s: cannot read file: %s\n"
750Sstevel@tonic-gate@ MSG_SYS_FORK		"%s: cannot fork: %s\n"
760Sstevel@tonic-gate@ MSG_SYS_OPEN		"%s: %s: cannot open file: %s\n"
770Sstevel@tonic-gate
780Sstevel@tonic-gate@ MSG_SYS_MALLOC	"%s: malloc failed\n"
790Sstevel@tonic-gate@ MSG_SYS_EXEC		"%s: %s: execution failed "
800Sstevel@tonic-gate@ MSG_SYS_EXEC_SIG	"due to signal %d %s\n"
810Sstevel@tonic-gate@ MSG_SYS_EXEC_CORE	"(core dumped)"
820Sstevel@tonic-gate@ MSG_SYS_EXEC_STAT	"with exit status %d\n"
830Sstevel@tonic-gate
840Sstevel@tonic-gate@ _END_
850Sstevel@tonic-gate
860Sstevel@tonic-gate
870Sstevel@tonic-gate# The following strings represent reserved words, files, pathnames and symbols.
880Sstevel@tonic-gate# Reference to this strings is via the MSG_ORIG() macro, and thus no message
890Sstevel@tonic-gate# translation is required.
900Sstevel@tonic-gate
910Sstevel@tonic-gate@ MSG_STR_EMPTY		""
920Sstevel@tonic-gate
930Sstevel@tonic-gate@ MSG_PTH_LIB		"/lib"
940Sstevel@tonic-gate@ MSG_PTH_USRLIB	"/usr/lib"
950Sstevel@tonic-gate@ MSG_PTH_ETCLIB	"/etc/lib"
960Sstevel@tonic-gate
970Sstevel@tonic-gate@ MSG_LD_PRELOAD_32	"LD_PRELOAD_32"
980Sstevel@tonic-gate@ MSG_LD_PRELOAD_64	"LD_PRELOAD_64"
990Sstevel@tonic-gate@ MSG_LD_PRELOAD	"LD_PRELOAD"
1000Sstevel@tonic-gate
1010Sstevel@tonic-gate@ MSG_SUNW_OST_SGS	"SUNW_OST_SGS"
1020Sstevel@tonic-gate
103*12449SRod.Evans@Sun.COM@ MSG_STR_GETOPT	"cDde:fiLlprsUuvw"
1040Sstevel@tonic-gate@ MSG_STR_FMT1		"%s=./%s %s"
1050Sstevel@tonic-gate@ MSG_STR_FMT2		"%s=%s %s"
1060Sstevel@tonic-gate@ MSG_STR_FMT3		"%s:\n"
107