Home
last modified time | relevance | path

Searched refs:user_phdrp (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/mips/kernel/
Dirixelf.c882 unsigned long irix_mapelf(int fd, struct elf_phdr *user_phdrp, int cnt) in irix_mapelf() argument
890 fd, user_phdrp, cnt); in irix_mapelf()
894 hp = user_phdrp; in irix_mapelf()
904 dump_phdrs(user_phdrp, cnt); in irix_mapelf()
922 hp = user_phdrp; in irix_mapelf()
944 printk("irix_mapelf: Success, returning %08lx\n", user_phdrp->p_vaddr); in irix_mapelf()
947 return user_phdrp->p_vaddr; in irix_mapelf()
Dsysirix.c230 extern unsigned long irix_mapelf(int fd, struct elf_phdr *user_phdrp, int cnt);