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
Tamir Duberstein 89bc255f1d
aya: MapData::fd is non-optional
The primary driver of change here is that `MapData::create` is now a
factory function that returns `Result<Self, _>` rather than mutating
`&mut self`. The remaining changes are consequences of that change, the
most notable of which is the removal of several errors which are no
longer possible.
2 years ago
..
btf aya-obj: s/types.types[i]/*t/ where possible 2 years ago
generated [codegen] Update libbpf to f7eb43b90f4c8882edf6354f8585094f8f3aade0Update libbpf to f7eb43b90f4c8882edf6354f8585094f8f3aade0 2 years ago
programs aya: flip feature "no_std" to feature "std" 2 years ago
lib.rs Do not escape newlines on Err(LoadError).unwrap() 2 years 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 2 years ago
relocation.rs aya: MapData::fd is non-optional 2 years ago
util.rs aya: flip feature "no_std" to feature "std" 2 years ago