Searched refs:fn2 (Results 1 – 1 of 1) sorted by relevance
/kernel/bpf/ |
D | btf.c | 6020 const char *fn1, *fn2, *s1, *s2; in btf_check_func_type_match() local 6024 fn2 = btf_name_by_offset(btf2, t2->name_off); in btf_check_func_type_match() 6031 bpf_log(log, "%s() is not a global function\n", fn2); in btf_check_func_type_match() 6049 fn1, nargs1, fn2, nargs2); in btf_check_func_type_match() 6059 btf_type_str(t2), fn2); in btf_check_func_type_match() 6070 fn2, btf_type_str(t2)); in btf_check_func_type_match() 6077 fn2, t2->size); in btf_check_func_type_match() 6104 i, fn2); in btf_check_func_type_match() 6118 i, fn1, s1, fn2, s2); in btf_check_func_type_match()
|