/external/elfutils/src/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 | asm-tst9.c | 54 .e_ehsize = sizeof (Elf32_Ehdr),
|
D | alldts.c | 103 ehdr->e_ehsize = 1; in main()
|
/external/elfutils/src/libelf/ |
D | elf32_updatefile.c | 163 if (ehdr->e_phoff > ehdr->e_ehsize) in __elfw2() 164 memset (elf->map_address + elf->start_offset + ehdr->e_ehsize, in __elfw2() 165 __libelf_fill_byte, ehdr->e_phoff - ehdr->e_ehsize); in __elfw2() 565 if (ehdr->e_phoff > ehdr->e_ehsize in __elfw2() 566 && unlikely (fill (elf->fildes, ehdr->e_ehsize, in __elfw2() 567 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 | 82 COPY (e_ehsize);
|
D | elf32_updatenull.c | 103 if (unlikely (ehdr->e_ehsize != elf_typesize (LIBELFBITS, ELF_T_EHDR, 1))) in ELFW() 105 ehdr->e_ehsize = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1); in ELFW()
|
D | elf_begin.c | 377 CONVERT (elf->state.elf32.ehdr_mem.e_ehsize); in file_read_elf() 468 CONVERT (elf->state.elf64.ehdr_mem.e_ehsize); in file_read_elf()
|
D | abstract.h | 42 TYPE_NAME (ElfW2(Bits, Ext##Half), e_ehsize) \
|
/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/elfutils/src/src/ |
D | elfcmp.c | 199 || ehdr1->e_ehsize != ehdr2->e_ehsize in main() 551 ehdr_region.to = ehdr1->e_ehsize; in main()
|
/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/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 | 172 Header.e_ehsize = sizeof(Elf_Ehdr); in initELFHeader() 473 Header.e_ehsize + Header.e_shentsize * Header.e_shnum; in writeELF()
|
/external/libvpx/libvpx/build/make/ |
D | obj_int_extract.c | 269 ENDIAN_ASSIGN_IN_PLACE(elf->hdr32.e_ehsize); in parse_elf_header() 286 ENDIAN_ASSIGN_IN_PLACE(elf->hdr64.e_ehsize); in parse_elf_header()
|
/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 | 450 Elf_Half e_ehsize; // Size of ELF header, in bytes
|