Home | History | Annotate | Download | only in src

Lines Matching refs:Elf

133   /* This is the ELF library handle for this file.  */
134 Elf *elf;
136 /* The ELF header. */
146 separate field and not the e_shstrndx field in the ELF header
259 return (elf_kind (file->elf) == ELF_K_ELF
266 return (elf_kind (file->elf) == ELF_K_ELF
273 return elf_kind (file->elf) == ELF_K_AR;
344 create as much of the ELF structure as possible. */
743 /* ELF backend library handle. */
791 /* The ELF descriptor for the output file. */
792 Elf *outelf;