Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/bpf/
Dlibbpf.c4655 const struct bpf_map *targ_map; in init_map_slots() local
4663 targ_map = map->init_slots[i]; in init_map_slots()
4664 fd = bpf_map__fd(targ_map); in init_map_slots()
4667 map - obj->maps, i, targ_map - obj->maps); in init_map_slots()
4675 map->name, i, targ_map->name, in init_map_slots()
4680 map->name, i, targ_map->name, fd); in init_map_slots()
5863 struct bpf_map *map = NULL, *targ_map; in bpf_object__collect_map_relos() local
5926 targ_map = bpf_object__find_map_by_name(obj, name); in bpf_object__collect_map_relos()
5927 if (!targ_map) in bpf_object__collect_map_relos()
5960 map->init_slots[moff] = targ_map; in bpf_object__collect_map_relos()