elfhdr            577 fs/binfmt_elf.c 		struct elfhdr elf_ex;
elfhdr            578 fs/binfmt_elf.c 		struct elfhdr interp_elf_ex;
elfhdr            588 fs/binfmt_elf.c 	loc->elf_ex = *((struct elfhdr *)bprm->buf);
elfhdr            710 fs/binfmt_elf.c 			loc->interp_elf_ex = *((struct elfhdr *)bprm->buf);
elfhdr           1034 fs/binfmt_elf.c 	struct elfhdr elf_ex;
elfhdr           1289 fs/binfmt_elf.c 	elf->e_phoff = sizeof(struct elfhdr);
elfhdr           1291 fs/binfmt_elf.c 	elf->e_ehsize = sizeof(struct elfhdr);
elfhdr           1896 fs/binfmt_elf.c 	struct elfhdr *elf = NULL;
elfhdr            186 fs/binfmt_elf_fdpic.c 	exec_params.hdr = *(struct elfhdr *) bprm->buf;
elfhdr            257 fs/binfmt_elf_fdpic.c 			interp_params.hdr = *((struct elfhdr *) bprm->buf);
elfhdr           1304 fs/binfmt_elf_fdpic.c 	elf->e_phoff = sizeof(struct elfhdr);
elfhdr           1307 fs/binfmt_elf_fdpic.c 	elf->e_ehsize = sizeof(struct elfhdr);
elfhdr           1568 fs/binfmt_elf_fdpic.c 	struct elfhdr *elf = NULL;
elfhdr             31 fs/binfmt_em86.c 	struct elfhdr	elf_ex;
elfhdr             34 fs/binfmt_em86.c 	elf_ex = *((struct elfhdr *)bprm->buf);
elfhdr             87 fs/proc/kcore.c 	*elf_buflen =	sizeof(struct elfhdr) + 
elfhdr            150 fs/proc/kcore.c 	struct elfhdr *elf;
elfhdr            156 fs/proc/kcore.c 	elf = (struct elfhdr *) bufp;
elfhdr            157 fs/proc/kcore.c 	bufp += sizeof(struct elfhdr);
elfhdr            158 fs/proc/kcore.c 	offset += sizeof(struct elfhdr);
elfhdr            169 fs/proc/kcore.c 	elf->e_phoff	= sizeof(struct elfhdr);
elfhdr            172 fs/proc/kcore.c 	elf->e_ehsize	= sizeof(struct elfhdr);
elfhdr            129 include/asm-um/elf-i386.h 	(vsyscall_ehdr ? (((struct elfhdr *)vsyscall_ehdr)->e_phnum) : 0 )
elfhdr            133 include/asm-um/elf-i386.h 	const struct elfhdr *const ehdrp = (struct elfhdr *)vsyscall_ehdr;    \
elfhdr            152 include/asm-um/elf-i386.h 	const struct elfhdr *const ehdrp = (struct elfhdr *)vsyscall_ehdr;    \
elfhdr             38 include/linux/elf-fdpic.h 	struct elfhdr			hdr;		/* ref copy of ELF header */