bfredl 95f989a05b Fixes to linux/bpf/btf.zig
- the meaning of packed structs changed in zig 0.10. adjust accordingly.
  Use "extern struct" for the cases that directly map to C structs.

- Add new type info kinds, like enum64 and DeclTag

- change the Type enum to use the canonical names from libbpf.
  This is more predictable when comparing with external BPF
  documentation (than invented synonyms that need to be guessed)
2022-11-09 17:14:22 +02:00
..
2022-11-09 17:14:22 +02:00
2022-10-25 05:11:29 -04:00
2022-10-16 11:36:11 -04:00
2022-05-13 16:43:59 -04:00
2022-11-04 00:09:27 +03:30
2022-11-04 00:09:27 +03:30
2022-10-25 05:11:29 -04:00
2022-11-04 00:09:27 +03:30