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:aux_data
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H
A
D
verifier.c
10549
struct bpf_insn_aux_data *
aux_data
= env->insn_aux_data;
in verifier_remove_insns()
local
10572
memmove(
aux_data
+ off,
aux_data
+ off + cnt, sizeof(*
aux_data
) * (orig_prog_len - off - cnt));
in verifier_remove_insns()
10590
struct bpf_insn_aux_data *
aux_data
= env->insn_aux_data;
in sanitize_dead_code()
local
10597
if (
aux_data
[i].seen) {
in sanitize_dead_code()
10601
aux_data
[i].zext_dst = false;
in sanitize_dead_code()
10623
struct bpf_insn_aux_data *
aux_data
= env->insn_aux_data;
in opt_hard_wire_dead_code_branches()
local
10634
if (!
aux_data
[i + 1].seen) {
in opt_hard_wire_dead_code_branches()
10636
} else if (!
aux_data
[
in opt_hard_wire_dead_code_branches()
10652
struct bpf_insn_
aux_data
*
aux_data
= env->insn_
aux_data
;
opt_remove_dead_code()
local
[all...]
Completed in 15 milliseconds