Home
last modified time | relevance | path

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

/third_party/libbpf/include/uapi/linux/
Dbtf.h158 BTF_FUNC_GLOBAL = 1, enumerator
/third_party/libbpf/src/
Dbtf_dump.c2007 case BTF_FUNC_GLOBAL: in btf_dump_var_data()
Dlinker.c1747 dst_t->info = btf_type_info(BTF_KIND_FUNC, BTF_FUNC_GLOBAL, 0); in complete_extern_btf_info()
Dlibbpf.c3242 if (!btf_is_func(t) || btf_func_linkage(t) != BTF_FUNC_GLOBAL)
4227 vt->info |= BTF_FUNC_GLOBAL;
4939 BTF_TYPE_ENC(5, BTF_INFO_ENC(BTF_KIND_FUNC, 0, BTF_FUNC_GLOBAL), 2),
Dbtf.c2479 if (linkage != BTF_FUNC_STATIC && linkage != BTF_FUNC_GLOBAL &&
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h35460 BTF_FUNC_GLOBAL = 1, enumerator