Home
last modified time | relevance | path

Searched refs:BTF_ELF_SEC (Results 1 – 5 of 5) sorted by relevance

/tools/lib/bpf/
Dbtf.h19 #define BTF_ELF_SEC ".BTF" macro
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()
2715 err = emit_elf_data_sec(linker, BTF_ELF_SEC, 8, raw_data, raw_sz); in finalize_btf()
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()
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()
/tools/testing/selftests/bpf/prog_tests/
Dbtf.c4773 printf("%s:SKIP: No ELF %s found", __func__, BTF_ELF_SEC); in do_test_file()