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_struct
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
btf_split.c
62
ASSERT_EQ(
btf_is_struct
(t), true, "split_struct_kind");
in test_btf_split()
H
A
D
ctx_rewrite.c
261
if (!
btf_is_struct
(type) && !btf_is_union(type)) {
in find_field_offset_aux()
H
A
D
core_reloc.c
452
if (
btf_is_struct
(t) && btf_vlen(t) &&
in setup_type_id_case_local()
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
btf.h
213
static inline bool
btf_is_struct
(const struct btf_type *t)
in btf_is_struct()
function
H
A
D
btf_dump.c
916
btf_is_struct
(t) ? "struct" : "union",
in btf_dump_emit_struct_fwd()
926
bool is_struct =
btf_is_struct
(t);
in btf_dump_emit_struct_def()
H
A
D
libbpf.c
979
if (!
btf_is_struct
(type)) {
in bpf_object__init_struct_ops_maps()
2148
if (!
btf_is_struct
(t)) {
in parse_btf_map_def()
2253
if (!
btf_is_struct
(def)) {
in bpf_object__init_user_btf_map()
H
A
D
btf.c
1335
if (!
btf_is_struct
(container_type) || btf_vlen(container_type) < 2) {
in btf__get_map_kv_tids()
/kernel/linux/linux-5.10/tools/bpf/resolve_btfids/
H
A
D
main.c
513
} else if (
btf_is_struct
(type) && nr_structs) {
in symbols_resolve()
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
btf.h
355
static inline bool
btf_is_struct
(const struct btf_type *t)
in btf_is_struct()
function
H
A
D
btf_dump.c
958
btf_is_struct
(t) ? "struct" : "union",
in btf_dump_emit_struct_fwd()
969
bool is_struct =
btf_is_struct
(t);
in btf_dump_emit_struct_def()
H
A
D
linker.c
1325
if (!btf_kflag(t1) &&
btf_is_struct
(t2))
in glob_sym_btf_matches()
1332
if (!btf_kflag(t2) &&
btf_is_struct
(t1))
in glob_sym_btf_matches()
H
A
D
libbpf.c
1184
if (!
btf_is_struct
(type)) {
in init_struct_ops_maps()
2368
if (!
btf_is_struct
(t)) {
in parse_btf_map_def()
2554
if (!
btf_is_struct
(def)) {
in bpf_object__init_user_btf_map()
/kernel/linux/linux-6.6/tools/bpf/resolve_btfids/
H
A
D
main.c
575
} else if (
btf_is_struct
(type) && nr_structs) {
in symbols_resolve()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H
A
D
core_reloc.c
363
if (
btf_is_struct
(t) && btf_vlen(t) &&
in setup_type_id_case_local()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H
A
D
gen.c
2177
if (
btf_is_struct
(type))
in btfgen_get_btf()
Completed in 55 milliseconds