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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
xmalloc.c 35 #undef yasm_xcalloc macro
52 /*@only@*/ void * (*yasm_xcalloc) (size_t nelem, size_t elsize) = def_xcalloc; variable
coretype.h 371 extern /*@only@*/ void * (*yasm_xcalloc) (size_t nelem, size_t elsize);
section.c 323 s = yasm_xcalloc(1, sizeof(yasm_section));
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
util.h 126 # define yasm_xcalloc(count, size) xcalloc(count, size) macro
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 447 reloc = yasm_xcalloc(sizeof(macho_reloc), 1);
810 sym_data = yasm_xcalloc(sizeof(macho_symrec_data), 1);
    [all...]

Completed in 81 milliseconds