• Home
  • Raw
  • Download

Lines Matching refs:d_size

669 	      || shdr_info[cnt].data->d_size < sizeof (Elf32_Word))  in handle_elf()
676 inner < shdr_info[cnt].data->d_size / sizeof (Elf32_Word); in handle_elf()
742 && shdr_info[idx].data->d_size >= sizeof (Elf32_Word)); in handle_elf()
796 in < shdr_info[cnt].data->d_size / sizeof (Elf32_Word); in handle_elf()
852 inner < shdr_info[cnt].data->d_size / elsize; in handle_elf()
1012 debugdata->d_buf = memcpy (xmalloc (debugdata->d_size), in handle_elf()
1013 debugdata->d_buf, debugdata->d_size); in handle_elf()
1127 shdr_info[cnt].shdr.sh_size = shdr_info[cnt].data->d_size in handle_elf()
1129 debuglink_buf = xcalloc (1, shdr_info[cnt].data->d_size); in handle_elf()
1139 debuglink_crc_data.d_size = 4; in handle_elf()
1189 shdr_info[cnt].shdr.sh_size = shstrtab_data->d_size; in handle_elf()
1217 inner < shdr_info[cnt].data->d_size / sizeof (Elf32_Word); in handle_elf()
1250 shdr_info[cnt].shdr.sh_size = shdr_info[cnt].data->d_size; in handle_elf()
1270 elf_assert ((versiondata->d_size / sizeof (Elf32_Word)) in handle_elf()
1271 >= shdr_info[cnt].data->d_size / elsize); in handle_elf()
1285 && ((versiondata->d_size / sizeof (GElf_Versym)) in handle_elf()
1286 >= shdr_info[cnt].data->d_size / elsize)); in handle_elf()
1290 = (Elf32_Word *) xcalloc (shdr_info[cnt].data->d_size in handle_elf()
1297 inner < shdr_info[cnt].data->d_size / elsize; in handle_elf()
1402 shdr_info[cnt].shdr.sh_size = newdata->d_size in handle_elf()
1445 shdr->sh_size = newdata->d_size; in handle_elf()
1454 debugdata->d_size = newdata->d_size; in handle_elf()
1498 const Elf32_Word symidxn = (shdr_info[symtabidx].data->d_size in handle_elf()
1564 elf_assert (hashd->d_size >= 2 * sizeof (Elf32_Word)); in handle_elf()
1574 elf_assert (used_buf <= hashd->d_size); in handle_elf()
1578 bucket[1] = symd->d_size / elsize; in handle_elf()
1583 size_t n_size = ((2 + symd->d_size / elsize + nbucket) in handle_elf()
1585 elf_assert (n_size <= hashd->d_size); in handle_elf()
1586 hashd->d_size = n_size; in handle_elf()
1591 (symd->d_size / elsize + nbucket) in handle_elf()
1595 inner < symd->d_size / elsize; ++inner) in handle_elf()
1630 elf_assert (symd->d_size >= 2 * sizeof (Elf64_Xword)); in handle_elf()
1633 uint64_t maxwords = hashd->d_size / sizeof (Elf64_Xword); in handle_elf()
1640 bucket[1] = symd->d_size / elsize; in handle_elf()
1645 size_t n_size = ((2 + symd->d_size / elsize + nbucket) in handle_elf()
1647 elf_assert (n_size <= hashd->d_size); in handle_elf()
1648 hashd->d_size = n_size; in handle_elf()
1653 (symd->d_size / elsize + nbucket) in handle_elf()
1657 inner < symd->d_size / elsize; ++inner) in handle_elf()
1698 const Elf32_Word syms = (shdr_info[symtabidx].data->d_size / symz); in handle_elf()
1709 Elf32_Word vers = verd->d_size / elsize; in handle_elf()
1718 verd->d_size = gelf_fsize (newelf, verd->d_type, in handle_elf()
1719 symd->d_size in handle_elf()
1738 const Elf32_Word symn = (shdr_info[symtabidx].data->d_size in handle_elf()
1857 if (offset > tdata->d_size in handle_elf()
1858 || tdata->d_size - offset < size) in handle_elf()
1878 .d_size = size, in handle_elf()
1885 .d_size = size, in handle_elf()
1969 shdr->sh_size = reldata->d_size = nrels * shdr->sh_entsize; in handle_elf()
2009 .d_size = sizeof (debug_crc), in handle_elf()