Searched refs:BTF_FUNC_GLOBAL (Results 1 – 8 of 8) sorted by relevance
/tools/include/uapi/linux/ |
D | btf.h | 152 BTF_FUNC_GLOBAL = 1, enumerator
|
/tools/testing/selftests/bpf/prog_tests/ |
D | btf_write.c | 222 id = btf__add_func(btf, "func1", BTF_FUNC_GLOBAL, 15); in test_btf_write() 228 ASSERT_EQ(btf_vlen(t), BTF_FUNC_GLOBAL, "func_vlen"); in test_btf_write()
|
/tools/testing/selftests/bpf/ |
D | btf_helpers.c | 69 case BTF_FUNC_GLOBAL: in btf_func_linkage_str()
|
/tools/bpf/bpftool/ |
D | btf.c | 87 case BTF_FUNC_GLOBAL: in btf_func_linkage_str()
|
/tools/lib/bpf/ |
D | btf_dump.c | 1899 case BTF_FUNC_GLOBAL: in btf_dump_var_data()
|
D | linker.c | 1751 dst_t->info = btf_type_info(BTF_KIND_FUNC, BTF_FUNC_GLOBAL, 0); in complete_extern_btf_info()
|
D | libbpf.c | 2733 if (!btf_is_func(t) || btf_func_linkage(t) != BTF_FUNC_GLOBAL) in bpf_object__sanitize_and_load_btf() 3480 vt->info |= BTF_FUNC_GLOBAL; in bpf_object__collect_externs() 4188 BTF_TYPE_ENC(5, BTF_INFO_ENC(BTF_KIND_FUNC, 0, BTF_FUNC_GLOBAL), 2), in probe_kern_btf_func_global()
|
D | btf.c | 2223 if (linkage != BTF_FUNC_STATIC && linkage != BTF_FUNC_GLOBAL && in btf__add_func()
|