xref: /illumos-gate/usr/src/cmd/sgs/pvs/common/pvs.msg (revision 6a6cfa5d)
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# Copyright 2018, Joyent, Inc.
26#
27
28@ _START_
29
30# Message file for cmd/sgs/pvs.
31
32@ MSG_ID_PVS
33
34
35# Argument usage messages.
36
37@ MSG_USAGE_BRIEF	"usage: %s [-Cdlnorsv] [-I index] [-N Name] file(s)\n"
38@ MSG_USAGE_DETAIL	"\t[-C]\t\tdemangle symbol names\n\
39			 \t[-d]\t\tprint version definition information\n\
40			 \t[-I index]\tqualify version with an index\n\
41			 \t[-l]\t\tprint reduced symbols\n\
42			 \t[-N name]\tqualify version with `name'\n\
43			 \t[-n]\t\tnormalize version definition information\n\
44			 \t[-o]\t\tone-line version definition output\n\
45			 \t[-r]\t\tprint version dependency (requirements) \
46			  information\n\
47			 \t[-s]\t\tprint version definition symbols\n\
48			 \t[-v]\t\tprint verbose information\n"
49
50
51# Versioning messages.
52
53@ MSG_VER_HIGHREV	"%s: warning: %s: version revision %d is \
54			 higher than expected %d\n"
55@ MSG_VER_UNREDSYMS	"%s: warning: %s: unable to deduce reduced symbols:\n"
56@ MSG_VER_NOTSTTFILE	"\tmalformed symbol table[1]=%s: does not equal \
57			 STT_FILE\n"
58@ MSG_VER_NOSYMTAB	"\tno symbol table (SHT_SYMTAB) found\n"
59
60
61# ELF messages
62@ MSG_ELF_NOTELF	"%s: %s: is not ELF\n"
63
64# System error messages
65
66@ MSG_SYS_OPEN		"%s: %s: cannot open file: %s\n"
67@ MSG_SYS_MALLOC	"%s: %s: malloc failed: %s\n"
68@ MSG_STR_MATCH_RECORD	"match record (-I/-N)"
69
70@ _END_
71
72# The following strings represent reserved words, files, pathnames and symbols.
73# Reference to this strings is via the MSG_ORIG() macro, and thus no message
74# translation is required.
75
76@ MSG_ELF_BEGIN		"%s: %s: elf_begin: %s\n"
77@ MSG_ELF_GETEHDR	"%s: %s: elf_getehdr: %s\n"
78@ MSG_ELF_GETSCN	"%s: %s: elf_getscn: %s\n"
79@ MSG_ELF_GETSHDR	"%s: %s: elf_getshdr: %s\n"
80@ MSG_ELF_GETDATA	"%s: %s: elf_getdata: %s\n"
81@ MSG_ELF_GETSHDRNUM	"%s: %s: elf_getshdrnum: %s\n"
82
83@ MSG_STR_EMPTY		""
84@ MSG_STR_OPTIONS	"CdI:lnorsvN:"
85
86@ MSG_FMT_COL_NL	":\n"
87@ MSG_FMT_SEM_NL	";\n"
88@ MSG_FMT_LIST_BEGIN	"\t%s ("
89@ MSG_FMT_LIST_FIRST	"%s"
90@ MSG_FMT_LIST_NEXT	", %s"
91@ MSG_FMT_LIST_END_SEM	");\n"
92@ MSG_FMT_LIST_END_COL	"):\n"
93@ MSG_FMT_OFIL		"%s -"
94@ MSG_FMT_TNCO		"\t%s:\n"
95@ MSG_FMT_TNSE		"\t%s;\n"
96@ MSG_FMT_VER_NAME	"\t%s"
97@ MSG_FMT_VER_FLG	" [%s]"
98
99@ MSG_FMT_FILE		"%s:\n"
100
101@ MSG_FMT_SYM_OFIL	"%s -\t%s: "
102@ MSG_FMT_SYM_NEED_OFIL	"%s -\t%s (%s): "
103@ MSG_FMT_SYM_OFLG	"%s;\n"
104@ MSG_FMT_SYM_SZ_OFLG	"%s (%ld);\n"
105@ MSG_FMT_SYM		"\t\t%s;\n"
106@ MSG_FMT_SYM_SZ	"\t\t%s (%ld);\n"
107
108@ MSG_FMT_IN		":       \t{%s"
109@ MSG_FMT_IN_OFLG	": {%s"
110@ MSG_FMT_IN_WEAK	":\t{%s"
111@ MSG_FMT_IN_END	"}"
112
113@ MSG_FMT_LOCSYM_HDR	"\t_LOCAL_:\n"
114@ MSG_FMT_LOCSYM	"\t\t%s;\n"
115@ MSG_FMT_LOCSYM_OFLG	"%s -\t_LOCAL_: %s\n"
116
117@ MSG_SUNW_OST_SGS	"SUNW_OST_SGS"
118