summaryrefslogtreecommitdiff
path: root/debian/libpcre3.symbols.in
diff options
context:
space:
mode:
authorMatthew Vernon <matthew@debian.org>2016-02-28 11:22:05 +0000
committerMatthew Vernon <matthew@debian.org>2016-02-28 11:22:05 +0000
commit4c26ecf8fa23b71fb8803a1e0e2d2258b4fb71e0 (patch)
treedf43d13df05038b80a343923fa67cc5e3d9c2378 /debian/libpcre3.symbols.in
parent26d4686b08bc9876e6ed13a6218e77c8daec9119 (diff)
Patch from Graham Inggs to add symbols support (Closes: #767374)
This originally an Ubuntu patch from Iain Lane, which Graham Inggs has updated to apply to this version of the code.
Diffstat (limited to 'debian/libpcre3.symbols.in')
-rw-r--r--debian/libpcre3.symbols.in39
1 files changed, 39 insertions, 0 deletions
diff --git a/debian/libpcre3.symbols.in b/debian/libpcre3.symbols.in
new file mode 100644
index 0000000..29968c8
--- /dev/null
+++ b/debian/libpcre3.symbols.in
@@ -0,0 +1,39 @@
+libpcre.so.3 libpcre3
+ pcre_assign_jit_stack@Base 8.10
+ pcre_callout@Base 8.10
+ pcre_compile2@Base 8.10
+ pcre_compile@Base 8.10
+ pcre_config@Base 8.10
+ pcre_copy_named_substring@Base 8.10
+ pcre_copy_substring@Base 8.10
+ pcre_dfa_exec@Base 8.10
+ pcre_exec@Base 8.10
+ pcre_free@Base 8.10
+ pcre_free_study@Base 8.20
+ pcre_free_substring@Base 8.10
+ pcre_free_substring_list@Base 8.10
+ pcre_fullinfo@Base 8.10
+ pcre_get_named_substring@Base 8.10
+ pcre_get_stringnumber@Base 8.10
+ pcre_get_stringtable_entries@Base 8.10
+ pcre_get_substring@Base 8.10
+ pcre_get_substring_list@Base 8.10
+ pcre_info@Base 8.10
+JIT pcre_jit_exec@Base 1:8.35
+ pcre_jit_free_unused_memory@Base 1:8.35
+ pcre_jit_stack_alloc@Base 8.10
+ pcre_jit_stack_free@Base 8.10
+ pcre_maketables@Base 8.10
+ pcre_malloc@Base 8.10
+ pcre_pattern_to_host_byte_order@Base 8.10
+ pcre_refcount@Base 8.10
+ pcre_stack_free@Base 8.10
+ pcre_stack_guard@Base 1:8.35
+ pcre_stack_malloc@Base 8.10
+ pcre_study@Base 8.10
+ pcre_version@Base 8.10
+libpcreposix.so.3 libpcre3
+ pcreposix_regcomp@Base 8.10
+ pcreposix_regerror@Base 8.10
+ pcreposix_regexec@Base 8.10
+ pcreposix_regfree@Base 8.10