Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:Elf32_Word

732         Elf32_Word nbuckets;
733 Elf32_Word symndx;
734 Elf32_Word maskwords;
735 Elf32_Word shift2;
743 Elf32_Word nbuckets = header->nbuckets;
744 Elf32_Word symndx = header->symndx;
747 * sizeof (Elf32_Word)
753 if (nbuckets > SIZE_MAX / sizeof (Elf32_Word))
758 nbuckets * sizeof (Elf32_Word),
762 const Elf32_Word *const buckets = data->d_buf;
763 Elf32_Word maxndx = symndx;
764 for (Elf32_Word bucket = 0; bucket < nbuckets; ++bucket)
769 + nbuckets * sizeof (Elf32_Word));
770 hasharr_at += (maxndx - symndx) * sizeof (Elf32_Word);
775 sizeof (Elf32_Word),
778 && (*(const Elf32_Word *) data->d_buf & 1u))
784 hasharr_at += sizeof (Elf32_Word);