Home | History | Annotate | Download | only in ltrace

Lines Matching refs:sh_size

120 	    || data->d_off || data->d_size != shdr->sh_size)
156 && addr < shdr->sh_addr + shdr->sh_size;
435 *countp = shdr->sh_size / shdr->sh_entsize;
455 || shdr2.sh_size != data->d_size || data->d_off) {
509 if ((shdr->sh_size % shdr->sh_entsize) != 0) {
512 shdr->sh_size, shdr->sh_entsize);
516 GElf_Xword relplt_count = shdr->sh_size / shdr->sh_entsize;
555 for (j = 0; j < shdr.sh_size / shdr.sh_entsize; ++j) {
614 lte->dyn_sz = shdr.sh_size;
624 for (j = 0; j < shdr.sh_size / shdr.sh_entsize; ++j) {
644 lte->plt_size = shdr.sh_size;
654 lte->opd_size = shdr.sh_size;
684 && shdr.sh_size == relplt_size) {