Searched refs:hashd (Results 1 – 1 of 1) sorted by relevance
2269 Elf_Data *hashd = elf_getdata (scn, NULL); in handle_elf() local2270 elf_assert (hashd != NULL && hashd->d_buf != NULL); in handle_elf()2275 elf_assert (hashd->d_size >= 2 * sizeof (Elf32_Word)); in handle_elf()2276 Elf32_Word *bucket = (Elf32_Word *) hashd->d_buf; in handle_elf()2285 elf_assert (used_buf <= hashd->d_size); in handle_elf()2296 elf_assert (n_size <= hashd->d_size); in handle_elf()2297 hashd->d_size = n_size; in handle_elf()2298 update_section_size (scn, hashd, debugelf, cnt, fname); in handle_elf()2335 Elf64_Xword *bucket = (Elf64_Xword *) hashd->d_buf; in handle_elf()2343 uint64_t maxwords = hashd->d_size / sizeof (Elf64_Xword); in handle_elf()[all …]