Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/btxld/
H A Dbtxld.c218 struct btx_hdr btx, btxle; in btxld() local
238 getbtx(fdi[i], &btx); in btxld()
251 ohdr.data = btx.btx_textsz + ihdr.size; in btxld()
265 btx.btx_flags |= BTX_MAPONE; in btxld()
269 btx.btx_pgctl -= cwr; in btxld()
270 btx.btx_entry = Eflag ? centry : ihdr.entry; in btxld()
286 btxle = btx; in btxld()
291 copy(fdi[i], fdo, btx.btx_textsz - sizeof(btx), in btxld()
292 sizeof(btx)); in btxld()
305 printf(binfo, btx.btx_majver, btx.btx_minver, btx.btx_textsz, in btxld()
[all …]
H A Dbtx.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
/illumos-gate/usr/src/boot/i386/
H A DMakefile.inc25 BTXDIR= $(SRC)/boot/i386/btx
27 BTXKERN= ${BTXDIR}/btx/btx
H A DMakefile22 SUBDIRS= pmbr btx cdboot gptzfsboot libi386 loader pxeldr isoboot
38 cdboot gptzfsboot loader pxeldr isoboot: btx
/illumos-gate/usr/src/boot/i386/btx/btx/
H A DMakefile21 PROG= btx
22 SRCS= btx.S
23 OBJS= btx.o
/illumos-gate/usr/src/boot/i386/btx/
H A DMakefile20 SUBDIRS= btx btxldr lib
/illumos-gate/usr/src/boot/i386/pxeldr/
H A DMakefile31 BTXDIR= ../btx
/illumos-gate/usr/src/boot/i386/libi386/
H A DMakefile119 -I../btx/lib \
/illumos-gate/usr/src/boot/i386/loader/
H A DMakefile95 CPPFLAGS += -I../btx/lib
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_chip.c1742 boolean_t btx; in nge_intr_handle() local
1746 btx = B_FALSE; in nge_intr_handle()
1757 btx = (pintr_src->int_bits.teint | pintr_src->int_bits.tfint) in nge_intr_handle()
1759 if (btx) in nge_intr_handle()
/illumos-gate/exception_lists/
H A Dcopyright406 usr/src/tools/btxld/btx.h
H A Dcstyle702 usr/src/tools/btxld/btx.h