You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/aya-obj/src
Dave Tucker 098d4364bd aya-obj: Mutate BTF in-place without clone
The BTF we're working on is Cow anyway so modifying in-place is fine.
All we need to do is store some information before we start our
mutable iteration to avoid concurrently borrowing types both mutably and
immutably.

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
1 year ago
..
btf aya-obj: Mutate BTF in-place without clone 1 year ago
generated [codegen] Update libbpf to f7eb43b90f4c8882edf6354f8585094f8f3aade0Update libbpf to f7eb43b90f4c8882edf6354f8585094f8f3aade0 1 year ago
programs aya: flip feature "no_std" to feature "std" 2 years ago
lib.rs Do not escape newlines on Err(LoadError).unwrap() 1 year ago
maps.rs aya: flip feature "no_std" to feature "std" 2 years ago
obj.rs aya: Fix (func|line)_info multiple progs in section 1 year ago
relocation.rs Clippy over tests and integration-ebpf 1 year ago
util.rs aya: flip feature "no_std" to feature "std" 2 years ago