Searched refs:GElf_Ehdr (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dgelf.h44 typedef Elf64_Ehdr GElf_Ehdr; /* ELF header */ typedef
80 GElf_Ehdr *gelf_getehdr(Elf *_elf, GElf_Ehdr *_dst);
91 int gelf_update_ehdr(Elf *_elf, GElf_Ehdr *_src);
H A Dgelf_ehdr.c50 GElf_Ehdr *
51 gelf_getehdr(Elf *e, GElf_Ehdr *d)
119 gelf_update_ehdr(Elf *e, GElf_Ehdr *s)
H A Dlibelf_checksum.c52 GElf_Ehdr eh;
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dutil.c67 GElf_Ehdr ehdr;
99 GElf_Ehdr ehdr;
H A Doutput.c458 GElf_Ehdr sehdr, dehdr;
478 memcpy(&dehdr, &sehdr, sizeof (GElf_Ehdr));
733 GElf_Ehdr ehdr;
/freebsd-11-stable/contrib/elftoolchain/size/
H A Dsize.c98 static int handle_core(char const *, Elf *elf, GElf_Ehdr *);
99 static void handle_core_note(Elf *, GElf_Ehdr *, GElf_Phdr *, char **);
101 static void handle_phdr(Elf *, GElf_Ehdr *, GElf_Phdr *, uint32_t,
106 static void sysv_calc(Elf *, GElf_Ehdr *, GElf_Shdr *);
215 xlatetom(Elf *elf, GElf_Ehdr *elfhdr, void *_src, void *_dst,
263 handle_core_note(Elf *elf, GElf_Ehdr *elfhdr, GElf_Phdr *phdr,
451 handle_phdr(Elf *elf, GElf_Ehdr *elfhdr, GElf_Phdr *phdr,
502 handle_core(char const *name, Elf *elf, GElf_Ehdr *elfhdr)
588 GElf_Ehdr elfhdr;
682 sysv_calc(Elf *elf, GElf_Ehdr *elfhd
[all...]
/freebsd-11-stable/lib/libkvm/
H A Dkvm_private.h65 GElf_Ehdr nlehdr; /* ELF file header for namelist file */
H A Dkvm.c251 GElf_Ehdr ehdr;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c141 ehdr_to_gelf(const Elf32_Ehdr *src, GElf_Ehdr *dst)
227 GElf_Ehdr e64;
294 if (nbytes < (ssize_t) sizeof (GElf_Ehdr))
/freebsd-11-stable/contrib/elftoolchain/brandelf/
H A Dbrandelf.c93 GElf_Ehdr ehdr;
/freebsd-11-stable/lib/libproc/
H A Dproc_sym.c301 GElf_Ehdr ehdr;
451 GElf_Ehdr ehdr;
548 GElf_Ehdr ehdr;
/freebsd-11-stable/lib/libprocstat/
H A Dcore.c57 GElf_Ehdr pc_ehdr;
91 GElf_Ehdr ehdr;
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dpe.c46 GElf_Ehdr eh;
H A Dascii.c83 GElf_Ehdr eh;
202 GElf_Ehdr oeh;
415 GElf_Ehdr eh;
473 GElf_Ehdr oeh;
H A Dbinary.c144 GElf_Ehdr oeh;
H A Dmain.c283 GElf_Ehdr ieh;
284 GElf_Ehdr oeh;
/freebsd-11-stable/contrib/elftoolchain/strings/
H A Dstrings.c243 GElf_Ehdr elfhdr;
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_elf_init.c134 GElf_Ehdr eh;
H A D_libdwarf.h388 GElf_Ehdr eo_ehdr;
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c788 findelfscn(Elf *elf, GElf_Ehdr *ehdr, const char *secname)
816 GElf_Ehdr ehdr;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c95 GElf_Ehdr ehdr;
145 GElf_Ehdr ehdr;
1159 GElf_Ehdr ehdr;
H A Ddt_link.c1201 GElf_Ehdr ehdr;
/freebsd-11-stable/contrib/elftoolchain/addr2line/
H A Daddr2line.c699 GElf_Ehdr eh;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c1438 GElf_Ehdr ehdr;
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcstat_log.c629 GElf_Ehdr eh;

Completed in 185 milliseconds

12