Documentation ¶ Overview ¶ Package elfcheck validates that an output file is a well-formed eBPF ELF object. Index ¶ func Validate(path string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Validate ¶ func Validate(path string) error Validate opens the ELF at path and checks that it meets the minimum requirements for a BPF object: 64-bit class, EM_BPF machine, at least one executable program section, and at least one symbol. Types ¶ This section is empty. Source Files ¶ View all Source files validate.go Click to show internal directories. Click to hide internal directories.