Searched refs:hashmap__find (Results 1 – 6 of 6) sorted by relevance
/third_party/libbpf/src/ |
D | strset.c | 130 if (hashmap__find(set->strs_hash, new_off, &old_off)) in strset__find_str()
|
D | hashmap.h | 169 #define hashmap__find(map, key, value) \ macro
|
D | usdt.c | 895 if (hashmap__find(specs_hash, target->spec_str, &tmp)) { in allocate_spec_id()
|
D | btf.c | 1694 hashmap__find(p->str_off_map, *str_off, &mapped_off)) { 4691 if (!hashmap__find(names_map, t->name_off, &cand_id))
|
D | btf_dump.c | 1643 (void)hashmap__find(name_map, orig_name, &dup_cnt); in btf_dump_name_dups()
|
D | libbpf.c | 6024 !hashmap__find(cand_cache, local_id, &cands)) {
|