Home
last modified time | relevance | path

Searched refs:e_phentsize (Results 1 – 25 of 45) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsymbol-minimal.c124 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 Delf.c84 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 Ddecode_bl31.py24 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 Drelocate_sdk.py54 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 Delf.h65 Elf32_Half e_phentsize; member
82 Elf64_Half e_phentsize; member
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dtrust_merger.h142 uint16_t e_phentsize; member
159 uint16_t e_phentsize; member
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dkexec_elf.c84 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 Dkexec_elf.c65 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 Delf.h215 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 Delf.h214 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 Delf.h214 Elf32_Half e_phentsize; member
231 Elf64_Half e_phentsize; member
/OK3568_Linux_fs/kernel/tools/testing/selftests/proc/
H A Dproc-pid-vm.c88 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 Drelocs.c232 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 Delf32.h67 Elf32_Half e_phentsize; /* Size of program header entry. */ member
H A Delf64.h76 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 Delf32.h67 Elf32_Half e_phentsize; /* Size of program header entry. */ member
H A Delf64.h76 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 Delf32.h67 Elf32_Half e_phentsize; /* Size of program header entry. */ member
H A Delf64.h76 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 Delf32.h67 Elf32_Half e_phentsize; /* Size of program header entry. */ member
H A Delf64.h76 Elf64_Half e_phentsize; /* Size of program header entry. */ member
/OK3568_Linux_fs/kernel/sound/pci/mixart/
H A Dmixart_hwdep.c71 __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 Dremoteproc_elf_helpers.h67 ELF_GEN_FIELD_GET_SET(hdr, e_phentsize, u16) in ELF_GEN_FIELD_GET_SET()
/OK3568_Linux_fs/kernel/arch/x86/tools/
H A Drelocs.c366 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 Delf2ecoff.c179 e->e_phentsize = swab16(e->e_phentsize); in convert_elf_hdr()

12