HomeSort by relevance Sort by last modified time
    Searched refs:yasm_bc_create_common (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bc-org.c 151 return yasm_bc_create_common(&bc_org_callback, org, line);
bc-reserve.c 138 return yasm_bc_create_common(&bc_reserve_callback, reserve, line);
bc-align.c 244 return yasm_bc_create_common(&bc_align_callback, align, line);
bc-incbin.c 264 return yasm_bc_create_common(&bc_incbin_callback, incbin, line);
bytecode.h 238 /*@only@*/ yasm_bytecode *yasm_bc_create_common
bytecode.c 96 yasm_bc_create_common(const yasm_bytecode_callback *callback, void *contents, function
bc-data.c 267 yasm_bytecode *bc = yasm_bc_create_common(&bc_data_callback, data, line);
section.c 335 bc = yasm_bc_create_common(NULL, NULL, 0);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-symline.c 263 bc = yasm_bc_create_common(&cv_sym_bc_callback, cvs, 0);
293 bc = yasm_bc_create_common(&cv_sym_bc_callback, cvs, 0);
310 bc = yasm_bc_create_common(&cv_sym_bc_callback, cvs, 0);
328 bc = yasm_bc_create_common(&cv_sym_bc_callback, cvs, 0);
627 bc = yasm_bc_create_common(&cv8_lineinfo_bc_callback, li, 0);
690 bc = yasm_bc_create_common(&cv8_symhead_bc_callback, head, 0);
774 bc = yasm_bc_create_common(&cv8_fileinfo_bc_callback, fi, 0);
    [all...]
cv-type.c 530 bc = yasm_bc_create_common(&cv_type_bc_callback, type, 0);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
stabs-dbgfmt.c 184 bc = yasm_bc_create_common(&stabs_bc_str_callback, yasm__xstrdup(str), 0);
213 bc = yasm_bc_create_common(&stabs_bc_stab_callback, stab,
368 dbgbc = yasm_bc_create_common(&stabs_bc_stab_callback, stab, 0);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-info.c 279 abc = yasm_bc_create_common(&dwarf2_abbrev_bc_callback, abbrev, 0);
352 abc = yasm_bc_create_common(&dwarf2_abbrev_bc_callback, abbrev, 0);
dwarf2-line.c 261 bc = yasm_bc_create_common(&dwarf2_line_op_bc_callback, line_op, 0);
290 bc = yasm_bc_create_common(&dwarf2_line_op_bc_callback, line_op, 0);
314 bc = yasm_bc_create_common(&dwarf2_line_op_bc_callback, line_op, 0);
719 sppbc = yasm_bc_create_common(&dwarf2_spp_bc_callback, spp, 0);
    [all...]
dwarf2-dbgfmt.c 199 bc = yasm_bc_create_common(&dwarf2_head_bc_callback, head, 0);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
win64-except.c 147 infobc = yasm_bc_create_common(&win64_uwinfo_bc_callback, info, line);
152 codebc = yasm_bc_create_common(&win64_uwcode_bc_callback, code,
coff-objfmt.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3bid.re 449 *bc = yasm_bc_create_common(&lc3b_id_insn_callback, id_insn, line);
479 return yasm_bc_create_common(&lc3b_id_insn_callback, id_insn, line);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86id.c     [all...]

Completed in 212 milliseconds