xref: /onnv-gate/usr/src/uts/common/ctf/mapfile (revision 12692:4341b447c069)
10Sstevel@tonic-gate#
2*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
30Sstevel@tonic-gate#
40Sstevel@tonic-gate# CDDL HEADER START
50Sstevel@tonic-gate#
60Sstevel@tonic-gate# The contents of this file are subject to the terms of the
78744SAli.Bahrami@Sun.COM# Common Development and Distribution License (the "License").
88744SAli.Bahrami@Sun.COM# You may not use this file except in compliance with the License.
90Sstevel@tonic-gate#
100Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
110Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
120Sstevel@tonic-gate# See the License for the specific language governing permissions
130Sstevel@tonic-gate# and limitations under the License.
140Sstevel@tonic-gate#
150Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
160Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
170Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
180Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
190Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
200Sstevel@tonic-gate#
210Sstevel@tonic-gate# CDDL HEADER END
220Sstevel@tonic-gate#
238744SAli.Bahrami@Sun.COM
248744SAli.Bahrami@Sun.COM#
258744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
268744SAli.Bahrami@Sun.COM#
278744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
288744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
298744SAli.Bahrami@Sun.COM#
308744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
318744SAli.Bahrami@Sun.COM#
328744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
338744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
348744SAli.Bahrami@Sun.COM#
358744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
368744SAli.Bahrami@Sun.COM#
370Sstevel@tonic-gate
38*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
39*12692SAli.Bahrami@Oracle.COM
40*12692SAli.Bahrami@Oracle.COMSYMBOL_SCOPE {
410Sstevel@tonic-gate	global:
420Sstevel@tonic-gate		ctf_add_array;
430Sstevel@tonic-gate		ctf_add_const;
440Sstevel@tonic-gate		ctf_add_enum;
450Sstevel@tonic-gate		ctf_add_enumerator;
460Sstevel@tonic-gate		ctf_add_float;
470Sstevel@tonic-gate		ctf_add_forward;
480Sstevel@tonic-gate		ctf_add_function;
490Sstevel@tonic-gate		ctf_add_integer;
500Sstevel@tonic-gate		ctf_add_member;
510Sstevel@tonic-gate		ctf_add_pointer;
520Sstevel@tonic-gate		ctf_add_restrict;
530Sstevel@tonic-gate		ctf_add_struct;
540Sstevel@tonic-gate		ctf_add_type;
550Sstevel@tonic-gate		ctf_add_typedef;
560Sstevel@tonic-gate		ctf_add_union;
570Sstevel@tonic-gate		ctf_add_volatile;
580Sstevel@tonic-gate		ctf_array_info;
590Sstevel@tonic-gate		ctf_bufopen;
600Sstevel@tonic-gate		ctf_close;
610Sstevel@tonic-gate		ctf_create;
620Sstevel@tonic-gate		ctf_discard;
630Sstevel@tonic-gate		ctf_enum_iter;
640Sstevel@tonic-gate		ctf_enum_name;
650Sstevel@tonic-gate		ctf_enum_value;
660Sstevel@tonic-gate		ctf_errmsg;
670Sstevel@tonic-gate		ctf_errno;
680Sstevel@tonic-gate		ctf_fdopen;
690Sstevel@tonic-gate		ctf_func_args;
700Sstevel@tonic-gate		ctf_func_info;
710Sstevel@tonic-gate		ctf_getmodel;
720Sstevel@tonic-gate		ctf_getspecific;
730Sstevel@tonic-gate		ctf_import;
740Sstevel@tonic-gate		ctf_label_info;
750Sstevel@tonic-gate		ctf_label_iter;
760Sstevel@tonic-gate		ctf_label_topmost;
770Sstevel@tonic-gate		ctf_lookup_by_name;
780Sstevel@tonic-gate		ctf_lookup_by_symbol;
790Sstevel@tonic-gate		ctf_member_info;
800Sstevel@tonic-gate		ctf_member_iter;
810Sstevel@tonic-gate		ctf_modopen;
820Sstevel@tonic-gate		ctf_open;
830Sstevel@tonic-gate		ctf_parent_file;
840Sstevel@tonic-gate		ctf_parent_name;
850Sstevel@tonic-gate		ctf_setmodel;
860Sstevel@tonic-gate		ctf_setspecific;
870Sstevel@tonic-gate		ctf_set_array;
880Sstevel@tonic-gate		ctf_type_align;
890Sstevel@tonic-gate		ctf_type_cmp;
900Sstevel@tonic-gate		ctf_type_compat;
910Sstevel@tonic-gate		ctf_type_encoding;
920Sstevel@tonic-gate		ctf_type_iter;
930Sstevel@tonic-gate		ctf_type_kind;
940Sstevel@tonic-gate		ctf_type_lname;
950Sstevel@tonic-gate		ctf_type_name;
960Sstevel@tonic-gate		ctf_type_pointer;
970Sstevel@tonic-gate		ctf_type_reference;
980Sstevel@tonic-gate		ctf_type_resolve;
990Sstevel@tonic-gate		ctf_type_size;
1000Sstevel@tonic-gate		ctf_type_visit;
1010Sstevel@tonic-gate		ctf_update;
1020Sstevel@tonic-gate		ctf_version;
1030Sstevel@tonic-gate		ctf_write;
1040Sstevel@tonic-gate		_info;
1050Sstevel@tonic-gate		_init;
1060Sstevel@tonic-gate		_fini;
1070Sstevel@tonic-gate	local:
1080Sstevel@tonic-gate		*;
1090Sstevel@tonic-gate};
110