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>
Mon, 6 Aug 2012 12:13:00 +0000 (14:13 +0200)
commit68242a42f74d20cc15194aad8ee0f110fad4c5df
tree02e2187136dd5aef4b741d916a99a6f947bcf857
parent810ef68a6e1cde1a9140a598f9b043b161bd8ff9
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]