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:nr_types
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libbpf/src/
H
A
D
btf.c
97
__u32
nr_types
;
member
199
btf->
nr_types
, BTF_MAX_NR_TYPES, add_cnt);
in btf_add_type_offs_mem()
432
pr_warn("BTF type [%d] is malformed\n", btf->start_id + btf->
nr_types
);
in btf_parse_type_sec()
444
btf->
nr_types
++;
in btf_parse_type_sec()
616
return btf->start_id + btf->
nr_types
;
in btf__type_cnt()
636
if (type_id >= btf->start_id + btf->
nr_types
)
in btf__type_by_id()
899
__u32 i,
nr_types
= btf__type_cnt(btf);
in btf__find_by_name()
local
904
for (i = 1; i <
nr_types
; i++) {
in btf__find_by_name()
918
__u32 i,
nr_types
= btf__type_cnt(btf);
in btf_find_by_name_kind()
local
923
for (i = start_id; i <
nr_types
;
in btf_find_by_name_kind()
4793
__u32
nr_types
= btf__type_cnt(d->btf);
global()
local
[all...]
H
A
D
libbpf.c
2716
int
nr_types
, i, vlen, err;
local
2740
nr_types
= btf__type_cnt(obj->btf);
2741
for (i = 1; i <
nr_types
; i++) {
Completed in 27 milliseconds