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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
preproc.h 34 /** Base #yasm_preproc structure. Must be present as the first element in any
35 * #yasm_preproc implementation.
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,
88 void (*add_include_file) (yasm_preproc *preproc, const char *filename);
93 void (*predefine_macro) (yasm_preproc *preproc, const char *macronameval);
98 void (*undefine_macro) (yasm_preproc *preproc, const char *macroname);
103 void (*define_builtin) (yasm_preproc *preproc, const char *macronameval)
    [all...]
parser.h 63 (yasm_object *object, yasm_preproc *pp, int save_input,
coretype.h 40 typedef struct yasm_preproc yasm_preproc; typedef in typeref:struct:yasm_preproc
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/raw/
raw-preproc.c 44 static yasm_preproc *
64 return (yasm_preproc *)preproc_raw;
68 raw_preproc_destroy(yasm_preproc *preproc)
74 raw_preproc_get_line(yasm_preproc *preproc)
118 raw_preproc_get_included_file(yasm_preproc *preproc, char *buf,
126 raw_preproc_add_include_file(yasm_preproc *preproc, const char *filename)
132 raw_preproc_predefine_macro(yasm_preproc *preproc, const char *macronameval)
138 raw_preproc_undefine_macro(yasm_preproc *preproc, const char *macroname)
144 raw_preproc_define_builtin(yasm_preproc *preproc, const char *macronameval)
150 raw_preproc_add_standard(yasm_preproc *preproc, const char **macros
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-preproc.c 133 static yasm_preproc *
164 return (yasm_preproc *)preproc_nasm;
168 nasm_preproc_destroy(yasm_preproc *preproc)
182 nasm_preproc_get_line(yasm_preproc *preproc)
233 nasm_preproc_get_included_file(yasm_preproc *preproc, /*@out@*/ char *buf,
272 nasm_preproc_add_include_file(yasm_preproc *preproc, const char *filename)
278 nasm_preproc_predefine_macro(yasm_preproc *preproc, const char *macronameval)
286 nasm_preproc_undefine_macro(yasm_preproc *preproc, const char *macroname)
294 nasm_preproc_define_builtin(yasm_preproc *preproc, const char *macronameval)
302 nasm_preproc_add_standard(yasm_preproc *preproc, const char **macros
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/
cpp-preproc.c 186 static yasm_preproc *
213 return (yasm_preproc *)pp;
217 cpp_preproc_destroy(yasm_preproc *preproc)
235 cpp_preproc_get_line(yasm_preproc *preproc)
290 cpp_preproc_get_included_file(yasm_preproc *preproc, char *buf,
338 cpp_preproc_add_include_file(yasm_preproc *preproc, const char *filename)
350 cpp_preproc_predefine_macro(yasm_preproc *preproc, const char *macronameval)
362 cpp_preproc_undefine_macro(yasm_preproc *preproc, const char *macroname)
374 cpp_preproc_define_builtin(yasm_preproc *preproc, const char *macronameval)
381 cpp_preproc_add_standard(yasm_preproc *preproc, const char **macros
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.c 35 nasm_do_parse(yasm_object *object, yasm_preproc *pp, int save_input,
79 nasm_parser_do_parse(yasm_object *object, yasm_preproc *pp,
111 tasm_parser_do_parse(yasm_object *object, yasm_preproc *pp,
nasm-parser-struct.h 53 /*@dependent@*/ yasm_preproc *preproc;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parser.c 38 gas_parser_do_parse(yasm_object *object, yasm_preproc *pp,
gas-parser.h 89 /*@dependent@*/ yasm_preproc *preproc;
gas-token.re 92 return yasm_preproc_input((yasm_preproc *)d, (char *)buf, max);
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c 65 /*@null@*/ /*@dependent@*/ static yasm_preproc *cur_preproc = NULL;
850 void (*funcs[3])(yasm_preproc *, const char *);
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 59 /*@null@*/ /*@dependent@*/ static yasm_preproc *cur_preproc = NULL;
    [all...]

Completed in 217 milliseconds