xref: /onnv-gate/usr/src/uts/sparc/krtld/mapfile (revision 12692:4341b447c069)
10Sstevel@tonic-gate#
2*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
30Sstevel@tonic-gate#
40Sstevel@tonic-gate# CDDL HEADER START
50Sstevel@tonic-gate#
60Sstevel@tonic-gate# The contents of this file are subject to the terms of the
71544Seschrock# Common Development and Distribution License (the "License").
81544Seschrock# You may not use this file except in compliance with the License.
90Sstevel@tonic-gate#
100Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
110Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
120Sstevel@tonic-gate# See the License for the specific language governing permissions
130Sstevel@tonic-gate# and limitations under the License.
140Sstevel@tonic-gate#
150Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
160Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
170Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
180Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
190Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
200Sstevel@tonic-gate#
210Sstevel@tonic-gate# CDDL HEADER END
220Sstevel@tonic-gate#
238744SAli.Bahrami@Sun.COM
248744SAli.Bahrami@Sun.COM#
258744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
268744SAli.Bahrami@Sun.COM#
278744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
288744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
298744SAli.Bahrami@Sun.COM#
308744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
318744SAli.Bahrami@Sun.COM#
328744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
338744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
348744SAli.Bahrami@Sun.COM#
358744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
360Sstevel@tonic-gate#
370Sstevel@tonic-gate
38*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
39*12692SAli.Bahrami@Oracle.COM
40*12692SAli.Bahrami@Oracle.COMSYMBOL_SCOPE {
410Sstevel@tonic-gate	global:
420Sstevel@tonic-gate		kobj_addrcheck;
430Sstevel@tonic-gate		kobj_alloc;
440Sstevel@tonic-gate		kobj_boot_mod_lookup;
450Sstevel@tonic-gate		kobj_close;
460Sstevel@tonic-gate		kobj_close_file;
470Sstevel@tonic-gate		kobj_export_module;
480Sstevel@tonic-gate		kobj_filbuf;
490Sstevel@tonic-gate		kobj_free;
501544Seschrock		kobj_fstat;
513912Slling		kobj_get_filesize;
520Sstevel@tonic-gate		kobj_getelfsym;
530Sstevel@tonic-gate		kobj_getmodinfo;
540Sstevel@tonic-gate		kobj_getpagesize;
550Sstevel@tonic-gate		kobj_getsymname;
560Sstevel@tonic-gate		kobj_getsymvalue;
570Sstevel@tonic-gate		kobj_load_module;
580Sstevel@tonic-gate		kobj_load_primary_module;
590Sstevel@tonic-gate		kobj_lookup;
600Sstevel@tonic-gate		kobj_lookup_all;
613446Smrj		kobj_module_path;
620Sstevel@tonic-gate		kobj_notify_add;
630Sstevel@tonic-gate		kobj_notify_remove;
640Sstevel@tonic-gate		kobj_open;
650Sstevel@tonic-gate		kobj_open_file;
66309Scth		kobj_path_exists;
670Sstevel@tonic-gate		kobj_open_path;
680Sstevel@tonic-gate		kobj_read;
690Sstevel@tonic-gate		kobj_read_file;
700Sstevel@tonic-gate		kobj_searchsym;
710Sstevel@tonic-gate		kobj_set_ctf;
720Sstevel@tonic-gate		kobj_stat_get;
730Sstevel@tonic-gate		kobj_sync;
740Sstevel@tonic-gate		kobj_sync_instruction_memory;
750Sstevel@tonic-gate		kobj_textwin_alloc;
760Sstevel@tonic-gate		kobj_textwin_free;
770Sstevel@tonic-gate		kobj_unload_module;
780Sstevel@tonic-gate		kobj_zalloc;
790Sstevel@tonic-gate		kobj_kdi;
800Sstevel@tonic-gate		kobj_linkmaps;
810Sstevel@tonic-gate		__tnf_tag_list_head;
820Sstevel@tonic-gate		__tnf_probe_list_head;
830Sstevel@tonic-gate		tnf_changed_probe_list;
840Sstevel@tonic-gate		boot_cpu_compatible_list;
850Sstevel@tonic-gate	local:
860Sstevel@tonic-gate		*;
870Sstevel@tonic-gate};
88