CONST_PTR_TO_MAP
[CONST_PTR_TO_MAP] = "map_ptr",
case CONST_PTR_TO_MAP:
callee->regs[BPF_REG_1].type = CONST_PTR_TO_MAP;
callee->regs[BPF_REG_1].type = CONST_PTR_TO_MAP;
ref_id = *reg2btf_ids[CONST_PTR_TO_MAP];
case CONST_PTR_TO_MAP:
dst_reg->type = CONST_PTR_TO_MAP;
reg->type = CONST_PTR_TO_MAP;
type == CONST_PTR_TO_MAP;
case CONST_PTR_TO_MAP:
[CONST_PTR_TO_MAP] = btf_bpf_map_id,
} else if (reg->type == CONST_PTR_TO_MAP) {
static const struct bpf_reg_types const_map_ptr_types = { .types = { CONST_PTR_TO_MAP } };