xref: /illumos-gate/usr/src/uts/sparc/krtld/mapfile (revision 3db86aab)
1#
2# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
4#
5# CDDL HEADER START
6#
7# The contents of this file are subject to the terms of the
8# Common Development and Distribution License (the "License").
9# You may not use this file except in compliance with the License.
10#
11# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12# or http://www.opensolaris.org/os/licensing.
13# See the License for the specific language governing permissions
14# and limitations under the License.
15#
16# When distributing Covered Code, include this CDDL HEADER in each
17# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18# If applicable, add the following below this CDDL HEADER, with the
19# fields enclosed by brackets "[]" replaced with your own identifying
20# information: Portions Copyright [yyyy] [name of copyright owner]
21#
22# CDDL HEADER END
23#
24#pragma ident	"%Z%%M%	%I%	%E% SMI"
25#
26
27{
28	global:
29		kobj_addrcheck;
30		kobj_alloc;
31		kobj_boot_mod_lookup;
32		kobj_close;
33		kobj_close_file;
34		kobj_export_module;
35		kobj_filbuf;
36		kobj_free;
37		kobj_fstat;
38		kobj_getelfsym;
39		kobj_getmodinfo;
40		kobj_getpagesize;
41		kobj_getsymname;
42		kobj_getsymvalue;
43		kobj_load_module;
44		kobj_load_primary_module;
45		kobj_lookup;
46		kobj_lookup_all;
47		kobj_notify_add;
48		kobj_notify_remove;
49		kobj_open;
50		kobj_open_file;
51		kobj_path_exists;
52		kobj_open_path;
53		kobj_read;
54		kobj_read_file;
55		kobj_searchsym;
56		kobj_set_ctf;
57		kobj_stat_get;
58		kobj_sync;
59		kobj_sync_instruction_memory;
60		kobj_textwin_alloc;
61		kobj_textwin_free;
62		kobj_unload_module;
63		kobj_zalloc;
64		kobj_kdi;
65		kobj_linkmaps;
66		__tnf_tag_list_head;
67		__tnf_probe_list_head;
68		tnf_changed_probe_list;
69		boot_cpu_compatible_list;
70	local:
71		*;
72};
73