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:is_vmlinux
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/scripts/
H
A
D
faddr2line
103
local
is_vmlinux
=0
117
is_vmlinux
=1
234
[[ $
is_vmlinux
= 0 ]] && args="$args --section=$sec_name"
/kernel/linux/linux-6.6/scripts/
H
A
D
faddr2line
104
local
is_vmlinux
=0
118
is_vmlinux
=1
235
[[ $
is_vmlinux
= 0 ]] && args="$args --section=$sec_name"
/kernel/linux/linux-6.6/scripts/mod/
H
A
D
modpost.c
197
mod->
is_vmlinux
= (strcmp(mod->name, "vmlinux") == 0);
in new_module()
375
if (s && (!external_module || s->module->
is_vmlinux
|| s->module == mod)) {
in sym_add_exported()
378
s->module->
is_vmlinux
? "" : ".ko");
in sym_add_exported()
1681
if (mod->
is_vmlinux
) {
in mod_set_crcs()
1722
if (!mod->
is_vmlinux
) {
in read_symbols()
1753
if (!mod->
is_vmlinux
) {
in read_symbols()
1979
sym->name, mod->name, mod->
is_vmlinux
? "" : ".ko",
in add_exported_symbols()
2029
s->module->seen = s->module->
is_vmlinux
;
in add_depends()
2348
if (mod->from_dump || mod->
is_vmlinux
)
in main()
2362
if (mod->
is_vmlinux
)
in main()
[all...]
H
A
D
modpost.h
99
bool
is_vmlinux
;
member
/kernel/linux/linux-5.10/scripts/mod/
H
A
D
modpost.c
171
mod->
is_vmlinux
= (strcmp(modname, "vmlinux") == 0);
in new_module()
176
if (mod->
is_vmlinux
)
in new_module()
419
} else if (!external_module || s->module->
is_vmlinux
||
in sym_add_exported()
423
s->module->
is_vmlinux
? "" : ".ko");
in sym_add_exported()
679
symname, mod->name, mod->
is_vmlinux
? "" : ".ko");
in handle_modversion()
2047
if (!mod->
is_vmlinux
) {
in read_symbols()
2106
if (!mod->
is_vmlinux
) {
in read_symbols()
2377
s->module->seen = s->module->
is_vmlinux
;
in add_depends()
2652
if (mod->
is_vmlinux
|| mod->from_dump)
in main()
H
A
D
modpost.h
123
int
is_vmlinux
;
member
Completed in 14 milliseconds