runtime_svc.h | 208 } rt_svc_desc_t; typedef in typeref:struct:rt_svc_desc 214 static const rt_svc_desc_t __svc_desc_ ## _name \ 232 CASSERT((sizeof(rt_svc_desc_t) == SIZEOF_RT_SVC_DESC), \ 234 CASSERT(RT_SVC_DESC_INIT == __builtin_offsetof(rt_svc_desc_t, init), \ 236 CASSERT(RT_SVC_DESC_HANDLE == __builtin_offsetof(rt_svc_desc_t, handle), \
|