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

/external/elfutils/0.153/libdw/
H A Ddwarf_getpubnames.c70 const size_t entsize = sizeof (struct pubnames_s); local
82 = (struct pubnames_s *) realloc (mem, allocated * entsize);
152 dbg->pubnames_sets = (struct pubnames_s *) realloc (mem, cnt * entsize);
/external/elfutils/0.153/libelf/
H A Delf_getdata.c234 size_t entsize; local
240 entsize = SH_ENTSIZE_HASH (ehdr);
247 entsize = 1;
249 entsize = __libelf_type_sizes[LIBELF_EV_IDX][elf->class - 1][t];
254 if (entsize == 0)
255 entsize = 1;
257 if (unlikely (size % entsize != 0))
/external/elfutils/0.153/libdwfl/
H A Dlink_map.c541 const size_t entsize = gelf_fsize (mod->main.elf,
543 const size_t n = data->d_size / entsize;
550 d_val_vaddr = phdr->p_vaddr + entsize * j + entsize / 2;
538 const size_t entsize = gelf_fsize (mod->main.elf, local
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-objfmt.c895 elf_size entsize=0; local
898 entsize = 12;
904 elf_secthead_set_entsize(esd, entsize);
H A Delf.h358 elf_size entsize; member in struct:elf_secthead
/external/elfutils/0.153/src/
H A Delfcmp.c129 static bool hash_content_equivalent (size_t entsize, Elf_Data *, Elf_Data *);
834 hash_content_equivalent (size_t entsize, Elf_Data *data1, Elf_Data *data2) argument
894 switch (entsize)
H A Dnm.c1169 size_t entsize = shdr->sh_entsize; local
1172 if (entsize != gelf_fsize (ebl->elf, ELF_T_SYM, 1, ehdr->e_version))
1176 else if (size % entsize != 0)
1181 /* Compute number of entries. Handle buggy entsize values. */
1182 size_t nentries = size / (entsize ?: 1);
H A Dld.h667 XElf_Word entsize; member in struct:scnhead
H A Dldgeneric.c1005 search.entsize = shdr->sh_entsize;
1081 queued->entsize = shdr->sh_entsize;
2414 int entsize, int align)
2425 newp->entsize = entsize;
2920 newp->entsize = SCNINFO_SHDR (found->shdr).sh_entsize;
3303 shdr->sh_entsize = head->entsize;
5123 && head->entsize == 0)
2413 new_generated_scn(enum scn_kind kind, const char *name, int type, int flags, int entsize, int align) argument
/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 369 milliseconds