Home
last modified time | relevance | path

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

/linux-6.14.4/tools/lib/bpf/
Dlibbpf_internal.h483 struct btf_ext { struct
485 struct btf_ext_header *hdr; argument
490 struct btf_ext_info func_info; argument
491 struct btf_ext_info line_info; argument
492 struct btf_ext_info core_relo_info; argument
496 struct btf_ext_info_sec { argument
Dbtf.c1167 struct btf_ext **btf_ext) in btf_parse_elf()
1268 struct btf *btf__parse_elf(const char *path, struct btf_ext **btf_ext) in btf__parse_elf()
1351 static struct btf *btf_parse(const char *path, struct btf *base_btf, struct btf_ext **btf_ext) in btf_parse()
1368 struct btf *btf__parse(const char *path, struct btf_ext **btf_ext) in btf__parse()
2904 static int btf_ext_parse_sec_info(struct btf_ext *btf_ext, in btf_ext_parse_sec_info()
3001 static int btf_ext_parse_info(struct btf_ext *btf_ext, bool is_native) in btf_ext_parse_info()
3102 static void btf_ext_bswap_info(struct btf_ext *btf_ext, void *data) in btf_ext_bswap_info()
3128 static int btf_ext_parse(struct btf_ext *btf_ext) in btf_ext_parse()
3196 void btf_ext__free(struct btf_ext *btf_ext) in btf_ext__free()
3210 struct btf_ext *btf_ext; in btf_ext__new() local
[all …]
Dbtf.h250 struct btf_ext *btf_ext; member
Dlinker.c65 struct btf_ext *btf_ext; member
155 struct btf_ext *btf_ext; member
Dlibbpf.c701 struct btf_ext *btf_ext; member
/linux-6.14.4/tools/bpf/bpftool/
Dgen.c2351 struct btf_ext *btf_ext = NULL; in btfgen_record_obj() local
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/
Dbtf.c4817 struct btf_ext *btf_ext = NULL; in do_test_file() local