Home
last modified time | relevance | path

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

/trueos/usr.sbin/btxld/
HDbtxld.c202 struct btx_hdr btx, btxle; in btxld() local
222 getbtx(fdi[i], &btx); in btxld()
235 ohdr.data = btx.btx_textsz + ihdr.size; in btxld()
249 btx.btx_flags |= BTX_MAPONE; in btxld()
253 btx.btx_pgctl -= cwr; in btxld()
254 btx.btx_entry = Eflag ? centry : ihdr.entry; in btxld()
270 btxle = btx; in btxld()
275 copy(fdi[i], fdo, btx.btx_textsz - sizeof(btx), in btxld()
276 sizeof(btx)); in btxld()
292 printf(binfo, btx.btx_majver, btx.btx_minver, btx.btx_textsz, in btxld()
[all …]
HDbtx.h64 #define BTX_MAPPED(btx) (((btx).btx_pgctl | (BTX_PGSIZE / 4 - 1)) + 1) argument
65 #define BTX_ORIGIN(btx) (BTX_PGBASE + BTX_MAPPED(btx) * 4) argument
66 #define BTX_ENTRY(btx) (BTX_ORIGIN(btx) + 2 + (btx).btx_hdrsz) argument
/trueos/sys/boot/pc98/
HDMakefile.inc15 .if exists(${.OBJDIR}/../btx)
16 BTXDIR= ${.OBJDIR}/../btx
18 BTXDIR= ${.CURDIR}/../btx
21 BTXKERN= ${BTXDIR}/btx/btx
HDMakefile3 SUBDIR= boot0 boot0.5 pc98boot btx boot2 cdboot kgzldr libpc98 loader
/trueos/sys/boot/i386/
HDMakefile.inc22 .if exists(${.OBJDIR}/../btx)
23 BTXDIR= ${.OBJDIR}/../btx
25 BTXDIR= ${.CURDIR}/../btx
28 BTXKERN= ${BTXDIR}/btx/btx
HDMakefile5 SUBDIR= mbr pmbr boot0 boot0sio btx boot2 cdboot gptboot kgzldr \
/trueos/sys/boot/i386/btx/btx/
HDMakefile3 PROG= btx
6 SRCS= btx.S
33 CFLAGS.btx.S= ${CLANG_NO_IAS}
/trueos/sys/boot/pc98/btx/btx/
HDMakefile3 PROG= btx
6 SRCS= btx.S
33 CFLAGS.btx.S= ${CLANG_NO_IAS}
/trueos/sys/boot/i386/btx/
HDMakefile3 SUBDIR= btx btxldr lib
/trueos/sys/boot/pc98/btx/
HDMakefile3 SUBDIR= btx btxldr lib
/trueos/sys/boot/i386/libfirewire/
HDMakefile14 CFLAGS+= -I${.CURDIR}/../btx/lib
/trueos/sys/boot/pc98/libpc98/
HDMakefile41 -I${.CURDIR}/../btx/lib \
/trueos/sys/boot/i386/libi386/
HDMakefile49 -I${.CURDIR}/../btx/lib \
/trueos/sys/boot/pc98/loader/
HDMakefile62 CFLAGS+= -I${.CURDIR}/../btx/lib
/trueos/sys/boot/i386/loader/
HDMakefile79 CFLAGS+= -I${.CURDIR}/../btx/lib
/trueos/sys/boot/pc98/boot2/
HDMakefile34 -I${.CURDIR}/../btx/lib -I. \
/trueos/sys/boot/i386/boot2/
HDMakefile36 -I${.CURDIR}/../btx/lib -I. \
/trueos/sys/boot/i386/kgzldr/
HDcrt.s26 # From: btx.s 1.10 1999/02/25 16:27:41 rnordier
/trueos/sys/boot/pc98/kgzldr/
HDcrt.s26 # From: btx.s 1.10 1999/02/25 16:27:41 rnordier
/trueos/sys/boot/pc98/cdboot/
HDcdboot.S508 mov $btx_client,%si # the simple btx client
509 mov $(btx_client_end-btx_client),%cx # length of btx client