Home
last modified time | relevance | path

Searched refs:M_SROUND (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/sgs/include/sparc/
H A Dmachdep_sparc.h74 #define M_SROUND(X) (((X) + M_SEGSIZE - 1) & ~(M_SEGSIZE - 1)) macro
/titanic_41/usr/src/cmd/sgs/include/i386/
H A Dmachdep_x86.h78 #define M_SROUND(X) (((X) + M_SEGSIZE - 1) & ~(M_SEGSIZE - 1)) macro
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A D_a.out.h357 (M_SROUND((x).a_text) + (x).a_data + (x).a_bss)