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:swapped_endian
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
btf.c
37
bool
swapped_endian
;
member
200
btf->
swapped_endian
= true;
in btf_parse_hdr()
377
if (btf->
swapped_endian
)
in btf_parse_type_sec()
388
if (btf->
swapped_endian
&& btf_bswap_type_rest(next_type))
in btf_parse_type_sec()
506
return btf->
swapped_endian
? BTF_LITTLE_ENDIAN : BTF_BIG_ENDIAN;
in btf__endianness()
508
return btf->
swapped_endian
? BTF_BIG_ENDIAN : BTF_LITTLE_ENDIAN;
in btf__endianness()
516
btf->
swapped_endian
= is_host_big_endian() != (endian == BTF_BIG_ENDIAN);
in btf__set_endianness()
517
if (!btf->
swapped_endian
) {
in btf__set_endianness()
740
btf->
swapped_endian
= false;
in btf__new_empty()
1213
data = btf_get_raw_data(btf, &data_sz, btf->
swapped_endian
);
in btf__get_raw_data()
[all...]
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
btf.c
38
bool
swapped_endian
;
member
231
btf->
swapped_endian
= true;
in btf_parse_hdr()
421
if (btf->
swapped_endian
)
in btf_parse_type_sec()
432
if (btf->
swapped_endian
&& btf_bswap_type_rest(next_type))
in btf_parse_type_sec()
574
return btf->
swapped_endian
? BTF_LITTLE_ENDIAN : BTF_BIG_ENDIAN;
in btf__endianness()
576
return btf->
swapped_endian
? BTF_BIG_ENDIAN : BTF_LITTLE_ENDIAN;
in btf__endianness()
584
btf->
swapped_endian
= is_host_big_endian() != (endian == BTF_BIG_ENDIAN);
in btf__set_endianness()
585
if (!btf->
swapped_endian
) {
in btf__set_endianness()
829
btf->
swapped_endian
= false;
in btf_new_empty()
1311
data = btf_get_raw_data(btf, &data_sz, btf->
swapped_endian
);
in btf__raw_data()
[all...]
Completed in 7 milliseconds