Searched defs:bpf_elf_ctx (Results 1 – 1 of 1) sorted by relevance
1088 struct bpf_elf_ctx { struct1089 struct bpf_config cfg;1090 Elf *elf_fd;1091 GElf_Ehdr elf_hdr;1092 Elf_Data *sym_tab;1093 Elf_Data *str_tab;1094 int obj_fd;1095 int map_fds[ELF_MAX_MAPS];1096 struct bpf_elf_map maps[ELF_MAX_MAPS];1097 struct bpf_map_ext maps_ext[ELF_MAX_MAPS];[all …]