HomeSort by relevance Sort by last modified time
    Searched refs:intn (Results 26 - 46 of 46) sorted by null

12

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c 153 /*@dependent@*/ /*@null@*/ yasm_intnum *intn; local
213 intn = yasm_intnum_create_uint(intn_minus);
214 yasm_intnum_calc(intn, YASM_EXPR_NEG, NULL);
216 intn = yasm_intnum_create_uint(0);
223 yasm_intnum_destroy(intn);
226 yasm_intnum_calc(intn, YASM_EXPR_ADD, intn2);
229 retval = yasm_arch_intnum_tobytes(info->object->arch, intn, buf, destsize,
231 yasm_intnum_destroy(intn);
456 const yasm_intnum *intn; local
489 intn = yasm_expr_get_intnum(&equ_val_copy, 1)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 412 /*@dependent@*/ /*@null@*/ yasm_intnum *intn; local
553 intn = yasm_intnum_create_uint(intn_plus-intn_minus);
555 intn = yasm_intnum_create_uint(intn_minus-intn_plus);
556 yasm_intnum_calc(intn, YASM_EXPR_NEG, NULL);
565 yasm_intnum_destroy(intn);
568 yasm_intnum_calc(intn, YASM_EXPR_ADD, intn2);
571 retval = yasm_arch_intnum_tobytes(info->object->arch, intn, buf, destsize,
573 /*printf("val %ld\n",yasm_intnum_get_int(intn));*/
574 yasm_intnum_destroy(intn);
840 const yasm_intnum *intn; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c 515 e->terms[i].data.intn = dist;
522 e->terms[i].data.intn = yasm_intnum_copy(ssymval);
535 yasm_intnum *intn; member in struct:map_output_info
565 map_print_intnum(const yasm_intnum *intn, map_output_info *info)
568 yasm_intnum_get_sized(intn, info->buf, info->bytes, info->bytes*8, 0, 0,
587 yasm_intnum_set(info->intn, bsd->ivstart);
588 yasm_intnum_calc(info->intn, YASM_EXPR_ADD, bsd->length);
589 map_print_intnum(info->intn, info);
595 yasm_intnum_set(info->intn, bsd->istart);
596 yasm_intnum_calc(info->intn, YASM_EXPR_ADD, bsd->length)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c 456 /*@dependent@*/ /*@null@*/ yasm_intnum *intn; local
685 intn = yasm_intnum_create_uint(intn_val-intn_minus);
687 intn = yasm_intnum_create_uint(intn_minus-intn_val);
688 yasm_intnum_calc(intn, YASM_EXPR_NEG, NULL);
696 yasm_intnum_destroy(intn);
701 yasm_intnum_calc(intn, YASM_EXPR_ADD, intn2);
705 yasm_intnum_calc(intn, YASM_EXPR_ADD, dist);
709 retval = yasm_arch_intnum_tobytes(info->object->arch, intn, buf, destsize,
711 yasm_intnum_destroy(intn);
1000 const yasm_intnum *intn; local
1937 yasm_intnum *intn = NULL; local
1960 yasm_intnum *intn = NULL; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.c 929 yasm_intnum *intn; local
942 intn = yasm_calc_bc_dist(precbc, precbc2);
943 if (!intn)
946 span->terms[subst].new_val = yasm_intnum_get_int(intn);
947 yasm_intnum_destroy(intn);
964 span->items[i].data.intn = yasm_intnum_create_int(0);
1019 yasm_intnum_set_int(span->items[i].data.intn,
1410 yasm_intnum *intn; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
expr.pxi 99 return yasm_expr_int(yasm_intnum_copy((<IntNum>value).intn))
106 retval = yasm_expr_int((<IntNum>intnum).intn)
107 (<IntNum>intnum).intn = NULL
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 1997 yasm_intnum *intn; local
2343 yasm_intnum *intn; local
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
protypes.h 47 typedef PRIntn intn; typedef
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3bbc.c 242 yasm_lc3b__intnum_tobytes(yasm_arch *arch, const yasm_intnum *intn,
247 yasm_intnum_get_sized(intn, buf, destsize, valsize, shift, 0, warn);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-x86-x86.c 138 elf_x86_x86_handle_reloc_addend(yasm_intnum *intn,
145 yasm_intnum_calc(intn, YASM_EXPR_ADD, off_intn);
148 return; /* .rel: Leave addend in intn */
elf-objfmt.c 479 /*@dependent@*/ /*@null@*/ yasm_intnum *intn; local
562 intn = yasm_intnum_create_uint(intn_val);
569 yasm_intnum_destroy(intn);
572 yasm_intnum_calc(intn, YASM_EXPR_ADD, intn2);
576 elf_handle_reloc_addend(intn, reloc, offset);
577 retval = yasm_arch_intnum_tobytes(info->object->arch, intn, buf, destsize,
579 yasm_intnum_destroy(intn);
    [all...]
elf.h 511 void elf_handle_reloc_addend(yasm_intnum *intn,
elf.c 720 elf_handle_reloc_addend(yasm_intnum *intn,
726 elf_march->handle_reloc_addend(intn, reloc, offset);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86expr.c 86 ei->data.intn = yasm_intnum_create_uint(0);
126 ei->data.intn = yasm_intnum_create_uint(0);
366 e->terms[i].data.expn->terms[1].data.intn);
395 delta = yasm_intnum_get_int(e->terms[1].data.intn);
    [all...]
x86arch.c 178 const yasm_intnum *intn; local
183 (intn = yasm_expr_get_intnum(&e, 0)) != NULL &&
184 (lval = yasm_intnum_get_int(intn)) &&
x86arch.h 317 (yasm_arch *arch, const yasm_intnum *intn, unsigned char *buf,
x86bc.c 239 e->terms[0].data.intn = yasm_intnum_create_uint(0);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-symline.c 737 yasm_intnum *intn, *cval; local
753 intn = yasm_calc_bc_dist(head->start_prevbc, head->end_prevbc);
754 yasm_intnum_calc(intn, YASM_EXPR_SUB, cval);
755 yasm_arch_intnum_tobytes(object->arch, intn, buf, 4, 32, 0, bc, 0);
757 yasm_intnum_destroy(intn);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parse.c 104 yasm_intnum_destroy(curval.intn);
1633 \/*@dependent@*\/ \/*@null@*\/ yasm_intnum *intn; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parse.c 108 yasm_intnum_destroy(curval.intn);
1445 yasm_intnum *intn; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
dwarf64_leb128.asm     [all...]

Completed in 847 milliseconds

12