Searched refs:desc_btf (Results 1 – 1 of 1) sorted by relevance
2801 struct btf *desc_btf; in add_kfunc_call() local2852 desc_btf = find_kfunc_desc_btf(env, offset); in add_kfunc_call()2853 if (IS_ERR(desc_btf)) { in add_kfunc_call()2855 return PTR_ERR(desc_btf); in add_kfunc_call()2866 func = btf_type_by_id(desc_btf, func_id); in add_kfunc_call()2872 func_proto = btf_type_by_id(desc_btf, func->type); in add_kfunc_call()2879 func_name = btf_name_by_offset(desc_btf, func->name_off); in add_kfunc_call()2911 err = btf_distill_func_proto(&env->log, desc_btf, in add_kfunc_call()3564 struct btf *desc_btf; in disasm_kfunc_name() local3569 desc_btf = find_kfunc_desc_btf(data, insn->off); in disasm_kfunc_name()[all …]