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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-symline.c 742 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0);
748 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0);
755 yasm_arch_intnum_tobytes(object->arch, intn, buf, 4, 32, 0, bc, 0);
816 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0);
821 yasm_arch_intnum_tobytes(object->arch, cval, buf, 2, 16, 0, bc, 0);
894 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0);
899 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0);
904 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0);
909 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0);
919 yasm_arch_intnum_tobytes(object->arch, cval, buf, 4, 32, 0, bc, 0)
    [all...]
cv-type.c 620 yasm_arch_intnum_tobytes(arch, cval, buf, 2, 16, 0, bc, 0);
631 yasm_arch_intnum_tobytes(arch, cval, buf, 2, 16, 0, bc, 0);
636 yasm_arch_intnum_tobytes(arch, cval, buf, 4, 32, 0, bc, 0);
646 yasm_arch_intnum_tobytes(arch, cval, buf, 4, 32, 0, bc, 0);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
nasm-listfmt.c 123 return yasm_arch_intnum_tobytes(info->arch, intn, buf, destsize,
133 retval = yasm_arch_intnum_tobytes(info->arch, intn, buf, destsize,
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
arch.h 155 /** Module-level implementation of yasm_arch_intnum_tobytes().
156 * Call yasm_arch_intnum_tobytes() instead of calling this function.
368 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
value.c 714 if (yasm_arch_intnum_tobytes(arch, outval, buf, destsize, valsize, 0,
727 if (yasm_arch_intnum_tobytes(arch, intn, buf, destsize, valsize, 0, bc,
733 if (yasm_arch_intnum_tobytes(arch, outval, buf, destsize, valsize, 0,
bc-data.c 364 yasm_arch_intnum_tobytes(arch, intn,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.c 272 yasm_arch_intnum_tobytes(object->arch, intn, buf,
280 yasm_arch_intnum_tobytes(object->arch, cval, buf, 2, 16, 0, bc, 0);
dwarf2-line.c 794 yasm_arch_intnum_tobytes(object->arch, cval, buf,
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c 467 retval = yasm_arch_intnum_tobytes(info->object->arch, zero, buf, destsize,
577 retval = yasm_arch_intnum_tobytes(info->object->arch, intn, buf, destsize,
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c 291 retval = yasm_arch_intnum_tobytes(info->object->arch, intn, buf, destsize,
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c 229 retval = yasm_arch_intnum_tobytes(info->object->arch, intn, buf, destsize,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 571 retval = yasm_arch_intnum_tobytes(info->object->arch, intn, buf, destsize,
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c 709 retval = yasm_arch_intnum_tobytes(info->object->arch, intn, buf, destsize,
    [all...]

Completed in 7595 milliseconds