Home
last modified time | relevance | path

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

/linux-5.19.10/fs/
Dbinfmt_elf_test.c8 { .p_type = PT_INTERP, .p_vaddr = 10, .p_memsz = 999999, }, in total_mapping_size_test()
16 { .p_type = PT_INTERP, .p_vaddr = 0x00000318, .p_memsz = 0x00001c, }, in total_mapping_size_test()
Dbinfmt_elf_fdpic.c233 case PT_INTERP: in load_elf_fdpic_binary()
Dbinfmt_elf.c874 if (elf_ppnt->p_type != PT_INTERP) in load_elf_binary()
/linux-5.19.10/arch/powerpc/boot/
Delf.h26 #define PT_INTERP 3 macro
/linux-5.19.10/arch/s390/kernel/
Dkexec_elf.c95 if (phdr->p_type == PT_INTERP) in s390_elf_load()
/linux-5.19.10/include/uapi/linux/
Delf.h29 #define PT_INTERP 3 macro
/linux-5.19.10/kernel/
Dkexec_elf.c352 if (elf_info->proghdrs[i].p_type == PT_INTERP) { in kexec_build_elf_info()