Lines Matching refs:subprog
7943 const struct btf_type *t, int subprog)
7959 if (subprog && (tags & ARG_TAG_ARENA) && btf_type_is_ptr(t))
7971 * is cached in subprog info for reuse.
7977 int btf_prepare_func_args(struct bpf_verifier_env *env, int subprog)
7979 bool is_global = subprog_aux(env, subprog)->linkage == BTF_FUNC_GLOBAL;
7980 struct bpf_subprog_info *sub = subprog_info(env, subprog);
7999 btf_id = prog->aux->func_info[subprog].type_id;
8013 subprog);
8018 if (prog->aux->func_info_aux[subprog].unreliable) {
8053 err = btf_validate_return_type(env, btf, t, subprog);