Home
last modified time | relevance | path

Searched refs:btf_name_by_offset (Results 1 – 4 of 4) sorted by relevance

/kernel/bpf/
Dbtf.c531 tname = btf_name_by_offset(btf, t->name_off); in btf_find_by_name_kind()
803 const char *btf_name_by_offset(const struct btf *btf, u32 offset) in btf_name_by_offset() function
938 member = btf_name_by_offset(show->btf, m->name_off); in btf_show_name()
981 name = btf_name_by_offset(show->btf, in btf_show_name()
1015 name = btf_name_by_offset(show->btf, t->name_off); in btf_show_name()
2503 value = btf_name_by_offset(env->btf, t->name_off); in btf_ref_type_check_meta()
4339 value = btf_name_by_offset(env->btf, t->name_off); in btf_decl_tag_check_meta()
5131 tname = btf_name_by_offset(btf, t->name_off); in btf_get_prog_ctx_type()
5146 ctx_tname = btf_name_by_offset(btf_vmlinux, ctx_struct->name_off); in btf_get_prog_ctx_type()
6023 fn1 = btf_name_by_offset(btf1, t1->name_off); in btf_check_func_type_match()
[all …]
Dbpf_struct_ops.c162 mname = btf_name_by_offset(btf, member->name_off); in bpf_struct_ops_init()
Dverifier.c406 ltrim(btf_name_by_offset(env->prog->aux->btf, in verbose_linfo()
651 return btf_name_by_offset(btf, btf_type_by_id(btf, id)->name_off); in kernel_type_name()
2116 func_name = btf_name_by_offset(desc_btf, func->name_off); in add_kfunc_call()
2582 return btf_name_by_offset(desc_btf, func->name_off); in disasm_kfunc_name()
4768 const char *tname = btf_name_by_offset(reg->btf, t->name_off); in check_ptr_to_btf_access()
4857 tname = btf_name_by_offset(btf_vmlinux, t->name_off); in check_ptr_to_map_access()
7802 tname = btf_name_by_offset(meta.ret_btf, t->name_off); in check_helper_call()
7970 func_name = btf_name_by_offset(desc_btf, func->name_off); in check_kfunc_call()
8023 ptr_type_name = btf_name_by_offset(desc_btf, in check_kfunc_call()
11499 if (!btf_name_by_offset(btf, linfo[i].line_off) || in check_btf_line()
[all …]
Dcore.c580 func_name = btf_name_by_offset(prog->aux->btf, type->name_off); in bpf_prog_ksym_set_name()