Home
last modified time | relevance | path

Searched refs:GElf_Ehdr (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/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) in gelf_getehdr()
119 gelf_update_ehdr(Elf *e, GElf_Ehdr *s) in gelf_update_ehdr()
H A Dlibelf_checksum.c52 GElf_Ehdr eh; in _libelf_checksum()
/freebsd/contrib/elftoolchain/size/
H A Dsize.c100 static int handle_core(char const *, Elf *elf, GElf_Ehdr *);
101 static void handle_core_note(Elf *, GElf_Ehdr *, GElf_Phdr *, char **);
103 static void handle_phdr(Elf *, GElf_Ehdr *, GElf_Phdr *, uint32_t,
108 static void sysv_calc(Elf *, GElf_Ehdr *, GElf_Shdr *);
244 xlatetom(Elf *elf, GElf_Ehdr *elfhdr, void *_src, void *_dst, in xlatetom()
292 handle_core_note(Elf *elf, GElf_Ehdr *elfhdr, GElf_Phdr *phdr, in handle_core_note()
480 handle_phdr(Elf *elf, GElf_Ehdr *elfhdr, GElf_Phdr *phdr, in handle_phdr()
531 handle_core(char const *name, Elf *elf, GElf_Ehdr *elfhdr) in handle_core()
617 GElf_Ehdr elfhdr; in handle_elf()
705 sysv_calc(Elf *elf, GElf_Ehdr *elfhdr, GElf_Shdr *shdr) in sysv_calc()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dutil.c68 GElf_Ehdr ehdr; in findelfsecidx()
100 GElf_Ehdr ehdr; in elf_ptrsz()
H A Doutput.c458 GElf_Ehdr sehdr, dehdr; in write_file()
477 memcpy(&dehdr, &sehdr, sizeof (GElf_Ehdr)); in write_file()
731 GElf_Ehdr ehdr; in write_ctf()
/freebsd/usr.bin/ldd/
H A Dldd.c266 has_freebsd_abi_tag(const char *fname, Elf *elf, GElf_Ehdr *ehdr, off_t offset, in has_freebsd_abi_tag()
334 is_pie(const char *fname, Elf *elf, GElf_Ehdr *ehdr, off_t offset, size_t len) in is_pie()
393 GElf_Ehdr ehdr; in is_executable()
/freebsd/lib/libproc/
H A D_libproc.h53 GElf_Ehdr ehdr;
H A Dproc_create.c55 GElf_Ehdr ehdr; in getelfclass()
/freebsd/lib/libkldelf/
H A Dkldelf.h102 GElf_Ehdr ef_hdr;
167 bool elf_compatible(struct elf_file *efile, const GElf_Ehdr *hdr);
H A Delf.c52 elf_find_reloc(const GElf_Ehdr *hdr) in elf_find_reloc()
143 elf_compatible(struct elf_file *efile, const GElf_Ehdr *hdr) in elf_compatible()
H A Def_obj.c272 GElf_Ehdr *hdr; in ef_obj_open()
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c142 ehdr_to_gelf(const Elf32_Ehdr *src, GElf_Ehdr *dst) in ehdr_to_gelf()
228 GElf_Ehdr e64; in ctf_fdopen()
296 if (nbytes < (ssize_t) sizeof (GElf_Ehdr)) in ctf_fdopen()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dascii.c83 GElf_Ehdr eh; in create_srec()
202 GElf_Ehdr oeh; in create_elf_from_srec()
415 GElf_Ehdr eh; in create_ihex()
473 GElf_Ehdr oeh; in create_elf_from_ihex()
H A Dpe.c46 GElf_Ehdr eh; in create_pe()
H A Dbinary.c144 GElf_Ehdr oeh; in create_elf_from_binary()
/freebsd/lib/libprocstat/
H A Dcore.c56 GElf_Ehdr pc_ehdr;
90 GElf_Ehdr ehdr; in procstat_core_open()
/freebsd/lib/libkvm/
H A Dkvm_private.h66 GElf_Ehdr nlehdr; /* ELF file header for namelist file */
/freebsd/contrib/elftoolchain/brandelf/
H A Dbrandelf.c93 GElf_Ehdr ehdr; in main()
/freebsd/contrib/libexecinfo/
H A Dsymtab.c90 GElf_Ehdr ehdr; in symtab_create()
/freebsd/contrib/elftoolchain/strings/
H A Dstrings.c264 GElf_Ehdr elfhdr; in handle_elf()
/freebsd/usr.bin/elfctl/
H A Delfctl.c91 GElf_Ehdr ehdr; in main()
/freebsd/lib/libpmcstat/
H A Dlibpmcstat_image.c310 GElf_Ehdr eh; in pmcstat_image_get_elf_params()
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c877 findelfscn(Elf *elf, GElf_Ehdr *ehdr, const char *secname) in findelfscn()
905 GElf_Ehdr ehdr; in main()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_elf_init.c135 GElf_Ehdr eh; in _dwarf_elf_relocate()

12