xref: /illumos-gate/usr/src/cmd/sgs/libconv/common/syminfo.msg (revision 4f680cc668fa6cf678c531083400ade9a9c7934c)
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# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25
26@ MSG_SYMINFO_FLG_DIRECT_CF		"SYMINFO_FLG_DIRECT"		# 0x01
27@ MSG_SYMINFO_FLG_DIRECT_CFNP			"DIRECT"
28@ MSG_SYMINFO_FLG_DIRECT_NF			"direct"
29@ MSG_SYMINFO_FLG_FILTER_CF		"SYMINFO_FLG_FILTER"		# 0x02
30@ MSG_SYMINFO_FLG_FILTER_CFNP			"FILTER"
31@ MSG_SYMINFO_FLG_FILTER_NF			"filter"
32@ MSG_SYMINFO_FLG_COPY_CF		"SYMINFO_FLG_COPY"		# 0x04
33@ MSG_SYMINFO_FLG_COPY_CFNP			"COPY"
34@ MSG_SYMINFO_FLG_COPY_NF			"copy"
35@ MSG_SYMINFO_FLG_LAZYLOAD_CF		"SYMINFO_FLG_LAZYLOAD"		# 0x08
36@ MSG_SYMINFO_FLG_LAZYLOAD_CFNP			"LAZYLOAD"
37@ MSG_SYMINFO_FLG_LAZYLOAD_NF			"lazyload"
38@ MSG_SYMINFO_FLG_DIRECTBIND_CF		"SYMINFO_FLG_DIRECTBIND"	# 0x10
39@ MSG_SYMINFO_FLG_DIRECTBIND_CFNP		"DIRECTBIND"
40@ MSG_SYMINFO_FLG_DIRECTBIND_NF			"directbind"
41@ MSG_SYMINFO_FLG_NOEXTDIRECT_CF	"SYMINFO_FLG_NOEXTDIRECT"	# 0x20
42@ MSG_SYMINFO_FLG_NOEXTDIRECT_CFNP		"NOEXTDIRECT"
43@ MSG_SYMINFO_FLG_NOEXTDIRECT_NF		"noextdirect"
44@ MSG_SYMINFO_FLG_AUXILIARY_CF		"SYMINFO_FLG_AUXILIARY"		# 0x40
45@ MSG_SYMINFO_FLG_AUXILIARY_CFNP		"AUXILIARY"
46@ MSG_SYMINFO_FLG_AUXILIARY_NF			"auxiliary"
47@ MSG_SYMINFO_FLG_INTERPOSE_CF		"SYMINFO_FLG_INTERPOSE"		# 0x80
48@ MSG_SYMINFO_FLG_INTERPOSE_CFNP		"INTERPOSE"
49@ MSG_SYMINFO_FLG_INTERPOSE_NF			"interpose"
50
51@ MSG_SYMINFO_BT_EXTERN_CF	"SYMINFO_BT_EXTERN"		# 0xfffc
52@ MSG_SYMINFO_BT_EXTERN_CFNP		"EXTERN"
53@ MSG_SYMINFO_BT_EXTERN_NF		"extern"
54@ MSG_SYMINFO_BT_NONE_CF	"SYMINFO_BT_NONE"		# 0xfffd
55@ MSG_SYMINFO_BT_NONE_CFNP		"NONE"
56@ MSG_SYMINFO_BT_NONE_NF		"none"
57@ MSG_SYMINFO_BT_PARENT_CF	"SYMINFO_BT_PARENT"		# 0xfffe
58@ MSG_SYMINFO_BT_PARENT_CFNP		"PARENT"
59@ MSG_SYMINFO_BT_PARENT_NF		"parent"
60@ MSG_SYMINFO_BT_SELF_CF	"SYMINFO_BT_SELF"		# 0xffff
61@ MSG_SYMINFO_BT_SELF_CFNP		"SELF"
62@ MSG_SYMINFO_BT_SELF_NF		"self"
63
64
65@ MSG_GBL_ZERO			"0"
66