xref: /titanic_51/usr/src/cmd/sgs/pvs/common/pvs.msg (revision fa9e4066f08beec538e775443c5be79dd423fcab)
1#
2# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
4#
5# CDDL HEADER START
6#
7# The contents of this file are subject to the terms of the
8# Common Development and Distribution License, Version 1.0 only
9# (the "License").  You may not use this file except in compliance
10# with the License.
11#
12# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13# or http://www.opensolaris.org/os/licensing.
14# See the License for the specific language governing permissions
15# and limitations under the License.
16#
17# When distributing Covered Code, include this CDDL HEADER in each
18# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19# If applicable, add the following below this CDDL HEADER, with the
20# fields enclosed by brackets "[]" replaced with your own identifying
21# information: Portions Copyright [yyyy] [name of copyright owner]
22#
23# CDDL HEADER END
24#
25# ident	"%Z%%M%	%I%	%E% SMI"
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] [-N Name] file(s)\n"
38@ MSG_USAGE_DETAIL	"\t[-C]\t\tdemangle C++ symbol names\n\
39			 \t[-d]\t\tprint version definition information\n\
40			 \t[-l]\t\tprint reduced symbols\n\
41			 \t[-N name]\tqualify version with `name'\n\
42			 \t[-n]\t\tnormalize version definition information\n\
43			 \t[-o]\t\tone-line version definition output\n\
44			 \t[-r]\t\tprint version dependency (requirements) \
45			  information\n\
46			 \t[-s]\t\tprint version definition symbols\n\
47			 \t[-v]\t\tprint verbose information\n"
48
49
50# Versioning messages.
51
52@ MSG_VER_HIGHREV	"%s: warning: %s: version revision %d is \
53			 higher than expected %d\n"
54@ MSG_VER_UNREDSYMS	"%s: warning: %s: unable to deduce reduced symbols:\n"
55@ MSG_VER_NOTSTTFILE	"\tmalformed symbol table[1]=%s: does not equal \
56			 STT_FILE\n"
57@ MSG_VER_NOSYMTAB	"\tno symbol table (SHT_SYMTAB) found\n"
58
59
60# ELF messages
61@ MSG_ELF_NOTELF	"%s: %s: is not ELF\n"
62
63# System error messages
64
65@ MSG_SYS_OPEN		"%s: %s: cannot open file: %s\n"
66@ MSG_SYS_MALLOC	"%s: %s: malloc failed: %s\n"
67
68@ _END_
69
70# The following strings represent reserved words, files, pathnames and symbols.
71# Reference to this strings is via the MSG_ORIG() macro, and thus no message
72# translation is required.
73
74@ MSG_ELF_BEGIN		"%s: %s: elf_begin: %s\n"
75@ MSG_ELF_GETEHDR	"%s: %s: elf_getehdr: %s\n"
76@ MSG_ELF_GETSCN	"%s: %s: elf_getscn: %s\n"
77@ MSG_ELF_GETSHDR	"%s: %s: elf_getshdr: %s\n"
78@ MSG_ELF_GETDATA	"%s: %s: elf_getdata: %s\n"
79
80@ MSG_STR_EMPTY		""
81@ MSG_STR_NL		"\n"
82
83@ MSG_SUNW_OST_SGS	"SUNW_OST_SGS"
84