Skip to content
Snippets Groups Projects
Forked from oai / openairinterface5G
20883 commits behind the upstream repository.

loader_shlibfunc_tstructure

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.

Fields Description I/O
fname symbol name, is passed to the dlsym system call performed by the loader to get a pointer to the symbol I
fptr pointer to the symbol name, set by the loader. fptr is defined as a int (*fptr)(void) function type O

loader home page
loader developer home page