Home
last modified time | relevance | path

Searched refs:BTF_FUNC_GLOBAL (Results 1 - 5 of 5) sorted by relevance

/third_party/libbpf/include/uapi/linux/
H A Dbtf.h158 BTF_FUNC_GLOBAL = 1, enumerator
/third_party/libbpf/src/
H A Dbtf_dump.c2007 case BTF_FUNC_GLOBAL: in btf_dump_var_data()
H A Dlinker.c1759 dst_t->info = btf_type_info(BTF_KIND_FUNC, BTF_FUNC_GLOBAL, 0); in complete_extern_btf_info()
H A Dlibbpf.c2877 /* replace BTF_FUNC_GLOBAL with BTF_FUNC_STATIC */
3256 if (!btf_is_func(t) || btf_func_linkage(t) != BTF_FUNC_GLOBAL)
3291 if (!btf_is_func(t) || btf_func_linkage(t) != BTF_FUNC_GLOBAL) {
4330 vt->info |= BTF_FUNC_GLOBAL;
5040 /* FUNC x BTF_FUNC_GLOBAL */ /* [3] */
5041 BTF_TYPE_ENC(5, BTF_INFO_ENC(BTF_KIND_FUNC, 0, BTF_FUNC_GLOBAL), 2),
H A Dbtf.c2628 if (linkage != BTF_FUNC_STATIC && linkage != BTF_FUNC_GLOBAL &&

Completed in 28 milliseconds