Searched defs:bpf_elf_ctx (Results 1 – 1 of 1) sorted by relevance
692 struct bpf_elf_ctx { struct693 Elf *elf_fd;694 GElf_Ehdr elf_hdr;695 Elf_Data *sym_tab;696 Elf_Data *str_tab;697 int obj_fd;698 int map_fds[ELF_MAX_MAPS];699 struct bpf_elf_map maps[ELF_MAX_MAPS];700 int sym_num;701 int map_num;[all …]