mapfile revision ea8dc4b6d2251b437950c0056bc626b311c73c27
2976N/A#
2976N/A# CDDL HEADER START
2976N/A#
2976N/A# The contents of this file are subject to the terms of the
2976N/A# Common Development and Distribution License (the "License").
2976N/A# You may not use this file except in compliance with the License.
2976N/A#
2976N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2976N/A# or http://www.opensolaris.org/os/licensing.
2976N/A# See the License for the specific language governing permissions
2976N/A# and limitations under the License.
2976N/A#
2976N/A# When distributing Covered Code, include this CDDL HEADER in each
2976N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2976N/A# If applicable, add the following below this CDDL HEADER, with the
2976N/A# fields enclosed by brackets "[]" replaced with your own identifying
2976N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2976N/A#
2976N/A# CDDL HEADER END
2976N/A#
2976N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
2976N/A# Use is subject to license terms.
2976N/A#
2976N/A#pragma ident "%Z%%M% %I% %E% SMI"
3215N/A#
2976N/A
2976N/A{
2976N/A global:
2976N/A kobj_addrcheck;
2976N/A kobj_alloc;
2976N/A kobj_boot_mod_lookup;
2976N/A kobj_boot_unmountroot;
2976N/A kobj_close;
2976N/A kobj_close_file;
2976N/A kobj_export_module;
2976N/A kobj_filbuf;
2976N/A kobj_free;
2976N/A kobj_fstat;
2976N/A kobj_getelfsym;
2976N/A kobj_getmodinfo;
2976N/A kobj_getpagesize;
2976N/A kobj_getsymname;
2976N/A kobj_getsymvalue;
2976N/A kobj_load_module;
2976N/A kobj_load_primary_module;
2976N/A kobj_lookup;
2976N/A kobj_lookup_all;
2976N/A kobj_notify_add;
2976N/A kobj_notify_remove;
2976N/A kobj_open;
2976N/A kobj_open_file;
2976N/A kobj_path_exists;
2976N/A kobj_open_path;
2976N/A kobj_read;
2976N/A kobj_read_file;
2976N/A kobj_searchsym;
2976N/A kobj_set_ctf;
2976N/A kobj_stat_get;
2976N/A kobj_sync;
2976N/A kobj_sync_instruction_memory;
2976N/A kobj_textwin_alloc;
2976N/A kobj_textwin_free;
2976N/A kobj_unload_module;
2976N/A kobj_zalloc;
2976N/A kobj_kdi;
3147N/A kobj_linkmaps;
2976N/A __tnf_tag_list_head;
2976N/A __tnf_probe_list_head;
2976N/A tnf_changed_probe_list;
2976N/A boot_cpu_compatible_list;
2976N/A local:
2976N/A *;
2976N/A};
2976N/A