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_var_secinfo
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libbpf/include/uapi/linux/
H
A
D
btf.h
169
/* BTF_KIND_DATASEC is followed by multiple "struct
btf_var_secinfo
"
173
struct
btf_var_secinfo
{
struct
/third_party/libbpf/src/
H
A
D
btf.h
559
static inline struct
btf_var_secinfo
*
562
return (struct
btf_var_secinfo
*)(t + 1);
in btf_var_secinfos()
H
A
D
linker.c
125
struct
btf_var_secinfo
*sec_vars;
1663
const struct
btf_var_secinfo
*vi;
in find_glob_sym_btf()
2141
struct
btf_var_secinfo
*vi;
in linker_fixup_btf()
2333
const struct
btf_var_secinfo
*src_var;
in linker_append_btf()
2334
struct
btf_var_secinfo
*dst_var;
in linker_append_btf()
2683
struct
btf_var_secinfo
*vi = &sec->sec_vars[j];
in finalize_btf()
H
A
D
btf.c
324
return base_size + vlen * sizeof(struct
btf_var_secinfo
);
in btf_type_size()
342
struct
btf_var_secinfo
*v;
in btf_bswap_type_rest()
578
const struct
btf_var_secinfo
*m = btf_var_secinfos(t);
in btf_validate_type()
2832
struct
btf_var_secinfo
*v;
2849
sz = sizeof(struct
btf_var_secinfo
);
5137
struct
btf_var_secinfo
*m = btf_var_secinfos(t);
H
A
D
libbpf.c
1190
const struct
btf_var_secinfo
*vsi;
in init_struct_ops_maps()
1697
struct
btf_var_secinfo
*vsi;
2620
const struct
btf_var_secinfo
*vi;
2846
const struct
btf_var_secinfo
*v = btf_var_secinfos(t);
3027
const struct
btf_var_secinfo
*a = _a;
3028
const struct
btf_var_secinfo
*b = _b;
3038
struct
btf_var_secinfo
*vsi;
4001
const struct
btf_var_secinfo
*vs;
4111
const struct
btf_var_secinfo
*vs;
4302
struct
btf_var_secinfo
*v
[all...]
H
A
D
btf_dump.c
364
const struct
btf_var_secinfo
*v = btf_var_secinfos(t);
in btf_dump_mark_referenced()
2231
const struct
btf_var_secinfo
*vsi;
in btf_dump_datasec_data()
Completed in 43 milliseconds