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# 23# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26# ident "%Z%%M% %I% %E% SMI" 27# 28 29@ MSG_ELFCLASSNONE "ELFCLASSNONE" 30@ MSG_ELFCLASSNONE_ALT "None" 31@ MSG_ELFCLASS32 "ELFCLASS32" 32@ MSG_ELFCLASS32_ALT "32-bit" 33@ MSG_ELFCLASS64 "ELFCLASS64" 34@ MSG_ELFCLASS64_ALT "64-bit" 35 36@ MSG_ELFDATANONE "ELFDATANONE" 37@ MSG_ELFDATANONE_ALT "None" 38@ MSG_ELFDATA2LSB "ELFDATA2LSB" 39@ MSG_ELFDATA2LSB_ALT1 "2LSB" 40@ MSG_ELFDATA2LSB_ALT2 "LSB" 41@ MSG_ELFDATA2MSB "ELFDATA2MSB" 42@ MSG_ELFDATA2MSB_ALT1 "2MSB" 43@ MSG_ELFDATA2MSB_ALT2 "MSB" 44 45@ MSG_EM_NONE "EM_NONE" # 0 46@ MSG_EM_NONE_ALT "No mach" 47@ MSG_EM_M32 "EM_M32" # 1 48@ MSG_EM_M32_ALT "WE32100" 49@ MSG_EM_SPARC "EM_SPARC" # 2 50@ MSG_EM_SPARC_ALT "SPARC" 51@ MSG_EM_386 "EM_386" # 3 52@ MSG_EM_386_ALT "80386" 53@ MSG_EM_68K "EM_68K" # 4 54@ MSG_EM_68K_ALT "68000" 55@ MSG_EM_88K "EM_88K" # 5 56@ MSG_EM_88K_ALT "88000" 57@ MSG_EM_486 "EM_486" # 6 58@ MSG_EM_486_ALT "80486" 59@ MSG_EM_860 "EM_860" # 7 60@ MSG_EM_860_ALT "i860" 61@ MSG_EM_MIPS "EM_MIPS" # 8 62@ MSG_EM_MIPS_ALT "RS3000_BE" 63@ MSG_EM_S370 "EM_S370" # 9 64@ MSG_EM_MIPS_RS3_LE "EM_MIPS_RS3_LE" # 10 65@ MSG_EM_MIPS_RS3_LE_ALT "RS3000_LE" 66@ MSG_EM_RS6000 "EM_RS6000" # 11 67@ MSG_EM_RS6000_ALT "RS6000" # 11 68@ MSG_EM_UNKNOWN12 "EM_UNKNOWN12" # 12 69@ MSG_EM_UNKNOWN13 "EM_UNKNOWN13" # 13 70@ MSG_EM_UNKNOWN14 "EM_UNKNOWN14" # 14 71@ MSG_EM_PA_RISC "EM_PA_RISC" # 15 72@ MSG_EM_PA_RISC_ALT "PA_RISC" 73@ MSG_EM_nCUBE "EM_nCUBE" # 16 74@ MSG_EM_nCUBE_ALT "nCUBE" 75@ MSG_EM_VPP500 "EM_VPP500" # 17 76@ MSG_EM_VPP500_ALT "VPP500" 77@ MSG_EM_SPARC32PLUS "EM_SPARC32PLUS" # 18 78@ MSG_EM_SPARC32PLUS_ALT "SPARC32PLUS" 79@ MSG_EM_960 "EM_960" # 19 80@ MSG_EM_PPC "EM_PPC" # 20 81@ MSG_EM_PPC_ALT "PowerPC" 82@ MSG_EM_PPC64 "EM_PPC64" #21 83@ MSG_EM_PPC64_ALT "PowerPC64" 84@ MSG_EM_S390 "EM_S390" #22 85@ MSG_EM_UNKNOWN23 "EM_UNKNOWN23" #23 86@ MSG_EM_UNKNOWN24 "EM_UNKNOWN24" #24 87@ MSG_EM_UNKNOWN25 "EM_UNKNOWN25" #25 88@ MSG_EM_UNKNOWN26 "EM_UNKNOWN26" #26 89@ MSG_EM_UNKNOWN27 "EM_UNKNOWN27" #27 90@ MSG_EM_UNKNOWN28 "EM_UNKNOWN28" #28 91@ MSG_EM_UNKNOWN29 "EM_UNKNOWN29" #29 92@ MSG_EM_UNKNOWN30 "EM_UNKNOWN30" #30 93@ MSG_EM_UNKNOWN31 "EM_UNKNOWN31" #31 94@ MSG_EM_UNKNOWN32 "EM_UNKNOWN32" #32 95@ MSG_EM_UNKNOWN33 "EM_UNKNOWN33" #33 96@ MSG_EM_UNKNOWN34 "EM_UNKNOWN34" #34 97@ MSG_EM_UNKNOWN35 "EM_UNKNOWN35" #35 98@ MSG_EM_Y800 "EM_Y800" #36 99@ MSG_EM_FR20 "EM_FR20" #37 100@ MSG_EM_RH32 "EM_RH32" #38 101@ MSG_EM_RCE "EM_RCE" #39 102@ MSG_EM_ARM "EM_ARM" #40 103@ MSG_EM_ARM_ALT "ARM" 104@ MSG_EM_ALPHA "EM_ALPHA" #41 105@ MSG_EM_ALPHA_ALT "Alpha" 106@ MSG_EM_SH "EM_SH" #42 107@ MSG_EM_SPARCV9 "EM_SPARCV9" #43 108@ MSG_EM_SPARCV9_ALT "SPARCV9" 109@ MSG_EM_TRICORE "EM_TRICORE" #44 110@ MSG_EM_ARC "EM_ARC" #45 111@ MSG_EM_H8_300 "EM_H8_300" #46 112@ MSG_EM_H8_300H "EM_H8_300H" #47 113@ MSG_EM_H8S "EM_H8S" #48 114@ MSG_EM_H8_500 "EM_H8_500" #49 115@ MSG_EM_IA_64 "EM_IA_64" #50 116@ MSG_EM_IA_64_ALT "IA_64" 117@ MSG_EM_MIPS_X "EM_MIPS_X" #51 118@ MSG_EM_COLDFIRE "EM_COLDFIRE" #52 119@ MSG_EM_68HC12 "EM_68HC12" #53 120@ MSG_EM_MMA "EM_MMA" #54 121@ MSG_EM_PCP "EM_PCP" #55 122@ MSG_EM_NCPU "EM_NCPU" #56 123@ MSG_EM_NDR1 "EM_NDR1" #57 124@ MSG_EM_STARCORE "EM_STARCORE" #58 125@ MSG_EM_ME16 "EM_ME16" #59 126@ MSG_EM_ST100 "EM_ST100" #60 127@ MSG_EM_TINYJ "EM_TINYJ" #61 128@ MSG_EM_AMD64 "EM_AMD64" #62 129@ MSG_EM_AMD64_ALT "AMD64" 130@ MSG_EM_PDSP "EM_PDSP" #63 131@ MSG_EM_UNKNOWN64 "EM_UNKNOWN64" #64 132@ MSG_EM_UNKNOWN65 "EM_UNKNOWN65" #65 133@ MSG_EM_FX66 "EM_FX66" #66 134@ MSG_EM_ST9PLUS "EM_ST9PLUS" #67 135@ MSG_EM_ST7 "EM_ST7" #68 136@ MSG_EM_68HC16 "EM_68HC16" #69 137@ MSG_EM_68HC11 "EM_68HC11" #70 138@ MSG_EM_68HC08 "EM_68HC08" #71 139@ MSG_EM_68HC05 "EM_68HC05" #72 140@ MSG_EM_SVX "EM_SVX" #73 141@ MSG_EM_ST19 "EM_ST19" #74 142@ MSG_EM_VAX "EM_VAX" #75 143@ MSG_EM_VAX_ALT "VAX" 144@ MSG_EM_CRIS "EM_CRIS" #76 145@ MSG_EM_JAVELIN "EM_JAVELIN" #77 146@ MSG_EM_FIREPATH "EM_FIREPATH" #78 147@ MSG_EM_ZSP "EM_ZSP" #79 148@ MSG_EM_MMIX "EM_MMIX" #80 149@ MSG_EM_HUANY "EM_HUANY" #81 150@ MSG_EM_PRISM "EM_PRISM" #82 151@ MSG_EM_AVR "EM_AVR" #83 152@ MSG_EM_FR30 "EM_FR30" #84 153@ MSG_EM_D10V "EM_D10V" #85 154@ MSG_EM_D30V "EM_D30V" #86 155@ MSG_EM_V850 "EM_V850" #87 156@ MSG_EM_M32R "EM_M32R" #88 157@ MSG_EM_MN10300 "EM_MN10300" #89 158@ MSG_EM_MN10200 "EM_MN10200" #90 159@ MSG_EM_PJ "EM_PJ" #91 160@ MSG_EM_OPENRISC "EM_OPENRISC" #92 161@ MSG_EM_ARC_A5 "EM_ARC_A5" #93 162@ MSG_EM_XTENSA "EM_XTENSA" #94 163 164 165@ MSG_ET_NONE "ET_NONE" 166@ MSG_ET_NONE_ALT "None" 167@ MSG_ET_REL "ET_REL" 168@ MSG_ET_REL_ALT "Reloc" 169@ MSG_ET_EXEC "ET_EXEC" 170@ MSG_ET_EXEC_ALT "Exec" 171@ MSG_ET_DYN "ET_DYN" 172@ MSG_ET_DYN_ALT "Dyn" 173@ MSG_ET_CORE "ET_CORE" 174@ MSG_ET_CORE_ALT "Core" 175@ MSG_ET_SUNWPSEUDO "ET_SUNWPSEUDO" 176@ MSG_ET_SUNWPSEUDO_ALT "SUNWPseudo" 177 178@ MSG_EV_NONE "EV_NONE" 179@ MSG_EV_NONE_ALT "Invalid" 180@ MSG_EV_CURRENT "EV_CURRENT" 181@ MSG_EV_CURRENT_ALT "Current" 182 183@ MSG_EF_SPARC_32PLUS "EF_SPARC_32PLUS" 184@ MSG_EF_SPARC_SUN_US1 "EF_SPARC_SUN_US1" 185@ MSG_EF_SPARC_SUN_US3 "EF_SPARC_SUN_US3" 186@ MSG_EF_SPARC_HAL_R1 "EF_SPARC_HAL_R1" 187@ MSG_EF_SPARCV9_TSO "EF_SPARCV9_TSO" 188@ MSG_EF_SPARCV9_PSO "EF_SPARCV9_PSO" 189@ MSG_EF_SPARCV9_RMO "EF_SPARCV9_RMO" 190 191@ MSG_GBL_ZERO "0" 192 193@ MSG_STR_EMPTY "" 194