Searched refs:hashd (Results 1 – 1 of 1) sorted by relevance
1558 Elf_Data *hashd = elf_getdata (scn, NULL); in handle_elf() local1559 elf_assert (hashd != NULL && hashd->d_buf != NULL); in handle_elf()1564 elf_assert (hashd->d_size >= 2 * sizeof (Elf32_Word)); in handle_elf()1565 Elf32_Word *bucket = (Elf32_Word *) hashd->d_buf; in handle_elf()1574 elf_assert (used_buf <= hashd->d_size); in handle_elf()1585 elf_assert (n_size <= hashd->d_size); in handle_elf()1586 hashd->d_size = n_size; in handle_elf()1587 update_section_size (hashd); in handle_elf()1625 Elf64_Xword *bucket = (Elf64_Xword *) hashd->d_buf; in handle_elf()1633 uint64_t maxwords = hashd->d_size / sizeof (Elf64_Xword); in handle_elf()[all …]