| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | kexec_elf.c | 21 const Elf_Phdr *phdr; in kexec_file_add_kernel_elf() 72 const Elf_Phdr *phdr; in s390_elf_load() 84 if (!ehdr->e_phnum || ehdr->e_phentsize != sizeof(Elf_Phdr)) in s390_elf_load()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | module.h | 17 #define Elf_Phdr Elf64_Phdr macro 34 #define Elf_Phdr Elf32_Phdr macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | elf.h | 23 typedef Elf32_Phdr Elf_Phdr; typedef 53 typedef Elf64_Phdr Elf_Phdr; typedef
|
| H A D | link.h | 15 const Elf_Phdr *dlpi_phdr; /* pointer to module's phdr */
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | elf.h | 23 typedef Elf32_Phdr Elf_Phdr; typedef 53 typedef Elf64_Phdr Elf_Phdr; typedef
|
| H A D | link.h | 15 const Elf_Phdr *dlpi_phdr; /* pointer to module's phdr */
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | elf.h | 23 typedef Elf32_Phdr Elf_Phdr; typedef 53 typedef Elf64_Phdr Elf_Phdr; typedef
|
| H A D | link.h | 15 const Elf_Phdr *dlpi_phdr; /* pointer to module's phdr */
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | elf.h | 23 typedef Elf32_Phdr Elf_Phdr; typedef 53 typedef Elf64_Phdr Elf_Phdr; typedef
|
| H A D | link.h | 15 const Elf_Phdr *dlpi_phdr; /* pointer to module's phdr */
|
| /OK3568_Linux_fs/buildroot/package/patchelf/ |
| H A D | 0010-Fix-endianness-issues-for-powerpc-PIE.patch | 39 bool operator ()(const Elf_Phdr & x, const Elf_Phdr & y) 60 Elf_Addr pht_size = sizeof(Elf_Ehdr) + (phdrs.size() + 1)*sizeof(Elf_Phdr);
|
| H A D | 0005-Avoid-inflating-file-sizes-needlessly-and-allow-bina.patch | 86 + Elf_Addr pht_size = sizeof(Elf_Ehdr) + (phdrs.size() + 1)*sizeof(Elf_Phdr); 95 - off_t neededSpace = (phdrs.size() + 1) * sizeof(Elf_Phdr); 154 Elf_Phdr & phdr = phdrs[rdi(hdr->e_phnum) - 1]; 159 - Elf_Off curOff = startOffset + phdrs.size() * sizeof(Elf_Phdr);
|
| H A D | 0008-Use-sh_offset-instead-of-sh_addr-when-checking-alrea.patch | 30 Elf_Addr pht_size = sizeof(Elf_Ehdr) + (phdrs.size() + 1)*sizeof(Elf_Phdr);
|
| H A D | 0002-Extract-a-function-for-splitting-a-colon-separated-s.patch | 20 #define ElfFileParamNames Elf_Ehdr, Elf_Phdr, Elf_Shdr, Elf_Addr, Elf_Off, Elf_Dyn, Elf_Sym
|
| H A D | 0006-Fix-shared-library-corruption-when-rerunning-patchel.patch | 52 Elf_Phdr & phdr = phdrs[rdi(hdr->e_phnum) - 1];
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | genelf.h | 56 #define Elf_Phdr Elf64_Phdr macro 67 #define Elf_Phdr Elf32_Phdr macro
|
| H A D | genelf.c | 254 Elf_Phdr *phdr; in jit_write_elf()
|
| /OK3568_Linux_fs/buildroot/package/gcc/8.4.0/ |
| H A D | 0003-libsanitizer-Remove-cyclades-from-libsanitizer.patch | 69 @@ -464,7 +463,6 @@ unsigned struct_ElfW_Phdr_sz = sizeof(Elf_Phdr); 77 @@ -831,15 +829,6 @@ unsigned struct_ElfW_Phdr_sz = sizeof(Elf_Phdr);
|
| /OK3568_Linux_fs/buildroot/package/gcc/arc-2020.09-release/ |
| H A D | 0002-libsanitizer-Remove-cyclades-from-libsanitizer.patch | 67 @@ -443,7 +442,6 @@ unsigned struct_ElfW_Phdr_sz = sizeof(Elf_Phdr); 75 @@ -809,15 +807,6 @@ unsigned struct_ElfW_Phdr_sz = sizeof(Elf_Phdr);
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/ |
| H A D | 0037-sanitizer-Remove-include-linux-fs.h-to-resolve-fscon.patch | 48 @@ -857,10 +859,10 @@ unsigned struct_ElfW_Phdr_sz = sizeof(Elf_Phdr);
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/tools/ |
| H A D | relocs.c | 10 #define Elf_Phdr ElfW(Phdr) macro 250 if (ehdr.e_phentsize != sizeof(Elf_Phdr)) in read_ehdr()
|
| /OK3568_Linux_fs/kernel/arch/x86/tools/ |
| H A D | relocs.c | 10 #define Elf_Phdr ElfW(Phdr) macro 383 if (ehdr.e_phentsize != sizeof(Elf_Phdr)) in read_ehdr()
|