/external/elfutils/tests/ |
D | update1.c | 75 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main() 86 ehdr->e_ehsize = 1; in main() 113 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main()
|
D | newfile.c | 44 ehdr->e_ehsize, in print_ehdr() 123 ZERO_TEST (e_ehsize); in main() 155 ZERO_TEST (e_ehsize); in main()
|
D | update2.c | 76 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main() 87 ehdr->e_ehsize = 1; in main() 136 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main()
|
D | update3.c | 85 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main() 96 ehdr->e_ehsize = 1; in main() 191 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main()
|
D | update4.c | 89 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main() 100 ehdr->e_ehsize = 1; in main() 343 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main()
|
D | asm-tst1.c | 46 .e_ehsize = sizeof (Elf32_Ehdr),
|
D | asm-tst2.c | 46 .e_ehsize = sizeof (Elf32_Ehdr),
|
D | elfshphehdr.c | 118 ehdr.e_phoff = ehdr.e_ehsize; in test()
|
D | asm-tst9.c | 54 .e_ehsize = sizeof (Elf32_Ehdr),
|
D | alldts.c | 103 ehdr->e_ehsize = 1; in main()
|
/external/minijail/ |
D | elfparse.h | 42 Elf32_Half e_ehsize; /* ELF header size in bytes */ member 60 Elf64_Half e_ehsize; /* ELF header size in bytes */ member
|
/external/elfutils/libelf/ |
D | elf32_updatefile.c | 186 if (ehdr->e_phoff > ehdr->e_ehsize) in __elfw2() 187 memset (elf->map_address + elf->start_offset + ehdr->e_ehsize, in __elfw2() 188 __libelf_fill_byte, ehdr->e_phoff - ehdr->e_ehsize); in __elfw2() 584 if (ehdr->e_phoff > ehdr->e_ehsize in __elfw2() 585 && unlikely (fill (elf->fildes, ehdr->e_ehsize, in __elfw2() 586 ehdr->e_phoff - ehdr->e_ehsize, fillbuf, &filled) in __elfw2()
|
D | gelf_update_ehdr.c | 88 COPY (e_ehsize); in gelf_update_ehdr()
|
D | gelf_getehdr.c | 81 COPY (e_ehsize); in __gelf_getehdr_rdlock()
|
D | elf32_updatenull.c | 107 if (unlikely (ehdr->e_ehsize != elf_typesize (LIBELFBITS, ELF_T_EHDR, 1))) in ELFW() 109 ehdr->e_ehsize = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1); in ELFW()
|
D | elf_begin.c | 329 CONVERT (elf->state.elf32.ehdr_mem.e_ehsize); in file_read_elf() 431 CONVERT (elf->state.elf64.ehdr_mem.e_ehsize); in file_read_elf()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 212 Elf32_Half e_ehsize; member 229 Elf64_Half e_ehsize; member
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ELFHeader.h | 69 elf_half e_ehsize; ///< Byte size of the ELF header. member
|
D | ELFHeader.cpp | 136 if (data.GetU16(offset, &e_ehsize, 6) == NULL) in Parse()
|
/external/google-breakpad/src/common/linux/ |
D | synth_elf_unittest.cc | 233 EXPECT_EQ(sizeof(Ehdr), header->e_ehsize); in TYPED_TEST() 308 EXPECT_EQ(sizeof(Ehdr), header->e_ehsize); in TYPED_TEST()
|
/external/elfutils/src/ |
D | elfcmp.c | 199 || ehdr1->e_ehsize != ehdr2->e_ehsize in main() 558 ehdr_region.to = ehdr1->e_ehsize; in main()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 72 Elf32_Half e_ehsize; // Size of ELF header, in bytes member 96 Elf64_Half e_ehsize; member
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 177 Header.e_ehsize = sizeof(Elf_Ehdr); in initELFHeader() 517 Header.e_ehsize + Header.e_shentsize * Header.e_shnum; in writeELF()
|
/external/libunwind/src/coredump/ |
D | _UCD_create.c | 139 : (elf_header32.e_ehsize != 52 || elf_header32.e_phentsize != 32) in _UCD_create()
|
/external/llvm/include/llvm/Object/ |
D | ELFTypes.h | 428 Elf_Half e_ehsize; // Size of ELF header, in bytes
|