Home
last modified time | relevance | path

Searched refs:PT_INTERP (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/arch/mips/kernel/
Dirixelf.c70 case PT_INTERP: return("PT_INTERP"); break; in get_elf_p_type()
120 (ep->p_type == PT_INTERP) || in dump_phdrs()
440 if (epp->p_type != PT_INTERP) in look_for_irix_interpreter()
545 if(epp->p_type != PT_INTERP) in map_interpreter()
641 case PT_INTERP: in load_irix_binary()
/linux-2.4.37.9/include/linux/
Delf.h28 #define PT_INTERP 3 macro
/linux-2.4.37.9/fs/
Dbinfmt_elf.c551 if (elf_ppnt->p_type == PT_INTERP) { in load_elf_binary()