Lines Matching defs:targ_map
5394 const struct bpf_map *targ_map;
5402 targ_map = map->init_slots[i];
5403 fd = targ_map->fd;
5408 targ_map - obj->maps);
5415 map->name, i, targ_map->name, fd, errstr(err));
5419 map->name, i, targ_map->name, fd);
7243 struct bpf_map *map = NULL, *targ_map = NULL;
7310 targ_map = bpf_object__find_map_by_name(obj, name);
7311 if (!targ_map) {
7364 map->init_slots[moff] = is_map_in_map ? (void *)targ_map : (void *)targ_prog;