xref: /illumos-gate/usr/src/uts/sparc/krtld/mapfile (revision 2570281c)
1#
2# Copyright (c) 2005, 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
24#
25# MAPFILE HEADER START
26#
27# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
28# Object versioning must comply with the rules detailed in
29#
30#	usr/src/lib/README.mapfiles
31#
32# You should not be making modifications here until you've read the most current
33# copy of that file. If you need help, contact a gatekeeper for guidance.
34#
35# MAPFILE HEADER END
36#
37
38$mapfile_version 2
39
40SYMBOL_SCOPE {
41	global:
42		kobj_addrcheck;
43		kobj_alloc;
44		kobj_boot_mod_lookup;
45		kobj_close;
46		kobj_close_file;
47		kobj_export_module;
48		kobj_filbuf;
49		kobj_free;
50		kobj_fstat;
51		kobj_get_filesize;
52		kobj_getelfsym;
53		kobj_getmodinfo;
54		kobj_getpagesize;
55		kobj_getsymname;
56		kobj_getsymvalue;
57		kobj_load_module;
58		kobj_load_primary_module;
59		kobj_lookup;
60		kobj_lookup_all;
61		kobj_module_path;
62		kobj_notify_add;
63		kobj_notify_remove;
64		kobj_open;
65		kobj_open_file;
66		kobj_path_exists;
67		kobj_open_path;
68		kobj_read;
69		kobj_read_file;
70		kobj_searchsym;
71		kobj_set_ctf;
72		kobj_stat_get;
73		kobj_sync;
74		kobj_sync_instruction_memory;
75		kobj_textwin_alloc;
76		kobj_textwin_free;
77		kobj_unload_module;
78		kobj_zalloc;
79		kobj_kdi;
80		kobj_linkmaps;
81		boot_cpu_compatible_list;
82	local:
83		*;
84};
85