Searched refs:type_offs_cap (Results 1 – 1 of 1) sorted by relevance
88 size_t type_offs_cap; member197 return libbpf_add_mem((void **)&btf->type_offs, &btf->type_offs_cap, sizeof(__u32), in btf_add_type_offs_mem()4952 d->btf->type_offs_cap = d->btf->nr_types; in btf_dedup_compact_types()4954 new_offs = libbpf_reallocarray(d->btf->type_offs, d->btf->type_offs_cap, in btf_dedup_compact_types()4956 if (d->btf->type_offs_cap && !new_offs) in btf_dedup_compact_types()