Searched refs:PT_INTERP (Results 1 – 9 of 9) sorted by relevance
16 PT_INTERP chapter19 First PT_INTERP program header is used to locate the filename of ELF20 interpreter. Other PT_INTERP headers are ignored (since Linux 2.4.11).
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()
33 if (info->dlpi_phdr[i].p_type == PT_INTERP) { in ExtractStatistics()
26 #define PT_INTERP 3 macro
97 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()
233 case PT_INTERP: in load_elf_fdpic_binary()
868 if (elf_ppnt->p_type != PT_INTERP) in load_elf_binary()