Home | History | Annotate | Download | only in toolbox

Lines Matching refs:bs

106 struct bs {
262 struct bs *bs;
640 x1 = sizeof(struct bs);
683 bs = (struct bs *)img;
684 mk1(bs->jmp[0], 0xeb);
685 mk1(bs->jmp[1], x1 - 2);
686 mk1(bs->jmp[2], 0x90);
687 setstr(bs->oem, opt_O ? opt_O : "BSD 4.4",
688 sizeof(bs->oem));