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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-machine.h 33 yasm_intnum_get_sized(i, p, 4, 32, 0, 0, 0); \
38 yasm_intnum_get_sized(i, p, 8, 64, 0, 0, 0); \
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
intnum.h 249 void yasm_intnum_get_sized(const yasm_intnum *intn, unsigned char *ptr,
bc-data.c 360 yasm_intnum_get_sized(intn,
intnum.c 775 yasm_intnum_get_sized(const yasm_intnum *intn, unsigned char *ptr, function
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 659 yasm_intnum_get_sized(reloc->reloc.addr, localbuf, 4, 32, 0, 0, 0);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3bbc.c 247 yasm_intnum_get_sized(intn, buf, destsize, valsize, shift, 0, warn);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c 347 yasm_intnum_get_sized(reloc->reloc.addr, localbuf, 4, 32, 0, 0, 0);
394 yasm_intnum_get_sized(xsd->addr, localbuf, 8, 64, 0, 0, 0);
401 yasm_intnum_get_sized(xsd->vaddr, localbuf, 8, 64, 0, 0, 0);
404 yasm_intnum_get_sized(xsd->addr, localbuf, 8, 64, 0, 0, 0);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
win64-except.c 551 yasm_intnum_get_sized(intn, buf, size, size*8, -shift, 0, 1);
coff-objfmt.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
intnum.pxi 96 yasm_intnum_get_sized(self.intn, buf, 16, 128, 0, 0, 0)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86bc.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c 412 yasm_intnum_get_sized(reloc->reloc.addr, localbuf, 4, 32, 0, 0, 0);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
dwarf64_leb128.asm 2133 .globl yasm_intnum_get_sized
2134 .type yasm_intnum_get_sized, @function
2135 yasm_intnum_get_sized: label
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c 568 yasm_intnum_get_sized(intn, info->buf, info->bytes, info->bytes*8, 0, 0,
    [all...]

Completed in 394 milliseconds