Home | History | Annotate | Download | only in ld.elf_so

Lines Matching defs:RSLOP

136 #define	RSLOP		(sizeof (u_short))
138 #define RSLOP 0
214 if (nbytes <= (n = pagesz - sizeof (*op) - RSLOP)) {
222 n = -(sizeof (*op) + RSLOP);
254 op->ov_size = (nbytes + RSLOP - 1) & ~(RSLOP - 1);
355 onb -= sizeof (*op) + RSLOP;
357 onb += pagesz - sizeof (*op) - RSLOP;
362 i -= sizeof (*op) + RSLOP;
364 i += pagesz - sizeof (*op) - RSLOP;
368 op->ov_size = (nbytes + RSLOP - 1) & ~(RSLOP - 1);