coff-objfmt.h | 51 typedef struct coff_unwind_info { struct 69 } coff_unwind_info; typedef in typeref:struct:coff_unwind_info 71 coff_unwind_info *yasm_win64__uwinfo_create(void); 72 void yasm_win64__uwinfo_destroy(coff_unwind_info *info); 74 /*@only@*/ coff_unwind_info *info,
|