Home
last modified time | relevance | path

Searched refs:e_phentsize (Results 1 – 17 of 17) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dsymbol-minimal.c117 ehdr.e_phentsize = bswap_16(ehdr.e_phentsize); in filename__read_build_id()
121 buf_size = ehdr.e_phentsize * ehdr.e_phnum; in filename__read_build_id()
168 ehdr.e_phentsize = bswap_16(ehdr.e_phentsize); in filename__read_build_id()
172 buf_size = ehdr.e_phentsize * ehdr.e_phnum; in filename__read_build_id()
Dsymbol-elf.c1328 ehdr->e_phentsize = sizeof(Elf32_Phdr); in kcore__copy_hdr()
1332 ehdr->e_phentsize = sizeof(Elf64_Phdr); in kcore__copy_hdr()
/linux-4.4.14/arch/powerpc/boot/
Delf.h64 Elf32_Half e_phentsize; member
81 Elf64_Half e_phentsize; member
/linux-4.4.14/include/uapi/linux/
Delf.h213 Elf32_Half e_phentsize; member
230 Elf64_Half e_phentsize; member
/linux-4.4.14/sound/pci/mixart/
Dmixart_hwdep.c84 u16 e_phentsize; member
117 u32 pos = be32_to_cpu(elf_header->e_phoff) + (u32)(i * be16_to_cpu(elf_header->e_phentsize)); in mixart_load_elf()
/linux-4.4.14/arch/x86/tools/
Drelocs.c360 ehdr.e_phentsize = elf_half_to_cpu(ehdr.e_phentsize); in read_ehdr()
378 if (ehdr.e_phentsize != sizeof(Elf_Phdr)) { in read_ehdr()
/linux-4.4.14/arch/mips/boot/
Delf2ecoff.c177 e->e_phentsize = swab16(e->e_phentsize); in convert_elf_hdr()
/linux-4.4.14/fs/proc/
Dvmcore.c1020 ehdr.e_phentsize != sizeof(Elf64_Phdr) || in parse_crash_elf64_headers()
1076 ehdr.e_phentsize != sizeof(Elf32_Phdr) || in parse_crash_elf32_headers()
Dkcore.c347 elf->e_phentsize= sizeof(struct elf_phdr); in elf_kcore_store_hdr()
/linux-4.4.14/arch/x86/kernel/
Dcrash.c449 ehdr->e_phentsize = sizeof(Elf64_Phdr); in prepare_elf64_headers()
/linux-4.4.14/arch/s390/kernel/
Dcrash_dump.c480 ehdr->e_phentsize = sizeof(Elf64_Phdr); in ehdr_init()
/linux-4.4.14/fs/
Dbinfmt_elf_fdpic.c148 if (params->hdr.e_phentsize != sizeof(struct elf_phdr)) in elf_fdpic_fetch_phdrs()
1331 elf->e_phentsize = sizeof(struct elf_phdr); in fill_elf_fdpic_header()
Dbinfmt_elf.c410 if (elf_ex->e_phentsize != sizeof(struct elf_phdr)) in load_elf_phdrs()
1370 elf->e_phentsize = sizeof(struct elf_phdr); in fill_elf_header()
/linux-4.4.14/arch/powerpc/kernel/
Dfadump.c783 elf->e_phentsize = sizeof(struct elf_phdr); in fadump_init_elfcore_header()
Dprom_init.c781 .e_phentsize = sizeof(Elf32_Phdr),
/linux-4.4.14/scripts/mod/
Dmodpost.c447 hdr->e_phentsize = TO_NATIVE(hdr->e_phentsize); in parse_elf()
/linux-4.4.14/tools/lguest/
Dlguest.c441 || ehdr->e_phentsize != sizeof(Elf32_Phdr) in map_elf()