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_STX
(Results
1 - 8
of
8
) sorted by relevance
/third_party/elfutils/libcpu/
H
A
D
bpf_disasm.c
47
[
BPF_STX
] = "stx",
409
case
BPF_STX
| BPF_MEM | BPF_B:
in bpf_disasm()
412
case
BPF_STX
| BPF_MEM | BPF_H:
in bpf_disasm()
415
case
BPF_STX
| BPF_MEM | BPF_W:
in bpf_disasm()
418
case
BPF_STX
| BPF_MEM | BPF_DW:
in bpf_disasm()
422
case
BPF_STX
| BPF_XADD | BPF_W:
in bpf_disasm()
425
case
BPF_STX
| BPF_XADD | BPF_DW:
in bpf_disasm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/Disassembler/
H
A
D
BPFDisassembler.cpp
40
BPF_STX
= 0x3,
enumerator
174
if ((InstClass == BPF_LDX || InstClass ==
BPF_STX
) &&
in getInstruction()
/third_party/libbpf/include/uapi/linux/
H
A
D
bpf_common.h
10
#define
BPF_STX
0x03
macro
/third_party/elfutils/lib/
H
A
D
bpf.h
13
#define
BPF_STX
0x03
macro
/third_party/libbpf/include/linux/
H
A
D
filter.h
66
.code =
BPF_STX
| BPF_SIZE(SIZE) | BPF_MEM, \
/third_party/ltp/include/lapi/
H
A
D
bpf.h
23
#define
BPF_STX
0x03
macro
567
.code =
BPF_STX
| BPF_SIZE(SIZE) | BPF_MEM, \
/third_party/libbpf/src/
H
A
D
relo_core.c
1067
case
BPF_STX
:
in bpf_core_patch_insn()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
2176
pub const
BPF_STX
: ::__u32 = 0x03;
consts
Completed in 17 milliseconds