Searched refs:irix_mapelf (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A Dsysirix.c238 extern unsigned long irix_mapelf(int fd, struct elf_phdr __user *user_phdrp, int cnt);
389 retval = irix_mapelf((int) regs->regs[base + 5],
H A Dirixelf.c889 unsigned long irix_mapelf(int fd, struct elf_phdr __user *user_phdrp, int cnt) function
896 pr_debug("irix_mapelf: fd[%d] user_phdrp[%p] cnt[%d]\n",
902 pr_debug("irix_mapelf: bad pointer to ELF PHDR!\n");
913 printk("irix_mapelf: One section is not PT_LOAD!\n");
922 printk("irix_mapelf: Bogon filp!\n");
950 printk("irix_mapelf: do_mmap fails with %d!\n", retval);
956 pr_debug("irix_mapelf: Success, returning %08lx\n",

Completed in 104 milliseconds