xref: /onnv-gate/usr/src/cmd/sgs/libconv/common/syminfo.msg (revision 12449:a87750d92895)
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*12449SRod.Evans@Sun.COM# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
235088Sab196087#
245088Sab196087
2511827SRod.Evans@Sun.COM@ MSG_SYMINFO_FLG_DIRECT_CF		"SYMINFO_FLG_DIRECT"		# 0x001
269273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_DIRECT_CFNP			"DIRECT"
279273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_DIRECT_NF			"direct"
2811827SRod.Evans@Sun.COM@ MSG_SYMINFO_FLG_FILTER_CF		"SYMINFO_FLG_FILTER"		# 0x002
299273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_FILTER_CFNP			"FILTER"
309273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_FILTER_NF			"filter"
3111827SRod.Evans@Sun.COM@ MSG_SYMINFO_FLG_COPY_CF		"SYMINFO_FLG_COPY"		# 0x004
329273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_COPY_CFNP			"COPY"
339273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_COPY_NF			"copy"
3411827SRod.Evans@Sun.COM@ MSG_SYMINFO_FLG_LAZYLOAD_CF		"SYMINFO_FLG_LAZYLOAD"		# 0x008
359273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_LAZYLOAD_CFNP			"LAZYLOAD"
369273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_LAZYLOAD_NF			"lazyload"
3711827SRod.Evans@Sun.COM@ MSG_SYMINFO_FLG_DIRECTBIND_CF		"SYMINFO_FLG_DIRECTBIND"	# 0x010
389273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_DIRECTBIND_CFNP		"DIRECTBIND"
399273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_DIRECTBIND_NF			"directbind"
4011827SRod.Evans@Sun.COM@ MSG_SYMINFO_FLG_NOEXTDIRECT_CF	"SYMINFO_FLG_NOEXTDIRECT"	# 0x020
419273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_NOEXTDIRECT_CFNP		"NOEXTDIRECT"
429273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_NOEXTDIRECT_NF		"noextdirect"
4311827SRod.Evans@Sun.COM@ MSG_SYMINFO_FLG_AUXILIARY_CF		"SYMINFO_FLG_AUXILIARY"		# 0x040
449273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_AUXILIARY_CFNP		"AUXILIARY"
459273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_AUXILIARY_NF			"auxiliary"
4611827SRod.Evans@Sun.COM@ MSG_SYMINFO_FLG_INTERPOSE_CF		"SYMINFO_FLG_INTERPOSE"		# 0x080
479273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_INTERPOSE_CFNP		"INTERPOSE"
489273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_FLG_INTERPOSE_NF			"interpose"
4911827SRod.Evans@Sun.COM@ MSG_SYMINFO_FLG_CAP_CF		"SYMINFO_FLG_CAP"		# 0x100
5011827SRod.Evans@Sun.COM@ MSG_SYMINFO_FLG_CAP_CFNP			"CAP"
5111827SRod.Evans@Sun.COM@ MSG_SYMINFO_FLG_CAP_NF			"cap"
52*12449SRod.Evans@Sun.COM@ MSG_SYMINFO_FLG_DEFERRED_CF		"SYMINFO_FLG_DEFERRED"		# 0x200
53*12449SRod.Evans@Sun.COM@ MSG_SYMINFO_FLG_DEFERRED_CFNP			"DEFERRED"
54*12449SRod.Evans@Sun.COM@ MSG_SYMINFO_FLG_DEFERRED_NF			"deferred"
559273SAli.Bahrami@Sun.COM
569273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_BT_EXTERN_CF	"SYMINFO_BT_EXTERN"		# 0xfffc
579273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_BT_EXTERN_CFNP		"EXTERN"
589273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_BT_EXTERN_NF		"extern"
599273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_BT_NONE_CF	"SYMINFO_BT_NONE"		# 0xfffd
609273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_BT_NONE_CFNP		"NONE"
619273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_BT_NONE_NF		"none"
629273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_BT_PARENT_CF	"SYMINFO_BT_PARENT"		# 0xfffe
639273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_BT_PARENT_CFNP		"PARENT"
649273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_BT_PARENT_NF		"parent"
659273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_BT_SELF_CF	"SYMINFO_BT_SELF"		# 0xffff
669273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_BT_SELF_CFNP		"SELF"
679273SAli.Bahrami@Sun.COM@ MSG_SYMINFO_BT_SELF_NF		"self"
689273SAli.Bahrami@Sun.COM
695088Sab196087
705088Sab196087@ MSG_GBL_ZERO			"0"
71