Home
last modified time | relevance | path

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

/Linux-v4.19/tools/lib/bpf/
Dbtf.h9 #define BTF_ELF_SEC ".BTF" macro
Dlibbpf.c788 else if (strcmp(name, BTF_ELF_SEC) == 0) { in bpf_object__elf_collect()
793 BTF_ELF_SEC, PTR_ERR(obj->btf)); in bpf_object__elf_collect()
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_btf.c1980 if (!strcmp(sh_name, BTF_ELF_SEC)) { in file_has_btf_elf()
2010 fprintf(stderr, "SKIP. No ELF %s found", BTF_ELF_SEC); in do_test_file()