Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/userspace-api/
DELF.rst16 PT_INTERP chapter
19 First PT_INTERP program header is used to locate the filename of ELF
20 interpreter. Other PT_INTERP headers are ignored (since Linux 2.4.11).
/linux-6.12.1/fs/tests/
Dbinfmt_elf_kunit.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()
/linux-6.12.1/tools/testing/selftests/exec/
Dload_address.c33 if (info->dlpi_phdr[i].p_type == PT_INTERP) { in ExtractStatistics()
/linux-6.12.1/arch/powerpc/boot/
Delf.h26 #define PT_INTERP 3 macro
/linux-6.12.1/arch/s390/kernel/
Dkexec_elf.c97 if (phdr->p_type == PT_INTERP) in s390_elf_load()
/linux-6.12.1/include/uapi/linux/
Delf.h29 #define PT_INTERP 3 macro
/linux-6.12.1/kernel/
Dkexec_elf.c352 if (elf_info->proghdrs[i].p_type == PT_INTERP) { in kexec_build_elf_info()
/linux-6.12.1/fs/
Dbinfmt_elf_fdpic.c233 case PT_INTERP: in load_elf_fdpic_binary()
Dbinfmt_elf.c868 if (elf_ppnt->p_type != PT_INTERP) in load_elf_binary()