Home
last modified time | relevance | path

Searched refs:yasm_arch_intnum_tobytes (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
Dcv-symline.c742 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0); in cv8_symhead_bc_tobytes()
748 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0); in cv8_symhead_bc_tobytes()
755 yasm_arch_intnum_tobytes(object->arch, intn, buf, 4, 32, 0, bc, 0); in cv8_symhead_bc_tobytes()
816 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0); in cv8_fileinfo_bc_tobytes()
821 yasm_arch_intnum_tobytes(object->arch, cval, buf, 2, 16, 0, bc, 0); in cv8_fileinfo_bc_tobytes()
894 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0); in cv8_lineinfo_bc_tobytes()
899 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0); in cv8_lineinfo_bc_tobytes()
904 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0); in cv8_lineinfo_bc_tobytes()
909 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0); in cv8_lineinfo_bc_tobytes()
919 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0); in cv8_lineinfo_bc_tobytes()
[all …]
Dcv-type.c620 yasm_arch_intnum_tobytes(arch, cval, buf, 2, 16, 0, bc, 0); in cv_leaf_tobytes()
631 yasm_arch_intnum_tobytes(arch, cval, buf, 2, 16, 0, bc, 0); in cv_leaf_tobytes()
636 yasm_arch_intnum_tobytes(arch, cval, buf, 4, 32, 0, bc, 0); in cv_leaf_tobytes()
646 yasm_arch_intnum_tobytes(arch, cval, buf, 4, 32, 0, bc, 0); in cv_leaf_tobytes()
748 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 1); in cv_type_bc_tobytes()
755 yasm_arch_intnum_tobytes(object->arch, cval, buf, 2, 16, 0, bc, 1); in cv_type_bc_tobytes()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
Dnasm-listfmt.c123 return yasm_arch_intnum_tobytes(info->arch, intn, buf, destsize, in nasm_listfmt_output_value()
133 retval = yasm_arch_intnum_tobytes(info->arch, intn, buf, destsize, in nasm_listfmt_output_value()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
Ddwarf2-dbgfmt.c272 yasm_arch_intnum_tobytes(object->arch, intn, buf, in dwarf2_head_bc_tobytes()
280 yasm_arch_intnum_tobytes(object->arch, cval, buf, 2, 16, 0, bc, 0); in dwarf2_head_bc_tobytes()
Ddwarf2-line.c794 yasm_arch_intnum_tobytes(object->arch, cval, buf, in dwarf2_spp_bc_tobytes()
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Darch.h368 int yasm_arch_intnum_tobytes(yasm_arch *arch, const yasm_intnum *intn,
472 #define yasm_arch_intnum_tobytes(arch, intn, buf, destsize, valsize, shift, \ macro
Dvalue.c714 if (yasm_arch_intnum_tobytes(arch, outval, buf, destsize, valsize, 0, in yasm_value_output_basic()
727 if (yasm_arch_intnum_tobytes(arch, intn, buf, destsize, valsize, 0, bc, in yasm_value_output_basic()
733 if (yasm_arch_intnum_tobytes(arch, outval, buf, destsize, valsize, 0, in yasm_value_output_basic()
Dbc-data.c364 yasm_arch_intnum_tobytes(arch, intn, in yasm_bc_create_data()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-objfmt.c467 retval = yasm_arch_intnum_tobytes(info->object->arch, zero, buf, destsize, in elf_objfmt_output_reloc()
577 retval = yasm_arch_intnum_tobytes(info->object->arch, intn, buf, destsize, in elf_objfmt_output_value()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
Dxdf-objfmt.c229 retval = yasm_arch_intnum_tobytes(info->object->arch, intn, buf, destsize, in xdf_objfmt_output_value()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
Drdf-objfmt.c291 retval = yasm_arch_intnum_tobytes(info->object->arch, intn, buf, destsize, in rdf_objfmt_output_value()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
Dmacho-objfmt.c571 retval = yasm_arch_intnum_tobytes(info->object->arch, intn, buf, destsize, in macho_objfmt_output_value()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dcoff-objfmt.c709 retval = yasm_arch_intnum_tobytes(info->object->arch, intn, buf, destsize, in coff_objfmt_output_value()