OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yasm_xfree
(Results
1 - 25
of
67
) sorted by null
1
2
3
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasmlib.h
22
#define nasm_free(p) do { if (p)
yasm_xfree
(p); } while(0)
24
#define nasm_free(p)
yasm_xfree
(p)
nasm-preproc.c
173
yasm_xfree
(preproc_nasm->line);
175
yasm_xfree
(preproc_nasm->file_name);
176
yasm_xfree
(preproc);
178
yasm_xfree
(preproc_deps);
250
yasm_xfree
(dep);
253
yasm_xfree
(name);
265
yasm_xfree
(line);
282
yasm_xfree
(mnv);
290
yasm_xfree
(mn);
298
yasm_xfree
(mnv)
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/null/
null-dbgfmt.c
46
yasm_xfree
(dbgfmt);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-dbgfmt.c
73
yasm_xfree
(dbgfmt_cv->filenames[i].pathname);
75
yasm_xfree
(dbgfmt_cv->filenames);
76
yasm_xfree
(dbgfmt);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
xmalloc.c
37
#undef
yasm_xfree
macro
58
void (*
yasm_xfree
) (/*@only@*/ /*@out@*/ /*@null@*/ void *p)
variable
insn.c
190
yasm_xfree
(cur);
195
yasm_xfree
(insn->prefixes);
197
yasm_xfree
(insn->segregs);
263
yasm_xfree
(xrefstr);
267
yasm_xfree
(str);
281
yasm_xfree
(xrefstr);
286
yasm_xfree
(str);
assocdat.c
127
yasm_xfree
(assoc_data->vector);
128
yasm_xfree
(assoc_data);
linemap.c
77
yasm_xfree
(d);
196
yasm_xfree
(linemap->source_info[i].source);
198
yasm_xfree
(linemap->source_info);
200
yasm_xfree
(linemap->map_vector);
205
yasm_xfree
(linemap);
233
yasm_xfree
(linemap->source_info[linemap->current-1].source);
errwarn.c
251
yasm_xfree
(yasm_estr);
253
yasm_xfree
(yasm_exrefstr);
340
yasm_xfree
(w->wstr);
343
yasm_xfree
(w);
398
yasm_xfree
(w);
439
yasm_xfree
(we->msg);
441
yasm_xfree
(we->xrefmsg);
444
yasm_xfree
(we);
447
yasm_xfree
(errwarns);
valparam.c
154
yasm_xfree
(cur->val);
157
yasm_xfree
(cur->param.id);
160
yasm_xfree
(cur->param.str);
166
yasm_xfree
(cur);
216
yasm_xfree
(headp);
354
yasm_xfree
(*s);
file.c
71
yasm_xfree
(s->bot);
107
yasm_xfree
(s->bot);
256
yasm_xfree
(buf);
279
yasm_xfree
(curdir);
553
yasm_xfree
(combine);
556
yasm_xfree
(combine);
566
yasm_xfree
(combine);
569
yasm_xfree
(combine);
585
yasm_xfree
(n1->path);
586
yasm_xfree
(n1)
[
all
...]
hamt.c
159
yasm_xfree
(GetSubTrie(node));
174
yasm_xfree
(entry);
181
yasm_xfree
(hamt->root);
182
yasm_xfree
(hamt);
351
yasm_xfree
(GetSubTrie(node));
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/
cpp-preproc.c
148
yasm_xfree
(cmdline);
159
yasm_xfree
(arg->param);
160
yasm_xfree
(arg);
180
yasm_xfree
(cmdline);
230
yasm_xfree
(pp->filename);
231
yasm_xfree
(pp);
279
yasm_xfree
(buf);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.c
124
yasm_xfree
(dbgfmt_dwarf2->dirs[i]);
125
yasm_xfree
(dbgfmt_dwarf2->dirs);
128
yasm_xfree
(dbgfmt_dwarf2->filenames[i].pathname);
130
yasm_xfree
(dbgfmt_dwarf2->filenames[i].filename);
132
yasm_xfree
(dbgfmt_dwarf2->filenames);
133
yasm_xfree
(dbgfmt);
231
yasm_xfree
(contents);
319
yasm_xfree
(n1);
323
yasm_xfree
(data);
dwarf2-line.c
230
yasm_xfree
(dbgfmt_dwarf2->filenames[filenum].pathname);
232
yasm_xfree
(dbgfmt_dwarf2->filenames[filenum].filename);
761
yasm_xfree
(contents);
846
yasm_xfree
(contents);
911
yasm_xfree
(loc);
918
yasm_xfree
(loc);
923
yasm_xfree
(loc);
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
combpath_test.c
110
yasm_xfree
(out);
114
yasm_xfree
(out);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parser.c
99
yasm_xfree
(parser_gas.locallabel_base);
102
yasm_xfree
(parser_gas.dir_file);
gas-parse.c
112
yasm_xfree
(curval.str.contents);
219
yasm_xfree
(id);
228
yasm_xfree
(id);
238
yasm_xfree
(id);
341
yasm_xfree
(filename);
449
yasm_xfree
(filename);
551
yasm_xfree
(ID_val);
568
yasm_xfree
(id);
599
yasm_xfree
(id);
604
yasm_xfree
(id)
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/raw/
raw-preproc.c
70
yasm_xfree
(preproc);
107
yasm_xfree
(buf);
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c
317
yasm_xfree
(preproc_buf);
322
yasm_xfree
(preproc_buf);
426
yasm_xfree
(estr);
427
yasm_xfree
(xrefstr);
784
yasm_xfree
(in_filename);
786
yasm_xfree
(obj_filename);
788
yasm_xfree
(list_filename);
790
yasm_xfree
(map_filename);
792
yasm_xfree
(machine_name);
794
yasm_xfree
(objfmt_keyword)
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
nasm-listfmt.c
77
yasm_xfree
(listfmt);
265
yasm_xfree
(bigbuf);
273
yasm_xfree
(reloc);
288
yasm_xfree
(last_hist);
291
yasm_xfree
(buf);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3barch.c
63
yasm_xfree
(arch);
169
yasm_xfree
(ea);
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c
320
yasm_xfree
(estr);
321
yasm_xfree
(xrefstr);
628
yasm_xfree
(in_filename);
630
yasm_xfree
(obj_filename);
632
yasm_xfree
(list_filename);
634
yasm_xfree
(xref_filename);
636
yasm_xfree
(machine_name);
638
yasm_xfree
(objfmt_keyword);
823
yasm_xfree
(predef);
863
yasm_xfree
(cp)
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parse.c
119
yasm_xfree
(curval.str_val);
122
yasm_xfree
(curval.str.contents);
275
yasm_xfree
(line);
324
yasm_xfree
(filename);
362
yasm_xfree
(dirname);
371
yasm_xfree
(dirname);
379
yasm_xfree
(dirname);
426
yasm_xfree
(name);
430
yasm_xfree
(name);
843
yasm_xfree
(op)
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c
271
yasm_section_add_reloc(info->sect, (yasm_reloc *)reloc,
yasm_xfree
);
313
yasm_xfree
(bigbuf);
333
yasm_xfree
(bigbuf);
456
yasm_xfree
(rsd->raw_data);
657
yasm_xfree
(name);
785
yasm_xfree
(info.buf);
797
yasm_xfree
(cur->str);
798
yasm_xfree
(cur);
805
yasm_xfree
(cur->str);
806
yasm_xfree
(cur)
[
all
...]
Completed in 808 milliseconds
1
2
3