Lines Matching refs:sh_size
523 int nent = shdr[shnum].sh_size / sizeof(Elf_Rel);
649 int nent = shdr[shnum].sh_size / sizeof(Elf_Rela);
1008 if (debug_linker>1) fprintf(stderr, "size=%4d ", (int)shdr[i].sh_size );
1012 ehdrC + shdr[i].sh_offset + shdr[i].sh_size - 1);
1056 nent = shdr[i].sh_size / sizeof(Elf_Sym);
1060 (Long)(shdr[i].sh_size % sizeof(Elf_Sym))
1062 if (0 != shdr[i].sh_size % sizeof(Elf_Sym)) {
1168 if (is_bss && shdr[i].sh_size > 0) {
1172 char* zspace = calloc(1, shdr[i].sh_size);
1176 zspace, (Long)shdr[i].sh_size);
1194 if (kind != SECTIONKIND_OTHER && shdr[i].sh_size > 0) {
1195 addProddableBlock(oc, ehdrC + shdr[i].sh_offset, shdr[i].sh_size);
1204 nent = shdr[i].sh_size / sizeof(Elf_Sym);