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_int
(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
47
ASSERT_EQ(
btf_is_int
(t), true, "int_kind");
in test_btf_split()
H
A
D
btf_dedup_split.c
49
ASSERT_EQ(
btf_is_int
(t), true, "int_kind");
in test_split_simple()
H
A
D
core_reloc.c
466
btf_is_int
(t) && (name = btf__name_by_offset(local_btf, t->name_off)) &&
in setup_type_id_case_local()
475
btf_is_int
(t) && (name = btf__name_by_offset(local_btf, t->name_off)) &&
in setup_type_id_case_local()
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
relo_core.c
779
(
btf_is_int
(mt) && (btf_int_encoding(mt) & BTF_INT_SIGNED));
in bpf_core_calc_field_relo()
932
if (
btf_is_int
(orig_t) &&
btf_is_int
(new_t) &&
in bpf_core_calc_relo()
H
A
D
btf.h
340
static inline bool
btf_is_int
(const struct btf_type *t)
in btf_is_int()
function
H
A
D
btf_dump.c
2044
if (
btf_is_int
(elem_type)) {
in btf_dump_array_data()
2354
ischar =
btf_is_int
(elem_type) && elem_size == 1;
in btf_dump_type_data_check_zero()
H
A
D
btf.c
503
if (!
btf_is_int
(t))
in determine_ptr_size()
H
A
D
libbpf.c
3726
if (
btf_is_int
(t) && btf_int_bits(t) == 32)
in find_int_btf_id()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H
A
D
core_reloc.c
377
btf_is_int
(t) && (name = btf__name_by_offset(local_btf, t->name_off)) &&
in setup_type_id_case_local()
386
btf_is_int
(t) && (name = btf__name_by_offset(local_btf, t->name_off)) &&
in setup_type_id_case_local()
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
btf.h
198
static inline bool
btf_is_int
(const struct btf_type *t)
in btf_is_int()
function
H
A
D
libbpf.c
3079
if (
btf_is_int
(t) && btf_int_bits(t) == 32)
in find_int_btf_id()
5374
if (
btf_is_int
(orig_t) &&
btf_is_int
(new_t) &&
in bpf_core_calc_relo()
H
A
D
btf.c
436
if (!
btf_is_int
(t))
in determine_ptr_size()
/kernel/linux/linux-6.6/include/linux/
H
A
D
btf.h
314
static inline bool
btf_is_int
(const struct btf_type *t)
in btf_is_int()
function
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H
A
D
btf_dumper.c
191
if (!elem_type || !
btf_is_int
(elem_type) || elem_type->size != 1)
in is_str_array()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H
A
D
btf_dumper.c
227
if (!elem_type || !
btf_is_int
(elem_type) || elem_type->size != 1)
in is_str_array()
Completed in 56 milliseconds