Tamir Duberstein 630a767117 Split relocation tests into multiple files
This avoids requiring kernel support for all types of relocations when
testing a specific type.
..
enum_signed_32_checked_variants_reloc.bpf.c Split relocation tests into multiple files
enum_signed_32_reloc.bpf.c Split relocation tests into multiple files
enum_signed_64_checked_variants_reloc.bpf.c Split relocation tests into multiple files
enum_signed_64_reloc.bpf.c Split relocation tests into multiple files
enum_unsigned_32_checked_variants_reloc.bpf.c Split relocation tests into multiple files
enum_unsigned_32_reloc.bpf.c Split relocation tests into multiple files
enum_unsigned_64_checked_variants_reloc.bpf.c Split relocation tests into multiple files
enum_unsigned_64_reloc.bpf.c Split relocation tests into multiple files
ext.bpf.c integration-test: avoid reliance on kernel headers
field_reloc.bpf.c Split relocation tests into multiple files
iter.bpf.c feat(aya): Add iterator program type
main.bpf.c integration-test: avoid reliance on kernel headers
multimap-btf.bpf.c integration-test: Add map pinning coverage
pointer_reloc.bpf.c Split relocation tests into multiple files
reloc.h Split relocation tests into multiple files
struct_flavors_reloc.bpf.c Split relocation tests into multiple files
struct_with_scalars.h Split relocation tests into multiple files
text_64_64_reloc.c integration-test: avoid reliance on kernel headers
variables_reloc.bpf.c test: Reproduce relocation bug