Add shared library utils.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 6 Aug 2012 11:22:07 +0000 (13:22 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Wed, 26 Sep 2012 12:42:17 +0000 (14:42 +0200)
commitdc28fbd281e9b4e666ffc67be2f620bfea82c20e
tree5f125e2cd86cb75547d2bde74defb25d8c1688fc
parent73ccb0c88d53298befa6a896d2bb39a041169b36
Add shared library utils.

Add a few helpers to open shared libraries and load specific symbols
from there.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
src/Makefile.am
src/dso_utils.c [new file with mode: 0644]
src/dso_utils.h [new file with mode: 0644]