Searched refs:yasm_xrealloc (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasmlib.h20 #define nasm_realloc yasm_xrealloc
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dxmalloc.c36 #undef yasm_xrealloc macro
54 /*@only@*/ void * (*yasm_xrealloc) variable
H A Dassocdat.c100 yasm_xrealloc(assoc_data->vector,
H A Dcoretype.h381 extern /*@only@*/ void * (*yasm_xrealloc)
H A Dinsn.c142 yasm_xrealloc(insn->prefixes,
152 yasm_xrealloc(insn->segregs, (insn->num_segregs+1)*sizeof(uintptr_t));
H A Dlinemap.c109 linemap->map_vector = yasm_xrealloc(linemap->map_vector,
222 linemap->source_info = yasm_xrealloc(linemap->source_info,
H A Dmodule.in114 yasm_xrealloc(loaded_modules,
H A Dbytecode.c134 bc->symrecs = yasm_xrealloc(bc->symrecs,
H A Dexpr.c286 e = yasm_xrealloc(e, sizeof(yasm_expr)+((numterms<2) ? 0 :
720 e = yasm_xrealloc(e, sizeof(yasm_expr)+((fold_numterms<2) ? 0 :
737 e = yasm_xrealloc(e, sizeof(yasm_expr)+((level_numterms<2) ? 0 :
H A Dsection.c934 span->terms = yasm_xrealloc(span->terms,
1218 yasm_xrealloc(depspan->backtrace,
1230 yasm_xrealloc(depspan->backtrace,
H A Dfile.c260 buf = yasm_xrealloc(buf, size);
H A Dinttree.c813 yasm_xrealloc(it->recursionNodeStack,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/raw/
H A Draw-preproc.c100 buf = yasm_xrealloc(buf, (size_t)bufsize);
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dutil.h127 # define yasm_xrealloc(ptr, size) xrealloc(ptr, size) macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/
H A Dcpp-preproc.c272 buf = yasm_xrealloc(buf, (size_t)bufsize);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-token.re173 strbuf = yasm_xrealloc(strbuf, strbuf_size + STRBUF_ALLOC_SIZE);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dx86cpu.gperf444 yasm_xrealloc(arch_x86->cpu_enables,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-line.c194 dbgfmt_dwarf2->dirs = yasm_xrealloc(dbgfmt_dwarf2->dirs,
219 dbgfmt_dwarf2->filenames = yasm_xrealloc(dbgfmt_dwarf2->filenames,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
H A Dcv-type.c686 type->leaves = yasm_xrealloc(type->leaves,
H A Dcv-symline.c360 dbgfmt_cv->filenames = yasm_xrealloc(dbgfmt_cv->filenames,

Completed in 6512 milliseconds