Searched refs:hashmap__set (Results 1 – 4 of 4) sorted by relevance
/third_party/libbpf/src/ |
D | hashmap.h | 141 #define hashmap__set(map, key, value, old_key, old_value) \ macro
|
D | btf_dump.c | 1646 err = hashmap__set(name_map, new_name, dup_cnt, &old_name, NULL); in btf_dump_name_dups()
|
D | btf.c | 4816 err = hashmap__set(names_map, t->name_off, 0, NULL, NULL);
|
D | libbpf.c | 6174 err = hashmap__set(cand_cache, local_id, cands, NULL, NULL);
|