Searched refs:e_shentsize (Results 1 - 25 of 38) sorted by relevance

12

/external/elfutils/tests/
H A Dnewfile.c55 ehdr->e_shentsize,
134 ZERO_TEST (e_shentsize);
166 ZERO_TEST (e_shentsize);
H A Dupdate1.c83 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
121 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
H A Dupdate2.c84 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
144 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
H A Dupdate3.c93 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
199 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
H A Dasm-tst1.c55 .e_shentsize = sizeof (Elf32_Shdr),
H A Dasm-tst2.c55 .e_shentsize = sizeof (Elf32_Shdr),
H A Dupdate4.c98 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
352 ehdr->e_phentsize, ehdr->e_phnum, ehdr->e_shentsize,
H A Dasm-tst9.c63 .e_shentsize = sizeof (Elf32_Shdr),
/external/elfutils/libelf/
H A Dgelf_update_ehdr.c112 COPY (e_shentsize);
H A Dgelf_getehdr.c106 COPY (e_shentsize);
H A Delf32_updatenull.c421 update_if_changed (ehdr->e_shentsize,
H A Delf32_updatefile.c219 char *const shdr_end = shdr_start + ehdr->e_shnum * ehdr->e_shentsize;
417 + ehdr->e_shentsize * shnum);
H A Delf_begin.c372 CONVERT (elf->state.elf32.ehdr_mem.e_shentsize);
460 CONVERT (elf->state.elf64.ehdr_mem.e_shentsize);
/external/llvm/test/Scripts/
H A Delf-dump199 e_shentsize = f.read16()
200 print "('e_shentsize', %s)" % common_dump.HexDump(e_shentsize)
209 f.seek(e_shoff[0] + index * e_shentsize[0])
/external/qemu/elff/
H A Delff_elf.h179 Elf_Half e_shentsize; member in struct:Elf_FHdr
H A Delf_file.cc338 sec_entry_size_ = pull_val(header->e_shentsize);
/external/kernel-headers/original/linux/
H A Delf.h185 Elf32_Half e_shentsize; member in struct:elf32_hdr
202 Elf64_Half e_shentsize; member in struct:elf64_hdr
/external/grub/stage2/
H A Di386-elf.h80 Elf32_Half e_shentsize; /* section header entry size */ member in struct:__anon6159
H A Dboot.c662 mbi.syms.e.size = pu.elf->e_shentsize;
669 tab_size = pu.elf->e_shentsize * pu.elf->e_shnum;
/external/elfutils/libdwfl/
H A Delf-from-memory.c152 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize;
164 shdrs_end = ehdr.e64.e_shoff + ehdr.e64.e_shnum * ehdr.e64.e_shentsize;
H A Ddwfl_segment_report_module.c209 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize;
222 shdrs_end = ehdr.e64.e_shoff + ehdr.e64.e_shnum * ehdr.e64.e_shentsize;
/external/libvpx/build/make/
H A Dobj_int_extract.c356 ENDIAN_ASSIGN_IN_PLACE(elf->hdr32.e_shentsize);
375 ENDIAN_ASSIGN_IN_PLACE(elf->hdr64.e_shentsize);
393 COPY_STRUCT(hdr32, elf->buf, elf->hdr32.e_shoff + idx * elf->hdr32.e_shentsize,
411 COPY_STRUCT(hdr64, elf->buf, elf->hdr64.e_shoff + idx * elf->hdr64.e_shentsize,
/external/elfutils/src/
H A Delfcmp.c186 || ehdr1->e_shentsize != ehdr2->e_shentsize))
H A Delflint.c473 /* Check e_ehsize, e_phentsize, and e_shentsize fields. */
485 if (ehdr->e_shentsize != 0 && ehdr->e_shentsize != sizeof (Elf32_Shdr))
487 ehdr->e_shentsize);
488 else if (ehdr->e_shoff + ehdr->e_shnum * ehdr->e_shentsize > size)
502 if (ehdr->e_shentsize != 0 && ehdr->e_shentsize != sizeof (Elf64_Shdr))
504 ehdr->e_shentsize);
505 else if (ehdr->e_shoff + ehdr->e_shnum * ehdr->e_shentsize > size)
/external/qemu/
H A Delf_ops.h13 bswap16s(&ehdr->e_shentsize); /* Section header table entry size */

Completed in 301 milliseconds

12