Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dlibbpf_internal.h222 static inline enum btf_func_linkage btf_func_linkage(const struct btf_type *t) in btf_func_linkage() function
224 return (enum btf_func_linkage)(int)btf_vlen(t); in btf_func_linkage()
Dbtf.h208 enum btf_func_linkage linkage, int proto_type_id);
Dlinker.c1385 is_static1 = btf_func_linkage(t1) == BTF_FUNC_STATIC; in glob_sym_btf_matches()
1386 is_static2 = btf_func_linkage(t2) == BTF_FUNC_STATIC; in glob_sym_btf_matches()
1643 || (btf_is_func(t) && btf_func_linkage(t) != BTF_FUNC_STATIC); in btf_is_non_static()
1688 if (btf_is_func(t) && btf_func_linkage(t) == BTF_FUNC_STATIC) in find_glob_sym_btf()
Dbtf_dump.c1995 enum btf_func_linkage linkage = btf_var(v)->linkage; in btf_dump_var_data()
Dbtf.c2473 enum btf_func_linkage linkage, int proto_type_id)
Dlibbpf.c3242 if (!btf_is_func(t) || btf_func_linkage(t) != BTF_FUNC_GLOBAL)
3897 if (btf_is_func(t) && btf_func_linkage(t) != BTF_FUNC_EXTERN)
/third_party/libbpf/include/uapi/linux/
Dbtf.h156 enum btf_func_linkage { enum
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h35458 enum btf_func_linkage { enum