Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dlibbpf.c4260 const struct bpf_map *targ_map; in init_map_slots() local
4268 targ_map = map->init_slots[i]; in init_map_slots()
4269 fd = bpf_map__fd(targ_map); in init_map_slots()
4274 map->name, i, targ_map->name, in init_map_slots()
4279 map->name, i, targ_map->name, fd); in init_map_slots()
6494 struct bpf_map *map = NULL, *targ_map; in bpf_object__collect_map_relos() local
6557 targ_map = bpf_object__find_map_by_name(obj, name); in bpf_object__collect_map_relos()
6558 if (!targ_map) in bpf_object__collect_map_relos()
6591 map->init_slots[moff] = targ_map; in bpf_object__collect_map_relos()