Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Dbtf.h19 #define BTF_ELF_SEC ".BTF" macro
H A Dlinker.c510 if (strcmp(name, BTF_ELF_SEC) == 0 || in is_ignored_sec()
651 if (strcmp(sec_name, BTF_ELF_SEC) == 0) { in linker_load_obj_file()
2711 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()
/openbmc/linux/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()