Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dlibbpf_internal.h488 struct btf_ext { struct
490 struct btf_ext_header *hdr; argument
493 struct btf_ext_info func_info; argument
494 struct btf_ext_info line_info; argument
495 struct btf_ext_info core_relo_info; argument
499 struct btf_ext_info_sec { argument
Dbtf.c1107 struct btf_ext **btf_ext)
1310 struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext)
1393 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext)
1410 struct btf *btf__parse(const char *path, struct btf_ext **btf_ext)
2917 static int btf_ext_setup_info(struct btf_ext *btf_ext,
3008 static int btf_ext_setup_func_info(struct btf_ext *btf_ext)
3021 static int btf_ext_setup_line_info(struct btf_ext *btf_ext)
3034 static int btf_ext_setup_core_relos(struct btf_ext *btf_ext)
3083 void btf_ext__free(struct btf_ext *btf_ext)
3096 struct btf_ext *btf_ext; local
[all …]
Dbtf.h225 struct btf_ext *btf_ext; member
Dlinker.c59 struct btf_ext *btf_ext; member
148 struct btf_ext *btf_ext; member
Dlibbpf.c685 struct btf_ext *btf_ext; member