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:strip_mods
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H
A
D
gen.c
105
bool
strip_mods
= false;
in codegen_datasec_def()
local
113
strip_mods
= true;
in codegen_datasec_def()
127
.
strip_mods
=
strip_mods
,
in codegen_datasec_def()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H
A
D
gen.c
134
bool
strip_mods
= false;
in codegen_datasec_def()
local
140
strip_mods
= true;
in codegen_datasec_def()
149
.
strip_mods
=
strip_mods
,
in codegen_datasec_def()
303
bool
strip_mods
= false, needs_typeof = false;
in codegen_subskel_datasecs()
local
324
strip_mods
= strcmp(sec_name, ".kconfig") != 0;
in codegen_subskel_datasecs()
332
.
strip_mods
=
strip_mods
,
in codegen_subskel_datasecs()
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
btf_dump.c
62
bool
strip_mods
;
member
1158
d->
strip_mods
= OPTS_GET(opts,
strip_mods
, false);
in btf_dump__emit_type_decl()
1160
d->
strip_mods
= false;
in btf_dump__emit_type_decl()
1174
if (d->
strip_mods
&& btf_is_mod(t))
in btf_dump_emit_type_decl()
H
A
D
btf.h
166
bool
strip_mods
;
member
169
#define btf_dump_emit_type_decl_opts__last_field
strip_mods
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
btf_dump.c
84
bool
strip_mods
;
member
1281
d->
strip_mods
= OPTS_GET(opts,
strip_mods
, false);
in btf_dump__emit_type_decl()
1283
d->
strip_mods
= false;
in btf_dump__emit_type_decl()
1297
if (d->
strip_mods
&& btf_is_mod(t))
in btf_dump_emit_type_decl()
1622
d->
strip_mods
= true;
in btf_dump_emit_type_cast()
1624
d->
strip_mods
= false;
in btf_dump_emit_type_cast()
H
A
D
btf.h
268
bool
strip_mods
;
member
271
#define btf_dump_emit_type_decl_opts__last_field
strip_mods
Completed in 15 milliseconds