Home
last modified time | relevance | path

Searched refs:PT_PHDR (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/buildroot/package/patchelf/
H A D0010-Fix-endianness-issues-for-powerpc-PIE.patch11 1. The PT_PHDR being sorted improperly due to the type being read in
41 - if (x.p_type == PT_PHDR) return true;
42 - if (y.p_type == PT_PHDR) return false;
43 + if (elfFile->rdi(x.p_type) == PT_PHDR) return true;
44 + if (elfFile->rdi(y.p_type) == PT_PHDR) return false;
H A D0005-Avoid-inflating-file-sizes-needlessly-and-allow-bina.patch8 the INTERP section to the end of the file. +This means changing PT_PHDR to
114 + ET_DYN as does LD when linking with pie. If we move PT_PHDR, it
118 + move PHDR there, we therefore choose to leave PT_PHDR where it is but
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Delf.h29 #define PT_PHDR 6 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h32 #define PT_PHDR 6 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Delf.h32 #define PT_PHDR 6 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Delf.h32 #define PT_PHDR 6 macro
/OK3568_Linux_fs/u-boot/include/
H A Delf.h428 #define PT_PHDR 6 /* program header */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Delf_common.h348 #define PT_PHDR 6 /* Location of program header itself. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf_common.h348 #define PT_PHDR 6 /* Location of program header itself. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf_common.h348 #define PT_PHDR 6 /* Location of program header itself. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf_common.h348 #define PT_PHDR 6 /* Location of program header itself. */ macro
/OK3568_Linux_fs/kernel/arch/mips/boot/
H A Delf2ecoff.c354 case PT_PHDR: in main()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Delf.h714 #define PT_PHDR 6 /* Entry for header table itself */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Delf.h714 #define PT_PHDR 6 /* Entry for header table itself */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dld.info4966 'PT_PHDR' (6)
4992 headers PT_PHDR PHDRS ;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dld.info4966 'PT_PHDR' (6)
4992 headers PT_PHDR PHDRS ;