xref: /titanic_41/usr/src/uts/common/ctf/mapfile (revision 355b4669e025ff377602b6fc7caaf30dbc218371)
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_const;
31		ctf_add_enum;
32		ctf_add_enumerator;
33		ctf_add_float;
34		ctf_add_forward;
35		ctf_add_function;
36		ctf_add_integer;
37		ctf_add_member;
38		ctf_add_pointer;
39		ctf_add_restrict;
40		ctf_add_struct;
41		ctf_add_type;
42		ctf_add_typedef;
43		ctf_add_union;
44		ctf_add_volatile;
45		ctf_array_info;
46		ctf_bufopen;
47		ctf_close;
48		ctf_create;
49		ctf_discard;
50		ctf_enum_iter;
51		ctf_enum_name;
52		ctf_enum_value;
53		ctf_errmsg;
54		ctf_errno;
55		ctf_fdopen;
56		ctf_func_args;
57		ctf_func_info;
58		ctf_getmodel;
59		ctf_getspecific;
60		ctf_import;
61		ctf_label_info;
62		ctf_label_iter;
63		ctf_label_topmost;
64		ctf_lookup_by_name;
65		ctf_lookup_by_symbol;
66		ctf_member_info;
67		ctf_member_iter;
68		ctf_modopen;
69		ctf_open;
70		ctf_parent_file;
71		ctf_parent_name;
72		ctf_setmodel;
73		ctf_setspecific;
74		ctf_set_array;
75		ctf_type_align;
76		ctf_type_cmp;
77		ctf_type_compat;
78		ctf_type_encoding;
79		ctf_type_iter;
80		ctf_type_kind;
81		ctf_type_lname;
82		ctf_type_name;
83		ctf_type_pointer;
84		ctf_type_reference;
85		ctf_type_resolve;
86		ctf_type_size;
87		ctf_type_visit;
88		ctf_update;
89		ctf_version;
90		ctf_write;
91		_info;
92		_init;
93		_fini;
94	local:
95		*;
96};
97