Home
last modified time | relevance | path

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

/Linux-v6.6/scripts/mod/
Dmodpost.c129 buf = NOFAIL(malloc(st.st_size + 1)); in read_text_file()
187 mod = NOFAIL(malloc(sizeof(*mod) + namelen + 1)); in new_module()
251 struct symbol *s = NOFAIL(malloc(sizeof(*s) + strlen(name) + 1)); in alloc_symbol()
328 ns_entry = NOFAIL(malloc(sizeof(*ns_entry) + in add_namespace()
384 s->namespace = NOFAIL(strdup(namespace)); in sym_add_exported()
645 char *munged = NOFAIL(strdup(symname)); in handle_symbol()
1822 buf->p = NOFAIL(realloc(buf->p, buf->size)); in buf_write()
2107 tmp = NOFAIL(malloc(b->pos)); in write_if_changed()
2293 dl = NOFAIL(malloc(sizeof(*dl))); in main()
Dmodpost.h75 #define NOFAIL(ptr) do_nofail((ptr), #ptr) macro
Dsumversion.c308 cmd = NOFAIL(malloc(strlen(objfile) + sizeof("..cmd"))); in parse_source_files()
319 dir = NOFAIL(malloc(dirlen + 1)); in parse_source_files()