Searched refs:arch_elf_pt_proc (Results  1 – 3 of 3) sorted by relevance
| /linux-4.4.14/arch/mips/kernel/ | 
| D | elf.c | 68 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf,  in arch_elf_pt_proc()  function
  | 
| /linux-4.4.14/arch/mips/include/asm/ | 
| D | elf.h | 448 extern int arch_elf_pt_proc(void *ehdr, void *phdr, struct file *elf,
  | 
| /linux-4.4.14/fs/ | 
| D | binfmt_elf.c | 481 static inline int arch_elf_pt_proc(struct elfhdr *ehdr,  in arch_elf_pt_proc()  function 789 			retval = arch_elf_pt_proc(&loc->elf_ex, elf_ppnt,  in load_elf_binary() 818 				retval = arch_elf_pt_proc(&loc->interp_elf_ex,  in load_elf_binary()
  |