Home
last modified time | relevance | path

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

123

/external/minijail/
Delfparse.c37 pHeader->e_phentsize = le16toh(pHeader->e_phentsize); \
41 pHeader->e_phentsize = be16toh(pHeader->e_phentsize); \
44 if (pHeader->e_phentsize != sizeof(Minijail_Elf ## bit ## _Phdr)) \
Delfparse.h37 Elf32_Half e_phentsize; /* Program header table entry size */ member
55 Elf64_Half e_phentsize; /* Program header table entry size */ member
/external/elfutils/tests/
Dnewfile.c45 ehdr->e_phentsize, in print_ehdr()
124 ZERO_TEST (e_phentsize); in main()
156 VALUE_TEST (e_phentsize, (int) sizeof (Elf32_Phdr)); in main()
Dupdate1.c76 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
114 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
Dupdate2.c77 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
137 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
Delfshphehdr.c120 ehdr.e_shoff = ehdr.e_phoff + ehdr.e_phnum * ehdr.e_phentsize; in test()
147 check ("e_phentsize", ehdr.e_phentsize == phentsize); in test()
Dupdate3.c86 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
192 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
Dupdate4.c90 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
344 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
/external/linux-kselftest/tools/testing/selftests/kvm/lib/
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()
/external/elfutils/libelf/
Delf32_newphdr.c104 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phentsize = in ElfW2()
164 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phentsize = in ElfW2()
178 assert (elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phentsize in ElfW2()
Dgelf_update_ehdr.c89 COPY (e_phentsize); in gelf_update_ehdr()
Dgelf_getehdr.c82 COPY (e_phentsize); in __gelf_getehdr_rdlock()
/external/u-boot/arch/arm/mach-rockchip/
Dmake_fit_atf.py184 e_phentsize, e_phnum = struct.unpack_from('<2H', elf, 0x36)
188 offset = e_phoff + e_phentsize * index
/external/kernel-headers/original/uapi/linux/
Delf.h214 Elf32_Half e_phentsize; member
231 Elf64_Half e_phentsize; member
/external/elfutils/libdwfl/
Delf-from-memory.c139 phentsize = ehdr.e32.e_phentsize; in elf_from_remote_memory()
156 phentsize = ehdr.e64.e_phentsize; in elf_from_remote_memory()
/external/linux-kselftest/tools/testing/selftests/proc/
Dproc-pid-vm.c88 uint16_t e_phentsize; member
178 h.e_phentsize = sizeof(struct elf64_phdr); in make_exe()
/external/u-boot/include/
Delf.h101 Elf32_Half e_phentsize; /* program header entry size */ member
119 Elf64_Half e_phentsize; /* program header entry size */ member
/external/google-breakpad/src/common/linux/
Delf_core_dump.cc128 header->e_phoff, header->e_phentsize, index)); in GetProgramHeader()
Dsynth_elf_unittest.cc234 EXPECT_EQ(sizeof(Phdr), header->e_phentsize); in TYPED_TEST()
309 EXPECT_EQ(sizeof(Phdr), header->e_phentsize); in TYPED_TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dcorrupt.test39 PHENTSIZE: invalid e_phentsize
/external/elfutils/src/
Delfcmp.c198 || ehdr1->e_phentsize != ehdr2->e_phentsize in main()
578 phdr_region.to = ehdr1->e_phoff + phnum1 * ehdr1->e_phentsize; in main()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h71 Elf32_Half e_phentsize; // Size of an entry in the program header table member
97 Elf64_Half e_phentsize; member
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h73 Elf32_Half e_phentsize; // Size of an entry in the program header table member
97 Elf64_Half e_phentsize; member
/external/llvm/include/llvm/Support/
DELF.h73 Elf32_Half e_phentsize; // Size of an entry in the program header table member
97 Elf64_Half e_phentsize; member
/external/crosvm/kernel_loader/src/
Dlib.rs99 if ehdr.e_phentsize as usize != mem::size_of::<elf::Elf64_Phdr>() { in load_kernel()

123