Lines Matching full:hashd
1406 Elf_Data *hashd = elf_getdata (scn, NULL);
1407 assert (hashd != NULL);
1412 Elf32_Word *bucket = (Elf32_Word *) hashd->d_buf;
1426 hashd->d_size = ((2 + symd->d_size / elsize + nbucket)
1428 update_section_size (hashd);
1466 Elf64_Xword *bucket = (Elf64_Xword *) hashd->d_buf;
1480 hashd->d_size = ((2 + symd->d_size / elsize + nbucket)
1482 update_section_size (hashd);