Home
last modified time | relevance | path

Searched defs:elf_file (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/sys/kern/
HDlink_elf.c76 typedef struct elf_file { struct
77 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 …]
HDlink_elf_obj.c89 typedef struct elf_file { struct
90 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
/freebsd-11-stable/stand/common/
HDload_elf.c54 typedef struct elf_file { struct
74 } *elf_file_t; argument
HDload_elf_obj.c54 typedef struct elf_file { struct
73 static Elf_Addr __elfN(obj_symaddr)(struct elf_file *ef, Elf_Size symidx); argument
/freebsd-11-stable/usr.sbin/kldxref/
HDef.h61 struct elf_file { struct
62 elf_file_t ef_ef; argument
63 struct elf_file_ops *ef_ops; argument
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_link.c499 } elf_file; in dump_elf32() local
645 } elf_file; in dump_elf64() local