Searched refs:ident_names (Results 1 – 1 of 1) sorted by relevance
85 struct hashmap *ident_names; member143 d->ident_names = hashmap__new(str_hash_fn, str_equal_fn, NULL); in btf_dump__new()144 if (IS_ERR(d->ident_names)) { in btf_dump__new()145 err = PTR_ERR(d->ident_names); in btf_dump__new()146 d->ident_names = NULL; in btf_dump__new()173 hashmap__free(d->ident_names); in btf_dump__free()947 dup_cnt = btf_dump_name_dups(d, d->ident_names, name); in btf_dump_emit_enum_def()1374 return btf_dump_resolve_name(d, id, d->ident_names); in btf_dump_ident_name()