Home
last modified time | relevance | path

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

/Linux-v5.10/tools/lib/bpf/
Dbtf.c90 struct hashmap *strs_hash; member
1447 btf->strs_hash = hash; in btf_ensure_modifiable()
1496 if (hashmap__find(btf->strs_hash, (void *)new_off, (void **)&old_off)) in btf__find_str()
1536 err = hashmap__insert(btf->strs_hash, (void *)new_off, (void *)new_off, in btf__add_str()