Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/userspace-api/
H A 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).
/openbmc/linux/fs/
H A 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()
H A Dbinfmt_elf_fdpic.c233 case PT_INTERP: in load_elf_fdpic_binary()
H A Dbinfmt_elf.c873 if (elf_ppnt->p_type != PT_INTERP) in load_elf_binary()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dqa.py36 PT_INTERP = 3 variable in ELFFile
125 if p_type == ELFFile.PT_INTERP:
/openbmc/linux/arch/powerpc/boot/
H A Delf.h26 #define PT_INTERP 3 macro
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dendian-ness_handling_fix.patch33 case PT_INTERP:
H A Dendian-ness_handling.patch92 case PT_INTERP:
238 case PT_INTERP:
H A D32and64bit.patch89 + case PT_INTERP:
/openbmc/linux/arch/s390/kernel/
H A Dkexec_elf.c95 if (phdr->p_type == PT_INTERP) in s390_elf_load()
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0001-binutils-crosssdk-Generate-relocatable-SDKs.patch7 linker will generate binaries with a 4096 bytes PT_INTERP section. When the binaries
/openbmc/linux/include/uapi/linux/
H A Delf.h29 #define PT_INTERP 3 macro
/openbmc/linux/kernel/
H A Dkexec_elf.c352 if (elf_info->proghdrs[i].p_type == PT_INTERP) { in kexec_build_elf_info()
/openbmc/u-boot/include/
H A Delf.h457 #define PT_INTERP 3 /* the RTLD */ macro
/openbmc/qemu/bsd-user/
H A Delfload.c660 if (elf_ppnt->p_type == PT_INTERP) { in load_elf_binary()
/openbmc/qemu/include/
H A Delf.h25 #define PT_INTERP 3 macro
/openbmc/qemu/linux-user/
H A Delfload.c3269 } else if (eppnt->p_type == PT_INTERP && pinterp_name) { in load_elf_image()