Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dpreproc.h44 typedef struct yasm_preproc_module { struct
46 const char *name;
49 const char *keyword;
64 /*@only@*/ yasm_preproc * (*create) (const char *in_filename,
72 void (*destroy) (/*@only@*/ yasm_preproc *preproc);
77 char * (*get_line) (yasm_preproc *preproc);
82 size_t (*get_included_file) (yasm_preproc *preproc, /*@out@*/ char *buf,
109 } yasm_preproc_module; argument