Searched refs:locallabel_base (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-parser.c48 parser_gas.locallabel_base = (char *)NULL;
98 if (parser_gas.locallabel_base)
99 yasm_xfree(parser_gas.locallabel_base);
H A Dgas-parse-intel.c41 (to)->locallabel_base = (from)->locallabel_base; \
H A Dgas-parser.h78 /*@null@*/ char *locallabel_base; member in struct:yasm_parser_gas
H A Dgas-parse.c1503 if (parser_gas->locallabel_base)
1504 yasm_xfree(parser_gas->locallabel_base);
1506 parser_gas->locallabel_base =
1508 strcpy(parser_gas->locallabel_base, name);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
H A Dnasm-parser.c46 parser_nasm.locallabel_base = (char *)NULL;
71 if (parser_nasm.locallabel_base)
72 yasm_xfree(parser_nasm.locallabel_base);
H A Dnasm-parser-struct.h50 /*@null@*/ char *locallabel_base; member in struct:yasm_parser_nasm
H A Dnasm-parse.c1501 if (parser_nasm->locallabel_base)
1502 yasm_xfree(parser_nasm->locallabel_base);
1504 parser_nasm->locallabel_base =
1506 strcpy(parser_nasm->locallabel_base, name);
H A Dnasm-token.re99 if (!parser_nasm->locallabel_base) {
107 strcpy(lvalp->str_val, parser_nasm->locallabel_base);

Completed in 326 milliseconds