Searched refs:btf_is_func_proto (Results 1 – 8 of 8) sorted by relevance
118 if (t3 && btf_is_func_proto(t3) && btf_vlen(t3) == 5) { in check_sched_switch_args()
458 static inline bool btf_is_func_proto(const struct btf_type *t) in btf_is_func_proto() function
1248 if (!btf_is_func_proto(kern_mtype)) { in bpf_map__init_kern_struct_ops()2364 return btf_is_func_proto(t) ? t : NULL; in resolve_func_ptr()2673 if (!btf_is_func_proto(t)) { in parse_btf_map_def()3142 } else if (!has_func && btf_is_func_proto(t)) { in bpf_object__sanitize_btf()6925 if (!fn_proto_t || !btf_is_func_proto(fn_proto_t)) in bpf_program_fixup_func_info()
2679 if (!btf_is_func_proto(t)) in btf__add_func_param()
122 if (!ptr_type || !btf_is_func_proto(ptr_type)) in btf_dumper_ptr()
69 return btf_is_func_proto(t) ? t : NULL; in resolve_func_ptr()321 return btf_is_ptr(v) && btf_is_func_proto(btf__type_by_id(btf, v->type)); in btf_is_ptr_to_func_proto()
466 if (btf_is_func_proto(t) && (t = btf__type_by_id(local_btf, t->type)) && in setup_type_id_case_local()
953 if (!btf_is_func_proto(t) || btf_vlen(t) != 1) in fixup_obj()
Completed in 625 milliseconds