dedup_table 1288 tools/lib/bpf/btf.c struct hashmap *dedup_table; dedup_table 1319 tools/lib/bpf/btf.c hashmap__for_each_key_entry(d->dedup_table, node, (void *)hash) dedup_table 1323 tools/lib/bpf/btf.c return hashmap__append(d->dedup_table, dedup_table 1355 tools/lib/bpf/btf.c hashmap__free(d->dedup_table); dedup_table 1356 tools/lib/bpf/btf.c d->dedup_table = NULL; dedup_table 1403 tools/lib/bpf/btf.c d->dedup_table = hashmap__new(hash_fn, btf_dedup_equal_fn, NULL); dedup_table 1404 tools/lib/bpf/btf.c if (IS_ERR(d->dedup_table)) { dedup_table 1405 tools/lib/bpf/btf.c err = PTR_ERR(d->dedup_table); dedup_table 1406 tools/lib/bpf/btf.c d->dedup_table = NULL; dedup_table 2666 tools/lib/bpf/btf.c hashmap__free(d->dedup_table); dedup_table 2667 tools/lib/bpf/btf.c d->dedup_table = NULL;