10Sstevel@tonic-gate# 2*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. 30Sstevel@tonic-gate# 40Sstevel@tonic-gate# CDDL HEADER START 50Sstevel@tonic-gate# 60Sstevel@tonic-gate# The contents of this file are subject to the terms of the 78744SAli.Bahrami@Sun.COM# Common Development and Distribution License (the "License"). 88744SAli.Bahrami@Sun.COM# You may not use this file except in compliance with the License. 90Sstevel@tonic-gate# 100Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 110Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 120Sstevel@tonic-gate# See the License for the specific language governing permissions 130Sstevel@tonic-gate# and limitations under the License. 140Sstevel@tonic-gate# 150Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 160Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 170Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 180Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 190Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 200Sstevel@tonic-gate# 210Sstevel@tonic-gate# CDDL HEADER END 220Sstevel@tonic-gate# 238744SAli.Bahrami@Sun.COM 248744SAli.Bahrami@Sun.COM# 258744SAli.Bahrami@Sun.COM# MAPFILE HEADER START 268744SAli.Bahrami@Sun.COM# 278744SAli.Bahrami@Sun.COM# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 288744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in 298744SAli.Bahrami@Sun.COM# 308744SAli.Bahrami@Sun.COM# usr/src/lib/README.mapfiles 318744SAli.Bahrami@Sun.COM# 328744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current 338744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance. 348744SAli.Bahrami@Sun.COM# 358744SAli.Bahrami@Sun.COM# MAPFILE HEADER END 368744SAli.Bahrami@Sun.COM# 370Sstevel@tonic-gate 38*12692SAli.Bahrami@Oracle.COM$mapfile_version 2 39*12692SAli.Bahrami@Oracle.COM 40*12692SAli.Bahrami@Oracle.COMSYMBOL_SCOPE { 410Sstevel@tonic-gate global: 420Sstevel@tonic-gate ctf_add_array; 430Sstevel@tonic-gate ctf_add_member; 440Sstevel@tonic-gate ctf_add_pointer; 450Sstevel@tonic-gate ctf_add_struct; 460Sstevel@tonic-gate ctf_add_typedef; 470Sstevel@tonic-gate ctf_add_union; 480Sstevel@tonic-gate ctf_array_info; 490Sstevel@tonic-gate ctf_bufopen; 500Sstevel@tonic-gate ctf_close; 510Sstevel@tonic-gate ctf_create; 520Sstevel@tonic-gate ctf_discard; 530Sstevel@tonic-gate ctf_enum_iter; 540Sstevel@tonic-gate ctf_enum_name; 550Sstevel@tonic-gate ctf_enum_value; 560Sstevel@tonic-gate ctf_errmsg; 570Sstevel@tonic-gate ctf_errno; 580Sstevel@tonic-gate ctf_fdopen; 590Sstevel@tonic-gate ctf_func_args; 600Sstevel@tonic-gate ctf_func_info; 610Sstevel@tonic-gate ctf_getmodel; 620Sstevel@tonic-gate ctf_getspecific; 630Sstevel@tonic-gate ctf_import; 640Sstevel@tonic-gate ctf_label_info; 650Sstevel@tonic-gate ctf_label_iter; 660Sstevel@tonic-gate ctf_label_topmost; 670Sstevel@tonic-gate ctf_lookup_by_name; 680Sstevel@tonic-gate ctf_lookup_by_symbol; 690Sstevel@tonic-gate ctf_member_info; 700Sstevel@tonic-gate ctf_member_iter; 710Sstevel@tonic-gate ctf_open; 720Sstevel@tonic-gate ctf_parent_name; 730Sstevel@tonic-gate ctf_setmodel; 740Sstevel@tonic-gate ctf_setspecific; 750Sstevel@tonic-gate ctf_type_align; 760Sstevel@tonic-gate ctf_type_cmp; 770Sstevel@tonic-gate ctf_type_encoding; 780Sstevel@tonic-gate ctf_type_iter; 790Sstevel@tonic-gate ctf_type_lname; 800Sstevel@tonic-gate ctf_type_kind; 810Sstevel@tonic-gate ctf_type_name; 820Sstevel@tonic-gate ctf_type_pointer; 830Sstevel@tonic-gate ctf_type_reference; 840Sstevel@tonic-gate ctf_type_resolve; 850Sstevel@tonic-gate ctf_type_size; 860Sstevel@tonic-gate ctf_type_visit; 870Sstevel@tonic-gate ctf_update; 880Sstevel@tonic-gate ctf_version; 890Sstevel@tonic-gate local: 900Sstevel@tonic-gate *; 910Sstevel@tonic-gate}; 92