]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - libctf/libctf.ver
libctf, include: find types of symbols by name
[thirdparty/binutils-gdb.git] / libctf / libctf.ver
index 2137c5b810ff44b059bf08147858038461e403f2..8c362f3c39e07725524cc0110e88538eb503ffcc 100644 (file)
@@ -196,3 +196,9 @@ LIBCTF_1.1 {
        ctf_symsect_endianness;
        ctf_arc_symsect_endianness;
 } LIBCTF_1.0;
+
+LIBCTF_1.2 {
+    global:
+       ctf_lookup_by_symbol_name;
+       ctf_arc_lookup_symbol_name;
+} LIBCTF_1.1;