loadershlibfunctstructure

June 5, 2026 ยท View on GitHub

It is defined in include file common/util/load_module_shlib.h . This structure is used to list the symbols that should be searched by the loader when calling the load_module_shlib function.

FieldsDescriptionI/O
fnamesymbol name, is passed to the dlsym system call performed by the loader to get a pointer to the symbolI
fptrpointer to the symbol name, set by the loader. fptr is defined as a int (*fptr)(void) function typeO

loader home page loader developer home page