Load Functions from Shared Libraries
Loading the partial shared library can be beneficial for two reasons:
- Original shared library can be very large sometimes(100+ Mb).
- Original shared library is not accessible until runtime(OEM specific libraries such OpenCL).