OpenSolaris_b135/uts/sparc/krtld/mapfile

#
# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#

#
# MAPFILE HEADER START
#
# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
# Object versioning must comply with the rules detailed in
#
#	usr/src/lib/README.mapfiles
#
# You should not be making modifications here until you've read the most current
# copy of that file. If you need help, contact a gatekeeper for guidance.
#
# MAPFILE HEADER END
#

{
	global:
		kobj_addrcheck;
		kobj_alloc;
		kobj_boot_mod_lookup;
		kobj_close;
		kobj_close_file;
		kobj_export_module;
		kobj_filbuf;
		kobj_free;
		kobj_fstat;
		kobj_get_filesize;
		kobj_getelfsym;
		kobj_getmodinfo;
		kobj_getpagesize;
		kobj_getsymname;
		kobj_getsymvalue;
		kobj_load_module;
		kobj_load_primary_module;
		kobj_lookup;
		kobj_lookup_all;
		kobj_module_path;
		kobj_notify_add;
		kobj_notify_remove;
		kobj_open;
		kobj_open_file;
		kobj_path_exists;
		kobj_open_path;
		kobj_read;
		kobj_read_file;
		kobj_searchsym;
		kobj_set_ctf;
		kobj_stat_get;
		kobj_sync;
		kobj_sync_instruction_memory;
		kobj_textwin_alloc;
		kobj_textwin_free;
		kobj_unload_module;
		kobj_zalloc;
		kobj_kdi;
		kobj_linkmaps;
		__tnf_tag_list_head;
		__tnf_probe_list_head;
		tnf_changed_probe_list;
		boot_cpu_compatible_list;
	local:
		*;
};