Home
last modified time | relevance | path

Searched refs:e_start (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/brand/sn1/sn1_brand/
H A DMakefile.com69 DYNFLAGS += $(BLOCAL) $(ZNOVERSION) -Wl,-e_start
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/
H A DMakefile.com84 DYNFLAGS += $(BLOCAL) $(ZNOVERSION) -Wl,-e_start
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbtree.c400 uint8_t *e_start = node->btc_elems + idx * size; in bt_shift_core() local
401 uint8_t *e_out = (dir == BSD_LEFT ? e_start - off * size : in bt_shift_core()
402 e_start + off * size); in bt_shift_core()
403 bmov(e_start, e_out, count * size); in bt_shift_core()