Lines Matching defs:targ_map
5208 const struct bpf_map *targ_map;
5216 targ_map = map->init_slots[i];
5217 fd = bpf_map__fd(targ_map);
5222 targ_map - obj->maps);
5229 map->name, i, targ_map->name, fd, err);
5233 map->name, i, targ_map->name, fd);
6606 struct bpf_map *map = NULL, *targ_map = NULL;
6673 targ_map = bpf_object__find_map_by_name(obj, name);
6674 if (!targ_map) {
6727 map->init_slots[moff] = is_map_in_map ? (void *)targ_map : (void *)targ_prog;