17c478bd9Sstevel@tonic-gate#
27c478bd9Sstevel@tonic-gate# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
37c478bd9Sstevel@tonic-gate# Use is subject to license terms.
47c478bd9Sstevel@tonic-gate#
57c478bd9Sstevel@tonic-gate# CDDL HEADER START
67c478bd9Sstevel@tonic-gate#
77c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
87c478bd9Sstevel@tonic-gate# Common Development and Distribution License, Version 1.0 only
97c478bd9Sstevel@tonic-gate# (the "License").  You may not use this file except in compliance
107c478bd9Sstevel@tonic-gate# with the License.
117c478bd9Sstevel@tonic-gate#
127c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
137c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
147c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
157c478bd9Sstevel@tonic-gate# and limitations under the License.
167c478bd9Sstevel@tonic-gate#
177c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
187c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
197c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
207c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
217c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
227c478bd9Sstevel@tonic-gate#
237c478bd9Sstevel@tonic-gate# CDDL HEADER END
247c478bd9Sstevel@tonic-gate#
257c478bd9Sstevel@tonic-gate# ident	"%Z%%M%	%I%	%E% SMI"
267c478bd9Sstevel@tonic-gate#
277c478bd9Sstevel@tonic-gate# Message file for cmd/sgs/libconv/common/dynamic.c
287c478bd9Sstevel@tonic-gate
297c478bd9Sstevel@tonic-gate@ MSG_DYN_NULL		"NULL"
307c478bd9Sstevel@tonic-gate@ MSG_DYN_NEEDED	"NEEDED"
317c478bd9Sstevel@tonic-gate@ MSG_DYN_PLTRELSZ	"PLTRELSZ"
327c478bd9Sstevel@tonic-gate@ MSG_DYN_PLTGOT	"PLTGOT"
337c478bd9Sstevel@tonic-gate@ MSG_DYN_HASH		"HASH"
347c478bd9Sstevel@tonic-gate@ MSG_DYN_STRTAB	"STRTAB"
357c478bd9Sstevel@tonic-gate@ MSG_DYN_SYMTAB	"SYMTAB"
367c478bd9Sstevel@tonic-gate@ MSG_DYN_RELA		"RELA"
377c478bd9Sstevel@tonic-gate@ MSG_DYN_RELASZ	"RELASZ"
387c478bd9Sstevel@tonic-gate@ MSG_DYN_RELAENT	"RELAENT"
397c478bd9Sstevel@tonic-gate@ MSG_DYN_STRSZ		"STRSZ"
407c478bd9Sstevel@tonic-gate@ MSG_DYN_SYMENT	"SYMENT"
417c478bd9Sstevel@tonic-gate@ MSG_DYN_INIT		"INIT"
427c478bd9Sstevel@tonic-gate@ MSG_DYN_FINI		"FINI"
437c478bd9Sstevel@tonic-gate@ MSG_DYN_SONAME	"SONAME"
447c478bd9Sstevel@tonic-gate@ MSG_DYN_RPATH		"RPATH"
457c478bd9Sstevel@tonic-gate@ MSG_DYN_SYMBOLIC	"SYMBOLIC"
467c478bd9Sstevel@tonic-gate@ MSG_DYN_REL		"REL"
477c478bd9Sstevel@tonic-gate@ MSG_DYN_RELSZ		"RELSZ"
487c478bd9Sstevel@tonic-gate@ MSG_DYN_RELENT	"RELENT"
497c478bd9Sstevel@tonic-gate@ MSG_DYN_PLTPAD	"PLTPAD"
507c478bd9Sstevel@tonic-gate@ MSG_DYN_PLTPADSZ	"PLTPADSZ"
517c478bd9Sstevel@tonic-gate@ MSG_DYN_PLTREL	"PLTREL"
527c478bd9Sstevel@tonic-gate@ MSG_DYN_DEBUG		"DEBUG"
537c478bd9Sstevel@tonic-gate@ MSG_DYN_TEXTREL	"TEXTREL"
547c478bd9Sstevel@tonic-gate@ MSG_DYN_JMPREL	"JMPREL"
557c478bd9Sstevel@tonic-gate@ MSG_DYN_BIND_NOW	"BIND_NOW"
567c478bd9Sstevel@tonic-gate@ MSG_DYN_INIT_ARRAY	"INIT_ARRAY"
577c478bd9Sstevel@tonic-gate@ MSG_DYN_FINI_ARRAY	"FINI_ARRAY"
587c478bd9Sstevel@tonic-gate@ MSG_DYN_INIT_ARRAYSZ	"INIT_ARRAYSZ"
597c478bd9Sstevel@tonic-gate@ MSG_DYN_FINI_ARRAYSZ	"FINI_ARRAYSZ"
607c478bd9Sstevel@tonic-gate@ MSG_DYN_RUNPATH	"RUNPATH"
617c478bd9Sstevel@tonic-gate@ MSG_DYN_FLAGS		"FLAGS"
627c478bd9Sstevel@tonic-gate@ MSG_DYN_PREINIT_ARRAY	"PREINIT_ARRAY"
637c478bd9Sstevel@tonic-gate@ MSG_DYN_PREINIT_ARRAYSZ "PREINIT_ARRAYSZ"
647c478bd9Sstevel@tonic-gate
657c478bd9Sstevel@tonic-gate@ MSG_DYN_RELACOUNT	"RELACOUNT"
667c478bd9Sstevel@tonic-gate@ MSG_DYN_RELCOUNT	"RELCOUNT"
677c478bd9Sstevel@tonic-gate@ MSG_DYN_FLAGS_1	"FLAGS_1"
687c478bd9Sstevel@tonic-gate@ MSG_DYN_USED		"USED"
697c478bd9Sstevel@tonic-gate@ MSG_DYN_FILTER	"FILTER"
707c478bd9Sstevel@tonic-gate@ MSG_DYN_AUXILIARY	"AUXILIARY"
717c478bd9Sstevel@tonic-gate@ MSG_DYN_CACHE		"CACHE"
727c478bd9Sstevel@tonic-gate@ MSG_DYN_VERSYM	"VERSYM"
737c478bd9Sstevel@tonic-gate@ MSG_DYN_VERDEF	"VERDEF"
747c478bd9Sstevel@tonic-gate@ MSG_DYN_VERDEFNUM	"VERDEFNUM"
757c478bd9Sstevel@tonic-gate@ MSG_DYN_VERNEED	"VERNEED"
767c478bd9Sstevel@tonic-gate@ MSG_DYN_VERNEEDNUM	"VERNEEDNUM"
777c478bd9Sstevel@tonic-gate@ MSG_DYN_SYMINFO	"SYMINFO"
787c478bd9Sstevel@tonic-gate@ MSG_DYN_SYMINSZ	"SYMINSZ"
797c478bd9Sstevel@tonic-gate@ MSG_DYN_SYMINENT	"SYMINENT"
807c478bd9Sstevel@tonic-gate@ MSG_DYN_POSFLAG_1	"POSFLAG_1"
817c478bd9Sstevel@tonic-gate@ MSG_DYN_FEATURE_1	"FEATURE_1"
827c478bd9Sstevel@tonic-gate@ MSG_DYN_MOVESZ	"MOVESZ"
837c478bd9Sstevel@tonic-gate@ MSG_DYN_MOVEENT	"MOVEENT"
847c478bd9Sstevel@tonic-gate@ MSG_DYN_MOVETAB	"MOVETAB"
857c478bd9Sstevel@tonic-gate@ MSG_DYN_REGISTER	"REGISTER"
867c478bd9Sstevel@tonic-gate@ MSG_DYN_CHECKSUM	"CHECKSUM"
877c478bd9Sstevel@tonic-gate@ MSG_DYN_PLTRESERVE	"PLT_RESERVE"
887c478bd9Sstevel@tonic-gate@ MSG_DYN_DEPAUDIT	"DEPAUDIT"
897c478bd9Sstevel@tonic-gate@ MSG_DYN_AUDIT		"AUDIT"
907c478bd9Sstevel@tonic-gate@ MSG_DYN_CONFIG	"CONFIG"
917c478bd9Sstevel@tonic-gate@ MSG_DYN_SUNW_AUXILIARY	"SUNW_AUXILIARY"
927c478bd9Sstevel@tonic-gate@ MSG_DYN_SUNW_RTLDINF	"SUNW_RTLDINF"
937c478bd9Sstevel@tonic-gate@ MSG_DYN_SUNW_FILTER	"SUNW_FILTER"
947c478bd9Sstevel@tonic-gate@ MSG_DYN_SUNW_CAP	"SUNW_CAP"
957c478bd9Sstevel@tonic-gate
967c478bd9Sstevel@tonic-gate@ MSG_DF_ORIGIN		" ORIGIN "
977c478bd9Sstevel@tonic-gate@ MSG_DF_SYMBOLIC	" SYMBOLIC "
987c478bd9Sstevel@tonic-gate@ MSG_DF_TEXTREL	" TEXTREL "
997c478bd9Sstevel@tonic-gate@ MSG_DF_BIND_NOW	" BIND_NOW "
1007c478bd9Sstevel@tonic-gate@ MSG_DF_STATIC_TLS	" STATIC_TLS "
1017c478bd9Sstevel@tonic-gate
1027c478bd9Sstevel@tonic-gate@ MSG_DF1_NOW		" NOW "
1037c478bd9Sstevel@tonic-gate@ MSG_DF1_GROUP		" GROUP "
1047c478bd9Sstevel@tonic-gate@ MSG_DF1_NODELETE	" NODELETE "
1057c478bd9Sstevel@tonic-gate@ MSG_DF1_LOADFLTR	" LOADFILTER "
1067c478bd9Sstevel@tonic-gate@ MSG_DF1_INITFIRST	" INITFIRST "
1077c478bd9Sstevel@tonic-gate@ MSG_DF1_INTERPOSE	" INTERPOSE "
1087c478bd9Sstevel@tonic-gate@ MSG_DF1_NOOPEN	" NOOPEN "
1097c478bd9Sstevel@tonic-gate@ MSG_DF1_ORIGIN	" ORIGIN "
1107c478bd9Sstevel@tonic-gate@ MSG_DF1_DIRECT	" DIRECT "
1117c478bd9Sstevel@tonic-gate@ MSG_DF1_TRANS		" TRANS "
1127c478bd9Sstevel@tonic-gate@ MSG_DF1_NODEFLIB	" NODEFLIB "
1137c478bd9Sstevel@tonic-gate@ MSG_DF1_NODUMP	" NODUMP "
1147c478bd9Sstevel@tonic-gate@ MSG_DF1_CONFALT	" CONFALT "
1157c478bd9Sstevel@tonic-gate@ MSG_DF1_ENDFILTEE	" ENDFILTEE "
1167c478bd9Sstevel@tonic-gate@ MSG_DF1_DISPRELPND	" DISPRELPND "
1177c478bd9Sstevel@tonic-gate@ MSG_DF1_DISPRELDNE	" DISPRELDONE "
1187c478bd9Sstevel@tonic-gate@ MSG_DF1_NODIRECT	" NODIRECT "
1197c478bd9Sstevel@tonic-gate@ MSG_DF1_IGNMULDEF	" IGNMULDEF "
1207c478bd9Sstevel@tonic-gate@ MSG_DF1_NOKSYMS	" NOKSYMS "
1217c478bd9Sstevel@tonic-gate@ MSG_DF1_NORELOC	" NORELOC "
1227c478bd9Sstevel@tonic-gate
1237c478bd9Sstevel@tonic-gate@ MSG_DFP_LAZYLOAD	" LAZY "
1247c478bd9Sstevel@tonic-gate@ MSG_DFP_GROUPPERM	" GROUPPERM "
1257c478bd9Sstevel@tonic-gate
1267c478bd9Sstevel@tonic-gate@ MSG_DTF_PARINIT	" PARINIT "
1277c478bd9Sstevel@tonic-gate@ MSG_DTF_CONFEXP	" CONFEXP "
1287c478bd9Sstevel@tonic-gate
129*dffec89cSrie@ MSG_BND_NEEDED	" NEEDED "
130*dffec89cSrie@ MSG_BND_REFER		" REFERENCED "
131*dffec89cSrie@ MSG_BND_FILTER	" FILTER "
132*dffec89cSrie
133*dffec89cSrie@ MSG_BND_ADDED		" OBJECTS-ADDED "
134*dffec89cSrie@ MSG_BND_REEVAL	" OBJECTS-REEVALUATED "
135*dffec89cSrie@ MSG_BND_DELETED	" OBJECTS-DELETED "
136*dffec89cSrie@ MSG_BND_ATEXIT	" ATEXIT-PROCESSING "
137*dffec89cSrie@ MSG_STR_EMPTY		""
138*dffec89cSrie
1397c478bd9Sstevel@tonic-gate@ MSG_GBL_ZERO		"0"
1407c478bd9Sstevel@tonic-gate@ MSG_GBL_OSQBRKT	"["
1417c478bd9Sstevel@tonic-gate@ MSG_GBL_CSQBRKT	"]"
142