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

/freebsd-9.3-release/usr.sbin/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.c226 if (ihdr.org && ihdr.org != BTX_PGSIZE)
229 ihdr.org, BTX_PGSIZE);
243 cwr = howmany(ihdr.text, BTX_PGSIZE);
248 if (ppage > 0 || (ppage && wpage && ihdr.org >= BTX_PGSIZE)) {
294 BTX_PGSIZE / 0x100000, !!(btx.btx_flags & BTX_MAPONE),
296 BTX_PGSIZE - BTX_MAPPED(btx) * 4 / BTX_PGSIZE);
361 if (le32toh(ex->a_entry) >= BTX_PGSIZE)
362 hdr->org = BTX_PGSIZE;

Completed in 279 milliseconds