Lines Matching refs:sh_size
199 I32(shdr->sh_size);
210 I64(shdr->sh_size);
230 E32(shdr->sh_size);
241 E64(shdr->sh_size);
405 size = (size_t)shdr[i].sh_size;
446 size = (size_t)shdr[i].sh_size;
545 shstrsz = shp[elf->e_shstrndx].sh_size;
604 (u_long)shp[i].sh_size));
606 shp[i].sh_offset, maxp, shp[i].sh_size);
612 maxp += roundup(shp[i].sh_size, ELFROUND);
618 if (shp[i].sh_size < sizeof(note)) {