Searched defs:elf_file (Results 1 – 6 of 6) sorted by relevance
74 typedef struct elf_file { struct83 Elf_Hashelt nchains;84 const Elf_Hashelt *buckets;85 const Elf_Hashelt *chains;86 caddr_t hash;87 caddr_t strtab; /* DT_STRTAB */88 int strsz; /* DT_STRSZ */90 Elf_Addr *got; /* DT_PLTGOT */96 int relsize; /* DT_RELSZ */98 int relasize; /* DT_RELASZ */[all …]
92 typedef struct elf_file { struct93 struct linker_file lf; /* Common fields */95 int preloaded;96 caddr_t address; /* Relocation address */97 vm_object_t object; /* VM object to hold file pages */98 Elf_Shdr *e_shdr;123 } *elf_file_t; argument
50 typedef struct elf_file { struct73 } *elf_file_t; argument
50 typedef struct elf_file { struct62 } *elf_file_t; argument78 static Elf_Addr __elfN(obj_symaddr)(struct elf_file *ef, Elf_Size symidx); argument
92 struct elf_file { struct93 elf_file_t ef_ef; argument94 struct elf_file_ops *ef_ops; argument95 const char *ef_filename;96 Elf *ef_elf;97 elf_reloc_t *ef_reloc;98 GElf_Ehdr ef_hdr;99 size_t ef_pointer_size;100 int ef_fd;
469 } elf_file; in dump_elf32() local623 } elf_file; in dump_elf64() local