HomeSort by relevance Sort by last modified time
    Searched full:yasm_xmalloc (Results 51 - 62 of 62) sorted by null

1 23

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c 370 BITMASKTAB = (wordptr) yasm_xmalloc((size_t) (BITS << FACTOR));
475 addr = (wordptr) yasm_xmalloc((size_t) bytes);
545 newaddr = (wordptr) yasm_xmalloc((size_t) bytes);
    [all...]
mergesort.c 132 if ((list2 = yasm_xmalloc(nmemb * size + PSIZE)) == NULL)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 344 yasm_objfmt_macho *objfmt_macho = yasm_xmalloc(sizeof(yasm_objfmt_macho));
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86arch.c 55 arch_x86 = yasm_xmalloc(sizeof(yasm_arch_x86));
62 arch_x86->cpu_enables = yasm_xmalloc(sizeof(wordptr));
x86bc.c 182 x86_effaddr *x86_ea = yasm_xmalloc(sizeof(x86_effaddr));
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-token.re 106 lvalp->str_val = yasm_xmalloc(len + 1);
737 strbuf = yasm_xmalloc(STRBUF_ALLOC_SIZE);
nasm-parse.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
win64-except.c 96 coff_unwind_info *info = yasm_xmalloc(sizeof(coff_unwind_info));
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-type.c 508 cv_leaf *leaf = yasm_xmalloc(sizeof(cv_leaf));
669 cv_type *type = yasm_xmalloc(sizeof(cv_type));
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
dwarf64_leb128.asm 263 call *yasm_xmalloc(%rip)
363 call *yasm_xmalloc(%rip)
465 call *yasm_xmalloc(%rip)
568 call *yasm_xmalloc(%rip)
675 call *yasm_xmalloc(%rip)
852 call *yasm_xmalloc(%rip)
909 call *yasm_xmalloc(%rip)
951 call *yasm_xmalloc(%rip)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c 352 yasm_objfmt_elf *objfmt_elf = yasm_xmalloc(sizeof(yasm_objfmt_elf));
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parse.c     [all...]

Completed in 175 milliseconds

1 23