Searched refs:new_types (Results 1 – 1 of 1) sorted by relevance
47 struct btf_type **new_types; in btf_add_type() local56 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() local2712 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()