Home
last modified time | relevance | path

Searched refs:yasm_bc_get_multiple_expr (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dbytecode.h534 const yasm_expr *yasm_bc_get_multiple_expr(const yasm_bytecode *bc);
Dbytecode.c375 yasm_bc_get_multiple_expr(const yasm_bytecode *bc) in yasm_bc_get_multiple_expr() function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
Dnasm-parse.c250 multiple = yasm_bc_get_multiple_expr(bc); in nasm_parser_parse()