Home
last modified time | relevance | path

Searched refs:nr_types (Results 1 – 3 of 3) sorted by relevance

/third_party/libbpf/src/
Dbtf.c108 __u32 nr_types; member
210 btf->nr_types, BTF_MAX_NR_TYPES, add_cnt); in btf_add_type_offs_mem()
443 pr_warn("BTF type [%d] is malformed\n", btf->start_id + btf->nr_types); in btf_parse_type_sec()
455 btf->nr_types++; in btf_parse_type_sec()
468 return btf->start_id + btf->nr_types; in btf__type_cnt()
488 if (type_id >= btf->start_id + btf->nr_types) in btf__type_by_id()
751 __u32 i, nr_types = btf__type_cnt(btf); in btf__find_by_name() local
756 for (i = 1; i < nr_types; i++) { in btf__find_by_name()
770 __u32 i, nr_types = btf__type_cnt(btf); in btf_find_by_name_kind() local
775 for (i = start_id; i < nr_types; i++) { in btf_find_by_name_kind()
[all …]
Dlibbpf.c2703 int nr_types, i, vlen, err; local
2727 nr_types = btf__type_cnt(obj->btf);
2728 for (i = 1; i < nr_types; i++) {
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h25836 u32 nr_types; member