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:relo_kind
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
relo_core.c
281
spec->
relo_kind
= relo->kind;
in bpf_core_parse_spec()
570
targ_spec->
relo_kind
= local_spec->
relo_kind
;
in bpf_core_spec_match()
572
if (core_relo_is_type_based(local_spec->
relo_kind
)) {
in bpf_core_spec_match()
573
if (local_spec->
relo_kind
== BPF_CORE_TYPE_MATCHES)
in bpf_core_spec_match()
586
if (core_relo_is_enumval_based(local_spec->
relo_kind
)) {
in bpf_core_spec_match()
620
if (!core_relo_is_field_based(local_spec->
relo_kind
))
in bpf_core_spec_match()
1179
core_relo_kind_str(spec->
relo_kind
),
in bpf_core_format_spec()
1182
if (core_relo_is_type_based(spec->
relo_kind
))
in bpf_core_format_spec()
1185
if (core_relo_is_enumval_based(spec->
relo_kind
)) {
in bpf_core_format_spec()
[all...]
H
A
D
relo_core.h
36
enum bpf_core_relo_kind
relo_kind
;
member
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
libbpf.c
4387
enum bpf_core_relo_kind
relo_kind
;
member
4516
enum bpf_core_relo_kind
relo_kind
,
in bpf_core_parse_spec()
4532
spec->
relo_kind
=
relo_kind
;
in bpf_core_parse_spec()
4535
if (core_relo_is_type_based(
relo_kind
)) {
in bpf_core_parse_spec()
4566
if (core_relo_is_enumval_based(
relo_kind
)) {
in bpf_core_parse_spec()
4575
if (!core_relo_is_field_based(
relo_kind
))
in bpf_core_parse_spec()
5006
targ_spec->
relo_kind
= local_spec->
relo_kind
;
in bpf_core_spec_match()
5008
if (core_relo_is_type_based(local_spec->
relo_kind
)) {
in bpf_core_spec_match()
4513
bpf_core_parse_spec(const struct btf *btf, __u32 type_id, const char *spec_str, enum bpf_core_
relo_kind
relo_kind
, struct bpf_core_spec *spec)
bpf_core_parse_spec()
argument
[all...]
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H
A
D
gen.c
1974
switch (res->
relo_kind
) {
in btfgen_record_reloc()
Completed in 16 milliseconds