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:btf_is_enum
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
relo_core.c
320
name_off =
btf_is_enum
(t) ? btf_enum(t)[access_idx].name_off
in bpf_core_parse_spec()
598
if (
btf_is_enum
(targ_type))
in bpf_core_spec_match()
861
if (
btf_is_enum
(t))
in bpf_core_calc_enumval_relo()
1187
if (
btf_is_enum
(t)) {
in bpf_core_format_spec()
1460
local_n_off =
btf_is_enum
(local_t) ? btf_enum(local_t)[i].name_off :
in bpf_core_enums_match()
1464
targ_n_off =
btf_is_enum
(targ_t) ? btf_enum(targ_t)[j].name_off :
in bpf_core_enums_match()
H
A
D
btf.h
372
static inline bool
btf_is_enum
(const struct btf_type *t)
in btf_is_enum()
function
454
return
btf_is_enum
(t) || btf_is_enum64(t);
in btf_is_any_enum()
H
A
D
btf_dump.c
1131
if (
btf_is_enum
(t))
in btf_dump_emit_enum_def()
1150
if (
btf_is_enum
(t)) {
in btf_dump_emit_enum_def()
1670
if (btf_is_fwd(t) || (
btf_is_enum
(t) && btf_vlen(t) == 0)) {
in btf_dump_resolve_name()
2199
if (
btf_is_enum
(t)) {
in btf_dump_enum_data()
H
A
D
btf.c
2136
if (!
btf_is_enum
(t))
in btf__add_enum_value()
H
A
D
libbpf.c
2782
} else if (!has_enum64 &&
btf_is_enum
(t)) {
in bpf_object__sanitize_btf()
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
btf.h
230
static inline bool
btf_is_enum
(const struct btf_type *t)
in btf_is_enum()
function
H
A
D
btf_dump.c
1505
if (btf_is_fwd(t) || (
btf_is_enum
(t) && btf_vlen(t) == 0)) {
in btf_dump_resolve_name()
H
A
D
btf.c
1940
if (!
btf_is_enum
(t))
in btf__add_enum_value()
3378
return
btf_is_enum
(t) && btf_vlen(t) == 0;
in btf_is_enum_fwd()
H
A
D
libbpf.c
4567
if (!
btf_is_enum
(t) || spec->raw_len > 1 || access_idx >= btf_vlen(t))
in bpf_core_parse_spec()
5024
if (!
btf_is_enum
(targ_type))
in bpf_core_spec_match()
5206
*val =
btf_is_enum
(mt) ||
in bpf_core_calc_field_relo()
/kernel/linux/linux-6.6/include/linux/
H
A
D
btf.h
287
static inline bool
btf_is_enum
(const struct btf_type *t)
in btf_is_enum()
function
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H
A
D
core_reloc.c
371
} else if (
btf_is_enum
(t) && btf_vlen(t) &&
in setup_type_id_case_local()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
core_reloc.c
460
} else if (
btf_is_enum
(t) && btf_vlen(t) &&
in setup_type_id_case_local()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
test_progs.c
957
if (!t || !
btf_is_enum
(t) || t->name_off)
in get_bpf_max_tramp_links_from()
Completed in 58 milliseconds