Searched defs:btf_ext (Results 1 – 6 of 6) sorted by relevance
870 struct btf_ext **btf_ext) in btf_parse_elf()996 struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext) in btf__parse_elf()1079 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) in btf_parse()1096 struct btf *btf__parse(const char *path, struct btf_ext **btf_ext) in btf__parse()2470 static int btf_ext_setup_info(struct btf_ext *btf_ext, in btf_ext_setup_info()2559 static int btf_ext_setup_func_info(struct btf_ext *btf_ext) in btf_ext_setup_func_info()2572 static int btf_ext_setup_line_info(struct btf_ext *btf_ext) in btf_ext_setup_line_info()2585 static int btf_ext_setup_core_relos(struct btf_ext *btf_ext) in btf_ext_setup_core_relos()2634 void btf_ext__free(struct btf_ext *btf_ext) in btf_ext__free()2644 struct btf_ext *btf_ext; in btf_ext__new() local[all …]
350 struct btf_ext { struct352 struct btf_ext_header *hdr; argument355 struct btf_ext_info func_info; argument356 struct btf_ext_info line_info; argument357 struct btf_ext_info core_relo_info; argument361 struct btf_ext_info_sec { argument
60 struct btf_ext *btf_ext; member149 struct btf_ext *btf_ext; member
80 const struct btf_ext *btf_ext; member149 const struct btf_ext *btf_ext, in btf_dump__new()
497 struct btf_ext *btf_ext; member
4264 struct btf_ext *btf_ext = NULL; in do_test_file() local