Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dbtf.h21 #define BTF_BASE_ELF_SEC ".BTF.base" macro
H A Dbtf.c1421 else if (strcmp(name, BTF_BASE_ELF_SEC) == 0) in btf_find_elf_sections()
/linux/tools/bpf/resolve_btfids/
H A Dmain.c1839 err = make_out_path(out_path, sizeof(out_path), obj.path, BTF_BASE_ELF_SEC); in main()