Expand description
Object file loading, parsing, and relocation.
Structs§
- Features
- Features implements BPF and BTF feature detection
- Function
- An eBPF function
- Invalid
Type Binding - Invalid bindings to the bpf type from the parsed/received value.
- Object
- The loaded object file representation
- Program
- An eBPF program
Enums§
- Ebpf
Section Kind - The kind of an ELF section.
- Parse
Error - Errors caught during parsing the object file
- Program
Section - Section types containing eBPF programs
Functions§
- copy_
instructions - Copies a block of eBPF instructions
- parse_
map_ info - Parses a bpf_map_info into a Map.