Searched refs:yasm_preproc_get_line (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dpreproc.h74 /** Module-level implementation of yasm_preproc_get_line().
75 * Call yasm_preproc_get_line() instead of calling this function.
135 char *yasm_preproc_get_line(yasm_preproc *preproc);
190 #define yasm_preproc_get_line(preproc) \ macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-token.re64 parser_gas->line = yasm_preproc_get_line(parser_gas->preproc);
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
H A Dyasm.c319 while ((preproc_buf = yasm_preproc_get_line(cur_preproc)) != NULL) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
H A Dnasm-parse.c219 yasm_preproc_get_line(parser_nasm->preproc)) != NULL) {

Completed in 297 milliseconds