Home
last modified time | relevance | path

Searched refs:yasm_symrec_get_label (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dvalue.c236 if (!yasm_symrec_get_label(sym, &precbc)) { in value_finalize_scan()
247 && yasm_symrec_get_label(e->terms[j].data.sym, in value_finalize_scan()
584 sym_local = yasm_symrec_get_label(value->rel, &rel_prevbc); in yasm_value_get_intnum()
686 sym_local = yasm_symrec_get_label(value->rel, &rel_prevbc); in yasm_value_output_basic()
Dsymrec.h322 int yasm_symrec_get_label(const yasm_symrec *sym,
Dsymrec.c548 yasm_symrec_get_label(const yasm_symrec *sym, in yasm_symrec_get_label() function
Dexpr.c257 if (sym && !yasm_symrec_get_label(sym, &precbc)) in expr_xform_bc_dist_base()
264 yasm_symrec_get_label(e->terms[j].data.sym, &precbc2)) || in expr_xform_bc_dist_base()
Dsection.c983 sym_local = yasm_symrec_get_label(span->depval.rel, &rel_precbc); in span_create_terms()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
Dlc3bbc.c147 && (!yasm_symrec_get_label(insn->imm.rel, &target_prevbc) in lc3b_bc_insn_calc_len()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
Dmacho-objfmt.c538 if (yasm_symrec_get_label(value->rel, &sym_precbc)) { in macho_objfmt_output_value()
669 if (yasm_symrec_get_label(reloc->reloc.sym, &precbc) && in macho_objfmt_output_relocs()
708 if (yasm_symrec_get_label(sym, &precbc)) { in macho_objfmt_is_section_label()
856 if (yasm_symrec_get_label(sym, &precbc)) { in macho_objfmt_output_symtable()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
Dbin-objfmt.c505 yasm_symrec_get_label(e->terms[i].data.sym, &precbc)) || in bin_objfmt_expr_xform()
658 } else if (yasm_symrec_get_label(sym, &precbc) && in map_symrec_count()
683 } else if (yasm_symrec_get_label(sym, &precbc) && in map_symrec_output()
916 } else if (yasm_symrec_get_label(value->rel, &precbc) in bin_objfmt_output_value()
1840 if (!yasm_symrec_get_label(symrec, &prevbc)) in get_sym()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
Drdf-objfmt.c248 if (yasm_symrec_get_label(value->rel, &precbc)) { in rdf_objfmt_output_value()
536 if (yasm_symrec_get_label(sym, &precbc)) { in rdf_objfmt_output_sym()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dcoff-objfmt.c509 if (!yasm_symrec_get_label(sym, &rel_precbc) in coff_objfmt_output_value()
510 || !yasm_symrec_get_label(value->wrt, &wrt_precbc)) { in coff_objfmt_output_value()
554 if (yasm_symrec_get_label(sym, &sym_precbc)) { in coff_objfmt_output_value()
1023 if (yasm_symrec_get_label(sym, &precbc)) { in coff_objfmt_output_sym()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-objfmt.c286 if (!yasm_symrec_get_label(sym, &precbc)) { in elf_objfmt_build_symtab()
533 if (yasm_symrec_get_label(sym, &sym_precbc)) { in elf_objfmt_output_value()
Delf.c518 if (yasm_symrec_get_label(entry->sym, &precbc) && in elf_symtab_write_to_file()
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
Dsymrec.pxi78 if yasm_symrec_get_label(self.sym, &bc):
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
Dxdf-objfmt.c469 if (yasm_symrec_get_label(sym, &precbc)) { in xdf_objfmt_output_sym()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
Dx86bc.c704 && (!yasm_symrec_get_label(jmp->target.rel, &target_prevbc) in x86_bc_jmp_calc_len()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
Dcv-symline.c541 if (name[0] == '.' || !yasm_symrec_get_label(sym, &precbc)) in cv_generate_sym()