HomeSort by relevance Sort by last modified time
    Searched refs:entsize (Results 1 - 8 of 8) sorted by null

  /external/elfutils/src/
sectionhash.c 43 result = one->entsize - two->entsize;
nm.c 993 size_t entsize = shdr->sh_entsize; local
996 if (entsize != gelf_fsize (ebl->elf, ELF_T_SYM, 1, ehdr->e_version))
1000 else if (size % entsize != 0)
1005 /* Compute number of entries. Handle buggy entsize values. */
1006 size_t nentries = size / (entsize ?: 1);
    [all...]
ld.h 637 XElf_Word entsize; member in struct:scnhead
ldgeneric.c 948 search.entsize = shdr->sh_entsize;
994 queued->entsize = shdr->sh_entsize;
    [all...]
elflint.c     [all...]
  /external/elfutils/libdw/
dwarf_getpubnames.c 33 const size_t entsize = sizeof (struct pubnames_s); local
45 = (struct pubnames_s *) realloc (mem, allocated * entsize);
113 dbg->pubnames_sets = (struct pubnames_s *) realloc (mem, cnt * entsize);
  /external/elfutils/libelf/
elf_getdata.c 220 size_t entsize; local
226 entsize = SH_ENTSIZE_HASH (gelf_getehdr (elf, &ehdr_mem));
231 entsize = shtype_map[__libelf_version - 1][elf->class - 1][TYPEIDX (type)].size;
233 entsize = shtype_map[0][elf->class - 1][TYPEIDX (type)].size;
239 if (entsize == 0)
240 entsize = 1;
242 if (size % entsize != 0)
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfd.h 419 unsigned int entsize;
413 unsigned int entsize; member in struct:bfd_hash_table
1440 unsigned int entsize; member in struct:bfd_section
    [all...]

Completed in 243 milliseconds