Lines Matching defs:hashd
2272 Elf_Data *hashd = elf_getdata (scn, NULL);
2273 elf_assert (hashd != NULL && hashd->d_buf != NULL);
2278 elf_assert (hashd->d_size >= 2 * sizeof (Elf32_Word));
2279 Elf32_Word *bucket = (Elf32_Word *) hashd->d_buf;
2288 elf_assert (used_buf <= hashd->d_size);
2299 elf_assert (n_size <= hashd->d_size);
2300 hashd->d_size = n_size;
2301 update_section_size (scn, hashd, debugelf, cnt, fname);
2338 Elf64_Xword *bucket = (Elf64_Xword *) hashd->d_buf;
2346 uint64_t maxwords = hashd->d_size / sizeof (Elf64_Xword);
2360 elf_assert (n_size <= hashd->d_size);
2361 hashd->d_size = n_size;
2362 update_section_size (scn, hashd, debugelf, cnt, fname);