Lines Matching defs:_Elf
87 struct _Elf { struct
88 int e_activations; /* activation count */
89 unsigned int e_byteorder; /* ELFDATA* */
90 int e_class; /* ELFCLASS* */
91 Elf_Cmd e_cmd; /* ELF_C_* used at creation time */
92 int e_fd; /* associated file descriptor */
93 unsigned int e_flags; /* ELF_F_* & LIBELF_F_* flags */
94 Elf_Kind e_kind; /* ELF_K_* */
95 Elf *e_parent; /* non-NULL for archive members */
96 unsigned char *e_rawfile; /* uninterpreted bytes */
97 off_t e_rawsize; /* size of uninterpreted bytes */
98 unsigned int e_version; /* file version */
104 union {
107 } e_hdr;
109 union {
155 struct _Elf *s_elf; /* parent ELF descriptor */ argument