Searched refs:cached_names (Results 1 – 1 of 1) sorted by relevance
64 const char **cached_names; member162 if (d->cached_names) { in btf_dump__free()165 if (d->cached_names[i]) in btf_dump__free()166 free((void *)d->cached_names[i]); in btf_dump__free()169 free(d->cached_names); in btf_dump__free()211 d->cached_names = calloc(1 + btf__get_nr_types(d->btf), in btf_dump__dump_type()212 sizeof(d->cached_names[0])); in btf_dump__dump_type()213 if (!d->cached_names) in btf_dump__dump_type()1345 const char **cached_name = &d->cached_names[id]; in btf_dump_resolve_name()