1# 2# Copyright 2005 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, Version 1.0 only 9# (the "License"). You may not use this file except in compliance 10# with the License. 11# 12# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 13# or http://www.opensolaris.org/os/licensing. 14# See the License for the specific language governing permissions 15# and limitations under the License. 16# 17# When distributing Covered Code, include this CDDL HEADER in each 18# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 19# If applicable, add the following below this CDDL HEADER, with the 20# fields enclosed by brackets "[]" replaced with your own identifying 21# information: Portions Copyright [yyyy] [name of copyright owner] 22# 23# CDDL HEADER END 24# 25#pragma ident "%Z%%M% %I% %E% SMI" 26# 27 28{ 29 global: 30 kobj_addrcheck; 31 kobj_alloc; 32 kobj_boot_mod_lookup; 33 kobj_close; 34 kobj_close_file; 35 kobj_export_module; 36 kobj_filbuf; 37 kobj_free; 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