Searched defs:btf_ext (Results 1 – 6 of 6) sorted by relevance
851 struct btf_ext **btf_ext) in btf_parse_elf()977 struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext) in btf__parse_elf()1060 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) in btf_parse()1077 struct btf *btf__parse(const char *path, struct btf_ext **btf_ext) in btf__parse()2451 static int btf_ext_setup_info(struct btf_ext *btf_ext, in btf_ext_setup_info()2540 static int btf_ext_setup_func_info(struct btf_ext *btf_ext) in btf_ext_setup_func_info()2553 static int btf_ext_setup_line_info(struct btf_ext *btf_ext) in btf_ext_setup_line_info()2566 static int btf_ext_setup_core_relos(struct btf_ext *btf_ext) in btf_ext_setup_core_relos()2615 void btf_ext__free(struct btf_ext *btf_ext) in btf_ext__free()2625 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
80 const struct btf_ext *btf_ext; member149 const struct btf_ext *btf_ext, in btf_dump__new()
60 struct btf_ext *btf_ext; member149 struct btf_ext *btf_ext; member
497 struct btf_ext *btf_ext; member
4236 struct btf_ext *btf_ext = NULL; in do_test_file() local