Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbtf.h149 enum btf_func_linkage { enum
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbtf.h149 enum btf_func_linkage { enum
/OK3568_Linux_fs/kernel/include/linux/
H A Dbtf.h173 static inline u16 btf_func_linkage(const struct btf_type *t) in btf_func_linkage() function
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbtf.h116 enum btf_func_linkage linkage, int proto_type_id);
H A Dbtf.c2059 enum btf_func_linkage linkage, int proto_type_id) in btf__add_func()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbtf.c5006 if (btf_func_linkage(t1) != BTF_FUNC_GLOBAL) { in btf_check_func_type_match()
5010 if (btf_func_linkage(t2) != BTF_FUNC_GLOBAL) { in btf_check_func_type_match()