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