1#
2# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
4#
5# CDDL HEADER START
6#
7# The contents of this file are subject to the terms of the
8# Common Development and Distribution License, Version 1.0 only
9# (the "License").  You may not use this file except in compliance
10# with the License.
11#
12# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13# or http://www.opensolaris.org/os/licensing.
14# See the License for the specific language governing permissions
15# and limitations under the License.
16#
17# When distributing Covered Code, include this CDDL HEADER in each
18# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19# If applicable, add the following below this CDDL HEADER, with the
20# fields enclosed by brackets "[]" replaced with your own identifying
21# information: Portions Copyright [yyyy] [name of copyright owner]
22#
23# CDDL HEADER END
24#
25#pragma ident	"%Z%%M%	%I%	%E% SMI"
26#
27# Message file for cmd/sgs/libconv/common/sections.c
28
29@ MSG_SHT_NULL		"[ SHT_NULL ]"
30@ MSG_SHT_PROGBITS	"[ SHT_PROGBITS ]"
31@ MSG_SHT_SYMTAB	"[ SHT_SYMTAB ]"
32@ MSG_SHT_STRTAB	"[ SHT_STRTAB ]"
33@ MSG_SHT_RELA		"[ SHT_RELA ]"
34@ MSG_SHT_HASH		"[ SHT_HASH ]"
35@ MSG_SHT_DYNAMIC	"[ SHT_DYNAMIC ]"
36@ MSG_SHT_NOTE		"[ SHT_NOTE ]"
37@ MSG_SHT_NOBITS	"[ SHT_NOBITS ]"
38@ MSG_SHT_REL		"[ SHT_REL ]"
39@ MSG_SHT_SHLIB		"[ SHT_SHLIB ]"
40@ MSG_SHT_DYNSYM	"[ SHT_DYNSYM ]"
41@ MSG_SHT_UNKNOWN12	"[ UNKNOWN12 ]"
42@ MSG_SHT_UNKNOWN13	"[ UNKNOWN13 ]"
43@ MSG_SHT_INIT_ARRAY	"[ SHT_INIT_ARRAY ]"
44@ MSG_SHT_FINI_ARRAY	"[ SHT_FINI_ARRAY ]"
45@ MSG_SHT_PREINIT_ARRAY	"[ SHT_PREINIT_ARRAY ]"
46@ MSG_SHT_GROUP		"[ SHT_GROUP ]"
47@ MSG_SHT_SYMTAB_SHNDX	"[ SHT_SYMTAB_SHNDX ]"
48
49@ MSG_SHT_SUNW_dof	"[ SHT_SUNW_dof ]"
50@ MSG_SHT_SUNW_cap	"[ SHT_SUNW_cap ]"
51@ MSG_SHT_SUNW_SIGNATURE	"[ SHT_SUNW_SIGNATURE ]"
52@ MSG_SHT_SUNW_ANNOTATE	"[ SHT_SUNW_ANNOTATE ]"
53@ MSG_SHT_SUNW_DEBUGSTR	"[ SHT_SUNW_DEBUGSTR ]"
54@ MSG_SHT_SUNW_DEBUG	"[ SHT_SUNW_DEBUG ]"
55@ MSG_SHT_SUNW_move	"[ SHT_SUNW_move ]"
56@ MSG_SHT_SUNW_COMDAT	"[ SHT_SUNW_COMDAT ]"
57@ MSG_SHT_SUNW_syminfo	"[ SHT_SUNW_syminfo ]"
58@ MSG_SHT_SUNW_verdef	"[ SHT_SUNW_verdef ]"
59@ MSG_SHT_SUNW_verneed	"[ SHT_SUNW_verneed ]"
60@ MSG_SHT_SUNW_versym	"[ SHT_SUNW_versym ]"
61
62@ MSG_SHT_AMD64_UNWIND	"[ SHT_AMD64_UNWIND ]"
63
64@ MSG_SHT_SPARC_GOTDATA	"[ SHT_SPARC_GOTDATA ]"
65
66@ MSG_SHN_AFTER		"[ SHN_AFTER ]"
67@ MSG_SHN_BEFORE	"[ SHN_BEFORE ]"
68
69@ MSG_SHF_WRITE		" SHF_WRITE "
70@ MSG_SHF_ALLOC		" SHF_ALLOC "
71@ MSG_SHF_EXECINSTR	" SHF_EXECINSTR "
72@ MSG_SHF_MERGE		" SHF_MERGE "
73@ MSG_SHF_STRINGS	" SHF_STRINGS "
74@ MSG_SHF_INFO_LINK	" SHF_INFO_LINK "
75@ MSG_SHF_LINK_ORDER	" SHF_LINK_ORDER "
76@ MSG_SHF_OS_NONCONFORMING	" SHF_OS_NONCONFORMING "
77@ MSG_SHF_GROUP		" SHF_GROUP "
78@ MSG_SHF_TLS		" SHF_TLS "
79@ MSG_SHF_EXCLUDE	" SHF_EXCLUDE "
80@ MSG_SHF_ORDERED	" SHF_ORDERED "
81@ MSG_SHF_AMD64_LARGE	" SHF_AMD64_LARGE "
82
83@ MSG_GBL_ZERO		"0"
84@ MSG_GBL_OSQBRKT	"["
85@ MSG_GBL_CSQBRKT	"]"
86