Lines Matching defs:btf_ext
378 struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext) in btf__parse_elf()
771 static int btf_ext_setup_info(struct btf_ext *btf_ext, in btf_ext_setup_info()
860 static int btf_ext_setup_func_info(struct btf_ext *btf_ext) in btf_ext_setup_func_info()
873 static int btf_ext_setup_line_info(struct btf_ext *btf_ext) in btf_ext_setup_line_info()
886 static int btf_ext_setup_offset_reloc(struct btf_ext *btf_ext) in btf_ext_setup_offset_reloc()
932 void btf_ext__free(struct btf_ext *btf_ext) in btf_ext__free()
942 struct btf_ext *btf_ext; in btf_ext__new() local
988 const void *btf_ext__get_raw_data(const struct btf_ext *btf_ext, __u32 *size) in btf_ext__get_raw_data()
1043 const struct btf_ext *btf_ext, in btf_ext__reloc_func_info()
1052 const struct btf_ext *btf_ext, in btf_ext__reloc_line_info()
1060 __u32 btf_ext__func_info_rec_size(const struct btf_ext *btf_ext) in btf_ext__func_info_rec_size()
1065 __u32 btf_ext__line_info_rec_size(const struct btf_ext *btf_ext) in btf_ext__line_info_rec_size()
1219 int btf__dedup(struct btf *btf, struct btf_ext *btf_ext, in btf__dedup()
1276 struct btf_ext *btf_ext; member
1381 static struct btf_dedup *btf_dedup_new(struct btf *btf, struct btf_ext *btf_ext, in btf_dedup_new()