xmalloc           244 scripts/dtc/data.c 	m = xmalloc(sizeof(*m));
xmalloc           852 scripts/dtc/flattree.c 	blob = xmalloc(totalsize);
xmalloc            38 scripts/dtc/livetree.c 	new = xmalloc(sizeof(*new));
xmalloc            55 scripts/dtc/livetree.c 	struct property *new = xmalloc(sizeof(*new));
xmalloc            67 scripts/dtc/livetree.c 	struct property *new = xmalloc(sizeof(*new));
xmalloc           102 scripts/dtc/livetree.c 	struct node *new = xmalloc(sizeof(*new));
xmalloc           119 scripts/dtc/livetree.c 	struct node *new = xmalloc(sizeof(*new));
xmalloc           301 scripts/dtc/livetree.c 	struct reserve_info *new = xmalloc(sizeof(*new));
xmalloc           343 scripts/dtc/livetree.c 	bi = xmalloc(sizeof(*bi));
xmalloc           606 scripts/dtc/livetree.c 	tbl = xmalloc(n * sizeof(*tbl));
xmalloc           644 scripts/dtc/livetree.c 	tbl = xmalloc(n * sizeof(*tbl));
xmalloc           680 scripts/dtc/livetree.c 	tbl = xmalloc(n * sizeof(*tbl));
xmalloc            43 scripts/dtc/srcpos.c 		char *dir = xmalloc(len + 1);
xmalloc           150 scripts/dtc/srcpos.c 	srcfile = xmalloc(sizeof(*srcfile));
xmalloc           188 scripts/dtc/srcpos.c 	node = xmalloc(sizeof(*node));
xmalloc           243 scripts/dtc/srcpos.c 	pos_new = xmalloc(sizeof(struct srcpos));
xmalloc            42 scripts/dtc/util.c 	char *dup = xmalloc(len);
xmalloc            63 scripts/dtc/util.c 	str = xmalloc(len);
xmalloc           216 scripts/dtc/util.c 	buf = xmalloc(bufsize);
xmalloc           289 scripts/genksyms/genksyms.c 	sym = xmalloc(sizeof(*sym));
xmalloc           354 scripts/genksyms/genksyms.c 	newnode = xmalloc(sizeof(*newnode));
xmalloc           383 scripts/genksyms/genksyms.c 	newnode = xmalloc(sizeof(*newnode));
xmalloc            69 scripts/kconfig/expr.c 	e = xmalloc(sizeof(*org));
xmalloc           127 scripts/kconfig/lkc.h void *xmalloc(size_t size);
xmalloc            51 scripts/kconfig/menu.c 	menu = xmalloc(sizeof(*menu));
xmalloc           563 scripts/kconfig/menu.c 		jump = xmalloc(sizeof(struct jump_key));
xmalloc           671 scripts/kconfig/symbol.c 		sym->def[S_DEF_USER].val = val = xmalloc(size);
xmalloc           675 scripts/kconfig/symbol.c 		sym->def[S_DEF_USER].val = val = xmalloc(size);
xmalloc           827 scripts/kconfig/symbol.c 	symbol = xmalloc(sizeof(*symbol));
xmalloc           878 scripts/kconfig/symbol.c 	res = xmalloc(reslen);
xmalloc           936 scripts/kconfig/symbol.c 	res = xmalloc(reslen);
xmalloc          1294 scripts/kconfig/symbol.c 	prop = xmalloc(sizeof(*prop));
xmalloc            26 scripts/kconfig/util.c 	file = xmalloc(sizeof(*file));
xmalloc            84 scripts/kconfig/util.c 	gs.s = xmalloc(sizeof(char) * 64);
xmalloc           805 scripts/kconfig/zconf.lex.c 	text = xmalloc(START_STRSIZE);
xmalloc           827 scripts/kconfig/zconf.lex.c 	text = xmalloc(size + 1);
xmalloc          2346 scripts/kconfig/zconf.lex.c 	current_buf = xmalloc(sizeof(*current_buf));
xmalloc          2357 scripts/kconfig/zconf.lex.c 	struct buffer *buf = xmalloc(sizeof(*buf));