Home | History | Annotate | Download | only in src

Lines Matching refs:d_size

380   newshdr->sh_size = data->d_size;
443 assert (data->d_size == shdr->sh_size);
470 data->d_size = nent * sizeof new_hash[0]; \
512 data->d_size = nent * shdr->sh_entsize;
568 symdata->d_size = shdr->sh_size;
569 symdata->d_buf = xmalloc (symdata->d_size);
769 if (sym->st_name >= strdata->d_size)
912 if (shdr->sh_name >= shstrtab->d_size)
964 .d_size = sizeof ehdr,
969 src.d_size = gelf_fsize (main, ELF_T_EHDR, 1, EV_CURRENT);
989 src.d_buf += src.d_size + phsize;
990 src.d_size = gelf_fsize (main, ELF_T_SHDR, shnum - 1, EV_CURRENT);
992 if ((size_t) (src.d_buf - undodata->d_buf) > undodata->d_size
993 || undodata->d_size - (src.d_buf - undodata->d_buf) != src.d_size)
1003 dst.d_size = sizeof shdr;
1209 shdr->sh_size = strtab_data->d_size;
1687 shdr->sh_size = symdata->d_size = (1 + nsym) * shdr->sh_entsize;
1688 symdata->d_buf = xmalloc (symdata->d_size);