Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbtf.c47 struct btf_type **new_types; in btf_add_type() local
56 new_types = realloc(btf->types, sizeof(*new_types) * new_size); in btf_add_type()
57 if (!new_types) in btf_add_type()
61 new_types[0] = &btf_void; in btf_add_type()
63 btf->types = new_types; in btf_add_type()
2680 struct btf_type **new_types; in btf_dedup_compact_types() local
2712 new_types = realloc(d->btf->types, in btf_dedup_compact_types()
2714 if (!new_types) in btf_dedup_compact_types()
2716 d->btf->types = new_types; in btf_dedup_compact_types()