12522Sraf# 22522Sraf# CDDL HEADER START 32522Sraf# 42522Sraf# The contents of this file are subject to the terms of the 52522Sraf# Common Development and Distribution License (the "License"). 62522Sraf# You may not use this file except in compliance with the License. 72522Sraf# 82522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 92522Sraf# or http://www.opensolaris.org/os/licensing. 102522Sraf# See the License for the specific language governing permissions 112522Sraf# and limitations under the License. 122522Sraf# 132522Sraf# When distributing Covered Code, include this CDDL HEADER in each 142522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 152522Sraf# If applicable, add the following below this CDDL HEADER, with the 162522Sraf# fields enclosed by brackets "[]" replaced with your own identifying 172522Sraf# information: Portions Copyright [yyyy] [name of copyright owner] 182522Sraf# 192522Sraf# CDDL HEADER END 202522Sraf# 212522Sraf# 22*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. 232522Sraf# 248744SAli.Bahrami@Sun.COM 258744SAli.Bahrami@Sun.COM# 268744SAli.Bahrami@Sun.COM# MAPFILE HEADER START 278744SAli.Bahrami@Sun.COM# 288744SAli.Bahrami@Sun.COM# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 298744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in 308744SAli.Bahrami@Sun.COM# 318744SAli.Bahrami@Sun.COM# usr/src/lib/README.mapfiles 328744SAli.Bahrami@Sun.COM# 338744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current 348744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance. 358744SAli.Bahrami@Sun.COM# 368744SAli.Bahrami@Sun.COM# MAPFILE HEADER END 372522Sraf# 382522Sraf 39*12692SAli.Bahrami@Oracle.COM$mapfile_version 2 40*12692SAli.Bahrami@Oracle.COM 412522Sraf# There really should be only one SUNWprivate version. 422522Sraf# Don't add any more. Add new private symbols to SUNWprivate_1.2 432522Sraf 44*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.2 { 452522Sraf global: 462522Sraf ctf_add_array; 472522Sraf ctf_add_const; 482522Sraf ctf_add_enum; 492522Sraf ctf_add_enumerator; 502522Sraf ctf_add_float; 512522Sraf ctf_add_forward; 522522Sraf ctf_add_function; 532522Sraf ctf_add_integer; 542522Sraf ctf_add_member; 552522Sraf ctf_add_pointer; 562522Sraf ctf_add_restrict; 572522Sraf ctf_add_struct; 582522Sraf ctf_add_type; 592522Sraf ctf_add_typedef; 602522Sraf ctf_add_union; 612522Sraf ctf_add_volatile; 622522Sraf ctf_create; 632522Sraf ctf_discard; 642522Sraf ctf_enum_value; 652522Sraf ctf_label_info; 662522Sraf ctf_label_iter; 672522Sraf ctf_label_topmost; 682522Sraf ctf_member_info; 692522Sraf ctf_parent_file; 702522Sraf ctf_parent_name; 712522Sraf ctf_set_array; 722522Sraf ctf_type_align; 732522Sraf ctf_type_cmp; 742522Sraf ctf_type_compat; 752522Sraf ctf_type_pointer; 762522Sraf ctf_update; 772522Sraf ctf_write; 782522Sraf} SUNWprivate_1.1; 792522Sraf 80*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 { 812522Sraf global: 822522Sraf ctf_array_info; 832522Sraf ctf_bufopen; 842522Sraf ctf_close; 852522Sraf ctf_enum_iter; 862522Sraf ctf_enum_name; 872522Sraf ctf_errmsg; 882522Sraf ctf_errno; 892522Sraf ctf_fdopen; 902522Sraf ctf_func_args; 912522Sraf ctf_func_info; 922522Sraf ctf_getmodel; 932522Sraf ctf_getspecific; 942522Sraf ctf_import; 952522Sraf ctf_lookup_by_name; 962522Sraf ctf_lookup_by_symbol; 972522Sraf ctf_member_iter; 982522Sraf ctf_open; 992522Sraf ctf_setmodel; 1002522Sraf ctf_setspecific; 1012522Sraf ctf_type_encoding; 1022522Sraf ctf_type_iter; 1032522Sraf ctf_type_kind; 1042522Sraf ctf_type_lname; 1052522Sraf ctf_type_name; 1062522Sraf ctf_type_reference; 1072522Sraf ctf_type_resolve; 1082522Sraf ctf_type_size; 1092522Sraf ctf_type_visit; 1102522Sraf ctf_version; 1112522Sraf _libctf_debug; 1122522Sraf local: 1132522Sraf *; 1142522Sraf}; 115