Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Dbtf_dump.c114 struct hashmap *ident_names; member
177 d->ident_names = hashmap__new(str_hash_fn, str_equal_fn, NULL); in btf_dump__new()
178 if (IS_ERR(d->ident_names)) { in btf_dump__new()
179 err = PTR_ERR(d->ident_names); in btf_dump__new()
180 d->ident_names = NULL; in btf_dump__new()
253 btf_dump_free_names(d->ident_names); in btf_dump__free()
1075 dup_cnt = btf_dump_name_dups(d, d->ident_names, name); in btf_dump_emit_enum32_val()
1100 dup_cnt = btf_dump_name_dups(d, d->ident_names, name); in btf_dump_emit_enum64_val()
1697 return btf_dump_resolve_name(d, id, d->ident_names); in btf_dump_ident_name()