Home
last modified time | relevance | path

Searched refs:BTF_ELF_SEC (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbtf.h18 #define BTF_ELF_SEC ".BTF" macro
H A Dlibbpf.c2458 BTF_ELF_SEC, err); in bpf_object__init_btf()
2468 BTF_EXT_ELF_SEC, BTF_ELF_SEC); in bpf_object__init_btf()
2497 pr_warn("Error finalizing %s: %d.\n", BTF_ELF_SEC, err); in bpf_object__finalize_btf()
2782 if (strcmp(name, BTF_ELF_SEC) == 0 || in ignore_elf_section()
2872 } else if (strcmp(name, BTF_ELF_SEC) == 0) { in bpf_object__elf_collect()
H A Dbtf.c856 if (strcmp(name, BTF_ELF_SEC) == 0) { in btf__parse_elf()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbtf.h19 #define BTF_ELF_SEC ".BTF" macro
H A Dlinker.c508 if (strcmp(name, BTF_ELF_SEC) == 0 || in is_ignored_sec()
655 if (strcmp(sec_name, BTF_ELF_SEC) == 0) { in linker_load_obj_file()
2708 err = emit_elf_data_sec(linker, BTF_ELF_SEC, 8, raw_data, raw_sz); in finalize_btf()
H A Dbtf.c984 if (strcmp(name, BTF_ELF_SEC) == 0) { in btf_parse_elf()
1004 pr_warn("failed to find '%s' ELF section in %s\n", BTF_ELF_SEC, path); in btf_parse_elf()
H A Dlibbpf.c2834 pr_warn("Error loading ELF section %s: %d.\n", BTF_ELF_SEC, err); in bpf_object__init_btf()
2846 BTF_EXT_ELF_SEC, BTF_ELF_SEC); in bpf_object__init_btf()
3366 if (strcmp(name, BTF_ELF_SEC) == 0 || in ignore_elf_section()
3483 } else if (strcmp(name, BTF_ELF_SEC) == 0) { in bpf_object__elf_collect()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c4131 printf("%s:SKIP: No ELF %s found", __func__, BTF_ELF_SEC); in do_test_file()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c4773 printf("%s:SKIP: No ELF %s found", __func__, BTF_ELF_SEC); in do_test_file()

Completed in 65 milliseconds