Lines Matching defs:btf
107 static const char *btf_str(const struct btf *btf, __u32 off) in btf_str()
119 static int dump_btf_type(const struct btf *btf, __u32 id, in dump_btf_type()
435 static int dump_btf_raw(const struct btf *btf, in dump_btf_raw()
504 struct btf *btf = ctx; in cmp_kfuncs() local
512 static int dump_btf_kfuncs(struct btf_dump *d, const struct btf *btf) in dump_btf_kfuncs()
589 static int btf_type_rank(const struct btf *btf, __u32 index, bool has_name) in btf_type_rank()
629 static const char *btf_type_sort_name(const struct btf *btf, __u32 index, bool from_ref) in btf_type_sort_name()
666 static __u64 btf_name_hasher(__u64 hash, const struct btf *btf, __u32 name_off) in btf_name_hasher()
674 static __u64 btf_type_disambig_hash(const struct btf *btf, __u32 id, bool include_members) in btf_type_disambig_hash()
745 static struct sort_datum *sort_btf_c(const struct btf *btf) in sort_btf_c()
771 static int dump_btf_c(const struct btf *btf, in dump_btf_c()
884 struct btf *btf = NULL, *base = NULL; in do_dump() local