Home
last modified time | relevance | path

Searched refs:yasm_calc_bc_dist (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
Ddwarf2-aranges.c72 yasm_expr_int(yasm_calc_bc_dist(yasm_section_bcs_first(sect), in dwarf2_generate_aranges_section()
Ddwarf2-dbgfmt.c270 intn = yasm_calc_bc_dist(head->start_prevbc, head->end_prevbc); in dwarf2_head_bc_tobytes()
Ddwarf2-info.c321 yasm_expr_int(yasm_calc_bc_dist( in yasm_dwarf2__generate_info()
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dbytecode.h436 /*@null@*/ /*@only@*/ yasm_intnum *yasm_calc_bc_dist
Dbytecode.c200 yasm_calc_bc_dist(yasm_bytecode *precbc1, yasm_bytecode *precbc2) in yasm_calc_bc_dist() function
Dsection.c942 intn = yasm_calc_bc_dist(precbc, precbc2); in add_span_term()
1414 intn = yasm_calc_bc_dist(span->terms[i].precbc, in yasm_object_optimize()
Dexpr.c299 yasm_intnum *dist = yasm_calc_bc_dist(precbc, precbc2); in expr_xform_bc_dist_cb()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
Dcv-symline.c753 intn = yasm_calc_bc_dist(head->start_prevbc, head->end_prevbc); in cv8_symhead_bc_tobytes()
892 cval = yasm_calc_bc_dist(yasm_section_bcs_first(li->sect), in cv8_lineinfo_bc_tobytes()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
Dbin-objfmt.c291 bsd->length = yasm_calc_bc_dist(yasm_section_bcs_first(sect), in bin_lma_create_group()
509 (dist = yasm_calc_bc_dist(yasm_section_bcs_first(sect), precbc))) { in bin_objfmt_expr_xform()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dcoff-objfmt.c515 dist = yasm_calc_bc_dist(wrt_precbc, rel_precbc); in coff_objfmt_output_value()