Home
last modified time | relevance | path

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

/Linux-v5.10/tools/lib/bpf/
Dbtf_dump.c91 struct hashmap *ident_names; member
145 d->ident_names = hashmap__new(str_hash_fn, str_equal_fn, NULL); in btf_dump__new()
146 if (IS_ERR(d->ident_names)) { in btf_dump__new()
147 err = PTR_ERR(d->ident_names); in btf_dump__new()
148 d->ident_names = NULL; in btf_dump__new()
210 hashmap__free(d->ident_names); in btf_dump__free()
963 dup_cnt = btf_dump_name_dups(d, d->ident_names, name); in btf_dump_emit_enum_def()
1439 return btf_dump_resolve_name(d, id, d->ident_names); in btf_dump_ident_name()