xref: /onnv-gate/usr/src/cmd/sgs/libconv/common/syminfo.msg (revision 9273:9a0603d78ad3)
15088Sab196087#
25088Sab196087# CDDL HEADER START
35088Sab196087#
45088Sab196087# The contents of this file are subject to the terms of the
55088Sab196087# Common Development and Distribution License (the "License").
65088Sab196087# You may not use this file except in compliance with the License.
75088Sab196087#
85088Sab196087# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
95088Sab196087# or http://www.opensolaris.org/os/licensing.
105088Sab196087# See the License for the specific language governing permissions
115088Sab196087# and limitations under the License.
125088Sab196087#
135088Sab196087# When distributing Covered Code, include this CDDL HEADER in each
145088Sab196087# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
155088Sab196087# If applicable, add the following below this CDDL HEADER, with the
165088Sab196087# fields enclosed by brackets "[]" replaced with your own identifying
175088Sab196087# information: Portions Copyright [yyyy] [name of copyright owner]
185088Sab196087#
195088Sab196087# CDDL HEADER END
205088Sab196087
215088Sab196087#
22*9273SAli.Bahrami@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
235088Sab196087# Use is subject to license terms.
245088Sab196087#
255088Sab196087
26*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_DIRECT_CF		"SYMINFO_FLG_DIRECT"		# 0x01
27*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_DIRECT_CFNP			"DIRECT"
28*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_DIRECT_NF			"direct"
29*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_FILTER_CF		"SYMINFO_FLG_FILTER"		# 0x02
30*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_FILTER_CFNP			"FILTER"
31*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_FILTER_NF			"filter"
32*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_COPY_CF		"SYMINFO_FLG_COPY"		# 0x04
33*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_COPY_CFNP			"COPY"
34*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_COPY_NF			"copy"
35*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_LAZYLOAD_CF		"SYMINFO_FLG_LAZYLOAD"		# 0x08
36*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_LAZYLOAD_CFNP			"LAZYLOAD"
37*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_LAZYLOAD_NF			"lazyload"
38*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_DIRECTBIND_CF		"SYMINFO_FLG_DIRECTBIND"	# 0x10
39*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_DIRECTBIND_CFNP		"DIRECTBIND"
40*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_DIRECTBIND_NF			"directbind"
41*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_NOEXTDIRECT_CF	"SYMINFO_FLG_NOEXTDIRECT"	# 0x20
42*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_NOEXTDIRECT_CFNP		"NOEXTDIRECT"
43*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_NOEXTDIRECT_NF		"noextdirect"
44*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_AUXILIARY_CF		"SYMINFO_FLG_AUXILIARY"		# 0x40
45*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_AUXILIARY_CFNP		"AUXILIARY"
46*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_AUXILIARY_NF			"auxiliary"
47*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_INTERPOSE_CF		"SYMINFO_FLG_INTERPOSE"		# 0x80
48*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_INTERPOSE_CFNP		"INTERPOSE"
49*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_INTERPOSE_NF			"interpose"
50*9273SAli.Bahrami@Sun.COM
51*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_BT_EXTERN_CF	"SYMINFO_BT_EXTERN"		# 0xfffc
52*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_BT_EXTERN_CFNP		"EXTERN"
53*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_BT_EXTERN_NF		"extern"
54*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_BT_NONE_CF	"SYMINFO_BT_NONE"		# 0xfffd
55*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_BT_NONE_CFNP		"NONE"
56*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_BT_NONE_NF		"none"
57*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_BT_PARENT_CF	"SYMINFO_BT_PARENT"		# 0xfffe
58*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_BT_PARENT_CFNP		"PARENT"
59*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_BT_PARENT_NF		"parent"
60*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_BT_SELF_CF	"SYMINFO_BT_SELF"		# 0xffff
61*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_BT_SELF_CFNP		"SELF"
62*9273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_BT_SELF_NF		"self"
63*9273SAli.Bahrami@Sun.COM
645088Sab196087
655088Sab196087@ MSG_GBL_ZERO			"0"
66