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