spu_elf_start     107 arch/powerpc/oprofile/cell/vma_map.c 	void __user *spu_elf_start = (void __user *)__spu_elf_start;
spu_elf_start     128 arch/powerpc/oprofile/cell/vma_map.c 	if (copy_from_user(&ehdr, spu_elf_start, sizeof (ehdr)))
spu_elf_start     149 arch/powerpc/oprofile/cell/vma_map.c 	phdr_start = spu_elf_start + ehdr.e_phoff;
spu_elf_start     150 arch/powerpc/oprofile/cell/vma_map.c 	shdr_start = spu_elf_start + ehdr.e_shoff;
spu_elf_start     188 arch/powerpc/oprofile/cell/vma_map.c 			if (copy_from_user(&sym, spu_elf_start +
spu_elf_start     195 arch/powerpc/oprofile/cell/vma_map.c 					   spu_elf_start + shdr_str.sh_offset +
spu_elf_start     235 arch/powerpc/oprofile/cell/vma_map.c 	ovly_table = spu_elf_start + overlay_tbl_offset;