Symbol: xmalloc
scripts/basic/fixdep.c
138
aux = xmalloc(sizeof(*aux) + len);
scripts/basic/fixdep.c
230
buf = xmalloc(st.st_size + 1);
scripts/dtc/data.c
286
m = xmalloc(sizeof(*m));
scripts/dtc/fdtoverlay.c
121
ovblob = xmalloc(sizeof(*ovblob) * argc);
scripts/dtc/fdtoverlay.c
55
tmpo = xmalloc(fdt_totalsize(overlay));
scripts/dtc/flattree.c
843
blob = xmalloc(totalsize);
scripts/dtc/livetree.c
1069
compp = xmalloc(sizeof(*compp) * depth);
scripts/dtc/livetree.c
109
struct node *new = xmalloc(sizeof(*new));
scripts/dtc/livetree.c
24
new = xmalloc(sizeof(*new));
scripts/dtc/livetree.c
414
struct reserve_info *new = xmalloc(sizeof(*new));
scripts/dtc/livetree.c
42
struct property *new = xmalloc(sizeof(*new));
scripts/dtc/livetree.c
457
dti = xmalloc(sizeof(*dti));
scripts/dtc/livetree.c
55
struct property *new = xmalloc(sizeof(*new));
scripts/dtc/livetree.c
766
tbl = xmalloc(n * sizeof(*tbl));
scripts/dtc/livetree.c
804
tbl = xmalloc(n * sizeof(*tbl));
scripts/dtc/livetree.c
840
tbl = xmalloc(n * sizeof(*tbl));
scripts/dtc/livetree.c
91
struct node *new = xmalloc(sizeof(*new));
scripts/dtc/srcpos.c
203
srcfile = xmalloc(sizeof(*srcfile));
scripts/dtc/srcpos.c
244
node = xmalloc(sizeof(*node));
scripts/dtc/srcpos.c
286
pos_new = xmalloc(sizeof(struct srcpos));
scripts/dtc/srcpos.c
291
srcfile_state = xmalloc(sizeof(struct srcfile_state));
scripts/dtc/srcpos.c
34
char *dir = xmalloc(len + 1);
scripts/dtc/srcpos.c
79
res = xmalloc((3 * diff) + restlen + 1);
scripts/dtc/treesource.c
166
nm = xmalloc(sizeof(*nm));
scripts/dtc/util.c
125
str = xmalloc(len);
scripts/dtc/util.c
277
buf = xmalloc(bufsize);
scripts/dtc/util.c
45
char *d = xmalloc(len);
scripts/dtc/util.c
55
char *d = xmalloc(len);
scripts/gendwarfksyms/cache.c
18
ci = xmalloc(sizeof(*ci));
scripts/gendwarfksyms/die.c
126
df = xmalloc(sizeof(*df));
scripts/gendwarfksyms/die.c
36
cd = xmalloc(sizeof(*cd));
scripts/gendwarfksyms/kabi.c
231
rule = xmalloc(sizeof(*rule));
scripts/gendwarfksyms/types.c
125
e = xmalloc(sizeof(*e));
scripts/gendwarfksyms/types.c
205
es = xmalloc(count * sizeof(*es));
scripts/gendwarfksyms/types.c
48
entry = xmalloc(sizeof(*entry));
scripts/genksyms/genksyms.c
282
sym = xmalloc(sizeof(*sym));
scripts/genksyms/genksyms.c
346
newnode = xmalloc(sizeof(*newnode));
scripts/genksyms/genksyms.c
375
newnode = xmalloc(sizeof(*newnode));
scripts/kallsyms.c
166
sym = xmalloc(sizeof(*sym) + len + 1);
scripts/kallsyms.c
355
markers = xmalloc(sizeof(*markers) * markers_cnt);
scripts/kconfig/confdata.c
585
out = xmalloc(len);
scripts/kconfig/confdata.c
739
val_prefixed = xmalloc(val_prefixed_len);
scripts/kconfig/expr.c
46
e = xmalloc(sizeof(*e));
scripts/kconfig/menu.c
166
prop = xmalloc(sizeof(*prop));
scripts/kconfig/menu.c
669
jump = xmalloc(sizeof(struct jump_key));
scripts/kconfig/menu.c
72
menu = xmalloc(sizeof(*menu));
scripts/kconfig/preprocess.c
304
v = xmalloc(sizeof(*v));
scripts/kconfig/preprocess.c
50
e = xmalloc(sizeof(*e));
scripts/kconfig/preprocess.c
509
out = xmalloc(1);
scripts/kconfig/symbol.c
790
sym->def[S_DEF_USER].val = val = xmalloc(size);
scripts/kconfig/symbol.c
794
sym->def[S_DEF_USER].val = val = xmalloc(size);
scripts/kconfig/symbol.c
948
symbol = xmalloc(sizeof(*symbol));
scripts/kconfig/util.c
36
file = xmalloc(sizeof(*file) + len + 1);
scripts/kconfig/util.c
52
gs.s = xmalloc(sizeof(char) * 64);
scripts/mod/file2alias.c
71
new = xmalloc(sizeof(*new) + len);
scripts/mod/modpost.c
133
buf = xmalloc(st.st_size + 1);
scripts/mod/modpost.c
1591
mod->no_trim_symbol = xmalloc(info.no_trim_symbol_len);
scripts/mod/modpost.c
192
mod = xmalloc(sizeof(*mod) + namelen + 1);
scripts/mod/modpost.c
2057
tmp = xmalloc(b->pos);
scripts/mod/modpost.c
2286
dl = xmalloc(sizeof(*dl));
scripts/mod/modpost.c
239
struct symbol *s = xmalloc(sizeof(*s) + strlen(name) + 1);
scripts/mod/modpost.c
312
ns_entry = xmalloc(sizeof(*ns_entry) + strlen(namespace) + 1);
scripts/mod/sumversion.c
310
cmd = xmalloc(strlen(objfile) + sizeof("..cmd"));
scripts/mod/sumversion.c
316
dir = xmalloc(dirlen + 1);
scripts/mod/symsearch.c
128
elf->symsearch = xmalloc(sizeof(struct symsearch) +