S_ROUND
bsize = S_ROUND(bsize, sizeof (void *));
bsize = S_ROUND(bsize, sizeof (void *));
size = S_ROUND(size, sizeof (Lword));
S_ROUND(sizeof (Rtc_obj), sizeof (Lword)));
size += S_ROUND((crle->c_filenum * sizeof (Rtc_file)),
size += S_ROUND((crle->c_dirnum * sizeof (Rtc_dir)),
size += S_ROUND(((crle->c_envnum + 1) * sizeof (Rtc_env)),
size += S_ROUND(((crle->c_fltrnum + 1) * sizeof (Rtc_fltr)),
size += S_ROUND((crle->c_fltenum * sizeof (Rtc_flte)),
size += S_ROUND(crle->c_strsize, sizeof (Word));
objtbl = (Rtc_obj *)S_ROUND((uintptr_t)(objtbl + 1), sizeof (Lword));
(Rtc_obj *)S_ROUND((uintptr_t)(objtbl + 1),
S_ROUND((uintptr_t)(objtbl + 1),
S_ROUND((uintptr_t)(objtbl + 1),
size = S_ROUND(sizeof (Rtc_head), sizeof (Word));
index_width = S_ROUND(index_width, 8);
tlsstatsize = S_ROUND(ofl->ofl_tlsphdr->p_memsz,
tlsstatsize = S_ROUND(ofl->ofl_tlsphdr->p_memsz,
S_ROUND(ofl->ofl_tlsphdr->p_memsz, M_TLSSTATALIGN);
size = (size_t)(S_ROUND(offset, phdr->p_align) -
offset = (off_t)S_ROUND(offset, shdr->sh_addralign);
S_ROUND(data->d_align,
size_parexpn = (size_t)S_ROUND(size_parexpn,
bsssize = (Xword)S_ROUND(bsssize,
tlssize = (Xword)S_ROUND(tlssize,
lbsssize = (Xword)S_ROUND(lbsssize, sym->st_value) +
symptr->st_value = (Xword) S_ROUND(
symptr->st_value = (Xword)S_ROUND(bssaddr,
symptr->st_value = (Xword)S_ROUND(tlsbssaddr,
symptr->st_value = (Xword)S_ROUND(lbssaddr,
offset = (Off)S_ROUND(offset, shdr->sh_addralign);
size = (Addr)S_ROUND((phdrsz + ehdrsz),
(Addr)S_ROUND(vaddr, phdr->p_align);
end = (Addr)S_ROUND(end, sysconf(_SC_PAGESIZE));
size_t totpage = S_ROUND(totsize, syspagsz);
ulong_t memsz = S_ROUND(phdr->p_memsz, M_TLSSTATALIGN);
strsize = S_ROUND(nsize, syspagsz);