Searched refs:sh_entsize (Results 1 - 25 of 50) sorted by relevance

12

/external/elfutils/0.153/libelf/
H A Delf32_updatenull.c224 ElfW2(LIBELFBITS,Word) sh_entsize = shdr->sh_entsize;
227 /* Set the sh_entsize value if we can reliably detect it. */
231 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_SYM, 1);
234 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_RELA, 1);
245 sh_entsize = elf_typesize (32, ELF_T_WORD, 1);
248 sh_entsize = SH_ENTSIZE_HASH (ehdr);
251 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_DYN, 1);
254 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_REL, 1);
257 sh_entsize
[all...]
H A Dgelf_update_shdr.c89 || unlikely (src->sh_entsize > 0xffffffffull))
106 COPY (sh_entsize);
H A Dgelf_getshdr.c102 COPY (sh_entsize);
H A Delf32_getshdr.c147 CONVERT_TO (shdr[cnt].sh_entsize, notcvt[cnt].sh_entsize);
192 CONVERT (shdr[cnt].sh_entsize);
/external/elfutils/0.153/backends/
H A Dalpha_symbol.c103 && scn_shdr.sh_entsize != 0)
108 for (size_t i = 0; i < data->d_size / scn_shdr.sh_entsize; ++i)
H A Dsparc_symbol.c90 && scn_shdr.sh_entsize != 0)
94 for (size_t i = 0; i < data->d_size / scn_shdr.sh_entsize; ++i)
H A Dppc_symbol.c95 for (unsigned int j = 0; j < shdr->sh_size / shdr->sh_entsize; ++j)
/external/chromium_org/courgette/
H A Dtypes_elf.h69 Elf32_Word sh_entsize; member in struct:Elf32_Shdr
H A Ddisassembler_elf_32_x86.cc92 section_header->sh_entsize;
/external/llvm/include/llvm/Object/
H A DELF.h367 return Elf_Rela_Iter(sec->sh_entsize,
373 sec->sh_entsize,
378 return Elf_Rel_Iter(sec->sh_entsize,
383 return Elf_Rel_Iter(sec->sh_entsize,
680 DynSymRegion.EntSize = Sec.sh_entsize;
684 DynStrRegion.EntSize = DynStr->sh_entsize;
693 DynamicRegion.EntSize = Sec.sh_entsize;
757 assert(SymOffset % dot_symtab_sec->sh_entsize == 0 &&
759 return SymOffset / dot_symtab_sec->sh_entsize;
779 return Elf_Sym_Iter(dot_symtab_sec->sh_entsize,
[all...]
H A DELFTypes.h121 Elf_Word sh_entsize; // Size of records contained within the section member in struct:llvm::object::Elf_Shdr_Base
136 Elf_Xword sh_entsize; // Size of records contained within the section member in struct:llvm::object::Elf_Shdr_Base
141 using Elf_Shdr_Base<ELFT>::sh_entsize;
146 if (sh_entsize == 0)
148 return sh_size / sh_entsize;
/external/elfutils/0.153/src/
H A Delflint.c635 if (shdr->sh_entsize != gelf_fsize (ebl->elf, ELF_T_SYM, 1, EV_CURRENT))
673 for (size_t cnt = 1; cnt < shdr->sh_size / shdr->sh_entsize; ++cnt)
1050 for (cnt = 1; cnt < rcshdr->sh_size / rcshdr->sh_entsize; ++cnt)
1068 if (dyn->d_un.d_val > shdr->sh_size / shdr->sh_entsize)
1080 inner < shdr->sh_size / shdr->sh_entsize;
1120 if (dyn->d_un.d_val > shdr->sh_size / shdr->sh_entsize)
1132 inner < shdr->sh_size / shdr->sh_entsize;
1228 if (shdr->sh_entsize != gelf_fsize (ebl->elf, reltype, 1, EV_CURRENT))
1264 for (size_t j = 0; j < dynshdr->sh_size / dynshdr->sh_entsize; ++j)
1451 for (size_t cnt = 0; cnt < shdr->sh_size / shdr->sh_entsize;
[all...]
H A Dfindtextrel.c291 for (size_t cnt = 0; cnt < shdr->sh_size / shdr->sh_entsize;
436 (size_t) cnt < shdr->sh_size / shdr->sh_entsize;
459 (size_t) cnt < shdr->sh_size / shdr->sh_entsize;
552 for (int i = 0; (size_t) i < shdr->sh_size / shdr->sh_entsize;
H A Dunstrip.c409 for (size_t i = 0; i < shdr->sh_size / shdr->sh_entsize; ++i)
420 for (size_t i = 0; i < shdr->sh_size / shdr->sh_entsize; ++i)
446 const size_t nsym = symshdr->sh_size / symshdr->sh_entsize;
447 const size_t onent = shdr->sh_size / shdr->sh_entsize;
478 switch (shdr->sh_entsize)
500 const size_t nent = symshdr->sh_size / symshdr->sh_entsize;
501 const size_t onent = shdr->sh_size / shdr->sh_entsize;
517 data->d_size = nent * shdr->sh_entsize;
561 const size_t nsym = shdr->sh_size / shdr->sh_entsize;
565 shdr->sh_size += added * shdr->sh_entsize;
[all...]
H A Delfcmp.c321 || shdr1->sh_entsize != shdr2->sh_entsize)
346 for (int ndx = 0; ndx < (int) (shdr1->sh_size / shdr1->sh_entsize);
521 && hash_content_equivalent (shdr1->sh_entsize, data1, data2))
771 for (int ndx = 0; ndx < (int) (shdr->sh_size / shdr->sh_entsize);
785 for (int ndx = 0; ndx < (int) (shdr->sh_size / shdr->sh_entsize);
/external/elfutils/0.153/libasm/
H A Ddisasm_cb.c93 int nsyms = shdr->sh_size / shdr->sh_entsize;
H A Dasm_end.c153 assert (shdr->sh_entsize == 0);
234 shdr->sh_entsize = sizeof (Elf32_Word);
278 shdr->sh_entsize = gelf_fsize (ctx->out.elf, ELF_T_SYM, 1, EV_CURRENT);
304 assert (shdr->sh_entsize == 0);
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dobj_int_extract.c316 ENDIAN_ASSIGN_IN_PLACE(hdr32->sh_entsize);
332 ENDIAN_ASSIGN_IN_PLACE(hdr64->sh_entsize);
447 ofst += shdr.sh_entsize) {
536 ofst += shdr.sh_entsize) {
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c316 ENDIAN_ASSIGN_IN_PLACE(hdr32->sh_entsize);
332 ENDIAN_ASSIGN_IN_PLACE(hdr64->sh_entsize);
447 ofst += shdr.sh_entsize) {
536 ofst += shdr.sh_entsize) {
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h164 elf_xword sh_entsize; ///< Byte size of each section entry. member in struct:elf::ELFSectionHeader
/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp247 SHeader.sh_entsize = sizeof(Elf_Sym);
324 SHeader.sh_entsize = 0;
340 SHeader.sh_entsize = IsRela ? sizeof(Elf_Rela) : sizeof(Elf_Rel);
341 SHeader.sh_size = SHeader.sh_entsize * Section.Relocations.size();
/external/chromium_org/third_party/libvpx/include/
H A Delf.h340 Elf32_Word sh_entsize; member in struct:elf32_shdr
355 Elf64_Xword sh_entsize; member in struct:elf64_shdr
/external/kernel-headers/original/uapi/linux/
H A Delf.h309 Elf32_Word sh_entsize; member in struct:elf32_shdr
322 Elf64_Xword sh_entsize; /* Entry size if section holds table */ member in struct:elf64_shdr
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol-elf.c252 nr_rel_entries = shdr_rel_plt.sh_size / shdr_rel_plt.sh_entsize;
261 plt_offset += shdr_plt.sh_entsize;
266 f = symbol__new(plt_offset, shdr_plt.sh_entsize,
283 plt_offset += shdr_plt.sh_entsize;
288 f = symbol__new(plt_offset, shdr_plt.sh_entsize,
739 nr_syms = shdr.sh_size / shdr.sh_entsize;
/external/ltrace/
H A Dltrace-elf.c435 *countp = shdr->sh_size / shdr->sh_entsize;
509 if ((shdr->sh_size % shdr->sh_entsize) != 0) {
511 "of its sh_entsize (%" PRIx64 "d).\n",
512 shdr->sh_size, shdr->sh_entsize);
516 GElf_Xword relplt_count = shdr->sh_size / shdr->sh_entsize;
555 for (j = 0; j < shdr.sh_size / shdr.sh_entsize; ++j) {
624 for (j = 0; j < shdr.sh_size / shdr.sh_entsize; ++j) {

Completed in 5530 milliseconds

12