Searched refs:image4_xnu_callable (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.101.15/libkern/libkern/image4/ |
| H A D | api.h | 53 #define image4_xnu_callable(_f, _v, _rv, ...) ({ \ macro 60 image4_xnu_callable(_f, _v, NULL, ## __VA_ARGS__) 63 image4_xnu_callable(_f, _v, ENOSYS, ## __VA_ARGS__) 163 image4_xnu_callable(cs_trap_vector_size, 0, -1, ## __VA_ARGS__)
|