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:func_info
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
verifier.c
8575
verbose(env, "number of funcs in
func_info
doesn't match number of subprogs\n");
in check_btf_func()
8588
urecord = u64_to_user_ptr(attr->
func_info
);
in check_btf_func()
8634
verbose(env, "
func_info
BTF section doesn't match subprog layout in BPF program\n");
in check_btf_func()
8666
prog->aux->
func_info
= krecord;
in check_btf_func()
8682
if (!aux->
func_info
) {
in adjust_btf_func()
8687
aux->
func_info
[i].insn_off = env->subprog_info[i].start;
in adjust_btf_func()
10453
/* remove
func_info
*/
in adjust_subprog_starts_after_remove()
10454
if (aux->
func_info
) {
in adjust_subprog_starts_after_remove()
10457
memmove(aux->
func_info
+ i, aux->
func_info
in adjust_subprog_starts_after_remove()
[all...]
H
A
D
syscall.c
1774
kvfree(aux->
func_info
);
in _bpf_prog_put_rcu()
3678
user_finfo = u64_to_user_ptr(info.
func_info
);
in bpf_prog_get_info_by_fd()
3680
if (copy_to_user(user_finfo, prog->aux->
func_info
, info.func_info_rec_size * ulen)) {
in bpf_prog_get_info_by_fd()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
bpf.h
826
struct bpf_func_info *
func_info
;
member
Completed in 24 milliseconds