1 /* Used by the elf ifunc tests. */
2 #ifndef ELF_IFUNC_SEL_H
3 #define ELF_IFUNC_SEL_H 1
8 inhibit_stack_protector
9 ifunc_sel (int (*f1
) (void), int (*f2
) (void), int (*f3
) (void))
23 inhibit_stack_protector
24 ifunc_one (int (*f1
) (void))