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:export_symbol
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/scripts/genksyms/
H
A
D
genksyms.h
56
void
export_symbol
(const char *);
H
A
D
parse.y
493
{
export_symbol
((*$3)->string); $$ = $5; }
H
A
D
genksyms.c
634
void
export_symbol
(const char *name)
in export_symbol()
function
/kernel/linux/linux-6.6/scripts/genksyms/
H
A
D
genksyms.h
56
void
export_symbol
(const char *);
H
A
D
parse.y
496
{
export_symbol
((*$3)->string); $$ = $5; }
H
A
D
genksyms.c
634
void
export_symbol
(const char *name)
in export_symbol()
function
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
db-export.h
52
int (*
export_symbol
)(struct db_export *dbe, struct symbol *sym,
member
H
A
D
db-export.c
170
if (dbe->
export_symbol
)
in db_export__symbol()
171
return dbe->
export_symbol
(dbe, sym, dso);
in db_export__symbol()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
db-export.h
52
int (*
export_symbol
)(struct db_export *dbe, struct symbol *sym,
member
H
A
D
db-export.c
170
if (dbe->
export_symbol
)
in db_export__symbol()
171
return dbe->
export_symbol
(dbe, sym, dso);
in db_export__symbol()
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
vmlinux.lds.h
1005
*(.
export_symbol
) \
/kernel/linux/linux-5.10/scripts/
H
A
D
kernel-doc
399
my $
export_symbol
= '^\s*EXPORT_SYMBOL(_GPL)?\s*\(\s*(\w+)\s*\)\s*;';
2025
if (/$
export_symbol
/) {
/kernel/linux/linux-6.6/scripts/
H
A
D
kernel-doc
266
my $
export_symbol
= '^\s*EXPORT_SYMBOL(_GPL)?\s*\(\s*(\w+)\s*\)\s*;';
1990
if (/$
export_symbol
/) {
Completed in 11 milliseconds