Searched refs:Elf64_Ehdr (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_elfmachine.c42 Elf64_Ehdr *eh64;
H A Dgelf_ehdr.c44 Elf64_Ehdr *
55 Elf64_Ehdr *eh64;
101 Elf64_Ehdr *
124 Elf64_Ehdr *eh64;
143 eh64 = (Elf64_Ehdr *) ehdr;
H A Dlibelf_extended.c72 ((Elf64_Ehdr *) eh)->e_shnum = shnum & 0xFFFFU;
102 ((Elf64_Ehdr *) eh)->e_shstrndx = shstrndx & 0xFFFFU;
131 ((Elf64_Ehdr *) eh)->e_phnum = phnum & 0xFFFFU;
H A Dlibelf_ehdr.c184 phnum = ((Elf64_Ehdr *) ehdr)->e_phnum;
185 shnum = ((Elf64_Ehdr *) ehdr)->e_shnum;
186 shoff = ((Elf64_Ehdr *) ehdr)->e_shoff;
187 strndx = ((Elf64_Ehdr *) ehdr)->e_shstrndx;
H A Dlibelf_phdr.c43 Elf64_Ehdr *eh64;
72 eh64 = (Elf64_Ehdr *) ehdr;
H A Delf_scn.c63 Elf64_Ehdr *eh64;
95 eh64 = (Elf64_Ehdr *) ehdr;
H A Dlibelf.h248 Elf64_Ehdr *elf64_getehdr(Elf *_elf);
251 Elf64_Ehdr *elf64_newehdr(Elf *_elf);
H A Dgelf_phdr.c53 Elf64_Ehdr *eh64;
H A Dgelf.h44 typedef Elf64_Ehdr GElf_Ehdr; /* ELF header */
H A Delf_update.c519 Elf64_Ehdr *eh64;
897 Elf64_Ehdr *eh64;
916 eh64 = (Elf64_Ehdr *) ehdr;
961 Elf64_Ehdr *eh64;
978 eh64 = (Elf64_Ehdr *) ehdr;
H A D_libelf.h123 Elf64_Ehdr *e_ehdr64;
/freebsd-11-stable/sys/mips/mips/
H A Delf_trampoline.c107 Elf64_Ehdr *eh;
124 eh = (Elf64_Ehdr *)kstart;
/freebsd-11-stable/sys/powerpc/powerpc/
H A Delf64_machdep.c187 const Elf64_Ehdr *hdr = (const Elf64_Ehdr *)params->image_header;
196 const Elf64_Ehdr *hdr = (const Elf64_Ehdr *)params->image_header;
/freebsd-11-stable/usr.bin/elfdump/
H A Delfdump.c142 offsetof(Elf64_Ehdr, e_type), offsetof(Elf64_Ehdr, e_machine),
143 offsetof(Elf64_Ehdr, e_version), offsetof(Elf64_Ehdr, e_entry),
144 offsetof(Elf64_Ehdr, e_phoff), offsetof(Elf64_Ehdr, e_shoff),
145 offsetof(Elf64_Ehdr, e_flags), offsetof(Elf64_Ehdr, e_ehsize),
146 offsetof(Elf64_Ehdr, e_phentsize), offsetof(Elf64_Ehdr, e_phnu
[all...]
/freebsd-11-stable/lib/libkvm/
H A Dkvm_powerpc64.c49 Elf64_Ehdr *eh;
54 valid_elf_header(Elf64_Ehdr *eh)
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddrti.c101 Elf64_Ehdr *elf;
H A Ddt_link.c643 Elf64_Ehdr ehdr;
691 elf_file.ehdr.e_shoff = sizeof (Elf64_Ehdr);
692 elf_file.ehdr.e_ehsize = sizeof (Elf64_Ehdr);
/freebsd-11-stable/sys/sys/
H A Delf64.h79 } Elf64_Ehdr; typedef in typeref:struct:__anon8483
/freebsd-11-stable/usr.bin/elf2aout/
H A Delf2aout.c83 Elf64_Ehdr *e;
/freebsd-11-stable/stand/mips/beri/boot2/
H A Dboot2.c312 Elf64_Ehdr *ehp = kaddr;
325 Elf64_Ehdr eh;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.cpp34 GetELFImageInfoAddress<llvm::ELF::Elf64_Ehdr, llvm::ELF::Elf64_Phdr,
/freebsd-11-stable/stand/sparc64/boot1/
H A Dboot1.c415 Elf64_Ehdr eh;
458 Elf64_Ehdr eh;
/freebsd-11-stable/contrib/file/src/
H A Dreadelf.h124 } Elf64_Ehdr; typedef in typeref:struct:__anon35
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c716 Elf64_Ehdr header_64;
737 const Elf64_Ehdr *hdr = (void*)map_start;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp447 W.write<uint16_t>(is64Bit() ? sizeof(ELF::Elf64_Ehdr)
1234 offsetof(ELF::Elf64_Ehdr, e_shoff));
1235 NumSectionsOffset = offsetof(ELF::Elf64_Ehdr, e_shnum);

Completed in 244 milliseconds

12