Searched refs:temp_bc (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-parser.h95 yasm_bytecode *temp_bc; member in struct:yasm_parser_gas
H A Dgas-parse.c1745 yasm_bytecode *bc = NULL, *temp_bc; local
1754 temp_bc = yasm_section_bcs_append(cursect, bc);
1755 if (temp_bc)
1756 parser_gas->prev_bc = temp_bc;
1761 temp_bc,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
H A Dnasm-parse.c220 yasm_bytecode *bc = NULL, *temp_bc; local
262 temp_bc = NULL;
264 temp_bc = yasm_section_bcs_append(cursect, bc);
265 if (temp_bc)
266 parser_nasm->prev_bc = temp_bc;
268 temp_bc = NULL;
272 yasm_linemap_add_source(parser_nasm->linemap, temp_bc,

Completed in 63 milliseconds