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# Copyright 2020 OmniOS Community Edition (OmniOSce) Association. 28# 29 30# 31# MAPFILE HEADER START 32# 33# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 34# Object versioning must comply with the rules detailed in 35# 36# usr/src/lib/README.mapfiles 37# 38# You should not be making modifications here until you've read the most current 39# copy of that file. If you need help, contact a gatekeeper for guidance. 40# 41# MAPFILE HEADER END 42# 43 44$mapfile_version 2 45 46# There really should be only one SUNWprivate version. 47# Don't add any more. Add new private symbols to SUNWprivate_1.2 48 49SYMBOL_VERSION SUNWprivate_1.2 { 50 global: 51 ctf_add_array; 52 ctf_add_const; 53 ctf_add_enum; 54 ctf_add_enumerator; 55 ctf_add_float; 56 ctf_add_forward; 57 ctf_add_funcptr; 58 ctf_add_function; 59 ctf_add_integer; 60 ctf_add_label; 61 ctf_add_member; 62 ctf_add_object; 63 ctf_add_pointer; 64 ctf_add_restrict; 65 ctf_add_struct; 66 ctf_add_type; 67 ctf_add_typedef; 68 ctf_add_union; 69 ctf_add_volatile; 70 ctf_convert_fini; 71 ctf_convert_init; 72 ctf_convert_set_batchsize; 73 ctf_convert_set_flags; 74 ctf_convert_set_label; 75 ctf_convert_set_nthreads; 76 ctf_convert_set_warncb; 77 ctf_create; 78 ctf_dataptr; 79 ctf_delete_type; 80 ctf_diff_fini; 81 ctf_diff_functions; 82 ctf_diff_getflags; 83 ctf_diff_init; 84 ctf_diff_objects; 85 ctf_diff_setflags; 86 ctf_diff_types; 87 ctf_discard; 88 ctf_dup; 89 ctf_elffdwrite; 90 ctf_elfwrite; 91 ctf_enum_value; 92 ctf_fdconvert; 93 ctf_flags; 94 ctf_func_args_by_id; 95 ctf_func_info_by_id; 96 ctf_function_iter; 97 ctf_has_c_source; 98 ctf_kind_name; 99 ctf_label_info; 100 ctf_label_iter; 101 ctf_label_topmost; 102 ctf_max_id; 103 ctf_member_info; 104 ctf_merge_add; 105 ctf_merge_dedup; 106 ctf_merge_fini; 107 ctf_merge_init; 108 ctf_merge_label; 109 ctf_merge_merge; 110 ctf_merge_set_nthreads; 111 ctf_merge_uniquify; 112 ctf_nr_syms; 113 ctf_object_iter; 114 ctf_parent_file; 115 ctf_parent_label; 116 ctf_parent_name; 117 ctf_set_array; 118 ctf_set_root; 119 ctf_set_size; 120 ctf_string_iter; 121 ctf_symbol_name; 122 ctf_type_align; 123 ctf_type_cmp; 124 ctf_type_cname; 125 ctf_type_compat; 126 ctf_type_pointer; 127 ctf_update; 128 ctf_write; 129} SUNWprivate_1.1; 130 131SYMBOL_VERSION SUNWprivate_1.1 { 132 global: 133 ctf_array_info; 134 ctf_bufopen; 135 ctf_close; 136 ctf_enum_iter; 137 ctf_enum_name; 138 ctf_errmsg; 139 ctf_errno; 140 ctf_fdopen; 141 ctf_func_args; 142 ctf_func_info; 143 ctf_getmodel; 144 ctf_getspecific; 145 ctf_import; 146 ctf_lookup_by_name; 147 ctf_lookup_by_symbol; 148 ctf_member_iter; 149 ctf_open; 150 ctf_setmodel; 151 ctf_setspecific; 152 ctf_type_encoding; 153 ctf_type_iter; 154 ctf_type_kind; 155 ctf_type_lname; 156 ctf_type_name; 157 ctf_type_qname; 158 ctf_type_reference; 159 ctf_type_resolve; 160 ctf_type_size; 161 ctf_type_visit; 162 ctf_version; 163 _libctf_debug; 164 local: 165 *; 166}; 167