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_STT_NOTYPE_CF "STT_NOTYPE" # 0 27 @ MSG_STT_NOTYPE_NF "notype" 28 @ MSG_STT_NOTYPE_DEF "NOTY" 29 @ MSG_STT_OBJECT_CF "STT_OBJECT" # 1 30 @ MSG_STT_OBJECT_NF "object" 31 @ MSG_STT_OBJECT_DEF "OBJT" 32 @ MSG_STT_FUNC_CF "STT_FUNC" # 2 33 @ MSG_STT_FUNC_NF "func" 34 @ MSG_STT_FUNC_DEF "FUNC" 35 @ MSG_STT_SECTION_CF "STT_SECTION" # 3 36 @ MSG_STT_SECTION_NF "section" 37 @ MSG_STT_SECTION_DEF "SECT" 38 @ MSG_STT_FILE_CF "STT_FILE" # 4 39 @ MSG_STT_FILE_NF "file" 40 @ MSG_STT_FILE_DEF "FILE" 41 @ MSG_STT_COMMON_CF "STT_COMMON" # 5 42 @ MSG_STT_COMMON_NF "common" 43 @ MSG_STT_COMMON_DEF "COMM" 44 @ MSG_STT_TLS_CF "STT_TLS" # 6 45 @ MSG_STT_TLS_NF "tls" 46 @ MSG_STT_TLS_DEF "TLS " 47 @ MSG_STT_IFUNC_CF "STT_IFUNC" # 6 48 @ MSG_STT_IFUNC_NF "ifunc" 49 @ MSG_STT_IFUNC_DEF "IFNC" 50 @ MSG_STT_SPARC_REGISTER_CF "STT_SPARC_REGISTER" #13 51 @ MSG_STT_SPARC_REGISTER_NF "sparc_register" 52 @ MSG_STT_SPARC_REGISTER_DEF "REGI" 53 54 @ MSG_STB_LOCAL_CF "STB_LOCAL" # 0 55 @ MSG_STB_LOCAL_NF "local" 56 @ MSG_STB_LOCAL_DEF "LOCL" 57 @ MSG_STB_GLOBAL_CF "STB_GLOBAL" # 1 58 @ MSG_STB_GLOBAL_NF "global" 59 @ MSG_STB_GLOBAL_DEF "GLOB" 60 @ MSG_STB_WEAK_CF "STB_WEAK" # 2 61 @ MSG_STB_WEAK_NF "weak" 62 @ MSG_STB_WEAK_DEF "WEAK" 63 64 @ MSG_STV_DEFAULT_CF "STV_DEFAULT" # 0 65 @ MSG_STV_DEFAULT_NF "default" 66 @ MSG_STV_DEFAULT_DEF "D" 67 @ MSG_STV_INTERNAL_CF "STV_INTERNAL" # 1 68 @ MSG_STV_INTERNAL_NF "internal" 69 @ MSG_STV_INTERNAL_DEF "I" 70 @ MSG_STV_HIDDEN_CF "STV_HIDDEN" # 2 71 @ MSG_STV_HIDDEN_NF "hidden" 72 @ MSG_STV_HIDDEN_DEF "H" 73 @ MSG_STV_PROTECTED_CF "STV_PROTECTED" # 3 74 @ MSG_STV_PROTECTED_NF "protected" 75 @ MSG_STV_PROTECTED_DEF "P" 76 @ MSG_STV_EXPORTED_CF "STV_EXPORTED" # 4 77 @ MSG_STV_EXPORTED_NF "exported" 78 @ MSG_STV_EXPORTED_DEF "X" 79 @ MSG_STV_SINGLETON_CF "STV_SINGLETON" # 5 80 @ MSG_STV_SINGLETON_NF "singleton" 81 @ MSG_STV_SINGLETON_DEF "S" 82 @ MSG_STV_ELIMINATE_CF "STV_ELIMINATE" # 6 83 @ MSG_STV_ELIMINATE_NF "eliminate" 84 @ MSG_STV_ELIMINATE_DEF "E" 85 86 @ MSG_SHN_UNDEF_CF "SHN_UNDEF" # 0 87 @ MSG_SHN_UNDEF_CFNP "UNDEF" 88 @ MSG_SHN_UNDEF_NF "undef" 89 @ MSG_SHN_BEFORE_CF "SHN_BEFORE" # 0xff00 90 @ MSG_SHN_BEFORE_CFNP "BEFORE" 91 @ MSG_SHN_BEFORE_NF "before" 92 @ MSG_SHN_AFTER_CF "SHN_AFTER" # 0xff01 93 @ MSG_SHN_AFTER_CFNP "AFTER" 94 @ MSG_SHN_AFTER_NF "after" 95 @ MSG_SHN_AMD64_LCOMMON_CF "SHN_AMD64_LCOMMON" # 0xff02 96 @ MSG_SHN_AMD64_LCOMMON_CFNP "AMD64_LCOMMON" 97 @ MSG_SHN_AMD64_LCOMMON_NF "amd64_lcommon" 98 @ MSG_SHN_AMD64_LCOMMON_DEF "LCOMMON" 99 @ MSG_SHN_X86_64_LCOMMON_CF "SHN_X86_64_LCOMMON" # Alias: SHN_AMD64_LCOMMON 100 @ MSG_SHN_X86_64_LCOMMON_CFNP "X86_64_LCOMMON" 101 @ MSG_SHN_X86_64_LCOMMON_NF "x86_64_lcommon" 102 @ MSG_SHN_SUNW_IGNORE_CF "SHN_SUNW_IGNORE" # 0xff3f 103 @ MSG_SHN_SUNW_IGNORE_CFNP "SUNW_IGNORE" 104 @ MSG_SHN_SUNW_IGNORE_NF "sunw_ignore" 105 @ MSG_SHN_SUNW_IGNORE_DEF "IGNORE" 106 @ MSG_SHN_ABS_CF "SHN_ABS" # 0xfff1 107 @ MSG_SHN_ABS_CFNP "ABS" 108 @ MSG_SHN_ABS_NF "abs" 109 @ MSG_SHN_COMMON_CF "SHN_COMMON" # 0xfff2 110 @ MSG_SHN_COMMON_CFNP "COMMON" 111 @ MSG_SHN_COMMON_NF "common" 112 @ MSG_SHN_XINDEX_CF "SHN_XINDEX" # 0xffff 113 @ MSG_SHN_XINDEX_CFNP "XINDEX" 114 @ MSG_SHN_XINDEX_NF "xindex" 115 116 @ MSG_SYM_FMT_VAL_32 "0x%8.8llx" 117 @ MSG_SYM_FMT_VAL_64 "0x%16.16llx" 118