_real_ 34 jalibinterface.cpp #define INIT_JALIB_FPTR(name) jalibFuncPtrs.name = _real_ ## name;
_real_ 320 plugin/svipc/dmtcp-test.h static __typeof__(&func) _real_##func = (__typeof__(&func)) -1; \
_real_ 321 plugin/svipc/dmtcp-test.h if (_real_##func == (__typeof__(&func)) -1) { \
_real_ 325 plugin/svipc/dmtcp-test.h _real_##func = (__typeof__(&func)) (*dlsym_fnptr) (RTLD_NEXT, #func);\
_real_ 327 plugin/svipc/dmtcp-test.h _real_##func;})