xref: /illumos-gate/usr/src/uts/sparc/krtld/mapfile (revision 5c3113005025c7746cee7871e37f22045f093f96)
17c478bd9Sstevel@tonic-gate#
27c478bd9Sstevel@tonic-gate# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
37c478bd9Sstevel@tonic-gate# Use is subject to license terms.
47c478bd9Sstevel@tonic-gate#
57c478bd9Sstevel@tonic-gate# CDDL HEADER START
67c478bd9Sstevel@tonic-gate#
77c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
87c478bd9Sstevel@tonic-gate# Common Development and Distribution License, Version 1.0 only
97c478bd9Sstevel@tonic-gate# (the "License").  You may not use this file except in compliance
107c478bd9Sstevel@tonic-gate# with the License.
117c478bd9Sstevel@tonic-gate#
127c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
137c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
147c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
157c478bd9Sstevel@tonic-gate# and limitations under the License.
167c478bd9Sstevel@tonic-gate#
177c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
187c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
197c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
207c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
217c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
227c478bd9Sstevel@tonic-gate#
237c478bd9Sstevel@tonic-gate# CDDL HEADER END
247c478bd9Sstevel@tonic-gate#
257c478bd9Sstevel@tonic-gate#pragma ident	"%Z%%M%	%I%	%E% SMI"
267c478bd9Sstevel@tonic-gate#
277c478bd9Sstevel@tonic-gate
287c478bd9Sstevel@tonic-gate{
297c478bd9Sstevel@tonic-gate	global:
307c478bd9Sstevel@tonic-gate		kobj_addrcheck;
317c478bd9Sstevel@tonic-gate		kobj_alloc;
327c478bd9Sstevel@tonic-gate		kobj_boot_mod_lookup;
337c478bd9Sstevel@tonic-gate		kobj_close;
347c478bd9Sstevel@tonic-gate		kobj_close_file;
357c478bd9Sstevel@tonic-gate		kobj_export_module;
367c478bd9Sstevel@tonic-gate		kobj_filbuf;
377c478bd9Sstevel@tonic-gate		kobj_free;
387c478bd9Sstevel@tonic-gate		kobj_getelfsym;
397c478bd9Sstevel@tonic-gate		kobj_getmodinfo;
407c478bd9Sstevel@tonic-gate		kobj_getpagesize;
417c478bd9Sstevel@tonic-gate		kobj_getsymname;
427c478bd9Sstevel@tonic-gate		kobj_getsymvalue;
437c478bd9Sstevel@tonic-gate		kobj_load_module;
447c478bd9Sstevel@tonic-gate		kobj_load_primary_module;
457c478bd9Sstevel@tonic-gate		kobj_lookup;
467c478bd9Sstevel@tonic-gate		kobj_lookup_all;
477c478bd9Sstevel@tonic-gate		kobj_notify_add;
487c478bd9Sstevel@tonic-gate		kobj_notify_remove;
497c478bd9Sstevel@tonic-gate		kobj_open;
507c478bd9Sstevel@tonic-gate		kobj_open_file;
51*5c311300Scth		kobj_path_exists;
527c478bd9Sstevel@tonic-gate		kobj_open_path;
537c478bd9Sstevel@tonic-gate		kobj_read;
547c478bd9Sstevel@tonic-gate		kobj_read_file;
557c478bd9Sstevel@tonic-gate		kobj_searchsym;
567c478bd9Sstevel@tonic-gate		kobj_set_ctf;
577c478bd9Sstevel@tonic-gate		kobj_stat_get;
587c478bd9Sstevel@tonic-gate		kobj_sync;
597c478bd9Sstevel@tonic-gate		kobj_sync_instruction_memory;
607c478bd9Sstevel@tonic-gate		kobj_textwin_alloc;
617c478bd9Sstevel@tonic-gate		kobj_textwin_free;
627c478bd9Sstevel@tonic-gate		kobj_unload_module;
637c478bd9Sstevel@tonic-gate		kobj_zalloc;
647c478bd9Sstevel@tonic-gate		kobj_kdi;
657c478bd9Sstevel@tonic-gate		kobj_linkmaps;
667c478bd9Sstevel@tonic-gate		__tnf_tag_list_head;
677c478bd9Sstevel@tonic-gate		__tnf_probe_list_head;
687c478bd9Sstevel@tonic-gate		tnf_changed_probe_list;
697c478bd9Sstevel@tonic-gate		boot_cpu_compatible_list;
707c478bd9Sstevel@tonic-gate	local:
717c478bd9Sstevel@tonic-gate		*;
727c478bd9Sstevel@tonic-gate};
73