Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/inc/include/sun4/
H A Da.out.h60 #define N_PAGSIZ(x) \ macro
72 ? ((x).a_magic==ZMAGIC ? N_PAGSIZ(x) : sizeof (struct exec)) \
98 (((x).a_magic == ZMAGIC) && ((x).a_entry < N_PAGSIZ(x)) ? \
99 0 : N_PAGSIZ(x))