dlvsym             47 plugin/pid/pid_syscallsreal.c   pid_real_func_addr[PIDVIRT_ENUM(name)] = dlvsym(RTLD_NEXT, #name, v); \
dlvsym            272 syscallsreal.c     _real_func_addr[ENUM(pthread_create)] = dlvsym(RTLD_NEXT, "pthread_create",
dlvsym            277 syscallsreal.c     void *addr = dlvsym(RTLD_NEXT, "pthread_create", "GLIBC_2.4");
dlvsym            287 syscallsreal.c   _real_func_addr[ENUM(name)] = dlvsym(RTLD_NEXT, #name, pthread_sym_ver);
dlvsym            304 syscallsreal.c     void *addr = dlvsym(RTLD_NEXT, "pthread_cond_signal", ver_2_4);