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#pragma ident "%Z%%M% %I% %E% SMI" 26*0Sstevel@tonic-gate# 27*0Sstevel@tonic-gate# Message file for cmd/sgs/libconv/common/sections.c 28*0Sstevel@tonic-gate 29*0Sstevel@tonic-gate@ MSG_SHT_NULL "[ SHT_NULL ]" 30*0Sstevel@tonic-gate@ MSG_SHT_PROGBITS "[ SHT_PROGBITS ]" 31*0Sstevel@tonic-gate@ MSG_SHT_SYMTAB "[ SHT_SYMTAB ]" 32*0Sstevel@tonic-gate@ MSG_SHT_STRTAB "[ SHT_STRTAB ]" 33*0Sstevel@tonic-gate@ MSG_SHT_RELA "[ SHT_RELA ]" 34*0Sstevel@tonic-gate@ MSG_SHT_HASH "[ SHT_HASH ]" 35*0Sstevel@tonic-gate@ MSG_SHT_DYNAMIC "[ SHT_DYNAMIC ]" 36*0Sstevel@tonic-gate@ MSG_SHT_NOTE "[ SHT_NOTE ]" 37*0Sstevel@tonic-gate@ MSG_SHT_NOBITS "[ SHT_NOBITS ]" 38*0Sstevel@tonic-gate@ MSG_SHT_REL "[ SHT_REL ]" 39*0Sstevel@tonic-gate@ MSG_SHT_SHLIB "[ SHT_SHLIB ]" 40*0Sstevel@tonic-gate@ MSG_SHT_DYNSYM "[ SHT_DYNSYM ]" 41*0Sstevel@tonic-gate@ MSG_SHT_UNKNOWN12 "[ UNKNOWN12 ]" 42*0Sstevel@tonic-gate@ MSG_SHT_UNKNOWN13 "[ UNKNOWN13 ]" 43*0Sstevel@tonic-gate@ MSG_SHT_INIT_ARRAY "[ SHT_INIT_ARRAY ]" 44*0Sstevel@tonic-gate@ MSG_SHT_FINI_ARRAY "[ SHT_FINI_ARRAY ]" 45*0Sstevel@tonic-gate@ MSG_SHT_PREINIT_ARRAY "[ SHT_PREINIT_ARRAY ]" 46*0Sstevel@tonic-gate@ MSG_SHT_GROUP "[ SHT_GROUP ]" 47*0Sstevel@tonic-gate@ MSG_SHT_SYMTAB_SHNDX "[ SHT_SYMTAB_SHNDX ]" 48*0Sstevel@tonic-gate 49*0Sstevel@tonic-gate@ MSG_SHT_SUNW_dof "[ SHT_SUNW_dof ]" 50*0Sstevel@tonic-gate@ MSG_SHT_SUNW_cap "[ SHT_SUNW_cap ]" 51*0Sstevel@tonic-gate@ MSG_SHT_SUNW_SIGNATURE "[ SHT_SUNW_SIGNATURE ]" 52*0Sstevel@tonic-gate@ MSG_SHT_SUNW_ANNOTATE "[ SHT_SUNW_ANNOTATE ]" 53*0Sstevel@tonic-gate@ MSG_SHT_SUNW_DEBUGSTR "[ SHT_SUNW_DEBUGSTR ]" 54*0Sstevel@tonic-gate@ MSG_SHT_SUNW_DEBUG "[ SHT_SUNW_DEBUG ]" 55*0Sstevel@tonic-gate@ MSG_SHT_SUNW_move "[ SHT_SUNW_move ]" 56*0Sstevel@tonic-gate@ MSG_SHT_SUNW_COMDAT "[ SHT_SUNW_COMDAT ]" 57*0Sstevel@tonic-gate@ MSG_SHT_SUNW_syminfo "[ SHT_SUNW_syminfo ]" 58*0Sstevel@tonic-gate@ MSG_SHT_SUNW_verdef "[ SHT_SUNW_verdef ]" 59*0Sstevel@tonic-gate@ MSG_SHT_SUNW_verneed "[ SHT_SUNW_verneed ]" 60*0Sstevel@tonic-gate@ MSG_SHT_SUNW_versym "[ SHT_SUNW_versym ]" 61*0Sstevel@tonic-gate 62*0Sstevel@tonic-gate@ MSG_SHT_AMD64_UNWIND "[ SHT_AMD64_UNWIND ]" 63*0Sstevel@tonic-gate 64*0Sstevel@tonic-gate@ MSG_SHT_SPARC_GOTDATA "[ SHT_SPARC_GOTDATA ]" 65*0Sstevel@tonic-gate 66*0Sstevel@tonic-gate@ MSG_SHN_AFTER "[ SHN_AFTER ]" 67*0Sstevel@tonic-gate@ MSG_SHN_BEFORE "[ SHN_BEFORE ]" 68*0Sstevel@tonic-gate 69*0Sstevel@tonic-gate@ MSG_SHF_WRITE " SHF_WRITE " 70*0Sstevel@tonic-gate@ MSG_SHF_ALLOC " SHF_ALLOC " 71*0Sstevel@tonic-gate@ MSG_SHF_EXECINSTR " SHF_EXECINSTR " 72*0Sstevel@tonic-gate@ MSG_SHF_MERGE " SHF_MERGE " 73*0Sstevel@tonic-gate@ MSG_SHF_STRINGS " SHF_STRINGS " 74*0Sstevel@tonic-gate@ MSG_SHF_INFO_LINK " SHF_INFO_LINK " 75*0Sstevel@tonic-gate@ MSG_SHF_LINK_ORDER " SHF_LINK_ORDER " 76*0Sstevel@tonic-gate@ MSG_SHF_OS_NONCONFORMING " SHF_OS_NONCONFORMING " 77*0Sstevel@tonic-gate@ MSG_SHF_GROUP " SHF_GROUP " 78*0Sstevel@tonic-gate@ MSG_SHF_TLS " SHF_TLS " 79*0Sstevel@tonic-gate@ MSG_SHF_EXCLUDE " SHF_EXCLUDE " 80*0Sstevel@tonic-gate@ MSG_SHF_ORDERED " SHF_ORDERED " 81*0Sstevel@tonic-gate 82*0Sstevel@tonic-gate@ MSG_GBL_ZERO "0" 83*0Sstevel@tonic-gate@ MSG_GBL_OSQBRKT "[" 84*0Sstevel@tonic-gate@ MSG_GBL_CSQBRKT "]" 85