Searched refs:SM_EXC_T (Results 1 – 6 of 6) sorted by relevance
27 typedef struct sm_exc SM_EXC_T; typedef42 void (*etype_print) __P((SM_EXC_T *, SM_FILE_T *));51 SM_EXC_T *_exc,65 SM_EXC_T *v_exc;84 extern SM_EXC_T *89 extern SM_EXC_T *91 SM_EXC_T *_exc));95 SM_EXC_T *_exc));99 SM_EXC_T *_exc,104 SM_EXC_T *_exc,[all …]
111 extern SM_EXC_T SmHeapOutOfMemory;
55 SM_EXC_T *exc; in sm_etype_printf()153 SM_EXC_T *exc,158 SM_EXC_T *exc; in sm_etype_os_print()234 static SM_EXC_T *sm_exc_vnew_x __P((const SM_EXC_TYPE_T *, va_list SM_NONVOLATILE));236 static SM_EXC_T *247 SM_EXC_T * volatile exc = NULL;262 exc = sm_malloc_x(sizeof(SM_EXC_T));288 argv[i].v_exc = SM_VA_ARG(ap, SM_EXC_T*);352 sm_exc_free(SM_VA_ARG(ap, SM_EXC_T*));405 SM_EXC_T *[all …]
60 SM_EXC_T SmHeapOutOfMemory = SM_EXC_INITIALIZER(&SmHeapOutOfMemoryType, NULL);
54 SM_EXC_T *exc; in fatal_error()
2539 extern void fatal_error __P((SM_EXC_T *));