Lines Matching defs:elf_state
589 struct elf_state { struct
590 int fd;
591 const void *obj_buf;
592 size_t obj_buf_sz;
593 Elf *elf;
594 Elf64_Ehdr *ehdr;
595 Elf_Data *symbols;
596 Elf_Data *st_ops_data;
597 size_t shstrndx; /* section index for section name strings */
598 size_t strtabidx;
599 struct elf_sec_desc *secs;
600 size_t sec_cnt;
601 int btf_maps_shndx;
602 __u32 btf_maps_sec_btf_id;
603 int text_shndx;
604 int symbols_shndx;
605 int st_ops_shndx;