Searched defs:elf_file (Results 1 – 6 of 6) sorted by relevance
76 typedef struct elf_file { struct77 struct linker_file lf; /* Common fields */78 int preloaded; /* Was file pre-loaded */79 caddr_t address; /* Relocation address */81 vm_object_t object; /* VM object to hold file pages */83 Elf_Dyn *dynamic; /* Symbol table etc. */84 Elf_Hashelt nbuckets; /* DT_HASH info */85 Elf_Hashelt nchains;86 const Elf_Hashelt *buckets;87 const Elf_Hashelt *chains;[all …]
89 typedef struct elf_file { struct90 struct linker_file lf; /* Common fields */92 int preloaded;93 caddr_t address; /* Relocation address */94 vm_object_t object; /* VM object to hold file pages */95 Elf_Shdr *e_shdr;120 } *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
499 } elf_file; in dump_elf32() local645 } elf_file; in dump_elf64() local