1*0Sstevel@tonic-gate# 2*0Sstevel@tonic-gate# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 3*0Sstevel@tonic-gate# Use is subject to license terms. 4*0Sstevel@tonic-gate# 5*0Sstevel@tonic-gate# CDDL HEADER START 6*0Sstevel@tonic-gate# 7*0Sstevel@tonic-gate# The contents of this file are subject to the terms of the 8*0Sstevel@tonic-gate# Common Development and Distribution License, Version 1.0 only 9*0Sstevel@tonic-gate# (the "License"). You may not use this file except in compliance 10*0Sstevel@tonic-gate# with the License. 11*0Sstevel@tonic-gate# 12*0Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 13*0Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 14*0Sstevel@tonic-gate# See the License for the specific language governing permissions 15*0Sstevel@tonic-gate# and limitations under the License. 16*0Sstevel@tonic-gate# 17*0Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 18*0Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 19*0Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 20*0Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 21*0Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 22*0Sstevel@tonic-gate# 23*0Sstevel@tonic-gate# CDDL HEADER END 24*0Sstevel@tonic-gate# 25*0Sstevel@tonic-gate#ident "%Z%%M% %I% %E% SMI" 26*0Sstevel@tonic-gate 27*0Sstevel@tonic-gate 28*0Sstevel@tonic-gate@ _END_ 29*0Sstevel@tonic-gate 30*0Sstevel@tonic-gate# Message file for cmd/sgs/libelf (32bit specific - basically). 31*0Sstevel@tonic-gate 32*0Sstevel@tonic-gate# More C++ gibberish 33*0Sstevel@tonic-gate 34*0Sstevel@tonic-gate@ MSG_STR_LT "lt" 35*0Sstevel@tonic-gate@ MSG_STR_LS "ls" 36*0Sstevel@tonic-gate@ MSG_STR_DV "dv" 37*0Sstevel@tonic-gate@ MSG_STR_GT "gt" 38*0Sstevel@tonic-gate@ MSG_STR_RS "rs" 39*0Sstevel@tonic-gate@ MSG_STR_MD "md" 40*0Sstevel@tonic-gate@ MSG_STR_LE "le" 41*0Sstevel@tonic-gate@ MSG_STR_ML "ml" 42*0Sstevel@tonic-gate@ MSG_STR_PL "pl" 43*0Sstevel@tonic-gate@ MSG_STR_GE "ge" 44*0Sstevel@tonic-gate@ MSG_STR_AD "ad" 45*0Sstevel@tonic-gate@ MSG_STR_MI "mi" 46*0Sstevel@tonic-gate@ MSG_STR_NE "ne" 47*0Sstevel@tonic-gate@ MSG_STR_OR "or" 48*0Sstevel@tonic-gate@ MSG_STR_ER "er" 49*0Sstevel@tonic-gate@ MSG_STR_AA "aa" 50*0Sstevel@tonic-gate@ MSG_STR_OO "oo" 51*0Sstevel@tonic-gate@ MSG_STR_AS "as" 52*0Sstevel@tonic-gate@ MSG_STR_APL "apl" 53*0Sstevel@tonic-gate@ MSG_STR_AMI "ami" 54*0Sstevel@tonic-gate@ MSG_STR_AMU "amu" 55*0Sstevel@tonic-gate@ MSG_STR_ADV "adv" 56*0Sstevel@tonic-gate@ MSG_STR_AMD "amd" 57*0Sstevel@tonic-gate@ MSG_STR_AAD "aad" 58*0Sstevel@tonic-gate@ MSG_STR_AOR "aor" 59*0Sstevel@tonic-gate@ MSG_STR_AER "aer" 60*0Sstevel@tonic-gate@ MSG_STR_ALS "als" 61*0Sstevel@tonic-gate@ MSG_STR_ARS "ars" 62*0Sstevel@tonic-gate@ MSG_STR_PP "pp" 63*0Sstevel@tonic-gate@ MSG_STR_MM "mm" 64*0Sstevel@tonic-gate@ MSG_STR_VC "vc" 65*0Sstevel@tonic-gate@ MSG_STR_CL "cl" 66*0Sstevel@tonic-gate@ MSG_STR_RF "rf" 67*0Sstevel@tonic-gate@ MSG_STR_EQ "eq" 68*0Sstevel@tonic-gate@ MSG_STR_CO "co" 69*0Sstevel@tonic-gate@ MSG_STR_NT "nt" 70*0Sstevel@tonic-gate@ MSG_STR_NW "nw" 71*0Sstevel@tonic-gate@ MSG_STR_DL "dl" 72*0Sstevel@tonic-gate 73*0Sstevel@tonic-gate@ MSG_STR_OPNANGBRAK "<" 74*0Sstevel@tonic-gate@ MSG_STR_DBLOPNANGBRAK "<<" 75*0Sstevel@tonic-gate@ MSG_STR_SLASH "/" 76*0Sstevel@tonic-gate@ MSG_STR_CLOANGBRAK ">" 77*0Sstevel@tonic-gate@ MSG_STR_DBLCLOANGBRAK ">>" 78*0Sstevel@tonic-gate@ MSG_STR_PERCENT "%" 79*0Sstevel@tonic-gate@ MSG_STR_OPNANGBRAKEQU "<=" 80*0Sstevel@tonic-gate@ MSG_STR_PLUS "+" 81*0Sstevel@tonic-gate@ MSG_STR_CLOANGBRAKEQU ">=" 82*0Sstevel@tonic-gate@ MSG_STR_MINUS "-" 83*0Sstevel@tonic-gate@ MSG_STR_BANGEQU "!=" 84*0Sstevel@tonic-gate@ MSG_STR_PIPE "|" 85*0Sstevel@tonic-gate@ MSG_STR_CARAT "^" 86*0Sstevel@tonic-gate@ MSG_STR_DBLAMP "&&" 87*0Sstevel@tonic-gate@ MSG_STR_DBLPIPE "||" 88*0Sstevel@tonic-gate@ MSG_STR_EQU "=" 89*0Sstevel@tonic-gate@ MSG_STR_PLUSEQU "+=" 90*0Sstevel@tonic-gate@ MSG_STR_MINUSEQU "-=" 91*0Sstevel@tonic-gate@ MSG_STR_STARTEQU "*=" 92*0Sstevel@tonic-gate@ MSG_STR_SLASHEQU "/=" 93*0Sstevel@tonic-gate@ MSG_STR_PERCENTEQU "%=" 94*0Sstevel@tonic-gate@ MSG_STR_AMPEQU "&=" 95*0Sstevel@tonic-gate@ MSG_STR_PIPEEQU "|=" 96*0Sstevel@tonic-gate@ MSG_STR_CARATEQU "^=" 97*0Sstevel@tonic-gate@ MSG_STR_DBLOPENABKEQU "<<=" 98*0Sstevel@tonic-gate@ MSG_STR_DBLCLOSABKEQU ">>=" 99*0Sstevel@tonic-gate@ MSG_STR_DBLPLUS "++" 100*0Sstevel@tonic-gate@ MSG_STR_DBLMINUS "--" 101*0Sstevel@tonic-gate@ MSG_STR_OPENCLOBRAK "[]" 102*0Sstevel@tonic-gate@ MSG_STR_MINUSCLOANGBK "->" 103*0Sstevel@tonic-gate@ MSG_STR_DBLEQU "==" 104*0Sstevel@tonic-gate@ MSG_STR_BANG "!" 105*0Sstevel@tonic-gate@ MSG_STR_NEW " new" 106*0Sstevel@tonic-gate@ MSG_STR_DELETE " delete" 107*0Sstevel@tonic-gate@ MSG_STR_AMP "&" 108*0Sstevel@tonic-gate@ MSG_STR_OPENCLOSEPAR "()" 109*0Sstevel@tonic-gate@ MSG_STR_STAR "*" 110*0Sstevel@tonic-gate@ MSG_STR_TILDE "~" 111*0Sstevel@tonic-gate@ MSG_STR_EMPTY "" 112*0Sstevel@tonic-gate@ MSG_STR_COMMA "," 113*0Sstevel@tonic-gate@ MSG_STR_DBLCOL "::" 114*0Sstevel@tonic-gate@ MSG_STR_DBLCOLSTAR "::*" 115*0Sstevel@tonic-gate@ MSG_STR_SPACE " " 116*0Sstevel@tonic-gate@ MSG_STR_ELIPSE "..." 117*0Sstevel@tonic-gate@ MSG_STR_OPENPAR "(" 118*0Sstevel@tonic-gate@ MSG_STR_CLOSEPAR ")" 119*0Sstevel@tonic-gate@ MSG_STR_OPENBRAK "[" 120*0Sstevel@tonic-gate@ MSG_STR_CLOSEBRAK "]" 121*0Sstevel@tonic-gate@ MSG_STR_DBLUNDBAR "__" 122*0Sstevel@tonic-gate@ MSG_STR_TDBLUNDBAR "t__" 123*0Sstevel@tonic-gate 124*0Sstevel@tonic-gate@ MSG_STR_CONST_1 "const " 125*0Sstevel@tonic-gate@ MSG_STR_CONST_2 " const" 126*0Sstevel@tonic-gate@ MSG_STR_VOLATILE_1 "volatile " 127*0Sstevel@tonic-gate@ MSG_STR_VOLATILE_2 " volatile" 128*0Sstevel@tonic-gate@ MSG_STR_UNSIGNED "unsigned " 129*0Sstevel@tonic-gate@ MSG_STR_SIGNED "signed " 130*0Sstevel@tonic-gate@ MSG_STR_INT "int" 131*0Sstevel@tonic-gate@ MSG_STR_CHAR "char" 132*0Sstevel@tonic-gate@ MSG_STR_SHORT "short" 133*0Sstevel@tonic-gate@ MSG_STR_LONG "long" 134*0Sstevel@tonic-gate@ MSG_STR_FLOAT "float" 135*0Sstevel@tonic-gate@ MSG_STR_DOUBLE "double" 136*0Sstevel@tonic-gate@ MSG_STR_LONGDOUBLE "long double" 137*0Sstevel@tonic-gate@ MSG_STR_VOID "void" 138*0Sstevel@tonic-gate@ MSG_STR_OP "op" 139*0Sstevel@tonic-gate@ MSG_STR_OPERATOR_1 "operator" 140*0Sstevel@tonic-gate@ MSG_STR_OPERATOR_2 "operator " 141