/freebsd/contrib/elftoolchain/libelf/ |
H A D | gelf_ehdr.c | 44 Elf64_Ehdr * 55 Elf64_Ehdr *eh64; in gelf_getehdr() 101 Elf64_Ehdr * 124 Elf64_Ehdr *eh64; in gelf_update_ehdr() 143 eh64 = (Elf64_Ehdr *) ehdr; in gelf_update_ehdr()
|
H A D | libelf_extended.c | 72 ((Elf64_Ehdr *) eh)->e_shnum = shnum & 0xFFFFU; in _libelf_setshnum() 102 ((Elf64_Ehdr *) eh)->e_shstrndx = shstrndx & 0xFFFFU; in _libelf_setshstrndx() 131 ((Elf64_Ehdr *) eh)->e_phnum = phnum & 0xFFFFU; in _libelf_setphnum()
|
H A D | libelf_ehdr.c | 184 phnum = ((Elf64_Ehdr *) ehdr)->e_phnum; in _libelf_ehdr() 185 shnum = ((Elf64_Ehdr *) ehdr)->e_shnum; in _libelf_ehdr() 186 shoff = ((Elf64_Ehdr *) ehdr)->e_shoff; in _libelf_ehdr() 187 strndx = ((Elf64_Ehdr *) ehdr)->e_shstrndx; in _libelf_ehdr()
|
H A D | libelf_phdr.c | 43 Elf64_Ehdr *eh64; in _libelf_getphdr() 72 eh64 = (Elf64_Ehdr *) ehdr; in _libelf_getphdr()
|
H A D | libelf_elfmachine.c | 42 Elf64_Ehdr *eh64; in _libelf_elfmachine()
|
H A D | elf_scn.c | 63 Elf64_Ehdr *eh64; in _libelf_load_section_headers() 95 eh64 = (Elf64_Ehdr *) ehdr; in _libelf_load_section_headers()
|
H A D | libelf.h | 248 Elf64_Ehdr *elf64_getehdr(Elf *_elf); 251 Elf64_Ehdr *elf64_newehdr(Elf *_elf);
|
H A D | elf_update.c | 519 Elf64_Ehdr *eh64; in _libelf_resync_elf() 897 Elf64_Ehdr *eh64; in _libelf_write_phdr() 916 eh64 = (Elf64_Ehdr *) ehdr; in _libelf_write_phdr() 961 Elf64_Ehdr *eh64; in _libelf_write_shdr() 978 eh64 = (Elf64_Ehdr *) ehdr; in _libelf_write_shdr()
|
H A D | gelf.h | 44 typedef Elf64_Ehdr GElf_Ehdr; /* ELF header */
|
H A D | gelf_phdr.c | 53 Elf64_Ehdr *eh64; in gelf_getphdr()
|
H A D | _libelf.h | 123 Elf64_Ehdr *e_ehdr64;
|
H A D | elf_types.m4 | 118 DEFINE_STRUCT(`Elf64_Ehdr',
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 140 offsetof(Elf64_Ehdr, e_type), offsetof(Elf64_Ehdr, e_machine), 141 offsetof(Elf64_Ehdr, e_version), offsetof(Elf64_Ehdr, e_entry), 142 offsetof(Elf64_Ehdr, e_phoff), offsetof(Elf64_Ehdr, e_shoff), 143 offsetof(Elf64_Ehdr, e_flags), offsetof(Elf64_Ehdr, e_ehsize), 144 offsetof(Elf64_Ehdr, e_phentsize), offsetof(Elf64_Ehdr, e_phnum), 145 offsetof(Elf64_Ehdr, e_shentsize), offsetof(Elf64_Ehdr, e_shnum), 146 offsetof(Elf64_Ehdr, e_shstrndx),
|
/freebsd/sys/powerpc/powerpc/ |
H A D | elf64_machdep.c | 227 const Elf64_Ehdr *hdr = (const Elf64_Ehdr *)params->image_header; in ppc64_elfv1_header_match() 237 const Elf64_Ehdr *hdr = (const Elf64_Ehdr *)params->image_header; in ppc64_elfv2_header_match()
|
/freebsd/lib/libkvm/ |
H A D | kvm_powerpc64.c | 48 Elf64_Ehdr *eh; 53 valid_elf_header(kvm_t *kd, Elf64_Ehdr *eh) in valid_elf_header()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/ |
H A D | NativeProcessELF.cpp | 35 GetELFImageInfoAddress<llvm::ELF::Elf64_Ehdr, llvm::ELF::Elf64_Phdr, in GetSharedLibraryInfoAddress() 114 llvm::ELF::Elf64_Ehdr, llvm::ELF::Elf64_Phdr, llvm::ELF::Elf64_Dyn>();
|
H A D | NativeProcessELF.h | 61 llvm::ELF::Elf64_Ehdr, llvm::ELF::Elf64_Phdr, llvm::ELF::Elf64_Dyn>();
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | drti.c | 102 Elf64_Ehdr *elf; in dtrace_dof_init()
|
H A D | dt_link.c | 621 Elf64_Ehdr ehdr; in dump_elf64() 684 elf_file.ehdr.e_shoff = sizeof (Elf64_Ehdr); in dump_elf64() 685 elf_file.ehdr.e_ehsize = sizeof (Elf64_Ehdr); in dump_elf64()
|
/freebsd/sys/sys/ |
H A D | elf64.h | 79 } Elf64_Ehdr; typedef
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/ |
H A D | DynamicLoaderFreeBSDKernel.cpp | 285 llvm::ELF::Elf64_Ehdr elf_eheader; in ReadMemoryModule() 289 size_to_read = sizeof(llvm::ELF::Elf64_Ehdr) + in ReadMemoryModule()
|
/freebsd/contrib/file/src/ |
H A D | readelf.h | 124 } Elf64_Ehdr; typedef
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 314 W.write<uint16_t>(is64Bit() ? sizeof(ELF::Elf64_Ehdr) in writeHeader() 1092 offsetof(ELF::Elf64_Ehdr, e_shoff)); in writeObject() 1093 NumSectionsOffset = offsetof(ELF::Elf64_Ehdr, e_shnum); in writeObject()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
H A D | ProcessElfCore.cpp | 59 const size_t header_size = sizeof(llvm::ELF::Elf64_Ehdr); in CreateInstance() 1000 : sizeof(llvm::ELF::Elf64_Ehdr); in FindBuidIdInCoreMemory()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 88 struct Elf64_Ehdr { struct
|