Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dqa.py37 PT_INTERP = 3 variable in ELFFile
126 if p_type == ELFFile.PT_INTERP:
/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/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/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.c1262 * @pinterp_name: record any PT_INTERP string found.
1328 } else if (eppnt->p_type == PT_INTERP && pinterp_name) {
1332 error_setg(&err, "Multiple PT_INTERP entries");
1342 error_setg(&err, "Invalid PT_INTERP entry");