Searched refs:BTF_ELF_SEC (Results 1 – 5 of 5) sorted by relevance
| /tools/lib/bpf/ |
| A D | btf.h | 19 #define BTF_ELF_SEC ".BTF" macro
|
| A D | linker.c | 635 if (strcmp(name, BTF_ELF_SEC) == 0 || in is_ignored_sec() 783 if (strcmp(sec_name, BTF_ELF_SEC) == 0) { in linker_load_obj_file() 2917 err = emit_elf_data_sec(linker, BTF_ELF_SEC, 8, raw_data, raw_sz); in finalize_btf()
|
| A D | btf.c | 1163 if (strcmp(name, BTF_ELF_SEC) == 0) in btf_find_elf_sections() 1226 pr_warn("failed to find '%s' ELF section in %s\n", BTF_ELF_SEC, path); in btf_parse_elf()
|
| A D | libbpf.c | 3247 pr_warn("Error loading ELF section %s: %s.\n", BTF_ELF_SEC, errstr(err)); in bpf_object__init_btf() 3259 BTF_EXT_ELF_SEC, BTF_ELF_SEC); in bpf_object__init_btf() 3793 if (strcmp(name, BTF_ELF_SEC) == 0 || in ignore_elf_section() 3910 } else if (strcmp(name, BTF_ELF_SEC) == 0) { in bpf_object__elf_collect()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | btf.c | 4851 printf("%s:SKIP: No ELF %s found", __func__, BTF_ELF_SEC); in do_test_file()
|
Completed in 46 milliseconds