Searched refs:BTF_IDS_SECTION (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | btf_ids.h | 35 #define BTF_IDS_SECTION ".BTF_ids" macro 39 ".pushsection " BTF_IDS_SECTION ",\"a\"; \n" \ 85 ".pushsection " BTF_IDS_SECTION ",\"a\"; \n" \ 120 ".pushsection " BTF_IDS_SECTION ",\"a\"; \n" \ 144 ".pushsection " BTF_IDS_SECTION ",\"a\"; \n" \ 160 ".pushsection " BTF_IDS_SECTION ",\"a\"; \n" \ 188 ".pushsection " BTF_IDS_SECTION ",\"a\"; \n" \ 200 ".pushsection " BTF_IDS_SECTION ",\"a\"; \n" \
|
/linux-6.3-rc2/tools/include/linux/ |
A D | btf_ids.h | 25 #define BTF_IDS_SECTION ".BTF_ids" macro 29 ".pushsection " BTF_IDS_SECTION ",\"a\"; \n" \ 67 ".pushsection " BTF_IDS_SECTION ",\"a\"; \n" \ 102 ".pushsection " BTF_IDS_SECTION ",\"a\"; \n" \ 126 ".pushsection " BTF_IDS_SECTION ",\"a\"; \n" \ 142 ".pushsection " BTF_IDS_SECTION ",\"a\"; \n" \
|
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | resolve_btfids.c | 33 ".pushsection " BTF_IDS_SECTION " ,\"a\"; \n"
|
/linux-6.3-rc2/tools/bpf/resolve_btfids/ |
A D | main.c | 80 #define BTF_IDS_SECTION ".BTF_ids" macro 390 } else if (!strcmp(name, BTF_IDS_SECTION)) { in elf_collect()
|
Completed in 8 milliseconds