Searched defs:yasm_objfmt_module (Results 1 – 2 of 2) sorted by relevance
44 struct yasm_objfmt_module { struct46 const char *name;49 const char *keyword;54 /*@null@*/ const char *extension;59 const unsigned char default_x86_mode_bits;62 const unsigned char id_at_ok;69 const char **dbgfmt_keywords;74 const char *default_dbgfmt_keyword;77 /*@null@*/ const yasm_directive *directives;80 const yasm_stdmac *stdmacs;[all …]
51 typedef struct yasm_objfmt_module yasm_objfmt_module; typedef