summaryrefslogtreecommitdiff
path: root/usr/src/lib/libctf/common/mapfile-vers
diff options
context:
space:
mode:
authorJohn Levon <john.levon@joyent.com>2018-09-28 17:18:54 +0000
committerJohn Levon <john.levon@joyent.com>2018-10-19 15:53:33 +0000
commit20b880231bb330a968b6ae93b908f6e42057a3e4 (patch)
treeb5e6237062d081a5795a62e9097c7590b1900a51 /usr/src/lib/libctf/common/mapfile-vers
parent104c53876a87e773ef729efa9419a70fe24933cb (diff)
downloadillumos-joyent-OS-7275.tar.gz
OS-7270 ctfconvert doesn't handle DW_AT_specificationOS-7275
OS-7275 ctfdump could generate C-style output OS-7279 DWARF->CTF enum conversion needs to be careful of sign Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
Diffstat (limited to 'usr/src/lib/libctf/common/mapfile-vers')
-rw-r--r--usr/src/lib/libctf/common/mapfile-vers5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/lib/libctf/common/mapfile-vers b/usr/src/lib/libctf/common/mapfile-vers
index cfd2952bbe..f64eb407df 100644
--- a/usr/src/lib/libctf/common/mapfile-vers
+++ b/usr/src/lib/libctf/common/mapfile-vers
@@ -23,7 +23,7 @@
#
#
-# Copyright (c) 2015, Joyent, Inc. All rights reserved.
+# Copyright 2018 Joyent, Inc.
#
#
@@ -91,6 +91,7 @@ SYMBOL_VERSION SUNWprivate_1.2 {
ctf_label_info;
ctf_label_iter;
ctf_label_topmost;
+ ctf_max_id;
ctf_member_info;
ctf_merge_add;
ctf_merge_dedup;
@@ -100,6 +101,7 @@ SYMBOL_VERSION SUNWprivate_1.2 {
ctf_merge_merge;
ctf_merge_set_nthreads;
ctf_merge_uniquify;
+ ctf_nr_syms;
ctf_object_iter;
ctf_parent_file;
ctf_parent_label;
@@ -111,6 +113,7 @@ SYMBOL_VERSION SUNWprivate_1.2 {
ctf_symbol_name;
ctf_type_align;
ctf_type_cmp;
+ ctf_type_cname;
ctf_type_compat;
ctf_type_pointer;
ctf_update;