Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dlibbpf_internal.h512 struct btf_ext { struct
514 struct btf_ext_header *hdr; argument
519 struct btf_ext_info func_info; argument
520 struct btf_ext_info line_info; argument
521 struct btf_ext_info core_relo_info; argument
525 struct btf_ext_info_sec { argument
H A Dbtf.c1448 struct btf_ext **btf_ext) in btf_parse_elf()
1549 struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext) in btf__parse_elf()
1663 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) in btf_parse()
1680 struct btf *btf__parse(const char *path, struct btf_ext **btf_ext) in btf__parse()
3361 static int btf_ext_parse_sec_info(struct btf_ext *btf_ext, in btf_ext_parse_sec_info()
3458 static int btf_ext_parse_info(struct btf_ext *btf_ext, bool is_native) in btf_ext_parse_info()
3559 static void btf_ext_bswap_info(struct btf_ext *btf_ext, void *data) in btf_ext_bswap_info()
3585 static int btf_ext_parse(struct btf_ext *btf_ext) in btf_ext_parse()
3653 void btf_ext__free(struct btf_ext *btf_ext) in btf_ext__free()
3667 struct btf_ext *btf_ext; in btf_ext__new() local
[all …]
H A Dbtf.h280 struct btf_ext *btf_ext; member
309 struct btf_ext *btf_ext; member
H A Dlinker.c64 struct btf_ext *btf_ext; member
154 struct btf_ext *btf_ext; member
H A Dlibbpf.c737 struct btf_ext *btf_ext; member
/linux/tools/bpf/bpftool/
H A Dgen.c2444 struct btf_ext *btf_ext = NULL; in btfgen_record_obj() local
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c4909 struct btf_ext *btf_ext = NULL; in do_test_file() local