Add private API for finding symbols on Linux
authorGlenn Watson <glenn.watson@nokia.com>
Thu, 10 May 2012 04:52:41 +0000 (14:52 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 15 May 2012 02:55:47 +0000 (04:55 +0200)
commit87362f3f58056e29563936102b29070f3e7e945a
treead92450ac6b4bfc5964fa16374a6e9811ecc09f2
parentcff6e39cd1aea203751113124f6d05d4198cabcd
Add private API for finding symbols on Linux

Add an API for use by declarative that allows searching for a
symbol that has been loaded, without opening a specific library.
This makes it possible for declarative to determine if the
profiling library has been preloaded, and to call functions on
it that enable / disable / save the current profile.

Change-Id: I2ec12d9babea2a152990c19735e98d4d7c10a062
Reviewed-by: Martin Jones <martin.jones@nokia.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/corelib/plugin/qlibrary_unix.cpp