Searched defs:names_map (Results 1 – 2 of 2) sorted by relevance
41 pub(super) names_map: super::HashMap<String, usize>, field420 let mut names_map = HashMap::with_capacity(file_capacity); in new() localVariable
4704 static int btf_dedup_fill_unique_names_map(struct btf_dedup *d, struct hashmap *names_map) in btf_dedup_fill_unique_names_map()4738 static int btf_dedup_resolve_fwd(struct btf_dedup *d, struct hashmap *names_map, __u32 type_id) in btf_dedup_resolve_fwd()4806 struct hashmap *names_map; in btf_dedup_resolve_fwds() local