Searched defs:yasm_dbgfmt_module (Results 1 – 2 of 2) sorted by relevance
44 struct yasm_dbgfmt_module { struct46 const char *name;49 const char *keyword;52 /*@null@*/ const yasm_directive *directives;60 /*@null@*/ /*@only@*/ yasm_dbgfmt * (*create) (yasm_object *object);88 (const yasm_dbgfmt_module *module, yasm_object *object); argument
53 typedef struct yasm_dbgfmt_module yasm_dbgfmt_module; typedef