xref: /illumos-gate/usr/src/cmd/sgs/libconv/common/dl.msg (revision e2738c5e21a9e5d9a6525e48af4738deda3df455)
1#
2# Copyright 2006 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 (the "License").
9# You may not use this file except in compliance with the License.
10#
11# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12# or http://www.opensolaris.org/os/licensing.
13# See the License for the specific language governing permissions
14# and limitations under the License.
15#
16# When distributing Covered Code, include this CDDL HEADER in each
17# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18# If applicable, add the following below this CDDL HEADER, with the
19# fields enclosed by brackets "[]" replaced with your own identifying
20# information: Portions Copyright [yyyy] [name of copyright owner]
21#
22# CDDL HEADER END
23#
24# ident	"%Z%%M%	%I%	%E% SMI"
25#
26# Message file for cmd/sgs/libconv/common/dl.c
27
28@ MSG_RTLD_LAZY		"RTLD_LAZY"
29@ MSG_RTLD_NOW		"RTLD_NOW"
30@ MSG_RTLD_GLOBAL	"RTLD_GLOBAL"
31@ MSG_RTLD_LOCAL	"RTLD_LOCAL"
32@ MSG_RTLD_PARENT	"RTLD_PARENT"
33@ MSG_RTLD_GROUP	"RTLD_GROUP"
34@ MSG_RTLD_WORLD	"RTLD_WORLD"
35@ MSG_RTLD_NODELETE	"RTLD_NODELETE"
36@ MSG_RTLD_NOLOAD	"RTLD_NOLOAD"
37@ MSG_RTLD_FIRST	"RTLD_FIRST"
38@ MSG_RTLD_CONFGEN	"RTLD_CONFGEN"
39
40@ MSG_RTLD_REL_RELATIVE	"RTLD_REL_RELATIVE"
41@ MSG_RTLD_REL_EXEC	"RTLD_REL_EXEC"
42@ MSG_RTLD_REL_DEPENDS	"RTLD_REL_DEPENDS"
43@ MSG_RTLD_REL_PRELOAD	"RTLD_REL_PRELOAD"
44@ MSG_RTLD_REL_SELF	"RTLD_REL_SELF"
45@ MSG_RTLD_REL_WEAK	"RTLD_REL_WEAK"
46@ MSG_RTLD_REL_ALL	"RTLD_REL_ALL"
47
48@ MSG_RTLD_MEMORY	"RTLD_MEMORY"
49@ MSG_RTLD_STRIP	"RTLD_STRIP"
50@ MSG_RTLD_NOHEAP	"RTLD_NOHEAP"
51@ MSG_RTLD_CONFSET	"RTLD_CONFSET"
52
53@ MSG_GBL_SEP		" | "
54@ MSG_GBL_QUOTE		"\""
55@ MSG_GBL_ZERO		"0"
56