10Sstevel@tonic-gate# 20Sstevel@tonic-gate# CDDL HEADER START 30Sstevel@tonic-gate# 40Sstevel@tonic-gate# The contents of this file are subject to the terms of the 51618Srie# Common Development and Distribution License (the "License"). 61618Srie# You may not use this file except in compliance with the License. 70Sstevel@tonic-gate# 80Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 90Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 100Sstevel@tonic-gate# See the License for the specific language governing permissions 110Sstevel@tonic-gate# and limitations under the License. 120Sstevel@tonic-gate# 130Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 140Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 150Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 160Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 170Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 180Sstevel@tonic-gate# 190Sstevel@tonic-gate# CDDL HEADER END 200Sstevel@tonic-gate# 211618Srie 220Sstevel@tonic-gate# 23*12449SRod.Evans@Sun.COM# Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved. 241618Srie# 250Sstevel@tonic-gate 269273SAli.Bahrami@Sun.COM@ MSG_DT_NULL_CF "DT_NULL" # 0 279273SAli.Bahrami@Sun.COM@ MSG_DT_NULL_CFNP "NULL" 289273SAli.Bahrami@Sun.COM@ MSG_DT_NULL_NF "null" 299273SAli.Bahrami@Sun.COM@ MSG_DT_NEEDED_CF "DT_NEEDED" # 1 309273SAli.Bahrami@Sun.COM@ MSG_DT_NEEDED_CFNP "NEEDED" 319273SAli.Bahrami@Sun.COM@ MSG_DT_NEEDED_NF "needed" 329273SAli.Bahrami@Sun.COM@ MSG_DT_PLTRELSZ_CF "DT_PLTRELSZ" # 2 339273SAli.Bahrami@Sun.COM@ MSG_DT_PLTRELSZ_CFNP "PLTRELSZ" 349273SAli.Bahrami@Sun.COM@ MSG_DT_PLTRELSZ_NF "pltrelsz" 359273SAli.Bahrami@Sun.COM@ MSG_DT_PLTRELSZ_DMP "PLTSZ" 369273SAli.Bahrami@Sun.COM@ MSG_DT_PLTGOT_CF "DT_PLTGOT" # 3 379273SAli.Bahrami@Sun.COM@ MSG_DT_PLTGOT_CFNP "PLTGOT" 389273SAli.Bahrami@Sun.COM@ MSG_DT_PLTGOT_NF "pltgot" 399273SAli.Bahrami@Sun.COM@ MSG_DT_HASH_CF "DT_HASH" # 4 409273SAli.Bahrami@Sun.COM@ MSG_DT_HASH_CFNP "HASH" 419273SAli.Bahrami@Sun.COM@ MSG_DT_HASH_NF "hash" 429273SAli.Bahrami@Sun.COM@ MSG_DT_STRTAB_CF "DT_STRTAB" # 5 439273SAli.Bahrami@Sun.COM@ MSG_DT_STRTAB_CFNP "STRTAB" 449273SAli.Bahrami@Sun.COM@ MSG_DT_STRTAB_NF "strtab" 459273SAli.Bahrami@Sun.COM@ MSG_DT_SYMTAB_CF "DT_SYMTAB" # 6 469273SAli.Bahrami@Sun.COM@ MSG_DT_SYMTAB_CFNP "SYMTAB" 479273SAli.Bahrami@Sun.COM@ MSG_DT_SYMTAB_NF "symtab" 489273SAli.Bahrami@Sun.COM@ MSG_DT_RELA_CF "DT_RELA" # 7 499273SAli.Bahrami@Sun.COM@ MSG_DT_RELA_CFNP "RELA" 509273SAli.Bahrami@Sun.COM@ MSG_DT_RELA_NF "rela" 519273SAli.Bahrami@Sun.COM@ MSG_DT_RELASZ_CF "DT_RELASZ" # 8 529273SAli.Bahrami@Sun.COM@ MSG_DT_RELASZ_CFNP "RELASZ" 539273SAli.Bahrami@Sun.COM@ MSG_DT_RELASZ_NF "relasz" 549273SAli.Bahrami@Sun.COM@ MSG_DT_RELAENT_CF "DT_RELAENT" # 9 559273SAli.Bahrami@Sun.COM@ MSG_DT_RELAENT_CFNP "RELAENT" 569273SAli.Bahrami@Sun.COM@ MSG_DT_RELAENT_NF "relaent" 579273SAli.Bahrami@Sun.COM@ MSG_DT_STRSZ_CF "DT_STRSZ" # 10 589273SAli.Bahrami@Sun.COM@ MSG_DT_STRSZ_CFNP "STRSZ" 599273SAli.Bahrami@Sun.COM@ MSG_DT_STRSZ_NF "strsz" 609273SAli.Bahrami@Sun.COM@ MSG_DT_SYMENT_CF "DT_SYMENT" # 11 619273SAli.Bahrami@Sun.COM@ MSG_DT_SYMENT_CFNP "SYMENT" 629273SAli.Bahrami@Sun.COM@ MSG_DT_SYMENT_NF "syment" 639273SAli.Bahrami@Sun.COM@ MSG_DT_INIT_CF "DT_INIT" # 12 649273SAli.Bahrami@Sun.COM@ MSG_DT_INIT_CFNP "INIT" 659273SAli.Bahrami@Sun.COM@ MSG_DT_INIT_NF "init" 669273SAli.Bahrami@Sun.COM@ MSG_DT_FINI_CF "DT_FINI" # 13 679273SAli.Bahrami@Sun.COM@ MSG_DT_FINI_CFNP "FINI" 689273SAli.Bahrami@Sun.COM@ MSG_DT_FINI_NF "fini" 699273SAli.Bahrami@Sun.COM@ MSG_DT_SONAME_CF "DT_SONAME" # 14 709273SAli.Bahrami@Sun.COM@ MSG_DT_SONAME_CFNP "SONAME" 719273SAli.Bahrami@Sun.COM@ MSG_DT_SONAME_NF "soname" 729273SAli.Bahrami@Sun.COM@ MSG_DT_RPATH_CF "DT_RPATH" # 15 739273SAli.Bahrami@Sun.COM@ MSG_DT_RPATH_CFNP "RPATH" 749273SAli.Bahrami@Sun.COM@ MSG_DT_RPATH_NF "rpath" 759273SAli.Bahrami@Sun.COM@ MSG_DT_SYMBOLIC_CF "DT_SYMBOLIC" # 16 769273SAli.Bahrami@Sun.COM@ MSG_DT_SYMBOLIC_CFNP "SYMBOLIC" 779273SAli.Bahrami@Sun.COM@ MSG_DT_SYMBOLIC_NF "symbolic" 789273SAli.Bahrami@Sun.COM@ MSG_DT_SYMBOLIC_DMP "SYMB" 799273SAli.Bahrami@Sun.COM@ MSG_DT_REL_CF "DT_REL" # 17 809273SAli.Bahrami@Sun.COM@ MSG_DT_REL_CFNP "REL" 819273SAli.Bahrami@Sun.COM@ MSG_DT_REL_NF "rel" 829273SAli.Bahrami@Sun.COM@ MSG_DT_RELSZ_CF "DT_RELSZ" # 18 839273SAli.Bahrami@Sun.COM@ MSG_DT_RELSZ_CFNP "RELSZ" 849273SAli.Bahrami@Sun.COM@ MSG_DT_RELSZ_NF "relsz" 859273SAli.Bahrami@Sun.COM@ MSG_DT_RELENT_CF "DT_RELENT" # 19 869273SAli.Bahrami@Sun.COM@ MSG_DT_RELENT_CFNP "RELENT" 879273SAli.Bahrami@Sun.COM@ MSG_DT_RELENT_NF "relent" 889273SAli.Bahrami@Sun.COM@ MSG_DT_PLTREL_CF "DT_PLTREL" # 20 899273SAli.Bahrami@Sun.COM@ MSG_DT_PLTREL_CFNP "PLTREL" 909273SAli.Bahrami@Sun.COM@ MSG_DT_PLTREL_NF "pltrel" 919273SAli.Bahrami@Sun.COM@ MSG_DT_DEBUG_CF "DT_DEBUG" # 21 929273SAli.Bahrami@Sun.COM@ MSG_DT_DEBUG_CFNP "DEBUG" 939273SAli.Bahrami@Sun.COM@ MSG_DT_DEBUG_NF "debug" 949273SAli.Bahrami@Sun.COM@ MSG_DT_TEXTREL_CF "DT_TEXTREL" # 22 959273SAli.Bahrami@Sun.COM@ MSG_DT_TEXTREL_CFNP "TEXTREL" 969273SAli.Bahrami@Sun.COM@ MSG_DT_TEXTREL_NF "textrel" 979273SAli.Bahrami@Sun.COM@ MSG_DT_JMPREL_CF "DT_JMPREL" # 23 989273SAli.Bahrami@Sun.COM@ MSG_DT_JMPREL_CFNP "JMPREL" 999273SAli.Bahrami@Sun.COM@ MSG_DT_JMPREL_NF "jmprel" 1009273SAli.Bahrami@Sun.COM@ MSG_DT_BIND_NOW_CF "DT_BIND_NOW" # 24 1019273SAli.Bahrami@Sun.COM@ MSG_DT_BIND_NOW_CFNP "BIND_NOW" 1029273SAli.Bahrami@Sun.COM@ MSG_DT_BIND_NOW_NF "bind_now" 1039273SAli.Bahrami@Sun.COM@ MSG_DT_INIT_ARRAY_CF "DT_INIT_ARRAY" # 25 1049273SAli.Bahrami@Sun.COM@ MSG_DT_INIT_ARRAY_CFNP "INIT_ARRAY" 1059273SAli.Bahrami@Sun.COM@ MSG_DT_INIT_ARRAY_NF "init_array" 1069273SAli.Bahrami@Sun.COM@ MSG_DT_FINI_ARRAY_CF "DT_FINI_ARRAY" # 26 1079273SAli.Bahrami@Sun.COM@ MSG_DT_FINI_ARRAY_CFNP "FINI_ARRAY" 1089273SAli.Bahrami@Sun.COM@ MSG_DT_FINI_ARRAY_NF "fini_array" 1099273SAli.Bahrami@Sun.COM@ MSG_DT_INIT_ARRAYSZ_CF "DT_INIT_ARRAYSZ" # 27 1109273SAli.Bahrami@Sun.COM@ MSG_DT_INIT_ARRAYSZ_CFNP "INIT_ARRAYSZ" 1119273SAli.Bahrami@Sun.COM@ MSG_DT_INIT_ARRAYSZ_NF "init_arraysz" 1129273SAli.Bahrami@Sun.COM@ MSG_DT_FINI_ARRAYSZ_CF "DT_FINI_ARRAYSZ" # 28 1139273SAli.Bahrami@Sun.COM@ MSG_DT_FINI_ARRAYSZ_CFNP "FINI_ARRAYSZ" 1149273SAli.Bahrami@Sun.COM@ MSG_DT_FINI_ARRAYSZ_NF "fini_arraysz" 1159273SAli.Bahrami@Sun.COM@ MSG_DT_RUNPATH_CF "DT_RUNPATH" # 29 1169273SAli.Bahrami@Sun.COM@ MSG_DT_RUNPATH_CFNP "RUNPATH" 1179273SAli.Bahrami@Sun.COM@ MSG_DT_RUNPATH_NF "runpath" 1189273SAli.Bahrami@Sun.COM@ MSG_DT_FLAGS_CF "DT_FLAGS" # 30 1199273SAli.Bahrami@Sun.COM@ MSG_DT_FLAGS_CFNP "FLAGS" 1209273SAli.Bahrami@Sun.COM@ MSG_DT_FLAGS_NF "flags" 1219273SAli.Bahrami@Sun.COM@ MSG_DT_PREINIT_ARRAY_CF "DT_PREINIT_ARRAY" # 32 1229273SAli.Bahrami@Sun.COM@ MSG_DT_PREINIT_ARRAY_CFNP "PREINIT_ARRAY" 1239273SAli.Bahrami@Sun.COM@ MSG_DT_PREINIT_ARRAY_NF "preinit_array" 1249273SAli.Bahrami@Sun.COM@ MSG_DT_PREINIT_ARRAYSZ_CF "DT_PREINIT_ARRAYSZ" # 33 1259273SAli.Bahrami@Sun.COM@ MSG_DT_PREINIT_ARRAYSZ_CFNP "PREINIT_ARRAYSZ" 1269273SAli.Bahrami@Sun.COM@ MSG_DT_PREINIT_ARRAYSZ_NF "preinit_arraysz" 1279273SAli.Bahrami@Sun.COM@ MSG_DT_DEP_SPARC_REG_CF "DT_DEPRECATED_SPARC_REGISTER" # 0x07000001 1289273SAli.Bahrami@Sun.COM@ MSG_DT_DEP_SPARC_REG_CFNP "DEPRECATED_SPARC_REGISTER" 1299273SAli.Bahrami@Sun.COM@ MSG_DT_DEP_SPARC_REG_NF "deprecated_sparc_register" 1309273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_AUXILIARY_CF "DT_SUNW_AUXILIARY" # 0x6000000d 1319273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_AUXILIARY_CFNP "SUNW_AUXILIARY" 1329273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_AUXILIARY_NF "sunw_auxiliary" 1339273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_RTLDINF_CF "DT_SUNW_RTLDINF" # 0x6000000e 1349273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_RTLDINF_CFNP "SUNW_RTLDINF" 1359273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_RTLDINF_NF "sunw_rtldinf" 1369273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_FILTER_CF "DT_SUNW_FILTER" # 0x6000000f 1379273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_FILTER_CFNP "SUNW_FILTER" 1389273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_FILTER_NF "sunw_filter" 1399273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_CAP_CF "DT_SUNW_CAP" # 0x60000010 1409273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_CAP_CFNP "SUNW_CAP" 1419273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_CAP_NF "sunw_cap" 1429273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_SYMTAB_CF "DT_SUNW_SYMTAB" # 0x60000011 1439273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_SYMTAB_CFNP "SUNW_SYMTAB" 1449273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_SYMTAB_NF "sunw_symtab" 1459273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_SYMSZ_CF "DT_SUNW_SYMSZ" # 0x60000012 1469273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_SYMSZ_CFNP "SUNW_SYMSZ" 1479273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_SYMSZ_NF "sunw_symsz" 1489273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_SORTENT_CF "DT_SUNW_SORTENT" # 0x60000013 1499273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_SORTENT_CFNP "SUNW_SORTENT" 1509273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_SORTENT_NF "sunw_sortent" 1519273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_SYMSORT_CF "DT_SUNW_SYMSORT" # 0x60000014 1529273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_SYMSORT_CFNP "SUNW_SYMSORT" 1539273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_SYMSORT_NF "sunw_symsort" 1549273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_SYMSORTSZ_CF "DT_SUNW_SYMSORTSZ" # 0x60000015 1559273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_SYMSORTSZ_CFNP "SUNW_SYMSORTSZ" 1569273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_SYMSORTSZ_NF "sunw_symsortsz" 1579273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_TLSSORT_CF "DT_SUNW_TLSSORT" # 0x60000016 1589273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_TLSSORT_CFNP "SUNW_TLSSORT" 1599273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_TLSSORT_NF "sunw_tlssort" 1609273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_TLSSORTSZ_CF "DT_SUNW_TLSSORTSZ" # 0x60000017 1619273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_TLSSORTSZ_CFNP "SUNW_TLSSORTSZ" 1629273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_TLSSORTSZ_NF "sunw_tlssortsz" 16311827SRod.Evans@Sun.COM@ MSG_DT_SUNW_CAPINFO_CF "DT_SUNW_CAPINFO" # 0x60000018 16411827SRod.Evans@Sun.COM@ MSG_DT_SUNW_CAPINFO_CFNP "SUNW_CAPINFO" 16511827SRod.Evans@Sun.COM@ MSG_DT_SUNW_CAPINFO_NF "sunw_capinfo" 1669273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_STRPAD_CF "DT_SUNW_STRPAD" # 0x60000019 1679273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_STRPAD_CFNP "SUNW_STRPAD" 1689273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_STRPAD_NF "sunw_strpad" 16911827SRod.Evans@Sun.COM@ MSG_DT_SUNW_CAPCHAIN_CF "DT_SUNW_CAPCHAIN" # 0x6000001a 17011827SRod.Evans@Sun.COM@ MSG_DT_SUNW_CAPCHAIN_CFNP "SUNW_CAPCHAIN" 17111827SRod.Evans@Sun.COM@ MSG_DT_SUNW_CAPCHAIN_NF "sunw_capchain" 1729273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_LDMACH_CF "DT_SUNW_LDMACH" # 0x6000001b 1739273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_LDMACH_CFNP "SUNW_LDMACH" 1749273SAli.Bahrami@Sun.COM@ MSG_DT_SUNW_LDMACH_NF "sunw_ldmach" 17511827SRod.Evans@Sun.COM@ MSG_DT_SUNW_CAPCHAINENT_CF "DT_SUNW_CAPCHAINENT" # 0x6000001d 17611827SRod.Evans@Sun.COM@ MSG_DT_SUNW_CAPCHAINENT_CFNP "SUNW_CAPCHAINENT" 17711827SRod.Evans@Sun.COM@ MSG_DT_SUNW_CAPCHAINENT_NF "sunw_capchainent" 17811827SRod.Evans@Sun.COM@ MSG_DT_SUNW_CAPCHAINSZ_CF "DT_SUNW_CAPCHAINSZ" # 0x6000001d 17911827SRod.Evans@Sun.COM@ MSG_DT_SUNW_CAPCHAINSZ_CFNP "SUNW_CAPCHAINSZ" 18011827SRod.Evans@Sun.COM@ MSG_DT_SUNW_CAPCHAINSZ_NF "sunw_capchainsz" 18111827SRod.Evans@Sun.COM 1829273SAli.Bahrami@Sun.COM@ MSG_DT_GNU_PRELINKED_CF "DT_GNU_PRELINKED" # 0x6ffffdf5 1839273SAli.Bahrami@Sun.COM@ MSG_DT_GNU_PRELINKED_CFNP "GNU_PRELINKED" 1849273SAli.Bahrami@Sun.COM@ MSG_DT_GNU_PRELINKED_NF "gnu_prelinked" 1859273SAli.Bahrami@Sun.COM@ MSG_DT_GNU_CONFLICTSZ_CF "DT_GNU_CONFLICTSZ" # 0x6ffffdf6 1869273SAli.Bahrami@Sun.COM@ MSG_DT_GNU_CONFLICTSZ_CFNP "GNU_CONFLICTSZ" 1879273SAli.Bahrami@Sun.COM@ MSG_DT_GNU_CONFLICTSZ_NF "gnu_conflictsz" 1889273SAli.Bahrami@Sun.COM@ MSG_DT_GNU_LIBLISTSZ_CF "DT_GNU_LIBLISTSZ" # 0x6ffffdf7 1899273SAli.Bahrami@Sun.COM@ MSG_DT_GNU_LIBLISTSZ_CFNP "GNU_LIBLISTSZ" 1909273SAli.Bahrami@Sun.COM@ MSG_DT_GNU_LIBLISTSZ_NF "gnu_liblistsz" 1919273SAli.Bahrami@Sun.COM@ MSG_DT_CHECKSUM_CF "DT_CHECKSUM" # 0x6ffffdf8 1929273SAli.Bahrami@Sun.COM@ MSG_DT_CHECKSUM_CFNP "CHECKSUM" 1939273SAli.Bahrami@Sun.COM@ MSG_DT_CHECKSUM_NF "checksum" 1949273SAli.Bahrami@Sun.COM@ MSG_DT_PLTPADSZ_CF "DT_PLTPADSZ" # 0x6ffffdf9 1959273SAli.Bahrami@Sun.COM@ MSG_DT_PLTPADSZ_CFNP "PLTPADSZ" 1969273SAli.Bahrami@Sun.COM@ MSG_DT_PLTPADSZ_NF "pltpadsz" 1979273SAli.Bahrami@Sun.COM@ MSG_DT_MOVEENT_CF "DT_MOVEENT" # 0x6ffffdfa 1989273SAli.Bahrami@Sun.COM@ MSG_DT_MOVEENT_CFNP "MOVEENT" 1999273SAli.Bahrami@Sun.COM@ MSG_DT_MOVEENT_NF "moveent" 2009273SAli.Bahrami@Sun.COM@ MSG_DT_MOVESZ_CF "DT_MOVESZ" # 0x6ffffdfb 2019273SAli.Bahrami@Sun.COM@ MSG_DT_MOVESZ_CFNP "MOVESZ" 2029273SAli.Bahrami@Sun.COM@ MSG_DT_MOVESZ_NF "movesz" 2039273SAli.Bahrami@Sun.COM@ MSG_DT_FEATURE_1_CF "DT_FEATURE_1" # 0x6ffffdfc 2049273SAli.Bahrami@Sun.COM@ MSG_DT_FEATURE_1_CFNP "FEATURE_1" 2059273SAli.Bahrami@Sun.COM@ MSG_DT_FEATURE_1_NF "feature_1" 2069273SAli.Bahrami@Sun.COM@ MSG_DT_POSFLAG_1_CF "DT_POSFLAG_1" # 0x6ffffdfd 2079273SAli.Bahrami@Sun.COM@ MSG_DT_POSFLAG_1_CFNP "POSFLAG_1" 2089273SAli.Bahrami@Sun.COM@ MSG_DT_POSFLAG_1_NF "posflag_1" 2099273SAli.Bahrami@Sun.COM@ MSG_DT_SYMINSZ_CF "DT_SYMINSZ" # 0x6ffffdfe 2109273SAli.Bahrami@Sun.COM@ MSG_DT_SYMINSZ_CFNP "SYMINSZ" 2119273SAli.Bahrami@Sun.COM@ MSG_DT_SYMINSZ_NF "syminsz" 2129273SAli.Bahrami@Sun.COM@ MSG_DT_SYMINENT_CF "DT_SYMINENT" # 0x6ffffdff 2139273SAli.Bahrami@Sun.COM@ MSG_DT_SYMINENT_CFNP "SYMINENT" 2149273SAli.Bahrami@Sun.COM@ MSG_DT_SYMINENT_NF "syminent" 2159273SAli.Bahrami@Sun.COM@ MSG_DT_GNU_HASH_CF "DT_GNU_HASH" # 0x6ffffef5 2169273SAli.Bahrami@Sun.COM@ MSG_DT_GNU_HASH_CFNP "GNU_HASH" 2179273SAli.Bahrami@Sun.COM@ MSG_DT_GNU_HASH_NF "gnu_hash" 2189273SAli.Bahrami@Sun.COM@ MSG_DT_TLSDESC_PLT_CF "DT_TLSDESC_PLT" # 0x6ffffef6 2199273SAli.Bahrami@Sun.COM@ MSG_DT_TLSDESC_PLT_CFNP "TLSDESC_PLT" 2209273SAli.Bahrami@Sun.COM@ MSG_DT_TLSDESC_PLT_NF "tlsdesc_plt" 2219273SAli.Bahrami@Sun.COM@ MSG_DT_TLSDESC_GOT_CF "DT_TLSDESC_GOT" # 0x6ffffef7 2229273SAli.Bahrami@Sun.COM@ MSG_DT_TLSDESC_GOT_CFNP "TLSDESC_GOT" 2239273SAli.Bahrami@Sun.COM@ MSG_DT_TLSDESC_GOT_NF "tlsdesc_got" 2249273SAli.Bahrami@Sun.COM@ MSG_DT_GNU_CONFLICT_CF "DT_GNU_CONFLICT" # 0x6ffffef8 2259273SAli.Bahrami@Sun.COM@ MSG_DT_GNU_CONFLICT_CFNP "GNU_CONFLICT" 2269273SAli.Bahrami@Sun.COM@ MSG_DT_GNU_CONFLICT_NF "gnu_conflict" 2279273SAli.Bahrami@Sun.COM@ MSG_DT_GNU_LIBLIST_CF "DT_GNU_LIBLIST" # 0x6ffffef9 2289273SAli.Bahrami@Sun.COM@ MSG_DT_GNU_LIBLIST_CFNP "GNU_LIBLIST" 2299273SAli.Bahrami@Sun.COM@ MSG_DT_GNU_LIBLIST_NF "gnu_liblist" 2309273SAli.Bahrami@Sun.COM@ MSG_DT_CONFIG_CF "DT_CONFIG" # 0x6ffffefa 2319273SAli.Bahrami@Sun.COM@ MSG_DT_CONFIG_CFNP "CONFIG" 2329273SAli.Bahrami@Sun.COM@ MSG_DT_CONFIG_NF "config" 2339273SAli.Bahrami@Sun.COM@ MSG_DT_DEPAUDIT_CF "DT_DEPAUDIT" # 0x6ffffefb 2349273SAli.Bahrami@Sun.COM@ MSG_DT_DEPAUDIT_CFNP "DEPAUDIT" 2359273SAli.Bahrami@Sun.COM@ MSG_DT_DEPAUDIT_NF "depaudit" 2369273SAli.Bahrami@Sun.COM@ MSG_DT_AUDIT_CF "DT_AUDIT" # 0x6ffffefc 2379273SAli.Bahrami@Sun.COM@ MSG_DT_AUDIT_CFNP "AUDIT" 2389273SAli.Bahrami@Sun.COM@ MSG_DT_AUDIT_NF "audit" 2399273SAli.Bahrami@Sun.COM@ MSG_DT_PLTPAD_CF "DT_PLTPAD" # 0x6ffffefd 2409273SAli.Bahrami@Sun.COM@ MSG_DT_PLTPAD_CFNP "PLTPAD" 2419273SAli.Bahrami@Sun.COM@ MSG_DT_PLTPAD_NF "pltpad" 2429273SAli.Bahrami@Sun.COM@ MSG_DT_MOVETAB_CF "DT_MOVETAB" # 0x6ffffefe 2439273SAli.Bahrami@Sun.COM@ MSG_DT_MOVETAB_CFNP "MOVETAB" 2449273SAli.Bahrami@Sun.COM@ MSG_DT_MOVETAB_NF "movetab" 2459273SAli.Bahrami@Sun.COM@ MSG_DT_SYMINFO_CF "DT_SYMINFO" # 0x6ffffeff 2469273SAli.Bahrami@Sun.COM@ MSG_DT_SYMINFO_CFNP "SYMINFO" 2479273SAli.Bahrami@Sun.COM@ MSG_DT_SYMINFO_NF "syminfo" 2489273SAli.Bahrami@Sun.COM@ MSG_DT_VERSYM_CF "DT_VERSYM" # 0x6ffffff0 2499273SAli.Bahrami@Sun.COM@ MSG_DT_VERSYM_CFNP "VERSYM" 2509273SAli.Bahrami@Sun.COM@ MSG_DT_VERSYM_NF "versym" 2519273SAli.Bahrami@Sun.COM@ MSG_DT_RELACOUNT_CF "DT_RELACOUNT" # 0x6ffffff9 2529273SAli.Bahrami@Sun.COM@ MSG_DT_RELACOUNT_CFNP "RELACOUNT" 2539273SAli.Bahrami@Sun.COM@ MSG_DT_RELACOUNT_NF "relacount" 2549273SAli.Bahrami@Sun.COM@ MSG_DT_RELCOUNT_CF "DT_RELCOUNT" # 0x6ffffffa 2559273SAli.Bahrami@Sun.COM@ MSG_DT_RELCOUNT_CFNP "RELCOUNT" 2569273SAli.Bahrami@Sun.COM@ MSG_DT_RELCOUNT_NF "relcount" 2579273SAli.Bahrami@Sun.COM@ MSG_DT_FLAGS_1_CF "DT_FLAGS_1" # 0x6ffffffb 2589273SAli.Bahrami@Sun.COM@ MSG_DT_FLAGS_1_CFNP "FLAGS_1" 2599273SAli.Bahrami@Sun.COM@ MSG_DT_FLAGS_1_NF "flags_1" 2609273SAli.Bahrami@Sun.COM@ MSG_DT_VERDEF_CF "DT_VERDEF" # 0x6ffffffc 2619273SAli.Bahrami@Sun.COM@ MSG_DT_VERDEF_CFNP "VERDEF" 2629273SAli.Bahrami@Sun.COM@ MSG_DT_VERDEF_NF "verdef" 2639273SAli.Bahrami@Sun.COM@ MSG_DT_VERDEFNUM_CF "DT_VERDEFNUM" # 0x6ffffffd 2649273SAli.Bahrami@Sun.COM@ MSG_DT_VERDEFNUM_CFNP "VERDEFNUM" 2659273SAli.Bahrami@Sun.COM@ MSG_DT_VERDEFNUM_NF "verdefnum" 2669273SAli.Bahrami@Sun.COM@ MSG_DT_VERNEED_CF "DT_VERNEED" # 0x6ffffffe 2679273SAli.Bahrami@Sun.COM@ MSG_DT_VERNEED_CFNP "VERNEED" 2689273SAli.Bahrami@Sun.COM@ MSG_DT_VERNEED_NF "verneed" 2699273SAli.Bahrami@Sun.COM@ MSG_DT_VERNEEDNUM_CF "DT_VERNEEDNUM" # 0x6fffffff 2709273SAli.Bahrami@Sun.COM@ MSG_DT_VERNEEDNUM_CFNP "VERNEEDNUM" 2719273SAli.Bahrami@Sun.COM@ MSG_DT_VERNEEDNUM_NF "verneednum" 2729273SAli.Bahrami@Sun.COM@ MSG_DT_SPARC_REGISTER_CF "DT_SPARC_REGISTER" # 0x70000001 2739273SAli.Bahrami@Sun.COM@ MSG_DT_SPARC_REGISTER_CFNP "SPARC_REGISTER" 2749273SAli.Bahrami@Sun.COM@ MSG_DT_SPARC_REGISTER_NF "sparc_register" 2759273SAli.Bahrami@Sun.COM@ MSG_DT_SPARC_REGISTER_DMP "REGISTER" 2769273SAli.Bahrami@Sun.COM@ MSG_DT_AUXILIARY_CF "DT_AUXILIARY" # 0x7ffffffd 2779273SAli.Bahrami@Sun.COM@ MSG_DT_AUXILIARY_CFNP "AUXILIARY" 2789273SAli.Bahrami@Sun.COM@ MSG_DT_AUXILIARY_NF "auxiliary" 2799273SAli.Bahrami@Sun.COM@ MSG_DT_USED_CF "DT_USED" # 0x7ffffffe 2809273SAli.Bahrami@Sun.COM@ MSG_DT_USED_CFNP "USED" 2819273SAli.Bahrami@Sun.COM@ MSG_DT_USED_NF "used" 2829273SAli.Bahrami@Sun.COM@ MSG_DT_FILTER_CF "DT_FILTER" # 0x7fffffff 2839273SAli.Bahrami@Sun.COM@ MSG_DT_FILTER_CFNP "FILTER" 2849273SAli.Bahrami@Sun.COM@ MSG_DT_FILTER_NF "filter" 2850Sstevel@tonic-gate 2869273SAli.Bahrami@Sun.COM 2879273SAli.Bahrami@Sun.COM@ MSG_DF_ORIGIN_CF "DF_ORIGIN" # 0x00000001 2889273SAli.Bahrami@Sun.COM@ MSG_DF_ORIGIN_CFNP "ORIGIN" 2899273SAli.Bahrami@Sun.COM@ MSG_DF_ORIGIN_NF "origin" 2909273SAli.Bahrami@Sun.COM@ MSG_DF_SYMBOLIC_CF "DF_SYMBOLIC" # 0x00000002 2919273SAli.Bahrami@Sun.COM@ MSG_DF_SYMBOLIC_CFNP "SYMBOLIC" 2929273SAli.Bahrami@Sun.COM@ MSG_DF_SYMBOLIC_NF "symbolic" 2939273SAli.Bahrami@Sun.COM@ MSG_DF_TEXTREL_CF "DF_TEXTREL" # 0x00000004 2949273SAli.Bahrami@Sun.COM@ MSG_DF_TEXTREL_CFNP "TEXTREL" 2959273SAli.Bahrami@Sun.COM@ MSG_DF_TEXTREL_NF "textrel" 2969273SAli.Bahrami@Sun.COM@ MSG_DF_BIND_NOW_CF "DF_BIND_NOW" # 0x00000008 2979273SAli.Bahrami@Sun.COM@ MSG_DF_BIND_NOW_CFNP "BIND_NOW" 2989273SAli.Bahrami@Sun.COM@ MSG_DF_BIND_NOW_NF "bind_now" 2999273SAli.Bahrami@Sun.COM@ MSG_DF_STATIC_TLS_CF "DF_STATIC_TLS" # 0x00000010 3009273SAli.Bahrami@Sun.COM@ MSG_DF_STATIC_TLS_CFNP "STATIC_TLS" 3019273SAli.Bahrami@Sun.COM@ MSG_DF_STATIC_TLS_NF "static_tls" 3029273SAli.Bahrami@Sun.COM 3030Sstevel@tonic-gate 3049273SAli.Bahrami@Sun.COM@ MSG_DF_1_NOW_CF "DF_1_NOW" # 0x00000001 3059273SAli.Bahrami@Sun.COM@ MSG_DF_1_NOW_CFNP "NOW" 3069273SAli.Bahrami@Sun.COM@ MSG_DF_1_NOW_NF "now" 3079273SAli.Bahrami@Sun.COM@ MSG_DF_1_GLOBAL_CF "DF_1_GLOBAL" # 0x00000002 3089273SAli.Bahrami@Sun.COM@ MSG_DF_1_GLOBAL_CFNP "GLOBAL" 3099273SAli.Bahrami@Sun.COM@ MSG_DF_1_GLOBAL_NF "global" 3109273SAli.Bahrami@Sun.COM@ MSG_DF_1_GROUP_CF "DF_1_GROUP" # 0x00000004 3119273SAli.Bahrami@Sun.COM@ MSG_DF_1_GROUP_CFNP "GROUP" 3129273SAli.Bahrami@Sun.COM@ MSG_DF_1_GROUP_NF "group" 3139273SAli.Bahrami@Sun.COM@ MSG_DF_1_NODELETE_CF "DF_1_NODELETE" # 0x00000008 3149273SAli.Bahrami@Sun.COM@ MSG_DF_1_NODELETE_CFNP "NODELETE" 3159273SAli.Bahrami@Sun.COM@ MSG_DF_1_NODELETE_NF "nodelete" 3169273SAli.Bahrami@Sun.COM@ MSG_DF_1_LOADFLTR_CF "DF_1_LOADFLTR" # 0x00000010 3179273SAli.Bahrami@Sun.COM@ MSG_DF_1_LOADFLTR_CFNP "LOADFLTR" 3189273SAli.Bahrami@Sun.COM@ MSG_DF_1_LOADFLTR_NF "loadfltr" 3199273SAli.Bahrami@Sun.COM@ MSG_DF_1_INITFIRST_CF "DF_1_INITFIRST" # 0x00000020 3209273SAli.Bahrami@Sun.COM@ MSG_DF_1_INITFIRST_CFNP "INITFIRST" 3219273SAli.Bahrami@Sun.COM@ MSG_DF_1_INITFIRST_NF "initfirst" 3229273SAli.Bahrami@Sun.COM@ MSG_DF_1_NOOPEN_CF "DF_1_NOOPEN" # 0x00000040 3239273SAli.Bahrami@Sun.COM@ MSG_DF_1_NOOPEN_CFNP "NOOPEN" 3249273SAli.Bahrami@Sun.COM@ MSG_DF_1_NOOPEN_NF "noopen" 3259273SAli.Bahrami@Sun.COM@ MSG_DF_1_ORIGIN_CF "DF_1_ORIGIN" # 0x00000080 3269273SAli.Bahrami@Sun.COM@ MSG_DF_1_ORIGIN_CFNP "ORIGIN" 3279273SAli.Bahrami@Sun.COM@ MSG_DF_1_ORIGIN_NF "origin" 3289273SAli.Bahrami@Sun.COM@ MSG_DF_1_DIRECT_CF "DF_1_DIRECT" # 0x00000100 3299273SAli.Bahrami@Sun.COM@ MSG_DF_1_DIRECT_CFNP "DIRECT" 3309273SAli.Bahrami@Sun.COM@ MSG_DF_1_DIRECT_NF "direct" 3319273SAli.Bahrami@Sun.COM@ MSG_DF_1_TRANS_CF "DF_1_TRANS" # 0x00000200 3329273SAli.Bahrami@Sun.COM@ MSG_DF_1_TRANS_CFNP "TRANS" 3339273SAli.Bahrami@Sun.COM@ MSG_DF_1_TRANS_NF "trans" 3349273SAli.Bahrami@Sun.COM@ MSG_DF_1_INTERPOSE_CF "DF_1_INTERPOSE" # 0x00000400 3359273SAli.Bahrami@Sun.COM@ MSG_DF_1_INTERPOSE_CFNP "INTERPOSE" 3369273SAli.Bahrami@Sun.COM@ MSG_DF_1_INTERPOSE_NF "interpose" 3379273SAli.Bahrami@Sun.COM@ MSG_DF_1_INTERPOSE_DEF "OBJECT-INTERPOSE" 3389273SAli.Bahrami@Sun.COM@ MSG_DF_1_NODEFLIB_CF "DF_1_NODEFLIB" # 0x00000800 3399273SAli.Bahrami@Sun.COM@ MSG_DF_1_NODEFLIB_CFNP "NODEFLIB" 3409273SAli.Bahrami@Sun.COM@ MSG_DF_1_NODEFLIB_NF "nodeflib" 3419273SAli.Bahrami@Sun.COM@ MSG_DF_1_NODUMP_CF "DF_1_NODUMP" # 0x00001000 3429273SAli.Bahrami@Sun.COM@ MSG_DF_1_NODUMP_CFNP "NODUMP" 3439273SAli.Bahrami@Sun.COM@ MSG_DF_1_NODUMP_NF "nodump" 3449273SAli.Bahrami@Sun.COM@ MSG_DF_1_CONFALT_CF "DF_1_CONFALT" # 0x00002000 3459273SAli.Bahrami@Sun.COM@ MSG_DF_1_CONFALT_CFNP "CONFALT" 3469273SAli.Bahrami@Sun.COM@ MSG_DF_1_CONFALT_NF "confalt" 3479273SAli.Bahrami@Sun.COM@ MSG_DF_1_ENDFILTEE_CF "DF_1_ENDFILTEE" # 0x00004000 3489273SAli.Bahrami@Sun.COM@ MSG_DF_1_ENDFILTEE_CFNP "ENDFILTEE" 3499273SAli.Bahrami@Sun.COM@ MSG_DF_1_ENDFILTEE_NF "endfiltee" 3509273SAli.Bahrami@Sun.COM@ MSG_DF_1_DISPRELDNE_CF "DF_1_DISPRELDNE" # 0x00008000 3519273SAli.Bahrami@Sun.COM@ MSG_DF_1_DISPRELDNE_CFNP "DISPRELDNE" 3529273SAli.Bahrami@Sun.COM@ MSG_DF_1_DISPRELDNE_NF "dispreldne" 3539273SAli.Bahrami@Sun.COM@ MSG_DF_1_DISPRELDNE_DEF "DISPLACE-RELOCS-DONE" 3549273SAli.Bahrami@Sun.COM@ MSG_DF_1_DISPRELPND_CF "DF_1_DISPRELPND" # 0x00010000 3559273SAli.Bahrami@Sun.COM@ MSG_DF_1_DISPRELPND_CFNP "DISPRELPND" 3569273SAli.Bahrami@Sun.COM@ MSG_DF_1_DISPRELPND_NF "disprelpnd" 3579273SAli.Bahrami@Sun.COM@ MSG_DF_1_DISPRELPND_DEF "DISPLACE-RELOCS-PEND" 3589273SAli.Bahrami@Sun.COM@ MSG_DF_1_NODIRECT_CF "DF_1_NODIRECT" # 0x00020000 3599273SAli.Bahrami@Sun.COM@ MSG_DF_1_NODIRECT_CFNP "NODIRECT" 3609273SAli.Bahrami@Sun.COM@ MSG_DF_1_NODIRECT_NF "nodirect" 3619273SAli.Bahrami@Sun.COM@ MSG_DF_1_IGNMULDEF_CF "DF_1_IGNMULDEF" # 0x00040000 3629273SAli.Bahrami@Sun.COM@ MSG_DF_1_IGNMULDEF_CFNP "IGNMULDEF" 3639273SAli.Bahrami@Sun.COM@ MSG_DF_1_IGNMULDEF_NF "ignmuldef" 3649273SAli.Bahrami@Sun.COM@ MSG_DF_1_IGNMULDEF_DEF "IGNORE-MULDEFS" 3659273SAli.Bahrami@Sun.COM@ MSG_DF_1_NOKSYMS_CF "DF_1_NOKSYMS" # 0x00080000 3669273SAli.Bahrami@Sun.COM@ MSG_DF_1_NOKSYMS_CFNP "NOKSYMS" 3679273SAli.Bahrami@Sun.COM@ MSG_DF_1_NOKSYMS_NF "noksyms" 3689273SAli.Bahrami@Sun.COM@ MSG_DF_1_NOHDR_CF "DF_1_NOHDR" # 0x00100000 3699273SAli.Bahrami@Sun.COM@ MSG_DF_1_NOHDR_CFNP "NOHDR" 3709273SAli.Bahrami@Sun.COM@ MSG_DF_1_NOHDR_NF "nohdr" 3719273SAli.Bahrami@Sun.COM@ MSG_DF_1_EDITED_CF "DF_1_EDITED" # 0x00200000 3729273SAli.Bahrami@Sun.COM@ MSG_DF_1_EDITED_CFNP "EDITED" 3739273SAli.Bahrami@Sun.COM@ MSG_DF_1_EDITED_NF "edited" 3749273SAli.Bahrami@Sun.COM@ MSG_DF_1_NORELOC_CF "DF_1_NORELOC" # 0x00400000 3759273SAli.Bahrami@Sun.COM@ MSG_DF_1_NORELOC_CFNP "NORELOC" 3769273SAli.Bahrami@Sun.COM@ MSG_DF_1_NORELOC_NF "noreloc" 3779273SAli.Bahrami@Sun.COM@ MSG_DF_1_SYMINTPOSE_CF "DF_1_SYMINTPOSE" # 0x00800000 3789273SAli.Bahrami@Sun.COM@ MSG_DF_1_SYMINTPOSE_CFNP "SYMINTPOSE" 3799273SAli.Bahrami@Sun.COM@ MSG_DF_1_SYMINTPOSE_NF "symintpose" 3809273SAli.Bahrami@Sun.COM@ MSG_DF_1_SYMINTPOSE_DEF "SYMBOL-INTERPOSE" 3819273SAli.Bahrami@Sun.COM@ MSG_DF_1_GLOBAUDIT_CF "DF_1_GLOBAUDIT" # 0x01000000 3829273SAli.Bahrami@Sun.COM@ MSG_DF_1_GLOBAUDIT_CFNP "GLOBAUDIT" 3839273SAli.Bahrami@Sun.COM@ MSG_DF_1_GLOBAUDIT_NF "globaudit" 3849273SAli.Bahrami@Sun.COM@ MSG_DF_1_GLOBAUDIT_DEF "GLOBAL-AUDITING" 3859273SAli.Bahrami@Sun.COM@ MSG_DF_1_SINGLETON_CF "DF_1_SINGLETON" # 0x02000000 3869273SAli.Bahrami@Sun.COM@ MSG_DF_1_SINGLETON_CFNP "SINGLETON" 3879273SAli.Bahrami@Sun.COM@ MSG_DF_1_SINGLETON_NF "singleton" 3889273SAli.Bahrami@Sun.COM@ MSG_DF_1_SINGLETON_DEF "SINGLETON-EXISTS" 3890Sstevel@tonic-gate 3909273SAli.Bahrami@Sun.COM 3919273SAli.Bahrami@Sun.COM@ MSG_DF_P1_LAZYLOAD_CF "DF_P1_LAZYLOAD" # 0x00000001 3929273SAli.Bahrami@Sun.COM@ MSG_DF_P1_LAZYLOAD_CFNP "LAZYLOAD" 3939273SAli.Bahrami@Sun.COM@ MSG_DF_P1_LAZYLOAD_NF "lazyload" 3949273SAli.Bahrami@Sun.COM@ MSG_DF_P1_LAZYLOAD_DEF "LAZY" 3959273SAli.Bahrami@Sun.COM@ MSG_DF_P1_GROUPPERM_CF "DF_P1_GROUPPERM" # 0x00000002 3969273SAli.Bahrami@Sun.COM@ MSG_DF_P1_GROUPPERM_CFNP "GROUPPERM" 3979273SAli.Bahrami@Sun.COM@ MSG_DF_P1_GROUPPERM_NF "groupperm" 398*12449SRod.Evans@Sun.COM@ MSG_DF_P1_GROUPPERM_DEF "GROUP" 399*12449SRod.Evans@Sun.COM@ MSG_DF_P1_DEFERRED_CF "DF_P1_DEFERRED" # 0x00000004 400*12449SRod.Evans@Sun.COM@ MSG_DF_P1_DEFERRED_CFNP "DEFERRED" 401*12449SRod.Evans@Sun.COM@ MSG_DF_P1_DEFERRED_NF "deferred" 402*12449SRod.Evans@Sun.COM@ MSG_DF_P1_DEFERRED_DEF "DEFERRED" 4030Sstevel@tonic-gate 4049273SAli.Bahrami@Sun.COM 4059273SAli.Bahrami@Sun.COM@ MSG_DTF_1_PARINIT_CF "DTF_1_PARINIT" # 0x00000001 4069273SAli.Bahrami@Sun.COM@ MSG_DTF_1_PARINIT_CFNP "PARINIT" 4079273SAli.Bahrami@Sun.COM@ MSG_DTF_1_PARINIT_NF "parinit" 4089273SAli.Bahrami@Sun.COM@ MSG_DTF_1_CONFEXP_CF "DTF_1_CONFEXP" # 0x00000002 4099273SAli.Bahrami@Sun.COM@ MSG_DTF_1_CONFEXP_CFNP "CONFEXP" 4109273SAli.Bahrami@Sun.COM@ MSG_DTF_1_CONFEXP_NF "confexp" 4119273SAli.Bahrami@Sun.COM 4120Sstevel@tonic-gate 4132352Sab196087@ MSG_BND_NEEDED "NEEDED" 4142352Sab196087@ MSG_BND_REFER "REFERENCED" 4152352Sab196087@ MSG_BND_FILTER "FILTER" 416280Srie 4179273SAli.Bahrami@Sun.COM 4182352Sab196087@ MSG_BND_ADDED "OBJECTS-ADDED" 4192352Sab196087@ MSG_BND_REEVAL "OBJECTS-REEVALUATED" 4202352Sab196087@ MSG_BND_DELETED "OBJECTS-DELETED" 4212352Sab196087@ MSG_BND_ATEXIT "ATEXIT-PROCESSING" 4221824Srie@ MSG_BND_REVISIT "(revisiting)" 4231824Srie 424280Srie@ MSG_STR_EMPTY "" 425280Srie 4260Sstevel@tonic-gate@ MSG_GBL_ZERO "0" 427