Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dlibbpf_internal.h440 struct btf_ext { struct
442 struct btf_ext_header *hdr; argument
445 struct btf_ext_info func_info; argument
446 struct btf_ext_info line_info; argument
447 struct btf_ext_info core_relo_info; argument
451 struct btf_ext_info_sec { argument
Dbtf.c958 struct btf_ext **btf_ext)
1161 struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext)
1244 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext)
1261 struct btf *btf__parse(const char *path, struct btf_ext **btf_ext)
2768 static int btf_ext_setup_info(struct btf_ext *btf_ext,
2859 static int btf_ext_setup_func_info(struct btf_ext *btf_ext)
2872 static int btf_ext_setup_line_info(struct btf_ext *btf_ext)
2885 static int btf_ext_setup_core_relos(struct btf_ext *btf_ext)
2934 void btf_ext__free(struct btf_ext *btf_ext)
2947 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.c677 struct btf_ext *btf_ext; member