| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | symbol-minimal.c | 124 ehdr.e_phentsize = bswap_16(ehdr.e_phentsize); in filename__read_build_id() 128 buf_size = ehdr.e_phentsize * ehdr.e_phnum; in filename__read_build_id() 175 ehdr.e_phentsize = bswap_16(ehdr.e_phentsize); in filename__read_build_id() 179 buf_size = ehdr.e_phentsize * ehdr.e_phnum; in filename__read_build_id()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/ |
| H A D | elf.c | 84 TEST_ASSERT(hdrp->e_phentsize == sizeof(Elf64_Phdr), in elfhdr_get() 88 hdrp->e_phentsize, sizeof(Elf64_Phdr)); in elfhdr_get() 140 offset = hdr.e_phoff + (n1 * hdr.e_phentsize); in kvm_vm_elf_load()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | decode_bl31.py | 24 e_phentsize, e_phnum = struct.unpack_from('<2H', elf, 0x36) 28 offset = e_phoff + e_phentsize * index
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | relocate_sdk.py | 54 e_ehsize, e_phentsize, e_phnum, e_shentsize, e_shnum, e_shstrndx 69 e_ehsize, e_phentsize, e_phnum, e_shentsize, e_shnum, e_shstrndx =\ 80 f.seek(e_phoff + i * e_phentsize) 81 ph_hdr = f.read(e_phentsize)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | elf.h | 65 Elf32_Half e_phentsize; member 82 Elf64_Half e_phentsize; member
|
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | trust_merger.h | 142 uint16_t e_phentsize; member 159 uint16_t e_phentsize; member
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | kexec_elf.c | 84 if (!ehdr->e_phnum || ehdr->e_phentsize != sizeof(Elf_Phdr)) in s390_elf_load() 88 size += ehdr->e_phentsize * ehdr->e_phnum; in s390_elf_load()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | kexec_elf.c | 65 if (ehdr->e_phnum > 0 && ehdr->e_phentsize != sizeof(struct elf_phdr)) { in elf_is_ehdr_sane() 154 ehdr->e_phentsize = elf16_to_cpu(ehdr, buf_ehdr->e_phentsize); in elf_read_ehdr()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | elf.h | 215 Elf32_Half e_phentsize; member 232 Elf64_Half e_phentsize; member
|
| /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 D | elf.h | 214 Elf32_Half e_phentsize; member 231 Elf64_Half e_phentsize; member
|
| /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 D | elf.h | 214 Elf32_Half e_phentsize; member 231 Elf64_Half e_phentsize; member
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/proc/ |
| H A D | proc-pid-vm.c | 88 uint16_t e_phentsize; member 178 h.e_phentsize = sizeof(struct elf64_phdr); in make_exe()
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/tools/ |
| H A D | relocs.c | 232 ehdr.e_phentsize = elf_half_to_cpu(ehdr.e_phentsize); in read_ehdr() 250 if (ehdr.e_phentsize != sizeof(Elf_Phdr)) in read_ehdr()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | elf32.h | 67 Elf32_Half e_phentsize; /* Size of program header entry. */ member
|
| H A D | elf64.h | 76 Elf64_Half e_phentsize; /* Size of program header entry. */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | elf32.h | 67 Elf32_Half e_phentsize; /* Size of program header entry. */ member
|
| H A D | elf64.h | 76 Elf64_Half e_phentsize; /* Size of program header entry. */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | elf32.h | 67 Elf32_Half e_phentsize; /* Size of program header entry. */ member
|
| H A D | elf64.h | 76 Elf64_Half e_phentsize; /* Size of program header entry. */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | elf32.h | 67 Elf32_Half e_phentsize; /* Size of program header entry. */ member
|
| H A D | elf64.h | 76 Elf64_Half e_phentsize; /* Size of program header entry. */ member
|
| /OK3568_Linux_fs/kernel/sound/pci/mixart/ |
| H A D | mixart_hwdep.c | 71 __be16 e_phentsize; member 104 u32 pos = be32_to_cpu(elf_header->e_phoff) + (u32)(i * be16_to_cpu(elf_header->e_phentsize)); in mixart_load_elf()
|
| /OK3568_Linux_fs/kernel/drivers/remoteproc/ |
| H A D | remoteproc_elf_helpers.h | 67 ELF_GEN_FIELD_GET_SET(hdr, e_phentsize, u16) in ELF_GEN_FIELD_GET_SET()
|
| /OK3568_Linux_fs/kernel/arch/x86/tools/ |
| H A D | relocs.c | 366 ehdr.e_phentsize = elf_half_to_cpu(ehdr.e_phentsize); in read_ehdr() 383 if (ehdr.e_phentsize != sizeof(Elf_Phdr)) in read_ehdr()
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/ |
| H A D | elf2ecoff.c | 179 e->e_phentsize = swab16(e->e_phentsize); in convert_elf_hdr()
|