Lines Matching defs:_Elf
808 struct _Elf { struct
809 int e_activations; /* activation count */
810 unsigned int e_byteorder; /* ELFDATA* */
811 int e_class; /* ELFCLASS* */
812 Elf_Cmd e_cmd; /* ELF_C_* used at creation time */
813 int e_fd; /* associated file descriptor */
814 unsigned int e_flags; /* ELF_F_* & LIBELF_F_* flags */
815 Elf_Kind e_kind; /* ELF_K_* */
816 Elf *e_parent; /* non-NULL for archive members */
817 unsigned char *e_rawfile; /* uninterpreted bytes */
818 size_t e_rawsize; /* size of uninterpreted bytes */
819 unsigned int e_version; /* file version */
825 union {
828 } e_hdr;
830 union {
882 struct _Elf *s_elf; /* parent ELF descriptor */ argument