Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dbtf.c97 __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; i++) { in btf_find_by_name_kind()
[all …]
Dlibbpf.c2716 int nr_types, i, vlen, err; local
2740 nr_types = btf__type_cnt(obj->btf);
2741 for (i = 1; i < nr_types; i++) {
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h25836 u32 nr_types; member