1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# 22# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25 26# 27# MAPFILE HEADER START 28# 29# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30# Object versioning must comply with the rules detailed in 31# 32# usr/src/lib/README.mapfiles 33# 34# You should not be making modifications here until you've read the most current 35# copy of that file. If you need help, contact a gatekeeper for guidance. 36# 37# MAPFILE HEADER END 38# 39 40# There really should be only one SUNWprivate version. 41# Don't add any more. Add new private symbols to SUNWprivate_1.2 42 43SUNWprivate_1.2 { 44 global: 45 ctf_add_array; 46 ctf_add_const; 47 ctf_add_enum; 48 ctf_add_enumerator; 49 ctf_add_float; 50 ctf_add_forward; 51 ctf_add_function; 52 ctf_add_integer; 53 ctf_add_member; 54 ctf_add_pointer; 55 ctf_add_restrict; 56 ctf_add_struct; 57 ctf_add_type; 58 ctf_add_typedef; 59 ctf_add_union; 60 ctf_add_volatile; 61 ctf_create; 62 ctf_discard; 63 ctf_enum_value; 64 ctf_label_info; 65 ctf_label_iter; 66 ctf_label_topmost; 67 ctf_member_info; 68 ctf_parent_file; 69 ctf_parent_name; 70 ctf_set_array; 71 ctf_type_align; 72 ctf_type_cmp; 73 ctf_type_compat; 74 ctf_type_pointer; 75 ctf_update; 76 ctf_write; 77} SUNWprivate_1.1; 78 79SUNWprivate_1.1 { 80 global: 81 ctf_array_info; 82 ctf_bufopen; 83 ctf_close; 84 ctf_enum_iter; 85 ctf_enum_name; 86 ctf_errmsg; 87 ctf_errno; 88 ctf_fdopen; 89 ctf_func_args; 90 ctf_func_info; 91 ctf_getmodel; 92 ctf_getspecific; 93 ctf_import; 94 ctf_lookup_by_name; 95 ctf_lookup_by_symbol; 96 ctf_member_iter; 97 ctf_open; 98 ctf_setmodel; 99 ctf_setspecific; 100 ctf_type_encoding; 101 ctf_type_iter; 102 ctf_type_kind; 103 ctf_type_lname; 104 ctf_type_name; 105 ctf_type_reference; 106 ctf_type_resolve; 107 ctf_type_size; 108 ctf_type_visit; 109 ctf_version; 110 _libctf_debug; 111 local: 112 *; 113}; 114