Home
last modified time | relevance | path

Searched refs:xcalloc (Results 1 – 3 of 3) sorted by relevance

/scripts/include/
Dxalloc.h18 static inline void *xcalloc(size_t nmemb, size_t size) in xcalloc() function
/scripts/kconfig/
Dmconf.c328 pos->next = xcalloc(1, sizeof(*pos)); in set_subtitle()
331 subtitles = pos = xcalloc(1, sizeof(*pos)); in set_subtitle()
/scripts/gendwarfksyms/
Dsymbols.c149 sym = xcalloc(1, sizeof(struct symbol)); in symbol_read_exports()