dl.msg revision 98c080d502548e68bb9815459ea56e6ae282c430
fa9e4066f08beec538e775443c5be79dd423fcabahrens#
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Use is subject to license terms.
fa9e4066f08beec538e775443c5be79dd423fcabahrens#
f65e61c04bc28ffd6bda04619c84330b420450b5ahrens# CDDL HEADER START
f65e61c04bc28ffd6bda04619c84330b420450b5ahrens#
fa9e4066f08beec538e775443c5be79dd423fcabahrens# The contents of this file are subject to the terms of the
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Common Development and Distribution License (the "License").
fa9e4066f08beec538e775443c5be79dd423fcabahrens# You may not use this file except in compliance with the License.
fa9e4066f08beec538e775443c5be79dd423fcabahrens#
fa9e4066f08beec538e775443c5be79dd423fcabahrens# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fa9e4066f08beec538e775443c5be79dd423fcabahrens# or http://www.opensolaris.org/os/licensing.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# See the License for the specific language governing permissions
fa9e4066f08beec538e775443c5be79dd423fcabahrens# and limitations under the License.
fa9e4066f08beec538e775443c5be79dd423fcabahrens#
fa9e4066f08beec538e775443c5be79dd423fcabahrens# When distributing Covered Code, include this CDDL HEADER in each
fa9e4066f08beec538e775443c5be79dd423fcabahrens# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
fa9e4066f08beec538e775443c5be79dd423fcabahrens# If applicable, add the following below this CDDL HEADER, with the
fa9e4066f08beec538e775443c5be79dd423fcabahrens# fields enclosed by brackets "[]" replaced with your own identifying
fa9e4066f08beec538e775443c5be79dd423fcabahrens# information: Portions Copyright [yyyy] [name of copyright owner]
fa9e4066f08beec538e775443c5be79dd423fcabahrens#
478ed9ada0b6efe1318150a700986aa47e6a926dEric Taylor# CDDL HEADER END
fa9e4066f08beec538e775443c5be79dd423fcabahrens#
fa9e4066f08beec538e775443c5be79dd423fcabahrens# Message file for cmd/sgs/libconv/common/dl.c
fa9e4066f08beec538e775443c5be79dd423fcabahrens
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_LAZY "RTLD_LAZY"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_NOW "RTLD_NOW"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_GLOBAL "RTLD_GLOBAL"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_LOCAL "RTLD_LOCAL"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_PARENT "RTLD_PARENT"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_GROUP "RTLD_GROUP"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_WORLD "RTLD_WORLD"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_NODELETE "RTLD_NODELETE"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_NOLOAD "RTLD_NOLOAD"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_FIRST "RTLD_FIRST"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_CONFGEN "RTLD_CONFGEN"
fa9e4066f08beec538e775443c5be79dd423fcabahrens
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_REL_RELATIVE "RTLD_REL_RELATIVE"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_REL_EXEC "RTLD_REL_EXEC"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_REL_DEPENDS "RTLD_REL_DEPENDS"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_REL_PRELOAD "RTLD_REL_PRELOAD"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_REL_SELF "RTLD_REL_SELF"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_REL_WEAK "RTLD_REL_WEAK"
de8267e0f723ed2c38ea9def92d465f69a300f56timh@ MSG_RTLD_REL_ALL "RTLD_REL_ALL"
478ed9ada0b6efe1318150a700986aa47e6a926dEric Taylor
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_MEMORY "RTLD_MEMORY"
ea8dc4b6d2251b437950c0056bc626b311c73c27eschrock@ MSG_RTLD_STRIP "RTLD_STRIP"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_NOHEAP "RTLD_NOHEAP"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_CONFSET "RTLD_CONFSET"
fa9e4066f08beec538e775443c5be79dd423fcabahrens
f65e61c04bc28ffd6bda04619c84330b420450b5ahrens@ MSG_RTLD_DI_LMID "RTLD_DI_LMID"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_DI_LINKMAP "RTLD_DI_LINKMAP"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_DI_CONFIGADDR "RTLD_DI_CONFIGADDR"
66328dd3ff7c6b3566c06478698593e061733076ahrens@ MSG_RTLD_DI_SERINFO "RTLD_DI_SERINFO"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_DI_SERINFOSIZE "RTLD_DI_SERINFOSIZE"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_DI_ORIGIN "RTLD_DI_ORIGIN"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_DI_PROFILENAME "RTLD_DI_PROFILENAME"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_DI_PROFILEOUT "RTLD_DI_PROFILEOUT"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_DI_GETSIGNAL "RTLD_DI_GETSIGNAL"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_DI_SETSIGNAL "RTLD_DI_SETSIGNAL"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_DI_ARGSINFO "RTLD_DI_ARGSINFO"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_DI_MMAPS "RTLD_DI_MMAPS"
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_RTLD_DI_MMAPCNT "RTLD_DI_MMAPCNT"
5ad820458efd0fdb914baff9c1447c22b819fa23nd
f65e61c04bc28ffd6bda04619c84330b420450b5ahrens@ MSG_GBL_SEP " | "
5ad820458efd0fdb914baff9c1447c22b819fa23nd@ MSG_GBL_QUOTE "\""
fa9e4066f08beec538e775443c5be79dd423fcabahrens@ MSG_GBL_ZERO "0"
f65e61c04bc28ffd6bda04619c84330b420450b5ahrens