Lines Matching refs:d_size
651 inner < shdr_info[cnt].data->d_size / sizeof (Elf32_Word); in handle_elf()
769 in < shdr_info[cnt].data->d_size / sizeof (Elf32_Word); in handle_elf()
821 inner < shdr_info[cnt].data->d_size / elsize; in handle_elf()
976 debugdata->d_buf = memcpy (xmalloc (debugdata->d_size), in handle_elf()
977 debugdata->d_buf, debugdata->d_size); in handle_elf()
1077 shdr_info[cnt].shdr.sh_size = shdr_info[cnt].data->d_size in handle_elf()
1079 debuglink_buf = xcalloc (1, shdr_info[cnt].data->d_size); in handle_elf()
1089 debuglink_crc_data.d_size = 4; in handle_elf()
1133 shdr_info[cnt].shdr.sh_size = shstrtab_data->d_size; in handle_elf()
1160 inner < shdr_info[cnt].data->d_size / sizeof (Elf32_Word); in handle_elf()
1190 shdr_info[cnt].shdr.sh_size = shdr_info[cnt].data->d_size; in handle_elf()
1211 elf_assert ((versiondata->d_size / sizeof (Elf32_Word)) in handle_elf()
1212 >= shdr_info[cnt].data->d_size / elsize); in handle_elf()
1224 elf_assert ((versiondata->d_size / sizeof (GElf_Versym)) in handle_elf()
1225 >= shdr_info[cnt].data->d_size / elsize); in handle_elf()
1229 = (Elf32_Word *) xcalloc (shdr_info[cnt].data->d_size in handle_elf()
1236 inner < shdr_info[cnt].data->d_size / elsize; in handle_elf()
1338 shdr_info[cnt].shdr.sh_size = newdata->d_size in handle_elf()
1381 shdr->sh_size = newdata->d_size; in handle_elf()
1388 debugdata->d_size = newdata->d_size; in handle_elf()
1499 bucket[1] = symd->d_size / elsize; in handle_elf()
1505 hashd->d_size = ((2 + symd->d_size / elsize + nbucket) in handle_elf()
1511 (symd->d_size / elsize + nbucket) in handle_elf()
1515 inner < symd->d_size / elsize; ++inner) in handle_elf()
1553 bucket[1] = symd->d_size / elsize; in handle_elf()
1559 hashd->d_size = ((2 + symd->d_size / elsize + nbucket) in handle_elf()
1565 (symd->d_size / elsize + nbucket) in handle_elf()
1569 inner < symd->d_size / elsize; ++inner) in handle_elf()
1620 for (size_t inner = 1; inner < verd->d_size / elsize; ++inner) in handle_elf()
1628 verd->d_size = gelf_fsize (newelf, verd->d_type, in handle_elf()
1629 symd->d_size in handle_elf()
1755 if (offset > tdata->d_size in handle_elf()
1756 || tdata->d_size - offset < size) in handle_elf()
1773 .d_size = size, in handle_elf()
1780 .d_size = size, in handle_elf()
1861 shdr->sh_size = reldata->d_size = nrels * shdr->sh_entsize; in handle_elf()
1900 .d_size = sizeof (debug_crc), in handle_elf()