Searched refs:tname (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | verifier.c | 3510 const char *tname = btf_name_by_offset(btf_vmlinux, t->name_off);
in check_ptr_to_btf_access() local 3515 verbose(env, "R%d is ptr_%s invalid negative access: off=%d\n", regno, tname, off);
in check_ptr_to_btf_access() 3522 verbose(env, "R%d is ptr_%s invalid variable offset: off=%d, var_off=%s\n", regno, tname, off, tn_buf);
in check_ptr_to_btf_access() 3554 const char *tname;
in check_ptr_to_map_access() local 3569 tname = btf_name_by_offset(btf_vmlinux, t->name_off);
in check_ptr_to_map_access() 3572 verbose(env, "%s access is allowed only to CAP_PERFMON and CAP_SYS_ADMIN\n", tname);
in check_ptr_to_map_access() 3577 verbose(env, "R%d is %s invalid negative access: off=%d\n", regno, tname, off);
in check_ptr_to_map_access() 3582 verbose(env, "only read from %s is supported\n", tname);
in check_ptr_to_map_access() 5463 const char *tname;
in check_helper_call() local 5468 tname in check_helper_call() 10021 const char *tname; check_pseudo_btf_id() local 11839 const char *tname; bpf_check_attach_target() local [all...] |
Completed in 12 milliseconds