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:BPF_IMM
(Results
1 - 9
of
9
) sorted by relevance
/third_party/libbpf/include/uapi/linux/
H
A
D
bpf_common.h
23
#define
BPF_IMM
0x00
macro
/third_party/elfutils/lib/
H
A
D
bpf.h
35
#define
BPF_IMM
0x00
macro
/third_party/libbpf/include/linux/
H
A
D
filter.h
98
.code = BPF_LD | BPF_DW |
BPF_IMM
, \
/third_party/ltp/include/lapi/
H
A
D
bpf.h
35
#define
BPF_IMM
0x00
macro
533
.code = BPF_LD | BPF_DW |
BPF_IMM
, \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/Disassembler/
H
A
D
BPFDisassembler.cpp
55
BPF_IMM
= 0x0,
enumerator
/third_party/libbpf/src/
H
A
D
libbpf_internal.h
604
return insn->code == (BPF_LD |
BPF_IMM
| BPF_DW);
in is_ldimm64_insn()
H
A
D
relo_core.c
18
return insn->code == (BPF_LD |
BPF_IMM
| BPF_DW);
in is_ldimm64_insn()
/third_party/elfutils/libcpu/
H
A
D
bpf_disasm.c
120
case BPF_LD |
BPF_IMM
| BPF_DW:
in bpf_disasm()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
2184
pub const
BPF_IMM
: ::__u32 = 0x00;
consts
Completed in 24 milliseconds