|
- dlsym () — Obtain the address of a symbol from a dlopen () object - IBM
Obtains the address of a symbol defined within a dynamic link library (DLL) made accessible through a dlopen () call The handle argument is the value returned from a call to dlopen () (which has not been released by a call to dlclose ()), and name is the symbol's name as a character string
- Mastering the dlsym () Function for Flexible Code Extensibility
In this comprehensive guide from a Linux expert perspective, we will unpack everything developers need to know in order to safely leverage dlsym () for unlocking dynamic linking capabilities
- dlsym - pubs. opengroup. org
dlsym () allows a process to obtain the address of a symbol defined within an object made accessible through a dlopen () call handle is the value returned from a call to dlopen () (and which has not since been released via a call to dlclose ()), name is the symbol's name as a character string
|
|
|