Home | History | Annotate | Download | only in libacc

Lines Matching refs:top

3047             size_t top =  ((size_t) getPC() + pagesize - 1) & ~ (pagesize - 1);
3048 int err = mprotect((void*) base, top - base, PROT_READ | PROT_WRITE | PROT_EXEC);
5046 n = pCodeBuf->getPC(); // top of loop, target of "next" iteration