Home
last modified time | relevance | path

Searched defs:btf_ext (Results 1 – 6 of 6) sorted by relevance

/tools/lib/bpf/
Dbtf.c870 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 …]
Dlibbpf_internal.h350 struct btf_ext { struct
352 struct btf_ext_header *hdr; argument
355 struct btf_ext_info func_info; argument
356 struct btf_ext_info line_info; argument
357 struct btf_ext_info core_relo_info; argument
361 struct btf_ext_info_sec { argument
Dlinker.c60 struct btf_ext *btf_ext; member
149 struct btf_ext *btf_ext; member
Dbtf_dump.c80 const struct btf_ext *btf_ext; member
149 const struct btf_ext *btf_ext, in btf_dump__new()
Dlibbpf.c497 struct btf_ext *btf_ext; member
/tools/testing/selftests/bpf/prog_tests/
Dbtf.c4264 struct btf_ext *btf_ext = NULL; in do_test_file() local