Searched refs:BTX_PGSIZE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/btxld/
H A Dbtx.h34 #define BTX_PGSIZE 0x1000 /* Page size */ macro
64 #define BTX_MAPPED(btx) (((btx).btx_pgctl | (BTX_PGSIZE / 4 - 1)) + 1)
H A Dbtxld.c227 if (ihdr.org && ihdr.org != BTX_PGSIZE)
230 ihdr.org, BTX_PGSIZE);
244 cwr = howmany(ihdr.text, BTX_PGSIZE);
249 if (ppage > 0 || (ppage && wpage && ihdr.org >= BTX_PGSIZE)) {
295 BTX_PGSIZE / 0x100000, !!(btx.btx_flags & BTX_MAPONE),
297 BTX_PGSIZE - BTX_MAPPED(btx) * 4 / BTX_PGSIZE);
362 if (le32toh(ex->a_entry) >= BTX_PGSIZE)
363 hdr->org = BTX_PGSIZE;

Completed in 66 milliseconds