aya/src/obj/btf
Alessandro Decina 54637eab04 Improve relocation errors
Use BpfError::RelocationError for both maps and BTF relocations. The
error includes the name of the program that failed, and the source error
stored as Box<dyn Error>.

This hides the implementation details of the source errors - which are
unrecoverable anyway - while still allowing fine grained error messages.
..
btf.rs Improve relocation errors
mod.rs Untangle map relocation from BTF relocation
relocation.rs Improve relocation errors
types.rs Support non-native endianness