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_header
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libbpf/include/uapi/linux/
H
A
D
btf.h
11
struct
btf_header
{
struct
/third_party/libbpf/src/
H
A
D
libbpf_probes.c
224
struct
btf_header
hdr = {
in libbpf__load_raw_btf()
227
.hdr_len = sizeof(struct
btf_header
),
in libbpf__load_raw_btf()
H
A
D
btf.c
81
struct
btf_header
*hdr;
214
static void btf_bswap_hdr(struct
btf_header
*h)
in btf_bswap_hdr()
226
struct
btf_header
*hdr = btf->hdr;
in btf_parse_hdr()
229
if (btf->raw_size < sizeof(struct
btf_header
)) {
in btf_parse_hdr()
236
if (bswap_32(hdr->hdr_len) != sizeof(struct
btf_header
)) {
in btf_parse_hdr()
275
const struct
btf_header
*hdr = btf->hdr;
in btf_parse_str_sec()
419
struct
btf_header
*hdr = btf->hdr;
in btf_parse_type_sec()
1001
btf->raw_size = sizeof(struct
btf_header
) + (base_btf ? 0 : 1);
in btf_new_empty()
1009
btf->hdr->hdr_len = sizeof(struct
btf_header
);
in btf_new_empty()
1519
struct
btf_header
*hd
[all...]
Completed in 5 milliseconds