|
root / base / usr / src / cmd / sgs / pvs / common / pvs.msg
pvs.msg Plain Text 118 lines 3.4 KB
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#

#
# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
# Copyright 2018, Joyent, Inc.
#

@ _START_

# Message file for cmd/sgs/pvs.

@ MSG_ID_PVS


# Argument usage messages.

@ MSG_USAGE_BRIEF	"usage: %s [-Cdlnorsv] [-I index] [-N Name] file(s)\n"
@ MSG_USAGE_DETAIL	"\t[-C]\t\tdemangle symbol names\n\
			 \t[-d]\t\tprint version definition information\n\
			 \t[-I index]\tqualify version with an index\n\
			 \t[-l]\t\tprint reduced symbols\n\
			 \t[-N name]\tqualify version with `name'\n\
			 \t[-n]\t\tnormalize version definition information\n\
			 \t[-o]\t\tone-line version definition output\n\
			 \t[-r]\t\tprint version dependency (requirements) \
			  information\n\
			 \t[-s]\t\tprint version definition symbols\n\
			 \t[-v]\t\tprint verbose information\n"


# Versioning messages.

@ MSG_VER_HIGHREV	"%s: warning: %s: version revision %d is \
			 higher than expected %d\n"
@ MSG_VER_UNREDSYMS	"%s: warning: %s: unable to deduce reduced symbols:\n"
@ MSG_VER_NOTSTTFILE	"\tmalformed symbol table[1]=%s: does not equal \
			 STT_FILE\n"
@ MSG_VER_NOSYMTAB	"\tno symbol table (SHT_SYMTAB) found\n"


# ELF messages
@ MSG_ELF_NOTELF	"%s: %s: is not ELF\n"

# System error messages

@ MSG_SYS_OPEN		"%s: %s: cannot open file: %s\n"
@ MSG_SYS_MALLOC	"%s: %s: malloc failed: %s\n"
@ MSG_STR_MATCH_RECORD	"match record (-I/-N)"

@ _END_

# The following strings represent reserved words, files, pathnames and symbols.
# Reference to this strings is via the MSG_ORIG() macro, and thus no message
# translation is required.

@ MSG_ELF_BEGIN		"%s: %s: elf_begin: %s\n"
@ MSG_ELF_GETEHDR	"%s: %s: elf_getehdr: %s\n"
@ MSG_ELF_GETSCN	"%s: %s: elf_getscn: %s\n"
@ MSG_ELF_GETSHDR	"%s: %s: elf_getshdr: %s\n"
@ MSG_ELF_GETDATA	"%s: %s: elf_getdata: %s\n"
@ MSG_ELF_GETSHDRNUM	"%s: %s: elf_getshdrnum: %s\n"

@ MSG_STR_EMPTY		""
@ MSG_STR_OPTIONS	"CdI:lnorsvN:"

@ MSG_FMT_COL_NL	":\n"
@ MSG_FMT_SEM_NL	";\n"
@ MSG_FMT_LIST_BEGIN	"\t%s ("
@ MSG_FMT_LIST_FIRST	"%s"
@ MSG_FMT_LIST_NEXT	", %s"
@ MSG_FMT_LIST_END_SEM	");\n"
@ MSG_FMT_LIST_END_COL	"):\n"
@ MSG_FMT_OFIL		"%s -"
@ MSG_FMT_TNCO		"\t%s:\n"
@ MSG_FMT_TNSE		"\t%s;\n"
@ MSG_FMT_VER_NAME	"\t%s"
@ MSG_FMT_VER_FLG	" [%s]"

@ MSG_FMT_FILE		"%s:\n"

@ MSG_FMT_SYM_OFIL	"%s -\t%s: "
@ MSG_FMT_SYM_NEED_OFIL	"%s -\t%s (%s): "
@ MSG_FMT_SYM_OFLG	"%s;\n"
@ MSG_FMT_SYM_SZ_OFLG	"%s (%ld);\n"
@ MSG_FMT_SYM		"\t\t%s;\n"
@ MSG_FMT_SYM_SZ	"\t\t%s (%ld);\n"

@ MSG_FMT_IN		":       \t{%s"
@ MSG_FMT_IN_OFLG	": {%s"
@ MSG_FMT_IN_WEAK	":\t{%s"
@ MSG_FMT_IN_END	"}"

@ MSG_FMT_LOCSYM_HDR	"\t_LOCAL_:\n"
@ MSG_FMT_LOCSYM	"\t\t%s;\n"
@ MSG_FMT_LOCSYM_OFLG	"%s -\t_LOCAL_: %s\n"

@ MSG_SUNW_OST_SGS	"SUNW_OST_SGS"