Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:NOFAIL
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/scripts/mod/
H
A
D
modpost.c
109
buf =
NOFAIL
(malloc(st.st_size + 1));
in read_text_file()
166
mod =
NOFAIL
(malloc(sizeof(*mod) + strlen(modname) + 1));
in new_module()
221
struct symbol *s =
NOFAIL
(malloc(sizeof(*s) + strlen(name) + 1));
in alloc_symbol()
273
ns_entry =
NOFAIL
(malloc(sizeof(struct namespace_list) +
in add_namespace()
405
namespace && namespace[0] ?
NOFAIL
(strdup(namespace)) : NULL;
in sym_update_namespace()
726
char *munged =
NOFAIL
(strdup(symname));
in handle_symbol()
844
char *bare =
NOFAIL
(strndup(p + 1, strlen(p) - 2));
in match()
1385
char *p =
NOFAIL
(malloc(20));
in sec2annotation()
1405
return
NOFAIL
(strdup(""));
in sec2annotation()
2038
tmp =
NOFAIL
(strdu
in read_symbols()
[all...]
H
A
D
modpost.h
98
#define
NOFAIL
(ptr) do_nofail((ptr), #ptr)
macro
H
A
D
sumversion.c
310
cmd =
NOFAIL
(malloc(strlen(objfile) + sizeof("..cmd")));
in parse_source_files()
321
dir =
NOFAIL
(malloc(dirlen + 1));
in parse_source_files()
/kernel/linux/linux-6.6/scripts/mod/
H
A
D
modpost.c
129
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()
1816
buf->p =
NOFAIL
(realloc(buf->p, buf->size));
in buf_write()
2101
tmp =
NOFAIL
(malloc(b->pos));
in write_if_changed()
2287
dl =
NOFAIL
(malloc(sizeof(*dl)));
in main()
H
A
D
modpost.h
75
#define
NOFAIL
(ptr) do_nofail((ptr), #ptr)
macro
H
A
D
sumversion.c
308
cmd =
NOFAIL
(malloc(strlen(objfile) + sizeof("..cmd")));
in parse_source_files()
319
dir =
NOFAIL
(malloc(dirlen + 1));
in parse_source_files()
Completed in 9 milliseconds