Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dlibbpf_internal.h482 struct btf_ext { struct
484 struct btf_ext_header *hdr; argument
487 struct btf_ext_info func_info; argument
488 struct btf_ext_info line_info; argument
489 struct btf_ext_info core_relo_info; argument
493 struct btf_ext_info_sec { argument
Dbtf.c1166 struct btf_ext **btf_ext) in btf_parse_elf()
1267 struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext) in btf__parse_elf()
1350 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) in btf_parse()
1367 struct btf *btf__parse(const char *path, struct btf_ext **btf_ext) in btf__parse()
2897 static int btf_ext_setup_info(struct btf_ext *btf_ext, in btf_ext_setup_info()
2988 static int btf_ext_setup_func_info(struct btf_ext *btf_ext) in btf_ext_setup_func_info()
3001 static int btf_ext_setup_line_info(struct btf_ext *btf_ext) in btf_ext_setup_line_info()
3014 static int btf_ext_setup_core_relos(struct btf_ext *btf_ext) in btf_ext_setup_core_relos()
3063 void btf_ext__free(struct btf_ext *btf_ext) in btf_ext__free()
3076 struct btf_ext *btf_ext; in btf_ext__new() local
[all …]
Dbtf.h247 struct btf_ext *btf_ext; member
Dlinker.c59 struct btf_ext *btf_ext; member
148 struct btf_ext *btf_ext; member
Dlibbpf.c700 struct btf_ext *btf_ext; member
/tools/bpf/bpftool/
Dgen.c2351 struct btf_ext *btf_ext = NULL; in btfgen_record_obj() local
/tools/testing/selftests/bpf/prog_tests/
Dbtf.c4817 struct btf_ext *btf_ext = NULL; in do_test_file() local