Home
last modified time | relevance | path

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

/linux/scripts/mod/
A Dmodpost.c127 buf = NOFAIL(malloc(st.st_size + 1)); in read_text_file()
184 mod = NOFAIL(malloc(sizeof(*mod) + strlen(modname) + 1)); in new_module()
288 ns_entry = NOFAIL(malloc(sizeof(struct namespace_list) + in add_namespace()
723 char *munged = NOFAIL(strdup(symname)); in handle_symbol()
841 char *bare = NOFAIL(strndup(p + 1, strlen(p) - 2)); in match()
1377 char *p = NOFAIL(malloc(20)); in sec2annotation()
1397 return NOFAIL(strdup("")); in sec2annotation()
2001 tmp = NOFAIL(strdup(modname)); in read_symbols()
2130 buf->p = NOFAIL(realloc(buf->p, buf->size)); in buf_write()
2370 tmp = NOFAIL(malloc(b->pos)); in write_if_changed()
[all …]
A Dsumversion.c310 cmd = NOFAIL(malloc(strlen(objfile) + sizeof("..cmd"))); in parse_source_files()
321 dir = NOFAIL(malloc(dirlen + 1)); in parse_source_files()
A Dmodpost.h97 #define NOFAIL(ptr) do_nofail((ptr), #ptr) macro

Completed in 10 milliseconds