Lines Matching defs:_Elf
85 struct _Elf { struct
86 int e_activations; /* activation count */
87 unsigned int e_byteorder; /* ELFDATA* */
88 int e_class; /* ELFCLASS* */
89 Elf_Cmd e_cmd; /* ELF_C_* used at creation time */
90 int e_fd; /* associated file descriptor */
91 unsigned int e_flags; /* ELF_F_* & LIBELF_F_* flags */
92 Elf_Kind e_kind; /* ELF_K_* */
93 Elf *e_parent; /* non-NULL for archive members */
94 unsigned char *e_rawfile; /* uninterpreted bytes */
95 off_t e_rawsize; /* size of uninterpreted bytes */
96 unsigned int e_version; /* file version */
102 union {
127 STAILQ_HEAD(, _Elf_Scn) e_scn; /* section list */ argument
153 struct _Elf *s_elf; /* parent ELF descriptor */ argument