xref: /illumos-gate/usr/src/cmd/sgs/ldd/common/ldd.msg (revision 5bd55801)
1#
2# Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.
3#
4# CDDL HEADER START
5#
6# The contents of this file are subject to the terms of the
7# Common Development and Distribution License (the "License").
8# You may not use this file except in compliance with the License.
9#
10# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11# or http://www.opensolaris.org/os/licensing.
12# See the License for the specific language governing permissions
13# and limitations under the License.
14#
15# When distributing Covered Code, include this CDDL HEADER in each
16# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17# If applicable, add the following below this CDDL HEADER, with the
18# fields enclosed by brackets "[]" replaced with your own identifying
19# information: Portions Copyright [yyyy] [name of copyright owner]
20#
21# CDDL HEADER END
22#
23
24
25@ _START_
26
27# Message file for cmd/sgs/ldd.
28
29@ MSG_ID_LDD
30
31
32# Argument usage messages.
33
34@ MSG_ARG_USAGE		"usage: %s [-d | -r] [-c] [-e envar] [-f] [-i] [-L] \
35			 [-l] [-p] [-s] [-U | -u] [-v] [-w] file(s)\n"
36
37# Environment messages.
38
39@ MSG_ENV_FAILED	"%s: can't add to environment, putenv(3C) failed\n"
40
41
42# Unsupported file messages.
43
44@ MSG_USP_NODYNORSO	"%s: %s: file is not a dynamic executable or \
45			 shared object\n"
46@ MSG_USP_NOHDR		"%s: %s: file built with ?N (NOHDR) mapfile option\n"
47@ MSG_USP_UNKNOWN	"%s: %s: unsupported or unknown file type\n"
48@ MSG_USP_ELFINS	"%s: %s: file has insecure interpreter %s\n"
49@ MSG_USP_AOUTINS	"%s: %s: insecure a.out file\n"
50@ MSG_USP_NOTEXEC_1	"%s: %s: is not executable\n"
51@ MSG_USP_NOTEXEC_2	"warning: %s: %s: is not executable\n"
52
53
54# ELF messages
55
56@ MSG_ELF_LIBELF	"%s: libelf: version not supported: %d"
57@ MSG_ELF_BADMAGIC	"%s: %s: bad magic number\n"
58@ MSG_ELF_CLASS		"%s: %s: ELF class: %s: unrecognized\n"
59@ MSG_ELF_KCLASS32	"%s: %s: ELF class: %s: is incompatible with 32-bit \
60			 system\n"
61@ MSG_ELF_MACHTYPE	"%s: %s: ELF machine type: %s: is incompatible with \
62			 system\n"
63@ MSG_ELF_DATA		"%s: %s: ELF byte order: %s: is incompatible with \
64			 system\n"
65@ MSG_ELF_MACHFLAGS	"%s: %s: wrong machine flags\n"
66
67@ MSG_ELF_GETEHDR	"%s: %s: elf_getehdr: %s\n"
68@ MSG_ELF_GETPHDR	"%s: %s: elf_getphdr: %s\n"
69
70
71# System error messages
72
73@ MSG_SYS_LSEEK		"%s: %s: cannot lseek file: %s\n"
74@ MSG_SYS_READ		"%s: %s: cannot read file: %s\n"
75@ MSG_SYS_FORK		"%s: cannot fork: %s\n"
76@ MSG_SYS_OPEN		"%s: %s: cannot open file: %s\n"
77
78@ MSG_SYS_MALLOC	"%s: malloc failed\n"
79@ MSG_SYS_EXEC		"%s: %s: execution failed "
80@ MSG_SYS_EXEC_SIG	"due to signal %d %s\n"
81@ MSG_SYS_EXEC_CORE	"(core dumped)"
82@ MSG_SYS_EXEC_STAT	"with exit status %d\n"
83
84@ _END_
85
86
87# The following strings represent reserved words, files, pathnames and symbols.
88# Reference to this strings is via the MSG_ORIG() macro, and thus no message
89# translation is required.
90
91@ MSG_STR_EMPTY		""
92
93@ MSG_PTH_LIB		"/lib"
94@ MSG_PTH_USRLIB	"/usr/lib"
95@ MSG_PTH_ETCLIB	"/etc/lib"
96
97@ MSG_LD_PRELOAD_32	"LD_PRELOAD_32"
98@ MSG_LD_PRELOAD_64	"LD_PRELOAD_64"
99@ MSG_LD_PRELOAD	"LD_PRELOAD"
100
101@ MSG_SUNW_OST_SGS	"SUNW_OST_SGS"
102
103@ MSG_STR_GETOPT	"cde:fiLlprsUuvw"
104@ MSG_STR_FMT1		"%s=./%s %s"
105@ MSG_STR_FMT2		"%s=%s %s"
106@ MSG_STR_FMT3		"%s:\n"
107