Home
last modified time | relevance | path

Searched refs:e_ehsize (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/arch/powerpc/boot/
Delf.h63 Elf32_Half e_ehsize; member
80 Elf64_Half e_ehsize; member
/linux-4.4.14/scripts/
Dsortextable.c304 if (r2(&ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
314 if (r2(&ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
Drecordmcount.c494 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
508 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
/linux-4.4.14/include/uapi/linux/
Delf.h212 Elf32_Half e_ehsize; member
229 Elf64_Half e_ehsize; member
/linux-4.4.14/arch/x86/tools/
Drelocs.c359 ehdr.e_ehsize = elf_half_to_cpu(ehdr.e_ehsize); in read_ehdr()
375 if (ehdr.e_ehsize != sizeof(Elf_Ehdr)) { in read_ehdr()
/linux-4.4.14/arch/mips/boot/
Delf2ecoff.c176 e->e_ehsize = swab16(e->e_ehsize); in convert_elf_hdr()
/linux-4.4.14/fs/proc/
Dvmcore.c1019 ehdr.e_ehsize != sizeof(Elf64_Ehdr) || in parse_crash_elf64_headers()
1075 ehdr.e_ehsize != sizeof(Elf32_Ehdr) || in parse_crash_elf32_headers()
Dkcore.c346 elf->e_ehsize = sizeof(struct elfhdr); in elf_kcore_store_hdr()
/linux-4.4.14/sound/pci/mixart/
Dmixart_hwdep.c83 u16 e_ehsize; member
/linux-4.4.14/arch/x86/kernel/
Dcrash.c448 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in prepare_elf64_headers()
/linux-4.4.14/arch/s390/kernel/
Dcrash_dump.c479 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in ehdr_init()
/linux-4.4.14/tools/perf/util/
Dsymbol-elf.c1327 ehdr->e_ehsize = sizeof(Elf32_Ehdr); in kcore__copy_hdr()
1331 ehdr->e_ehsize = sizeof(Elf64_Ehdr); in kcore__copy_hdr()
/linux-4.4.14/arch/powerpc/kernel/
Dfadump.c782 elf->e_ehsize = sizeof(struct elfhdr); in fadump_init_elfcore_header()
/linux-4.4.14/scripts/mod/
Dmodpost.c446 hdr->e_ehsize = TO_NATIVE(hdr->e_ehsize); in parse_elf()
/linux-4.4.14/fs/
Dbinfmt_elf_fdpic.c1330 elf->e_ehsize = sizeof(struct elfhdr); in fill_elf_fdpic_header()
Dbinfmt_elf.c1369 elf->e_ehsize = sizeof(struct elfhdr); in fill_elf_header()