1# 2# Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved. 3# 4# CDDL HEADER START 5# 6# The contents of this file are subject to the terms of the 7# Common Development and Distribution License (the "License"). 8# You may not use this file except in compliance with the License. 9# 10# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 11# or http://www.opensolaris.org/os/licensing. 12# See the License for the specific language governing permissions 13# and limitations under the License. 14# 15# When distributing Covered Code, include this CDDL HEADER in each 16# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 17# If applicable, add the following below this CDDL HEADER, with the 18# fields enclosed by brackets "[]" replaced with your own identifying 19# information: Portions Copyright [yyyy] [name of copyright owner] 20# 21# CDDL HEADER END 22# 23# Message file for cmd/sgs/libconv/common/dl.c 24 25@ MSG_RTLD_LAZY "RTLD_LAZY" 26@ MSG_RTLD_NOW "RTLD_NOW" 27@ MSG_RTLD_GLOBAL "RTLD_GLOBAL" 28@ MSG_RTLD_LOCAL "RTLD_LOCAL" 29@ MSG_RTLD_PARENT "RTLD_PARENT" 30@ MSG_RTLD_GROUP "RTLD_GROUP" 31@ MSG_RTLD_WORLD "RTLD_WORLD" 32@ MSG_RTLD_NODELETE "RTLD_NODELETE" 33@ MSG_RTLD_NOLOAD "RTLD_NOLOAD" 34@ MSG_RTLD_FIRST "RTLD_FIRST" 35@ MSG_RTLD_CONFGEN "RTLD_CONFGEN" 36 37@ MSG_RTLD_REL_RELATIVE "RTLD_REL_RELATIVE" 38@ MSG_RTLD_REL_EXEC "RTLD_REL_EXEC" 39@ MSG_RTLD_REL_DEPENDS "RTLD_REL_DEPENDS" 40@ MSG_RTLD_REL_PRELOAD "RTLD_REL_PRELOAD" 41@ MSG_RTLD_REL_SELF "RTLD_REL_SELF" 42@ MSG_RTLD_REL_WEAK "RTLD_REL_WEAK" 43@ MSG_RTLD_REL_ALL "RTLD_REL_ALL" 44 45@ MSG_RTLD_MEMORY "RTLD_MEMORY" 46@ MSG_RTLD_STRIP "RTLD_STRIP" 47@ MSG_RTLD_NOHEAP "RTLD_NOHEAP" 48@ MSG_RTLD_CONFSET "RTLD_CONFSET" 49 50@ MSG_RTLD_DI_LMID "RTLD_DI_LMID" 51@ MSG_RTLD_DI_LINKMAP "RTLD_DI_LINKMAP" 52@ MSG_RTLD_DI_CONFIGADDR "RTLD_DI_CONFIGADDR" 53@ MSG_RTLD_DI_SERINFO "RTLD_DI_SERINFO" 54@ MSG_RTLD_DI_SERINFOSIZE "RTLD_DI_SERINFOSIZE" 55@ MSG_RTLD_DI_ORIGIN "RTLD_DI_ORIGIN" 56@ MSG_RTLD_DI_PROFILENAME "RTLD_DI_PROFILENAME" 57@ MSG_RTLD_DI_PROFILEOUT "RTLD_DI_PROFILEOUT" 58@ MSG_RTLD_DI_GETSIGNAL "RTLD_DI_GETSIGNAL" 59@ MSG_RTLD_DI_SETSIGNAL "RTLD_DI_SETSIGNAL" 60@ MSG_RTLD_DI_ARGSINFO "RTLD_DI_ARGSINFO" 61@ MSG_RTLD_DI_MMAPS "RTLD_DI_MMAPS" 62@ MSG_RTLD_DI_MMAPCNT "RTLD_DI_MMAPCNT" 63@ MSG_RTLD_DI_DEFERRED "RTLD_DI_DEFERRED" 64@ MSG_RTLD_DI_DEFERRED_SYM "RTLD_DI_DEFERRED_SYM" 65 66@ MSG_GBL_SEP " | " 67@ MSG_GBL_QUOTE "\"" 68@ MSG_GBL_ZERO "0" 69