xref: /onnv-gate/usr/src/cmd/sgs/pvs/common/pvs.msg (revision 1618:8c9a4f31d225)
10Sstevel@tonic-gate#
20Sstevel@tonic-gate# CDDL HEADER START
30Sstevel@tonic-gate#
40Sstevel@tonic-gate# The contents of this file are subject to the terms of the
5*1618Srie# Common Development and Distribution License (the "License").
6*1618Srie# You may not use this file except in compliance with the License.
70Sstevel@tonic-gate#
80Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
90Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
100Sstevel@tonic-gate# See the License for the specific language governing permissions
110Sstevel@tonic-gate# and limitations under the License.
120Sstevel@tonic-gate#
130Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
140Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
150Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
160Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
170Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
180Sstevel@tonic-gate#
190Sstevel@tonic-gate# CDDL HEADER END
200Sstevel@tonic-gate#
21*1618Srie
22*1618Srie#
23*1618Srie# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
24*1618Srie# Use is subject to license terms.
25*1618Srie#
260Sstevel@tonic-gate# ident	"%Z%%M%	%I%	%E% SMI"
270Sstevel@tonic-gate
280Sstevel@tonic-gate@ _START_
290Sstevel@tonic-gate
300Sstevel@tonic-gate# Message file for cmd/sgs/pvs.
310Sstevel@tonic-gate
320Sstevel@tonic-gate@ MSG_ID_PVS
330Sstevel@tonic-gate
340Sstevel@tonic-gate
350Sstevel@tonic-gate# Argument usage messages.
360Sstevel@tonic-gate
370Sstevel@tonic-gate@ MSG_USAGE_BRIEF	"usage: %s [-Cdlnorsv] [-N Name] file(s)\n"
380Sstevel@tonic-gate@ MSG_USAGE_DETAIL	"\t[-C]\t\tdemangle C++ symbol names\n\
390Sstevel@tonic-gate			 \t[-d]\t\tprint version definition information\n\
400Sstevel@tonic-gate			 \t[-l]\t\tprint reduced symbols\n\
410Sstevel@tonic-gate			 \t[-N name]\tqualify version with `name'\n\
420Sstevel@tonic-gate			 \t[-n]\t\tnormalize version definition information\n\
430Sstevel@tonic-gate			 \t[-o]\t\tone-line version definition output\n\
440Sstevel@tonic-gate			 \t[-r]\t\tprint version dependency (requirements) \
450Sstevel@tonic-gate			  information\n\
460Sstevel@tonic-gate			 \t[-s]\t\tprint version definition symbols\n\
470Sstevel@tonic-gate			 \t[-v]\t\tprint verbose information\n"
480Sstevel@tonic-gate
490Sstevel@tonic-gate
500Sstevel@tonic-gate# Versioning messages.
510Sstevel@tonic-gate
520Sstevel@tonic-gate@ MSG_VER_HIGHREV	"%s: warning: %s: version revision %d is \
530Sstevel@tonic-gate			 higher than expected %d\n"
540Sstevel@tonic-gate@ MSG_VER_UNREDSYMS	"%s: warning: %s: unable to deduce reduced symbols:\n"
550Sstevel@tonic-gate@ MSG_VER_NOTSTTFILE	"\tmalformed symbol table[1]=%s: does not equal \
560Sstevel@tonic-gate			 STT_FILE\n"
570Sstevel@tonic-gate@ MSG_VER_NOSYMTAB	"\tno symbol table (SHT_SYMTAB) found\n"
580Sstevel@tonic-gate
590Sstevel@tonic-gate
600Sstevel@tonic-gate# ELF messages
610Sstevel@tonic-gate@ MSG_ELF_NOTELF	"%s: %s: is not ELF\n"
620Sstevel@tonic-gate
630Sstevel@tonic-gate# System error messages
640Sstevel@tonic-gate
650Sstevel@tonic-gate@ MSG_SYS_OPEN		"%s: %s: cannot open file: %s\n"
660Sstevel@tonic-gate@ MSG_SYS_MALLOC	"%s: %s: malloc failed: %s\n"
670Sstevel@tonic-gate
680Sstevel@tonic-gate@ _END_
690Sstevel@tonic-gate
700Sstevel@tonic-gate# The following strings represent reserved words, files, pathnames and symbols.
710Sstevel@tonic-gate# Reference to this strings is via the MSG_ORIG() macro, and thus no message
720Sstevel@tonic-gate# translation is required.
730Sstevel@tonic-gate
740Sstevel@tonic-gate@ MSG_ELF_BEGIN		"%s: %s: elf_begin: %s\n"
750Sstevel@tonic-gate@ MSG_ELF_GETEHDR	"%s: %s: elf_getehdr: %s\n"
760Sstevel@tonic-gate@ MSG_ELF_GETSCN	"%s: %s: elf_getscn: %s\n"
770Sstevel@tonic-gate@ MSG_ELF_GETSHDR	"%s: %s: elf_getshdr: %s\n"
780Sstevel@tonic-gate@ MSG_ELF_GETDATA	"%s: %s: elf_getdata: %s\n"
790Sstevel@tonic-gate
800Sstevel@tonic-gate@ MSG_STR_EMPTY		""
810Sstevel@tonic-gate
820Sstevel@tonic-gate@ MSG_SUNW_OST_SGS	"SUNW_OST_SGS"
83