Home
last modified time | relevance | path

Searched refs:yasm_bc_next_offset (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dbytecode.c208 dist1 = yasm_bc_next_offset(precbc1); in yasm_calc_bc_dist()
209 dist2 = yasm_bc_next_offset(precbc2); in yasm_calc_bc_dist()
220 yasm_bc_next_offset(yasm_bytecode *precbc) in yasm_bc_next_offset() function
Dsection.c999 span->rel_term->new_val = yasm_bc_next_offset(rel_precbc) - in span_create_terms()
1073 long pos_thres = (long)yasm_bc_next_offset(bc); in update_all_bc_offsets()
1075 (long)yasm_bc_next_offset(prevbc), in update_all_bc_offsets()
1335 os->thres = yasm_bc_next_offset(bc); in yasm_object_optimize()
1426 yasm_bc_next_offset(span->rel_term->precbc2) - in yasm_object_optimize()
1430 yasm_bc_next_offset(span->rel_term->precbc); in yasm_object_optimize()
1450 os->thres = yasm_bc_next_offset(os->bc); in yasm_object_optimize()
Dbytecode.h446 unsigned long yasm_bc_next_offset(yasm_bytecode *precbc);
Dvalue.c593 dist = yasm_bc_next_offset(rel_prevbc); in yasm_value_get_intnum()
695 dist = yasm_bc_next_offset(rel_prevbc); in yasm_value_output_basic()
Dexpr.c1417 yasm_bc_next_offset(e->terms[i].data.precbc)); in yasm_expr_print()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
Dstabs-dbgfmt.c186 bc->offset = yasm_bc_next_offset(yasm_section_bcs_last(sect)); in stabs_dbgfmt_append_bcstr()
216 bc->offset = yasm_bc_next_offset(yasm_section_bcs_last(sect)); in stabs_dbgfmt_append_stab()
394 stab->value = yasm_bc_next_offset(laststr); in stabs_dbgfmt_generate()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
Dcv-dbgfmt.c86 bc->offset = yasm_bc_next_offset(precbc); in yasm_cv__append_bc()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
Dxdf-objfmt.c299 xsd->size = yasm_bc_next_offset(yasm_section_bcs_last(sect)); in xdf_objfmt_output_section()
314 if (xsd->size != yasm_bc_next_offset(yasm_section_bcs_last(sect))) in xdf_objfmt_output_section()
485 value += yasm_bc_next_offset(precbc); in xdf_objfmt_output_sym()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
Drdf-objfmt.c260 intn_plus = yasm_bc_next_offset(precbc); in rdf_objfmt_output_value()
349 size = yasm_bc_next_offset(yasm_section_bcs_last(sect)); in rdf_objfmt_output_section_mem()
552 value = yasm_bc_next_offset(precbc); in rdf_objfmt_output_sym()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
Ddwarf2-dbgfmt.c143 bc->offset = yasm_bc_next_offset(precbc); in yasm_dwarf2__append_bc()
Ddwarf2-line.c663 addr_delta = yasm_bc_next_offset(bc) - state.precbc->offset; in dwarf2_generate_line_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-objfmt.c341 value = yasm_bc_next_offset(precbc); in elf_objfmt_build_symtab()
541 intn_val = yasm_bc_next_offset(sym_precbc); in elf_objfmt_output_value()
659 sectsize = yasm_intnum_create_uint(yasm_bc_next_offset(last)); in elf_objfmt_output_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
Dmacho-objfmt.c543 intn_plus += msd->vmoff + yasm_bc_next_offset(sym_precbc); in macho_objfmt_output_value()
879 value += yasm_bc_next_offset(precbc); in macho_objfmt_output_symtable()
1005 msd->size = yasm_bc_next_offset(yasm_section_bcs_last(sect)); in macho_objfmt_calc_sectsize()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dcoff-objfmt.c443 info->addr += yasm_bc_next_offset(yasm_section_bcs_last(sect)); in coff_objfmt_set_section_addr()
561 intn_val = yasm_bc_next_offset(sym_precbc); in coff_objfmt_output_value()
792 csd->size = yasm_bc_next_offset(yasm_section_bcs_last(sect)); in coff_objfmt_output_section()
808 csd->size != yasm_bc_next_offset(yasm_section_bcs_last(sect))) in coff_objfmt_output_section()
1043 value += yasm_bc_next_offset(precbc); in coff_objfmt_output_sym()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
Dbin-objfmt.c689 yasm_intnum_set_uint(info->intn, yasm_bc_next_offset(precbc)); in map_symrec_output()
695 yasm_intnum_set_uint(info->intn, yasm_bc_next_offset(precbc)); in map_symrec_output()