Searched refs:PTR_TO_FUNC (Results 1 – 1 of 1) sorted by relevance
42 #define PTR_TO_FUNC(x) (int (*)(int))((uintptr_t)(x) | 0x1) macro49 #define PTR_TO_FUNC(x) (int (*)(int))(x) macro62 int (*func)(int i) = PTR_TO_FUNC(dst); in execute_from_buffer()