HomeSort by relevance Sort by last modified time
    Searched refs:coff_unwind_info (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
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,
win64-except.c 93 coff_unwind_info *
96 coff_unwind_info *info = yasm_xmalloc(sizeof(coff_unwind_info));
110 yasm_win64__uwinfo_destroy(coff_unwind_info *info)
128 yasm_win64__unwind_generate(yasm_section *xdata, coff_unwind_info *info,
196 yasm_win64__uwinfo_destroy((coff_unwind_info *)contents);
208 coff_unwind_info *info = (coff_unwind_info *)bc->contents;
225 coff_unwind_info *info = (coff_unwind_info *)bc->contents
    [all...]
coff-objfmt.c 191 /*@null@*/ coff_unwind_info *unwind; /* Unwind info */
    [all...]

Completed in 835 milliseconds