Searched refs:S_ROUND (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dconfig.c79 size = S_ROUND(sizeof (Rtc_head), sizeof (Word));
105 size = S_ROUND(size, sizeof (Lword));
113 S_ROUND(sizeof (Rtc_obj), sizeof (Lword)));
119 size += S_ROUND((crle->c_filenum * sizeof (Rtc_file)),
126 size += S_ROUND((crle->c_dirnum * sizeof (Rtc_dir)),
135 size += S_ROUND(((crle->c_envnum + 1) * sizeof (Rtc_env)),
145 size += S_ROUND(((crle->c_fltrnum + 1) * sizeof (Rtc_fltr)),
148 size += S_ROUND((crle->c_fltenum * sizeof (Rtc_flte)),
158 size += S_ROUND(crle->c_strsize, sizeof (Word));
222 objtbl = (Rtc_obj *)S_ROUND((uintptr_
[all...]
/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dalist.c115 bsize = S_ROUND(bsize, sizeof (void *));
136 bsize = S_ROUND(bsize, sizeof (void *));
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dutil.c116 size_t hsize = (size_t)S_ROUND(sizeof (Ld_heap), HEAPALIGN);
117 size_t tsize = (size_t)S_ROUND((asize + hsize), HEAPALIGN);
146 chp->lh_free = (void *)S_ROUND((size_t)chp->lh_free + asize,
H A Doutfile.c233 size = (size_t)(S_ROUND(offset, phdr->p_align) -
258 offset = (off_t)S_ROUND(offset, shdr->sh_addralign);
669 S_ROUND(data->d_align,
H A Dsunwmove.c61 size_parexpn = (size_t)S_ROUND(size_parexpn,
H A Dupdate.c570 end = (Addr)S_ROUND(end, sysconf(_SC_PAGESIZE));
1058 symptr->st_value = (Xword) S_ROUND(
1070 symptr->st_value = (Xword)S_ROUND(bssaddr,
1081 symptr->st_value = (Xword)S_ROUND(tlsbssaddr,
1100 symptr->st_value = (Xword)S_ROUND(lbssaddr,
3924 offset = (Off)S_ROUND(offset, shdr->sh_addralign);
3951 size = (Addr)S_ROUND((phdrsz + ehdrsz),
3991 (Addr)S_ROUND(vaddr, phdr->p_align);
H A Dsyms.c1524 bsssize = (Xword)S_ROUND(bsssize,
1530 tlssize = (Xword)S_ROUND(tlssize,
1547 lbsssize = (Xword)S_ROUND(lbsssize, sym->st_value) +
H A Dmachrel.amd.c1025 tlsstatsize = S_ROUND(ofl->ofl_tlsphdr->p_memsz,
H A Dmachrel.intel.c1000 tlsstatsize = S_ROUND(ofl->ofl_tlsphdr->p_memsz,
H A Dmachrel.sparc.c1319 S_ROUND(ofl->ofl_tlsphdr->p_memsz, M_TLSSTATALIGN);
/illumos-gate/usr/src/cmd/sgs/include/
H A Dsgs.h83 #define S_ROUND(x, a) ((x) + (((a) ? (a) : 1) - 1) & ~(((a) ? (a) : 1) - 1)) macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dmalloc.c181 size_t totpage = S_ROUND(totsize, syspagsz);
H A Dtls.c172 ulong_t memsz = S_ROUND(phdr->p_memsz, M_TLSSTATALIGN);
H A Dutil.c586 strsize = S_ROUND(nsize, syspagsz);
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c199 index_width = S_ROUND(index_width, 8);

Completed in 120 milliseconds