Searched refs:rseq_func_t (Results 1 – 1 of 1) sorted by relevance
57 typedef uintptr_t (*rseq_func_t)(uintptr_t); typedef73 rseq_func_t s_func; /* step function; ignored if NULL */145 #define RSEQT(func, cb) { (rseq_func_t)(uintptr_t)(func), #func, \