BPT_SIZE
DEFINE(BPT_SIZE, BPT_SIZE);
*offp = off & (BPT_SIZE - 1);
return bpts + (off / BPT_SIZE);
#define BPT_WORDS (BPT_SIZE / sizeof(ppc_inst_t))