Searched refs:BTF_FUNC_GLOBAL (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf_write.c | 192 id = btf__add_func(btf, "func1", BTF_FUNC_GLOBAL, 15); in test_btf_write() 198 ASSERT_EQ(btf_vlen(t), BTF_FUNC_GLOBAL, "func_vlen"); in test_btf_write()
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | btf.h | 151 BTF_FUNC_GLOBAL = 1, enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | btf.h | 151 BTF_FUNC_GLOBAL = 1, enumerator
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | btf.c | 84 case BTF_FUNC_GLOBAL: in btf_func_linkage_str()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | btf.c | 3371 if (btf_type_vlen(t) > BTF_FUNC_GLOBAL) { in btf_func_check_meta() 5006 if (btf_func_linkage(t1) != BTF_FUNC_GLOBAL) { in btf_check_func_type_match() 5010 if (btf_func_linkage(t2) != BTF_FUNC_GLOBAL) { in btf_check_func_type_match() 5246 prog->aux->func_info_aux[subprog].linkage != BTF_FUNC_GLOBAL) { in btf_prepare_func_args()
|
| H A D | verifier.c | 5103 is_global = func_info_aux[subprog].linkage == BTF_FUNC_GLOBAL; in check_func_call() 11845 if (aux->func_info_aux[i].linkage != BTF_FUNC_GLOBAL) in do_check_subprogs()
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | btf.c | 2065 if (linkage != BTF_FUNC_STATIC && linkage != BTF_FUNC_GLOBAL && in btf__add_func()
|
| H A D | libbpf.c | 3878 BTF_TYPE_ENC(5, BTF_INFO_ENC(BTF_KIND_FUNC, 0, BTF_FUNC_GLOBAL), 2), in probe_kern_btf_func_global()
|