Searched refs:desc_btf (Results 1 – 1 of 1) sorted by relevance
2850 struct btf *desc_btf; in add_kfunc_call() local2901 desc_btf = find_kfunc_desc_btf(env, offset); in add_kfunc_call()2902 if (IS_ERR(desc_btf)) { in add_kfunc_call()2904 return PTR_ERR(desc_btf); in add_kfunc_call()2915 func = btf_type_by_id(desc_btf, func_id); in add_kfunc_call()2921 func_proto = btf_type_by_id(desc_btf, func->type); in add_kfunc_call()2928 func_name = btf_name_by_offset(desc_btf, func->name_off); in add_kfunc_call()2960 err = btf_distill_func_proto(&env->log, desc_btf, in add_kfunc_call()3470 struct btf *desc_btf; in disasm_kfunc_name() local3475 desc_btf = find_kfunc_desc_btf(data, insn->off); in disasm_kfunc_name()[all …]