xref: /onnv-gate/usr/src/cmd/sgs/libconv/common/dl.msg (revision 12449:a87750d92895)
10Sstevel@tonic-gate#
2*12449SRod.Evans@Sun.COM# Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
30Sstevel@tonic-gate#
40Sstevel@tonic-gate# CDDL HEADER START
50Sstevel@tonic-gate#
60Sstevel@tonic-gate# The contents of this file are subject to the terms of the
72352Sab196087# Common Development and Distribution License (the "License").
82352Sab196087# You may not use this file except in compliance with the License.
90Sstevel@tonic-gate#
100Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
110Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
120Sstevel@tonic-gate# See the License for the specific language governing permissions
130Sstevel@tonic-gate# and limitations under the License.
140Sstevel@tonic-gate#
150Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
160Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
170Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
180Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
190Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
200Sstevel@tonic-gate#
210Sstevel@tonic-gate# CDDL HEADER END
220Sstevel@tonic-gate#
230Sstevel@tonic-gate# Message file for cmd/sgs/libconv/common/dl.c
240Sstevel@tonic-gate
252352Sab196087@ MSG_RTLD_LAZY		"RTLD_LAZY"
262352Sab196087@ MSG_RTLD_NOW		"RTLD_NOW"
272352Sab196087@ MSG_RTLD_GLOBAL	"RTLD_GLOBAL"
282352Sab196087@ MSG_RTLD_LOCAL	"RTLD_LOCAL"
292352Sab196087@ MSG_RTLD_PARENT	"RTLD_PARENT"
302352Sab196087@ MSG_RTLD_GROUP	"RTLD_GROUP"
312352Sab196087@ MSG_RTLD_WORLD	"RTLD_WORLD"
322352Sab196087@ MSG_RTLD_NODELETE	"RTLD_NODELETE"
332352Sab196087@ MSG_RTLD_NOLOAD	"RTLD_NOLOAD"
342352Sab196087@ MSG_RTLD_FIRST	"RTLD_FIRST"
352352Sab196087@ MSG_RTLD_CONFGEN	"RTLD_CONFGEN"
360Sstevel@tonic-gate
372352Sab196087@ MSG_RTLD_REL_RELATIVE	"RTLD_REL_RELATIVE"
382352Sab196087@ MSG_RTLD_REL_EXEC	"RTLD_REL_EXEC"
392352Sab196087@ MSG_RTLD_REL_DEPENDS	"RTLD_REL_DEPENDS"
402352Sab196087@ MSG_RTLD_REL_PRELOAD	"RTLD_REL_PRELOAD"
412352Sab196087@ MSG_RTLD_REL_SELF	"RTLD_REL_SELF"
422352Sab196087@ MSG_RTLD_REL_WEAK	"RTLD_REL_WEAK"
432352Sab196087@ MSG_RTLD_REL_ALL	"RTLD_REL_ALL"
440Sstevel@tonic-gate
452352Sab196087@ MSG_RTLD_MEMORY	"RTLD_MEMORY"
462352Sab196087@ MSG_RTLD_STRIP	"RTLD_STRIP"
472352Sab196087@ MSG_RTLD_NOHEAP	"RTLD_NOHEAP"
482352Sab196087@ MSG_RTLD_CONFSET	"RTLD_CONFSET"
490Sstevel@tonic-gate
50*12449SRod.Evans@Sun.COM@ MSG_RTLD_DI_LMID		"RTLD_DI_LMID"
51*12449SRod.Evans@Sun.COM@ MSG_RTLD_DI_LINKMAP		"RTLD_DI_LINKMAP"
52*12449SRod.Evans@Sun.COM@ MSG_RTLD_DI_CONFIGADDR	"RTLD_DI_CONFIGADDR"
53*12449SRod.Evans@Sun.COM@ MSG_RTLD_DI_SERINFO		"RTLD_DI_SERINFO"
54*12449SRod.Evans@Sun.COM@ MSG_RTLD_DI_SERINFOSIZE	"RTLD_DI_SERINFOSIZE"
55*12449SRod.Evans@Sun.COM@ MSG_RTLD_DI_ORIGIN		"RTLD_DI_ORIGIN"
56*12449SRod.Evans@Sun.COM@ MSG_RTLD_DI_PROFILENAME	"RTLD_DI_PROFILENAME"
57*12449SRod.Evans@Sun.COM@ MSG_RTLD_DI_PROFILEOUT	"RTLD_DI_PROFILEOUT"
58*12449SRod.Evans@Sun.COM@ MSG_RTLD_DI_GETSIGNAL		"RTLD_DI_GETSIGNAL"
59*12449SRod.Evans@Sun.COM@ MSG_RTLD_DI_SETSIGNAL		"RTLD_DI_SETSIGNAL"
60*12449SRod.Evans@Sun.COM@ MSG_RTLD_DI_ARGSINFO		"RTLD_DI_ARGSINFO"
61*12449SRod.Evans@Sun.COM@ MSG_RTLD_DI_MMAPS		"RTLD_DI_MMAPS"
62*12449SRod.Evans@Sun.COM@ MSG_RTLD_DI_MMAPCNT		"RTLD_DI_MMAPCNT"
63*12449SRod.Evans@Sun.COM@ MSG_RTLD_DI_DEFERRED		"RTLD_DI_DEFERRED"
64*12449SRod.Evans@Sun.COM@ MSG_RTLD_DI_DEFERRED_SYM	"RTLD_DI_DEFERRED_SYM"
6512029SRod.Evans@Sun.COM
662352Sab196087@ MSG_GBL_SEP		" | "
670Sstevel@tonic-gate@ MSG_GBL_QUOTE		"\""
680Sstevel@tonic-gate@ MSG_GBL_ZERO		"0"
69