Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Dbtf.c1805 struct hashmap *str_off_map; /* map string offsets from src to dst */ member
1816 if (p->str_off_map && in btf_rewrite_str()
1817 hashmap__find(p->str_off_map, *str_off, &mapped_off)) { in btf_rewrite_str()
1829 if (p->str_off_map) { in btf_rewrite_str()
1830 err = hashmap__append(p->str_off_map, *str_off, off); in btf_rewrite_str()
1917 p.str_off_map = hashmap__new(btf_dedup_identity_hash_fn, btf_dedup_equal_fn, NULL); in btf__add_btf()
1918 if (IS_ERR(p.str_off_map)) in btf__add_btf()
1981 hashmap__free(p.str_off_map); in btf__add_btf()
1997 hashmap__free(p.str_off_map); in btf__add_btf()
5625 if (IS_ERR(dist.pipe.str_off_map)) { in btf__distill_base()
[all …]