Home
last modified time | relevance | path

Searched defs:yasm_dbgfmt_module (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Ddbgfmt.h44 struct yasm_dbgfmt_module { struct
46 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
Dcoretype.h53 typedef struct yasm_dbgfmt_module yasm_dbgfmt_module; typedef