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