1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# 22# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. 23# 24 25# 26# Copyright 2019 Joyent, Inc. 27# 28 29# 30# MAPFILE HEADER START 31# 32# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 33# Object versioning must comply with the rules detailed in 34# 35# usr/src/lib/README.mapfiles 36# 37# You should not be making modifications here until you've read the most current 38# copy of that file. If you need help, contact a gatekeeper for guidance. 39# 40# MAPFILE HEADER END 41# 42 43$mapfile_version 2 44 45# There really should be only one SUNWprivate version. 46# Don't add any more. Add new private symbols to SUNWprivate_1.2 47 48SYMBOL_VERSION SUNWprivate_1.2 { 49 global: 50 ctf_add_array; 51 ctf_add_const; 52 ctf_add_enum; 53 ctf_add_enumerator; 54 ctf_add_float; 55 ctf_add_forward; 56 ctf_add_funcptr; 57 ctf_add_function; 58 ctf_add_integer; 59 ctf_add_label; 60 ctf_add_member; 61 ctf_add_object; 62 ctf_add_pointer; 63 ctf_add_restrict; 64 ctf_add_struct; 65 ctf_add_type; 66 ctf_add_typedef; 67 ctf_add_union; 68 ctf_add_volatile; 69 ctf_create; 70 ctf_dataptr; 71 ctf_delete_type; 72 ctf_diff_fini; 73 ctf_diff_functions; 74 ctf_diff_getflags; 75 ctf_diff_init; 76 ctf_diff_objects; 77 ctf_diff_setflags; 78 ctf_diff_types; 79 ctf_discard; 80 ctf_dup; 81 ctf_elffdwrite; 82 ctf_elfwrite; 83 ctf_enum_value; 84 ctf_fdconvert; 85 ctf_flags; 86 ctf_func_args_by_id; 87 ctf_func_info_by_id; 88 ctf_function_iter; 89 ctf_has_c_source; 90 ctf_kind_name; 91 ctf_label_info; 92 ctf_label_iter; 93 ctf_label_topmost; 94 ctf_max_id; 95 ctf_member_info; 96 ctf_merge_add; 97 ctf_merge_dedup; 98 ctf_merge_fini; 99 ctf_merge_init; 100 ctf_merge_label; 101 ctf_merge_merge; 102 ctf_merge_set_nthreads; 103 ctf_merge_uniquify; 104 ctf_nr_syms; 105 ctf_object_iter; 106 ctf_parent_file; 107 ctf_parent_label; 108 ctf_parent_name; 109 ctf_set_array; 110 ctf_set_root; 111 ctf_set_size; 112 ctf_string_iter; 113 ctf_symbol_name; 114 ctf_type_align; 115 ctf_type_cmp; 116 ctf_type_cname; 117 ctf_type_compat; 118 ctf_type_pointer; 119 ctf_update; 120 ctf_write; 121} SUNWprivate_1.1; 122 123SYMBOL_VERSION SUNWprivate_1.1 { 124 global: 125 ctf_array_info; 126 ctf_bufopen; 127 ctf_close; 128 ctf_enum_iter; 129 ctf_enum_name; 130 ctf_errmsg; 131 ctf_errno; 132 ctf_fdopen; 133 ctf_func_args; 134 ctf_func_info; 135 ctf_getmodel; 136 ctf_getspecific; 137 ctf_import; 138 ctf_lookup_by_name; 139 ctf_lookup_by_symbol; 140 ctf_member_iter; 141 ctf_open; 142 ctf_setmodel; 143 ctf_setspecific; 144 ctf_type_encoding; 145 ctf_type_iter; 146 ctf_type_kind; 147 ctf_type_lname; 148 ctf_type_name; 149 ctf_type_qname; 150 ctf_type_reference; 151 ctf_type_resolve; 152 ctf_type_size; 153 ctf_type_visit; 154 ctf_version; 155 _libctf_debug; 156 local: 157 *; 158}; 159