Searched refs:btf_name_by_offset (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/include/linux/ |
| D | btf.h | 210 const char *btf_name_by_offset(const struct btf *btf, u32 offset); 219 static inline const char *btf_name_by_offset(const struct btf *btf, in btf_name_by_offset() function
|
| /Linux-v5.10/kernel/bpf/ |
| D | btf.c | 464 tname = btf_name_by_offset(btf, t->name_off); in btf_find_by_name_kind() 662 const char *btf_name_by_offset(const struct btf *btf, u32 offset) in btf_name_by_offset() function 797 member = btf_name_by_offset(show->btf, m->name_off); in btf_show_name() 840 name = btf_name_by_offset(show->btf, in btf_show_name() 874 name = btf_name_by_offset(show->btf, t->name_off); in btf_show_name() 4258 tname = btf_name_by_offset(btf, t->name_off); in btf_get_prog_ctx_type() 4272 ctx_tname = btf_name_by_offset(btf_vmlinux, ctx_struct->name_off); in btf_get_prog_ctx_type() 4992 fn1 = btf_name_by_offset(btf1, t1->name_off); in btf_check_func_type_match() 4993 fn2 = btf_name_by_offset(btf2, t2->name_off); in btf_check_func_type_match() 5082 s1 = btf_name_by_offset(btf1, t1->name_off); in btf_check_func_type_match() [all …]
|
| D | bpf_struct_ops.c | 157 mname = btf_name_by_offset(btf, member->name_off); in bpf_struct_ops_init()
|
| D | verifier.c | 379 ltrim(btf_name_by_offset(env->prog->aux->btf, in verbose_linfo() 561 return btf_name_by_offset(btf_vmlinux, in kernel_type_name() 3297 const char *tname = btf_name_by_offset(btf_vmlinux, t->name_off); in check_ptr_to_btf_access() 3364 tname = btf_name_by_offset(btf_vmlinux, t->name_off); in check_ptr_to_map_access() 5164 tname = btf_name_by_offset(btf_vmlinux, t->name_off); in check_helper_call() 8391 if (!btf_name_by_offset(btf, linfo[i].line_off) || in check_btf_line() 8392 !btf_name_by_offset(btf, linfo[i].file_name_off)) { in check_btf_line() 9618 sym_name = btf_name_by_offset(btf_vmlinux, t->name_off); in check_pseudo_btf_id() 9654 tname = btf_name_by_offset(btf_vmlinux, t->name_off); in check_pseudo_btf_id() 11433 mname = btf_name_by_offset(btf_vmlinux, member->name_off); in check_struct_ops_btf_id() [all …]
|
| D | core.c | 568 func_name = btf_name_by_offset(prog->aux->btf, type->name_off); in bpf_prog_ksym_set_name()
|