• Home
  • Raw
  • Download

Lines Matching refs:d_size

645 	       inner < shdr_info[cnt].data->d_size / sizeof (Elf32_Word);  in handle_elf()
754 in < shdr_info[cnt].data->d_size / sizeof (Elf32_Word); in handle_elf()
806 inner < shdr_info[cnt].data->d_size / elsize; in handle_elf()
954 debugdata->d_buf = memcpy (xmalloc (debugdata->d_size), in handle_elf()
955 debugdata->d_buf, debugdata->d_size); in handle_elf()
1055 shdr_info[cnt].shdr.sh_size = shdr_info[cnt].data->d_size in handle_elf()
1057 shdr_info[cnt].data->d_buf = xcalloc (1, shdr_info[cnt].data->d_size); in handle_elf()
1066 debuglink_crc_data.d_size = 4; in handle_elf()
1110 shdr_info[cnt].shdr.sh_size = shstrtab_data->d_size; in handle_elf()
1137 inner < shdr_info[cnt].data->d_size / sizeof (Elf32_Word); in handle_elf()
1167 shdr_info[cnt].shdr.sh_size = shdr_info[cnt].data->d_size; in handle_elf()
1188 assert ((versiondata->d_size / sizeof (Elf32_Word)) in handle_elf()
1189 >= shdr_info[cnt].data->d_size / elsize); in handle_elf()
1201 assert ((versiondata->d_size / sizeof (GElf_Versym)) in handle_elf()
1202 >= shdr_info[cnt].data->d_size / elsize); in handle_elf()
1206 = (Elf32_Word *) xcalloc (shdr_info[cnt].data->d_size in handle_elf()
1213 inner < shdr_info[cnt].data->d_size / elsize; in handle_elf()
1313 shdr_info[cnt].shdr.sh_size = newdata->d_size in handle_elf()
1356 shdr->sh_size = newdata->d_size; in handle_elf()
1363 debugdata->d_size = newdata->d_size; in handle_elf()
1474 bucket[1] = symd->d_size / elsize; in handle_elf()
1480 hashd->d_size = ((2 + symd->d_size / elsize + nbucket) in handle_elf()
1486 (symd->d_size / elsize + nbucket) in handle_elf()
1490 inner < symd->d_size / elsize; ++inner) in handle_elf()
1528 bucket[1] = symd->d_size / elsize; in handle_elf()
1534 hashd->d_size = ((2 + symd->d_size / elsize + nbucket) in handle_elf()
1540 (symd->d_size / elsize + nbucket) in handle_elf()
1544 inner < symd->d_size / elsize; ++inner) in handle_elf()
1595 for (size_t inner = 1; inner < verd->d_size / elsize; ++inner) in handle_elf()
1603 verd->d_size = gelf_fsize (newelf, verd->d_type, in handle_elf()
1604 symd->d_size in handle_elf()
1730 if (offset > tdata->d_size in handle_elf()
1731 || tdata->d_size - offset < size) in handle_elf()
1748 .d_size = size, in handle_elf()
1755 .d_size = size, in handle_elf()
1836 shdr->sh_size = reldata->d_size = nrels * shdr->sh_entsize; in handle_elf()
1875 .d_size = sizeof (debug_crc), in handle_elf()