Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/mod/
Dmodpost.c139 mod = NOFAIL(malloc(sizeof(*mod))); in new_module()
141 p = NOFAIL(strdup(modname)); in new_module()
199 struct symbol *s = NOFAIL(malloc(sizeof(*s) + strlen(name) + 1)); in alloc_symbol()
675 char *munged = NOFAIL(strdup(symname)); in handle_modversions()
1321 char *p = NOFAIL(malloc(20)); in sec2annotation()
1341 return NOFAIL(strdup("")); in sec2annotation()
2039 buf->p = NOFAIL(realloc(buf->p, buf->size)); in buf_write()
2290 tmp = NOFAIL(malloc(b->pos)); in write_if_changed()
2431 NOFAIL(malloc(sizeof(*extsym_iter))); in main()
Dmodpost.h97 #define NOFAIL(ptr) do_nofail((ptr), #ptr) macro
Dsumversion.c312 cmd = NOFAIL(malloc(strlen(objfile) + sizeof("..cmd"))); in parse_source_files()
323 dir = NOFAIL(malloc(dirlen + 1)); in parse_source_files()