mapfile-vers revision f808c858fa61e7769218966759510a8b1190dfcf
f808c858fa61e7769218966759510a8b1190dfcfraf#
f808c858fa61e7769218966759510a8b1190dfcfraf# CDDL HEADER START
f808c858fa61e7769218966759510a8b1190dfcfraf#
f808c858fa61e7769218966759510a8b1190dfcfraf# The contents of this file are subject to the terms of the
f808c858fa61e7769218966759510a8b1190dfcfraf# Common Development and Distribution License (the "License").
f808c858fa61e7769218966759510a8b1190dfcfraf# You may not use this file except in compliance with the License.
f808c858fa61e7769218966759510a8b1190dfcfraf#
f808c858fa61e7769218966759510a8b1190dfcfraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f808c858fa61e7769218966759510a8b1190dfcfraf# or http://www.opensolaris.org/os/licensing.
f808c858fa61e7769218966759510a8b1190dfcfraf# See the License for the specific language governing permissions
f808c858fa61e7769218966759510a8b1190dfcfraf# and limitations under the License.
f808c858fa61e7769218966759510a8b1190dfcfraf#
f808c858fa61e7769218966759510a8b1190dfcfraf# When distributing Covered Code, include this CDDL HEADER in each
f808c858fa61e7769218966759510a8b1190dfcfraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f808c858fa61e7769218966759510a8b1190dfcfraf# If applicable, add the following below this CDDL HEADER, with the
f808c858fa61e7769218966759510a8b1190dfcfraf# fields enclosed by brackets "[]" replaced with your own identifying
f808c858fa61e7769218966759510a8b1190dfcfraf# information: Portions Copyright [yyyy] [name of copyright owner]
f808c858fa61e7769218966759510a8b1190dfcfraf#
f808c858fa61e7769218966759510a8b1190dfcfraf# CDDL HEADER END
f808c858fa61e7769218966759510a8b1190dfcfraf#
f808c858fa61e7769218966759510a8b1190dfcfraf#
f808c858fa61e7769218966759510a8b1190dfcfraf# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
f808c858fa61e7769218966759510a8b1190dfcfraf# Use is subject to license terms.
f808c858fa61e7769218966759510a8b1190dfcfraf#
f808c858fa61e7769218966759510a8b1190dfcfraf# ident "%Z%%M% %I% %E% SMI"
f808c858fa61e7769218966759510a8b1190dfcfraf#
f808c858fa61e7769218966759510a8b1190dfcfraf
f808c858fa61e7769218966759510a8b1190dfcfraf# There really should be only one SUNWprivate version.
f808c858fa61e7769218966759510a8b1190dfcfraf# Don't add any more. Add new private symbols to SUNWprivate_1.2
f808c858fa61e7769218966759510a8b1190dfcfraf
f808c858fa61e7769218966759510a8b1190dfcfrafSUNWprivate_1.2 {
f808c858fa61e7769218966759510a8b1190dfcfraf global:
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_add_array;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_add_const;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_add_enum;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_add_enumerator;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_add_float;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_add_forward;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_add_function;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_add_integer;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_add_member;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_add_pointer;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_add_restrict;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_add_struct;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_add_type;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_add_typedef;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_add_union;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_add_volatile;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_create;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_discard;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_enum_value;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_label_info;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_label_iter;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_label_topmost;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_member_info;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_parent_file;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_parent_name;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_set_array;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_type_align;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_type_cmp;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_type_compat;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_type_pointer;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_update;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_write;
f808c858fa61e7769218966759510a8b1190dfcfraf} SUNWprivate_1.1;
f808c858fa61e7769218966759510a8b1190dfcfraf
f808c858fa61e7769218966759510a8b1190dfcfrafSUNWprivate_1.1 {
f808c858fa61e7769218966759510a8b1190dfcfraf global:
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_array_info;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_bufopen;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_close;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_enum_iter;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_enum_name;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_errmsg;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_errno;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_fdopen;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_func_args;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_func_info;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_getmodel;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_getspecific;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_import;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_lookup_by_name;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_lookup_by_symbol;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_member_iter;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_open;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_setmodel;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_setspecific;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_type_encoding;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_type_iter;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_type_kind;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_type_lname;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_type_name;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_type_reference;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_type_resolve;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_type_size;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_type_visit;
f808c858fa61e7769218966759510a8b1190dfcfraf ctf_version;
f808c858fa61e7769218966759510a8b1190dfcfraf _libctf_debug;
f808c858fa61e7769218966759510a8b1190dfcfraf local:
f808c858fa61e7769218966759510a8b1190dfcfraf *;
f808c858fa61e7769218966759510a8b1190dfcfraf};