Home
last modified time | relevance | path

Searched refs:e_ehsize (Results 1 – 25 of 34) sorted by relevance

12

/external/elfutils/src/tests/
Dupdate1.c75 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()
Dnewfile.c44 ehdr->e_ehsize, in print_ehdr()
123 ZERO_TEST (e_ehsize); in main()
155 ZERO_TEST (e_ehsize); in main()
Dupdate2.c76 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()
Dupdate3.c85 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()
Dupdate4.c89 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()
Dasm-tst1.c46 .e_ehsize = sizeof (Elf32_Ehdr),
Dasm-tst2.c46 .e_ehsize = sizeof (Elf32_Ehdr),
Dasm-tst9.c54 .e_ehsize = sizeof (Elf32_Ehdr),
Dalldts.c103 ehdr->e_ehsize = 1; in main()
/external/elfutils/src/libelf/
Delf32_updatefile.c163 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()
Dgelf_update_ehdr.c88 COPY (e_ehsize); in gelf_update_ehdr()
Dgelf_getehdr.c82 COPY (e_ehsize);
Delf32_updatenull.c103 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()
Delf_begin.c377 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()
Dabstract.h42 TYPE_NAME (ElfW2(Bits, Ext##Half), e_ehsize) \
/external/kernel-headers/original/uapi/linux/
Delf.h212 Elf32_Half e_ehsize; member
229 Elf64_Half e_ehsize; member
/external/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.h69 elf_half e_ehsize; ///< Byte size of the ELF header. member
DELFHeader.cpp136 if (data.GetU16(offset, &e_ehsize, 6) == NULL) in Parse()
/external/elfutils/src/src/
Delfcmp.c199 || ehdr1->e_ehsize != ehdr2->e_ehsize in main()
551 ehdr_region.to = ehdr1->e_ehsize; in main()
/external/google-breakpad/src/common/linux/
Dsynth_elf_unittest.cc233 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/
DELF.h72 Elf32_Half e_ehsize; // Size of ELF header, in bytes member
96 Elf64_Half e_ehsize; member
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp172 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/
Dobj_int_extract.c269 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.c139 : (elf_header32.e_ehsize != 52 || elf_header32.e_phentsize != 32) in _UCD_create()
/external/llvm/include/llvm/Object/
DELFTypes.h450 Elf_Half e_ehsize; // Size of ELF header, in bytes

12