Searched defs:elf_file (Results 1 – 6 of 6) sorted by relevance
78 typedef struct elf_file { struct87 Elf_Hashelt nchains;88 const Elf_Hashelt *buckets;89 const Elf_Hashelt *chains;90 caddr_t hash;91 caddr_t strtab; /* DT_STRTAB */92 int strsz; /* DT_STRSZ */94 Elf_Addr *got; /* DT_PLTGOT */100 int relsize; /* DT_RELSZ */102 int relasize; /* DT_RELASZ */[all …]
91 typedef struct elf_file { struct92 struct linker_file lf; /* Common fields */94 int preloaded;95 caddr_t address; /* Relocation address */96 vm_object_t object; /* VM object to hold file pages */97 Elf_Shdr *e_shdr;122 } *elf_file_t; argument
54 typedef struct elf_file { struct74 } *elf_file_t; argument
54 typedef struct elf_file { struct73 static Elf_Addr __elfN(obj_symaddr)(struct elf_file *ef, Elf_Size symidx); argument
61 struct elf_file { struct62 elf_file_t ef_ef; argument63 struct elf_file_ops *ef_ops; argument
500 } elf_file; in dump_elf32() local646 } elf_file; in dump_elf64() local