Searched refs:btx (Results 1 – 20 of 20) sorted by relevance
| /trueos/usr.sbin/btxld/ |
| HD | btxld.c | 202 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 …]
|
| HD | btx.h | 64 #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/ |
| HD | Makefile.inc | 15 .if exists(${.OBJDIR}/../btx) 16 BTXDIR= ${.OBJDIR}/../btx 18 BTXDIR= ${.CURDIR}/../btx 21 BTXKERN= ${BTXDIR}/btx/btx
|
| HD | Makefile | 3 SUBDIR= boot0 boot0.5 pc98boot btx boot2 cdboot kgzldr libpc98 loader
|
| /trueos/sys/boot/i386/ |
| HD | Makefile.inc | 22 .if exists(${.OBJDIR}/../btx) 23 BTXDIR= ${.OBJDIR}/../btx 25 BTXDIR= ${.CURDIR}/../btx 28 BTXKERN= ${BTXDIR}/btx/btx
|
| HD | Makefile | 5 SUBDIR= mbr pmbr boot0 boot0sio btx boot2 cdboot gptboot kgzldr \
|
| /trueos/sys/boot/i386/btx/btx/ |
| HD | Makefile | 3 PROG= btx 6 SRCS= btx.S 33 CFLAGS.btx.S= ${CLANG_NO_IAS}
|
| /trueos/sys/boot/pc98/btx/btx/ |
| HD | Makefile | 3 PROG= btx 6 SRCS= btx.S 33 CFLAGS.btx.S= ${CLANG_NO_IAS}
|
| /trueos/sys/boot/i386/btx/ |
| HD | Makefile | 3 SUBDIR= btx btxldr lib
|
| /trueos/sys/boot/pc98/btx/ |
| HD | Makefile | 3 SUBDIR= btx btxldr lib
|
| /trueos/sys/boot/i386/libfirewire/ |
| HD | Makefile | 14 CFLAGS+= -I${.CURDIR}/../btx/lib
|
| /trueos/sys/boot/pc98/libpc98/ |
| HD | Makefile | 41 -I${.CURDIR}/../btx/lib \
|
| /trueos/sys/boot/i386/libi386/ |
| HD | Makefile | 49 -I${.CURDIR}/../btx/lib \
|
| /trueos/sys/boot/pc98/loader/ |
| HD | Makefile | 62 CFLAGS+= -I${.CURDIR}/../btx/lib
|
| /trueos/sys/boot/i386/loader/ |
| HD | Makefile | 79 CFLAGS+= -I${.CURDIR}/../btx/lib
|
| /trueos/sys/boot/pc98/boot2/ |
| HD | Makefile | 34 -I${.CURDIR}/../btx/lib -I. \
|
| /trueos/sys/boot/i386/boot2/ |
| HD | Makefile | 36 -I${.CURDIR}/../btx/lib -I. \
|
| /trueos/sys/boot/i386/kgzldr/ |
| HD | crt.s | 26 # From: btx.s 1.10 1999/02/25 16:27:41 rnordier
|
| /trueos/sys/boot/pc98/kgzldr/ |
| HD | crt.s | 26 # From: btx.s 1.10 1999/02/25 16:27:41 rnordier
|
| /trueos/sys/boot/pc98/cdboot/ |
| HD | cdboot.S | 508 mov $btx_client,%si # the simple btx client 509 mov $(btx_client_end-btx_client),%cx # length of btx client
|