_libc_dlsym_fnptr  410 dmtcpplugin.cpp   static dlsym_fnptr_t _libc_dlsym_fnptr = NULL;
_libc_dlsym_fnptr  417 dmtcpplugin.cpp   if (_libc_dlsym_fnptr == NULL) {
_libc_dlsym_fnptr  428 dmtcpplugin.cpp     _libc_dlsym_fnptr = (dlsym_fnptr_t)((char *)&LIBDL_BASE_FUNC +
_libc_dlsym_fnptr  432 dmtcpplugin.cpp   return (void*) _libc_dlsym_fnptr;
_libc_dlsym_fnptr  114 plugin/pid/pid_syscallsreal.c   static dlsym_fnptr_t _libc_dlsym_fnptr = NULL;
_libc_dlsym_fnptr  115 plugin/pid/pid_syscallsreal.c   if (_libc_dlsym_fnptr == NULL) {
_libc_dlsym_fnptr  116 plugin/pid/pid_syscallsreal.c     _libc_dlsym_fnptr = (dlsym_fnptr_t) dmtcp_get_libc_dlsym_addr();
_libc_dlsym_fnptr  119 plugin/pid/pid_syscallsreal.c   return (void*) (*_libc_dlsym_fnptr) ( handle, symbol );
_libc_dlsym_fnptr  354 syscallsreal.c   static dlsym_fnptr_t _libc_dlsym_fnptr = NULL;
_libc_dlsym_fnptr  355 syscallsreal.c   if (_libc_dlsym_fnptr == NULL) {
_libc_dlsym_fnptr  356 syscallsreal.c     _libc_dlsym_fnptr = dmtcp_get_libc_dlsym_addr();
_libc_dlsym_fnptr  366 syscallsreal.c   void *res = (*_libc_dlsym_fnptr) (handle, symbol);