// -rdynamic extern void hoge(); hoge(); } #include void hoge(){ void (*a)() = (void(*)(void))dlsym(RTLD_DEFAULT,"catch"); a();