Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/boot/
Delf.h64 Elf32_Half e_phentsize; member
81 Elf64_Half e_phentsize; member
/linux-2.6.39/include/linux/
Delf.h225 Elf32_Half e_phentsize; member
242 Elf64_Half e_phentsize; member
/linux-2.6.39/arch/x86/boot/compressed/
Drelocs.c244 ehdr.e_phentsize = elf16_to_cpu(ehdr.e_phentsize); in read_ehdr()
262 if (ehdr.e_phentsize != sizeof(Elf32_Phdr)) { in read_ehdr()
/linux-2.6.39/sound/pci/mixart/
Dmixart_hwdep.c82 u16 e_phentsize; member
115 u32 pos = be32_to_cpu(elf_header->e_phoff) + (u32)(i * be16_to_cpu(elf_header->e_phentsize)); in mixart_load_elf()
/linux-2.6.39/fs/proc/
Dvmcore.c507 ehdr.e_phentsize != sizeof(Elf64_Phdr) || in parse_crash_elf64_headers()
563 ehdr.e_phentsize != sizeof(Elf32_Phdr) || in parse_crash_elf32_headers()
Dkcore.c342 elf->e_phentsize= sizeof(struct elf_phdr); in elf_kcore_store_hdr()
/linux-2.6.39/arch/mips/boot/
Delf2ecoff.c176 e->e_phentsize = swab16(e->e_phentsize); in convert_elf_hdr()
/linux-2.6.39/fs/
Dbinfmt_elf.c404 if (interp_elf_ex->e_phentsize != sizeof(struct elf_phdr)) in load_elf_interp()
603 if (loc->elf_ex.e_phentsize != sizeof(struct elf_phdr)) in load_elf_binary()
1239 elf->e_phentsize = sizeof(struct elf_phdr); in fill_elf_header()
Dbinfmt_elf_fdpic.c129 if (params->hdr.e_phentsize != sizeof(struct elf_phdr)) in elf_fdpic_fetch_phdrs()
1333 elf->e_phentsize = sizeof(struct elf_phdr); in fill_elf_fdpic_header()
/linux-2.6.39/scripts/mod/
Dmodpost.c407 hdr->e_phentsize = TO_NATIVE(hdr->e_phentsize); in parse_elf()
/linux-2.6.39/Documentation/lguest/
Dlguest.c388 || ehdr->e_phentsize != sizeof(Elf32_Phdr) in map_elf()
/linux-2.6.39/arch/powerpc/kernel/
Dprom_init.c797 .e_phentsize = sizeof(Elf32_Phdr),