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

/external/elfutils/libdw/
H A Ddwarf_getpubnames.c73 const size_t entsize = sizeof (struct pubnames_s); local
85 = (struct pubnames_s *) realloc (mem, allocated * entsize);
162 dbg->pubnames_sets = (struct pubnames_s *) realloc (mem, cnt * entsize);
/external/elfutils/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/libdwfl/
H A Dlink_map.c543 const size_t entsize = gelf_fsize (mod->main.elf,
545 const size_t n = data->d_size / entsize;
552 d_val_vaddr = phdr->p_vaddr + entsize * j + entsize / 2;
540 const size_t entsize = gelf_fsize (mod->main.elf, local
/external/elfutils/src/
H A Delfcmp.c117 static bool hash_content_equivalent (size_t entsize, Elf_Data *, Elf_Data *);
677 hash_content_equivalent (size_t entsize, Elf_Data *data1, Elf_Data *data2) argument
737 switch (entsize)
H A Dnm.c1007 size_t entsize = shdr->sh_entsize; local
1010 if (entsize != gelf_fsize (ebl->elf, ELF_T_SYM, 1, ehdr->e_version))
1014 else if (size % entsize != 0)
1019 /* Compute number of entries. Handle buggy entsize values. */
1020 size_t nentries = size / (entsize ?: 1);
H A Dld.h667 XElf_Word entsize; member in struct:scnhead
H A Dldgeneric.c1007 search.entsize = shdr->sh_entsize;
1083 queued->entsize = shdr->sh_entsize;
2416 int entsize, int align)
2427 newp->entsize = entsize;
2922 newp->entsize = SCNINFO_SHDR (found->shdr).sh_entsize;
3305 shdr->sh_entsize = head->entsize;
5125 && head->entsize == 0)
2415 new_generated_scn(enum scn_kind kind, const char *name, int type, int flags, int entsize, int align) argument
/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/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 146 milliseconds