Lines Matching defs:bpf_elf_ctx
1088 struct bpf_elf_ctx { struct
1089 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];
1098 int sym_num;
1099 int map_num;
1100 int map_len;
1101 bool *sec_done;
1102 int sec_maps;
1126 bpf_dump_error(struct bpf_elf_ctx *ctx, const char *format, ...) in bpf_dump_error() argument