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_LDX
(Results
1 - 9
of
9
) sorted by relevance
/third_party/elfutils/libcpu/
H
A
D
bpf_disasm.c
45
[
BPF_LDX
] = "ldx",
396
case
BPF_LDX
| BPF_MEM | BPF_B:
in bpf_disasm()
399
case
BPF_LDX
| BPF_MEM | BPF_H:
in bpf_disasm()
402
case
BPF_LDX
| BPF_MEM | BPF_W:
in bpf_disasm()
405
case
BPF_LDX
| BPF_MEM | 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
38
BPF_LDX
= 0x1,
enumerator
174
if ((InstClass ==
BPF_LDX
|| InstClass == BPF_STX) &&
in getInstruction()
/third_party/libbpf/include/uapi/linux/
H
A
D
bpf_common.h
8
#define
BPF_LDX
0x01
macro
/third_party/elfutils/lib/
H
A
D
bpf.h
11
#define
BPF_LDX
0x01
macro
/third_party/libbpf/include/linux/
H
A
D
filter.h
58
.code =
BPF_LDX
| BPF_SIZE(SIZE) | BPF_MEM, \
/third_party/ltp/include/lapi/
H
A
D
bpf.h
21
#define
BPF_LDX
0x01
macro
559
.code =
BPF_LDX
| BPF_SIZE(SIZE) | BPF_MEM, \
/third_party/libbpf/src/
H
A
D
relo_core.c
1065
case
BPF_LDX
:
in bpf_core_patch_insn()
/third_party/toybox/toys/pending/
H
A
D
dhcp.c
244
BPF_STMT(
BPF_LDX
|BPF_B|BPF_MSH, 0), BPF_STMT(BPF_LD|BPF_H|BPF_IND, 2),
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
2174
pub const
BPF_LDX
: ::__u32 = 0x01;
consts
Completed in 21 milliseconds