dmake: do not set MAKEFLAGS=k
[unleashed/tickless.git] / usr / src / cmd / mdb / common / libstandctf / mapfile
blob9c487748a79ff6ac47a90b8877808c50baecba99
2 # Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
4 # CDDL HEADER START
6 # The contents of this file are subject to the terms of the
7 # Common Development and Distribution License (the "License").
8 # You may not use this file except in compliance with the License.
10 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11 # or http://www.opensolaris.org/os/licensing.
12 # See the License for the specific language governing permissions
13 # and limitations under the License.
15 # When distributing Covered Code, include this CDDL HEADER in each
16 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17 # If applicable, add the following below this CDDL HEADER, with the
18 # fields enclosed by brackets "[]" replaced with your own identifying
19 # information: Portions Copyright [yyyy] [name of copyright owner]
21 # CDDL HEADER END
24 # Copyright (c) 2012, Joyent, Inc.
28 # MAPFILE HEADER START
30 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
31 # Object versioning must comply with the rules detailed in
33 #       usr/src/lib/README.mapfiles
35 # You should not be making modifications here until you've read the most current
36 # copy of that file. If you need help, contact a gatekeeper for guidance.
38 # MAPFILE HEADER END
41 $mapfile_version 2
43 SYMBOL_SCOPE {
44         global:
45                 ctf_add_array;
46                 ctf_add_float;
47                 ctf_add_integer;
48                 ctf_add_member;
49                 ctf_add_pointer;
50                 ctf_add_struct;
51                 ctf_add_type;
52                 ctf_add_typedef;
53                 ctf_add_union;
54                 ctf_array_info;
55                 ctf_bufopen;
56                 ctf_close;
57                 ctf_create;
58                 ctf_delete_type;
59                 ctf_discard;
60                 ctf_enum_iter;
61                 ctf_enum_name;
62                 ctf_enum_value;
63                 ctf_errmsg;
64                 ctf_errno;
65                 ctf_fdopen;
66                 ctf_func_args;
67                 ctf_func_info;
68                 ctf_getmodel;
69                 ctf_getspecific;
70                 ctf_import;
71                 ctf_label_info;
72                 ctf_label_iter;
73                 ctf_label_topmost;
74                 ctf_lookup_by_name;
75                 ctf_lookup_by_symbol;
76                 ctf_member_info;
77                 ctf_member_iter;
78                 ctf_open;
79                 ctf_parent_name;
80                 ctf_parent_label;
81                 ctf_setmodel;
82                 ctf_setspecific;
83                 ctf_type_align;
84                 ctf_type_cmp;
85                 ctf_type_encoding;
86                 ctf_type_iter;
87                 ctf_type_lname;
88                 ctf_type_kind;
89                 ctf_type_name;
90                 ctf_type_pointer;
91                 ctf_type_reference;
92                 ctf_type_resolve;
93                 ctf_type_size;
94                 ctf_type_visit;
95                 ctf_update;
96                 ctf_version;
97         local:
98                 *;