/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
xmalloc.c | 36 #undef yasm_xrealloc macro 54 /*@only@*/ void * (*yasm_xrealloc) variable
|
assocdat.c | 100 yasm_xrealloc(assoc_data->vector,
|
module.in | 114 yasm_xrealloc(loaded_modules,
|
insn.c | 142 yasm_xrealloc(insn->prefixes, 152 yasm_xrealloc(insn->segregs, (insn->num_segregs+1)*sizeof(uintptr_t));
|
linemap.c | 109 linemap->map_vector = yasm_xrealloc(linemap->map_vector, 222 linemap->source_info = yasm_xrealloc(linemap->source_info,
|
bytecode.c | 134 bc->symrecs = yasm_xrealloc(bc->symrecs,
|
expr.c | 286 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 : [all...] |
section.c | 934 span->terms = yasm_xrealloc(span->terms, [all...] |
coretype.h | 381 extern /*@only@*/ void * (*yasm_xrealloc)
|
file.c | 260 buf = yasm_xrealloc(buf, size);
|
inttree.c | 813 yasm_xrealloc(it->recursionNodeStack,
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
nasmlib.h | 20 #define nasm_realloc yasm_xrealloc
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/raw/ |
raw-preproc.c | 100 buf = yasm_xrealloc(buf, (size_t)bufsize);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
util.h | 127 # define yasm_xrealloc(ptr, size) xrealloc(ptr, size) macro
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/ |
cpp-preproc.c | 272 buf = yasm_xrealloc(buf, (size_t)bufsize);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/ |
nasm-token.re | 753 strbuf = yasm_xrealloc(strbuf, 763 strbuf = yasm_xrealloc(strbuf, strbuf_size + STRBUF_ALLOC_SIZE); 775 strbuf = yasm_xrealloc(strbuf, strbuf_size + STRBUF_ALLOC_SIZE);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
x86cpu.gperf | 444 yasm_xrealloc(arch_x86->cpu_enables,
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/ |
gas-token.re | 173 strbuf = yasm_xrealloc(strbuf, strbuf_size + STRBUF_ALLOC_SIZE);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
dwarf2-line.c | 194 dbgfmt_dwarf2->dirs = yasm_xrealloc(dbgfmt_dwarf2->dirs, 219 dbgfmt_dwarf2->filenames = yasm_xrealloc(dbgfmt_dwarf2->filenames, [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/ |
cv-symline.c | 360 dbgfmt_cv->filenames = yasm_xrealloc(dbgfmt_cv->filenames, [all...] |
cv-type.c | [all...] |