Home
last modified time | relevance | path

Searched refs:BTF_FUNC_GLOBAL (Results 1 – 8 of 8) sorted by relevance

/tools/include/uapi/linux/
Dbtf.h152 BTF_FUNC_GLOBAL = 1, enumerator
/tools/testing/selftests/bpf/prog_tests/
Dbtf_write.c222 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/
Dbtf_helpers.c69 case BTF_FUNC_GLOBAL: in btf_func_linkage_str()
/tools/bpf/bpftool/
Dbtf.c87 case BTF_FUNC_GLOBAL: in btf_func_linkage_str()
/tools/lib/bpf/
Dbtf_dump.c1899 case BTF_FUNC_GLOBAL: in btf_dump_var_data()
Dlinker.c1751 dst_t->info = btf_type_info(BTF_KIND_FUNC, BTF_FUNC_GLOBAL, 0); in complete_extern_btf_info()
Dlibbpf.c2733 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()
Dbtf.c2223 if (linkage != BTF_FUNC_STATIC && linkage != BTF_FUNC_GLOBAL && in btf__add_func()