Print this page
1730 DTrace should ignore type information from modules with cth_parlabel mismatches
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com>
Reviewed by: Adam Leventhal <ahl@delphix.com>
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/lib/libctf/common/mapfile-vers
+++ new/usr/src/lib/libctf/common/mapfile-vers
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 15 # If applicable, add the following below this CDDL HEADER, with the
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21 #
22 22 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
23 23 #
24 24
25 25 #
26 26 # Copyright (c) 2013, Joyent, Inc. All rights reserved.
27 27 #
28 28
29 29 #
30 30 # MAPFILE HEADER START
31 31 #
32 32 # WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
33 33 # Object versioning must comply with the rules detailed in
34 34 #
35 35 # usr/src/lib/README.mapfiles
36 36 #
37 37 # You should not be making modifications here until you've read the most current
38 38 # copy of that file. If you need help, contact a gatekeeper for guidance.
39 39 #
40 40 # MAPFILE HEADER END
41 41 #
42 42
43 43 $mapfile_version 2
44 44
45 45 # There really should be only one SUNWprivate version.
46 46 # Don't add any more. Add new private symbols to SUNWprivate_1.2
47 47
48 48 SYMBOL_VERSION SUNWprivate_1.2 {
49 49 global:
50 50 ctf_add_array;
51 51 ctf_add_const;
52 52 ctf_add_enum;
53 53 ctf_add_enumerator;
54 54 ctf_add_float;
55 55 ctf_add_forward;
56 56 ctf_add_function;
57 57 ctf_add_integer;
58 58 ctf_add_member;
59 59 ctf_add_pointer;
60 60 ctf_add_restrict;
61 61 ctf_add_struct;
62 62 ctf_add_type;
63 63 ctf_add_typedef;
64 64 ctf_add_union;
65 65 ctf_add_volatile;
66 66 ctf_create;
↓ open down ↓ |
66 lines elided |
↑ open up ↑ |
67 67 ctf_delete_type;
68 68 ctf_discard;
69 69 ctf_dup;
70 70 ctf_enum_value;
71 71 ctf_label_info;
72 72 ctf_label_iter;
73 73 ctf_label_topmost;
74 74 ctf_member_info;
75 75 ctf_parent_file;
76 76 ctf_parent_name;
77 + ctf_parent_label;
77 78 ctf_set_array;
78 79 ctf_type_align;
79 80 ctf_type_cmp;
80 81 ctf_type_compat;
81 82 ctf_type_pointer;
82 83 ctf_update;
83 84 ctf_write;
84 85 } SUNWprivate_1.1;
85 86
86 87 SYMBOL_VERSION SUNWprivate_1.1 {
87 88 global:
88 89 ctf_array_info;
89 90 ctf_bufopen;
90 91 ctf_close;
91 92 ctf_enum_iter;
92 93 ctf_enum_name;
93 94 ctf_errmsg;
94 95 ctf_errno;
95 96 ctf_fdopen;
96 97 ctf_func_args;
97 98 ctf_func_info;
98 99 ctf_getmodel;
99 100 ctf_getspecific;
100 101 ctf_import;
101 102 ctf_lookup_by_name;
102 103 ctf_lookup_by_symbol;
103 104 ctf_member_iter;
104 105 ctf_open;
105 106 ctf_setmodel;
106 107 ctf_setspecific;
107 108 ctf_type_encoding;
108 109 ctf_type_iter;
109 110 ctf_type_kind;
110 111 ctf_type_lname;
111 112 ctf_type_name;
112 113 ctf_type_qname;
113 114 ctf_type_reference;
114 115 ctf_type_resolve;
115 116 ctf_type_size;
116 117 ctf_type_visit;
117 118 ctf_version;
118 119 _libctf_debug;
119 120 local:
120 121 *;
121 122 };
↓ open down ↓ |
35 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX