/freebsd/contrib/elftoolchain/libelf/ |
H A D | gelf.h | 44 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 D | gelf_ehdr.c | 50 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 D | libelf_checksum.c | 52 GElf_Ehdr eh; in _libelf_checksum()
|
/freebsd/contrib/elftoolchain/size/ |
H A D | size.c | 100 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 D | util.c | 68 GElf_Ehdr ehdr; in findelfsecidx() 100 GElf_Ehdr ehdr; in elf_ptrsz()
|
H A D | output.c | 458 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 D | ldd.c | 266 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.h | 53 GElf_Ehdr ehdr;
|
H A D | proc_create.c | 55 GElf_Ehdr ehdr; in getelfclass()
|
/freebsd/lib/libkldelf/ |
H A D | kldelf.h | 102 GElf_Ehdr ef_hdr; 167 bool elf_compatible(struct elf_file *efile, const GElf_Ehdr *hdr);
|
H A D | elf.c | 52 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 D | ef_obj.c | 272 GElf_Ehdr *hdr; in ef_obj_open()
|
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/ |
H A D | ctf_lib.c | 142 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 D | ascii.c | 83 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 D | pe.c | 46 GElf_Ehdr eh; in create_pe()
|
H A D | binary.c | 144 GElf_Ehdr oeh; in create_elf_from_binary()
|
/freebsd/lib/libprocstat/ |
H A D | core.c | 56 GElf_Ehdr pc_ehdr; 90 GElf_Ehdr ehdr; in procstat_core_open()
|
/freebsd/lib/libkvm/ |
H A D | kvm_private.h | 66 GElf_Ehdr nlehdr; /* ELF file header for namelist file */
|
/freebsd/contrib/elftoolchain/brandelf/ |
H A D | brandelf.c | 93 GElf_Ehdr ehdr; in main()
|
/freebsd/contrib/libexecinfo/ |
H A D | symtab.c | 90 GElf_Ehdr ehdr; in symtab_create()
|
/freebsd/contrib/elftoolchain/strings/ |
H A D | strings.c | 264 GElf_Ehdr elfhdr; in handle_elf()
|
/freebsd/usr.bin/elfctl/ |
H A D | elfctl.c | 91 GElf_Ehdr ehdr; in main()
|
/freebsd/lib/libpmcstat/ |
H A D | libpmcstat_image.c | 310 GElf_Ehdr eh; in pmcstat_image_get_elf_params()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/ |
H A D | dump.c | 877 findelfscn(Elf *elf, GElf_Ehdr *ehdr, const char *secname) in findelfscn() 905 GElf_Ehdr ehdr; in main()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_elf_init.c | 135 GElf_Ehdr eh; in _dwarf_elf_relocate()
|