Searched defs:btf_ext (Results 1 – 5 of 5) sorted by relevance
218 struct btf_ext { struct220 struct btf_ext_header *hdr; argument223 struct btf_ext_info func_info; argument224 struct btf_ext_info line_info; argument225 struct btf_ext_info core_relo_info; argument229 struct btf_ext_info_sec { argument
790 struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext) in btf__parse_elf()976 struct btf *btf__parse(const char *path, struct btf_ext **btf_ext) in btf__parse()2333 static int btf_ext_setup_info(struct btf_ext *btf_ext, in btf_ext_setup_info()2422 static int btf_ext_setup_func_info(struct btf_ext *btf_ext) in btf_ext_setup_func_info()2435 static int btf_ext_setup_line_info(struct btf_ext *btf_ext) in btf_ext_setup_line_info()2448 static int btf_ext_setup_core_relos(struct btf_ext *btf_ext) in btf_ext_setup_core_relos()2497 void btf_ext__free(struct btf_ext *btf_ext) in btf_ext__free()2507 struct btf_ext *btf_ext; in btf_ext__new() local2552 const void *btf_ext__get_raw_data(const struct btf_ext *btf_ext, __u32 *size) in btf_ext__get_raw_data()2607 const struct btf_ext *btf_ext, in btf_ext__reloc_func_info()[all …]
58 const struct btf_ext *btf_ext; member122 const struct btf_ext *btf_ext, in btf_dump__new()
469 struct btf_ext *btf_ext; member
4085 struct btf_ext *btf_ext = NULL; in do_test_file() local