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 2018 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_kind_name;
90	ctf_label_info;
91	ctf_label_iter;
92	ctf_label_topmost;
93	ctf_max_id;
94	ctf_member_info;
95	ctf_merge_add;
96	ctf_merge_dedup;
97	ctf_merge_fini;
98	ctf_merge_init;
99	ctf_merge_label;
100	ctf_merge_merge;
101	ctf_merge_set_nthreads;
102	ctf_merge_uniquify;
103	ctf_nr_syms;
104	ctf_object_iter;
105	ctf_parent_file;
106	ctf_parent_label;
107	ctf_parent_name;
108	ctf_set_array;
109	ctf_set_root;
110	ctf_set_size;
111	ctf_string_iter;
112	ctf_symbol_name;
113	ctf_type_align;
114	ctf_type_cmp;
115	ctf_type_cname;
116	ctf_type_compat;
117	ctf_type_pointer;
118	ctf_update;
119	ctf_write;
120} SUNWprivate_1.1;
121
122SYMBOL_VERSION SUNWprivate_1.1 {
123    global:
124	ctf_array_info;
125	ctf_bufopen;
126	ctf_close;
127	ctf_enum_iter;
128	ctf_enum_name;
129	ctf_errmsg;
130	ctf_errno;
131	ctf_fdopen;
132	ctf_func_args;
133	ctf_func_info;
134	ctf_getmodel;
135	ctf_getspecific;
136	ctf_import;
137	ctf_lookup_by_name;
138	ctf_lookup_by_symbol;
139	ctf_member_iter;
140	ctf_open;
141	ctf_setmodel;
142	ctf_setspecific;
143	ctf_type_encoding;
144	ctf_type_iter;
145	ctf_type_kind;
146	ctf_type_lname;
147	ctf_type_name;
148	ctf_type_qname;
149	ctf_type_reference;
150	ctf_type_resolve;
151	ctf_type_size;
152	ctf_type_visit;
153	ctf_version;
154	_libctf_debug;
155    local:
156	*;
157};
158