Module obj

Module obj 

Source
Expand description

Object file loading, parsing, and relocation.

Structs§

Features
Features implements BPF and BTF feature detection
Function
An eBPF function
InvalidTypeBinding
Invalid bindings to the bpf type from the parsed/received value.
Object
The loaded object file representation
Program
An eBPF program

Enums§

EbpfSectionKind
The kind of an ELF section.
ParseError
Errors caught during parsing the object file
ProgramSection
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.