xref: /titanic_41/usr/src/cmd/mdb/common/libstandctf/mapfile (revision 7c2fbfb345896881c631598ee3852ce9ce33fb07)
1#
2# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
4#
5# CDDL HEADER START
6#
7# The contents of this file are subject to the terms of the
8# Common Development and Distribution License, Version 1.0 only
9# (the "License").  You may not use this file except in compliance
10# with the License.
11#
12# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13# or http://www.opensolaris.org/os/licensing.
14# See the License for the specific language governing permissions
15# and limitations under the License.
16#
17# When distributing Covered Code, include this CDDL HEADER in each
18# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19# If applicable, add the following below this CDDL HEADER, with the
20# fields enclosed by brackets "[]" replaced with your own identifying
21# information: Portions Copyright [yyyy] [name of copyright owner]
22#
23# CDDL HEADER END
24#
25# ident	"%Z%%M%	%I%	%E% SMI"
26
27{
28	global:
29		ctf_add_array;
30		ctf_add_member;
31		ctf_add_pointer;
32		ctf_add_struct;
33		ctf_add_typedef;
34		ctf_add_union;
35		ctf_array_info;
36		ctf_bufopen;
37		ctf_close;
38		ctf_create;
39		ctf_discard;
40		ctf_enum_iter;
41		ctf_enum_name;
42		ctf_enum_value;
43		ctf_errmsg;
44		ctf_errno;
45		ctf_fdopen;
46		ctf_func_args;
47		ctf_func_info;
48		ctf_getmodel;
49		ctf_getspecific;
50		ctf_import;
51		ctf_label_info;
52		ctf_label_iter;
53		ctf_label_topmost;
54		ctf_lookup_by_name;
55		ctf_lookup_by_symbol;
56		ctf_member_info;
57		ctf_member_iter;
58		ctf_open;
59		ctf_parent_name;
60		ctf_setmodel;
61		ctf_setspecific;
62		ctf_type_align;
63		ctf_type_cmp;
64		ctf_type_encoding;
65		ctf_type_iter;
66		ctf_type_lname;
67		ctf_type_kind;
68		ctf_type_name;
69		ctf_type_pointer;
70		ctf_type_reference;
71		ctf_type_resolve;
72		ctf_type_size;
73		ctf_type_visit;
74		ctf_update;
75		ctf_version;
76	local:
77		*;
78};
79