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:new_symbol
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/
H
A
D
aicasm_symbol.c
64
symbol_t *
new_symbol
;
in symbol_create()
local
66
new_symbol
= (symbol_t *)malloc(sizeof(symbol_t));
in symbol_create()
67
if (
new_symbol
== NULL) {
in symbol_create()
71
memset(
new_symbol
, 0, sizeof(*
new_symbol
));
in symbol_create()
72
new_symbol
->name = strdup(name);
in symbol_create()
73
if (
new_symbol
->name == NULL)
in symbol_create()
75
new_symbol
->type = UNINITIALIZED;
in symbol_create()
76
new_symbol
->count = 1;
in symbol_create()
77
return (
new_symbol
);
in symbol_create()
180
symbol_t *
new_symbol
;
symtable_get()
local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/
H
A
D
aicasm_symbol.c
65
symbol_t *
new_symbol
;
in symbol_create()
local
67
new_symbol
= (symbol_t *)malloc(sizeof(symbol_t));
in symbol_create()
68
if (
new_symbol
== NULL) {
in symbol_create()
72
memset(
new_symbol
, 0, sizeof(*
new_symbol
));
in symbol_create()
73
new_symbol
->name = strdup(name);
in symbol_create()
74
if (
new_symbol
->name == NULL)
in symbol_create()
76
new_symbol
->type = UNINITIALIZED;
in symbol_create()
77
new_symbol
->count = 1;
in symbol_create()
78
return (
new_symbol
);
in symbol_create()
181
symbol_t *
new_symbol
;
symtable_get()
local
[all...]
/kernel/linux/linux-5.10/scripts/mod/
H
A
D
modpost.c
232
static struct symbol *
new_symbol
(const char *name, struct module *module,
in new_symbol()
function
418
s =
new_symbol
(name, mod, export);
in sym_add_exported()
Completed in 5 milliseconds