open-src/xserver/xorg/sun-src/os/solaris/mdb/modules/mapfile
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Fri, 06 Apr 2012 21:57:14 -0700
changeset 1265 0b5cc5c013e4
parent 1192 60e4ec16e28d
child 1299 66d477fdb4ca
permissions -rw-r--r--
7083537 Xorg 1.12 & associated module updates

#
# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice (including the next
# paragraph) shall be included in all copies or substantial portions of the
# Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
#

$mapfile_version 2

#
# mapfile for Xserver mdb modules
#

SYMBOL_SCOPE {
	global:

# mdb modules reference symbols exported by mdb - this list should only
# contain entries found in the ON gate's master copy of the mdb mapfile
# in usr/src/cmd/mdb/common/modules/conf/mapfile-extern
		mdb_alloc			{ FLAGS = EXTERN };
		mdb_dec_indent			{ FLAGS = EXTERN };
		mdb_free			{ FLAGS = EXTERN };
		mdb_getopts			{ FLAGS = EXTERN };
		mdb_inc_indent			{ FLAGS = EXTERN };
		mdb_lookup_by_name		{ FLAGS = EXTERN };
		mdb_lookup_by_obj		{ FLAGS = EXTERN };
		mdb_printf			{ FLAGS = EXTERN };
		mdb_readstr			{ FLAGS = EXTERN };
		mdb_readsym			{ FLAGS = EXTERN };
		mdb_readvar			{ FLAGS = EXTERN };
		mdb_vread			{ FLAGS = EXTERN };
		mdb_warn			{ FLAGS = EXTERN };
		mdb_walk_dcmd			{ FLAGS = EXTERN };

# mdb modules aren't allowed to export any symbols except for _mdb_init
		_mdb_init;

	local:
		*;
};