Searched refs:elf_file (Results 1 - 18 of 18) sorted by relevance

/freebsd-12-stable/usr.sbin/kldxref/
H A Def_nop.c37 ef_reloc(struct elf_file *ef, const void *reldata, int reltype, Elf_Off relbase,
H A Def.h61 struct elf_file { struct
67 int ef_open(const char *filename, struct elf_file *ef, int verbose);
68 int ef_obj_open(const char *filename, struct elf_file *ef, int verbose);
69 int ef_reloc(struct elf_file *ef, const void *reldata, int reltype,
H A Def_aarch64.c45 ef_reloc(struct elf_file *ef, const void *reldata, int reltype, Elf_Off relbase,
H A Def_powerpc.c47 ef_reloc(struct elf_file *ef, const void *reldata, int reltype, Elf_Off relbase,
H A Def_riscv.c45 ef_reloc(struct elf_file *ef, const void *reldata, int reltype, Elf_Off relbase,
H A Def_sparc64.c45 ef_reloc(struct elf_file *ef, const void *reldata, int reltype, Elf_Off relbase,
H A Def_i386.c46 ef_reloc(struct elf_file *ef, const void *reldata, int reltype, Elf_Off relbase,
H A Def_amd64.c46 ef_reloc(struct elf_file *ef, const void *reldata, int reltype, Elf_Off relbase,
H A Def.c55 struct elf_file *ef_efile;
562 ef_open(const char *filename, struct elf_file *efile, int verbose)
H A Def_obj.c78 struct elf_file *ef_efile;
357 ef_obj_open(const char *filename, struct elf_file *efile, int verbose)
H A Dkldxref.c382 struct elf_file *ef, const char *kldname)
551 struct elf_file ef;
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c60 (lseek64(fd, (off64_t)elf_file.shdr[(index)].sh_offset, SEEK_SET) != \
61 (off64_t)elf_file.shdr[(index)].sh_offset || \
62 dt_write(dtp, fd, (data), elf_file.shdr[(index)].sh_size) != \
63 elf_file.shdr[(index)].sh_size)
472 } elf_file; local
489 bzero(&elf_file, sizeof (elf_file));
491 elf_file.ehdr.e_ident[EI_MAG0] = ELFMAG0;
492 elf_file.ehdr.e_ident[EI_MAG1] = ELFMAG1;
493 elf_file
612 } elf_file; local
[all...]
/freebsd-12-stable/stand/common/
H A Dbootstrap.h258 struct elf_file;
259 typedef Elf_Addr (symaddr_fn)(struct elf_file *ef, Elf_Size symidx);
264 int __elfN(reloc)(struct elf_file *ef, symaddr_fn *symaddr,
H A Dload_elf_obj.c54 typedef struct elf_file { struct
82 static Elf_Addr __elfN(obj_symaddr)(struct elf_file *ef, Elf_Size symidx);
97 struct elf_file ef;
103 bzero(&ef, sizeof(struct elf_file));
566 __elfN(obj_symaddr)(struct elf_file *ef, Elf_Size symidx)
H A Dreloc_elf.c52 __elfN(reloc)(struct elf_file *ef, symaddr_fn *symaddr, const void *reldata,
H A Dload_elf.c54 typedef struct elf_file { struct
309 struct elf_file ef;
314 bzero(&ef, sizeof(struct elf_file));
948 struct elf_file ef;
956 bzero(&ef, sizeof(struct elf_file));
1269 __elfN(symaddr)(struct elf_file *ef, Elf_Size symidx)
/freebsd-12-stable/sys/kern/
H A Dlink_elf.c81 typedef struct elf_file { struct
191 link_elf_methods, sizeof(struct elf_file)
1797 struct elf_file eff;
H A Dlink_elf_obj.c94 typedef struct elf_file { struct
178 link_elf_methods, sizeof(struct elf_file)

Completed in 119 milliseconds