Home
last modified time | relevance | path

Searched refs:e_shentsize (Results 1 – 25 of 41) sorted by relevance

12

/external/libunwind/src/ia64/
DGfind_unwind_table.c65 str_soff = soff + (ehdr->e_shstrndx * ehdr->e_shentsize); in find_gp()
67 if (soff + ehdr->e_shnum * ehdr->e_shentsize > edi->ei.size) in find_gp()
70 soff + ehdr->e_shnum * ehdr->e_shentsize, in find_gp()
86 shdr = (Elf64_Shdr *) (((char *) shdr) + ehdr->e_shentsize); in find_gp()
/external/libunwind/src/
Delfxx.c43 if (soff + ehdr->e_shnum * ehdr->e_shentsize > ei->size) in Elf_W()
46 (unsigned long) (soff + ehdr->e_shnum * ehdr->e_shentsize), in Elf_W()
64 str_soff = soff + (section * ehdr->e_shentsize); in elf_w()
65 if (str_soff + ehdr->e_shentsize > ei->size) in elf_w()
68 (unsigned long) (str_soff + ehdr->e_shentsize), in elf_w()
158 shdr = (Elf_W (Shdr) *) (((char *) shdr) + ehdr->e_shentsize); in elf_w()
259 shdr = (Elf_W (Shdr) *) (((char *) shdr) + ehdr->e_shentsize); in elf_w()
/external/elfutils/0.153/libelf/
Dgelf_update_ehdr.c112 COPY (e_shentsize); in gelf_update_ehdr()
Dgelf_getehdr.c106 COPY (e_shentsize);
Delf32_updatenull.c426 update_if_changed (ehdr->e_shentsize, in __elfw2()
Delf32_updatefile.c230 char *const shdr_end = shdr_start + ehdr->e_shnum * ehdr->e_shentsize; in __elfw2()
458 + ehdr->e_shentsize * shnum); in __elfw2()
/external/chromium_org/third_party/libvpx/include/
Delf.h238 Elf32_Half e_shentsize; member
258 Elf64_Half e_shentsize; member
/external/kernel-headers/original/uapi/linux/
Delf.h215 Elf32_Half e_shentsize; member
232 Elf64_Half e_shentsize; member
/external/libvpx/libvpx/build/make/
Dobj_int_extract.c272 ENDIAN_ASSIGN_IN_PLACE(elf->hdr32.e_shentsize); in parse_elf_header()
289 ENDIAN_ASSIGN_IN_PLACE(elf->hdr64.e_shentsize); in parse_elf_header()
305 COPY_STRUCT(hdr32, elf->buf, elf->hdr32.e_shoff + idx * elf->hdr32.e_shentsize, in parse_elf_section()
321 COPY_STRUCT(hdr64, elf->buf, elf->hdr64.e_shoff + idx * elf->hdr64.e_shentsize, in parse_elf_section()
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
Dobj_int_extract.c272 ENDIAN_ASSIGN_IN_PLACE(elf->hdr32.e_shentsize); in parse_elf_header()
289 ENDIAN_ASSIGN_IN_PLACE(elf->hdr64.e_shentsize); in parse_elf_header()
305 COPY_STRUCT(hdr32, elf->buf, elf->hdr32.e_shoff + idx * elf->hdr32.e_shentsize, in parse_elf_section()
321 COPY_STRUCT(hdr64, elf->buf, elf->hdr64.e_shoff + idx * elf->hdr64.e_shentsize, in parse_elf_section()
/external/chromium_org/courgette/
Dtypes_elf.h33 Elf32_Half e_shentsize; member
Ddisassembler_elf_32.cc54 if (header_->e_shentsize != sizeof(Elf32_Shdr)) in ParseHeader()
/external/elfutils/0.153/libdwfl/
Delf-from-memory.c152 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize; in elf_from_remote_memory()
164 shdrs_end = ehdr.e64.e_shoff + ehdr.e64.e_shnum * ehdr.e64.e_shentsize; in elf_from_remote_memory()
Ddwfl_segment_report_module.c213 shdrs_end = ehdr.e32.e_shoff + ehdr.e32.e_shnum * ehdr.e32.e_shentsize; in dwfl_segment_report_module()
226 shdrs_end = ehdr.e64.e_shoff + ehdr.e64.e_shnum * ehdr.e64.e_shentsize; in dwfl_segment_report_module()
/external/llvm/include/llvm/Object/
DELF.h651 const uint64_t SectionTableSize = getNumSections() * Header->e_shentsize; in ELFFile()
764 return Elf_Shdr_Iter(Header->e_shentsize, in begin_sections()
770 return Elf_Shdr_Iter(Header->e_shentsize, in end_sections()
772 (getNumSections() * Header->e_shentsize)); in end_sections()
862 + (index * Header->e_shentsize)); in getSection()
DELFObjectFile.h147 return Elf_Shdr_Iter(EF.getHeader()->e_shentsize, in toELFShdrIter()
493 RelData.d.a = (Sec.p - SHT) / EF.getHeader()->e_shentsize; in section_rel_begin()
504 RelData.d.a = (Sec.p - SHT) / EF.getHeader()->e_shentsize; in section_rel_end()
/external/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.h72 elf_half e_shentsize; ///< Size of a section header table entry. member
/external/chromium_org/base/third_party/symbolize/
Dsymbolize.cc238 elf_header.e_shentsize * elf_header.e_shstrndx); in GetSectionHeaderByName()
245 elf_header.e_shentsize * i); in GetSectionHeaderByName()
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp175 Header.e_shentsize = sizeof(Elf_Shdr); in initELFHeader()
427 Header.e_ehsize + Header.e_shentsize * Header.e_shnum; in writeELF()
/external/elfutils/0.153/src/
Dstrip.c1916 newehdr->e_shentsize = gelf_fsize (elf, ELF_T_SHDR, 1, EV_CURRENT); in handle_elf()
1971 assert (offsetof (Elf32_Ehdr, e_shentsize) + sizeof (Elf32_Half) in handle_elf()
1980 offsetof (Elf32_Ehdr, e_shentsize)) in handle_elf()
1991 assert (offsetof (Elf64_Ehdr, e_shentsize) + sizeof (Elf64_Half) in handle_elf()
2000 offsetof (Elf64_Ehdr, e_shentsize)) in handle_elf()
Delfcmp.c210 || ehdr1->e_shentsize != ehdr2->e_shentsize)) in main()
/external/qemu/include/hw/
Delf_ops.h13 bswap16s(&ehdr->e_shentsize); /* Section header table entry size */ in glue()
/external/qemu/include/
Delf.h1261 Elf32_Half e_shentsize; member
1278 Elf64_Half e_shentsize; member
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py292 e_shentsize = f.uint16()
298 f.seek(e_shoff + index * e_shentsize)
/external/llvm/include/llvm/Support/
DELF.h75 Elf32_Half e_shentsize; // Size of an entry in the section header table member
99 Elf64_Half e_shentsize; member

12