Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/btxld/
H A Dbtxld.c220 unsigned int ldr_size, cwr; in btxld() local
254 cwr = 0; in btxld()
257 cwr = wpage; in btxld()
259 cwr = howmany(ihdr.text, BTX_PGSIZE); in btxld()
260 if (cwr > BTX_MAXCWR) in btxld()
261 cwr = BTX_MAXCWR; in btxld()
266 if (!cwr) in btxld()
267 cwr++; in btxld()
269 btx.btx_pgctl -= cwr; in btxld()