Searched refs:PT_INTERP (Results 1 – 17 of 17) 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()
233 case PT_INTERP: in load_elf_fdpic_binary()
873 if (elf_ppnt->p_type != PT_INTERP) in load_elf_binary()
36 PT_INTERP = 3 variable in ELFFile125 if p_type == ELFFile.PT_INTERP:
26 #define PT_INTERP 3 macro
33 case PT_INTERP:
92 case PT_INTERP:238 case PT_INTERP:
89 + case PT_INTERP:
95 if (phdr->p_type == PT_INTERP) in s390_elf_load()
7 linker will generate binaries with a 4096 bytes PT_INTERP section. When the binaries
29 #define PT_INTERP 3 macro
352 if (elf_info->proghdrs[i].p_type == PT_INTERP) { in kexec_build_elf_info()
457 #define PT_INTERP 3 /* the RTLD */ macro
660 if (elf_ppnt->p_type == PT_INTERP) { in load_elf_binary()
25 #define PT_INTERP 3 macro
3269 } else if (eppnt->p_type == PT_INTERP && pinterp_name) { in load_elf_image()