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_func
(Results
1 - 21
of
21
) sorted by relevance
/kernel/linux/linux-5.10/arch/riscv/net/
H
A
D
bpf_jit_core.c
165
if (!prog->
is_func
|| extra_pass) {
in bpf_int_jit_compile()
/kernel/linux/linux-6.6/arch/parisc/net/
H
A
D
bpf_jit_core.c
169
if (!prog->
is_func
|| extra_pass) {
in bpf_int_jit_compile()
/kernel/linux/linux-6.6/arch/powerpc/net/
H
A
D
bpf_jit_comp.c
207
if (!fp->
is_func
|| extra_pass) {
in bpf_int_jit_compile()
/kernel/linux/linux-6.6/arch/riscv/net/
H
A
D
bpf_jit_core.c
177
if (!prog->
is_func
|| extra_pass) {
in bpf_int_jit_compile()
/kernel/linux/linux-6.6/scripts/mod/
H
A
D
modpost.c
224
bool
is_func
;
member
1232
s->
is_func
= (ELF_ST_TYPE(sym->st_info) == STT_FUNC);
in check_export_symbol()
1241
s->
is_func
= true;
in check_export_symbol()
1963
sym->
is_func
? "FUNC" : "DATA", sym->name,
in add_exported_symbols()
/kernel/linux/linux-5.10/arch/arm64/net/
H
A
D
bpf_jit_comp.c
1107
if (!prog->
is_func
|| extra_pass) {
in bpf_int_jit_compile()
1127
if (!prog->
is_func
|| extra_pass) {
in bpf_int_jit_compile()
/kernel/linux/linux-5.10/arch/loongarch/net/
H
A
D
ebpf_jit.c
946
if (!prog->
is_func
|| extra_pass) {
in bpf_int_jit_compile()
965
if (!prog->
is_func
|| extra_pass) {
in bpf_int_jit_compile()
/kernel/linux/linux-6.6/arch/loongarch/net/
H
A
D
bpf_jit.c
1208
if (!prog->
is_func
|| extra_pass) {
in bpf_int_jit_compile()
1228
if (!prog->
is_func
|| extra_pass) {
in bpf_int_jit_compile()
/kernel/linux/linux-5.10/arch/x86/net/
H
A
D
bpf_jit_comp.c
2128
if (!prog->
is_func
|| extra_pass) {
in bpf_int_jit_compile()
2145
if (!image || !prog->
is_func
|| extra_pass) {
in bpf_int_jit_compile()
/kernel/linux/linux-5.10/arch/s390/net/
H
A
D
bpf_jit_comp.c
1809
if (!fp->
is_func
|| extra_pass) {
in bpf_int_jit_compile()
1820
if (!fp->
is_func
|| extra_pass) {
in bpf_int_jit_compile()
/kernel/linux/linux-5.10/arch/sparc/net/
H
A
D
bpf_jit_comp_64.c
1593
if (!prog->
is_func
|| extra_pass) {
in bpf_int_jit_compile()
1605
if (!prog->
is_func
|| extra_pass) {
in bpf_int_jit_compile()
/kernel/linux/linux-6.6/arch/arm64/net/
H
A
D
bpf_jit_comp.c
1641
if (!prog->
is_func
|| extra_pass) {
in bpf_int_jit_compile()
1661
if (!prog->
is_func
|| extra_pass) {
in bpf_int_jit_compile()
/kernel/linux/linux-6.6/arch/s390/net/
H
A
D
bpf_jit_comp.c
1974
if (!fp->
is_func
|| extra_pass) {
in bpf_int_jit_compile()
1985
if (!fp->
is_func
|| extra_pass) {
in bpf_int_jit_compile()
/kernel/linux/linux-6.6/arch/sparc/net/
H
A
D
bpf_jit_comp_64.c
1604
if (!prog->
is_func
|| extra_pass) {
in bpf_int_jit_compile()
1616
if (!prog->
is_func
|| extra_pass) {
in bpf_int_jit_compile()
/kernel/linux/linux-5.10/scripts/mod/
H
A
D
modpost.c
1430
static inline void get_pretty_name(int
is_func
, const char** name, const char** name_p)
in get_pretty_name()
argument
1432
switch (
is_func
) {
in get_pretty_name()
/kernel/linux/linux-6.6/arch/x86/net/
H
A
D
bpf_jit_comp.c
2845
if (!prog->
is_func
|| extra_pass) {
in bpf_int_jit_compile()
2875
if (!image || !prog->
is_func
|| extra_pass) {
in bpf_int_jit_compile()
/kernel/linux/linux-5.10/arch/powerpc/net/
H
A
D
bpf_jit_comp64.c
1303
if (!fp->
is_func
|| extra_pass) {
in bpf_int_jit_compile()
/kernel/linux/linux-5.10/include/linux/
H
A
D
filter.h
548
is_func
:1, /* program is a bpf function */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
bpf.h
1488
is_func
:1, /* program is a bpf function */
member
/kernel/linux/linux-5.10/kernel/bpf/
H
A
D
verifier.c
11446
func[i]->
is_func
= 1;
in jit_subprogs()
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
verifier.c
18506
func[i]->
is_func
= 1;
in jit_subprogs()
Completed in 77 milliseconds