/external/minijail/ |
H A D | elfparse.h | 42 Elf32_Half e_ehsize; /* ELF header size in bytes */ member in struct:__anon14789 60 Elf64_Half e_ehsize; /* ELF header size in bytes */ member in struct:__anon14790
|
/external/elfutils/tests/ |
H A D | newfile.c | 44 ehdr->e_ehsize, 123 ZERO_TEST (e_ehsize); 155 ZERO_TEST (e_ehsize);
|
H A D | update1.c | 75 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, 86 ehdr->e_ehsize = 1; 113 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
|
H A D | update2.c | 76 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, 87 ehdr->e_ehsize = 1; 136 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
|
H A D | update3.c | 85 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, 96 ehdr->e_ehsize = 1; 191 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
|
H A D | update4.c | 89 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, 100 ehdr->e_ehsize = 1; 343 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
|
H A D | asm-tst1.c | 46 .e_ehsize = sizeof (Elf32_Ehdr),
|
H A D | asm-tst2.c | 46 .e_ehsize = sizeof (Elf32_Ehdr),
|
H A D | elfshphehdr.c | 118 ehdr.e_phoff = ehdr.e_ehsize;
|
H A D | alldts.c | 103 ehdr->e_ehsize = 1;
|
H A D | asm-tst9.c | 54 .e_ehsize = sizeof (Elf32_Ehdr),
|
/external/elfutils/libelf/ |
H A D | gelf_update_ehdr.c | 88 COPY (e_ehsize);
|
H A D | gelf_getehdr.c | 81 COPY (e_ehsize);
|
H A D | elf32_updatefile.c | 186 if (ehdr->e_phoff > ehdr->e_ehsize) 187 memset (elf->map_address + elf->start_offset + ehdr->e_ehsize, 188 __libelf_fill_byte, ehdr->e_phoff - ehdr->e_ehsize); 584 if (ehdr->e_phoff > ehdr->e_ehsize 585 && unlikely (fill (elf->fildes, ehdr->e_ehsize, 586 ehdr->e_phoff - ehdr->e_ehsize, fillbuf, &filled)
|
H A D | elf32_updatenull.c | 107 if (unlikely (ehdr->e_ehsize != elf_typesize (LIBELFBITS, ELF_T_EHDR, 1))) 109 ehdr->e_ehsize = elf_typesize (LIBELFBITS, ELF_T_EHDR, 1);
|
H A D | elf_begin.c | 329 CONVERT (elf->state.elf32.ehdr_mem.e_ehsize); 431 CONVERT (elf->state.elf64.ehdr_mem.e_ehsize);
|
H A D | abstract.h | 42 TYPE_NAME (ElfW2(Bits, Ext##Half), e_ehsize) \
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ELFHeader.h | 69 elf_half e_ehsize; ///< Byte size of the ELF header. member in struct:elf::ELFHeader
|
H A D | ELFHeader.cpp | 134 // Read e_ehsize, e_phentsize, e_phnum, e_shentsize, e_shnum and 136 if (data.GetU16(offset, &e_ehsize, 6) == NULL)
|
/external/kernel-headers/original/uapi/linux/ |
H A D | elf.h | 212 Elf32_Half e_ehsize; member in struct:elf32_hdr 229 Elf64_Half e_ehsize; member in struct:elf64_hdr
|
/external/google-breakpad/src/common/linux/ |
H A D | synth_elf_unittest.cc | 233 EXPECT_EQ(sizeof(Ehdr), header->e_ehsize); 308 EXPECT_EQ(sizeof(Ehdr), header->e_ehsize);
|
/external/llvm/tools/yaml2obj/ |
H A D | yaml2elf.cpp | 177 Header.e_ehsize = sizeof(Elf_Ehdr); 517 Header.e_ehsize + Header.e_shentsize * Header.e_shnum;
|
/external/libunwind/src/coredump/ |
H A D | _UCD_create.c | 138 ? 0 /* todo: (elf_header64.e_ehsize != NN || elf_header64.e_phentsize != NN) */ 139 : (elf_header32.e_ehsize != 52 || elf_header32.e_phentsize != 32) 142 Debug(0, "'%s' has wrong e_ehsize or e_phentsize\n", filename);
|
/external/elfutils/src/ |
H A D | elfcmp.c | 199 || ehdr1->e_ehsize != ehdr2->e_ehsize 558 ehdr_region.to = ehdr1->e_ehsize;
|
/external/llvm/include/llvm/Support/ |
H A D | ELF.h | 72 Elf32_Half e_ehsize; // Size of ELF header, in bytes member in struct:llvm::ELF::Elf32_Ehdr 96 Elf64_Half e_ehsize; member in struct:llvm::ELF::Elf64_Ehdr
|