Searched refs:ident_names (Results 1 – 1 of 1) sorted by relevance
114 struct hashmap *ident_names; member172 d->ident_names = hashmap__new(str_hash_fn, str_equal_fn, NULL); in btf_dump__new()173 if (IS_ERR(d->ident_names)) { in btf_dump__new()174 err = PTR_ERR(d->ident_names); in btf_dump__new()175 d->ident_names = NULL; in btf_dump__new()237 hashmap__free(d->ident_names); in btf_dump__free()993 dup_cnt = btf_dump_name_dups(d, d->ident_names, name); in btf_dump_emit_enum_def()1504 return btf_dump_resolve_name(d, id, d->ident_names); in btf_dump_ident_name()