Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dstrset.c130 if (hashmap__find(set->strs_hash, new_off, &old_off)) in strset__find_str()
Dhashmap.h169 #define hashmap__find(map, key, value) \ macro
Dusdt.c895 if (hashmap__find(specs_hash, target->spec_str, &tmp)) { in allocate_spec_id()
Dbtf.c1694 hashmap__find(p->str_off_map, *str_off, &mapped_off)) {
4691 if (!hashmap__find(names_map, t->name_off, &cand_id))
Dbtf_dump.c1643 (void)hashmap__find(name_map, orig_name, &dup_cnt); in btf_dump_name_dups()
Dlibbpf.c6024 !hashmap__find(cand_cache, local_id, &cands)) {