Searched defs:entsize (Results 1 - 10 of 10) sorted by relevance

/external/elfutils/src/libdw/
H A Ddwarf_getpubnames.c49 const size_t entsize = sizeof (struct pubnames_s); local
61 = (struct pubnames_s *) realloc (mem, allocated * entsize);
134 dbg->pubnames_sets = (struct pubnames_s *) realloc (mem, cnt * entsize);
/external/elfutils/src/libelf/
H A Delf_getdata.c213 size_t entsize; local
219 entsize = SH_ENTSIZE_HASH (ehdr);
226 entsize = 1;
228 entsize = __libelf_type_sizes[LIBELF_EV_IDX][elf->class - 1][t];
233 if (entsize == 0)
234 entsize = 1;
236 if (unlikely (size % entsize != 0))
/external/google-breakpad/src/common/linux/
H A Dsynth_elf.cc86 uint32_t link, uint64_t entsize, uint64_t offset) {
114 .Append(endianness(), addr_size_, entsize); local
84 AddSection(const string& name, const Section& section, uint32_t type, uint32_t flags, uint64_t addr, uint32_t link, uint64_t entsize, uint64_t offset) argument
/external/elfutils/src/libdwfl/
H A Dlink_map.c605 const size_t entsize = gelf_fsize (mod->main.elf,
607 const size_t n = data->d_size / entsize;
614 d_val_vaddr = phdr->p_vaddr + entsize * j + entsize / 2;
602 const size_t entsize = gelf_fsize (mod->main.elf, local
/external/elfutils/src/src/
H A Delfcmp.c121 static bool hash_content_equivalent (size_t entsize, Elf_Data *, Elf_Data *);
826 hash_content_equivalent (size_t entsize, Elf_Data *data1, Elf_Data *data2) argument
886 switch (entsize)
H A Dnm.c1168 size_t entsize = shdr->sh_entsize; local
1171 if (entsize != gelf_fsize (ebl->elf, ELF_T_SYM, 1, ehdr->e_version))
1175 else if (size % entsize != 0)
1180 /* Compute number of entries. Handle buggy entsize values. */
1181 size_t nentries = size / (entsize ?: 1);
H A Dld.h659 XElf_Word entsize; member in struct:scnhead
H A Dldgeneric.c997 search.entsize = shdr->sh_entsize;
1073 queued->entsize = shdr->sh_entsize;
2406 int entsize, int align)
2417 newp->entsize = entsize;
2912 newp->entsize = SCNINFO_SHDR (found->shdr).sh_entsize;
3295 shdr->sh_entsize = head->entsize;
5115 && head->entsize == 0)
2405 new_generated_scn(enum scn_kind kind, const char *name, int type, int flags, int entsize, int align) argument
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2588 uint32_t entsize; member in struct:method_list64_t
2594 uint32_t entsize; member in struct:method_list32_t
2648 uint32_t entsize; member in struct:ivar_list64_t
2654 uint32_t entsize; member in struct:ivar_list32_t
2676 uint32_t entsize; member in struct:objc_property_list64
2682 uint32_t entsize; member in struct:objc_property_list32
2889 sys::swapByteOrder(ml.entsize);
2894 sys::swapByteOrder(ml.entsize);
2941 sys::swapByteOrder(il.entsize);
2946 sys::swapByteOrder(il.entsize);
[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 461 milliseconds