ifunc_resolver()1 __attribute__((used)) static void *ifunc_resolver() {
2   return 0;
3 }
4 
5 void ifunc() __attribute__((ifunc("ifunc_resolver")));
6