Lines Matching refs:attach_btf_id
16407 if (!env->prog->aux->attach_btf_id)
18625 if (!prog->aux->attach_btf_id)
18639 btf_id = prog->aux->attach_btf_id;
18642 verbose(env, "attach_btf_id %u is not a supported struct\n",
18895 bpf_log(log, "attach_btf_id %u is invalid\n", btf_id);
18900 bpf_log(log, "attach_btf_id %u doesn't have a name\n", btf_id);
19022 bpf_log(log, "attach_btf_id %u is not a typedef\n",
19027 bpf_log(log, "attach_btf_id %u points to wrong type name %s\n",
19074 bpf_log(log, "attach_btf_id %u is not a function\n",
19105 bpf_log(log, "attach_btf_id %u is not a function\n",
19274 u32 btf_id = prog->aux->attach_btf_id;
19281 /* attach_btf_id checked to be zero already */