dlsym_fnptr_t     407 dmtcpplugin.cpp typedef void* (*dlsym_fnptr_t) (void *handle, const char *symbol);
dlsym_fnptr_t     410 dmtcpplugin.cpp   static dlsym_fnptr_t _libc_dlsym_fnptr = NULL;
dlsym_fnptr_t     428 dmtcpplugin.cpp     _libc_dlsym_fnptr = (dlsym_fnptr_t)((char *)&LIBDL_BASE_FUNC +
dlsym_fnptr_t      38 plugin/pid/pid_syscallsreal.c typedef void* (*dlsym_fnptr_t) (void *handle, const char *symbol);
dlsym_fnptr_t     114 plugin/pid/pid_syscallsreal.c   static dlsym_fnptr_t _libc_dlsym_fnptr = NULL;
dlsym_fnptr_t     116 plugin/pid/pid_syscallsreal.c     _libc_dlsym_fnptr = (dlsym_fnptr_t) dmtcp_get_libc_dlsym_addr();
dlsym_fnptr_t     349 syscallsreal.c typedef void* (*dlsym_fnptr_t) (void *handle, const char *symbol);
dlsym_fnptr_t     354 syscallsreal.c   static dlsym_fnptr_t _libc_dlsym_fnptr = NULL;