Lines Matching defs:btf
100 static const char *btf_str(const struct btf *btf, __u32 off) in btf_str()
112 static int dump_btf_type(const struct btf *btf, __u32 id, in dump_btf_type()
428 static int dump_btf_raw(const struct btf *btf, in dump_btf_raw()
467 static int dump_btf_kfuncs(struct btf_dump *d, const struct btf *btf) in dump_btf_kfuncs()
516 static int btf_type_rank(const struct btf *btf, __u32 index, bool has_name) in btf_type_rank()
556 static const char *btf_type_sort_name(const struct btf *btf, __u32 index, bool from_ref) in btf_type_sort_name()
593 static __u64 btf_name_hasher(__u64 hash, const struct btf *btf, __u32 name_off) in btf_name_hasher()
601 static __u64 btf_type_disambig_hash(const struct btf *btf, __u32 id, bool include_members) in btf_type_disambig_hash()
672 static struct sort_datum *sort_btf_c(const struct btf *btf) in sort_btf_c()
698 static int dump_btf_c(const struct btf *btf, in dump_btf_c()
804 struct btf *btf = NULL, *base = NULL; in do_dump() local