Searched refs:PT_INTERP (Results 1 – 7 of 7) sorted by relevance
8 { .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()
233 case PT_INTERP: in load_elf_fdpic_binary()
874 if (elf_ppnt->p_type != PT_INTERP) in load_elf_binary()
26 #define PT_INTERP 3 macro
95 if (phdr->p_type == PT_INTERP) in s390_elf_load()
29 #define PT_INTERP 3 macro
352 if (elf_info->proghdrs[i].p_type == PT_INTERP) { in kexec_build_elf_info()