summaryrefslogtreecommitdiff
path: root/lib/ds/plds.def
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ds/plds.def')
-rw-r--r--lib/ds/plds.def33
1 files changed, 33 insertions, 0 deletions
diff --git a/lib/ds/plds.def b/lib/ds/plds.def
new file mode 100644
index 00000000..f062b58b
--- /dev/null
+++ b/lib/ds/plds.def
@@ -0,0 +1,33 @@
+# nm -n -C -p libplds4.so | awk '/[^ ]* T PL_/ {print $3}'
+NSPR_4.0 {
+ global:
+PL_ArenaAllocate;
+PL_ArenaFinish;
+PL_ArenaGrow;
+PL_ArenaRelease;
+PL_CompactArenaPool;
+PL_CompareStrings;
+PL_CompareValues;
+PL_FinishArenaPool;
+PL_FreeArenaPool;
+PL_HashString;
+PL_HashTableAdd;
+PL_HashTableDestroy;
+PL_HashTableDump;
+PL_HashTableEnumerateEntries;
+PL_HashTableLookup;
+PL_HashTableRawAdd;
+PL_HashTableRawLookup;
+PL_HashTableRawRemove;
+PL_HashTableRemove;
+PL_InitArenaPool;
+PL_NewHashTable;
+libVersionPoint;
+ local: *;
+};
+
+NSPR_4.1 {
+ global:
+PL_HashTableLookupConst;
+PL_HashTableRawLookupConst;
+} NSPR_4.0;