Searched refs:PT_INTERP (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/
H A Dbinfmt_elf_test.c8 { .p_type = PT_INTERP, .p_vaddr = 10, .p_memsz = 999999, },
16 { .p_type = PT_INTERP, .p_vaddr = 0x00000318, .p_memsz = 0x00001c, },
H A Dbinfmt_elf.c868 if (elf_ppnt->p_type != PT_INTERP)
H A Dbinfmt_elf_fdpic.c233 case PT_INTERP:
/linux-master/arch/powerpc/boot/
H A Delf.h26 #define PT_INTERP 3 macro
/linux-master/arch/s390/kernel/
H A Dkexec_elf.c97 if (phdr->p_type == PT_INTERP)
/linux-master/include/uapi/linux/
H A Delf.h29 #define PT_INTERP 3 macro
/linux-master/kernel/
H A Dkexec_elf.c352 if (elf_info->proghdrs[i].p_type == PT_INTERP) {

Completed in 236 milliseconds