Searched refs:BTF_ELF_SEC (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/lib/bpf/ |
| H A D | btf.h | 19 #define BTF_ELF_SEC ".BTF" macro
|
| H A D | linker.c | 634 if (strcmp(name, BTF_ELF_SEC) == 0 || in is_ignored_sec() 782 if (strcmp(sec_name, BTF_ELF_SEC) == 0) { in linker_load_obj_file() 2919 err = emit_elf_data_sec(linker, BTF_ELF_SEC, 8, raw_data, raw_sz); in finalize_btf()
|
| H A D | btf.c | 1417 if (strcmp(name, BTF_ELF_SEC) == 0) in btf_find_elf_sections() 1480 pr_warn("failed to find '%s' ELF section in %s\n", BTF_ELF_SEC, path); in btf_parse_elf()
|
| H A D | libbpf.c | 3365 pr_warn("Error loading ELF section %s: %s.\n", BTF_ELF_SEC, errstr(err)); in bpf_object__init_btf() 3377 BTF_EXT_ELF_SEC, BTF_ELF_SEC); in bpf_object__init_btf() 3899 if (strcmp(name, BTF_ELF_SEC) == 0 || in ignore_elf_section() 4016 } else if (strcmp(name, BTF_ELF_SEC) == 0) { in bpf_object__elf_collect()
|
| /linux/tools/bpf/resolve_btfids/ |
| H A D | main.c | 1833 err = make_out_path(out_path, sizeof(out_path), obj.path, BTF_ELF_SEC); in main()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf.c | 4928 printf("%s:SKIP: No ELF %s found", __func__, BTF_ELF_SEC); in do_test_file()
|