Searched defs:elf_file (Results 1 – 7 of 7) sorted by relevance
77 typedef struct elf_file { struct78 struct linker_file lf; /* Common fields */79 int preloaded; /* Was file pre-loaded */80 caddr_t address; /* Relocation address */82 vm_object_t object; /* VM object to hold file pages */84 Elf_Dyn *dynamic; /* Symbol table etc. */85 Elf_Hashelt nbuckets; /* DT_HASH info */86 Elf_Hashelt nchains;87 const Elf_Hashelt *buckets;88 const Elf_Hashelt *chains;[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
48 typedef struct elf_file { struct71 } *elf_file_t; argument
48 typedef struct elf_file { struct60 } *elf_file_t; argument76 static Elf_Addr __elfN(obj_symaddr)(struct elf_file *ef, Elf_Size symidx); argument
96 struct elf_file { struct97 elf_file_t ef_ef; argument98 struct elf_file_ops *ef_ops; argument99 const char *ef_filename;100 Elf *ef_elf;101 elf_reloc_t *ef_reloc;102 GElf_Ehdr ef_hdr;103 size_t ef_pointer_size;104 int ef_fd;
45 struct elf_file struct47 uint8_t buf[PAGE_SIZE];48 int fd;
469 } elf_file; in dump_elf32() local623 } elf_file; in dump_elf64() local