mirror of https://github.com/aya-rs/aya
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.
* use the hdr_len of BTF.ext sections rather than size of struct Otherwise this will erroneously fail on older btf_ext_header that have less fields than the bindgen'd struct * do not attempt to load a BTF object that has no types * add tests * fix: hdr_len i32 -> u32 * guard against a bigger header in the future * use separate unsafe blocks * simplify writing to zero'd out header * merge safe block and address typo |
3 years ago | |
|---|---|---|
| .. | ||
| btf | 3 years ago | |
| generated | 3 years ago | |
| programs | 3 years ago | |
| lib.rs | 3 years ago | |
| maps.rs | 3 years ago | |
| obj.rs | 3 years ago | |
| relocation.rs | 3 years ago | |
| util.rs | 3 years ago | |