Searched defs:bpf_linker (Results 1 – 1 of 1) sorted by relevance
139 struct bpf_linker { struct140 char *filename;141 int fd;142 Elf *elf;143 Elf64_Ehdr *elf_hdr;167 static int init_output_elf(struct bpf_linker *linker); argument