Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dbytecode.h287 #define yasm_bc__next(bc) STAILQ_NEXT(bc, link) macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
Ddwarf2-line.c347 bc = yasm_bc__next(bc); in dwarf2_dbgfmt_finalize_locs()
516 /*@null@*/ yasm_bytecode *nextbc = yasm_bc__next(bc); in dwarf2_generate_line_bc()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
Dcv-symline.c434 /*@null@*/ yasm_bytecode *nextbc = yasm_bc__next(bc); in cv_generate_line_bc()