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 (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. 23# 24 25@ MSG_SYMINFO_FLG_DIRECT_CF "SYMINFO_FLG_DIRECT" # 0x001 26@ MSG_SYMINFO_FLG_DIRECT_CFNP "DIRECT" 27@ MSG_SYMINFO_FLG_DIRECT_NF "direct" 28@ MSG_SYMINFO_FLG_FILTER_CF "SYMINFO_FLG_FILTER" # 0x002 29@ MSG_SYMINFO_FLG_FILTER_CFNP "FILTER" 30@ MSG_SYMINFO_FLG_FILTER_NF "filter" 31@ MSG_SYMINFO_FLG_COPY_CF "SYMINFO_FLG_COPY" # 0x004 32@ MSG_SYMINFO_FLG_COPY_CFNP "COPY" 33@ MSG_SYMINFO_FLG_COPY_NF "copy" 34@ MSG_SYMINFO_FLG_LAZYLOAD_CF "SYMINFO_FLG_LAZYLOAD" # 0x008 35@ MSG_SYMINFO_FLG_LAZYLOAD_CFNP "LAZYLOAD" 36@ MSG_SYMINFO_FLG_LAZYLOAD_NF "lazyload" 37@ MSG_SYMINFO_FLG_DIRECTBIND_CF "SYMINFO_FLG_DIRECTBIND" # 0x010 38@ MSG_SYMINFO_FLG_DIRECTBIND_CFNP "DIRECTBIND" 39@ MSG_SYMINFO_FLG_DIRECTBIND_NF "directbind" 40@ MSG_SYMINFO_FLG_NOEXTDIRECT_CF "SYMINFO_FLG_NOEXTDIRECT" # 0x020 41@ MSG_SYMINFO_FLG_NOEXTDIRECT_CFNP "NOEXTDIRECT" 42@ MSG_SYMINFO_FLG_NOEXTDIRECT_NF "noextdirect" 43@ MSG_SYMINFO_FLG_AUXILIARY_CF "SYMINFO_FLG_AUXILIARY" # 0x040 44@ MSG_SYMINFO_FLG_AUXILIARY_CFNP "AUXILIARY" 45@ MSG_SYMINFO_FLG_AUXILIARY_NF "auxiliary" 46@ MSG_SYMINFO_FLG_INTERPOSE_CF "SYMINFO_FLG_INTERPOSE" # 0x080 47@ MSG_SYMINFO_FLG_INTERPOSE_CFNP "INTERPOSE" 48@ MSG_SYMINFO_FLG_INTERPOSE_NF "interpose" 49@ MSG_SYMINFO_FLG_CAP_CF "SYMINFO_FLG_CAP" # 0x100 50@ MSG_SYMINFO_FLG_CAP_CFNP "CAP" 51@ MSG_SYMINFO_FLG_CAP_NF "cap" 52@ MSG_SYMINFO_FLG_DEFERRED_CF "SYMINFO_FLG_DEFERRED" # 0x200 53@ MSG_SYMINFO_FLG_DEFERRED_CFNP "DEFERRED" 54@ MSG_SYMINFO_FLG_DEFERRED_NF "deferred" 55 56@ MSG_SYMINFO_BT_EXTERN_CF "SYMINFO_BT_EXTERN" # 0xfffc 57@ MSG_SYMINFO_BT_EXTERN_CFNP "EXTERN" 58@ MSG_SYMINFO_BT_EXTERN_NF "extern" 59@ MSG_SYMINFO_BT_NONE_CF "SYMINFO_BT_NONE" # 0xfffd 60@ MSG_SYMINFO_BT_NONE_CFNP "NONE" 61@ MSG_SYMINFO_BT_NONE_NF "none" 62@ MSG_SYMINFO_BT_PARENT_CF "SYMINFO_BT_PARENT" # 0xfffe 63@ MSG_SYMINFO_BT_PARENT_CFNP "PARENT" 64@ MSG_SYMINFO_BT_PARENT_NF "parent" 65@ MSG_SYMINFO_BT_SELF_CF "SYMINFO_BT_SELF" # 0xffff 66@ MSG_SYMINFO_BT_SELF_CFNP "SELF" 67@ MSG_SYMINFO_BT_SELF_NF "self" 68 69 70@ MSG_GBL_ZERO "0" 71