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:jited_linfo
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
syscall.c
3698
if (prog->aux->
jited_linfo
) {
in bpf_prog_get_info_by_fd()
3711
if (put_user((__u64)(long)prog->aux->
jited_linfo
[i], &user_linfo[i])) {
in bpf_prog_get_info_by_fd()
H
A
D
verifier.c
11058
func[i]->aux->
jited_linfo
= prog->aux->
jited_linfo
;
in jit_subprogs()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
bpf.h
835
/*
jited_linfo
is the jited addr of the linfo. It has a
837
*
jited_linfo
[i] is the jited addr for the linfo[i]->insn_off.
838
* Both the main and sub prog share the same
jited_linfo
.
839
* The subprog can access its first
jited_linfo
by
842
void **
jited_linfo
;
member
846
*
jited_linfo
.
Completed in 25 milliseconds