Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dlibbpf_internal.h90 struct btf_ext { struct
92 struct btf_ext_header *hdr; argument
95 struct btf_ext_info func_info; argument
96 struct btf_ext_info line_info; argument
97 struct btf_ext_info offset_reloc_info; argument
101 struct btf_ext_info_sec { argument
Dbtf.c382 struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext) in btf__parse_elf()
775 static int btf_ext_setup_info(struct btf_ext *btf_ext, in btf_ext_setup_info()
864 static int btf_ext_setup_func_info(struct btf_ext *btf_ext) in btf_ext_setup_func_info()
877 static int btf_ext_setup_line_info(struct btf_ext *btf_ext) in btf_ext_setup_line_info()
890 static int btf_ext_setup_offset_reloc(struct btf_ext *btf_ext) in btf_ext_setup_offset_reloc()
936 void btf_ext__free(struct btf_ext *btf_ext) in btf_ext__free()
946 struct btf_ext *btf_ext; in btf_ext__new() local
992 const void *btf_ext__get_raw_data(const struct btf_ext *btf_ext, __u32 *size) in btf_ext__get_raw_data()
1047 const struct btf_ext *btf_ext, in btf_ext__reloc_func_info()
1056 const struct btf_ext *btf_ext, in btf_ext__reloc_line_info()
[all …]
Dbtf_dump.c57 const struct btf_ext *btf_ext; member
120 const struct btf_ext *btf_ext, in btf_dump__new()
Dlibbpf.c287 struct btf_ext *btf_ext; member
/tools/testing/selftests/bpf/
Dtest_btf.c4118 struct btf_ext *btf_ext = NULL; in do_test_file() local