1# 2# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. 3# 4# CDDL HEADER START 5# 6# The contents of this file are subject to the terms of the 7# Common Development and Distribution License (the "License"). 8# You may not use this file except in compliance with the License. 9# 10# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 11# or http://www.opensolaris.org/os/licensing. 12# See the License for the specific language governing permissions 13# and limitations under the License. 14# 15# When distributing Covered Code, include this CDDL HEADER in each 16# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 17# If applicable, add the following below this CDDL HEADER, with the 18# fields enclosed by brackets "[]" replaced with your own identifying 19# information: Portions Copyright [yyyy] [name of copyright owner] 20# 21# CDDL HEADER END 22# 23 24# 25# MAPFILE HEADER START 26# 27# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 28# Object versioning must comply with the rules detailed in 29# 30# usr/src/lib/README.mapfiles 31# 32# You should not be making modifications here until you've read the most current 33# copy of that file. If you need help, contact a gatekeeper for guidance. 34# 35# MAPFILE HEADER END 36# 37 38$mapfile_version 2 39 40SYMBOL_SCOPE { 41 global: 42 ctf_add_array; 43 ctf_add_member; 44 ctf_add_pointer; 45 ctf_add_struct; 46 ctf_add_typedef; 47 ctf_add_union; 48 ctf_array_info; 49 ctf_bufopen; 50 ctf_close; 51 ctf_create; 52 ctf_discard; 53 ctf_enum_iter; 54 ctf_enum_name; 55 ctf_enum_value; 56 ctf_errmsg; 57 ctf_errno; 58 ctf_fdopen; 59 ctf_func_args; 60 ctf_func_info; 61 ctf_getmodel; 62 ctf_getspecific; 63 ctf_import; 64 ctf_label_info; 65 ctf_label_iter; 66 ctf_label_topmost; 67 ctf_lookup_by_name; 68 ctf_lookup_by_symbol; 69 ctf_member_info; 70 ctf_member_iter; 71 ctf_open; 72 ctf_parent_name; 73 ctf_setmodel; 74 ctf_setspecific; 75 ctf_type_align; 76 ctf_type_cmp; 77 ctf_type_encoding; 78 ctf_type_iter; 79 ctf_type_lname; 80 ctf_type_kind; 81 ctf_type_name; 82 ctf_type_pointer; 83 ctf_type_reference; 84 ctf_type_resolve; 85 ctf_type_size; 86 ctf_type_visit; 87 ctf_update; 88 ctf_version; 89 local: 90 *; 91}; 92