/external/minijail/ |
D | elfparse.c | 37 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)) \
|
D | elfparse.h | 37 Elf32_Half e_phentsize; /* Program header table entry size */ member 55 Elf64_Half e_phentsize; /* Program header table entry size */ member
|
/external/elfutils/tests/ |
D | newfile.c | 45 ehdr->e_phentsize, in print_ehdr() 124 ZERO_TEST (e_phentsize); in main() 156 VALUE_TEST (e_phentsize, (int) sizeof (Elf32_Phdr)); in main()
|
D | update1.c | 76 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main() 114 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
|
D | update2.c | 77 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main() 137 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
|
D | elfshphehdr.c | 120 ehdr.e_shoff = ehdr.e_phoff + ehdr.e_phnum * ehdr.e_phentsize; in test() 147 check ("e_phentsize", ehdr.e_phentsize == phentsize); in test()
|
D | update3.c | 86 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main() 192 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize, in main()
|
D | update4.c | 90 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/ |
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()
|
/external/elfutils/libelf/ |
D | elf32_newphdr.c | 104 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()
|
D | gelf_update_ehdr.c | 89 COPY (e_phentsize); in gelf_update_ehdr()
|
D | gelf_getehdr.c | 82 COPY (e_phentsize); in __gelf_getehdr_rdlock()
|
/external/u-boot/arch/arm/mach-rockchip/ |
D | make_fit_atf.py | 184 e_phentsize, e_phnum = struct.unpack_from('<2H', elf, 0x36) 188 offset = e_phoff + e_phentsize * index
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 214 Elf32_Half e_phentsize; member 231 Elf64_Half e_phentsize; member
|
/external/elfutils/libdwfl/ |
D | elf-from-memory.c | 139 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/ |
D | proc-pid-vm.c | 88 uint16_t e_phentsize; member 178 h.e_phentsize = sizeof(struct elf64_phdr); in make_exe()
|
/external/u-boot/include/ |
D | elf.h | 101 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/ |
D | elf_core_dump.cc | 128 header->e_phoff, header->e_phentsize, index)); in GetProgramHeader()
|
D | synth_elf_unittest.cc | 234 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/ |
D | corrupt.test | 39 PHENTSIZE: invalid e_phentsize
|
/external/elfutils/src/ |
D | elfcmp.c | 198 || 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/ |
D | ELF.h | 71 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/ |
D | ELF.h | 73 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/ |
D | ELF.h | 73 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/ |
D | lib.rs | 99 if ehdr.e_phentsize as usize != mem::size_of::<elf::Elf64_Phdr>() { in load_kernel()
|