sections.msg revision 1976:f0691a145b7e
1254721Semaste#
2254721Semaste# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
3254721Semaste# Use is subject to license terms.
4254721Semaste#
5254721Semaste# CDDL HEADER START
6254721Semaste#
7254721Semaste# The contents of this file are subject to the terms of the
8254721Semaste# Common Development and Distribution License (the "License").
9254721Semaste# You may not use this file except in compliance with the License.
10254721Semaste#
11254721Semaste# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12254721Semaste# or http://www.opensolaris.org/os/licensing.
13254721Semaste# See the License for the specific language governing permissions
14254721Semaste# and limitations under the License.
15254721Semaste#
16254721Semaste# When distributing Covered Code, include this CDDL HEADER in each
17254721Semaste# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18254721Semaste# If applicable, add the following below this CDDL HEADER, with the
19254721Semaste# fields enclosed by brackets "[]" replaced with your own identifying
20254721Semaste# information: Portions Copyright [yyyy] [name of copyright owner]
21254721Semaste#
22254721Semaste# CDDL HEADER END
23254721Semaste#
24254721Semaste#pragma ident	"%Z%%M%	%I%	%E% SMI"
25254721Semaste#
26254721Semaste# Message file for cmd/sgs/libconv/common/sections.c
27254721Semaste
28254721Semaste@ MSG_SHT_NULL			"[ SHT_NULL ]"
29254721Semaste@ MSG_SHT_NULL_ALT		"NULL"
30254721Semaste@ MSG_SHT_PROGBITS		"[ SHT_PROGBITS ]"
31254721Semaste@ MSG_SHT_PROGBITS_ALT		"PBIT"
32254721Semaste@ MSG_SHT_SYMTAB		"[ SHT_SYMTAB ]"
33254721Semaste@ MSG_SHT_SYMTAB_ALT		"SYMT"
34254721Semaste@ MSG_SHT_STRTAB		"[ SHT_STRTAB ]"
35254721Semaste@ MSG_SHT_STRTAB_ALT		"STRT"
36254721Semaste@ MSG_SHT_RELA			"[ SHT_RELA ]"
37254721Semaste@ MSG_SHT_RELA_ALT		"RELA"
38254721Semaste@ MSG_SHT_HASH			"[ SHT_HASH ]"
39254721Semaste@ MSG_SHT_HASH_ALT		"HASH"
40254721Semaste@ MSG_SHT_DYNAMIC		"[ SHT_DYNAMIC ]"
41254721Semaste@ MSG_SHT_DYNAMIC_ALT		"DYNM"
42254721Semaste@ MSG_SHT_NOTE			"[ SHT_NOTE ]"
43254721Semaste@ MSG_SHT_NOTE_ALT		"NOTE"
44254721Semaste@ MSG_SHT_NOBITS		"[ SHT_NOBITS ]"
45254721Semaste@ MSG_SHT_NOBITS_ALT		"NOBI"
46254721Semaste@ MSG_SHT_REL			"[ SHT_REL ]"
47254721Semaste@ MSG_SHT_REL_ALT		"REL "
48254721Semaste@ MSG_SHT_SHLIB			"[ SHT_SHLIB ]"
49254721Semaste@ MSG_SHT_SHLIB_ALT		"SHLB"
50254721Semaste@ MSG_SHT_DYNSYM		"[ SHT_DYNSYM ]"
51254721Semaste@ MSG_SHT_DYNSYM_ALT		"DYNS"
52254721Semaste@ MSG_SHT_UNKNOWN12		"[ UNKNOWN12 ]"
53254721Semaste@ MSG_SHT_UNKNOWN13		"[ UNKNOWN13 ]"
54254721Semaste@ MSG_SHT_INIT_ARRAY		"[ SHT_INIT_ARRAY ]"
55254721Semaste@ MSG_SHT_INIT_ARRAY_ALT	"INAR"
56254721Semaste@ MSG_SHT_FINI_ARRAY		"[ SHT_FINI_ARRAY ]"
57254721Semaste@ MSG_SHT_FINI_ARRAY_ALT	"FNAR"
58254721Semaste@ MSG_SHT_PREINIT_ARRAY		"[ SHT_PREINIT_ARRAY ]"
59254721Semaste@ MSG_SHT_PREINIT_ARRAY_ALT	"PNAR"
60254721Semaste@ MSG_SHT_GROUP			"[ SHT_GROUP ]"
61254721Semaste@ MSG_SHT_GROUP_ALT		"GRP "
62254721Semaste@ MSG_SHT_SYMTAB_SHNDX		"[ SHT_SYMTAB_SHNDX ]"
63254721Semaste@ MSG_SHT_SYMTAB_SHNDX_ALT	"SHDX"
64254721Semaste
65254721Semaste@ MSG_SHT_SUNW_dof		"[ SHT_SUNW_dof ]"
66254721Semaste@ MSG_SHT_SUNW_dof_ALT		"DOF "
67254721Semaste@ MSG_SHT_SUNW_cap		"[ SHT_SUNW_cap ]"
68254721Semaste@ MSG_SHT_SUNW_cap_ALT		"CAP "
69254721Semaste@ MSG_SHT_SUNW_SIGNATURE	"[ SHT_SUNW_SIGNATURE ]"
70254721Semaste@ MSG_SHT_SUNW_SIGNATURE_ALT	"SIGN"
71254721Semaste@ MSG_SHT_SUNW_ANNOTATE		"[ SHT_SUNW_ANNOTATE ]"
72254721Semaste@ MSG_SHT_SUNW_ANNOTATE_ALT	"ANOT"
73254721Semaste@ MSG_SHT_SUNW_DEBUGSTR		"[ SHT_SUNW_DEBUGSTR ]"
74254721Semaste@ MSG_SHT_SUNW_DEBUGSTR_ALT	"DBGS"
75254721Semaste@ MSG_SHT_SUNW_DEBUG		"[ SHT_SUNW_DEBUG ]"
76254721Semaste@ MSG_SHT_SUNW_DEBUG_ALT	"DBG "
77254721Semaste@ MSG_SHT_SUNW_move		"[ SHT_SUNW_move ]"
78254721Semaste@ MSG_SHT_SUNW_move_ALT		"MOVE"
79254721Semaste@ MSG_SHT_SUNW_COMDAT		"[ SHT_SUNW_COMDAT ]"
80254721Semaste@ MSG_SHT_SUNW_COMDAT_ALT	"COMD"
81254721Semaste@ MSG_SHT_SUNW_syminfo		"[ SHT_SUNW_syminfo ]"
82254721Semaste@ MSG_SHT_SUNW_syminfo_ALT	"SYMI"
83254721Semaste@ MSG_SHT_SUNW_verdef		"[ SHT_SUNW_verdef ]"
84254721Semaste@ MSG_SHT_SUNW_verdef_ALT	"VERD"
85254721Semaste@ MSG_SHT_SUNW_verneed		"[ SHT_SUNW_verneed ]"
86254721Semaste@ MSG_SHT_SUNW_verneed_ALT	"VERN"
87254721Semaste@ MSG_SHT_SUNW_versym		"[ SHT_SUNW_versym ]"
88254721Semaste@ MSG_SHT_SUNW_versym_ALT	"VERS"
89254721Semaste
90254721Semaste@ MSG_SHT_AMD64_UNWIND		"[ SHT_AMD64_UNWIND ]"
91254721Semaste@ MSG_SHT_AMD64_UNWIND_ALT	"UNWD"
92254721Semaste
93254721Semaste@ MSG_SHT_SPARC_GOTDATA		"[ SHT_SPARC_GOTDATA ]"
94254721Semaste@ MSG_SHT_SPARC_GOTDATA_ALT	"GOTD"
95254721Semaste
96254721Semaste@ MSG_SHN_AFTER		"[ SHN_AFTER ]"
97254721Semaste@ MSG_SHN_BEFORE	"[ SHN_BEFORE ]"
98254721Semaste
99254721Semaste@ MSG_SHF_WRITE		" SHF_WRITE "
100254721Semaste@ MSG_SHF_ALLOC		" SHF_ALLOC "
101254721Semaste@ MSG_SHF_EXECINSTR	" SHF_EXECINSTR "
102254721Semaste@ MSG_SHF_MERGE		" SHF_MERGE "
103254721Semaste@ MSG_SHF_STRINGS	" SHF_STRINGS "
104254721Semaste@ MSG_SHF_INFO_LINK	" SHF_INFO_LINK "
105254721Semaste@ MSG_SHF_LINK_ORDER	" SHF_LINK_ORDER "
106254721Semaste@ MSG_SHF_OS_NONCONFORMING	" SHF_OS_NONCONFORMING "
107254721Semaste@ MSG_SHF_GROUP		" SHF_GROUP "
108254721Semaste@ MSG_SHF_TLS		" SHF_TLS "
109254721Semaste@ MSG_SHF_EXCLUDE	" SHF_EXCLUDE "
110254721Semaste@ MSG_SHF_ORDERED	" SHF_ORDERED "
111254721Semaste@ MSG_SHF_AMD64_LARGE	" SHF_AMD64_LARGE "
112254721Semaste
113254721Semaste@ MSG_GBL_ZERO		"0"
114254721Semaste@ MSG_GBL_OSQBRKT	"["
115254721Semaste@ MSG_GBL_CSQBRKT	"]"
116254721Semaste