Home
last modified time | relevance | path

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

/Linux-v5.10/tools/include/uapi/linux/
Dbtf.h149 enum btf_func_linkage { enum
/Linux-v5.10/include/uapi/linux/
Dbtf.h149 enum btf_func_linkage { enum
/Linux-v5.10/include/linux/
Dbtf.h173 static inline u16 btf_func_linkage(const struct btf_type *t) in btf_func_linkage() function
/Linux-v5.10/tools/lib/bpf/
Dbtf.h116 enum btf_func_linkage linkage, int proto_type_id);
Dbtf.c2062 enum btf_func_linkage linkage, int proto_type_id) in btf__add_func()
/Linux-v5.10/kernel/bpf/
Dbtf.c4995 if (btf_func_linkage(t1) != BTF_FUNC_GLOBAL) { in btf_check_func_type_match()
4999 if (btf_func_linkage(t2) != BTF_FUNC_GLOBAL) { in btf_check_func_type_match()