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 2006 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25# ident "%Z%%M% %I% %E% SMI" 26# 27 28# There really should be only one SUNWprivate version. 29# Don't add any more. Add new private symbols to SUNWprivate_1.2 30 31SUNWprivate_1.2 { 32 global: 33 ctf_add_array; 34 ctf_add_const; 35 ctf_add_enum; 36 ctf_add_enumerator; 37 ctf_add_float; 38 ctf_add_forward; 39 ctf_add_function; 40 ctf_add_integer; 41 ctf_add_member; 42 ctf_add_pointer; 43 ctf_add_restrict; 44 ctf_add_struct; 45 ctf_add_type; 46 ctf_add_typedef; 47 ctf_add_union; 48 ctf_add_volatile; 49 ctf_create; 50 ctf_discard; 51 ctf_enum_value; 52 ctf_label_info; 53 ctf_label_iter; 54 ctf_label_topmost; 55 ctf_member_info; 56 ctf_parent_file; 57 ctf_parent_name; 58 ctf_set_array; 59 ctf_type_align; 60 ctf_type_cmp; 61 ctf_type_compat; 62 ctf_type_pointer; 63 ctf_update; 64 ctf_write; 65} SUNWprivate_1.1; 66 67SUNWprivate_1.1 { 68 global: 69 ctf_array_info; 70 ctf_bufopen; 71 ctf_close; 72 ctf_enum_iter; 73 ctf_enum_name; 74 ctf_errmsg; 75 ctf_errno; 76 ctf_fdopen; 77 ctf_func_args; 78 ctf_func_info; 79 ctf_getmodel; 80 ctf_getspecific; 81 ctf_import; 82 ctf_lookup_by_name; 83 ctf_lookup_by_symbol; 84 ctf_member_iter; 85 ctf_open; 86 ctf_setmodel; 87 ctf_setspecific; 88 ctf_type_encoding; 89 ctf_type_iter; 90 ctf_type_kind; 91 ctf_type_lname; 92 ctf_type_name; 93 ctf_type_reference; 94 ctf_type_resolve; 95 ctf_type_size; 96 ctf_type_visit; 97 ctf_version; 98 _libctf_debug; 99 local: 100 *; 101}; 102