ruby-elf 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,154 +0,0 @@
1
- # Suppressions for known-broken software, avoid reporting it until fixed.
2
-
3
- .*/libkcal\.so.* ^ical.*$
4
-
5
- /usr/bin/gs
6
- /usr/bin/gdbtui
7
-
8
- /usr/lib(|32|64)/dri/.*
9
-
10
- # KPDF contains XPDF code, which is also contained in libpoppler.
11
- # Ignore KPDF symbols then.
12
- libkpdfpart.so
13
-
14
- # Net-SNMP for some reasons build two separate libraries out of the
15
- # same object files, their code is 1:1 the same. Ignore one of them
16
- # until it's sorted out upstream.
17
- libsnmp\.so
18
-
19
- # Quake-engine based games duplicate numbers of symbols, bad.
20
- .*/gamei386\.so
21
-
22
- # Aegis does not know about shared libraries it seems
23
- .*/bin/ae(cvsserver|patch|annotate|subunit|rect|dist|de-policy|find|import|lcf|tar|complete|-repo-ci|ls|svt|lock|get|lpf|sub|xml|diff|finish|gis|report|revml|makegen|promptcmd)
24
-
25
- # asis-gcc links libasis statically in the commands, no idea why.
26
- .*/gnat-gcc-bin/.*/(gnatelim|gnatpp|gnatmetric|adasubst|adadep|adabrowse|gnatstub)
27
-
28
- # Sane should use a core library
29
- .*/(libsane-.*\.so|xcam|saned) ^sanei_.*$
30
-
31
- # idb comes with Qt (unknown version)
32
- intel/idb/.*/bin/iidb
33
-
34
- # abiword does not link to libabiword
35
- /bin/[Aa]bi[wW]ord
36
-
37
- # Qt Embedded has the same API of Qt 3
38
- /lib/libqte-mt\.so\..*
39
-
40
- # Samba should really use a libsambacore
41
- /bin/eventlogadm
42
- /bin/net
43
- /bin/nmblookup
44
- /bin/ntlm_auth
45
- /bin/pdbedit
46
- /bin/profiles
47
- /bin/rpcclient
48
- /bin/smb(cacls|client|control|cquotas|get|mount|passwd|spool|status|tree)
49
- /bin/testparm
50
- /lib(32|64)?/python[0-9\.]+/site-packages/samba/(lsa|samr|smb|spoolss|srvsvc|tdb|winbind|winreg)\.so
51
- /lib(32|64)?/samba/lib(msrpc|smbclient)\.so
52
- /lib(32|64)?/security/pam_smbpass\.so
53
- /sbin/[sn]mbd
54
-
55
- # wvstream links dbus statically, and so does dbus-daemon (d'oh!)
56
- /lib(32|64)?/libwvdbus\.so.* ^dbus_
57
- /bin/dbus-daemon ^dbus_
58
-
59
- # The static version links all statically obviously
60
- /bin/paw(\+\+|X11)\.static
61
-
62
- # Inkscape comes with copies of GDL and libcroco
63
- /bin/ink(scape|view) ^(gdl|cr)_
64
-
65
- # gettext comes with a copy of libcroco
66
- /lib(32|64)?/libgettextlib-[0-9\.]+\.so ^cr_
67
-
68
- # screem with a copy of gdl
69
- /bin/screem ^gdl_
70
-
71
- # MySQL could also use a libmysqlcore
72
- /bin/comp_err
73
- /bin/my(_print_defaults|isam(_ftdump|chk|log|pack)|sql_(tzinfo_to_sql|waitpid))
74
- /bin/perror
75
- /bin/replace
76
- /bin/resolve(_stack_dump|ip)
77
- /sbin/mysql(d|manager)
78
-
79
- # MyDNS is linking statically to mysql
80
- /bin/mydns(-conf|export|ptrconvert|check|import)
81
- /sbin/mydns
82
-
83
- # byld stuff is always duplicated
84
- /usr/lib/byld/
85
-
86
- # Some packages like to bundle sqlite3
87
- /lib(32|64)?/libgda-([0-9\.]+)/providers/libgda-sqlite\.so ^sqlite3
88
- /lib(32|64)?/perl5/vendor_perl/[0-9\.]+/.*/auto/DBD/SQLite/SQLite.so ^sqlite3
89
- /lib(32|64)?/lib(showimg)?kexisql3\.so ^sqlite3
90
- /lib(32|64)/hk_classes/drivers/libhk_sqlite3driver\.so ^sqlite3
91
-
92
- # Some packages like to bundle boehm-gc
93
- /lib(32|64)?/mercury-[0-9\.]/lib/libgc(_prof)?\.so ^GC_
94
- lib(gcj|gauche|Synopsis)\.so ^GC_
95
- /bin/pedump ^GC_
96
-
97
- # alliance links libX11 statically
98
- /alliance/bin/.* ^_?X
99
-
100
- # This is just boring
101
- /lib(32|64)?/gnucap/models-.*
102
-
103
- # Inkscape needs a core library
104
- /bin/inkview
105
-
106
- # Smoke does static linking
107
- /lib(32|64)?/libsmokekde\.so
108
-
109
- # Broken proprietaryware
110
- /lib/fmodex
111
- /fmodex/api
112
-
113
- # Link statically to libpcap, may bundle libopts
114
- /bin/tcp(rewrite|bridge|prep|replay) ^(options[A-Z]|pcap_)
115
-
116
- # Link statically to libdspam
117
- /bin/(css(clean|stat|convert)|dispamc) ^_ds_
118
-
119
- # Static link to readline (unwarranted)
120
- /bin/(gdb-armulator|insight) ^_?rl_
121
-
122
- # Static internal link
123
- /bin/fun(calc|cen|cnts|cone|disp|head|hist|image|join|merge|sky|table)
124
-
125
- # They use liboscar
126
- /bin/(bitlbee|pork) ^aim_
127
-
128
- # KDE3 and ARTS come with a modified libltdl.
129
- /lib(32|64)?/lib(kdecore|arts(c|dsp_st)|mcop)\.so ^_?lt_dl
130
-
131
- # MythTV has its own copy of FFmpeg, and of liveMedia
132
- /lib(32|64)?/libmyth(av(codec|format|util)|livemedia)-[0-9\.]+\.so
133
-
134
- # Stuff bundling or deriving Expat
135
- /lib/einit/bootstrap/bootstrap-configuration-xml-expat.so ^XML_
136
- /lib(tlen|wxsvg|Tclexpat[0-9\.]+|txml|MiKTeX[0-9]+-expat)\.so ^XML_
137
- /bin/(yasim|fg[fj]s) ^XML_
138
- /bin/scorched3d ^XML_
139
-
140
- # paraview bundles vtk
141
- /lib/paraview-[0-9\.]+/libvtk.*\.so
142
-
143
- # ardour incluess all the libraries it uses
144
- /lib/ardour2/lib(rubberband|soundtouch|vampsdk)\.so
145
-
146
- # These binaries contain a copy of their library rather than using it.
147
- /bin/alsaplayer
148
- /bin/aften
149
-
150
- # ignore prebuilt packages/files as they add way too much noise
151
- /opt/
152
-
153
- # mesa's build system tends to be TFU and copies llvm code around
154
- /(mesa|egl)/.*\.so ^_ZN4llvm
@@ -1,170 +0,0 @@
1
- # Multi-implementation: compressor file for multiple implementations
2
- # This file is used to describe which libraries compose multiple implementations
3
- # ignoring eventual problems with multiple libraries implementing the same
4
- # interface
5
-
6
- libc /lib(32|64)?/(loki_)?libc(-[0-9\.]+)?\.so
7
-
8
- perl /usr/bin/perl5\..*
9
- perl /usr/lib(|32|64)/libperl\.so\..*
10
-
11
- libgpgme .*/libgpgme(-pth(read)?)?\.so.*
12
-
13
- # JAVA libraries, especially graphic libraries.
14
- java-libawt jre/lib/(amd64|i386)/libawt\.so$
15
- java-libmawt jre/lib/(amd64|i386)/(xawt|motif21|headless)/libmawt.so
16
-
17
- ncurses-lib$2 /lib(|32|64)/lib(n?curses|form|menu|panel)w?\.so
18
-
19
- php /bin/php(-cgi)?$
20
- php /libphp5\.so
21
-
22
- mysqlclient /lib(|32|64)/mysql/libmysqlclient(_r)?\.so
23
- libldap$3 /lib(|32|64)/libldap(_r)?((-[0-9\.]+)?)\.so
24
-
25
- libXaw /lib(|32|64)/libXaw(6|7|3d)\.so
26
- libXaw /lib/(32|64)/libneXtaw\.so
27
- libXmu /lib(|32|64)/libXmuu?\.so
28
-
29
- osswrappers /lib(|32|64)/lib(aoss|(esd|pa|)dsp)\.so$
30
-
31
- libxerces /lib(|32|64)/libxerces-(c|depdom)\.so
32
-
33
- # Boost
34
- libboost_$2 /lib(|32|64)/libboost_([0-9a-z_]+)(-mt)?(-[0-9_]+)?.so
35
-
36
- # KDE's libgpgme++
37
- libgpgme++ /lib(|32|64)/libgpgme\+\+(-pth(read)?)?\.so
38
-
39
- # libevent, _core and _extra replace the original, for now consider them a single
40
- # implementation, until libevent itself is deprecated.
41
- libevent-$4 /lib(|32|64)/libevent(_(extra|core))?-([0-9\.]+)\.so
42
-
43
- # GNU libs
44
- gnu-libmudflap libmudflap(th)?\.so
45
- libbfd libbfd-[0-9\.]+\.so
46
- libgcj libgcj(-[0-9\.]+|_bc)\.so
47
- libgnat libgnat-[0-9\.]+\.so
48
- libffi libffi-[0-9\.]+(-beta)?\.so
49
-
50
- libgvc libgvc(_builtins)?\.so
51
-
52
- mercury-$4 /mercury-.*/lib/(asm_fast|hlc|none).gc(.(tr|memprof|prof))?/(.*)\.so
53
-
54
- glide3 /lib(32|64)?/libglide3-v[1235]\.so
55
-
56
- cblas /lib(32|64)?/blas/((threaded-)?atlas|reference)/libcblas\.so
57
- cblas /lib(32|64)?/gclcblas\.so
58
-
59
- libcorex /lib(32|64)?/libcorex\+\+_level[123]\.so
60
-
61
- libstlport /lib(32|64)?/libstlport((stl)?g?)\.so
62
-
63
- libfann /lib(32|64)?/lib(double|float|fixed)?fann.so
64
-
65
- libcilk /lib(32|64)?/libcilk(\.g)?(\.p)?\.so
66
-
67
- libcanna /lib(32|64)?/libcanna(16)?\.so
68
- libRKC /lib(32|64)?/libRKC(16)?\.so
69
-
70
- odbc /lib(32|64)?/lib(i|my)?odbc(5|inst|txt|psql)?(-[0-9\.]+)?\.so
71
- odbc /lib(32|64)?/wine/odbc32\.dll\.so
72
- odbc /lib(32|64)?/libtemplate\.so
73
-
74
- libspread /lib(32|64)?/libt?spread(-core)?\.so
75
-
76
- libgraph /lib(32|64)?/lib[ac]?graph\.so
77
-
78
- libPoco$2 /lib(32|64)?/libPoco([A-Za-z]+[a-ce-zA-Z])d?\.so
79
-
80
- xvmc /lib(32|64)?/lib(chrome|I(810|ntel))?XvMC(Pro|NVIDIA|W)?\.so
81
-
82
- libqwt$2 /lib(32|64)?/libqwt(plot3d)?(-qt3)?\.so
83
-
84
- efte /bin/[cnv]efte$
85
-
86
- libodbc++ /lib(32|64)?/libodbc\+\+(-mt)?\.so
87
-
88
- libctemplate /lib(32|64)?/libctemplate(_nothreads)?\.so
89
-
90
- lib$1 /lib([a-zA-Z]+)([23]D|2D3)(-[0-9\.]+)?\.so
91
-
92
- opal/openh323 /lib(32|64)?/lib(opal|h323)_.*_n\.so
93
-
94
- libfmodex /libfmodex[Lp]?-[0-9\.]+\.so
95
-
96
- libossp-uuid /libossp-uuid(_dce)?\.so
97
-
98
- libunwind /libunwind(-x86)?\.so
99
-
100
- libdmalloc /libdmalloc(cxx)?\.so
101
- libmpatrol /libmpa(lloc|trol(mt)?)\.so
102
-
103
- libk3d /libk3d(ngui|python|sdk)\.so
104
-
105
- fftw /lib(32|64)?/lib[ds]?fftw(3[lf]?(_threads)?)?\.so
106
-
107
- CLHEP /lib(32|64)?/libCLHEP(-(Vector|GenericFunctions|Matrix|Random|Geometry|Evaluator|Exceptions))?-[0-9\.]+\.so
108
-
109
- mozilla-libs /lib(xpcom(_core|glue)?|xul)(-[0-9\.]+)?\.so
110
- lib$7 /lib(32|64)?/(nvu|mozilla-(sunbird|thunderbird)|xulrunner(-devel)?(-[0-9\.]+)?|seamonkey)(/sdk/lib)?/lib([0-9a-zA-Z_]+)(_core)?\.so$
111
-
112
- libstdc++ /lib/libstdc\+\+-libc[0-9\.\-]+\.so
113
-
114
- libHSrts /libHSrts(_thr)?(_debug)?-ghc[0-9.]+\.so
115
-
116
- libruby /libruby(ee)?1[89]\.so
117
-
118
- lib$1 /lib(g[dt]k)(-x11)?\.so
119
-
120
- libidnkit /libidnkit(lite)?\.so
121
-
122
- libprotobuf /libprotobuf(-lite)?\.so
123
-
124
- libtcmalloc /libtcmalloc(_minimal)?(_(debug|and_profiler))?
125
-
126
- libscintilla /lib(wb|fx|q)?scintilla(2|nolexer)?
127
-
128
- libGL /libGL(ESv2)?\.so
129
-
130
- libzzip /libzzip(mmapped|fseeko)?-0\.so
131
-
132
- lib4ti2 /lib4ti2(gmp|int(32|64))\.so
133
-
134
- libexpat /libexpat[uw]?\.so
135
-
136
- libIce /libIceEC?\.so
137
-
138
- libicu /libicu(uc|cnv)\.so
139
-
140
- libibdm /libibdbm(com)?\.so
141
-
142
- libraw /libraw(_r)?\.so
143
-
144
- libgflash /libgflags(_nothreads)?\.so
145
-
146
- libaal /libaal(-minimal)?\.so
147
-
148
- libsqlite3 /lib(moz)?sqlite3\.so
149
-
150
- LAPACK /libc?lapack\.so
151
-
152
- PKCS#11 /(openpin-)?opensc-pkcs11\.so
153
- PKCS#11 /pkcs11-spy\.so
154
-
155
- X11 /bin/X(vfb|fbdev|ephyr|org)
156
-
157
- # Consolidating multiple python site packages
158
- python/$1 python[0-9]+\.[0-9]+/(site-packages/.*\.so)$
159
-
160
- # Library consolidation, keep at the end!
161
- #
162
- # This following line is used to consolidate all libraries that have
163
- # the same base name, ignoring versioning of either API or ABI. This
164
- # allows to ignore multiple slots for the same library which would
165
- # almost certainly result in false positives.
166
- #
167
- # Note that the presence of _at least_ one object after the soname is
168
- # needed to ensure this does not hit most of the plugins that use the
169
- # format libfoo.so for the names.
170
- lib$1 /lib([a-zA-Z0-9\-_\+]+)(-[0-9\.]+)*\.so(\.[0-9\.]+)+$
@@ -1,287 +0,0 @@
1
- # Ignore the modules directory.
2
- /lib(|32|64)/modules/.*
3
-
4
- # Ignore the debug directory
5
- /usr/lib(|32|64)/debug/.*
6
-
7
- # Common symbols, usually present in every shared object
8
- # main is instead present in every executable.
9
- .* ^((__libc_csu)?_(init|fini|start)|main|__data_start|_IO_stdin_used|_fp_hw|_edata)$
10
-
11
- # C++ symbols
12
- .* ^_Z(d[al]Pv|[nd][aw][jm])$
13
-
14
- # ARM EABI symbols
15
- .* ^__aeabi_
16
-
17
- # xine plugins use xine_plugin_info structure as entrypoint
18
- .*/xine/plugins/.*/xineplug_.*\.so ^xine_plugin_info$
19
-
20
- # gconv plugins
21
- .*/gconv/.*\.so ^gconv(_(init|end))?$
22
-
23
- # libpthread has duplicate symbols as they are also defined
24
- # in libc.so
25
- .*/libpthread(-[\.0-9]+)?\.so ^(pthread_.*|_IO_f(|un|try)lockfile)$
26
-
27
- # KDE-related suppressions
28
- /libkdeinit4?_.*\.so ^kdemain$
29
- /kde[34]/.*\.so ^kde(init)?main$
30
- /kde3/.*thumbnail\.so ^new_creator$
31
- /kde3/.*panel(applet|extension)\.so ^init$
32
- /kde3/libaudiocd_encoder_.*\.so ^create_audiocd_encoders$
33
- /kde3/plugins/.*\.so ^(qt_ucm_query_verification_data|ucm_instantiate)$
34
- /kde3/kwin3?_.*\.so ^(create_factory|allocate_config)$
35
- /kde3/(libamarok|noatun)_.*\.so ^create_plugin$
36
- /kde[34]/kstyle_.*\.so ^allocate_kstyle_config$
37
- /kde3/ksim_.*\.so ^init_plugin$
38
- # KApplication::KApp
39
- .* ^_ZN12KApplication4KAppE$
40
- # KDE 4
41
- .*/kde4/.*\.so$ ^kde_plugin_(verification_data|version)$
42
- .*/kde4/.*thumbnail\.so$ ^new_creator$
43
-
44
- # Amarok
45
- .*/kde3/libamarok_.*\.so$ ^_ZN6Amarok(6|12)Plugin(Config)?.*
46
-
47
- # PAM modules
48
- .*/lib(|32|64)/security/pam_.*\.so ^pam_sm_(authenticate|acct_mgmt|close_session|setcred|chauthtok|open_session)$
49
-
50
- # Valgrind
51
- .*/valgrind/(amd64|x86|ppc|ppc64)-linux/vgpreload_.*\.so ^_vgrZU_.*$
52
-
53
- # Qt4 plugins
54
- .*/.*\.so ^qt_plugin_(instance|query_verification_data)$
55
-
56
- # Wine stuff
57
- .*\.exe\.so ^WinMain$
58
-
59
- # GTK and GNOME plugins
60
- .* ^g_module_check_init$
61
- /gtk-[23]\.0/.*/modules/.*\.so ^gtk_module_init$
62
- /gtk-[23]\.0/.*/immodules/im-.*\.so ^im_module_(create|init|exit|list)$
63
- /gtk-[23]\.0/.*/engines/.*\.so ^(theme_(create_rc_style|init|exit))$
64
- /(gtk|gdk-pixbuf)-[23]\.0/.*/loaders/libpixbuf.*\.so ^(load|fill_(info|vtable)|get_info)$
65
- /gtk-[23]\.0/.*/printbackends/.*\.so ^pb_module_(init|create|exit)$
66
- /pango/.*/modules/pango-.*\.so ^script_engine_(list|create|init|exit)$
67
- /gnome-vfs-2\.0/modules/lib.*\.so ^vfs_module_(init|shutdown)$
68
- /libglade/.*/lib.*\.so ^glade_module_register_widgets$
69
- /(goffice|gnumeric)/[0-9\.]+/plugins/.*\.so ^go_plugin_(depends|header|init|shutdown)$
70
- /evolution/[0-9\.]+/plugins/.*\.so ^e_plugin_lib_enable$
71
- /abiword-[0-9\.]+/plugins/.*\.so ^abi_plugin_((un)?register|supports_version)$
72
- /libgda(-[0-9\.]+)?/providers/lib.*\.so ^plugin_(init|get_(name|description)|create_provider)$
73
- /gedit-[0-9]+/plugins/lib.*\.so ^register_gedit_plugin$
74
- /brasero/plugins/lib.*\.so ^brasero_plugin_register$
75
- /gnome-settings-daemon-[0-9\.]+/lib.*\.so ^register_gnome_settings_plugin$
76
- /gimp/[0-9\.]+/modules/.*\.so ^gimp_module_(query|register)$
77
- /epiphany/[0-9\.]+/extensions/.*\.so ^register_module$
78
- /libgnomedb/plugins/.*\.so ^plugin_init$
79
- /totem/plugins/.*\.so ^register_totem_plugin$
80
- /rhythmbox/plugins/.*\.so ^register_rb_plugin$
81
- /nautilus/extensions-[0-9\.]+/.*\.so ^nautilus_module_(initialize|list_types|shutdown)$
82
- /gio/modules/.*\.so ^g_io_module_(un)?load$
83
- /evince/.*/backends/.*\.so ^register_evince_backend$
84
- /notification-daemon-[0-9\.]+/.*\.so ^(add_notification_action|clear_notification_actions|(create|move)_notification|notification_tick|set_notification_(arrow|hints|icon|text|timeout))$
85
-
86
- # XFCE
87
- /lib(32|64)?/thunarx-[0-9\.]+/.*\.so ^thunar_extension_(initialize|list_types|shutdown)$
88
- /lib(32|64)?/xfce4/panel-plugins/.*\.so ^xfce_panel_plugin_get_construct$
89
- /lib(32|64)?/xfce4/mcs-plugins/.*\.so ^mcs_plugin_init$
90
-
91
- # ALSA plugins
92
- .*/alsa-lib/smixer/smixer-.*\.so ^(alsa_mixer_simple_(init|event)|selectors)$
93
-
94
- # gphoto plugins
95
- .*/libgphoto2/.*/.*\.so ^camera_(abilities|id|init)$
96
-
97
- # Java JNI extensions
98
- .* ^JNI_OnLoad$
99
- # Sun Java implementation
100
- /sun-jdk-.*/.* ^JavaMain$
101
- /icedtea6?(-bin)?(-[0-9\.]+)?/.* ^JavaMain$
102
-
103
- # ZSH modules
104
- .*/zsh/.*/zsh/.*\.so ^(boot|setup|cleanup|finish)_$
105
-
106
- # Wireshark plugins
107
- .*/wireshark/plugins/.*/.*\.so ^(version|plugin_(reg_handoff|register))$
108
-
109
- # Samba plugins
110
- .*/samba/(vfs|auth|charset)/.*\.so ^init_(samba_)?module$
111
-
112
- # XawTV plugins
113
- .*/xawtv/.*\.so ^ng_plugin_init$
114
-
115
- # Imlib
116
- .*/imlib2/loaders/.*\.so ^(init|formats|save|load)$
117
-
118
- # Claws Mail
119
- .*/claws-mail/plugins/.*\.so ^plugin_(desc|done|init|licence|name|provides|type|version)$
120
-
121
- # cyrus-sasl
122
- .*/sasl2/lib.*\.so ^sasl_(client|server)_plug_init$
123
-
124
- # Cherokee
125
- .*/cherokee/libplugin_.*cgi\.so ^cherokee_handler_cgi_base_(add_headers|add_parameter|build_basic_env|build_envp|extract_path|free|init|split_pathinfo|step)
126
-
127
- # OpenOffice.org
128
- .*/openoffice/.*\.so$ ^(component_(getFactory|getImplementationEnvironment|writeInfo|canUnload)|GetVersionInfo)
129
-
130
- # FFmpeg's vhook
131
- .*/vhook/.*\.so$ ^(Configure|Process|Release)$
132
-
133
- # JACK Audio Connection Kit
134
- .*/jack/jack_.*\.so$ ^driver_(client_name|initialize|finish|get_descriptor)$
135
- .*/jack/.*\.so$ ^jack_(initialize|finish)$
136
-
137
- # DSSI
138
- .*/dssi/.*\.so$ ^dssi_(descriptor|configure_message)$
139
-
140
- # LADSPA
141
- .*/(ladspa|dssi)/.*\.so$ ^(ladspa|delete)_descriptor$
142
-
143
- # OpenSync
144
- .*/opensync(-1.0)?/(formats|plugins)/.*\.so$ ^(get_(((format|conversion)_)?info|version)|vformat_.*|(quoted|base64)_(encode|decode)_simple)$
145
-
146
- # libao
147
- .*/ao/plugins-2/lib.*\.so$ ^ao_plugin_(test|set_option|open|play|driver_info|device_(init|clear)|close)$
148
-
149
- # OpenSSL
150
- .*/lib(|32|64)/engines/.*\.so$ ^(bind_engine|v_check)$
151
-
152
- # Wine
153
- .*/lib(|32)/wine/.*\.exe\.so$ ^wmain$
154
- .*/lib(|32)/wine/.*\.ds\.so$ ^DS_Entry$
155
-
156
- # ZSH
157
- .*/lib(|32|64)/zsh/.*/zsh/.*\.so$ ^(enables|features)_$
158
-
159
- # OSS wrappers and other LD_PRELOAD libraries
160
- lib((pulse|esd|arts)dsp|aoss|jackasyn|(soap|sand)box|fake(ch)?root|zzuf|v4l(1compat|2convert)|trash|syncdir|honeyd|tsocks) ^((__)?(m(un)?map(64)?|f?(open(at)?(64)?(_2)?|close))|ioctl|poll|connect|glob|bind|execvp?|select)$
161
-
162
- lib(fake(ch)?root|(soap|sand)box|trash)(-[0-9\.]+)?\.so ^f?(l?ch(own|mod)|(un)?link|rename|(mk|rm)dir|remove|creat|mkfifo|l?utimen?s?|(__x)?mknod(e|at)|symlink|access|truncate)(64)?(at)?$
163
-
164
- # Memory debug libraries
165
- lib(mudflap(th)?|dmalloc(cxx)?|duma|efence|jemalloc|mem(usage|intercept)|zzuf)\.so ^(([mcv]|re)alloc|c?free|m(un)?map(64)?|(posix_)?memalign|mem(cpy)|strn?(dup|cat|cpy)|__invoke_dynamic_linker__|_Z(n[aw]j|d[al]Pv)|RKSt9nothrow_t|Page_AllowAccess)$
166
-
167
- # Strigi
168
- strigi/strigi[lt]a_.*\.so ^(deleteS|s)trigiAnalyzerFactory$
169
-
170
- # Netscape-related symbols
171
- .*/components/.*\.so ^NSGetModule$
172
-
173
- # GCompris
174
- .*/gcompris/.*\.so ^get_bplugin_info$
175
-
176
- # psemu/ps2emu
177
- .*/ps2?emu/(plugins|cfg)/.* ^(build|version|revision)
178
-
179
- # IRC servers
180
- .*/(ircd-hybrid-[0-9]|atheme)/(protocol|modules)/.*\.so ^_mod(de)?init$
181
- .*/ircd-hybrid-[0-9]/modules(/autoload)?/.*\.so ^_version$
182
- .*/atheme/(protocol|modules)/.*\.so ^_header$
183
- .*/unrealircd/modules/m_.*\.so ^(Mod_(Init|Load|Version|Unload|Header)|compiler_version)$
184
-
185
- # VLC
186
- .*/vlc/.*/lib.*_plugin\.so ^vlc_entry(_(license|copyright))?__[0-9_]+[a-z]$
187
-
188
- # GStreamer
189
- .*/gstreamer-.*/lib.*\.so ^gst_plugin_desc$
190
-
191
- # gwyddion
192
- .*/gwyddion/modules/.*/.*\.so ^_gwy_module_query$
193
-
194
- # VDR
195
- .*/vdr/plugins/libvdr-.*\.so ^(VDRPluginCreator|Phrases)$
196
-
197
- # Pidgin
198
- .*/(pidgin|purple-2)/.*\.so ^purple_init_plugin$
199
-
200
- .*/lpe/.*mode\.so ^mode_(enter|accept|highlight|init)$
201
-
202
- # GEGL
203
- .*/gegl-.*/.*\.so ^gegl_(module_(register|query)|chant_get_type)$
204
-
205
- # SANE backends
206
- .*/sane/libsane-.*\.so ^sane_(cancel|close|control_option|exit|get_(devices|option_descriptor|parameters|select_fd)|init|open|read|set_io_mode|start|strstatus)
207
-
208
- # EVMS
209
- /lib(|32|64)/evms/.*/.*\.so ^evms_plugin_records$
210
-
211
- # updatedd
212
- /lib(32|64)?/lib.*\.so.* ^(log_(err|warn|notice)|dyndns|get_retmsg)$
213
-
214
- # HUGS
215
- /lib(32|64)?/hugs/packages/.*/.*\.so ^(HugsAPIVersion|initModule)$
216
-
217
- /lib(32|64)?/dia/lib.*\.so ^dia_plugin_init$
218
-
219
- /lib(32|64)?/anjuta/.*\.so ^anjuta_glue_register_components$
220
-
221
- /lib(32|64)?/postgresql(-[0-9\.]+)?/.*\.so ^Pg_magic_func$
222
-
223
- /lib(32|64)?/stardict/plugins/.*\.so ^stardict_(parsedata_)?plugin_(exit|init)$
224
-
225
- /lib(32|64)?/lv2/.*\.lv2/.*\.so ^lv2_descriptor$
226
-
227
- /lib(32|64)?/emelfm2/plugins/.*\.so ^(init|clean)_plugin$
228
-
229
- /lib(32|64)?/mozart/cache/x-oz/ ^oz_module_name$
230
-
231
- # Netscape/Mozilla plugins
232
- .* ^NP[NP]?_(Get(MIMEDescription|Value|Java(Class|Env|Peer)|URL|Property|StringIdentifier)|Set(Window|Value)|Initialize|Shutdown|(Destroy|New)(Stream)?|Mem(Alloc|Flush|Free)|PostURL|ReloadPlugins|RequestRead|Status|UserAgent|Version|Write|Print|StreamAsFile|Write(Ready)?|URLNotify|ForceRedraw|Invalidate(Rect|Region)|HandleEvent|(Push|Pop)PopupEnabledState|ReleaseObject|SetException|HasMethod|IdentifierIsString|(Int|UTF8)FromIdentifier|(Remove|Has|Set)Property|Invoke(Default)?|(Create|Retain)Object|ReleaseVariantValue)
233
-
234
- /lib(32|64)?/rep/.*\.so$ ^rep_dl_init$
235
-
236
- /lib(32|64)?/oops/.*\.so ^mod(ule_(name|info|type)|_(run|(un)?load|config(_(beg|end))?))$
237
-
238
- /lib(32|64)?/blib-[0-9\.]+/modules/.*\.so ^b_module_register$
239
-
240
- /lib(32|64)?/lineakd/plugins/.*\.so ^(cleanup|initialize|exec)$
241
- /lib(32|64)?/audacious/.*/.*\.so ^get_plugin_info$
242
- /lib(32|64)?/libvisual-[0-9\.]+/.*\.so ^get_plugin_info$
243
- /lib(32|64)?/pike/modules/.*\.so ^pike_module_(init|exit)$
244
- /lib(32|64)?/ettercap/ec_.*\.so ^plugin_load$
245
- /lib(32|64)?/transcode/filter.*\.so ^tc_filter$
246
- /lib(32|64)?/gkrellm2/plugins/.*\.so ^gkrellm_init_plugin$
247
- /lib(32|64)?/cinelerra/.*\.so ^new_plugin$
248
- /lib(32|64)?/jabberd/mod_.*\.so ^module_init$
249
- /lib(32|64)?/lftp/[0-9\.]+/.*\.so ^module_init$
250
- /lib(32|64)?/(svxlink|tablix2|nepenthes)/.*\.so ^module_init$
251
- /lib(32|64)?/(pptp|pppd/[0-9\.]+)/.*\.so ^plugin_init$
252
- /lib(32|64)?/(planner|openvas|sensors-applet|streamtuner)/plugins/.*\.so ^plugin_init$
253
- /lib(32|64)?/(geany|blender|multisync)/.*\.so ^plugin_init$
254
- /lib(32|64)?/mythtv/plugins/.*\.so ^mythplugin_(init|config|run)$
255
- /lib(32|64)?/kradio/plugins/.*\.so ^KRadioPlugin_(LoadLibrary|GetAvailablePlugins|CreatePlugin|UnloadLibrary)$
256
- /lib(32|64)?/libmirage/.*\.so ^mirage_plugin_(un)?load_plugin$
257
- /lib(32|64)?/awn/applets/.*/.*\.so ^awl_applet_factory_initp$
258
- /lib(32|64)?/rxtx-2/.*\.so ^translate_((data|stop)_bits|parity|speed)$
259
- /php/extensions/.*/.*\.so ^get_module$
260
- /lib(32|64)?/licq/licq_.*\.so ^LP_(Build(Date|Time)|ConfigFile|Description|Exit|Init|Main(_tep)?|Name|Status|Usage|Version)$
261
- /lib(32|64)?/gambas2?/gb\..*\.so ^GB_(INIT|EXIT|CLASSES)$
262
- /lib(32|64)?/SpiralPlugins/.*\.so ^SpiralPlugin_(CreateInstance|Get(GroupName|Icon|ID))$
263
- /lib(32|64)?/initng/.*\.so ^(module_(init|unload|needs)|plugin_api_version)$
264
- /lib(32|64)?/ser/modules/.*\.so ^(exports|module_(version|flags))$
265
- /lib(32|64)?/gimageview/.*/.*\.so ^gimv_plugin_info$
266
- /lib(32|64)?/asterisk/modules/.*\.so ^(description|key|(un)?load_module|usecount|reload)$
267
- /lib(32|64)?/emerald/engines/.*\.so ^(init_engine|layout_engine_(settings|colors))$
268
- /lib(32|64)?/compiz/.*\.so ^getCompPluginInfo(20070830)?$
269
- /lib(32|64)?/gmpc/plugins/.*\.so ^plugin(|_api_version)$
270
- /lib(32|64)?/znc/.*\.so ^((Unl|L)oad|Get(Version|Description)|IsGlobal)$
271
- /lib(32|64)?/sweep/.*\.so ^plugin$
272
- /lib(32|64)?/gpac/gm_.*\.so ^(Query|Shutdown)Interface$
273
- /lib(32|64)?/k3d/plugins/k3d-.*\.module ^register_k3d_plugins$
274
- /lib(32|64)?/frei0r-1/.*\.so ^f0r_((con|de)struct|(de)?init||get_(param_(info|value)|plugin_info)|set_param_value|update2?)$
275
- /lib(32|64)?/kvirc/[0-9\.]+/modules/.*\.so ^KVIrc_module_info$
276
- /lib(32|64)?/ModemManager/libmm.*\.so ^mm_plugin_(create|major_version)$
277
- /lib(32|64)?/rsyslog/.*\.so ^modInit$
278
- /lib(32|64)?/(connman|flimflam)/plugins/.*\.so ^connman_plugin_desc$
279
- /lib(32|64)?/pppd/[0-9.]\+/.*\.so ^pppd_version$
280
- /lib(32|64)?/device-mapper/.*\.so ^(process_event|(un)?register_device)$
281
- /lib(32|64)?/weechat/plugins/.*\.so ^weechat_plugin_((api_)?version|author|description|end|init|license|name)$
282
- /lib(32|64)?/leechcraft/plugins/.*\.so ^GetAPILevels$
283
- /lib(32|64)?/ADM_plugins/videoFilter/.*\.so ^ADM_VF_getDescriptor$
284
- /lib(32|64)?/.*/.*\.so ^peas_register_types$
285
- /lib(32|64)?/plugins/.*\.so ^GemRBPlugin_
286
- /lib(32|64)?/geany/.*\.so ^plugin_
287
- /lib(32|64)?/yafaray/.*\.so ^registerPlugin$