Home
last modified time | relevance | path

Searched refs:yasm_preproc (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dpreproc.h64 /*@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);
108 void (*add_standard) (yasm_preproc *preproc, const char **macros);
122 /*@only@*/ yasm_preproc *yasm_preproc_create
[all …]
Dcoretype.h40 typedef struct yasm_preproc yasm_preproc; typedef
Dparser.h63 (yasm_object *object, yasm_preproc *pp, int save_input,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/raw/
Draw-preproc.c44 static yasm_preproc *
64 return (yasm_preproc *)preproc_raw; in raw_preproc_create()
68 raw_preproc_destroy(yasm_preproc *preproc) in raw_preproc_destroy()
74 raw_preproc_get_line(yasm_preproc *preproc) in raw_preproc_get_line()
118 raw_preproc_get_included_file(yasm_preproc *preproc, char *buf, in raw_preproc_get_included_file()
126 raw_preproc_add_include_file(yasm_preproc *preproc, const char *filename) in raw_preproc_add_include_file()
132 raw_preproc_predefine_macro(yasm_preproc *preproc, const char *macronameval) in raw_preproc_predefine_macro()
138 raw_preproc_undefine_macro(yasm_preproc *preproc, const char *macroname) in raw_preproc_undefine_macro()
144 raw_preproc_define_builtin(yasm_preproc *preproc, const char *macronameval) in raw_preproc_define_builtin()
150 raw_preproc_add_standard(yasm_preproc *preproc, const char **macros) in raw_preproc_add_standard()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
Dnasm-preproc.c133 static yasm_preproc *
164 return (yasm_preproc *)preproc_nasm; in nasm_preproc_create()
168 nasm_preproc_destroy(yasm_preproc *preproc) in nasm_preproc_destroy()
182 nasm_preproc_get_line(yasm_preproc *preproc) in nasm_preproc_get_line()
233 nasm_preproc_get_included_file(yasm_preproc *preproc, /*@out@*/ char *buf, in nasm_preproc_get_included_file()
272 nasm_preproc_add_include_file(yasm_preproc *preproc, const char *filename) in nasm_preproc_add_include_file()
278 nasm_preproc_predefine_macro(yasm_preproc *preproc, const char *macronameval) in nasm_preproc_predefine_macro()
286 nasm_preproc_undefine_macro(yasm_preproc *preproc, const char *macroname) in nasm_preproc_undefine_macro()
294 nasm_preproc_define_builtin(yasm_preproc *preproc, const char *macronameval) in nasm_preproc_define_builtin()
302 nasm_preproc_add_standard(yasm_preproc *preproc, const char **macros) in nasm_preproc_add_standard()
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/
Dcpp-preproc.c186 static yasm_preproc *
213 return (yasm_preproc *)pp; in cpp_preproc_create()
217 cpp_preproc_destroy(yasm_preproc *preproc) in cpp_preproc_destroy()
235 cpp_preproc_get_line(yasm_preproc *preproc) in cpp_preproc_get_line()
290 cpp_preproc_get_included_file(yasm_preproc *preproc, char *buf, in cpp_preproc_get_included_file()
338 cpp_preproc_add_include_file(yasm_preproc *preproc, const char *filename) in cpp_preproc_add_include_file()
350 cpp_preproc_predefine_macro(yasm_preproc *preproc, const char *macronameval) in cpp_preproc_predefine_macro()
362 cpp_preproc_undefine_macro(yasm_preproc *preproc, const char *macroname) in cpp_preproc_undefine_macro()
374 cpp_preproc_define_builtin(yasm_preproc *preproc, const char *macronameval) in cpp_preproc_define_builtin()
381 cpp_preproc_add_standard(yasm_preproc *preproc, const char **macros) in cpp_preproc_add_standard()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
Dnasm-parser.c35 nasm_do_parse(yasm_object *object, yasm_preproc *pp, int save_input, in nasm_do_parse()
79 nasm_parser_do_parse(yasm_object *object, yasm_preproc *pp, in nasm_parser_do_parse()
111 tasm_parser_do_parse(yasm_object *object, yasm_preproc *pp, in tasm_parser_do_parse()
Dnasm-parser-struct.h53 /*@dependent@*/ yasm_preproc *preproc;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
Dgas-parser.c38 gas_parser_do_parse(yasm_object *object, yasm_preproc *pp, in gas_parser_do_parse()
Dgas-parser.h89 /*@dependent@*/ yasm_preproc *preproc;
Dgas-token.re92 return yasm_preproc_input((yasm_preproc *)d, (char *)buf, max);
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
Dtasm.c65 /*@null@*/ /*@dependent@*/ static yasm_preproc *cur_preproc = NULL;
850 void (*funcs[3])(yasm_preproc *, const char *); in apply_preproc_saved_options()
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
Dyasm.c59 /*@null@*/ /*@dependent@*/ static yasm_preproc *cur_preproc = NULL;
1229 void (*funcs[3])(yasm_preproc *, const char *); in apply_preproc_saved_options()